.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/~/media/Themes/Common/LipitorCom/LipitorCom/images/loader.gif) 50% 50% no-repeat;
    display: none;
}
.hide {
    display: none !important;
}
.error,
.error-msg {
    display: none;
    color: #f70207;
    padding: 10px 5px;
    font-size: 16px;
}
.error.paddingCS {
    padding-left: 70px;
    padding-top: 0;
}
.privacy-blue {
    color: #0071d5;
}
.savings .main-content {
    padding: 0px 20px 20px 8px;
}
.savings .sitecore-form a {
    color: #0071d5;
}
.savings .sitecore-form a:hover {
    text-decoration: underline;
}
.savings .saving-card-div-section {
    display: flex;
}
.savings .get-a-card-info {
    padding: 30px 20px 0px 0px;
    font-size: 22px;
}
.savings .get-a-card {
    background: #0071d3;
    display: inline-block;
    padding: 3px 5px 6px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
}
.savings .get-a-card a {
    color: #fff;
    text-decoration: none;
}
.savings .small {
    padding: 0px 0px 20px 0px;
    width: 500px;
    font-size: 12px;
    margin-top: 0px;
}
.savings .trucheck-widget {
    font-size: 22px;
    font-weight: 600;
    color: #0071d3;
    line-height: 1;
    padding-bottom: 20px;
}
.savings .trucheck-widget .check-now {
    color: #00a959;
}
.savings .trucheck-widget .check-now a {
    color: #00a959;
    font-family: inherit;
    text-decoration: underline;
}
.savings .trucheck-widget .small-text {
    font-size: 18px;
    line-height: 1.5;   
}
.savings .already-have-a-card {
    position: relative;
}
.savings .already-have-a-card .activate-here a {
    font-weight: bold;
}
.savings .already-have-a-card .activate-here a::after {
    position: absolute;
    content: ' ';
    width: 9px;
    height: 16px;
    background: url(/-/media/Project/Common/LipitorCom/Images/anchor-blue-arrow.png) no-repeat;
    margin: 4px 0 0 6px;
}
.savings .field-highlight-text .blue {
    color: #0071d5;
    padding-top: 25px;
    font-weight: bold;
}
.savings .sitecore-form {
    padding: 50px 20px 20px;
    margin-bottom: 0px;
}
#MylaninRequest {
    padding-left: 9px;
}
.form-group,
.form-check {
    margin-bottom: 2rem;
}
.form-check.bmarginCS {
    margin-bottom: 1rem;
}
#MylaninRequest label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
}
#MylaninRequest .form-check label {
    margin: .5rem;
}
.form-check-input {
    background: url(/~/media/Project/Common/LipitorCom/Images/checkbox_bg.png) no-repeat left top;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}
.form-check-input:checked {
    width: 30px;
    height: 30px;
    background: url(/~/media/Project/Common/LipitorCom/Images/checkboxChecked_bg.png) no-repeat;
}
.savings input[type=text] {
    width: 100%;
    display: inline-block;
    margin-right: 3.5%;
    height: 60px;
    padding: 0 15px;
    border: 1px solid #c6ced3;
    border-radius: 5px;
    color: #75758b;
    font-size: 18px;
}
.savings input[type=email],
.savings input[type=password],
.savings input[type=number],
.savings form textarea,
.savings .form select,
.savings div.selector,
.savings input[type=tel] {
    color: #75758b;
    width: 100%;
    max-width: 554px;
    height: 60px;
    padding: 0 15px;
    border: 1px solid #c6ced3;
    border-radius: 5px;
    font-size: 18px;
}
#MylaninRequest input.error_input {
    border: 2px solid #f70207;
    border-radius: 5px;
}
.form-group select{
    margin: 0px 0 5px 0;
    height: 40px;
    line-height: 40px;
     height: 100%;
    text-align: left;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/-/media/Project/Common/LipitorCom/Images/select-arrow.png) no-repeat center right 10px;
    border: 0;
    padding: 0px 35px  0px 5px;
   
}
.form-group select#State {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #c6ced3;
    padding: 0 15px;
    color: #000;
   /* appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;*/
    word-wrap: normal;
    font-size: 18px;
}

