
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
*{
	box-sizing: border-box;
}
#form_contaner{
	padding: 2px 0px 0 0;
	margin: 0 auto;
	margin-top: 30px;
    max-width: 400px;
    width: 100%;	
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
}
.selctboxarea-row {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #eaeaea;
}
.left-text {
    padding: 20px 10px 0px 25px;
    float: left;
    width: 100%;
}
.left-text small {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #585858;
    text-transform: uppercase;
}
.selection-box01 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.selection-box01 select {
    height: 51px;
    background-color: #ffffff;
    color: #3a3a3a;
    font-size: 23px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: 0;
    position: relative;
    font-weight: 300;
}
.selection-box01 select {
    background-color: #ffffff;
    border: 0px solid #eeeeee;
    padding: 10px;
    margin: 0px 0 0px;
    display: block;
    width: 100%;
    float: left;
}
.selection-box01:after {
    background: url(../images/select-arrow.png) no-repeat right;
}
.selection-box01:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 17px;
    height: 51px;
    right: 8px;
    top: 0px;
    background-position: center;
}
.left-text strong {
    width: 100%;
    float: left;
    }
.enteramount {
    border: 0px;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 51px;
    font-size: 27px;
    color: #006197;
    font-weight: 300;
}

.cl {
    clear: both;
}
.summery-div {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 7px 25px;
    background: #f1f1f1;
    list-style: none;
    font-size: 16px;
    color: #393939;
}
.summery-div li {
    display: block;
    margin: 15px 0;
    padding: 0px;
    width: 100%;
    float: left;
}
.summery-div li strong {
    font-weight: 400;
    float: right;
}
.bt{
	width: 100%;
	float: left;
    padding: 15px;
     background: #fff;
}
.bt input{
	width: 100%;
	border:none;
    border-radius: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
    line-height: 1;
    padding: 20px 40px;
    background-color: #256be6;
    cursor: pointer;

}