/**********************************fontfamily*******************************************/

@font-face {
	font-family: 'Gotham';
	src: url("//asia.tools.euroland.com/tools/SubscriptionCentre2/Config/Company/KY-1896/fonts/gotham-book.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
/* @font-face {
	font-family: 'Gotham';
	src: url("//asia.tools.euroland.com/tools/SubscriptionCentre2/Config/Company/KY-1896/fonts/Gotham-Light.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url("//asia.tools.euroland.com/tools/SubscriptionCentre2/Config/Company/KY-1896/fonts/Gotham-Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
} */

.zh-cn,
.zh-tw{
    font-family: "Microsoft Yahei", sans-serif;
}
.en-gb {
    font-family: Gotham, sans-serif;
}
body {
    color: #212529;
   
    font-size: 16px;
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}


.check-subscription-link a {
    color: #333333;
    font-weight: normal;
}

.check-subscription-link a:hover {
    color: #EF0F38;
    /* text-decoration: underline !important; */
}

a:-webkit-any-link,
a:-moz-any-link {
    color: #666666;
    text-decoration: none;
    cursor: auto;
}

.hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #666666;
    text-decoration: none;
}

.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    color: #EF0F38;
    /* text-decoration: underline; */
}

.wrapper {
    width: 100%;
    padding: 10px 0 10px 0px;
    margin: 0 auto;
    max-width: 1080px;
}

.service-name {
    position: relative;
    top: 3px;
}

.btn,
.btn:focus {
    font-family: inherit;
    line-height: normal;
    font-size: 1.0em;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    margin: 0.5em 0;
    padding: 1em;
    border: 1px solid #EF0F38 ;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #EF0F38;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
}

.btn:active {
    text-decoration: none;
    background:#666666 ;
    color: #FFFFFF;
    border-color:#666666 ;
}

.btn:hover {
    text-decoration: none;
    background: #666666 ;
    color: #FFFFFF;
    border-color: #666666 ;
}

#dialogModal .btn-submit,
#dialogModal .btn-ok,
#dialogModal .btn-cancel {
    min-width: inherit;
}

.radio input,
.checkbox input {
    height: 17px;
}

.form .lable {
    text-transform: uppercase;
}

.form input {
    appearance: auto;
    -moz-appearance: auto;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #212529;
    height: 36px;
    padding: 5px;
    border-radius: 0px;
}

.form select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-color: #ffffff;
    background-origin: content-box;
    background-position: calc(0px + 100%) 50%;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    border-radius: 0px;
    padding: 5px;
    color: #212529;
    height: 36px;
    border: 1px solid #cccccc;
}

@media not all {
    .form select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

.form select>option {
    color: #212529;
    text-transform: capitalize;
}

.modal-content {}

@media (max-width: 480px) {
    .button-inner {
        padding-top: 10px;
    }
}

/* ------------------Changes----------------- */

.footer {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 3em !important;

}

.footer div a {
    color: #666666 !important;
}

.footer div a:hover {
    color: #EF0F38 !important;
    /* text-decoration: underline; */
}

#dialogModal .privacy-policy-sector .btn {
    padding: 1em;
    display: inline-block
}

.form .row-control .input>* {
    width: 95%;
    max-width: 360px;
}

.subscription-wrapper-single .selection-services {
    border: 0px solid #c3d1ec;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form .lable {
    text-transform: none;
    font-weight: normal;
}

.button-wrapper,
.form .row-control {
    margin-right: 0px;
    margin-left: 0px;
}

.form .lable,
.form .input {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: inherit;
}

.form .lable,
.form .input {
    float: none !important;
}

.form .input {
    width: 100% !important;
}

.form .lable {
    width: 100%;
    float: none;
    text-align: left;
    padding-right: 0px;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    font-weight: normal;
    padding-bottom: 0.5em;
}

.row-control {
    padding: 0.5em 0;
    clear: both;
}

