﻿/**********Global**********/
:root {
    --white: #ffffff;
    --black: #000000;
    --black_less: rgba(0,0,0,0.75);
    --header_text_color: #cd336e;
    --button_bg_color: #cd336e;
    --profile_bg: #cd336e;
    --transparent_black: rgba(0, 0, 0, 0.6);
    --left_content_bgclr: #ffffff;
    --right_content_bgclr: rgba(0,0,0,0.75);
    --header_bg: #ffffff;
}

.multi-brand-logo {
    padding: 5px 15px;
    margin-top: 10px;
    background: #FFF;
}

ul#drpLanguage {
    display: inline-block;
    color: white;
    padding-inline-start: 0;
    margin-bottom: 0;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

ul#drpLanguage li {
float: left;
padding-right: 10px;
list-style: none;
cursor: pointer
}

ul#drpLanguage li:after {
    content: "/";
    padding-left: 10px;
    font-weight: normal;
}

ul#drpLanguage li:last-child:after {
    content: "";
}

#drpLanguage .selected {
    font-weight: bold;
}

.header_txt_clr {
    color: #cd336e;
}

.btn_bg_clr {
    background-color: #cd336e;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.color_white {
    color: #ffffff;
}

.clr_black {
    color: #000000;
}

.border_less {
    border: none !important;
}

.opacity_half {
    opacity: 0.5;
}

.bg_dark_less {
    background-color: rgba(0,0,0,0.75);
}

select {
    background-color: transparent;
}

.highlight_border {
    outline: none;
    border: 1px solid #cd336e !important;
    box-shadow: 0 0 4px #cd336e;
}

.center_div {
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#errLastName {
    display: none;
}

#errFirstName, #errCellularPhoneNumber, #errCountryCode {
    display: none;
}
/***header color global**/
.header_bg_clr {
    background-color: #ffffff;
}
/***left content bg color***/
.left_bg_clr {
    background-color: #ffffff;
}
/****Right content bg color***/
.right_bg_clr {
    background-color: rgba(0,0,0,0.75);
}

/***button text color**/
.btn_txt_clr {
    color: #ffffff !important;
}
/**********End of Global************/
/*****Customer search******/
.bg_dark {
    background-color: #000000;
}

.bg_dark_transparent {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg_white {
    background-color: #ffffff;
}

#qr_preview {
    width: 220px;
    height: 210px;
    object-fit: fill;
    position: absolute;
    left: 15px;
    top: 0px;
}

.mycanvas {
    position: absolute;
    top: 5px;
    left: 0px;
    background-color: transparent;
}

#scanner_canvas1 {
    background-color: #ffffff;
}

.transform-lg {
    transform: translateY(35%);
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -o-transform: translateY(35%);
}

.custome_inputbox {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.56);
    padding: 5px 0px;
    background-color: transparent;
    border-radius: 0px !important;
}

.itsMe {
    /*width: 100%;
    height: 100%;*/
    background-color: transparent;
    border: none;
    color: #000000 !important;
    /*margin: 20px 30px 20px 30px;*/
}

    .itsMe:hover {
        text-decoration: underline;
    }

.custom_btn {
    line-height: 35px;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 0px;
    font-size: 1.2rem;
}
/* Custom Select */
.select {
    position: relative;
    display: block;
    line-height: 3;
    overflow: hidden;
    font-size: 18px;
}

.language_selection select {
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
}

.remove_bg {
    padding: 0px !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: 0px !important;
}

.p-xs-1 {
    padding: 1rem !important;
}

select.agegroup_select::-ms-expand {
    display: none;
}
/* Arrow */
.select::after {
    content: '\25BC';
    position: relative;
    top: 1px;
    right: 41px;
    bottom: 0;
    padding: 0 1em;
    pointer-events: none;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.mobile_code {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.56);
    padding: 7px 0px;
    cursor: pointer;
}

.btn_update {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.reg-form-check-label a {
    text-decoration: underline;
}
/*****Customer search End******/
/***********Registration*************/
.custom_input_reg {
    border: none;
    border-bottom: 1px solid #6c757d;
    padding: 0px 10px;
    background-color: transparent;
    border-radius: 0px !important;
}

.custom_age label {
    display: inline-block;
    background-color: #ffffff;
    margin: 5px 5px;
    padding: 5px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 14px;
    width: 50px;
}

.card-body, .card-header, #collapseOne, #collapseTwo {
    background-color: transparent;
}

.card-header {
    padding: .75rem 1rem;
}

.custom_age input[type="radio"] {
    display: none;
}

.custom_age .active {
    background-color: #000000;
    color: #ffffff;
}

.col-md-0-5 {
    max-width: 6.333333%;
}

.mb-0 > a {
    display: block;
    position: relative;
    color: #000000;
}

    .mb-0 > a:hover {
        text-decoration: none;
    }

