*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    font-family:'Humanst531 BT';
}

@font-face {
    font-family: "Humanst531 BT";
    src: url(../fonts/Humanist521BT.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

.header{
    background-color: #432070;
    height: 90px;
    width: 100%;
    display: flex;
    padding-left:50px;
    padding-top:20px;
    /*align-items: center; */
} 

/* .header{
    position:absolute;
    margin:auto 0;
    left:0;
    right:0;
    padding-top:10px;
    z-index:99;
    text-align:center;
    width:65%;
    margin:auto
} */

h1, h2, h3, h4, h5, h6, li, p {
    font-weight: 400!important;
}
p{
    margin: 0px;
}
.bor_non {
    border: none !important;
}
.header img{
    height: 50px;
}
ul{
    list-style-type: none;
}
.mob_nav{
    padding: 5px;
}
.mob_nav ul li {
    display: inline-block;
    margin-top: 8px;
}
.mob_nav {
    background: #fff;
    text-align: center;
}
.mob_nav ul li span {
    font-size: 16px;
    color: #45136d;
    padding-bottom: 2px;
}
.M_togglebtn {
    border-radius: 27px;
    margin-left: 30px;
    border: 1px solid #45136d;
}
.M_togglebtn .mbutton2 {
    color: #fff;
    background-color: #45136d;
    border: none;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
    float: left;
    padding: 6px 11px;
}
.M_togglebtn .mbutton1 {
    color: #4f2684;
    background-color: transparent;
    border: none;
    border-top-right-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
    padding: 6.1px 12px 6px 12px;
    border-left-width: 0;
}
.M_togglebtn .mbutton1, .M_togglebtn .mbutton2 {
    margin-top: -1px;
    font-size: 12.56px;
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
}
#hindi-mobile .modal-body{
    padding: 0px;
}
.hindi-btn {
    position: absolute;
    right: 20px;
    top: 55px;
    z-index: 9999999999;
    opacity: 0;
    font-size: 20px;
    padding: 0px !important;
}
#hindi-mobile .modal-dialog-call-back {
    margin-top: 133px;
}
.mainwrapper {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.carousel-caption p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.account_ban_cont2 {
    padding-top: 7px;
    margin-left: 14%;
}

.account_ban_cont1, .account_ban_cont2 {
    font-size: 34px;
    color: #fff;
    line-height: 100%;
    text-shadow: 2px 2px 5px #000;
}
.mobile_leftmenu{
    display: none;
}

.GreyBox{
    background: #f6f6f6;
   /*  border: 1px solid #e4e4e4; */
    min-height: 200px;
    height: auto;
    margin-top: 20px;
    text-align: center;
}
.btn_ext {
    margin: 25px;
}
.btnnew {
    background: #432070;
    color: #fff;
    font-size: 15px;
    font-family: 'Humanst531 BT';
    display: inline-block;
    padding: 10px;
    text-align: center;
   /*  width: 130px; */
}
.get-call-back-modal{
    border-radius: 0;
    padding: 0;
    border: 15px solid #fff;
    background: #e3dce9;
}
.get-call-back-modal .close {
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
}
.modal-dialog-call-back {
    margin-top: 133px;
}
.get-call-back-modal .text-box {
    margin-top: 10px;
}
.get-call-back-modal .submit-btn {
    font-family: 'Humanst531 BT';
    transition: .5s;
    padding: 6px 18px;
    margin-top: 15px;
    background: #4f2684;
    border: 1px solid #4f2684;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    margin: auto;
    border-radius: 0;
}
.center {
    margin: 20px 0 0 0;
    text-align: center;
}
a,
.copyright{
    color: #c2b3d5;
}
.footer{
    background: #45136d;
    padding: 6px 11px;
    text-align: center;
}
.footer p {
    padding-top: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.checKBox{
    float: left;
    height: 15px;
    width: 15px;
    margin: 10px 0;
}
.disClaimer{
    line-height: 100%;
    margin: 10px 0 0 20px;
}
.termsCond{
    font-size: 12px;
}
@media only screen and (max-width: 480px){
.account_ban_cont1, .account_ban_cont2 {
    font-size: 28px;
    margin-left: 0;
}
}

@media only screen and (max-width: 600px){
.account_ban_cont1, .account_ban_cont2 {
    font-size: 28px;
}
}
@media only screen and (max-width: 768px){
.account_ban_cont1, .account_ban_cont2 {
    font-size: 22px !important;
}
.mobile_leftmenu{
    display: block;
}
.GreyBox{
    margin: 0 20px;
}
}