#MylaninRequest ul {
    list-style: disc;
    line-height: 1.5;
    padding-left: 23px;
    padding-bottom: 20px;
}
#MylaninRequest ul li {
    padding-bottom: 10px;
}
.savings #MylaninRequest .privacy {
    max-width: 70%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 2rem;
}
.savings-form-step2 .text-description {
    margin: .5rem 0;
}
.savings-form-step2 .privacy-para {
    padding-left: 63px;
}
.saving-allfields-required {
    margin-bottom: 30px;
    font-weight: bold;
}
.saving-allfields-required em {
    font-style: normal;
    font-weight: bold;
}
#MylaninRequest input#Mobile {
    max-width: 554px;
    margin-top: 5px;
}
.formbtn-primary {
    background: #0071d5;
    padding: 15px 72px 15px;
    font-size: 18px;
    border-radius: 30px;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
/*.formbtn-primary:hover {
    background-color: #0f0c97;
}*/
/*------------------ mobile subscription form ------------------*/

.home .sitecore-form {
    padding: 0 8px;
}
.home .sitecore-form .component-content {
    border-top: 2px solid #b2d3ef;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}
.sitecore-form .chat-img {
    float: left;
    width: 12%;
}
.sitecore-form .chat-right-section {
    float: left;
    width: 82%;
}
.sitecore-form .chat-right-section .chat-cont {
    padding-bottom: 20px;
}
.home-signup-button {
    padding: 30px 0px;
    display: inline-block;
}
.brand-mobile-number input[type="tel"] {
    width: 340px;
    height: 65px;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 25px;
    border: 1px solid #c6ced3;
    border-radius: 6px;
    font-size: 18px;
    color: #4c4c4c;
}
.brand-mobile-number input[type="tel"].error_input {
    border: 2px solid #ff0000 !important;
}
.signup-form-label {
    clear: both;
    color: #000;
    padding-bottom: 20px;
}
.brand-mobile-number label {
    width: 100%;
    clear: both;
}
.brand-mobile-number .signup-form-label {
    clear: both;
    color: #4c4c4c;
    padding-bottom: 4px;
    padding-top: 20px;
}
.brand-mobile-number .description {
    /*margin-top: 50px;*/
    clear: both;
}

.mobile-success-content{
  margin: 0px 0px 50px 0px;
}
.mobile-success-content p{
    padding: 10px 0px;
}
.complete-enrollment {
    display: table;
    padding: 0 0 40px 0;
}
.complete-enrollment img {
    display: table-cell;
}
.complete-enrollment p {
    display: table-cell;
    padding: 0 0 0 15px;
    width: auto;
    vertical-align: middle;
}
.complete-enrollment p strong {
    font-weight: bold;
    
}
.chat-img .field-image::before{
    content: "";
    border: 2px solid #0071d5;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    background: #FFF;
    z-index: 9;
}
.chat-img .field-image img{
    border: none;
    border-radius: 0px;
    width: 50px;
    height: 50px !important;
    padding: 0px;
    background: none;
    z-index: 99;
    margin-left: 10px;
    margin-top: 7px;
    max-width: 40px !important;
    object-fit: contain;
    position: relative;
}
/*------------------ Mobile Program Form ------------------*/

.home-signup-section {
    float: left;
}
.resources .brand-mobile-number {
    line-height: 1.3;
    padding-bottom: 15px;
    padding-left: 0px;
    position: relative;
}
.resources .privacy-para,
#mobile-program-form .privacy-para {
    line-height: 1.3;
    padding-bottom: 15px;
    padding-left: 0px;
}
#mobile-program-content h1.field-headline::after {
    width: 27% !important;
}
#mobile-program-form .chat-img {
    float: left;
}
#mobile-program-form .chat-cont {
    line-height: 1.3;
    padding-bottom: 15px;
    padding-left: 0px;
}
#mobile-program-form .chat-cont strong.blue {
    color: #0071d5;
    font-weight: bold;
}
#mobile-program-form .brand-mobile-number {
    line-height: 1.3;
    padding-bottom: 15px;
    padding-left: 0px;
    position: relative;
}
#mobile-program-form .brand-mobile-number label {
    width: 100%;
    clear: both;
}
.mobile-program .sitecore-form {
    padding: 0px 20px 35px 20px;
}
/*------------------ Signup Form ------------------*/
.signup .sitecore-form {
  padding: 20px;
}
.signup .singup-form-section-page {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px;
}
.signup input[type=text],
.signup input[type=email],
.signup input[type=password],
.signup input[type=number],
.signup form .signup textarea,
.signup form select,
.signup div.selector,
.signup input[type=tel] {
  width: 100%;
  max-width: 554px;
  border-radius: 5px;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #c6ced3;
  font-size: 18px;
}
.signup .privacy-text {
  padding-top: 20px;
  font-weight: bold;
}
#signup-form-load .singup-frm {
    width: 100%;
}
#signup-form-load .singup-frm img {
    width: 90%;
    height: auto;
}
#signup-form-load .success_div {
    text-align: center;
}
#signup-form-load .success_divs img {
    width: 100%;
    height: auto;
    max-width: 100px;
}
#signup-form-load .success_div h3 {
    font-size: 30px;
    font-weight: 600;
}
#signup-form-load .success_div h3 span {
    color: #0071d5;
}
#signup-form-load .success_div a.btn_popup {
    background: #0071d5;
    padding: 15px 72px 15px;
    font-size: 18px;
    border-radius: 30px;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
