.tool-tip {
  color: #37474f;
  background-color: #fedf9f;
  text-shadow: none;
  font-size: .8em;
  visibility: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  -webkit-box-shadow: -9px -1px 40px -4px rgba(0, 0, 0, .42);
  -moz-box-shadow: -9px -1px 40px -4px rgba(0, 0, 0, .42);
  box-shadow: -9px -1px 40px -4px rgba(0, 0, 0, .42);
  z-index: 999;
  padding: 6px 5px;
  position: absolute;
  cursor: default;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out
}

.tool-tip,
.tool-tip.top {
  top: auto;
  bottom: 114%;
  left: 50%
}

.tool-tip.top:after,
.tool-tip:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top-color: #fedf9f
}

.tool-tip.top:after {
  left: 7%;
  border-top-color: #fedf9f
}

.tool-tip {
  width: 80px;
  height: 22px;
  margin-left: -43px
}

.tool-tip.top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 16%;
  margin-bottom: auto
}

.tool-tip.right {
  top: 50%;
  right: auto;
  left: 106%;
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto
}

.tool-tip.right:after {
  left: -5px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 0, .7)
}

.tool-tip.left {
  top: 50%;
  left: auto;
  right: 105%;
  margin-top: -15px;
  margin-left: auto
}

.tool-tip.left:after {
  left: auto;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  bottom: auto;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, .7)
}

.tool-tip.bottom {
  text-align: left;
  top: 115%;
  bottom: auto;
  width: 19em;
  font-size: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 7em;
  margin-bottom: auto
}

.tool-tip.bottom:after {
  position: absolute;
  top: -12px;
  left: 8%;
  margin-left: -7px;
  content: ' ';
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top-color: transparent;
  border-bottom-color: #fedf9f
}

.on-focus .tool-tip.left,
.on-focus .tool-tip.right {
  margin-top: -19px
}

.on-focus input:focus+.tool-tip,
:not(.on-focus):hover>.tool-tip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out
}

.on-focus>.tool-tip,
:not(.on-focus)>.tool-tip.slideIn {
  display: block
}

.on-focus>.tool-tip.slideIn {
  z-index: -1
}

.on-focus>input:focus+.tool-tip.slideIn {
  z-index: 1
}

.on-focus>.tool-tip.slideIn.bottom,
:not(.on-focus)>.tool-tip.slideIn.bottom {
  top: 50%
}

.on-focus>input:focus+.tool-tip.slideIn.bottom,
:not(.on-focus):hover>.tool-tip.slideIn.bottom {
  top: 115%
}

.on-focus>input:focus+.tool-tip.slideIn.bottom {
  top: 100%
}

.on-focus>.tool-tip.slideIn,
.on-focus>.tool-tip.slideIn.top,
:not(.on-focus)>.tool-tip.slideIn,
:not(.on-focus)>.tool-tip.slideIn.top {
  bottom: 50%
}

.on-focus>input:focus+.tool-tip.slideIn,
.on-focus>input:focus+.tool-tip.slideIn.top,
:not(.on-focus):hover>.tool-tip.slideIn,
:not(.on-focus):hover>.tool-tip.slideIn.top {
  bottom: 110%
}

.on-focus>.tool-tip.slideIn.left,
:not(.on-focus)>.tool-tip.slideIn.left {
  right: 50%
}

.on-focus>input:focus+.tool-tip.slideIn.left,
:not(.on-focus):hover>.tool-tip.slideIn.left {
  right: 105%
}

.on-focus>.tool-tip.slideIn.right,
:not(.on-focus)>.tool-tip.slideIn.right {
  left: 50%
}

.on-focus>input:focus+.tool-tip.slideIn.right,
:not(.on-focus):hover>.tool-tip.slideIn.right {
  left: 105%
}

@-moz-document url-prefix() {
  .tool-tip.bottom.slideIn {
    height: 3em
  }
}

.text-italic {
  font-style: italic
}

.form-horizontal {
  margin-top: 10px;
  margin-bottom: 10px
}