.row-control {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

.button-wrapper {
    padding-left: 0px;
}

.google-recapcha {
    color: #333333;
    text-align: left;
}

.google-recapcha,
.subscribe-checking .google-recapcha {
    color: #000000;
}

.google-recapcha a,
.subscribe-checking .google-recapcha a {
    color: #666666;
    text-decoration: none;
}

.google-recapcha a:hover,
.subscribe-checking .google-recapcha a:hover {
    color: #EF0F38 !important;
    text-decoration: none;
}

.subscribe-checking .google-recapcha a {
    color: #333333 !important;
    text-decoration: none;
}

.subscribe-checking .google-recapcha a:hover {
    color: #EF0F38 !important;
    text-decoration: none;
}

.subscribe-checking .google-recapcha {
    text-align: center;
}

.subscribe-checking .button-wrapper {
    margin: 15px 0 30px 0%;
    text-align: center;
    width: 100%;
    padding: 0;
}

.subscribe-checking .form .row-control .input {
    width: 308px !important;
}

.body-rtl .check-subscription-link {
    font-weight: normal;
}

.subscribe-checking .form {
    text-align: center;
    width: 100%;
}

.subscribe-checking .row-control {
    width: 288px;
}

#dialogModal .privacy-policy-sector .btn-cancel {
    margin-right: 0px;
}

.selection-services {
    padding-left: 10px;
}

.checkbox {
    line-height: 14px;
}

.body-rtl .selection-services {
    padding-right: 10px;
}

.body-rtl .wrapper {
    padding: 5px 5px 0 0;
}

.body-rtl .button-wrapper {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0px;
}

.body-rtl .form .lable,
.body-rtl .form .input {
    padding-right: 0px;
}

.body-rtl .google-recapcha {
    text-align: right;
}

.body-rtl .subscribe-checking .form .lable {
    width: 100%;
    text-align: right;
    white-space: nowrap;
}

.body-rtl .check-subscription-link {
    font-weight: 300;
}

.body-rtl .form .lable,
.body-rtl .form .input {
    font-weight: 300;
}

.body-rtl .subscribe-checking .button-wrapper {
    margin: 15px 0% 30px 0;
    text-align: center;
}

.body-rtl .selection-services {
    padding-left: unset;
    padding-right: 0;
}

.service-checkbox {
    margin: 0px;
    margin-bottom: 15px !important;
    font-weight: bold;
}

.ar-ae .check-subscription-link a {
    font-weight: 300 !important;
}

.selection-services {
    padding-left: 0px;
}

.subscribe-checking-wrapper button,
.modal-body button,
.ar-ae .modal-body button {
    width: 38% !important;
}

.body-rtl #dialogModal .privacy-policy-sector .btn-cancel {
    margin-left: 0px;
}

@media (min-width: 768px) {

    .button-wrapper .check-subscription-link,
    .button-wrapper .button-inner {
        margin-left: 0%;
    }
}


/* --------------------------Responsive-------------------------- */

@media (max-width: 781px) {
    .row-control {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .button-wrapper {
        text-align: left;
    }

    .body-rtl .button-wrapper {
        text-align: right;
    }
}

@media (max-width: 520px) {
    .row-control {
        width: 100%;
    }

    .form .row-control .input>* {
        width: 95%;
        max-width: 410px;
    }

    .wrapper {
        padding: 10px 10px 5px;
    }
}

@media (max-width: 480px) {
    .button-wrapper {
        text-align: left;
    }

    .body-rtl .button-wrapper {
        text-align: right;
    }
}


@media (max-width: 334px) {
    .subscribe-checking .form .row-control .input {
        width: 270px !important;
    }
}

.subcription-wrapper.subscription-wrapper-single {
    padding-left: 5px;
}

.subscribe-checking .form .lable {
    white-space: nowrap;
}

/*******************new changes**************************/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: 0px auto -webkit-focus-ring-color !important;

}
.modal a, .hyperlink, .disclaimer-box a, .cookies-box a{
    color: #666666 !important;
}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover{
    color: #EF0F38 !important;
}


  .row-control:first-child .input span {
    top: -29px;
    left: 46px;
  }
  
  .row-control .input span {
    position: absolute;
    top: -29px;
    left: 87px;
  }
  
  .row-control:last-child .input span {
    top: -29px;
    left: 126px;
  }
  .google-recapcha{
    display: none;
  }
