
body {
    margin: 0;
    padding: 0;
}

#footer {
    height: 43px;
    background-color: #666666;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin:20px 0px 0px 0px;
}

@import url(http://fonts.googleapis.com/css?family=Raleway);

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(http://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*
    Master Page
*/
.master-wrapper-page {
    overflow: hidden;
}

.home-slider .subheader-wrapper {
    background-color: rgba(29, 171, 155, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    top: 56px;
    width: 100%; float:left;
}

.subheader-wrapper {
    font-size: 0;
    text-align: center;
}

.headerMenuParent {
    display: inline-block;
    margin: 0;
    /*padding: 10px 0;*/
    vertical-align: middle;
    width: auto; float:left; margin-top:16px;
}

.header-menu {
    position: relative;
    z-index: 1001;
}

    .header-menu > ul {
        color: #fff;
        display: block;
        font-size: 0;
        text-align: left;
    }

.mega-menu {
    display: block;
    position: relative;
    z-index: 1001;
}

.header-menu > ul > li {
    display: inline-block;
    padding: 5px 18px;
    text-align: left;
    vertical-align: middle;
}

    .header-menu > ul > li > a, .header-menu > ul > li > span {
        cursor: pointer;
        font: 18px "Raleway";
        color: #fff;
        text-decoration: none;
    }

        .header-menu > ul > li > a:hover {
            text-shadow: 0 0 5px #fff;
        }

        .header-menu > ul > li > a::first-letter, .header-menu > ul > li > span::first-letter {
            font-size: 18px;
        }

.logo-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*display: inline-block;*/
    margin: 0 10px 0 0;
    padding: 2px 20px;
    vertical-align: middle;
    /*width: 230px;*/ max-width:990px; margin:0 auto;
}

.header-logo {
    padding: 0;
    text-align: left;
}

    .header-logo a {
        display: inline-block;
        /*line-height: 0;*/
        max-width: 100%; float:left;
    }

        .header-logo a img {
            max-width: 100%;
        }

.header {
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    position: relative;
    text-align: left;
    width: 980px;
    z-index: 1002;
}

.header-links-wrapper {
    font-size: 0;
    margin: 0 0 20px;
    position: relative;
}

.header-selectors-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: right;
    padding: 0;
}

.footer-lower {
    background-color: #666;
    color: #ccc;
    font-size: 11px;
    overflow: hidden;
    padding: 8px;
    text-align: center; max-width:990px; margin:0 auto;
}

    .footer-lower .center {
        margin: auto;
        min-height: 24px;
        overflow: hidden;
        position: relative;
        text-align: left;
        width: 100%;
    }

        .footer-lower .center > div {
            line-height: 24px;
            margin: 0;
        }

.footer-disclaimer span {
    display: block;
}

h1 {
    color: #1dac9b;
    font-family: "Raleway";
    font-size: 27px;
    text-align: left;
    font-weight:lighter;
}

.col-md-12 {
    width: 100%;
    float: left;
}

.col-md-6 {
    width: 49%;
    float: left;
}

.sign-up-container {
    font-family: 'Raleway';
}

.sign-up-container-col-one-level {
    padding-left: 0;
}

.sign-up-container-col-two-level {
    margin-right: 0;
    padding-left: 0;
}

.pull-right {
    float: right !important;
}

.row {
  /*  margin-left: -15px;
    margin-right: -15px;*/
}

.sign-up-main {
    margin-bottom: 36px;
    margin-top: 27px;
}

.container {
   /* max-width: 980px;*/
    padding-left: 0;
    padding-right: 0;
     /*width: 980px;*/
    margin: 24px auto;
    min-height: 450px;
}

.containerMargin {
    padding-top:20px;
}

.sign-up-block-level input {
    width: 99%;
}

.accAreaNameR {
    float: left;
    margin: 0;
    padding: 0;
}

.accAreaNameL {
    float: left;
    margin: 0;
    padding: 0;
}

.textbox-style-signup {
    float: left;
    margin-right: 91px;
    background: none;
    border: 1px solid #ccc;
    padding: 0px 8px;
    font-size: 18px;
    color: #565554;
    font-weight: normal;
    height: 32px;
    /*width: 250px;*/ width:100%;
}

.sign-up-block-level {
    float: left;
    padding: 10px 0 0 0;
    width: 108%;
}

    .sign-up-block-level label {
        color: #565554;
        font-size: 14px;
        font-weight: normal;
        width: 162px;
        margin-bottom: 3px;
        float: left;
        text-align: right;
        margin-right: 15px;
        margin-top: 5px;
    }
    
    .sign-up-block-level span {
        color: #565554;
        font-size: 14px;
        font-weight: normal;
        width: 162px;
        margin-bottom: 3px;
        float: left;
        text-align: right;
        margin-right: 10px;
        margin-top: 5px;
    }

.block-respondent {
    width:50% !important;
    float:left;
}
   .sign-up-respondent{
        margin-right:20px;
    }
.sign-up-block-check {
    clear:both;
    margin-bottom:10px;
}
    .sign-up-block-check label {
        color: #565554;
        font-size: 14px;
        font-weight: normal;
        width: 162px;
        margin-bottom: 3px;
        float: left;
        text-align: right;
        margin-right: 10px;
        margin-top: 5px;
    }
.sign-up-block-check .checklist{
    padding-left:172px;
}

.sign-up-block-check .checklist label{
    margin:0px;
    text-align:left;
}

.textbox-email {
    float: left;
    margin-right: 10px;
    background: none;
    border: 1px solid #ccc;
    height: 28px;
    padding: 0px 8px;
    font-size: 18px;
    color: #565554;
    font-family: museo300;
    font-weight: normal;
    width: 120px;
    height: 32px;
}

.radio {
    border: none;
    width: 100px;
}

#ctl00_MainContent_RdbnSex_RB1 td label {
    float: right;
    width: 50px;
}

