﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../../Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../../Ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../../Ubuntu/Ubuntu-Light.ttf') format('truetype');
}

body {
    /*background: url('../../images/bg.png');*/
    background:#fff;
    font-family: 'Ubuntu-Regular';
}

.dis_inlbk {
    display: inline-block;
}

.pad10 {
    padding: 10px;
}

.chinese_logo {
    margin-right: 10px;
    padding: 13PX 0;
    font-size: 20PX;
}

.stickyfooter {
    position: fixed;
    bottom: 0;
    width: 70%;
    z-index: 9;
    border-radius: 10px 10px 0 0;
    color: #fff;
    left: 0;
    margin: auto;
    right: 0;
}

}
.btn-mitheme {
    border:3px solid #414042 !important;margin-top:10px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}

.header {
    background: #fff;
}

.ft16 {
    font-size: 18px;
    letter-spacing: 1px;
}

.text-bold {
    font-weight: bold;
}


.input-section {
    background: #f3f3f1;
    width: 100%;
    margin-top: 20px;
    height: 60px;
    padding: 10px;
}


.og_bg {
    background: #f3f3f1;
    padding: 15px 50px 40px 50px;
}

.clr_og {
    color: #ea744f;
}

.ubantu_bold {
    font-family: Ubuntu-Bold;
    font-weight: 700;
}
.greeting_p {
    font-size:16px;
    margin: 0 2px !important;
}
.btn-mitheme {
    padding: 10px;
    background: #fff !important;
    color: #414042 !important;
    text-decoration: none !important;
    border: 1px solid #333;
}
.btn-black {
      background: #414042 !important;
    color: #fff !important;
    text-decoration: none !important; border:3px solid #414042 !important;margin-top:10px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}

@media (max-width:768px)
{
    .smart_p {
    width: 465px !important;
}
}
@media (max-width:480px) {

    .profileof {
        height: 80%;
    }

    .smart_p {
        width: 320px !important;
    }

    .margtop_10 {
        margin-top: 10px;
    }
    .btn-black{
        font-size: 14px !important;
        padding:2px 12px !important;
    }
  
.disclaimer_mob {
    overflow: auto;
    max-height: 461px;
}
}
 .smart_p {
        margin: 20px auto;
        width: 700px;
        text-align: center;
    }
.main_wrapeer {
margin-bottom:50px;
}
}
.m_t_10{
    margin-top: 10px;
}
.p_3{
    padding: 3px;
}
.p_10{
    padding: 10px;
}
