.artist-title {
  position: absolute;
  top: 1vh;
  right: 1vw;
}

.artist-title a {
  font-size: 2.083vw;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.fadeOut {
  display: none;
}

.fadeIn {
  display: block;
}

.thankyou.fadeOut.fadeIn {
  display: block !important;
}

.footerTotalWrapper {
  background-color: #292929;
}

.mail-wrapper {
  /* margin-top: 30px; */
  min-height: calc(100vh - 339px);
}

.mlistParent {
  margin-bottom: 5vw;
  margin-top: 5vw;
}

.mlistParent .mlistwrapper .mlform input:-webkit-autofill,
.mlistParent .mlistwrapper .mlform input:-webkit-autofill:hover,
.mlistParent .mlistwrapper .mlform input:-webkit-autofill:focus,
.mlistParent .mlistwrapper .mlform textarea:-webkit-autofill,
.mlistParent .mlistwrapper .mlform textarea:-webkit-autofill:hover,
.mlistParent .mlistwrapper .mlform textarea:-webkit-autofill:focus,
.mlistParent .mlistwrapper .mlform select:-webkit-autofill,
.mlistParent .mlistwrapper .mlform select:-webkit-autofill:hover,
.mlistParent .mlistwrapper .mlform select:-webkit-autofill:focus {
  color: #000000;
  border: 1px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  opacity: 1;
}

.mlistParent input:-webkit-autofill,
.mlistParent input:-webkit-autofill:hover,
.mlistParent input:-webkit-autofill:focus,
.mlistParent textarea:-webkit-autofill,
.mlistParent textarea:-webkit-autofill:hover,
.mlistParent textarea:-webkit-autofill:focus,
.mlistParent select:-webkit-autofill,
.mlistParent select:-webkit-autofill:hover,
.mlistParent select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid #000000;
}

.mlistParent input::-webkit-input-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 1;
}

.mlistParent input::-moz-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 1;
}

.mlistParent input:-ms-input-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 1;
}