.form-group {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  text-align: left
}

#fusion_addressForm .form-group {
  text-align: center
}

#fusion_addressForm .error-text {
  padding-top: 10px
}

.fusion_subtitle {
  padding: 8px 0;
  font-weight: 700;
  border-bottom: solid 1px #ccc;
  color: #666
}

.control-label {
  padding-bottom: 5px;
  display: block;
  padding-top: 5px
}

.form-error {
  color: #900
}

.form-error input {
  border-color: #FF9F9F;
  color: #333
}

.form-error .error-text {
  display: inline-block;
  color: #900;
  padding-top: 10px;
  line-height: 15px;
  text-align: center
}

.error-text {
  font-size: 90%;
  display: none
}

.text-danger {
  color: #900
}

.fusion_account_con {
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 6px
}

.fusion_account_con:after {
  content: " ";
  clear: both;
  display: table
}

.fusion_account_con:before {
  content: " ";
  clear: both;
  display: table
}

.fustion_alert_warning {
  padding: 15px;
  display: block;
  background-color: #ffc;
  border: solid 1px #ead5a0;
  border-radius: 4px
}

.fustion_alert_warning p {
  padding-bottom: .3em;
  margin: 0
}

.fusion_withdrawable_balance {
  font-size: 150%;
  font-weight: 700
}

.btn {
  border-radius: 4px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px
}

.btn-group .btn {
  border-radius: 0;
  display: table-cell
}

.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px
}

.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0
}

.btn-default {
  background-color: #eee;
  border-color: #cdcdcd;
  font-weight: 700;
  font-size: .9em
}

.default-active {
  background-color: #f37641;
  border-color: #f1652a;
  color: #fff
}

.con_label {
  padding: 5px 0;
  display: block
}