.checkbox input
{
      vertical-align:bottom;
    
}
  /****************************simplified************************************/
  .zh-cn.page-font-style .row-control:first-child .input span {
    position: absolute;
    left: 68px !important;
  }
  .zh-cn.page-font-style .row-control:last-child .input span {
    position: absolute;
    left: 74px !important;
  }
  .zh-cn.page-font-style .row-control .input span{
    position: absolute;
    left: 18px;
  }
   /***************************Traditional*************************************/
   .zh-tw.page-font-style .row-control:first-child .input span {
    position: absolute;
    left: 65px !important;
  }
  .zh-tw.page-font-style .row-control:last-child .input span {
    position: absolute;
    left: 74px !important;
  }
  .zh-tw.page-font-style .row-control .input span{
    position: absolute;
    left: 16px;
  }
  .subscribe-checking .form .lable {
    position: absolute;
    left: 61px;
    top: 6.5em;
  }
  .subscribe-checking .form .row-control .input .compulsory-field {
    left: -137px;
    top: 4px !important;
  }
  .zh-cn.page-font-style .subscribe-checking .form .row-control .input .compulsory-field {
    left: -72px !important;
  }
  .zh-tw.page-font-style .subscribe-checking .form .row-control .input .compulsory-field {
    left: -72px !important;
  }

  /*****************************Subscription******************************/
  .subscribe-checking .row-control {
    width: 244px !important;
  }
  .subscribe-checking .form .row-control .input .compulsory-field {
    left: -130px;
}
.subscribe-checking .form .lable {
    position: absolute !important;
    left: -32px !important;
   top: 1em;
  display: inline-block;
  }
  .page-font-style.modal-open #txtEmail {
    width: 77% !important;
    display: inline-block;
  }
  .page-font-style.modal-open .row-control {
    position: relative;
  }
  .zh-cn.page-font-style.modal-open .subscribe-checking .form .lable, 
  .zh-tw.page-font-style.modal-open .subscribe-checking .form .lable{
    left: -40px !important;
  }
  .zh-cn.page-font-style.modal-open  .subscribe-checking .form .row-control .input .compulsory-field,
  .zh-tw.page-font-style.modal-open  .subscribe-checking .form .row-control .input .compulsory-field {
    left: -119px !important;
}


  @media(max-width:334px){
    .page-font-style.modal-open #txtEmail {
        width: 73% !important;
      }
      .subscribe-checking .form .row-control .input .compulsory-field {
        left: -119px !important;
        margin-left: 20px;
      }
      .subscribe-checking .form .lable {
       
        left: -19px !important;
    
      }
      
      .zh-cn.page-font-style.modal-open .subscribe-checking .form .row-control .input .compulsory-field, .zh-tw.page-font-style.modal-open .subscribe-checking .form .row-control .input .compulsory-field {
        left: -119px !important;
      }
      .zh-cn.page-font-style.modal-open .subscribe-checking .row-control ,
      .zh-tw.page-font-style.modal-open .subscribe-checking .row-control{
        width: 215px !important;
      }
      .zh-cn.page-font-style.modal-open .subscribe-checking .form .lable, .zh-tw.page-font-style.modal-open .subscribe-checking .form .lable {
        left: -40px !important;
      }
  }

  /**************************************custom phrase for stock exchange************************************************/
  .announcement-group-lable{
    display: none !important;
  }
  /* .row-item:last-child {
    display: none !important;
} */
.row-item.stockexchange-default{
    font-weight: bold;
    font-size: 16px;
}

/* **********Added Codes**************** */

b, strong {
	font-weight: bold;
	display: none !important;
  }
  
  .row-control {
	margin-top: 0px !important;
	padding: 0px 0 0px 0 !important;
	clear: both;
  }