.mlistParent input:-moz-placeholder {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 1;
}
.secondform.singleform {
  margin: 3vw auto;
}
.mlistwrapper {
  width: 50%;
  margin: 0 auto;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.message-text {
  font-size: 3.5139vw;
  line-height: 3.0746vw;
  letter-spacing: 0.6325vw;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 3.1478vw;
  text-align: center;
  padding-top: 8.4919vw;
}

.mlistParent form.mlistFormOne.mlform.twostep {
  width: 100%;
  font-size: 0px;
}

.mlistParent .mlistwrapper .plain-ml-wrapper form.mlistFormOne div.email.fieldWrap {
  width: 76%;
  display: inline-block;
  margin-right: 2%;
}

.mlistParent form.mlistFormOne>div.submit {
  width: 22%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  /* height: 2.9282vw;*/
  border: none;
  outline: none;
}

.mlistParent span.input-error {
  position: absolute;
  left: 0px;
  top: -1.3vw;
  color: #ff0000;
  font-size: 1vw;
  text-transform: none;
}

/*.mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
    width: 100%;
    height: 2.9282vw;
    padding: 0px;
    border: none;
    outline: none;
    background: #000000;
    text-transform: uppercase;
    font-size: 1.0248vw;
    color: #000000;
}
.mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit:hover{
    opacity:0.5;
    cursor:pointer;
}*/
.mlistParent .mlistwrapper .mlform input.email {
  box-sizing: border-box;
  background: transparent;
  color: #000000;
  font-size: 1.0248vw;
  outline: none;
  width: 100%;
  height: 2.9282vw;
  line-height: 2.9282vw;
  padding-left: 0.778vw;
  border: 1px solid #000;
  font-family: 'Arimo', Arial;
}

.primary-list-values {
  display: none;
  font-size: 0px;
}

.mlistParent .mlistwrapper .mlform .terms {
  padding-top: 1.7569vw;
  padding-left: 0.778vw;
  text-align: left;
  position: relative;
}

.mlistParent .mlistwrapper .mlform .terms,
.mlistParent .secondform .terms,
.mlistParent .mlistwrapper .mlform .terms p.terms-message,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2,
.mlistParent .mlistwrapper .mlform p.terms-message a,
.mlistParent .mlistwrapper .secondform p.terms-message a,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a {
  color: #000000;
}

.mlistParent .mlistwrapper .mlform p.terms-message a,
.mlistParent .mlistwrapper .secondform p.terms-message a,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a {
  text-decoration: underline;
}

.mlistParent .mlistwrapper .secondform p.terms-message a:hover,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a:hover {
  /* text-decoration:none; */
  opacity: 0.5;
}

.mlistParent .mlistwrapper form.mlistFormOne,
.mlistParent .mlistwrapper .mlform .terms {
  width: 100%;
  margin: 0;
}

.mlistParent form.mlistFormOne.mlform .terms {
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  position: relative;
}

.mlistParent .mlistwrapper .mlform a.terms {
  text-align: left;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 0.732vw;
  line-height: 0.8784vw;
  padding-top: 0px;
  padding-left: 0px;
  font-family: 'Arimo', Arial;
}

.mlistParent .mlistwrapper .mlform .terms:hover,
.mlistParent .mlistwrapper .mlform p.terms-message a:hover,
.mlistParent .mlistwrapper .secondform p.terms-message a:hover,
.mlistParent .mlistwrapper .mlform .terms p.terms-message-2 a:hover {
  /* text-decoration:none; */
  opacity: 0.5;
}

.firstMlistForm .terms .close {
  display: none;
}

.mlistwrapper .mlform .terms p.terms-message,
.mlistwrapper .mlform .terms p.terms-message-2 {
  position: absolute;
  bottom: auto;
  top: 3.5vw;
  font-size: 0.732vw;
  line-height: 0.8784vw;
  z-index: 1;
  width: 95%;
  background: transparent;
  color: #000000;
  text-align: left;
  text-transform: none;
  margin: 0;
  font-family: 'Arimo', Arial;
}

.mlistParent .secondform.singleform.fadeIn {
  background: transparent;
  width: 100%;
  margin: 0 auto;
  padding: 0.8vw;
  box-sizing: border-box;
  position: relative;
}

.mlistParent div.plain-ml-wrapper span.secondFormClose {
  color: #000;
  position: absolute;
  right: -1.5vw;
  top: 0vw;
  font-size: 2vw;
  cursor: pointer;
  font-family: 'Arimo', Arial;
}

.mlistParent div.plain-ml-wrapper span.secondFormClose:hover {
  opacity: 0.5;
}

.mlistParent .welcome {
  text-align: center;
  margin-bottom: 1.3177vw;
}

.mlistParent .mlistwrapper .secondform .welcome p,
.mlistParent .mlistwrapper .secondform .welcome span {
  font-size: 1vw;
  display: inline;
  font-family: 'Arimo', Arial;
  color: #000000;
}

.mlistParent .mlistwrapper form.mlistFormOne>div {
  padding-bottom: 1vw;
}

.mlistParent .mlistwrapper .plain-ml-wrapper div.fieldWrap {
  position: relative;
}

.mlistParent .mlistwrapper .secondform input:not([type="submit"]) {
  background: transparent;
  width: 100%;
  height: 2.9282vw;
  padding: 0 0.7vw;
  font-size: 0.78125vw;
  font-family: 'Arimo', Arial;
  box-sizing: border-box;
  color: #000000;
  border: 1px solid #000;
}

.mlistParent .mlistwrapper .secondform input:not([type="submit"]).errored {
  border-color: #ff0000;
}

.mlistParent form.mlistFormOne.mlform {
  font-size: 0px;
}

.mlistParent select.country.form-control,
.mlistParent .secondform div.dobDay.fieldWrap select,
.mlistParent .dobMonth.fieldWrap select {
  /* background: url("../images/select-arrow.svg") no-repeat transparent; */
  /* background: url("../images/sel_double_arrow.png") no-repeat transparent; */
  width: 100%;
  color: #000000;
  height: 2.9282vw;
  padding: 0 0.7vw;
  border: 1px solid #000;
  font-size: 0.78125vw;
  font-family: 'Arimo', Arial;
  /* box-sizing: border-box; */
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* background-position: 98% 50%; */
  /* padding-right: 2vw; */
}

.mlistParent form.mlistFormOne .postalcode.fieldWrap {
  width: 48%;
  margin-right: 4%;
  display: inline-block;
}

.mlistParent .secondform div.dobDay.fieldWrap {
  width: 48%;
  margin-left: 4%;
  display: inline-block;
}

.mlistParent form.mlistFormOne .postal_country,
.mlistParent .dobMonth.fieldWrap {
  width: 48%;
  display: inline-block;
  margin: 0;
}

.mlistParent form.mlistFormOne>div.submit {
  width: auto;
  margin: 0 auto;
  padding-bottom: 0px;
  max-width: none;
  display: block;
}

.mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
  /* font-size:  7.81vw;
    height: 3vw; 
    line-height: 2vw;*/
  font-size: 1vw;
  height: 2vw;
  line-height: 1;
  color: #000;
  background: #fff;
  width: 10vw;
  cursor: pointer;
  font-family: Arimo;
  font-weight: 400;
  font-style: normal;
  padding: 0px !important;
  border: 1px solid #000;
  max-width: none;
  margin: 0 auto;
}

