   .calcform {
		display: none;
   }
  .tabrow button {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #ecebeb;
    border:none;
    outline: none;
    height: 100px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }

  .allready-visited-calc-button {
  	background-color: #fea15b !important;
  	color: #fff !important;
    cursor: pointer;
  }

  .tabrow .current-calc-button {
    background-color: #fd8224 !important;
    color: #fff !important;
  }
  .tabrow .tabcus1 button {
    -webkit-border-top-left-radius: 25px !important;
    -webkit-border-bottom-left-radius: 25px !important;
    -moz-border-radius-topleft: 25px !important;
    -moz-border-radius-bottomleft: 25px !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-right: 5px solid #ecebeb;
  }
  .tabrow .tabcus2 button, .tabrow .tabcus3 button {
      border-right: 5px solid #ecebeb;  
  }
  .tabrow .tabcus4 button {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .tabrow .tabcus {
    padding:0px !important;
  }
  .page-content {
    padding-top:0px;
  }
  .content-tabcus {
    padding-top:60px;
    display: none;
  }
  .calculator-top-custom-block .container {
    background-position: top left;
  }
  .left-half-block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #549847;
    padding:120px;
  }
  .left-half-block h3, .right-half-block h3 {
    color: #fff !important;
    font-weight: bold !important;
    font-size:45px;
    margin-bottom: 40px;
  }
  .left-half-block a, .right-half-block a {
    background-color: #fff;
    padding:15px 80px 15px 80px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .left-half-block a:hover, .right-half-block a:hover {
    text-decoration: none;
  }
  .right-half-block {
    background-color: #47afe2;
    padding:40px 30px 40px 30px;
  }
  .right-half-block img {
    margin-right: 30px;
  }
  .right-half-block p {
    color: #fff;
    text-transform: uppercase;
  }
  .right-half-block h3 {
    font-size: 30px;
  }
  .block-calculator-main {
    padding:30px 30px 70px 30px;
    background-color: #ecebeb;
    margin-top:70px;
  }
  .content-tabcus1 > h3 {
    color: #043964;
    margin-bottom: 60px;
  }
  .content-tabcus2 h4, .content-tabcus4 h4 {
    color: #043964;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .content-tabcus1-slider-wrap {
    margin-bottom: 100px;
  }

  .pp-box {
    display: none;
  }
  .pp-3 {
    text-align: right;
  } 
  .arrow-wrap {
    text-align: right;
  }
  .arrow-wrap span {
    cursor: pointer;
  }

  .rslider-output {
    display: block;
    width: 200px !important;
    height: 50px;
    position: relative;
    margin:0 auto 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #rsleder-3-out {
    text-align: center;
  }
  .calc-row {
  	width: 100%;
  	padding:15px 0px 0px 0px;
  	border-bottom: 2px dotted #000;
  	position: relative;
  }
  .calc-row .c-title {
  	padding:10px 6px 0px 0px;
  	background-color: #ecebeb;
  	position: relative;
  	bottom: -20px;
  }
  .calc-row .c-value {
	float: right;
	background-color: #ecebeb;
	padding:10px 6px 0px 0px;
	bottom: -9px;
	position: relative;
  }
  .result-test-wrap {
  	margin-top:33px;
  	padding-left: 30px;
  }
  .result-test-wrap p {
    font-size: 14px !important;
  }
  .cusna, .done-btn-img {
  	width: 120px;
  }
  .rangeslider__fill {
    background: #f18605 !important;
  }
  .endtext {
    display: none;
    padding-left:0px !important;
  }
.lmh ul li {
  display: block;
  width: 33%;
  float: left;
  border: 1px solid #000;
  position: relative;
  text-align: center;
  padding:30px;
  cursor: pointer;
}
.lmh {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
}
.lmh li:first-child { 
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.lmh li {
  cursor: pointer;
}
.lmh li:last-child {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.lmh ul .csel, .lmh ul .csel:hover {
  background-color: #173363;
  color: #fff;
}
.lmh ul li:hover {
  background-color: #e8f0ff;
  color: #666;
}
.cboth {
  clear: both;
}
.lmh-textbox {
  margin:50px 40px 40px 40px;
}
.lmh-textbox h3 {
  font-weight: bold;
}
.lmh-textbox p {
  font-size: 22px;
  line-height: 40px;
  color: #173363;
}
.ftab-1 {
  width: 80%;
  margin-right: 10px; 
  margin-top:120px;
}
.lmh-tab {
  display: none;
}
.content-tabcus {
  margin-top:25px;
}
.content-tabcus1 {
  background-color: #fff;
}
  @media(max-width: 800px){
      .ftab-1 {
        margin:15px !important;
      }
  	.tabrow .tabcus1 button,
  	.tabrow .tabcus2 button,
  	.tabrow .tabcus3 button, 
  	.tabrow .tabcus4 button {
  		-webkit-border-radius: 0px !important;
  		-moz-border-radius: 0px !important;
  		border-radius: 0px !important;
  		border:none;
  		margin-bottom:10px;
  		height: 60px;
  	}
  	.left-half-block a {
  		display: block;
  		width: 100%;
  		padding:20px !important;
  	}
  	.calc-row {
  		padding-top:15px;
  		padding-bottom: 15px;
  	}
  	.calc-row .c-value, .calc-row .c-title {
  		float: none !important;
  		bottom: 0px !important;
  		display: block;
  	}
  	.calc-row .c-value {
  		font-weight: bold;
  	}
  	.result-test-wrap {
  		margin-left: 0px;
  	}
  }