@font-face {
    font-family: "RM Neue";
    font-style: normal;
    font-weight: 400;
    src: url('om-oab/fonts/RMNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "RM Neue";
    font-style: normal;
    font-weight: 500;
    src: url('om-oab/fonts/RMNeue-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "RM Neue";
    font-style: normal;
    font-weight: 600;
    src: url('om-oab/fonts/RMNeue-Black.ttf') format('truetype');
}

@font-face {
    font-family: "GE SS Unique";
    font-style: normal;
    font-weight: 400;
    src: url('om-oab/fonts/GESSUnique-Light.ttf') format('truetype');
}

@font-face {
    font-family: "GE SS Unique";
    font-style: normal;
    font-weight: 500;
    src: url('om-oab/fonts/GESSUnique-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "GE SS Unique";
    font-style: normal;
    font-weight: 600;
    src: url('om-oab/fonts/GESSUnique-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'icofont';
    src: url('om-oab/fonts/icofont.eot');
    src: url('om-oab/fonts/icofont.eot?#iefix') format('embedded-opentype'),
        url('om-oab/fonts/icofont.woff2') format('woff2'),
        url('om-oab/fonts/icofont.woff') format('woff'),
        url('om-oab/fonts/icofont.ttf') format('truetype'),
        url('om-oab/fonts/icofont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
input,
select {
    font-family: "RM Neue", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #000C24;
}

.w1 {
    border: 0px solid #DBDBDB;
    /*ADD MAIN WIDTH*/
    width: 100%;
    height: auto;

    max-width: 1200px;
    margin: 0 auto;
    width: auto;
    /* background: #FFFFFF33;
    border-radius: 8px;
    padding: 20px 30px 20px; */
}

.maintable {
    background: transparent;
}

DIV.dateselectionbox {
    background-color: transparent;
}

/* Heading styles */
.heading {
    color: #FFFFFF;
    font-family: inherit;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
}

.modal a:link,
.modal a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.modal a:hover {
    text-decoration: underline;
    color: #26AAE1;
}

.ar-ae .heading {
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    margin-bottom: 1em;
}

div#HeaderNewBlock {
    display: none;
    /* Enable/disable main heading */
}

/* End of heading styles */


/* Footer styles */
.footer {
    font-size: 13px;
    padding-top: 1em;
}

.footer a {
    font-size: 13px;
}

/* End of footer styles */


/* Link styles */
.footer a,
.footer .txtGray a {
    color: #FFFFFF;
}

.google-recapcha a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover {
    color: #26AAE1;
    text-decoration: underline;
}

.google-recapcha a:hover {
    text-decoration: underline;
    color: #26AAE1;
}

/* End of link styles */

/* Input/select styles */

input {
    color: #000C24;
    border: 1px solid #000C2433;
    padding: 4px 15px 0;
    background: #FFFFFF;
    border-radius: 8px;

    box-sizing: border-box;
    height: 44px;
}

.tb230,
.email,
.tb233,
.required,
#tbEmail {
    -webkit-appearance: auto;
    max-width: 736px !important;
    color: #000C24 !important;
    border: 1px solid #000C2433;
    padding: 4px 15px 0;
    background: #FFFFFF;
    border-radius: 8px;

    box-sizing: border-box;
    height: 44px;
    
    margin: 8px 0 0;
}

#selectSection input[type="text"] {
    color: #000C24 !important;
    border: 1px solid #000C2433;
    padding: 4px 15px 0;
    background: #FFFFFF;
    border-radius: 8px;

    box-sizing: border-box;
    height: 44px;
}

/* End of input/select styles */


/* Button and button container styles */

#btnSubmit2,
#btnSubmit1,
.btn-ok-new {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

    text-transform: capitalize;

    margin: 0.5em 0;
    padding: 2px 32px 0 8px;

    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;

    position: relative;

    background: #015EAB;
    border: 0px solid #015EAB;
    border-radius: 50px;
    min-width: 12em;

    height: 44px;
    line-height: 44px;
    transition: background 0.3s ease;
    text-decoration: none;
}

.btn-ok-new {
    padding: 0px 35px !important;
}

.btn-ok-new::after {
    content: "";
    display: inline-block;
    background-image: url('om-oab/icons/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -1px -1px;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    vertical-align: middle;
}

#btnSubmit2:active,
#btnSubmit1:active,
.btn-ok-new:active,
#btnSubmit2:hover,
#btnSubmit1:hover,
.btn-ok-new:hover {
    text-decoration: none;

    color: #FFFFFF;
    background: #26AAE1;
    border: 0px solid #26AAE1;
}

button.btn1.btn-cancel.btn-default,
button.btn1.btn-ok.btn-agree.btn-primary {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF !important;
    text-transform: capitalize !important;
    margin: 0.5em;
    padding: 0px;
    border: 0px solid #015EAB !important;
    background: #015EAB !important;
    border-radius: 50px !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    position: relative;
}

button.btn1.btn-ok.btn-agree.btn-primary:hover,
button.btn1.btn-cancel.btn-default:hover {
    color: #FFFFFF !important;
    background: #26AAE1 !important;
    border: 0px solid #26AAE1 !important;
}

.modify-email-form {
    position: relative;
    top: 0;
    left: 0;
}

.btnSubmit2Container {
    margin: 0;
    width: 100%;
    padding: 0;
}

.btnSubmit1Container {
    padding-top: 1em;
    padding-left: 0;
}

input#btnSubmit1 {
    margin: 0 !important;
}

/* End of button and button container styles */


/* Alerts selection and layout styles */
.AlreadySub {
    margin: 0 0 20px;
}

.selectshare-marginLeft {
    width: 0px;
}

.heading+table[role="presentation"] tbody tr {
    display: inline-block !important;
    width: 100%;
    margin-bottom: 1.5em;
    vertical-align: top;
}

.heading+table[role="presentation"] tbody tr:first-child {
    display: block !important;
}

.heading+table[role="presentation"] tbody tr table tr:first-child {
    display: table-row !important;
}

.heading+table[role="presentation"] tbody tr td {
    display: block !important;
}

.heading+table[role="presentation"] tbody tr td table td {
    display: table-cell !important;
    padding: 0 3px;
}

td.selectshare-marginLeft+td table[role="presentation"] tbody tr,
.heading+table[role="presentation"] tbody tr td tr {
    display: table-row !important;
}

/* End of alerts selection styles */


/* Registration form & modify subscription form layout and styles */
div#Registration .AlreadySub {
    margin-top: 0px;
}

div#Registration .AlreadySub,
div#NewSubscriberBlock .AlreadySub {
    margin: 0px auto 10px auto;
}

.title-field-name,
.field-control {
    padding: 0.25em 0;
}

div#Registration,
div#NewSubscriberBlock {
    padding: 0px;
    background: transparent;
    border: 0 solid #DBDBDB;
    margin-top: 30px;
}