.mlistParent .mlistwrapper .secondform input.submit:hover {
  /* opacity:0.5; */
  background: transparent;
  border: 1px solid #000;
  opacity: 0.5;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin {
  position: relative;
  margin: 0vw auto;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 9px;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked) {
  position: absolute;
  left: 0px;
  width: 1.5vw;
  height: 1.5vw;
  z-index: 10;
  top: 0;
  /* opacity: 0; */
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  padding: 0;
}

.mlistParent .globaloptin [type="checkbox"]:checked {
  position: absolute;
  left: 0px;
  width: 1.5vw;
  height: 1.5vw;
  z-index: 10;
  top: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  padding: 0;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin .goptin_checkbox {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.4vw;
  color: #000000;
  font-family: 'Arimo', Arial;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 1.054vw;
  padding-left: 2.1vw;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked)+label:before,
.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:checked+label:before {
  color: #000000;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1.5vw;
  height: 1.5vw;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 0px;
  box-sizing: border-box;
}

.mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.mlistParent .globaloptin [type="checkbox"]:not(:checked)+label:after,
.mlistParent .globaloptin [type="checkbox"]:checked+label:after {
  content: "\2713";
  position: absolute;
  top: 0.1vw;
  line-height: 1;
  left: 0.2vw;
  font-size: 1.4vw;
  font-weight: normal;
  text-align: center;
}

.mlistParent .globaloptin .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked),
.mlistParent .globaloptin .globaloptin [type="checkbox"]:checked {
  position: absolute;
  left: 0px;
  width: 1.5vw;
  height: 1.5vw;
  z-index: 10;
  top: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  padding: 0;
}

.mlistParent .thankyou.fadeIn {
  text-align: center;
  font-size: 1.1vw;
  text-transform: uppercase;
  font-family: 'Arimo', Arial;
  color: #000000;
  padding: 5vw;
}

option {
  background: #fff;
  color: #000;
  padding: 0px;
}
.footerWrapper.desk {
  justify-content: center;
}
.fieldWrap, .country {
  margin: 0;
}
.main-content {
  margin: 0 auto;
  padding: 0;
}
p.terms-message.fadeIn {
  position: absolute;
  width: 100%;
  text-align: justify;
}
@media only screen and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  body .mlistParent select.country.form-control {
    /* font-size: 16px; */
    font-size: 10px;
  }

  .mlistParent {
    margin-bottom: 112px;
  }

  .mlistwrapper {
    width: 88%;
    margin: 0 auto;
    /* margin-top: 30px; */
    /* min-height: 80vh; */
  }

  .message-text {
    font-size: 35px;
    line-height: 40px;
    padding-top: 93px;
    padding-bottom: 50px;
    width: 60%;
    margin: 0 auto;
  }

  .mlform {
    width: 84%;
    margin: 0 auto;
  }

  .mlistParent .mlistwrapper .mlform input.email {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
    text-align: left;
  }

  .mlistParent .mlistwrapper .plain-ml-wrapper form.mlistFormOne div.email.fieldWrap {
    margin-right: 0%;
    width: 100%;
    display: block;
  }

  .mlistParent form.mlistFormOne>div.submit {
    width: 100%;
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    /*height: 55px;*/
    margin-top: 15px;
  }

  /* .mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }*/
  .mlistParent span.input-error {
    position: absolute;
    left: 0px;
    top: -20px;
    color: #ff0000;
    font-size: 15px;
  }

  .mlistParent .mlistwrapper .secondform .welcome p,
  .mlistParent .mlistwrapper .secondform .welcome span {
    font-size: 18px;
    line-height: 27px;
  }

  .mlistParent .welcome {
    text-align: center;
    margin-bottom: 20px;
  }

  .mlistParent .mlistwrapper form.mlistFormOne>div {
     padding-bottom: 15px;
  }

  .mlistParent .mlistwrapper .secondform input:not([type="submit"]) {
    height: 37px;
    padding: 0 8px;
    /* font-size:  1.78125vw; */
    font-size: 16px;
    /* line-height:55px; */
    line-height: 37px;
  }

  .mlistParent select.country.form-control,
  .mlistParent .secondform div.dobDay.fieldWrap select,
  .mlistParent .dobMonth.fieldWrap select {
    height: 37px;
    padding: 0 8px;
    border: 1px solid #000000;
    font-size: 15px;
    line-height: 37px;
    padding-right: 24px;
    background-position: 95% 50%;
    background-size: 9px auto;
  }

  .mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked),
  .mlistParent .globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
  }

  .mlistParent .mlistwrapper form.mlistFormOne .globaloptin .goptin_checkbox {
    line-height: 20px;
    font-size: 15px;
    padding-left: 27px;
  }

  .mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:not(:checked)+label:before,
  .mlistParent .mlistwrapper form.mlistFormOne .globaloptin [type="checkbox"]:checked+label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
  }

  .mlistParent .globaloptin [type="checkbox"]:not(:checked)+label:after,
  .mlistParent .globaloptin [type="checkbox"]:checked+label:after {
    top: 1px;
    line-height: 1;
    left: 4px;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
  }

  .mlistParent form.mlistFormOne>div.submit input.submit.mlistSubmit {
    font-size: 15px;
    height: 50px;
    line-height: 1;
    width: 200px;
  }

  .mlistParent div.plain-ml-wrapper span.secondFormClose {
    position: absolute;
    right: -4px;
    font-size: 30px;
  }

  .mlistParent .mlistwrapper .mlform .terms {
    padding-top: 15px;
    text-align: center;
  }

  @media only screen and (max-width: 1023px),
  (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .mlistParent .mlistwrapper .mlform .terms {
      padding-top: 15px;
      text-align: center !important;
    }
  }

  .mlistParent .mlistwrapper .mlform a.terms {
    font-size: 10px;
    line-height: 12px;
  }

  .mlistwrapper .mlform .terms p.terms-message,
  .mlistwrapper .mlform .terms p.terms-message-2 {
    font-size: 10px;
    line-height: 12px;
    top: 33px;
  }

  .mlistParent .thankyou.fadeIn {
    font-size: 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
  body .mlistParent select.country.form-control {
    /* font-size: 9px; */
    font-size: 16px;
  }

  .mlistParent .mlistwrapper .secondform input:not([type="submit"]) {
    /* font-size: 2.5vw; */
    font-size: 16px;
  }

  .mlistParent span.input-error {
    position: absolute;
    left: 0px;
    top: -20px;
    color: #ff0000;
    font-size: 11px;
  }

  .mlistParent select.country.form-control,
  .mlistParent .secondform div.dobDay.fieldWrap select,
  .mlistParent .dobMonth.fieldWrap select {
    font-size: 15px;
  }
}