#mailingAddress {
    /*font-weight: bold;*/
    cursor: pointer;
}

.mb-0 > a:after {
    content: " ";
    margin-left: 10px;
    background-image: url(../images/dropdown.png);
    width: 20px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

.mb-0 > a[aria-expanded="true"]:after {
    content: " ";
    background-image: url(../images/dropdown.png);
    width: 20px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.checkbox_label {
    font-size: 14px;
}
/******Checkbox design******/
.custom_checkbox input {
    display: none;
}

.custom_checkbox label {
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.custom_checkbox label:before {
    content: '';
    border: 2px solid #bbbec1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

.custom_checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 11px;
    width: 10px;
    height: 23px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/******End of Checkbox design*********/
.disabled_select_date {
    pointer-events: none;
    opacity: 0.5;
}

.collapse_age {
    position: relative;
    display: none;
}

.collapse_age_body {
    position: absolute;
    top: -24px;
    background-color: #eeeeef;
    z-index: 9999999;
}

.sel_set {
    border: 1px solid #6c757d;
    background-color: transparent;
}

#select_Date:not(.disabled_select_date) {
    border: 1px solid #6c757d;
}

.accor_market:after {
    content: ' Expand';
}

.accor_market:not(.hide_marketing):after {
    content: ' Hide';
}

.log-content select, select.mobile_code {
    background-color: #fff;
    height: 38px;
}

    .log-content select#BirthDateMonth {
        text-indent: 30px;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .log-content select#BirthDateMonth {
        padding-left: 35px !important;
    }
}

.log-content .input-group-prepend.align-self-center img {
    z-index: 999;
    position: absolute;
    top: 5px;
    width: 25px;
    height: 25px;
    left: 5px;
}

span#errMarketingOpts, span#errUpdateAddress {
    width: 100%;
}

.reg-pointer {
    pointer-events: none;
}

.store-brand-logo {
    margin-top: 15px
}

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid transparent;
    outline: 0;
    background: rgba(255,255,255,1);
    border-radius: 5px;
}

    .image-checkbox input[type="checkbox"] {
        display: none;
    }

.image-checkbox-checked {
    border-color: rgba(0, 0, 0, 0.6);
}

.multi-store-brand {
    margin-right: 15px;
}

.child-brand {
    height: 75px;
    width: 200px;
    padding: 3px;
    text-align: center;
}

.child-brand .img-fluid {
    max-width: 100%;
    height: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    max-height: 60px;
}

.social-child-brand {
    width: 125px;
    clear: both;
    display: block;
    margin-top: 15px;
    height: 25px;
    background: white;
    border: 0px solid #ccc;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
}

.social_qr {
    width: 150px;
    margin: auto;
}

  .social_qr.facebook-qrcode, .social_qr.instagram-qrcode, .social_qr.webchat-qrcode, .social_qr.bacc-qrcode, .social_qr.brandwebsite-qrcode {
      width: 150px;
      display: inline-block;
      text-align: center;
      padding: 15px;
      margin: auto;
  }

select#BirthDateMonth1 {
    text-indent: 30px;
}
/**********Registration end****/
/********Registration confirmation*****/
.light_clr {
    color: #999999;
}

.confirm_form span {
    color: #5a5c5f;
}

.border_bottom_1 {
    border: none;
    border-bottom: 1px solid #6c757d;
    border-radius: 0px !important;
}

.age_span {
    background-color: #000000;
    padding: 10px;
    color: #ffffff !important;
}

.agegroup_select {
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: none;
    outline: none !important;
    color: #000000;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position-x: 200px;
    background-position-y: 12px;
}

.email-address-text {
    word-break: break-all;
}
/********End Registration confirmation*****/
.btn_link {
    background-color: transparent;
    color: #1083ff;
    border: none;
}

.btn_link_ChangeNumber {
    background-color: transparent;
    padding: 0px;
    font-size: 24px;
    outline: none;
    margin-top: -8px;
}

.brandtitlecolor {
    color: #000000 !important;
}
/******** profile search results page********/
#edit_number p {
    color: #bcc1c5;
}

.edit_number_profile {
    padding-left: 4.9rem !important;
    padding-right: 4.9rem !important;
    font-size: 1.2rem;
}

.new_number_profile {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    font-size: 1.2rem;
}

.customer_data .thumbnail {
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 108px;
    padding: 5px;
}