.helptext-danger {
  font-weight: 400;
  color: #900;
  text-decoration: none;
  border: #d52b2b solid 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
  color: #fff;
  background: #fc6363;
  background: -moz-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), color-stop(100%, #d22));
  background: -webkit-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -o-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -ms-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fc6363), to(#d22));
  background: linear-gradient(to bottom, #fc6363 0, #d22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6363', endColorstr='#dd2222', GradientType=0);
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  cursor: pointer;
  line-height: 14px
}

.helptext-danger:hover {
  font-weight: 400;
  color: #900;
  text-decoration: none;
  border: #d52b2b solid 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
  color: #fff;
  background: #fc6363;
  background: -moz-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), color-stop(100%, #d22));
  background: -webkit-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -o-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -ms-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fc6363), to(#d22));
  background: linear-gradient(to bottom, #fc6363 0, #d22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6363', endColorstr='#dd2222', GradientType=0);
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  cursor: pointer;
  line-height: 14px
}

.helptext-danger:focus {
  font-weight: 400;
  color: #900;
  text-decoration: none;
  border: #d52b2b solid 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 2px;
  color: #fff;
  background: #fc6363;
  background: -moz-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), color-stop(100%, #d22));
  background: -webkit-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -o-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -ms-linear-gradient(top, #fc6363 0, #d22 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fc6363), to(#d22));
  background: linear-gradient(to bottom, #fc6363 0, #d22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6363', endColorstr='#dd2222', GradientType=0);
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  cursor: pointer;
  line-height: 14px
}

.fusion-onlinetra-open .fusion-onlinetra-section {
  display: block
}

.fusion-chequetra-open .fusion-chequetra-section {
  display: none
}

.withdrawal_bankdata_box {
  border: solid 1px #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
  background-color: #f3f3f3
}

.withdrawal_bankdata_box_title {
  background-color: #e5e5e5;
  padding: 10px 15px;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
  font-weight: 700
}

.common_tooltips_style_fusion {
  display: none
}

.bg-lightgray {
  background: #ededed
}

.common_tooltips_style {
  display: inline-block;
  position: relative
}

.common_tooltips_style div {
  position: absolute;
  background: #fae7ce;
  border: 1px solid #EBCBA2;
  right: 0;
  z-index: 9;
  padding: 5px;
  border-radius: 4px;
  margin-top: 6px;
  display: none;
  top: 100%;
  text-align: left;
  width: 240px
}

.common_tooltips_style div:after {
  bottom: 100%;
  left: 97%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(250, 231, 206, 0);
  border-bottom-color: #fae7ce;
  border-width: 5px;
  margin-left: -5px
}

.common_tooltips_style div:before {
  bottom: 100%;
  left: 97%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(235, 203, 162, 0);
  border-bottom-color: #EBCBA2;
  border-width: 6px;
  margin-left: -6px
}

.common_tooltips_style:focus div {
  display: inline-block
}

.common_tooltips_style:hover div {
  display: inline-block
}

.fusion-withdrawcash-table li span {
  position: relative
}

.text-normal {
  font-weight: 400
}

.text-left {
  text-align: left
}

.support-contact-us {
  margin-bottom: 3%;
  width: 100%
}

.old-label-des {
  text-align: right;
  padding-right: 3px
}

.old-label-des-email {
  padding-left: 6px
}

.contact-info-sm {
  display: none
}

.info-contact-area {
  display: none
}

.captcha_image {
  border: 1px solid #ccc;
  float: left;
  height: 33px;
  width: 129px;
  margin: 0 4px 0 0;
  padding-left: 8px
}

.captcha_refresh {
  height: 22px;
  width: 22px;
  cursor: pointer;
  float: left;
  margin-top: 6px
}

.captcha-box {
  padding-top: 2%;
  float: left;
  width: 100%
}

.email-dec {
  padding-top: 2%
}

.textarea-contact {
  line-height: 1.5 !important;
  height: auto !important;
  min-height: 32px !important;
}

.reset_link {
  padding-left: 5%
}

.contact-password-info {
  padding-left: 0
}

.contact-password-info ul li {
  list-style-type: square;
  line-height: 20px
}

.hide-mob {
  display: none
}

.pad-both {
  padding-top: 2%;
  padding-bottom: 2%
}

input[type=button].btn_primery {
  width: auto
}

.mrc-email-btn {
  width: 86% !important;
  font-size: 15px !important;
  padding: 11px 25px !important
}

.resend-link-email {
  font-weight: 700;
  font-size: 16px
}

.toast-title {
  font-weight: 700
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.toast-message a {
  color: #fff
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none
}

.toast-message label {
  color: #fff
}

.toast-message h1 {
  color: #c95e05;
  font-size: 20px !important;
  margin: 0 0 6px 0
}

.toast-top-center {
  top: 26%;
  right: 0;
  width: 100%
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none
}

.toast-message h1 {
  color: #c95e05;
  font-size: 20px !important;
  margin: 0 0 6px 0
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px
}

#toast-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 15px;
  width: 300px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-position: 15px center;
  line-height: 25px;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 3px #999;
  color: #000
}

#toast-container>:hover {
  cursor: pointer
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
  width: 86%;
  margin-left: auto;
  margin-right: auto
}

.toast {
  background-color: #030303
}

.toast-success {
  background-color: #fff
}

.spanmsg {
  float: left;
  background-color: #eee;
  border: 1px solid #AFAFAF;
  padding: 8px;
  display: inline;
  line-height: 16px
}

.helptext-danger_fusion {
  padding: 2px !important
}

.helptext-danger_fusion:focus {
  padding: 2px !important
}

.helptext-danger_fusion:hover {
  padding: 2px !important
}

.detailsinfo small {
  font-size: 14px
}

.popup_bg .email-container {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-height: 90%;
  border-radius: 5px;
  -webkit-box-shadow: #000 0 3px 10px;
  box-shadow: #000 0 3px 10px;
  text-align: center;
  border: 1px solid #afaeac;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  float: none;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  background: #fff
}

.popup_bg .email-container input {
  padding: .2em .4em
}

.query-info {
  background-color: #eee;
  border: 1px solid #AFAFAF;
  padding: 8px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 16px
}

.email-left-box {
  display: none !important
}

.form-control {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 32px;
  line-height: 32px;
  padding: 4px 6px;
}

.email-container .form-group {
  margin-bottom: 5px
}

.email-container button.btn_primery {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0 15px;
  line-height: 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0 2% 0 0;
  width: auto;
  text-align: center;
  text-decoration: none;
  background: #77ae1d;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  margin-top: 5px
}

.email-container button.btn_primery:hover {
  background-color: #6d8f0d
}

.email-container input.btn_primery {
  padding: 5px 10px
}

.email-container div#showOnSuccessOverlay3 {
  text-align: center;
  width: 100%;
  margin: 0
}

.email-container div#showOnSuccessOverlay2 {
  font-size: 12px;
  color: #666;
  padding: 2% 4% 2%;
  text-align: center
}

.email-container div#showOnSuccessOverlay1 {
  font-size: 12px;
  color: #666;
  padding: 4% 4% 0;
  text-align: center;
  line-height: 15px
}