div[style="clear: both;"] div,
.modify-email-form {
    margin: 0px auto 0px auto;
}

table#gvSubscriberFields tbody tr {
    display: inline-block !important;
    width: 50% !important;
    float: none;
    vertical-align: top;
}

table#gvSubscriberFields tbody tr:first-child {
    display: block !important;
    width: 100% !important;
}

table#gvSubscriberFields tbody tr td {
    display: block !important;
}

.title-field-name {
    width: 92%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 18px 5px 2px;
}

.field-control {
    width: 100%;
    float: none;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

.field-control.field-control-submit {
    width: 100%;
}

.title-field-name.title-field-name-submit {
    display: none;
}

td.shareType label,
.title-field-name,
label#lbEmailAddressModify {
    font-weight: 600;
    color: #FFFFFF;
}

.btnSubmit2Container {
    margin-top: 0.5em;
}

.divModifyMail {
    padding-bottom: 15px !important;
}

.modify-email-label {
    width: 100%;
    float: none;
}

.email,
#tbEmail {
    max-width: 100% !important;
    box-sizing: border-box;
    width: 97.5% !important;
}

/* End of registration form & modify subscription from layout and styles */


/* Start media queries and main CSS overwrite */
@media (max-width:1110px) {
    .heading+table[role="presentation"] tbody tr {
        display: inline-block !important;
        width: 50%;
        margin-bottom: 1em;

    }

    table#gvSubscriberFields tbody tr {
        width: 50%;
    }

    table#gvSubscriberFields tbody tr:first-child {
        display: block;
        width: 100%;
    }

    .btnSubmit2Container {
        width: 82%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .title-field-name {
        width: 100% !important;
        float: none;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .btnSubmit2Container {
        padding: 0px !important;
        width: 59% !important;
        text-align: right;
    }

    .modify-email-label {
        width: 710px;
    }
}

@media (max-width:660px) {
    table#gvSubscriberFields tbody tr {
        width: 100%;
    }

    .btnSubmit1Container {
        padding-top: 1em;
        padding-left: 0;
        margin-top: 49px;
    }

    .field-control {
        width: 70% !important;
        float: none !important;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .divModifyMail {
        width: 70% !important;
    }

    .tb230,
    .tb233,
    .required {
        width: 95% !important;
    }

    .email,
    #tbEmail {
        width: 95.5% !important;
    }
}

