/*typography*/

@import url("https://use.typekit.net/lpv1pzj.css");
@import url("https://use.typekit.net/gmk1swl.css");
body {
  color: #131313;
  font-family: freight-sans-pro, sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 700;
  font-family: neue-haas-grotesk-display, sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 65px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.32px;
}

h2.large {
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0.32px;
}

h2.medium {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.32px;
}

h3 {
  font-size: 40px;
  line-height: 60px;
}

h4 {
  font-size: 27px;
  line-height: 31px;
}

h5 {
  font-size: 17px;
  line-height: 30px;
}

p {
  color: #131313;
  font-size: 15px;
  line-height: 23px;
}

p.large {
  font-size: 20px !important;
  line-height: 24px;
}

.text-normal {
  font-size: 16px !important;
  line-height: 24px;
}

.heading {
  font-size: 17px;
  line-height: 25px;
}

.subheading {
  font-size: 19px;
  line-height: 24px;
  color: #1d1d1d;
}
.subheading--big{
  font-size: 32px;
  line-height: 34px;
  color: #1d1d1d;
  font-weight: 700;
}

a {
  color: #2c384e;
}

.link {
  text-decoration: none;
  color: #1478ac;
}

.font-23 {
  font-size: 23px;
}

.font-27 {
  font-size: 27px;
}

.small-text {
  font-size: 14px;
  color: #798395
}

.text-large {
  font-size: 35px;
  line-height: 1;
}

.text-small {
  font-size: 13px;
  line-height: 21px;
}

.l-small {
  line-height: 1.2;
}

.font-weight-dark {
  font-weight: 800;
}

.font-weight-semibold {
  font-weight: 600;
}

.text-black {
  color: #000000;
}

.text-primary {
  color: #18c073 !important;
}

.text-secondary {
  color: #86ce8f !important;
}

.text-blue {
  color: #3f7aff !important;
}

.text-mark {
  background: #aaddd6;
  padding: 1px 3px;
}

.text-underline {
  text-decoration: underline !important;
}

.text-grey {
  color: #656565;
}

.text-dark {
  color: #2c384e !important;
}

.text-light {
  color: #b5b5b5 !important;
}

.border-bottom {
  border-color: #939393 !important;
}

hr {
  border-color: #ededed;
}

.small {
  width: 45px;
}

