/*For White card*/
.card{
background: #fff;
width: auto;
height: auto;
padding: 16px;
margin-top: 5%;
margin-bottom: 2%;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.btn-default{
    border-color:#c3b698 !important;
    color: #c3b698 !important;
}
.btn-default:hover{
    background-color: #c3b698 !important;
    color: #fff !important;
}
/*For diclaimer badges*/
.badge {
font-size: 10px;
background-color: gray;
padding: 2px 5px;
}
.modal-bottom{
margin-bottom: 30%;
}
.dialog-bottom{
margin-bottom: 15%;
}
.modal-content{
width: 123% !important;
position: relative;
margin-left: -10%;
}
/*termsand condition*/
.termscss{
color: #213B55;
text-decoration: none
}
/*button*/
.btn-next{
margin-top: 3%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.stepwizard-step2:before {
    width: 100% !important;
    left: 65% !important;
}
.stepwizard-step1:before {
    width: 87% !important;
    left: 56% !important;
}
.cke_contents {
    height: 143px !important;
}
/*media query for stepwizard*/
@media only screen and (max-width: 640px){
.stepwizard-step1:before{
width: 55% !important;
    left: 66% !important;
}
.stepwizard-step2:before{
    width: 83% !important;
    left: 69% !important;
}
.card{
margin-bottom: 5%;
}
.modal-content{
width: 100% !important;
position: relative;
margin-left: 0%;
}
}

#myDiv{
   color:#f2f2f2
}

@media only screen and (max-width: 480px){
.card{
margin-bottom: 40%;
}
}