@media (max-width:550px) {

    .title-field-name,
    .field-control,
    .modify-email-label {
        width: 100% !important;
    }
}

* {
    outline: 0 !important;
}

#gvSubscriberFields_dynamicEditControl8_5 {
    padding: 9px !important;
}

.tb233 {
    background-image: url('om-oab/icons/down.png') !important;
    background-origin: content-box;
    background-position: calc(0px + 100%) 50%;
    background-repeat: no-repeat;
    background-size: 12px 8px;
    appearance: none;
}

#gvSubscriberFields_dynamicEditControl8_5 {
    padding: 0.5em !important;
}

/* End of media queries and main CSS overwrite */

/* MODIFICATION */

.btnSubmit2Container,
.btnSubmit2Container {
    position: relative;
}

.btnSubmit1Container {
    padding-top: 0em;
    padding-left: 0;
}

.btnSubmit2Container {
    margin: 0;
    width: 0 !important;
    padding: 0;
}

.btnSubmit2Container::after {
    right: -153px;
}

.field-control {
    margin-top: 20px;
}

.field-row.field-row-submit {
    position: relative;
}

.field-control.field-control-submit {
    width: 180px;
    position: absolute;
    right: 0%;
}

.field-control {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .field-control.field-control-submit {
        width: 180px !important;
    }
}

div#NewSubscriberBlock {
    margin-top: 15px;
}

button.btn1.btn-cancel.btn-default,
button.btn1.btn-ok.btn-agree.btn-primary {
    padding: 1px 1em 0;
    width: 110px;
    height: 44px;
    background: #E0E3FD;
    font-weight: 500;
    transition: all ease-in 0.2s;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: none;
    border: 1px solid #E0E3FD;
    border-radius: 50px;
    text-decoration: none;

    height: 44px;
    min-width: 11em;
}

.field-control {
    position: relative;
}

span#gvSubscriberFields_ctl00_0 {
    position: absolute;
    top: -27px;
    left: 60px;
}

.ar-ae span#gvSubscriberFields_ctl00_0 {
    position: absolute;
    top: -31px;
    left: unset;
    right: 206px;
}

/* MEDQ */

@media (max-width:1100px) {
    .heading+table[role="presentation"] tbody tr {
        display: inline-block !important;
        width: 50% !important;
        margin-bottom: 1em;

    }

    /* .email, #tbEmail {
        max-width: 522px !important;
        box-sizing: border-box;
    } */

    table#gvSubscriberFields tbody tr {
        width: 50% !important;
    }

    /* table#gvSubscriberFields tbody tr:first-child {
        display: block !important;
        width: 100% !important;
    } */

    .btnSubmit2Container {
        width: 82%;
        padding: 0;
    }
}

@media (max-width:660px) {
    .heading+table[role="presentation"] tbody tr {
        display: block !important;
        width: 100% !important;
        margin-bottom: 1em;

    }

    table#gvSubscriberFields tbody tr {
        width: 100%;
    }

    .btnSubmit1Container {
        padding-top: 0em;
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .title-field-name {
        width: 100% !important;
        float: none;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .btnSubmit2Container {
        padding: 0px !important;
        width: 100% !important;
    }
}

@media (max-width: 660px) {
    table#gvSubscriberFields tbody tr {
        width: 100% !important;
    }
}

@media (max-width:550px) {

    .title-field-name,
    .field-control,
    .modify-email-label {
        width: 100% !important;
    }
}

@media (max-width: 568px) {
    .field-control {
        width: 100% !important;
        float: none !important;
    }

    .field-control.field-control-submit {
        width: 100% !important;
    }

    .divModifyMail {
        width: 100% !important;
    }

    .tb233 {
        width: 95% !important;
    }
}

@media (max-width:450px) {
    .btnSubmit1Container {
        padding-top: 0em;
        padding-left: 0;
        margin-top: 25px;
    }
}

.google-recapcha,
.txtGray {
    color: #FFFFFF !important;
}

.ar-ae .divModifyMail {
    width: 100% !important;
}

.ar-ae input#tbEmail {
    margin-bottom: 10px !important;
}

.ar-ae .pad122 {
    padding-left: 0px;
}

.ar-ae .disclaimer,
.cookies-box {
    text-align: left;
}

span.txtGray a.privacy:before {
    display: none;
}

span.txtGray a.privacy {
    height: 16px;
    bottom: 1px;
}

span.txtGray a.privacy:hover,
span.txtGray a.privacy:visited,
span.txtGray a.privacy:active,
span.txtGray a.privacy:focus {
    color: #26AAE1;
    text-decoration: underline;
}