#signup-form-load.sitecore-form .component-content {
    border-top: none;
    padding-top: 0px;
}
#signup-form-load span.title-blue,
#signup-form-load span.title-gray,
.singup-form-section-page span.title-blue,
.singup-form-section-page span.title-gray {
    font-size: 22px;
    font-weight: 900;
    color: #63676b;
    padding-top: 40px;
    display: inline-block;
    width: auto;
}
#signup-form-load span.title-blue,
.singup-form-section-page span.title-blue {
    color: #0071d5;
}
#signup-form-load p {
    padding: 20px 0px;
}
#signup-form-load p.required_bold {
    padding: 0px;
    padding-bottom: 20px;
    font-weight: 600;
    font-style: italic;
}
#signup-form-load label {
    font-weight: 600;
    padding-bottom: .5rem;
    display: inline-block;
    width: 100%;
}
#signup-form-load .frm-skip-link {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
}
.singup-form-section-page span.title-gray,
#signup-form-load span.title-gray {
    padding-left: 8px;
}
.singup-form-section-page .col24-4 img {
    width: 100%;
    height: auto;
}
.singup-form-section-page p {
    padding: 10px 0px
}
.singup-form-section-page .row {
    padding-bottom: 2rem;
}
.singup-form-section-page .row:first-child {
    padding-bottom: 0px;
}
.singup-form-section-page .row strong {
    font-weight: 600;
}
.success_div h3{
    font-size: 30px;
    font-weight: 600;
}
.success_div p{
    
    padding: 20px 0px;

}
.success_div a.btn_popup {
    background: #0071d5;
    padding: 15px 72px 15px;
    font-size: 18px;
    border-radius: 30px;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.savings-form-step2{
    margin-top:30px;
}
/*------------------ Signup PopUp Form ------------------*/
#signup-form-load {
  display: none;
  position: fixed;
  top: 0%;
  left: 50%;
  padding: 3px 14% 3px 12%;
  background: #fff;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity .3s ease-in-out;
  z-index: 1000;
}
#signup-form-load .modal {
  background-color: #fefefe;
  margin: 3% auto;
  padding: 50px;
  border: 1px solid #888;
  width: 100%;
  position: relative;
}
#signup-form-load.hidden {
  display: none;
}
#signup-form-load.fade-in {
  display: block;
}
#signup-form-load .left-popup {
  float: left;
  max-width: 50%;
  padding: 0px 10px 10px 10px;
}
#signup-form-load .left-popup .form_data .row .col24-24 {
  padding-bottom: 20px
}
#signup-form-load .right-popup {
  float: left;
  max-width: 50%;
  padding: 0px 10px 10px 10px;
}
#signup-form-load .left-popup input {
  font-size: 18px;
  color: #75758b;
  border: none;
}
#signup-form-load .left-popup input[type=text],
#signup-form-load .left-popup input[type=email],
#signup-form-load .left-popup input[type=password],
#signup-form-load .left-popup input[type=number],
#signup-form-load .left-popup form textarea,
#signup-form-load .left-popup form select,
#signup-form-load .left-popup div.selector,
#signup-form-load .left-popup input[type=tel] {
  width: 100%;
  max-width: 554px;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #c6ced3;
  border-radius: 5px;
  color: #75758b;
}
#signup-form-load .input-div {
  padding-bottom: 35px;
}
#signup-form-load .all-fields-required {
  font-style: italic;
}
#signup-form-load .field-validation-error::before {
  width: 0px;
}
#signup-form-load span.heading-signup {
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  top: 75px;
  left: 160px;
  color: #63676b;
}
#signup-form-load .heading-singup-stay {
  color: #26ade3;
}
#signup-form-load .form-actions {
  clear: both;
}
#signup-form-load p.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #1a8dcc;
  cursor: pointer;
}
#signup-form-load p.singup-note {
  padding: 10px 0px;
}
#signup-form-load .form-actions {
  max-width: 300px;
  height: 40px;
  border-radius: unset;
  background: #26ade3;
  margin: 20px auto;
}
#signup-form-load .form-actions .button-primary {
  width: 260px;
  height: 40px;
  display: inline-block;
  background: #26ade3;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  margin-top: 0px;
  padding: 12px 70px;
}
#signup-form-load .form-actions:after {
  content: '\276F';
  vertical-align: middle;
  color: #fff;
}
#signup-form-load .nothanks-link {
  cursor: pointer;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
