@font-face {
    font-family: 'Roboto-Regular_gdi';
    src: url('../fonts/Roboto-Regular_gdi.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Roboto-Regular_gdi.woff') format('woff'), 
    url('../fonts/Roboto-Regular_gdi.ttf')  format('truetype'), 
    url('../fonts/Roboto-Regular_gdi.svg#Roboto-Regular_gdi') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  
  @font-face {
      font-family: 'robotothin';
      src: url('../fonts/Roboto-Thin-webfont.eot');
      src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
           url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
           url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
      font-weight: normal;
      font-style: normal;
  
  }
  @font-face {
      font-family: 'robotolight';
      src: url('../fonts/Roboto-Light-webfont.eot');
      src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Roboto-Light-webfont.woff') format('woff'),
           url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
           url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
      font-weight: normal;
      font-style: normal;
  
  }
  @font-face {
      font-family: 'robotomedium';
      src: url('../fonts/Roboto-Medium-webfont.eot');
      src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
           url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
           url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
      font-weight: normal;
      font-style: normal;
  
  }
  @font-face {
      font-family: 'robotobold';
      src: url('../fonts/Roboto-Bold-webfont.eot');
      src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
           url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
           url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
      font-weight: normal;
      font-style: normal;
  
  }
html {
    width: 100%;
    /*height: 100%;*/
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
body {
    font-family: 'Roboto-Regular_gdi';
    font-style: normal;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.main-wrapper{
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.main-wrapper-center{
    width: 328px;
    margin: 0 auto;
}
.main-wrapper-inner{
    width: 100%;
    height: 650px;
    float: left;
    position: relative;
    background-image: url(../images/mobile.jpg);
    background-repeat: no-repeat;
}
.logo{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 120px;
}
.logo img{
    display: inline-block;
    width: 180px;
}
.main-heading{
    font-family: 'robotomedium';
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
}
.telephone-wrapper{
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    height: 37px;
    float: left;
}
.telephone-wrapper span{
    font-size: 15px;
}
.telephone-wrapper input.telephone-input{
    border: 1px solid #2d89ca;
    border-radius: 4px;
    height: 35px;
    padding: 0 10px 0 10px;
    width: 190px;
    font-size: 15px;
}
.menu-bottom{
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 31px;
    height: 55px;
    background-color: #f3f3f3;
    border-radius: 20px;
}
.menu-bottom ul{
    display: flex;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}
.menu-bottom ul li{ 
    display: inline-block;
}
.menu-bottom ul li a{
    float: left;
    width: 37px;
    height: 37px;
}
.dial-screen-wrapper{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 86px 40px 0 40px;
    
}
.dial-screen{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.dial-screen span{
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cdcdcd;
    font-size: 25px;
    font-family: 'robotomedium';
    border-radius: 50%;
    color: #000;
    margin-bottom: 14px;
    cursor: pointer;
}
.dial-screen-input{
    float: left;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 0;
    text-align: center;
    cursor: default;
    font-size: 20px;

}
input:focus {
    border: 0 !important;
    outline: none;
    box-shadow: none !important;
    --input-field-color:#fff;
    --input-field-focus-color:#fff;
}
.dial-screen-action-button{
    justify-content: right;
    gap: 15px;
    width: 100%;
}
.dial-screen-action-button span.green{
    background-color: #17cc53;
}
.dial-screen-action-button span.back-arrow{
    background-color: #fff;
}
.ussd-modal{
    position: absolute;
    left: 35px;
    right: 35px;
    top: 88px;
    z-index: 10;
    height: 275px;
    border-radius: 15px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.32);
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.32);
}
.ussd-modal-bg{
    z-index: 9;
    background-color: #fff;
    opacity: .01;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ussd-text{
    float: left;
    width: 100%;
}
.ussd-text span{
    float: left;
    width: 100%;
    text-align: center;
    color: rgb(71, 71, 71);
    margin-bottom: 5px;
    font-size: 16px;
}
.ussd-input{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.ussd-input input{
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 2px solid rgb(131, 131, 131);
    font-size: 18px;
}
.ussd-input input:focus {
    border-bottom: 2px solid rgb(131, 131, 131) !important;

}
.ussd-buttons{
    float: right;
    width: 100%;
    margin-top: 15px;
}
.ussd-buttons button{
    font-size: 16px;
    cursor: pointer;
    border: 0;
    border-radius: 20px;
    font-family: 'robotomedium';
    padding: 5px 25px 5px 25px;
}
.ussd-buttons button.button-ok{
    background-color: #37b862;
    color: #fff;
}
.ussd-buttons button.button-cancel{
    background-color: #db3535;
    color: #fff;
    margin-left: 10px;
}
.d-none{
    display: none;
}
.telephone-wrapper input.telephone-input:focus {
    border: 1px solid #2d89ca !important;
    
}
.language-wrapper{
    display: flex;
    width: 100%;
    padding: 40px 60px 0 60px;
    flex-wrap: wrap;
}
.language-wrapper span{
    display: flex;
    align-items: center;
    width: 50%;
    gap: 5px;
    color: rgb(71, 71, 71);
    margin-bottom: 15px;
    font-size: 14px;
}
.language-wrapper span input{
    cursor: pointer;
}
.language-wrapper span label{
    cursor: pointer;
}
.menu-bottom a{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: rgb(207, 14, 14);
    line-height: 55px;
    text-decoration: none;
}
.menu-bottom a:hover{
    color: rgb(228, 20, 20);
}