@media screen and (max-width:530px) {
    .modal-dialog {
        width: auto;
    }
}

@media screen and (max-width:440px) {
    div#NewSubscriberBlock {
        margin-top: 70px;
    }
}

span#lbSelectSharePrice {
    color: #FFFFFF;
    font-family: "RM Neue", sans-serif;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.2px;

    font-size: 28px;
    font-weight: 400;
}

span#lbDailyCloseDescription {
    font-size: 18px;
    color: #7C949C;
}

.shareTypeDescription {
    font-size: 18px;
    color: #7C949C;
}

#selectSection input[type="text"] {
    box-sizing: border-box;
    max-width: 420px !important;
    width: 100% !important;
    
    margin: 8px 0 0;
}

td.shareType label,
.title-field-name,
label#lbEmailAddressModify {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

div#Registration .heading {
    text-align: left;
    color: #FFFFFF;
    font-family: "RM Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.68px;
}

div#Registration .AlreadySub {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
}

div#NewSubscriberBlock .heading {
    color: #FFFFFF;
    font-family: "RM Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
}

div#NewSubscriberBlock .AlreadySub {
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 2em;
}

.divModifyMail {
    float: none;
    padding: 0;
    width: 100%;
    text-align: left;
}

#tbEmail {
    border: 1px solid #DBDBDB;
    float: none;
    width: 100%;
}

.modify-email-label {
    text-align: left;
    padding-left: 0px;
    box-sizing: border-box;
    padding: 18px 5px 2px;
    margin-bottom: 0.2em;
}

.field-control.field-control-submit {
    width: 100%;
    /* right: 0%; */
    text-align: center;
    right: unset;
    position: relative;
}

.btnSubmit2Container {
    margin: 0;
    width: 98% !important;
    padding: 0;
    text-align: right;
}

.field-control.field-control-submit {
    margin-top: 15px;
    padding-bottom: 0px;
}

div#Registration {
    background: #f9f9f9;
}

.btnSubmit1Container {
    float: none;
    width: 100%;
    width: 98%;
    text-align: right !important;
}

.btnSubmit1Container {
    padding-top: 25px;
    padding-left: 0;
}

.txtGray {
    color: #FFFFFF !important;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

div#Registration {
    margin-top: 5px;
    padding: 20px 30px;
}

@media screen and (max-width:768px) {
    .modify-email-label {
        width: 200px !important;
        margin-left: 0px;
        margin-bottom: 5px !important;
    }

    .divModifyMail {
        width: 100% !important;
    }

    .field-control {
        width: 100% !important;
    }
}

@media screen and (max-width:660px) {
    .btnSubmit1Container {
        padding-top: 0em;
        width: 100% !important;
    }

    .ar-ae .modify-email-label {
        width: 200px !important;
        margin-left: 0px;
        margin-bottom: 5px !important;
        text-align: right;
        padding-right: 20px;
        margin: 0;
    }
}

.ar-ae .modify-email-label {
    text-align: right;
}

/* 1-4 */

/* CUSTOM C-BOX */

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
    padding: 0;
    border: none;
    background: none;
}

input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -2px;
    width: 18px;
    height: 18px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background-color: transparent;
    box-sizing: border-box;
    transition: background 0.3s, border 0.3s;
}

input[type="checkbox"]:hover::before {
    border: 1px solid #26AAE1;
}

input[type="checkbox"]::after {
    content: "\eed8";
    font-family: 'icofont';
    font-size: 15px;
    color: #015EAB;
    position: absolute;
    top: -1px;
    left: 0px;
    display: none;
    z-index: 1;
}

input[type="checkbox"]:checked::before {
    background: #EAF5FB;
    border-color: #EAF5FB;
}

input[type="checkbox"]:checked::after {
    display: block;
}

/* END CUSTOM C-BOX */

/* input disbled */
input:disabled {
    background: #CCCED3 !important;
    border: 0px solid #CCCED3 !important;
}

input[type="checkbox"]:disabled+label {
    color: #1A1A1A;
    opacity: 0.3;
}

/* 
input[type="checkbox"]:after {
    background: #FFFFFF;
    font-family: 'icofont';
    content: "\eed8";
    font-size: 17px;
} */

.ar-ae div#Registration .AlreadySub,
.ar-ae div#Registration .heading,
.ar-ae div#NewSubscriberBlock .heading,
.ar-ae div#NewSubscriberBlock .AlreadySub,
.ar-ae .divModifyMail {
    text-align: right;
}

.disclaimer,
.cookies-box {
    font-size: 14px;
}

/* ARABIC */