.email-container .email-spart {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px
}

.email-container div#showOnSuccessOverlay2.note-red {
  color: #900
}

a#change-email-link {
  font-weight: 700
}

.email-sender-id {
  color: #b54315;
  text-decoration: none
}

.email-spart p {
  line-height: 18px
}

.changenumcontiner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.entermob-boxchange {
  width: 100%;
  display: inline-block;
  margin: 0
}

.entermob-box {
  background: #E6E6E6;
  width: 94%;
  display: inline-block;
  padding: 2% 1%;
  margin: 0
}

.btn_primerysecond {
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #82a916;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #82a916;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  margin: 0
}

.form-control.inputxsl {
  width: 49%
}

.mobileotpbox {
  margin: 2% 0;
  margin-bottom: 5%
}

.mobileotpbox .form-group {
  margin: 0
}

.upperbtn {
  margin-left: 2%;
  width: 47%;
  text-transform: uppercase
}

.eatchangelink {
  margin-left: 2%;
  width: 47%
}

a.entchangenum {
  text-transform: none;
  display: inline-block;
  padding: 7px 11px;
  text-decoration: underline !important
}

.form-control.mobappied {
  width: 48%;
  float: left
}

.info-otpmsg {
  color: #666;
  text-align: left;
  margin: 5px 0 7px 6px
}

.info-otpsuccess {
  color: #82a916;
  text-align: center;
  margin: 8px 12px 0 12px;
  font-weight: 700
}

.form-control.mobappied.checkmob {
  background: #fff url(https://rcmg.in/fusion/images/circleright.png);
  background-size: 17px auto;
  background-position: 98% center;
  background-repeat: no-repeat
}

.entermob-box.col1 {
  padding: 2% 1% .1% 1%
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -moz-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important
}

textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -moz-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important
}

div#agt-addressDivThankyou.entermob-box {
  width: 50%
}

.entermob-box.col1.form-error.disableboxs {
  pointer-events: none;
  opacity: .5;
  background: rgba(204, 204, 204, .72)
}

.disableboxs {
  pointer-events: none;
  opacity: .5;
  background: rgba(204, 204, 204, .72)
}

span.upperbtn.btn_primerysecond {
  margin: 0 !important
}

.notallow {
  pointer-events: none;
  opacity: .6
}

.spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.submit-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 32px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  transition: .1s;
  font-weight: 500;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #77ae1d;
  color: #fff;
  border: 0;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 4px;
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (min-width:768px) {
  .control-label {
    text-align: right;
    padding-right: 3px
  }

  .withdrawal_bankdata_box {
    margin-bottom: 15px
  }

  .withdrawal_bankdata_box_title {
    margin-bottom: 15px
  }

  .form-group {
    margin-bottom: 15px
  }

  .old-label-des-email {
    padding-left: 15px
  }

  .form-control.mobappied {
    width: 51%
  }

  a.entchangenum {
    padding: 7px 0
  }

  .eatchangelink {
    width: 27%;
    text-align: right
  }

  .form-control.inputxsl {
    width: 46%
  }

  .upperbtn {
    width: 50%
  }

  .entermob-box {
    width: 52%
  }

  .entermob-boxchange {
    width: 50%
  }
}