.img-black {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.bg-cover {
  background-size: cover;
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.btn {
  padding: 2px 60px 2px 40px;
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 500;
  border-radius: 60px;
  line-height: 42px;
  border: 3px solid #ffffff !important;
  box-shadow: 3px 4px 9.5px 0.5px rgba(0, 0, 0, 0.10) !important;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 21px auto;
}

.btn-primary {
  background-color: #18c073;
  color: #ffffff;
}

.btn-secondary {
  border-color: #006cff;
  background-color: #006cff;
  box-shadow: 0px 5px 10px rgba(0, 108, 255, 0.29);
}

.btn-secondary:hover {
  border-color: #34c184;
  background-color: #34c184;
  box-shadow: 0px 5px 10px rgba(52, 193, 132, 0.2);
}

.btn-primary:hover {
  background-color: #18c073;
}

.btn-small {
  background-size: 20px auto;
  padding: 5px 50px 5px 25px;
  font-size: 18px;
  line-height: 38px;
  background-position: center right 15px;
}

.white-box-bg {
  box-shadow: 0 0px 50px 20px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 60px 110px;
  position: relative;
}

.gradient-bg {
  background: rgb(0, 63, 114);
  background: linear-gradient(32deg, rgba(0, 63, 114, 1) 0%, rgba(7, 177, 196, 1) 100%);
}

.light-bg {
  background: #f3f3f3;
}

.left-img {
  left: -90px;
  position: relative;
}


/*Pagination*/

.pagination {
  justify-content: center;
}

.pagination li {
  padding: 0 5px;
}

.pagination li .prev,
.pagination li .next {
  position: relative;
  top: -4px;
}
.next-btn .next {
  position: absolute;
  left: auto;
  ri

}

.pagination li span {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #a2a2a2;
}

.pagination.pagination-light li span {
  background: #4cc2d2;
}

.pagination li span.active {
  background-image: -moz-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -ms-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  border-color: rgba(0, 0, 0, 0);
}

.pagination.pagination-light li span.active {
  background: #ffffff;
}

.pagination-nav {
  padding: 0;
  margin: 0;
}

.pagination-nav li {
  position: absolute;
  top: 38%;
}

.pagination-nav .prev-btn {
  left: 7%;
}

.pagination-nav .next-btn {
  right: 7%;
}

.pagination-nav li {
  list-style-type: none;
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  text-decoration: none !important;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -ms-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  align-items: center;
  justify-content: center;
}

.pagination-nav li button {
  width: 22px;
  height: 48px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.pagination-nav li button:focus {
  outline: none;
  border: none;
}
.prev-btn,.next-btn{
  cursor: pointer;
}
.pagination-nav li .prev {
  background-image: url(../images/prev-arrow.png);
}

.pagination-nav li .next {
  background-image: url(../images/next-arrow.png);
}


/*spacing*/

.main-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.medium-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-top {
  padding-top: 70px;
}

.padding-bottom {
  padding-bottom: 70px;
}


/*header*/

.top-wrapper {
  background-image: url('../images/banner-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar {
  padding: 0;
}

.navbar-collapse {
  padding: 19px 0;
  border-bottom: 1px solid #fff !important;
}

.top-info-btn {
  background: #34c184;
  font-size: 1.375rem;
  line-height: 1;
  color: #ffffff !important;
  font-weight: 600;
  padding: 7px 22px 9px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon {
  font-size: 15px;
  background: #ffffff;
  color: #34c184;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 12px;
  position: relative;
  top: 1px;
  cursor: pointer;
}


/*Banner*/

.banner-content {
  padding: 85px 0 160px;
}

.banner-wrapper h2 {
  font-size: 55px;
  line-height: 65px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.16px;
}

.banner-wrapper .professional {
  font-size: 46px;
  line-height: 60px;
}

.banner-wrapper p {
  font-size: 19px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.gradient-text-light {
  background-image: -moz-linear-gradient( 5deg, rgb(71, 236, 215) 0%, rgb(126, 235, 221) 20%, rgb(101, 189, 234) 82%, rgb(36, 161, 226) 100%);
  background-image: -webkit-linear-gradient( 5deg, rgb(71, 236, 215) 0%, rgb(126, 235, 221) 20%, rgb(101, 189, 234) 82%, rgb(36, 161, 226) 100%);
  background-image: -ms-linear-gradient( 5deg, rgb(71, 236, 215) 0%, rgb(126, 235, 221) 20%, rgb(101, 189, 234) 82%, rgb(36, 161, 226) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text {
  white-space: nowrap;
  background-image: -moz-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -ms-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tuv-banner {
  box-shadow: 3px 5px 11.4px 0.6px rgba(0, 0, 0, 0.07);
}

.tuv-wrapper {
  display: flex;
  align-items: flex-end;
}


/*download*/

.download-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.32px;
}

.download-desc {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin: 0;
}

.download-wrapper .input-row {
  box-shadow: 3px 4px 9.5px 0.5px rgba(0, 0, 0, 0.10);
  border: 3px solid #fff;
  border-radius: 52px;
  background: #fff;
  margin: 0;
}

.download-wrapper .form-control {
  border: none;
    box-shadow: none !important;
    color: #1d1d1d;
    font-weight: 600;
}

.download-wrapper .form-control::-webkit-input-placeholder {
     font-size: 30px !important;
}
.download-wrapper .form-control::-moz-placeholder {
     font-size: 30px !important;
}
.download-wrapper .form-control:-ms-input-placeholder {
     font-size: 30px !important;
}
.download-wrapper .form-control:-moz-placeholder {
     font-size: 30px !important;
}
.form-control-div{
  color: #1d1d1d;
  line-height: 30px !important;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px !important;
}
.form-control-div strong{
  font-weight: bold !important;
}
.download-wrapper .btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #fff;
  border-width: 0 0 0 3px !important;
  border-style: solid;
  line-height: 42px;
  padding: 2px 42px 2px 10px;
  font-size: 28px;
  box-shadow: none !important;
  background-image: -moz-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%) !important;
  background-image: -webkit-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%) !important;
  background-image: -ms-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%) !important;
  color: #fff;
  font-weight: 500;
  border-radius: 60px;
  line-height: 40px;
  padding-bottom: 6px;
  position: relative;
  cursor: pointer;
    outline: none !important;
}

.download-wrapper .btn-gradient:hover {
  text-decoration: none;
}
.download-wrapper .btn-gradient img {
  width: 20px;
  position: absolute;
  top: 16px;
  right: 20px;
}


/*icon section*/

.icon-wrapper .icon-box {
  width: 65px;
  text-align: center;
  flex: 0 0 65px;
}

.icon-wrapper .icon-box.small-box {
  width: 40px;
  text-align: center;
  flex: 0 0 40px;
}

.icon-wrapper p {
  line-height: 24px;
  color: #1d1d1d;
  font-size: 19px;
  font-weight: 400;
}

.icon-wrapper p.text-normal {
  line-height: 20px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
}

.icon-wrapper p span {
  font-size: 22px;
  font-weight: 600;
}

.icon-wrapper p span.icon-text-large {
  font-size: 20px;
  font-weight: 600;
}

.price {
  font-size: 15px !important;
  letter-spacing: 0.16px;
  text-align: right;
  line-height: 22px !important;
  position: absolute;
  right: 0;
  bottom: 45px;
  margin: 0;
}

.taxman-award-wrapper .price {
  bottom: 20px;
}

.taxman-award-wrapper img {
  position: relative;
}
.taxman-award-wrapper{
  padding-top: 70px;
  padding-left: 80px;
  position: relative;
}
.taxman-award-wrapper__icon{
  position: absolute;
  left: 0px;
  top: 0px;
  displa
}
.taxman-award-wrapper__icon:hover .taxman-award-wrapper__icon-info{
  display: block;

}

.taxman-award-wrapper__icon-info{
   display: none;
  position: absolute;
  right: 0px;
  top: 100%;
  transform: translateX(70%);
  box-shadow: 0px 1px 5px rgb(152 152 152);
  padding: 5px 5px;
  background-color: white;
  width: 230px;
  z-index: 10;
  font-size: 12px;
  text-align: left;
}


p.price>span {
  display: block;
}
p.price span {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.taxman-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}


/*Logo gallery*/


.logo-wrapper {
  display: flex;
}

.logo-wrapper>div {
  padding: 0 23px;
}

.logo-wrapper>div img {
  max-height: 130px;
  filter: grayscale(1);
}

.logo-wrapper>div img:hover {
  filter: grayscale(0);
}

.logo-wrapper>div:first-child {
  padding-left: 0;
}

.logo-wrapper>div:last-child {
  padding-right: 0;
}

.js-award-select+.select2-container {
  width: 200px !important;
}


/*gradient header*/


.gradient-box {
  background: #fff;
  /*  box-shadow: 0 0 30px rgba(82, 82, 82, 0.1);
  border-radius: 5px;*/
  height: 100%;
}

.gradient-box .content {
  padding: 70px 70px 55px;
}

.gradient-box .content.step-3-content {
  padding: 60px 70px 80px 25px;
}

.gradient-box .content p {
  font-size: 20px;
  line-height: 23px;
}


/* product-row*/

.product-row .box {
  background-image: -moz-linear-gradient( -38deg, rgb(42, 193, 166) 0%, rgb(37, 182, 166) 55%, rgb(32, 170, 165) 100%);
  background-image: -webkit-linear-gradient( -38deg, rgb(42, 193, 166) 0%, rgb(37, 182, 166) 55%, rgb(32, 170, 165) 100%);
  background-image: -ms-linear-gradient( -38deg, rgb(42, 193, 166) 0%, rgb(37, 182, 166) 55%, rgb(32, 170, 165) 100%);
  padding: 20px;
  height: 100%;
}

.product-row .box .content {
  background: #ffffff;
  padding: 18px;
  height: 100%;
  transition: 0.3s;
}
.product-row .box .content:hover {
  background-color: #f3f3f3;
}
.link{
  cursor: pointer;
}
.toggle-box {
  background-image: -moz-linear-gradient( -38deg, rgb(42, 193, 166) 0%, rgb(37, 182, 166) 55%, rgb(32, 170, 165) 100%);
  background-image: -webkit-linear-gradient( -38deg, rgb(42, 193, 166) 0%, rgb(37, 182, 166) 55%, rgb(32, 170, 165) 100%);
  background-image: -ms-linear-gradient( -38deg, rgb(42, 193, 166) 0%, rgb(37, 182, 166) 55%, rgb(32, 170, 165) 100%);
  padding: 20px;
  position: absolute;
  z-index: 1;
  width: 380px;
  left: 92px;
  display: none;
}

.toggle-box.show-toggle {
  display: block;
}

.toggle-box .content {
  background: #ffffff;
  padding: 18px;
}

.product-details p {
  margin: 0;
}

.product-details p.name {
  font-size: 22px;
  line-height: 34px;
  margin: 0;
}

.product-details p.amount {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.product-details p.small-text {
  font-size: 15px;
  line-height: 1;
  color: #131313 !important;
}



/*List*/

.list {
  padding: 0;
  margin: 0;
}

.list li {
  list-style-type: none;
  padding-left: 32px;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 22px;
  position: relative;
}

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

.list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 17px;
  top: 7px;
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.small-list li {
  margin-bottom: 15px;
}

.list.small-list li:before {
  top: 3px;
}


/*slider*/

.screen-slider-wrapper {
  position: relative;
}

.client-slider {
  position: relative;
}

.slider-wrapper {
  display: flex;
  /*  justify-content: center;*/
  justify-content: space-between;
  align-items: center;
}

.slider-wrapper .item {
  padding: 0 80px;
  text-align: center;
  position: relative;
  display: none;
}

.slider-wrapper .item.visible {
  display: block;
}

.slider-wrapper .item .box {
  display: flex;
}

.slider-wrapper .item .thumb {
  flex: 0 0 150px;
  text-align: left;
}

.slider-wrapper .item .thumb img {
  max-width: 100px;
}

.slider-wrapper .item.active {
  margin-top: 0;
  flex: 0 0 65%;
}

.slider-wrapper .item .caption {
  text-align: left;
  display: none;
}

.slider-wrapper .item.active .caption {
  display: block;
}

.slider-wrapper .box p {
  font-size: 19px;
  line-height: 23px;
  color: #454545;
}

.client-slider .pagination-nav li {
  top: 15%;
}

.client-slider .pagination-nav .prev-btn {
  left: 12%;
}

.client-slider .pagination-nav .next-btn {
  right: 12%;
}

.dots li{
  padding: 0 5px;
  line-height: 0px;
  font-size: 0px;
}
.dots ul{
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dots button{
  cursor: pointer;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #a2a2a2;
}
.dots button:focus{
  outline: none;
}
.dots .slick-active button{
  background-image: -moz-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -webkit-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  background-image: -ms-linear-gradient( 130deg, rgb(55, 181, 165) 0%, rgb(20, 120, 172) 100%);
  border-color: rgba(0, 0, 0, 0);
}
.slider-wrapper .item:first-child {
  padding-left: 0;
}

.slider-wrapper .item:last-child {
  padding-right: 0;
}


.refund-img {
  max-width: 350px;
}


/*testimonial*/

.testimonial-section h2 {
  font-size: 60px;
  line-height: 75px;
}

.year-count {
  max-width: 298px;
  margin-bottom: 40px;
}

.testimonial-slider .item {
  display: none;
}

.testimonial-slider .item.active {
  display: block;
}

.testimonial-slider .item img {
  width: 100%;
  height: 275px;
  object-position: center;
  object-fit: cover;
  margin-bottom: 30px;
}

.testimonial-slider .item p {
  font-size: 20px;
  color: #232323;
  line-height: 24px;
  margin: 0;
}

.testimonial-slider .item p .more-link {
  color: #1478ac;
}

.testimonial-slider .item p.author {
  text-align: right;
  font-weight: 600;
}

.testimonial-section .pagination-nav li {
  background: rgba(219, 219, 219, 0.7);
  top: 42%;
}

.testimonial-section .pagination-nav .prev-btn {
  left: -4%;
}

.testimonial-section .pagination-nav .next-btn {
  right: -4%;
}

.grey-box {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 70px 50px;
}

.testimonial-section .grey-box {
  padding: 50px 50px;
}

.sign-img {
  max-width: 122px;
}

.heading-info-icon {
  position: relative;
  top: 5px;
}

.experience-badge {
  width: 185px;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: -85px;
}

.taxman-icon {
  height: 78px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}


/*footer*/

footer {
  background: #dff0e8;
}

footer h2 {
  font-size: 45px;
}

.step-info {
  font-size: 16px;
  color: #a7b4ae !important;
  letter-spacing: 0.16px;
  position: absolute;
  right: 0;
  top: -4.35rem;
}

footer .btn {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.footer-link a {
  font-size: 16px;
  color: #1d1d1d;
}


/*form section*/

.email-text {
  position: absolute;
  top: -65px;
  right: -60%;
  text-align: left;
  line-height: 1.4;
}

.email-arrow {
  position: absolute;
  top: -82px;
  right: -19%;
}

.form-wrapper {
  max-width: 370px;
  margin: 0 auto;
}

footer .btn-secondary {
  font-size: 21px;
  padding-left: 30px !important;
}

.form-group {
  position: relative;
}
.form-control .select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  /* border: none; */
  font-size: 18px;
  box-shadow: 3px 4px 9.5px 0.5px rgba(0, 0, 0, 0.10);
  border: 3px solid #fff;
  border-radius: 38px;
  height: 38px;
  margin: 0;
  /* line-height: 1; */
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 38px;
  border-bottom-right-radius: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1d1d1d;
  line-height: 32px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  background-image: -moz-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%);
  background-image: -webkit-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%);
  background-image: -ms-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%);
  border: 3px solid #fff;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  box-shadow: -2px 4px 9.5px 0.5px rgba(0, 0, 0, 0.10);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 0;
  left: 16px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 5px;
  width: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate( 45deg);
  -webkit-transform: rotate( 45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate( -135deg);
  -webkit-transform: rotate( -135deg);
  top: 12px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-image: -moz-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%);
  background-image: -webkit-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%);
  background-image: -ms-linear-gradient( -68deg, rgb(52, 194, 176) 0%, rgb(23, 134, 192) 99%);
  color: white;
}

.select2-dropdown {
  border: none !important;
  border-radius: 3px !important;
  overflow: hidden;
  box-shadow: 3px 4px 9.5px 0.5px rgba(0, 0, 0, 0.10);
}

.select2-results__option {
  font-size: 20px;
  line-height: 1.3;
  padding: 6px 20px;
}

.form-control {
  border-color: #e9e9e9;
  color: #1d1d1d;
  font-size: 20px;
    line-height: 40px;
    outline: none !important;
    border-radius: 50px;
    padding: 4px 21px 4px;
  border: 1px solid #e9e9e9;
  font-weight: 600;

  box-shadow: 1px 2px 9.995px 0.005px rgba(0, 0, 0, 0.1) !important;
}
.form-step-1 .form-control {
    padding: 6px 21px 8px;
}
.form-control:focus {
  border-color: #ffffff !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
  font-size: 30px !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
  font-size: 30px !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
  font-size: 30px !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
  font-size: 30px !important;
}
.form-step-2 .form-control, .form-step-3 .form-control {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.form-step-2 .btn, .form-step-3 .btn, .form-step-4 .btn{
  max-width: 100% !important;
}
.form-container h4, .form-container p{
  color: #1d1d1d;
}
.custom-control-label {
    font-size: 19px;
    line-height: 24px;
    color: #1d1d1d;
}
.custom-control-label::after {
    top: 0px;
    left: 0;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
  box-shadow: 1px 2px 9.995px 0.005px rgba(0, 0, 0, 0.1) !important;
}
.custom-control {
    padding-left: 32px;
}
.custom-control-label::before {
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background-color: #d0d0d0;
    z-index: 1;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #26c17b;
}
.step-2-top img{
  max-width: 280px;
    margin-top: -40px;
    margin-right: -63px;
}
.step-4-top img{
  max-width: 220px;
}

.step-2-top .price{
      bottom: -50px;
    right: 0;
}
.step-3-img{
  width: 144px;
}

.tooltipe-custom{
  position: fixed;
  z-index: 2000;
  animation: fadeUp 0.3s backwards 0.2s;
  background-image: linear-gradient( -22deg, rgb(32,159,170) 0%, rgb(26,140,171) 35%, rgb(20,120,172) 100%);
  padding: 10px;
}

.tooltipe-custom span{
  display: block;
  border-radius: 2px;
  padding: 3px 8px 3px 8px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-family: 'Verdana';
  max-width: 503px;
  line-height: 1.5;
  background-color: #fff;
}

@keyframes fadeUp {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}



.box-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  background: url(../images/overlay.png) repeat 0 0;
  cursor: pointer;
  display: none
}

.box-overlay.active {
  display: block
}


.modal-custom {
  cursor: default;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 758px;
  height: 558px;
  -webkit-animation: zoom .5s;
  animation: zoom .5s;
  padding: 10px;
  max-width: 95%;
  max-height: 95%
}

.modal-custom iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.modal-custom.active {
  display: block
}

.modal-custom-close {
  border: none;
  position: absolute;
  right: 35px;
  top: 15px;
  width: 46px;
  height: 47px;
  background: url(../images/close_x.png) 50% no-repeat;
  z-index: 20;
  padding: 0;
  cursor: pointer;
}

.subheading--medium{
  font-size: 26px;
  line-height: 34px;
  color: #1d1d1d;
  font-weight: 700;
}



.scroll-to.btn.btn-primary.sofortdownload {
   position: absolute;
   top:80px;
}

.marginnull {
  margin-bottom: 0!important;
}

.inlineblock{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}



.appearing_text {
	opacity:0;
}

.scrollview .appearing_text {
	animation: 1.5s 1 fadeIn calc(var(--delay) * 0.8s);
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	from { opacity: 0; }
    to   { opacity: 1; }
}


.block-faq {
	width:1050px;
	max-width:100%;
	margin:auto;
}

.block-faq--outer {
	margin-bottom:5px;
}

.block-faq--hl {
	background-color:#f3f3f3;
	padding:10px 35px 10px 28px;
	position:relative;
	font-size:1.2em;
	cursor:pointer;
}

.block-faq--hl:after {
	content:'';
	width:12px;
	height:12px;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	transform:rotate(45deg);
	position:absolute;
	top:20px;
	right:20px;
}

.block-faq--hl.active:after {
	transform:rotate(225deg);
}

.block-faq--text {
	padding:8px 28px;
	display:none;
}

.btn_cursor_animation {
	position: absolute;
	top:auto !important;
    bottom: -55px !important;
    right: -45px !important;
	width:auto !important;
}

.btn-arrow {
	width: 20px;
    position: absolute;
    top: 16px !important;
    right: -30px !important;
}

.relative {
	position:relative;
}

.badge_neu_big {
	position:absolute;
	top:-85px;
	left:-41px;
}

.siegel_marktfuehrer {
	position:absolute;
	bottom:15px;
	left:-55px;
}



.pro-table {
	width:795px;
	max-width:100%;
	margin:60px auto 0 auto;
	position:relative;
}

.pro-table__pack {
	margin-bottom:3px;
}

.pro-table__line {
	font-size:19px;
	text-align:left;
	display:grid;
	grid-template-columns:auto 230px;
}

.pro-table__line span {
	padding:5px 20px;
	line-height:1.3em;
}

.pro-table__line span:last-child {
	border-left:3px solid #000;
	border-right:3px solid #000;
	display:flex;
	align-items:center;
	justify-content:center;
}

.pro-table__line:nth-child(even) {
	background-color:#F8F8F8;
}

.pro-table__line--main {
	background: rgb(48,170,165);
	background: linear-gradient(90deg, rgba(48,170,165,1) 0%, rgba(33,131,173,1) 100%);
	padding-left:20px;
	position:relative;
	color:#fff;
	cursor:pointer;
}

.pro-table__line--main:after {
	content:"";
	background-image:url(../images/white_opening_arrow.png);
	width:16px;
	height:11px;
	position:absolute;
	top:50%;
	left:15px;
	transform:translateY(-50%);
}

.pro-table__line--main.active:after {
	transform:translateY(-50%) rotate(180deg);
}

span.pro-table__black-part {
	background-color:#000;
	border-radius:5px 5px 0px 0px;
	padding:8px 0;
	color:#fff;
}

/* Scroll Navi */
.scroll-navi {
  position: fixed;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background-color: transparent;
  text-align: center;
  z-index: 200;
}
@media (max-width: 680px) {
  .scroll-navi {
    display: none !important;
  }
}

.scroll-navi::before {
  content: "";
  width: 8px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.scroll-navi div {
  padding: 0 28px 0 0;
}

.scroll-navi a {
  display: block;
  padding: 4px 0;
  color: #A2A2A2;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}

.scroll-navi a.active {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  color: #18C073;
}

.scroll-navi a.active::after {
  content: "";
  width: 8px;
  height: 38px;
  position: absolute;
  top: 0px;
  right: -28px;
  background-color: #18C073;
  border-radius: 10px;
}

.scroll-navi a:hover {
  color: #18C073;
}

#digitalisierung {
  padding-bottom: 1px;
  background-color: #f9f9f9;
}

#zeitersparnis {
  padding: 0 0 1px 0;
  background-color: #f9f9f9;
}

@media (max-width: 991px) {
  #zeitersparnis {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 768px) {
  .scroll-navi {
    display: none;
  }
}

/* End Scroll Navi */

/*ANFANG Sofort Download Blue Absatz*/

.sofort-dl-blue{
  background: linear-gradient(90deg, rgba(48,170,165,1) 25%, rgba(33,131,173,1) 83%);
}

.sofort-dl-blue .container{
  width: 1000px;
  margin-bottom: 18px;
  padding-left: 45px
}

.sofort-dl-blue .download-heading{
  color: white;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 35px
}
.sofort-dl-blue .download-desc{
  color: white;
  font-weight: 600;
  margin-top: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 19px;
  letter-spacing: 1px
}

.sofort-dl-blue .list {
    margin-top: 24px;
}

.sofort-dl-blue .list li {
    color: #ffffffd6;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 15px;
}
.sofort-dl-blue .list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 17px;
    top: 7px;
    background-image: url(../images/list-icon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.sofort-dl-blue .download-wrapper .btn-gradient.btn-green {
  background-image: none!important;
  background-color: #18C073;
  font-size: 25px!important;
  border-width: 3px !important;
}

.sofort-dl-blue .download-wrapper .btn-gradient.btn-green:hover {
  text-decoration: none;
}
.sofort-dl-blue .download-wrapper .btn-gradient.btn-green img {
  width: 20px;

  position: absolute;
  top: 16px;
  right: 20px;
}

.sofort-dl-blue .steuerjahr{
  color: white;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}

.green-dropdown .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-image: none!important;
  background-color: #18C073!important;
}


.green-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: none!important;
  width: 50px;
  box-shadow: none;
  border-left: none;
}
.green-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow presentation{
  background-color: #18C073!important;
}
.green-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: solid #18C073!important;
  border-width: 0 2px 2px 0!important;
}

