.ebook-main-wrapper *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dwn-priv {
  color: inherit;
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
}
.dwn-priv a {
  color: inherit;
  text-decoration: underline;
}
.dwn-priv strong {
  font-weight: 500;
}

#meGDPRMessage {
  color: inherit;
  font-size: 12.5px;
  margin: 0;
  width: 100%;
}
#meGDPRMessage label {
  line-height: 1.5;
  color: initial;
  display: inline-block;
  margin-bottom: 8px;
}

.checkmarkgdpr {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  margin: 4px 4px 0 0 !important;
  background: #ffffff !important;
}
.checkmarkgdpr.enableCheckgdpr::before {
  opacity: 1;
}
.checkmarkgdpr::before {
  content: "";
  display: inline-block !important;
  top: -2.5px !important;
  left: 4.5px !important;
  position: relative !important;
  width: 5px !important;
  height: 10px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(1) !important;
          transform: rotate(45deg) scale(1) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
  opacity: 0;
}

.container {
  max-width: 1280px;
}

section > .sec-pTB.mbH {
  display: none;
}

input[type=submit],
input[type=reset] {
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: inline-block;
  width: 40%;
}

.form-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}

h2 {
  font-size: 20px;
}

.unorder-list {
  list-style-type: disc;
  padding-left: 16px;
}

#scroll-bg {
  background: #eff5f9 !important;
}

ul.listed {
  display: inline-block;
}

.listed li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #000;
}

.listed li:last-child {
  margin-bottom: 0;
}

.listed li:after {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  border: solid #030303;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 2px;
}

.listed li:nth-child(1) {
  -webkit-animation: AnimFadeUp 1s ease-in-out;
  animation: AnimFadeUp 1s ease-in-out;
}

.listed li:nth-child(2) {
  -webkit-animation: AnimFadeUp 1.25s ease-in-out;
  animation: AnimFadeUp 1.25s ease-in-out;
}

.listed li:nth-child(3) {
  -webkit-animation: AnimFadeUp 1.5s ease-in-out;
  animation: AnimFadeUp 1.5s ease-in-out;
}

.listed li:nth-child(4) {
  -webkit-animation: AnimFadeUp 1.75s ease-in-out;
  animation: AnimFadeUp 1.75s ease-in-out;
}

.listed li:nth-child(5) {
  -webkit-animation: AnimFadeUp 2s ease-in-out;
  animation: AnimFadeUp 2s ease-in-out;
}

.listed li:nth-child(6) {
  -webkit-animation: AnimFadeUp 2.25s ease-in-out;
  animation: AnimFadeUp 2.25s ease-in-out;
}

@-webkit-keyframes AnimFadeUp {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes AnimFadeUp {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.heading-menu {
  display: none;
}

.banner-bg {
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  padding: 15px 0px 70px;
  border-bottom: 1px solid #f5f3f3;
}

#scroll {
  display: none;
}

.landing-cont .sub-title {
  color: #040f40;
}

.landing-cont p {
  line-height: 28px;
  color: #000;
}

.sub-title {
  font-size: 20px;
  color: #040f40 !important;
  margin-top: 25px;
}

.form-container {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-top: 24px;
  border-radius: 8px;
  max-width: 420px;
  width: 100%;
}

.form-container h2 {
  text-align: center;
  padding: 15px 15px 20px;
  color: white;
  background: #81c784;
  border-bottom: 10px solid #4caf50;
  line-height: 1.7;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.form-container h2 span {
  font-weight: 100;
  font-size: 35px;
}

.form-container form {
  padding: 0px;
}

hr.seperator {
  border: transparent;
  background: rgba(255, 255, 255, 0.231372549);
  width: 13%;
  height: 2px;
  margin: 0px auto 8px;
}

.form-container input[type=submit] {
  cursor: pointer;
  background: #d42d2d;
  color: #ffffff;
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d42d2d;
  font-weight: 400;
  font-family: inherit;
  margin: 12px 0 0;
}

.form-container input[type=submit]:hover,
.form-container input[type=submit]:focus {
  -webkit-box-shadow: 0 0 20px rgba(233, 30, 99, 0.45);
          box-shadow: 0 0 20px rgba(233, 30, 99, 0.45);
  cursor: pointer;
}

.small-heading {
  font-size: 20px;
  margin: 0px 0px 20px !important;
  text-align: center;
}

input[type=submit] {
  background: #e31721;
  color: #fff;
  border-color: #e31721;
}

input[type=submit]:focus,
input[type=submit]:hover {
  opacity: 0.9;
}

.leadForm inputgroup {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.leadForm inputgroup.two-btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.leadForm inputgroup .error-field,
.leadForm inputgroup .error-field1 {
  display: none;
}

.leadForm inputgroup sup {
  color: #bbb;
  font-size: 10px;
}

.leadForm inputgroup input.input,
.leadForm inputgroup select {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-weight: 300;
  -webkit-transition: unset;
  transition: unset;
}

select#country_state,
#ukcountry_region {
  margin-top: 12px;
}

.leadForm inputgroup select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: var(--form-bg-img);
}

.main-title {
  font-weight: 600;
  color: #040f40 !important;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.main-title span {
  color: #040f40 !important;
  font-size: 25px;
  font-weight: normal;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.error-field1 {
  border: solid 1px #f00;
  display: block;
}

.leadForm inputgroup.error input,
.leadForm inputgroup.error1 input {
  border-color: red !important;
}

.ebook-img-wrapper {
  text-align: center;
}

.ebook-img-wrapper img {
  width: 100%;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  .dwn-form {
    width: 100%;
  }
  .dwn-form {
    padding-left: 0px;
  }
  .landing-cont {
    padding-left: 0px;
  }
  .per30.fr {
    width: 100%;
  }
  .per40 {
    width: 100%;
  }
  .per25 {
    width: 100%;
  }
  .banner-bg {
    padding: 20px 0px 30px;
  }
  .per60 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dwn-form {
    width: 100%;
  }
  .main-title {
    font-size: 26px;
  }
  .main-title span {
    font-size: 22px;
  }
  .landing-cont {
    padding-left: 10px;
  }
  .dwn-form {
    padding-left: 10px;
  }
  .dwn-form {
    padding-left: 10px;
  }
}