.mlistParent .mlistwrapper .mlform input {
  border-radius: 0;
  outline: none;
  appearance: none;
}

a.terms:after {
  content: "";
}

.terms {
  text-align: center !important;
  margin-top: 10px !important;
  width: 100%;
  margin: 0 auto;
}

.term-text {
  text-decoration: none !important;
  font-family: 'Arimo', Arial !important;
  font-size: 0.78125vw;
}

.term-text:hover {
  text-decoration: none !important;
  opacity: 0.5;
}

.terms-message {
  font-size: 8px;
  line-height: 10px;
  text-align: left;
  font-family: 'Arimo', Arial !important;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .terms-message {
    font-size: 13px;
    line-height: 16px;
  }
}

.bdayLblDiv {
  color: #000;
  font-size: 1vw;
  text-align: left;
  font-family: 'Arimo', Arial !important;
}

.zipParentDiv {
  width: 100%;
  display: inline-block;
}

.zipLblDiv {
  color: #000;
  font-size: 1vw;
  text-align: left;
  font-family: 'Arimo', Arial !important;
  width: 48%;
  margin-right: 4%;
  display: inline-block;
}

.countryLblDiv {
  color: #000;
  font-size: 1vw;
  text-align: left;
  font-family: 'Arimo', Arial !important;
  width: 48%;
  display: inline-block;
}