#signup-form-load .nothanks-link a {
  color: #63676b;
  padding-left: 15px;
  text-decoration: none;
}
#signup-form-load .nothanks-link a::after {
  content: '\276F';
  margin-left: 5px;
}
#signup-form-load .right-popup p {
  padding-bottom: 15px;
}
#signup-form-load .right-popup .privacy-text {
  font-weight: bold;
  padding-bottom: 0px;
}
.left-popup input::placeholder {
  color: #75758b;
}
#signup-form-load .left-popup input::placeholder {
  color: #75758b;
  opacity: 1;
  /* Firefox */
}
#signup-form-load .left-popup input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #75758b;
}
#signup-form-load .left-popup input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #75758b;
}
#signup-form-load .sign-up-header {
  padding-bottom: 30px;
}
body.open-popup {
  overflow: hidden;
}
.close-icon {
  font-size: 30px;
  color: #0071D5;
  font-weight: bold;
  margin-top: 8px;
}
/*------------------ copay-card-activate ------------------*/
 
div.successful-registration {
    padding-top: 80px;
    padding-bottom: 45px;
}
.successful-registration .trucheck-widget {
    color: #0071d3;
    font-size: 22px;
    font-weight: 600;
}
.successful-registration .trucheck-widget .check-now {
    color: #00a959;
}
.successful-registration .trucheck-widget .check-now-a {
    color: #00a959;
}
.successful-registration .trucheck-widget .check-now sup {
    top: -0.5em;
}
.successful-registration ul {
    margin: 25px 0;
    position: relative;
}
.successful-registration ul li {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0 0 0 47px;
    line-height: 1.2;
}
.successful-registration ul li::before {
    background: url(/-/media/Project/Common/LipitorCom/Images/green-checkmark.png) no-repeat 0 0;
    content: " ";
    left: 0;
    position: absolute;
    top: 0;
    width: 33px;
    height: 26px;
}
.successful-registration ul li #email_id {
    color: #0071d5;
}
.successful-registration ul li #mobile_number {
    color: #0071d5;
}
.copy-card-activate .activate-cont {
    display: flex;
    margin-top: 10px;
}
.copy-card-activate .main-content {
    padding-top: 0px;
}
.copy-card-activate .small {
    padding-bottom: 10px;
    margin-top: -15px;
}
.copy-card-activate .activate-cont .saving-top-content {
    font-size: 22px;
    padding-top: 50px;
}
.copy-card-activate .card-number {
    padding-bottom: 20px;
}
.copy-card-activate .card-number .card-id-number {
    width: 100%;
    max-width: 554px;
    height: 60px;
    padding: 0 15px;
    border: 1px solid #c6ced3;
    margin-top: 40px;
    border-radius: 5px;
}
.copy-card-activate .privacy-policy {
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copy-card-activate .privacy-saving-links {
    padding-top: 20px;
}
.copy-card-activate h1 {
    padding: 30px 20px 0px 0px;
}
.copy-card-activate .sitecore-form {
    padding: 0px 10px 50px 10px;
}
.copy-card-activate .Subheading-sections-icon .subheading {
    padding-left: 0px;
}
.copy-card-activate .field-items .even a {
    border-bottom: 0px solid #006ecb;
    margin: 0 0 5px 0;
    display: inline-block;
    font-style: italic;
    position: relative;
    color: #0071d5;
    text-decoration: underline;
}
.copy-card-activate .field-items .even::marker {
    content: "";
}
.copy-card-activate .field-items .even {
    padding-bottom: 0px;
}
.copy-card-activate .field-items .even a::after {
    position: absolute;
    content: ' ';
    width: 9px;
    height: 16px;
    background: url(/-/media/Project/Common/LipitorCom/Images/anchor-blue-arrow.png) no-repeat;
    margin: 4px 0 0 6px;
}
.copy-card-activate .field-items .odd {
    padding-bottom: 0px;
}
.copy-card-activate .field-items .odd a {
    border-bottom: 0px solid #006ecb;
    margin: 0 0 5px 0;
    display: inline-block;
    font-style: italic;
    position: relative;
    color: #0071d5;
    text-decoration: underline;
}
.copy-card-activate .field-items .odd::marker {
    content: "";
}
.copy-card-activate .field-items .odd a::after {
    position: absolute;
    content: ' ';
    width: 9px;
    height: 16px;
    background: url(/-/media/Project/Common/LipitorCom/Images/anchor-blue-arrow.png) no-repeat;
    margin: 4px 0 0 6px;
}
.copy-card-activate .checker .saving-card-copy {
    padding-left: 130px;
    margin-top: -40px;
}
.copy-card-activate .text-celebrex-mobile-program {
    padding-left: 130px;
    margin-top: -40px;
    font-size: 22px;
}
.copy-card-activate .text-textdesclimer {
    padding: 20px 10px 10px 50px;
}
.copy-card-activate .text-mobile-program {
    font-size: 22px;
}
.copy-card-activate .mobile-number-section {
    padding-left: 50px;
}
.copy-card-activate .checker-lable-text {
    padding-left: 50px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
}
.copy-card-activate .saving-terms-ullist {
    padding: 10px 0px 10px 70px;
}
.copy-card-activate .saving-terms-ullist li {
    list-style: disc;
    padding-bottom: 10px;
}
.copy-card-activate .saving-terms-ullist li a {
    color: #0071d5;
}
.copy-card-activate input[type=text],
.copy-card-activate input[type=email],
.copy-card-activate input[type=password],
.copy-card-activate input[type=number],
.copy-card-activate form textarea,
.copy-card-activate .form select,
.copy-card-activate div.selector,
.copy-card-activate input[type=tel] {
    width: 100%;
    max-width: 554px;
    height: 60px;
    padding: 0 15px;
    border: 1px solid #c6ced3;
    border-radius: 5px;
    font-size: 18px;
    color: #4c4c4c;
}
.copy-card-activate .recaptcha-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copy-card-activate .Saving-forms {
    line-height: 1.3;
}
.copy-card-activate .Saving-forms p.blue {
    color: #0071d5;
    font-weight: bold;
}
.copay-card-success-download {
    background: #0071d5;
    padding: 10px 30px 10px;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    color: #ffffff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}
.copay-card-success-download:hover {
    color: #FFF;
}
.copy-card-activate #ActivationRequest {
    border-bottom: 5px solid #cae4f6;
    margin-right: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.copy-card-activate #ActivationRequest .act_form1,
.copy-card-activate #ActivationRequest .act_form2 {
    width: 70%;
    max-width: 70%
}
.copy-card-activate #ActivationRequest .act_form2 .form-group:first-child {
    margin-bottom: 0px;
}
#ActivationRequest label {
    width: 100%;
    display: inline-block;
    font-weight: 600
}
.copy-card-activate #ActivationRequest .act_form2 p.saving-allfields-required {
    padding-left: 12px;
    margin: 0px;
    padding-bottom: 25px;
    font-weight: 700;
}
.copy-card-activate #ActivationRequest .act_form2 .formbtn-primary {
    margin-top: 20px;
}
#ActivationRequest .form-check.bmarginCS label {
    width: auto;
    display: inline-block;
    font-weight: 600;
    margin: 0.6rem;
    font-size: 18px;
    color: #555555;
}
#ActivationRequest ul {
    list-style: disc;
    line-height: 1.5;
    padding-left: 23px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