#ctl00_MainContent_RdbnSex_RB0 td label {
    float: right;
    width: 34px!important;
}

.dxeRadioButtonList td.dxe {
    padding: 2px 5px 6px 0px;
}

.textbox-style-account {
    float: left;
    background: none;
    border: 1px solid #ccc;
    height: 28px;
    padding: 0 8px;
    font-size: 14px;
    color: #565554;
    font-family: museo300;
    font-weight: normal;
    /*width: 250px;*/ width:100%; margin-right:70px;
}

.button {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
    float: right;
    font-family : Raleway;
}

.dualButton  {
    float:right;
    margin-right:74px;
}

.dualButton .submit {
    margin-right:15px;
}

.dualButtonPop  {
    float:right;
    margin-bottom:20px;
}

.dualButtonPop .submit {
    margin-right:15px;
}


.buttonCancel {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 0px;
    border-radius: 0px;
   font-family: "Raleway";
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
    float: right;
    margin-left: 16px;
}

.button :hover {
    background-color: #1DAC9B;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #1DAC9B;
    color: #fff;
    text-shadow: none;
}

.textbox-language {
    /*margin-left: 10px;*/
}

.next-button {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    margin-top: 20px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
    float: right;
}

.dxeButtonEditButton, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton {
    background-image: none !important;
    background-color: #fff;
    border: none !important;
    padding: 0 !important;
}

.prevbutton {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
    float: right;
    margin-right: 10px;
      font-family: "Raleway";
}

.rgtButton {
    float: right;
    margin-right: 42px;
    clear: both;
}

.head > h1 {
    font-size: 24px;
    text-align: left;
    font-family: "Raleway";
    font-weight: 400;
    color: #1DAC9B;height:40px;
    width: 100%;
    float: left;
}

.container.about-content.sign-up-main .sign-up-block-level > label {
    font-family: 'Raleway';
    margin-top: 8px;
}

.container.about-content.sign-up-main div#ctl00_MainContent_btnNext_CD span {
    font-family: 'Raleway';
}

.container.about-content.sign-up-main div#ctl00_MainContent_btnCancel_CD span {
    font-family: 'Raleway';
}

.footer-disclaimer > span {
    font: 12px Arial,Helvetica,sans-serif;
    display: inline;
}

input {
    outline: none;
}

.main_list > li > a {
    text-decoration: none;
    background: transparent url("../images/check.png") no-repeat scroll;
    padding: 0px 0px 0px 21px;
    display: flex;
    background-position: 0px 6px;
    color: #565554;
}

.main_list > li {
    line-height: 23px;
    list-style: none;
    padding-bottom: 12px;
}

.bottomLangSelector {
    float: right;
    width: 300px;
}

    .bottomLangSelector span {
        margin-top: 5px;
        padding-right: 10px;
    }