.sofort-dl-blue-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.sofort-dl-blue-content .left {
  width: 50%;
  padding-left: 20px;
  margin-top: 24px;
}

.sofort-dl-blue-content .right {
  width: 40%;
  padding-left: 140px;
}


@media (max-width: 1220px) {
  .sofort-dl-blue-content .left {
    margin-left: 140px;
    width: 35%;
  }
}

@media (max-width: 995px) {
  .sofort-dl-blue-content .left {
    margin-left: 25px;
    width: 45%;
  }
}

@media (max-width: 770px) {
  .sofort-dl-blue-content .left {
    margin-left: 0;
    padding-left: 0;
    width: 35%;
  }
  .download-wrapper {
    text-align: left!important;
    margin-left: -45px;
  }
  .download-heading {
    font-size: 22px!important
  }

.sofort-dl-blue-content .right {
  width: 60%;
  padding-left: 5px;
  }
}

@media (max-width: 700px) {
  .sofort-dl-blue-content {
    flex-direction: column;
    align-content: center;

  }
  .sofort-dl-blue-content .right {
    margin: 0 auto;
    width: 65%;
  }
  .sofort-dl-blue-content .left {
    margin: 0 auto;
  }
}


/*ENDE Sofort Download Blue Absatz*/







.tx-blue-bubble{
    position: absolute;
    top: 25px;
    left: 25px;
    background: #1478ac;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-variant: lining-nums;
    font-family: arial;
    font-weight: 500;
    padding: 3px 17px 0 2px;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #787878;
}

.tx-blue-bubble::after{
		content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 0 31px 19px;
    border-color: transparent transparent #1478ac transparent;
    top: 10px;
    left: -19px;
    margin-top: -10px;
}

.logo-center {
  justify-content: center;
}

.logo-center > div img {
  filter: grayscale(0);
}

.bubble-new {
  top: 19px;
  padding: 3px 12px 3px 8px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 600;
  filter: drop-shadow(0px 2px 1px rgba(0,0,0,0.3));
}

.tx-blue-bubble.bubble-new::after {
  border-width: 0 0 32px 19px;
  left: -18px;
}