.index-bg .calc-block .body {
	height: auto;
	background-color: #ffffff;
	position: relative;
}

.index-bg .calc-block .body .dashed-block {
	width: 100%;
	height: auto;
	min-height: 400px;
	border: 3px dashed #cccccc;
	border-radius: 15px;
	margin: 10px 0;
}

.index-bg .calc-block .body .dashed-block .title {
	font-family: OpenSansRegular;
	color: #000000;

	font-size: 20px;
	margin-top: 15px;
}

.index-bg .calc-block .body .dashed-block .title span {
   	color: #f27935;
   	font-size: 20px;
}

.index-bg .calc-block .body .dashed-block .calc {
	padding: 5px 30px;
}

.index-bg .calc-block .body .dashed-block .calc .label {
	font-size: 16px;
	color: #3c3c3c;
	font-family: OpenSansSemiBold;
	margin-top: 12px;
}

.index-bg .calc-block .body .dashed-block .calc .value {
	font-size: 24px;
	font-family: OpenSansSemiBold;
	color: #f27935;
}

.index-bg .calc-block .body .dashed-block .calc .detail {
	margin-top: 15px;
	text-align: center;
}

.index-bg .calc-block .body .dashed-block .calc .detail p {
	text-align: left;
	color: #000000;
	font-size: 16px;
}

.index-bg .calc-block .body .dashed-block .calc .detail span {
	color: #f27935;
	font-family: OpenSansSemibold;
}

.index-bg .calc-block .body .dashed-block .calc .detail img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cost-slide-holder {
    margin: 0 0 70px;
}

.cost-slide {
    background: url(/images/slider-bg3.png);
    background-size: 100% 20px;
    float: left;
    height: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 3px;
}

.cost-slide .ui-widget-header {
    /*background: url(/images/slider-full-bg2.png);
    height: 9px;
    left: 6px;
    position: absolute;
    top: 5px;*/
}

.cost-slide .ui-slider-handle {
    cursor: pointer;
    margin-left: -13px;
    position: absolute;
    top: -5px;

    background-color: #ffffff;
    border: 6px solid #f27935;
    border-radius: 25px;

    height: 24px;
    width: 24px;
}
 .block_help:first-child{
	    content: '';
    position: absolute;
    right: -58px;
    bottom: 31px;
    border: 1px solid #a6b9da;
    border-radius: 5%;
    background: #f27835;
    font-family: OpenSansBold;
    font-size: 14px;

    color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(223,229,233,1);

    width: 130px;

    text-align: center;
    z-index: 2;
    display: none;


}

.block_help:before,.block_help:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    /* border-color: #A0A0A0 transparent transparent transparent; */
    left: 66px;
    border-top: 13px solid #a5b8d9;
    bottom: -22px;
    margin-left: -10px;
    z-index: 3;
}
.block_help:after{
 	content: '';
    border-top: 12px solid #f27835;
    bottom: -20px;
}
.cost-slide .ui-slider-handle:focus {
    outline: none;
}
.title-minicalc{	text-align: center;
    background-color: #3661bd;
    padding: 11px 0px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;}
.calc{	padding: 10px 0px;
	background-color: #fff;
	box-shadow: -1px 2px 4px rgba(0,0,0,0.3);}
.dashed-block{	border: 2px dashed #dcdcdc;
	border-radius: 10px;
	padding-right: 30px !important;
    padding-left: 30px !important;}
.calc .dashed-block  .label {
    font-size: 22px;
    color: #3662bc;
    font-family: OpenSansSemiBold;
    padding-top: 12px;
    text-align: left;
}
.calc .dashed-block  .value {
    font-size: 22px;
    font-family: OpenSansSemiBold;
	color: #3662bc;
    padding-top: 12px;
}
.calc-block{	left: 20%;}
.fly-minibtn{
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #ff7200;
    box-shadow: 0px 5px 0px #d96101;
    border-radius: 7px;

    height: 41px;
    line-height: 41px;
    font-family: OpenSansSemiBold;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    display: block;
    border: 0;
    outline: none;
    font-size: 26px;}
.fly-minibtn:hover{	background-color: #2660bd;
	box-shadow: 0px 5px 0px #2660bd;
	outline: none;
	color: #fff;
}
@media(max-width: 991px){	.calc-block{		left: 0%;	}}

@media(max-width: 768px){
	.title{		font-size: 17px;	}
	.calc .dashed-block .label{		font-size: 17px;	}
	.calc .dashed-block .value{		font-size: 17px;	}
	.fly-minibtn{		font-size: 17px;	}
	.dashed-block{		padding-right: 15px !important;
		padding-left: 15px !important;	}

}
@media(max-width: 375px){	.calc .dashed-block .label {
    	font-size: 11px;
	}
	.calc .dashed-block .value {
    	font-size: 11px;
	}
	.day-size, .grn-size {
    	font-size: 10px !important;
	}
	.title {
    	font-size: 14px;
	}
	.fly-minibtn {
    font-size: 12px;
}}