@media (max-width:1080px) and (min-width:241px) {
  #toast-container>div {
    padding: 8px 8px 8px 8px;
    width: 86%
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media (min-width:1100px) {
  .icon_input_info {
    width: calc(100% - 18px) !important
  }

  .detailsinfo p {
    font-size: 12px;
    margin: 0 0 2% 0
  }

  .detailsinfo small {
    font-size: 12px
  }

  .helptext-danger_fusion {
    font-weight: 400;
    color: #900;
    text-decoration: none;
    border: #d52b2b solid 1px;
    padding: 3px;
    border-radius: 2px;
    color: #fff;
    background: #fc6363;
    background: -moz-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), color-stop(100%, #d22));
    background: -webkit-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -o-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -ms-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), to(#d22));
    background: linear-gradient(to bottom, #fc6363 0, #d22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6363', endColorstr='#dd2222', GradientType=0);
    font-size: inherit;
    display: inline-block;
    vertical-align: top
  }

  .helptext-danger_fusion:focus {
    font-weight: 400;
    color: #900;
    text-decoration: none;
    border: #d52b2b solid 1px;
    padding: 3px;
    border-radius: 2px;
    color: #fff;
    background: #fc6363;
    background: -moz-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), color-stop(100%, #d22));
    background: -webkit-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -o-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -ms-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), to(#d22));
    background: linear-gradient(to bottom, #fc6363 0, #d22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6363', endColorstr='#dd2222', GradientType=0);
    font-size: inherit;
    display: inline-block;
    vertical-align: top
  }

  .helptext-danger_fusion:hover {
    font-weight: 400;
    color: #900;
    text-decoration: none;
    border: #d52b2b solid 1px;
    padding: 3px;
    border-radius: 2px;
    color: #fff;
    background: #fc6363;
    background: -moz-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), color-stop(100%, #d22));
    background: -webkit-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -o-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -ms-linear-gradient(top, #fc6363 0, #d22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc6363), to(#d22));
    background: linear-gradient(to bottom, #fc6363 0, #d22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6363', endColorstr='#dd2222', GradientType=0);
    font-size: inherit;
    display: inline-block;
    vertical-align: top
  }

  .input_birthbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .input_birthbox input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 3px
  }

  .common_tooltips_style_fusion {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-line-pack: center;
    align-content: center
  }

  .common_tooltips_style_fusion:after {
    display: table;
    clear: both;
    content: ""
  }

  .common_tooltips_style_fusion .topcommon_tooltips_con_fusion {
    position: absolute;
    color: #555;
    background: #fae7ce;
    border: 1px solid #EBCBA2;
    right: 0;
    z-index: 9;
    padding: 5px;
    border-radius: 4px;
    margin-top: 6px;
    display: none;
    top: 100%;
    text-align: left;
    width: 217px
  }

  .common_tooltips_style_fusion .topcommon_tooltips_con_fusion:before {
    bottom: 100%;
    left: 97%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 231, 206, 0);
    border-bottom-color: #fae7ce;
    border-width: 5px;
    margin-left: -5px
  }

  .common_tooltips_style_fusion .topcommon_tooltips_con_fusion:after {
    bottom: 100%;
    left: 97%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 231, 206, 0);
    border-bottom-color: #fae7ce;
    border-width: 5px;
    margin-left: -5px
  }

  .common_tooltips_style_fusion * {
    cursor: pointer
  }

  .common_tooltips_style_fusion:focus .topcommon_tooltips_con_fusion {
    display: inline-block
  }

  .common_tooltips_style_fusion:hover .topcommon_tooltips_con_fusion {
    display: inline-block
  }

  div#successtext {
    margin-left: 100px;
    position: relative;
    width: 87%
  }

  .dsk-mleft {
    margin-left: -100px
  }

  #toast-container>div {
    padding: 30px
  }

  #toast-container.toast-bottom-center>div,
  #toast-container.toast-top-center>div {
    width: 44%;
    margin-left: auto;
    margin-right: auto;
    margin-left: 429px
  }

  .resend-link-email {
    font-size: 13px
  }

  .mrc-email-btn {
    font-size: 14px !important;
    padding: 4px 15px !important;
    text-shadow: none;
    width: auto !important;
    line-height: 18px
  }

  .forgot-success-msg {
    margin-left: 19.3%;
    width: 59%
  }

  .email-container .form-control {
    width: 100%
  }

  .email-container .col-lg-4.col-sm-5 {
    width: 64% !important
  }

  .email-container .col-lg-4.col-lg-offset-0.col-sm-8.col-sm-offset-4.error-text {
    width: 324px;
    display: block;
    margin-left: 160px;
    margin-top: 5px;
    line-height: 12px
  }

  .email-container form.form-horizontal {
    margin-bottom: 0
  }

  .email-container .col-lg-12.email-dec {
    padding-top: 0
  }

  .email-container .support-contact-us {
    margin-bottom: 0
  }

  .email-container .email-left-box {
    display: block !important;
    width: 22%;
    height: 380px;
    background-color: #f4fad6;
    float: left
  }

  .email-container .email-left-box img {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 84px
  }

  .email-container .email-right-box {
    font-size: 12px;
    float: left;
    width: 78%;
    margin-top: 5px
  }

  .email-container .email-right-box .col-lg-12 .row .col-lg-12 .fusion_account_con .form-horizontal .from-group {
    margin-bottom: 2px !important
  }

  .email-container .email-right-box p {
    margin: 0;
    padding: 0;
    font-size: 12px
  }

  .popup_bg .email-container {
    width: 46%
  }

  .popup_bg .email-container.small {
    width: 36%
  }

  .pre-login-area {
    margin-left: -19% !important
  }

  .account-font {
    font-size: 20px
  }

  .contact-password-info {
    padding-left: 35px
  }

  .contact-info-sm {
    line-height: 18px;
    clear: both;
    text-align: justify;
    display: block
  }

  .info-contact-area {
    display: block
  }

  .hide-dsk {
    display: none
  }

  .hide-mob {
    display: block
  }

  .link-home {
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px
  }

  .link-home a {
    color: #0060ac
  }

  .code-verify-input {
    width: 50%
  }

  .captcha-box {
    padding-top: 0;
    float: right;
    width: 47%
  }

  .captcha_image {
    border: 1px solid #ccc;
    float: left;
    height: 25px;
    width: 75%;
    margin-right: 4px;
    padding: .2em .4em;
    margin: 0;
    padding-left: 0
  }

  .captcha_refresh {
    height: 22px;
    width: 22px;
    cursor: pointer;
    float: left;
    margin-left: 3px;
    margin-top: 0
  }

  .refesh-ml {
    margin-left: 9px
  }

  .email-right-box {
    width: 100%
  }

  .support-contact-us {
    font-size: 12px
  }
}

@media screen and (min-width:500px) and (orientation:landscape) {
  .detailsinfo p {
    text-align: center
  }

  .form-control.mobappied.checkmob {
    background-size: 20px auto
  }

  .form-control.inputxsl {
    width: 68%
  }

  .form-control.mobappied {
    width: 72%;
    text-align: left
  }

  .upperbtn {
    width: 28%
  }

  .eatchangelink {
    width: 28%
  }
}

@media screen and (min-width:768px) and (orientation:landscape) {
  .form-control.inputxsl {
    width: 48%
  }

  .upperbtn {
    width: 48%
  }

  div#agt-addressDivThankyou .entermob-box {
    width: 50%
  }

  div#agt-addressDivThankyou .upperbtn {
    width: 39%
  }

  div#agt-addressDivThankyou .form-control.inputxsl {
    width: 57%
  }
}

@media screen and (min-width:990px) {
  .form-control.mobappied {
    width: 50%
  }

  .form-control.mobappied.checkmob {
    background-size: 17px auto
  }
}