.customer_data img {
    vertical-align: middle;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.profile_img {
    padding: 10px 10px;
    background-color: #ffffff;
}

.profile_bg_1 {
    background-color: #E0E0E0 !important;
}

.profile_bg_2 {
    background-color: #C4C4C4 !important;
}

.set_minheight {
    max-height: 450px;
    overflow: auto;
}

.v-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .v-center a {
        color: #000000 !important;
    }

.create_user img {
    max-width: 100px;
}

.error_border {
    border-color: #ff0000
}

.profile_link {
    position: relative;
}

    .profile_link a {
        width: 100%;
        height: 100%;
        position: absolute;
        color: #000000;
        top: 0px;
        left: 0px;
    }
/********end of profile search results page*******/
/**********congrats page******/
.social_icon {
    list-style: none;
    display: inline-flex;
}

    .social_icon a {
        color: #000000;
    }

.social_qr {
    display: none;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-instagram {
    color: #3f729b;
}

.fa-weixin {
    color: #93d034;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}


.nav-link {
    color: #000000 !important;
    border: none !important;
}

.social_icon {
    justify-content: center;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none !important;
    transition: none;
}

.active {
    opacity: 1 !important;
}

#congrats_content {
    padding-top: 3rem !important;
    padding-left: 3rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1rem !important;
}
/******End of congrats page******/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 1.25em;
            height: 1.25em;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: -3px;
            left: 11px;
            width: 10px;
            height: 23px;
            border: solid #000000;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa !important;
}
/*****BA login*******/
.scan_session {
    color: #ffffff;
}

    .scan_session p {
        font-size: 1.4rem;
    }

.scan-column {
    color: #ffffff;
    /* margin-top: 10%;*/
    border-radius: 10px;
}

.qr_scanner {
    height: 300px;
    background-color: #ffffff;
}

.scan_parent {
    position: relative;
    width: 250px;
    height: 275px;
    /* margin: 20px;*/
}

    .scan_parent:before {
        display: block;
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: -15px;
        left: -10px;
        border-top: 2px solid #e2d7d7;
        border-left: 2px solid #e2d7d7;
    }

    .scan_parent:after {
        display: block;
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: -15px;
        right: -10px;
        border-top: 2px solid #e2d7d7;
        border-right: 2px solid #e2d7d7;
    }

.qr_scanner:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 50px;
    left: -10px;
    border-bottom: 2px solid #e2d7d7;
    border-left: 2px solid #e2d7d7;
}

.qr_scanner:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 50px;
    right: -10px;
    border-bottom: 2px solid #e2d7d7;
    border-right: 2px solid #e2d7d7;
}

.mycanvas {
    width: 100%;
    height: 75%;
}

.ba_Code {
    margin-top: 5rem;
}

#active_login {
    display: none;
}

.hide_content:not(.show) {
    display: block;
}

.grecaptcha-badge {
    visibility: hidden;
}

.confirm-otp input#OTP {
    margin-top: 50px;
}

.confirm-otp input#btnNotyourNumber {
    position: absolute;
    top: 85px;
    left: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .padding-zero-left-xs {
        padding-left: 0;
    }

    .padding-zero-right-xs {
        padding-right: 0;
    }

    .form-group.birth-date-month-text {
        padding-right: 15px !important;
    }

    .store-brand-logo .col-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .child-brand {
        width: auto;
        height: 50px;
    }

    .child-brand .img-fluid {
        width: 100%;
        height: 36px;
        top: 25px;
        position: relative;
        transform: translateY(-25px);
    }

    .multi-store-brand:last-child {
        margin-right: 0;
    }

    .social-child-brand {
        padding: 5px;
    }

    .multi-store-brand {
        float: left;
        width: 30%;
        margin-right: 3.3%;
    }

    .customer_data .thumbnail {
        display: block;
        width: 100%;
        min-width: 100%;
        border-bottom: 1px solid #ccc;
        border-right: none;
    }

    .media.customer_data {
        display: block
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
    .confirm-otp input#btnNotyourNumber {
        top: 100px;
    }

    .birth-date-month-text {
        padding-right: 15px !important;
    }

    .multi-brand-nav .multi-brand-nav-logo {
        width: 94px;
        margin-bottom: 15px;
        border: 3px solid #ccc;
        border-radius: 3px;
        margin-right: 5px;
        height: 50px;
    }
    .multi-brand-nav-logo img.img-fluid.logo_img {
        width: 100%;
        height: 36px;
        top: 25px;
        position: relative;
        transform: translateY(-25px);
    }
    .multi-brand-nav .multi-brand-nav-logo a {
        padding: 5px
    }

    .multi-brand-nav .multi-brand-nav-logo.multi-brand-image-active {
        border-color: rgba(0, 0, 0, 0.6);
    }

    .multi-brand-social-icon {
        margin: auto;
    }
}

