body {
    font-family: 'Mulish', sans-serif, Arial, Helvetica;
}
.wrapper {
    max-width: 672px !important;
    margin: 48px auto 0px auto;
}
.heading h1 {
    font-weight: 700;
    font-size: 28px;
    Line-height: 34px;
    color: #434343;
 margin-bottom: 0px;
}
.error {
    display: none;
    color: #D31717 !important;
    margin: 0px !important;
}
.required {
    font-size: 15px;
    Line-height: 19px;
    color: #434343;
    text-align: center;
    padding: 10px 54px 0px 0px;
    float: right
}
.astrick {
    color: #D31717;
    display: inline-block;
    padding: 0px 3px 0px 0px;
}
.formsection {
    margin: 0px 0px 32px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.lname-label {
    margin-left: 5px;
}
.formsection label {
    font-size: 15px;
    color: #434343;
    font-weight: 600;
    line-height: 20px;
}
.formsection input[type=text] {
    border: 1px solid #CCCCCC;
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
    color: #434343;
    width: 324px;
    font-weight: 400;
}
.checkboxheading {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
 line-height: 20px;
}
.checkboxsection {
    margin: 40px 0px 32px;
}
:root label.checkbox-bootstrap input[type=checkbox] {
    /* hide original check box */
    opacity: 0;
    position: absolute;
}
.checkbox-bootstrap {
    font-weight: 500 !important;   /* updated from 400 to 500 */
    font-size: 18px !important;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
 line-height: 24px !important;
}
.checkbox-bootstrap:last-child {
    margin-bottom: 0px;
}

.checkbox_label_text{
 display: inline-block;
 margin-left: -5px;
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 2px;
    /*checkbox border color*/
    border-color: #666666;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    margin-right: 16px;
    position: relative;
    top: -2px;
    font-weight: 500;  /* Newly added */
    
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder:hover{
 border-color: #434343;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {
    background: #434343;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before {
    display: block;
    position: relative;  
    content: "";
    background-image: url("https://image.emails.skechers.com/lib/fe3115707564047a731c78/m/23/2560d5f5-759c-4333-9b83-0ce397a19826.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 15px;
    top: 2px;
    left: 2px;
    background-position: center center;
}
.button {
    Width: 335px;   /* Updated from 290px to 335px */
    background-color: #0063ba;
    border-top:none;
    border-bottom: 3px solid #0059A7;   /* updated from 4px to 3px */
    border-left: none;
    border-right: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    Color: #FFFFFF;
    text-transform: Uppercase;
    height: 48px;
    margin-left: 0px;
    margin-bottom: 56px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 2px 0px 0px;
    
}
.button:hover {
    background-color: #004F95;
    border-bottom: 3px solid #004A8C;  /* Changed form 4px to 3px - desktop : success message */
}
.unsubscribe-button {
    padding-top: 40px;
    border-top: 1px solid #cccccc;
    width: 672px;
}
.unsub-button {
    Width: 335px;   /* Updated from 290px to 335px */
    background-color: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    Color: #434343;
    text-transform: Uppercase;
    margin-left: 0px;
    height: 48px;
    border: 2px solid #484848;
    box-sizing: border-box;
}
.diabled_button{
    Width: 290px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: Uppercase;
    padding: 0px 0px;
    margin-left: 0px;
    height: 45px;
    background-color:#eeeeee;
    color:#666666;
    border:2px solid #e3e3e3;
}
.unsub-button:hover {
    background-color: #484848;
    color: #FFFFFF;
}
.unsubscribe-button p {
    margin-top: 16px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #666666;
}
.rewards-section {
    margin-bottom: 120px;
}
.rewards-section a {
    color: #1973C1;
    text-decoration: underline;
    font-weight: 600;
    text-decoration: none;
}
.rewards-section p {
    font-size: 18px;
    line-height: 24px;
    color: #434343;
    margin-bottom: 8px;
}
.rewards-section a:hover {
    text-decoration: underline;
    color: #1973C1;
}
.padd_lft {
    padding-left: 6px !important;
}
.success-section {
    display: none;
    margin: 0px auto 42px auto;
    padding: 0px 0px 0px 0px;
}
.sucess {
    display: inline-block;
    margin-left: 12px;
    color: #434343;
    font-size: 15px;
    line-height: 17px;   /* changed from 19px to 17px */
    font-weight: 500;   /* Newly added */
}
.icon-green {
    color: #009245;
}
.success-msg {
    background-color: #E5F4EC;
    margin: 0px 0px;
    padding: 16px 0px 17px 14px;
    text-align: center;
    display: flex;
    align-items: self-start;
    width: 100%;
    border: 0.5px solid #008945;
    border-radius: 4px;
    word-wrap: break-word;     /* Newly added */
}
#tick-mark {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-color: #009245;
    border-radius: 50%;
    margin-right: 10px;
}
#tick-mark::before {
    position: absolute;
    left: 0;
    top: 40%;
    height: 40%;
    width: 3px;
    background-color: #ffffff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
#tick-mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 66%;
    height: 3px;
    width: 62%;
    background-color: #ffffff;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
.padd_lft_rgt_20{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media only screen and (max-width: 998px) {
    .lname-label {
        margin-left: 0px;
    }
    .formsection input[type=text] {
        width: 100%;
    }
    .unsubscribe-button{
        width:100%;
    }
    .wrapper{
        margin: 32px auto 0px auto;
    }
    .success-section{
        margin: 0px auto 32px auto
    }
}
@media only screen and (max-width: 800px) {  
    .required {
        padding: 10px 58px 0px 0px;
    }
    input::placeholder {
        font-size: 14px;
    }
    .lname-label {
        margin-left: 0px;
    }   
   .success-msg {
        text-align: left;
        padding: 16px 16px 17px 14px;   /* changed bottom padding 16px to 17px for tablet */
        line-height: 17px;     /* changed bottom padding 20px to 17px for mobile */
        vertical-align: text-top;  /* Newly added */
    }
}
@media only screen and (max-width: 700px) {
    .wrapper{
        margin: 0px auto 0px auto;
    }
    .container {
        margin: 0px auto 0px auto;
        max-width: 100% !important;
    }
    .padd_lft_rgt_20{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .ml-mr{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .padd_lft{
        padding-left: 0px !important;
        padding-right: 0px;
    }
    .heading h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 40px 0px 0px 0px;
    }
    .required {
        padding: 10px 6px 0px 0px;
    }
    .no_pad {
        padding-left: 0px;
        padding-right: 0px;
    }
    .formsection {
        margin: 0px 0px 24px;
    }
    .checkboxsection {
        margin: 32px 0px 28px;
        width: 100%;
    }
    .checkboxheading {
        font-size: 16px;
        Line-height: 20px;
    }
    .checkbox-bootstrap {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .mlft_0 {
        margin-left: 0px;
    }
    .unsubscribe-button {
        padding-top: 32px;
    }
    .unsubscribe-button p {
        font-size: 15px;
        margin-bottom: 32px;
        line-height: 24px;
    }
    .rewards-section {
        margin-bottom: 72px;
    }
    .rewards-section p {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 24px;
    }
    .rewards-section p.link_text{
        line-height: 17px;
        font-size: 16px;
        margin-bottom: 0px;
        display: inline-block;
    }
    .formsection input[type=text] {
        width: 100%;
    }  
    .unsubscribe-button p{
        margin-top: 16px;
    }
    .success-section{
        margin: 32px auto 24px auto
    }
}
@media only screen and (max-width: 575px) {
    .mt_20 {
        margin-top: 24px;
    }
    .required {
        padding: 10px 0px 0px 0px;
    }
    input::placeholder {
        font-size: 15px;
    }
    :root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
        margin-right: 16px;
    }
    .unsubscribe-button .unsub-button, .diabled_button {
        margin-left: 0px;
        max-width: 100%;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 335px;
    }
    .button {
        margin-bottom: 32px;
        text-align: center;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 335px;
    }
    .formsection label {
        margin-bottom: 6px !important;
    }
    .checkbox-bootstrap {
        font-size: 16px !important;
    }
}
@media only screen and (min-width: 600px) {
    .tablet_pad_15 {
        padding-right: 18px !important;
    }
}
@media only screen and (min-width:700px) and (max-width:1024px) {
    .container {
        max-width: 672px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .padd_lft_rgt_20{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media only screen and (max-width: 346px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .lname-label {
        margin-left: 0px;
    }
    :root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
        margin-right: 10px;
    }
    .checkbox-bootstrap {
        font-size: 15px !important;
    }
}