@media only screen and(max-width: 1300px){
.future-calculator-forms input[type='text']{
	    width: 64%;
}
.future-calculator-forms .fu-hide-account-section .form-group {
	text-align: center;
}
}
@media only screen and (max-width: 1199.98px){
.future-calculator-forms input[type='text'] {
    width: 55%;
}
}
@media only screen and (max-width: 991.98px) {
#form-future-calculator .col-xs-12	{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.future-calculator-forms input[type='text'] {
    width: 68%;
}
}
@media only screen and (max-width: 767.98px) {  
.future-calculator-forms input[type='text'] {
    width: 100%;
}
 }
@media only screen and (max-width: 575.98px) {
.demo-table-1 , .demo-table-2{
overflow-x: auto !important;
}
.demo-table-1 table td,  
.demo-table-1 table th,
.demo-table-2 table td,
.demo-table-2 table th

{
    white-space: nowrap;
    word-break: unset;
}
.fu-hide-account-section .marginleft-10{margin-left:0px;}
.fu-hide-account-section .dwn-btns{display: block;margin-bottom: 15px;}
.form-group.tex-death-benefit {display: none;}
}