

    #data #finance_header {
      border-bottom:1px solid #CCCCCC;
      width:100%;
      float:left;
      margin-bottom:5px;
      padding-bottom:5px;
    }
    #data #finance_header h1 {
      border-bottom:none;
      font-size: 26px;
      float:left;
      margin-top:30px;
    }
    #data #finance_subtext a {
     color: #00589b;
    }
    
#data {
  background: #FFFFFF;
  border: 5px solid #c73029;
  padding: 20px 30px 30px;
  position: relative;
  margin: 0 auto;
  width: 90%;
}

#data::after {
  clear: both;
  content: '';
  display: table;
}

#data #finance_header h1 {
  border-bottom: 1px solid #CCCCCC;
  color: #c73029;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#data #finance_header img{
background: #C21632;
}
#data #financial_title h2 {
  color: #c73029;
}

#data #financial_title h2 .f_savingPrice {
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
  margin-left: 15px;
}

#data #financial_title h2 .f_price {
  color: #3D3D3D;
  font-size: 19px;
  margin-left: 21px;
}

#data #financial_left {
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  box-shadow: 3px 3px 3px 0 #D3DAE6;
  -webkit-box-shadow: 3px 3px 3px 0 #D3DAE6;
  -moz-box-shadow: 3px 3px 3px 0 #D3DAE6;
  float: left;
}

#financial_caculation_header {
  background: #F5F5F5;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
  padding: 10px;
}

#financial_caculation_header #deposit_wrap {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  text-align: right;
  width: calc((100% - 110px) / 2);
}

#financial_caculation_header #deposit_wrap label {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin: 5px 5px 5px 0;
  text-align: left;
  width: 70px;
}

#financial_caculation_header #deposit_wrap input {
  display: inline-block;
  font-size: 13px;
  line-height: 100%;
  padding: 5px;
  text-align: left;
  width: calc(100% - 75px);
}

#financial_caculation_header #duration_wrap {
  float: left;
  overflow: hidden;
  text-align: right;
  width: calc((100% - 110px) / 2);
}

#financial_caculation_header #duration_wrap label {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin: 5px 5px 5px 0;
  text-align: left;
  width: 60px;
}

#financial_caculation_header #duration_wrap select {
  display: inline-block;
  text-align: left;
  width: calc(100% - 65px);
}

#financial_caculation_header #recalculate_wrap {
  float: right;
  width: 90px;
}

#financial_caculation_header #recalculate_wrap a {
  background: #c73029;
  border-radius: 5px;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

#financial_caculation_header #recalculate_wrap a:hover {
  background: #072550;
}

#f_wrap {
  padding: 15px;
}

.f_text {
  clear: both;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 230px;
}

.f_text p {
  color: #3d3d3d;
  margin: 0;
}

.f_value {
  float: right;
  width: calc(100% - 250px);
}

.f_value p {
  color: #3d3d3d;
  font-weight: bold;
  margin: 0;
}

.m_wrap {
  border-top: 1px solid #CFCFCF;
  clear: both;
  padding-top: 10px;
}

.m_text {
  clear: both;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 230px;
}

.m_value {
  float: right;
  width: calc(100% - 250px);
}

.m_text p,
.m_value p {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

#data #financial_right {
  float: right;
}

#data #f_images img {
  height: auto;
  margin: 0 0 10px;
  max-width: 140px;
}

#data #f_r_whitetext {
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  box-shadow: 3px 3px 3px 0 #D3DAE6;
  -webkit-box-shadow: 3px 3px 3px 0 #D3DAE6;
  -moz-box-shadow: 3px 3px 3px 0 #D3DAE6;
  margin-bottom: 15px;
  padding: 15px;
}

#data #f_r_whitetext h4 {
  color: #3d3d3d;
  line-height: 12px;
  margin: 0 0 10px;
}

#f_r_whitetext p {
  color: #3d3d3d;
  font-size: 14px;
  margin: 0;
}

#data #f_r_text,
#data #f_r_text p {
  color: #3d3d3d;
  font-size: 12px;
  margin: 0px;
}

#loading {
  display: block;
  margin-left: 400px;
  margin-top: 300px;
  position: absolute;
}

@media (max-width: 479px) {
	#data{
        width: 90%;
    }
    
    #data #financial_left{
        width: 100%;
    }
    #data #financial_right{
        width: 100%;
    }

	#data #financial_caculation_header #deposit_wrap label, 
	#data #financial_caculation_header #deposit_wrap input,
	#data #financial_caculation_header #duration_wrap label,
	#data #financial_caculation_header #duration_wrap select{
		width: 100%;
		float: left;
	}
	
	#data  #financial_caculation .f_text{
		width: 50%;
		margin-right:1%;
		font-size: 12px;
	}
	#data  #financial_caculation .f_value{
		width: 49%;
	}
	
		
	#data #financial_caculation .m_text{
		width: 55%;
		font-size: 13px;
	}
	#data #financial_caculation .m_text p{
		font-size: 13px;
	}
	
	#data #financial_caculation .m_value{
		width: 38%;
		fon-t-size: 17px;
	}
}

@media (min-width: 480px) {
	#data{
        width: 90%;
    }
    
    #data #financial_left{
        width: 100%;
    }
    #data #financial_right{
        width: 100%;
    }
}

@media (min-width: 1024px) {
		
	#data{
        width: 80%;
    }
    
    #data #financial_left{
        width: 50%;
    }
    #data #financial_right{
        width: 45%;
    }
}


@media (min-width: 1248px) {
	#data{
        width: 80%;
    }
    
    #data #financial_left{
        width: 50%;
    }
    #data #financial_right{
        width: 45%;
    }
}