.ar-ae #lbSelectSharePrice,
.ar-ae #NewSubscriberBlock .heading {
    font-family: "GE SS Unique", sans-serif;
}

body.ar-ae div#Registration .heading {
    font-family: inherit;
}

.ar-ae .btnSubmit2Container,
.ar-ae .btnSubmit1Container {
    text-align: left !important;
}

.ar-ae #btnSubmit2,
.ar-ae #btnSubmit1,
.ar-ae .btn-ok-new {
    margin: 0.5em;
}

.ar-ae .btnSubmit1Container {
    width: 97.5%;
}

/* 2-15 */

div#Registration {
    margin-top: 5px;
    padding: 0px 0px;
}

div#Registration {
    background: transparent;
}

div#Registration .heading {
    color: #FFFFFF;
    font-family: inherit;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}

div#Registration .AlreadySub {
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 2em;
    letter-spacing: 0.2px;
}

div#NewSubscriberBlock .heading {
    text-align: left;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* .divModifyMail input#tbEmail {
    max-width: 376.19px !important;
} */

.en-us .footer table tbody tr td {
    text-align: right !important;
}

.en-us .pad122 {
    padding-left: 0px;
}

.ar-ae .footer table tbody tr td {
    text-align: left !important;
}

.ar-ae .pad122 {
    padding-left: 0px;
}

.google-recapcha {
    text-align: left;
}

.ar-ae .google-recapcha {
    text-align: right;
}

.ar-ae input[type="checkbox"]:after {
    right: -2px;
}

.ar-ae .tb233 {
    background-position: calc(0px + 0%) 50%;
}

span.txtGray.pad122 a.privacy {
    position: relative;
    visibility: hidden;
}

span.txtGray.pad122 a.privacy:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    content: '';
    background: right url('om-oab/icons/logo-transparent.png') no-repeat transparent;
    background-size: contain;
    visibility: visible;
}

.infomation-text {
    padding: 0;
    background: transparent;
    border-radius: 3px;
    border: 0px solid #EFF0F0;
    color: #FFFFFF;
    font-weight: 400;
}

div#Registration,
div#NewSubscriberBlock,
#selectSection {
    padding: 0.8em;
    background: transparent;
    border: 0px solid #EFF0F0;
    margin-top: 0px;
    border-radius: 12px;

    /* padding: 0.8em;
    background: #EFF0F0;
    border: 1px solid #EFF0F0;
    margin-top: 30px;
    border-radius: 12px; */

    padding: 20px 30px 20px;
    margin: 0em 0 1em;
    background: #FFFFFF33;
}

/* NEW CSS */
input[type="submit"].btn1,
input[type="submit"].btn2 {
    background-image: url('om-oab/icons/arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: 140px 14px !important;
    background-size: 11px 17px !important;
}

.modal-content {
    background-color: #000C24;
    border-radius: 8px;
}

button.btn1::after {
    content: "";
    display: inline-block;
    background-image: url('om-oab/icons/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.modal-title {
    display: inline-block;
    font-weight: 400;
    font-size: 28px;
}

.modal .close,
.modal .close:hover {
    font-weight: 500;
    color: #FFFFFF;
    opacity: 1;
}

.modal.fade.in {
    padding-right: 0 !important;
}

.modal-dialog {
    margin: 2% auto;
}

.privacy-policy>p>strong {
    font-weight: 500;
}

@media (max-width: 768px) {
    .btnSubmit1Container {
        width: 97.5% !important;
    }
}

div#Registration,
div#NewSubscriberBlock {
    border-radius: 8px 8px 0 0;
    margin: 0;
}

div#NewSubscriberBlock {
    border-radius: 0;
}

.google-recapcha {
    border-radius: 0 0 8px 8px;
    background: #FFFFFF33;
    margin: 0;
    padding: 0px 30px 20px;
}

body.ar-ae,
body.ar-ae input,
body.ar-ae select {
    font-family: "GE SS Unique", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}

body.ar-ae input[type="submit"].btn1, 
body.ar-ae input[type="submit"].btn2 {
    transform: scaleX(-1);
}

body.ar-ae button.btn1::after, 
body.ar-ae .btn-ok-new::after {
    margin-left: 0px;
    margin-right: 15px;
    transform: scaleX(-1);
}

body.ar-ae .modal .close {
    float: left;
}

@media (max-width: 768px) {
    .w1 {
        width: 100% !important;
        margin: 0px;
        padding: 0 !important;
    }
}

@media screen and (max-width: 425px) {
    .btnSubmit1Container,
    .btnSubmit2Container,
    .ar-ae .btnSubmit2Container, 
    .ar-ae .btnSubmit1Container {
        text-align: center !important;
    }
}