.dxgvTable {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.dxgvHeader, .dxgvHeader table {
    font-family: 'Raleway';
    font-size: 17px;
}

.transcribeResponse {
    margin-left: 38px;
}

    .transcribeResponse td {
        padding: 0px 2px;
        font-size: 12px;
    }

    .transcribeResponse div {
        height: 7px;
        width: 7px;
        border: 1px solid black;
    }

.transcriptionQ {
    float: left;
    padding-top: 10px;
}

.dxeBase {
    font-size: 14px;
    font-family: 'Raleway';
}

.dxeRadioButtonList, .dxeRadioButtonList table {
    font-size: 14px;
    font-family: 'Raleway';
}

.transcriptionQId {
    float: left;
    width: 45px;
    padding-top: 10px;
    padding-left: 50px;
    text-align:left;
}

.QPanel {
    text-align: center;
    padding: 10px 0px;
}

    .QPanel .dxeRadioButtonList {
        margin: 0 auto;
        margin-top: 7px;
        clear:both;
    }

.dxeEditArea {
    font-family: 'Raleway';
    font-size: 13px;
}

.dxeListBoxItem {
    font-family: 'Raleway';
    font-size: 13px;
}

.dxeErrorCell {
    font-size: 10px !important;
    font-family: 'Raleway';
    text-transform: uppercase;
    padding-top: 3px;
    color:red !important;
}

.AgeLabel {
    color: #565554;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: right;
    width: 60px !important;
}
.dxeErrorCell-country{
    margin-left:95px;
       font-size: 10px !important;
    font-family: 'Raleway';
    text-transform: uppercase;
    padding-top: 3px;
    color:red !important;
}

.login-block-level label {
    font-family: "Raleway";
    margin-top: 8px;
    color: #565554;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-right: 10px;
    text-align: right;
    width: 105px !important;
}

.btnLogin {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    text-shadow: none;
    font-weight: normal;
    box-shadow: none;
    float: right;
}

.logindiv {
    width: 61%;
    height: 50px;
}

.login-container {
    margin: 50px auto;
    border: 1px solid #ccc;
    height: 200px;
    width: 500px;
    padding-top: 50px;
    margin-top:25px;
}

.login-block-level {
    padding: 10px 0 0 0;
}
.dxeErrorCell-login
{ font-size: 10px;
    font-family: 'Raleway';
    text-transform: uppercase;
    padding-top: 3px;float:right;color:red;
}

.member-login-text {
    padding: 22px;
    float: left;
    width: 100%;
    position: relative;
    margin-top: -10px;
    margin-bottom: -24px;
}

.member-login-form h2 {
    font-family: "Raleway";
    color: #1DAB9B;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 22px;
    margin-top: 0px;
}

.forgotPass-level label {
    font-family: "Raleway";
    margin-top: 8px;
    color: #565554;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-right: 10px;
    text-align: right;
    width: 40px;
}

.forgotPass-level {
    padding: 20px 0 0 0;
}

.popup-close {
    float: right;
    cursor: pointer;
    margin-right:22px;
}

.padding10 {
    padding: 10px;
font-family: Raleway!important;
}

.transcriptionHeader td {
    text-align: right;
    padding-right:6px;
}

#ctl00_LoggedInUser {
    color: #fff;
     font-family: 'Raleway';
    float: right;
    width: auto;
    font-size: 14px;padding-top: 27px;
    /*width: 300px;*/
}

#ctl00_LoggedInUser a {
        color: #fff;
        float: right;
        width: auto;
        height: 20px;
        text-decoration: underline;
        font-size: 14px;
}

#ctl00_LoggedInUser a:hover {
     color: #fff;
     float: right;
     width: auto;
     height: 20px;
     text-decoration: none;
     font-size: 14px;
}

#ctl00_LoggedInUser p {
        font-size: 14px;
        width: auto;
        float: left;
        margin-top: -1px;
}

.transcriptionHeader td label {
    font-size: 12px;
}

.hovereffect:hover {
    background-color:#ccc;
}

.hovereffect {
    background-color:#fff;
}
.dxgvHeader
{
    background-color: #1DAB9B !important;
    overflow: hidden;
    padding: 13px 10px;
    text-align: left;
    white-space: nowrap;
}
    .dxgvHeader, .dxgvHeader table
    {
        color: #fff !important;
    }
.dxpSummary
{
    color: #fff !important;
    font: 9pt Tahoma;
    padding: 1px 4px 0;
    text-align: center;
    vertical-align: middle;
}
.dxgvControl, .dxgvDisabled
{
    background: #1DAB9B !important;
}
.dxgvHeader_Office2010Silver
{  background: #1DAB9B !important;
    overflow: hidden;
    padding: 13px 10px;
    text-align: left;
    white-space: nowrap;font-family:'Raleway';
}
    .dxgvHeader_Office2010Silver, .dxgvHeader_Office2010Silver table
    {
        color: #fff;
  font: 17px 'Raleway';
    }