#ActivationRequest ul li {
    padding-bottom: 10px;
}
#ActivationRequest input[type=text] {
    margin-top: 10px;
}
#ActivationRequest input[type=text].error_input {
    border: 2px solid #ff0000;
}
#ActivationRequest .g-recaptcha {
    padding: 20px 0px 0px 0px;
}
.copy-card-activate #card_activation .field-highlight-text {
    margin-top: -100px;
}
.copy-card-activate .component.Content-Teaser.Learn-more-about-brand {
    border: none;
    margin-top: 0px;
}
#card_activation .saving-card-div-section {
    display: flex;
}
p.mobile-pgm-tag{
    padding: 20px 0px;
}
.savingcard_text{
    padding-top: 15px;
}
.savingcard_text a{
    color: #0071d5;
}
/*------------------- Learn-more-about-brand --------------------*/
@media only screen and (min-width: 1024px){
.copy-card-activate  .col-md-8.col24-md-18.col24-xl-18{
  
      padding-left:20px;
   }
}
.savings .component.Content-Teaser.Learn-more-about-brand {
    border-top: 5px solid #BFCBD5;
    width: 100%;
    margin-top: 2rem;
}
@media only screen and (min-width: 1200px) {
    #MylaninRequest {
        padding-right: 45px;
    }
    .savings-form-step1 .form-group {
        max-width: 70%;
    }
    .savings-form-step1 .form-group.row {
        max-width: 72.4%;
    }
}
@media only screen and (max-width: 1024px) {
    .savings #MylaninRequest .form-check.bmarginCS {
        margin-bottom: 0;
        padding-bottom: 1rem;
    }
    .savings #MylaninRequest .form-group,
    .savings #MylaninRequest .form-check {
        margin-bottom: 0;
        padding-bottom: 2rem;
    }
    .savings-form-step1 .form-group.row,
    .savings-form-step1 .form-group {
        max-width: 100%;
    }
    .form-check-input {
        margin-right: 10px;
    }
    .savings #MylaninRequest .form-group,
    .savings #MylaninRequest .form-check {
        padding-left: 9px;
        padding-right: 9px;
    }
    .savings #MylaninRequest .form-group.row,
    .savings #MylaninRequest .form-check.row {
        padding-left: 0;
        padding-right: 0;
    }
    .saving-allfields-required {
        padding-left: 9px;
    }
    #MylaninRequest ul {
        padding-left: 30px;
    }
    .savings #MylaninRequest .privacy {
        padding-left: 9px;
    }
    .formbtn-primary {
        margin-left: 9px;
    }
}
@media only screen and (min-width:769px) and (max-width:1023px){
        .savings #MylaninRequest .form-check {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    #MylaninRequest {
        font-size: 15px;
    }
    #MylaninRequest label {
        font-size: 15px;
    }
    .savings #MylaninRequest .form-control {
        font-size: 15px;
    }
    .savings-form-step2 .email-description {
        padding-top: 1rem;
    }
    .savings #MylaninRequest .form-group.row {
        padding-bottom: 0;
    }
    .savings #MylaninRequest .form-group.row .col24-24 {
        padding-bottom: 2rem;
    }
    .savings-form-step2 .privacy-para {
        padding-left: 0;
    }
    .savings #MylaninRequest .form-check.bmarginCS label.form-check-label {
        display: inherit;
    }
    .error.paddingCS {
        padding-left: 55px;
    }
}