.mrg-bottom-md {
  margin-bottom: 40px;
}
/* download section style begin */
.download-sec-fea {
  display: block;
  background: #f2fff8;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #62a17e;
}
.download-sec-fea-ul {
  margin-top: 16px;
}
.download-sec-fea-ul > li {
  list-style: none;
  position: relative;
  padding-bottom: 8px;
}
.download-sec-fea-ul > li:last-child {
  padding-bottom: 0;
}
ul.download-sec-fea-ul li:before {
  content: " ";
  display: block;
  border: solid 10px #34ad65;
  border-radius: 16px;
  height: 0;
  width: 0;
  position: absolute;
  left: -30px;
  top: 40%;
  margin-top: -10px;
}
ul.download-sec-fea-ul li:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  left: -23px;
  top: 40%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contactForm {
  margin: 16px 0 0;
}
.input-group {
  width: 100%;
}
.form-btn {
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: calc(1rem + 2px);
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E1E2E5;
  color: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-family: inherit;
}
.form-btn:hover {
  color: #E80E19;
  border-color: #E80E19;
}
.form-btn > .form-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-btn > .form-btn-icon + span {
  margin-left: 8px;
}
.form-btn.form-btn-primary {
  border: 1px solid #E80E19 !important;
  background-color: #E80E19 !important;
  color: #ffffff;
}
.form-btn.form-btn-primary:hover {
  background-color: #db0b15;
  border-color: #db0b15;
}
.form-btn.form-btn-primary:focus {
  background-color: #d00610;
  border-color: #d00610;
}
.form-btn > span:last-child.form-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
a.form-btn {
  text-decoration: none;
}
a.form-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.form-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 998px) {
  .form-group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    width: 100%;
  }
  .form-group-row .form-group-item {
    width: 100%;
  }
}
.form-group-row .form-feedback-error {
  position: absolute;
  top: 0;
  top: -24px;
  color: red;
  display: none;
}
.form-group-row > div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::placeholder {
  color: #bbb;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #bbb;
}
.form-group-row > div input, .form-group-row > div select {
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 15px;
  color: #1B1D1F;
  font-family: inherit;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group-row > div input:focus, .form-group-row > div select:focus {
  outline: none;
}
.form-group-row > div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --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='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right -0.18rem center;
  background-size: 16px 12px;
}
.form-group-row > div:nth-child(1) {
  border: 1px solid #E1E2E5;
  border-right-width: 0;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  padding-left: 12px;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-width: 1px;
    border-radius: 4px;
  }
}
.select-os {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 998px) {
  .select-os {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 12px;
    height: 48px;
  }
  .select-os .selectedOS {
    line-height: 48px;
  }
}
.select-os::before {
  position: absolute;
  content: "";
  background-color: #E1E2E5;
  width: 1px;
  height: 28px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 998px) {
  .select-os::before {
    display: none;
  }
}
.select-os::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: -1;
  margin: auto;
}
@media only screen and (max-width: 998px) {
  .select-os::after {
    right: 12px;
  }
}
.select-os .selectedOS {
  font-size: 15px;
  margin-right: 8px;
}
.select-os select {
  background-image: none !important;
  position: absolute;
  min-width: 38px;
  max-width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-group-row > div:nth-child(1)::after {
  position: absolute;
  content: "";
  background-color: #E1E2E5;
  width: 1px;
  height: 28px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(1)::after {
    display: none;
  }
}
.form-group-row > div:nth-child(2) {
  border: 1px solid #E1E2E5;
  border-left-width: 0;
  background: #ffffff;
  padding: 0 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0 4px 4px 0;
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    border: 0;
    padding-left: 0;
  }
  .form-group-row > div:nth-child(2) .form-btn {
    width: 100%;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}
.form-group-row > div:nth-child(2) .select-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  position: relative;
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(2) .select-country {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 8px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form-group-row > div:nth-child(2) .select-country #MECountryListing {
  opacity: 0;
  position: absolute;
  min-width: 38px;
  max-width: 100%;
}
.form-group-row > div:nth-child(2) .select-country select {
  padding-left: 12px;
  max-width: 90px;
  background-image: none;
  text-overflow: ellipsis;
  position: relative;
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(2) .select-country select {
    max-width: 50%;
    border-left: 1px solid #dddddd;
  }
}
.form-group-row > div:nth-child(2) .select-country::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: 0;
  margin: auto;
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(2) .select-country::after {
    right: 12px;
  }
}
.form-group-row > div:nth-child(2) .selectedCountry {
  font-size: 15px;
  margin-right: 8px;
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(2) .selectedCountry {
    margin-left: 12px;
  }
}
.form-group-row > div:nth-child(2) .caretDown {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: 0;
  margin: auto;
}
@media only screen and (max-width: 998px) {
  .form-group-row > div:nth-child(2) .caretDown {
    display: none;
  }
}
.form-group-row > div:nth-child(3) {
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  border-color: #E80E19;
}
.form-group-row > div:nth-child(3) input[type=submit] {
  background-color: #E80E19;
  color: #ffffff;
  padding: 14px 38px 14px 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
}
.form-group-row > div:nth-child(3) svg {
  position: absolute;
  right: calc(50% - 68px);
  top: 16px;
}
.form-group-row .form-btn {
  padding: 0 24px;
  height: 48px;
  font-family: inherit;
  margin-left: 12px;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
}
.edi-btn .error-field, .edi-btn .error-field1 {
  display: none;
  right: 0;
}
.edi-btn .form-group-item.error .error-field, .edi-btn .form-group-item.error1 .error-field1 {
  display: block;
  position: absolute;
  background-color: transparent;
  padding: 0;
  line-height: normal;
  top: -20px;
  left: 0;
  font-size: 13px;
  font-weight: normal;
  color: red;
  z-index: 1;
}
.edi-btn .form-group-item.error input, .edi-btn .form-group-item.error1 input, .edi-btn .form-group-item.error textarea, .edi-btn .form-group-item.error1 textarea {
  border-color: red !important;
}
#meGDPRMessage {
  margin-bottom: 12px;
  font-size: 13px;
  width: 100% !important;
}
#meGDPRMessage label {
  line-height: 1.5;
  color: initial;
  display: inline-block;
  max-width: 480px;
}
.download-sec-fea-title {font-size:22px;font-weight:500;margin:0;}
.download-sec-fea-ulgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  margin-right: 8px !important;
  background: #ffffff !important;
}
.download-sec-fea-ulgdpr::before {
  content: "";
  display: inline-block !important;
  top: -1px !important;
  left: 6px !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !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;
}
.download-sec-fea-ulgdpr.enableCheckgdpr::before {
  opacity: 1;
}
.terms-content strong {
  font-weight: 500;
}
.terms-content a {
  color: inherit;
  text-decoration: underline;
}
.thanks-message {
  padding: 16px;
  background: linear-gradient(65deg, #a1eac4, transparent);
  border-radius: 4px;
  display: none;
}
.thanks-message .thanks-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
}
.thanks-message .thanks-content h6 {
  margin-bottom: 0;
}
/* download section end */