.dxgvDataRow_Office2010Silver td.dxgv
{
   padding:12px;
}
.dxgvHeader_DevEx, .dxgvHeader_DevEx table
{
    color: #fff;
  font: 17px 'Raleway';
}
.dxgvHeader_DevEx
{
    background: #1DAB9B !important;
    overflow: hidden;
    padding: 13px 10px;
    text-align: left;
    white-space: nowrap;font-family:'Raleway';
}
    .dxgvHeader_DevEx, .dxgvHeader_DevEx table
    {
          color: #fff !important;
  font: 17px 'Raleway';
    }
.toggle
{
    float: right;
    margin-right:70px;
}
.dxgvTable_Office2010Silver
{
    font: 14px 'Raleway';
  color: Black;
}

.gap {
padding-bottom:5px;
display:block;
margin-left: -2px;
}
.tranAnsleft {
    float:left;
}
.dashLangSelector{

float:left;
}
.dashStart {
    padding-left:20px;
float:left;
}
.dxICBFocused
{
    background-color: #fff !important;
}
.dxeProgressBar_Office2010Silver, .dxeProgressBar_Office2010Silver td.dxe
{
    font-family: 'Raleway' !important;font-size:13px
}
.progress
{
    float: left;
}

.dxeProgressBar_Office2010Silver.progress td.dxePBMainCell table { margin-top:-15px !important;
}
.progressdiv
{float:right;padding-bottom:10px; font-family:"Raleway";
}
.saveexit
{
    margin-right:10px;
}
.messagebox
{
    font-family:'Raleway';font-size:15px;
}
.Paging
{
    font-family:'Raleway';float:left;padding-right:10px
}
/*#ctl00_MainContent_ASPxPanel1_grdQuestionnaire_DXHeadersRow0
{ position: fixed;
  width: 74%;
  left: 175px;
  top: 61px;
  z-index: 100;
  border-top: 0; 
}*/
.dxgvFocusedRow{
/*border: 2px solid #666 !important;*/
 background:none !important;
 color:black !important;
}
.dxgvTable
{
    border-collapse:collapse !important;
}
.side-2 {
    position: relative;
  float: left;
  width: 230px;
}
.center-2 {
      position: relative;
  float: right;
  width: 701px;
}

.center-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.block {
  text-align: left;
}
.block .title {
  margin: 0 0 10px;
  background-color: #000;
  text-align: center;
  cursor: pointer;
}
.block .title strong{ 
 display: block;
  padding: 12px 15px;
  font: normal 14px 'eurostile';
  color: #fff;
  text-transform: uppercase;
}
.block .listbox {
  margin: 0 0 30px;
  padding: 0 10px;
}

.block .list > li {
  border-bottom: 1px dotted #ccc;
  font-size: 13px;
}
.block .list a {
    text-decoration:none;
        display: block;
        background: url('../images/bullet-black.png') left center no-repeat;
        padding: 10px 0 10px 20px;
}

hr {
    margin-top:10px;
    clear:both;
}

ul li {
    list-style:none;
}

.divMore table{
    margin:0px 74px 5px 0px;
}

.sign-up-container-col-one-level .close {
    float: right;
    margin-top: 8px;
}

.priceBox {
    float:right;
    width:100px;
    border:1px solid rgba(29, 171, 155, 1);
    height:50px;
    margin:4px;
    text-align:center;
    color:#565554;
}
.priceBox label {
    clear:both;
    font-size:23px;
    font-family:inherit;
    color:rgba(29, 171, 155, 1);
    font-weight:bold;
}
.popDiv {
    min-width:500px;
    text-align:left;
}
.popDiv span{
font-weight:bold;
}

.popDiv table {
    background-color:#ccc;
    width:100%;
    margin: 10px 0px;
}

.popDiv table td {
    background-color:#fff;
}
 .column{color:#fff;
                background-color:#1DAB9B;
                padding:13px 10px;
                border-right:0.5px solid #CFCFCF;
        }
 .forgot-paswd{
     color: red !important;
    font-family: "Raleway";
    font-size: 11px !important;
 }