.mailpageLogo a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {

  .bdayLblDiv,
  .zipLblDiv,
  .countryLblDiv {
    font-size: 14px;
  }

  .term-text {
    font-size: 13px;
  }

  .terms-message {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    font-family: 'Arimo', Arial !important;
  }
}

.footerWrapper {
  position: relative !important;
  padding-bottom: 0vw !important;
}

.mailpageLogo {
  font-size: 3.1vw;
  line-height: 5vw;
  cursor: pointer;
  font-family: 'Arimo', Arial;
  color: #000000;
  margin-top: 15px;
  text-align: center;
}

.mailpageLogo a {
  color: #000 !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 1023px),
(min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .mailpageLogo {
    font-size: 5.1vw;
    line-height: 5vw;
  }
}


.mlistcontainer .consent-placeholder{
  position: relative; 
  margin: 3.5vh auto 0; 
  display: block; 
} 
.plain-ml-wrapper label:not(.goptin_checkbox){
    position:static;
    transform:none;        
}
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked { 
  position: absolute; 
  left: 0px; 
  width: 1.28vw; 
  height: 1.28vw; 
  z-index: 10; 
  top: 0px; 
  opacity: 0; 
  cursor: pointer; 
  margin: 0; 
  -webkit-appearance: none; 
  padding: 0; 
} 

.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
  content: ""; 
  position: absolute; 
  left: 0px; 
  top: auto; 
  width: 1.28vw; 
  height: 1.28vw; 
  border: 2px solid #000;; 
  background: transparent; 
  border-radius: 0px; 
  box-sizing: border-box; 
} 

.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"].errored:not(:checked) + label:before { 
  border-color: red; 
} 

.mlistcontainer .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
  display: inline-block; 
  box-sizing: border-box; 
  line-height: 1; 
  text-align: left; 
  text-transform: none; 
  letter-spacing: 0; 
  font-size: 0.68vw; 
  padding-left: 2.04vw; 
  vertical-align: top; 
  font-weight: 400; 
    position: static;
    transform: none;
    pointer-events: auto;
} 

.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
  content: "\2713"; 
  position: absolute; 
  top: 0.58vh; 
  line-height: 1; 
  left: 0.25vw; 
  font-size: 1vw; 
  color: #000;; 
  font-weight: 700; 
  text-align: center; 
} 

.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
  color: #000;; 
} 

 .mlistcontainer .consent-placeholder span.input-error { 
  color: red; 
  position: absolute; 
  top: -3.25vh; 
  left: 0; 
  bottom: auto; 
} 

.mlistcontainer .secondform .consent-placeholder { 
  margin: 2vh auto; 
} 
.mlistcontainer .plain-ml-wrapper .mlform .consent-placeholder label a,
.mlistcontainer .plain-ml-wrapper .mlform .consent-placeholder label span {
    color: #000;
}
.mlistcontainer .plain-ml-wrapper .mlform .consent-placeholder label a{
    text-decoration:underline;
}
.mlistcontainer .plain-ml-wrapper .mlform .consent-placeholder label a:hover {
    opacity: 0.5;
}
@media only screen and (max-width: 1024px) and (orientation:portrait){ 

 .mlistcontainer .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"] + label { 
     font-size: 2vw; 
     padding-left: 6vw; 
  } 

  .mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked), 
  .mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked, 
  .mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked) + label:before, 
  .mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:before { 
     width:4vw; 
     height: 4vw; 
  } 

  .mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked + label:after { 
        top: 0.2vh;
        left: 0.5vw;
        font-size: 3.15vw;
  } 
} 
@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
.mlistcontainer .plain-ml-wrapper .mlform .consent-placeholder input[type="checkbox"]+label{
    font-size: 1.268vw;
    padding-left: 3.54vw;
}        
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:after{
   top:0;
   font-size:2vw;
}
.mlistcontainer .consent-placeholder {
    position: relative;
    margin: 2vh auto ;
}
.mlistcontainer .consent-placeholder span.input-error{
   top: -1.5vh;
}
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked)+label:before, 
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked+label:before,
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:not(:checked),
.mlistcontainer .plain-ml-wrapper .consent-placeholder input[type="checkbox"]:checked{
    width: 2.28vw;
    height: 2.28vw;
}

}