/******End of Ba login***************/
@media (max-width: 575px) {
    .mt-xss-0 {
        margin-top: 0rem !important;
    }

    .mt-xss-2 {
        margin-top: 2rem !important;
    }

    .mx-xs-neg {
        margin: 0 -2rem;
    }

    .mx-xs-neg2 {
        margin: 0 -3rem;
    }

    .order-xs-2 {
        order: 2;
    }

    .order-xs-1 {
        order: 1;
        margin-top: 1rem;
    }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 480px) {
    .text-xs-center {
        text-align: center !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .p-xs-1 {
        padding: 1rem !important;
    }

    .pt-xs-2 {
        padding-left: 2rem !important;
    }

    .p-xs-1-5 {
        padding: 1.5rem !important;
    }

    .p-xs-2 {
        padding: 2rem !important;
    }

    .mt-xs-0 {
        margin: 0px !important;
    }

    .fontsize-xs-h4 {
        font-size: 20px !important;
    }

    .margin-xs-top-1 {
        margin-top: 1rem;
    }

    .p-xs-0 {
        padding: 0px !important;
    }

    .remove_bg {
        padding: 0px !important;
        border: 1px solid #dee2e6 !important;
        border-bottom: 0px !important;
    }

    .mt-xs-2 {
        margin-top: 2rem !important;
    }

    .mt-xs-1 {
        margin-top: 1rem !important;
    }

    .fs-xs-t {
        font-size: 22px !important;
    }

    .mx-xs-neg {
        margin: 0 -2rem;
    }

    .mx-xs-neg2 {
        margin: 0 -3rem;
    }

    #congrats_content {
        padding: 1.5rem !important;
    }

    .order-xs-2 {
        order: 2;
    }

    .order-xs-1 {
        order: 1;
        margin-top: 1rem;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .mx-xs-neg {
        margin: 0 -2rem;
    }

    .mx-xs-neg2 {
        margin: 0 -3rem;
    }

    .order-xs-2 {
        order: 2;
    }

    .order-xs-1 {
        order: 1;
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .order-mds-1 {
        order: 1;
    }

    .order-mds-2 {
        order: 2;
    }

    .mt-mds-2 {
        margin-top: 2rem;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }

    .age_btn {
        width: 57px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .reg-column-grid-ipad {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }
}
    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199px) {
        .text-lg-left {
            text-align: left;
        }

        .text-lg-right {
            text-align: right;
        }

        .text-lg-center {
            text-align: center;
        }

        .text-lg-justify {
            text-align: justify;
        }

        .padding-lg-0 {
            padding: 0px !important
        }

        .age_btn {
            width: 57px;
        }

        .mt-lg-10 {
            margin-top: 10rem !important;
        }
    }

    /* Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {
        .text-xl-left {
            text-align: left;
        }

        .text-xl-right {
            text-align: right;
        }

        .text-xl-center {
            text-align: center;
        }

        .text-xl-justify {
            text-align: justify;
        }

        .mt-lg-10 {
            margin-top: 10rem !important;
        }
    }
.fluid-width {
    width: 100%;
}
label.form-check-label.checkbox_label.reg-form-check-label {
    padding-top: 0.2em;
}
/*.form-check.pl-0 {
    margin-top: 1rem;
}*/
.seclectallcheckbox {
    margin-top: 2rem !important;
}
h5.brandname {	
margin-bottom: -1rem;
}
.BirthDateYear:disabled, .BirthDateYear[readonly] {   
 background-color: #ffffff;
    opacity: 1;
    }
select#selectElementId {
background-color: #ffffff;
}

label#searchpage {
    pointer-events: none;
}
.image-checkbox-checked.disable {
    pointer-events: none;
}
.image-checkbox-checked.disable {
pointer-events: none;
}
@media only screen and (max-width: 600px) {
    .bg-white.p-5 {
        margin: 0rem 2rem;
    }
}
.bg-white.p-5 {
    padding: 1.4rem !important;
}
.form-check.pl-0 {
    margin-top: -1rem;
}
.card-body.confirm {
    margin-bottom: -30px;
}
.brand-loyality.reg {
    margin: -30px 0px 0px 0px;
}

.form-group.col-md-12.tw {
    margin-top: -20px;
}
.form-group.col-md-4.tw {
    margin-top: -25px;
}
div#collapseOne {
    margin-bottom: -40px;
}
a#maillingaAddressText {
    margin-top: -12px;
}
.col.text-right.p-xs-0 {
    display: none;
}
@media only screen and (min-resolution: 132dpi) and (max-device-width: 1024px) and (orientation : portrait) {
    .confirm-otp input#btnNotyourNumber {
        top: 5.5rem;
    }
}

@media all and (width: 1024px) and (height: 768px) and (orientation:landscape) {
    .confirm-otp input#btnNotyourNumber {
        top: 5.5rem;
    }
}
@media(max-width: 320px) {
    .confirm-otp input#btnNotyourNumber {
        top: 7.5rem;
    }
}
div#marketing_opt {
    padding-bottom: 30px !important;
}