.content-float { float:left;}
.textbox-style-signup.loggin{ margin-right:0px;}
@media screen and (max-width:569px) {

    .header-logo { text-align:center; display:inline-block;}
    .footer-lower .center{text-align:center;}
    .header-logo a{float:none;}
    
.headerMenuParent {
    display: inline;
    float: none;
    text-align: center;
    width: 100%;
}
    #ctl00_LoggedInUser{float:none;display: inline-block;
    float: none;
    margin: 0 auto; padding-top:15px;}
    .header-menu > ul {
    color: #fff;
    display: block;
    font-size: 0;
    padding: 0;
    text-align: center; 
}

   
}
/*Aman*/
@media screen and (max-width:640px) {
    #responsivetable td {
        text-align: center !important;
    }
     table.dxeProgressBar_Office2010Silver.progress  { border:1px solid #a5acb5 !important;            }

table.dxeProgressBar_Office2010Silver.progress tbody tr   {    margin-bottom: 0px !important;   }
table.dxeProgressBar_Office2010Silver.progress table tr   {    border-radius: 0px !important;  }

        table.dxeProgressBar_Office2010Silver.progress #ctl00_MainContent_ASPxPanel1_ProgressBar_ctl01_DI { height:15px !important;     
        }
   
}

#responsivetable td.dxgv {/*text-align:center !important;*/ 
}

#responsivetable td.dxgv:first-child { text-align:left !important;
}
/*Aman end*/
@media screen and (max-width:991px) {
    .container{ padding-left:10px; padding-right:10px;}
    .sign-up-container-col-one-level{width:100%;}
    .sign-up-container table {
    width: 100% !important;
}
    .sign-up-block-level span{text-align:left; width:100%; margin-bottom:8px;}
    .sign-up-container-col-two-level{width:100%;}
    .accAreaNameR{width:100%;}
    .accAreaNameL{width:100%;}
    .sign-up-container table.next-button{width:auto !important;}
    .login-block-level label { width:100% !important; text-align:left;
    }
    .login-block-level {padding: 10px;}
    .login-container{max-width:500px !important; width:auto !important;}
    .sign-up-container table.btnLogin{width:auto !important;}
    .sign-up-block-level{width:100%;}
    .logindiv { width:100%;}
    .login-container{padding-top:10px;}
}



}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    .newpcmessagecustome {
        position: absolute !important;
        top:50%;
    }
}
.master-wrapper-page.home.home-slider{ min-height:590px;}
#responsivetable .dxeBase td, #responsivetable .dxeBase tr, #responsivetable tr, .dxgvHeader td{border:none !important;
}

@media screen and (max-width: 479px) {
    .popupHeadBg.mobileendpopup { width:300px !important;
    }
        .popupHeadBg.mobileendpopup .saveexit { font-size:15px !important; padding:6px 10px !important;
        }
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../Images/Spin-0.9s-104px.gif) no-repeat center center;
    z-index: 10000;
}

.scrollheadersticky {
  position: fixed;
  top: 57px;
  display: inline-table;
   
    width:100% !IMPORTANT;
}
    .scrollheadersticky td:nth-child(1) { padding: 0px 7px;
    }
 .mid {
background-color:#fd5353;
}
.contentcus {
    width: 100%;
    height: 100%;
    background-color: #57595df2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
}
    .contentcus.show {
        display: flex;
    }
    .contentcus .loading {
        width: 80px;
        height: 50px;
        position: relative;
    }

        .contentcus .loading p {
            top: 0;
            padding: 0;
            margin: 0;
            color: #afe6e0;
            font-family: "Oxygen", sans-serif;
            animation: text 3.5s ease both infinite;
            font-size: 12px;
            letter-spacing: 1px;
        }

@keyframes text {
    0% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }

    40% {
        letter-spacing: 2px;
        transform: translateX(26px);
    }

    80% {
        letter-spacing: 1px;
        transform: translateX(32px);
    }

    90% {
        letter-spacing: 2px;
        transform: translateX(0px);
    }

    100% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
}

.contentcus .loading span {
    background-color: #1dab9b;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
    animation: loading 3.5s ease both infinite;
}

    .contentcus .loading span:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #afe6e0;
        border-radius: inherit;
        animation: loading2 3.5s ease both infinite;
    }

@keyframes loading {
    0% {
        width: 16px;
        transform: translateX(0px);
    }

    40% {
        width: 100%;
        transform: translateX(0px);
    }

    80% {
        width: 16px;
        transform: translateX(64px);
    }

    90% {
        width: 100%;
        transform: translateX(0px);
    }

    100% {
        width: 16px;
        transform: translateX(0px);
    }
}

@keyframes loading2 {
    0% {
        transform: translateX(0px);
        width: 16px;
    }

    40% {
        transform: translateX(0%);
        width: 80%;
    }

    80% {
        width: 100%;
        transform: translateX(0px);
    }

    90% {
        width: 80%;
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
        width: 16px;
    }
}
