@charset "utf-8";

.calcu {
    display: table;
    width: 100%;
}
.calcu2 {
    /* background: #ecf7fb; */
	background: rgb(0 115 26 / 20%);
}

.calcu, .calcu2{
    display: table-cell;
    /* float: none; */
    /* vertical-align: top; */
    padding: 60px 45px 45px;
}

.calculcateAll{
	-webkit-box-shadow: 0 0 6px 0 #ddd; */
    box-shadow: 0 0 6px 0 #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font: 20px/32px 'Kanit', Arial, sans-serif;
}

}

.formcalcinline {
    text-align: left;
}

 .formcalcinline-item.item1 {
    display: block;
    margin-bottom: 40px;
}

 .formcalcinline-item.item1 .hyrt-normal:first-child {
    position: relative;
    top: 4px;
}

.formcalcinline-item.item1 select {
    float: right;
    /* width: 50%; */
	width: 65%;
    padding-right: 50px;
}
.formcalcinline select.gray {
    border-bottom: 1px solid #d9e2e9;
}
.formcalcinline select {
	font: 23px/28px 'Kanit', Arial, sans-serif;
}
.formcalcinline select {
    border: none;
    outline: 0;
    border-bottom: 1px solid #323691;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-right: 55px;
    -moz-appearance: none;
    appearance: none;
	background: url(../images/icon-down.png) 94% no-repeat!important;
}
.formcalcinline input, .formcalcinline select {
    line-height: 1.2;
    color: #323691;
    -webkit-appearance: none;
	font-weight: 200px;
border: none;

}

.formcalcinline-item .inputwrap {
    display: inline-block;
    float: right;
	
}

.formcalcinline .inputwrap {
    position: relative;
}

.formcalcinline input.gray {
    border-bottom: 1px solid #d9e2e9;
}
 .formcalcinline-item .inputwrap input {
    text-align: right;
    padding-right: 12px;
	width: 75%  !important;
}


.noUi-connects {
    border-radius: 3px;
    background: #e6e6e6 !important;
}

.noUi-horizontal {
    height: 9px!important;
}

.noUi-connect {
    background: #e30b85 !important;
}

.noUi-handle-lower{
	/* display: none !important; */
}

.noUi-horizontal .noUi-handle {
    width: 26px !important;
    height: 26px !important;
	top: -11px  !important;
	border-radius: 50px;
}

.noUi-handle:before, .noUi-handle:after {
    display: none  !important;
}


#loan-left{
	font-size: 15px;
	color: #808080;
	width: 65%;
}

#loan-right{
	font-size: 15px;
	color: #808080;
	text-align: right;
}


#loan2-left{
	font-size: 15px;
	color: #808080;
	width: 65%;
}

#loan2-right{
	font-size: 15px;
	color: #808080;
	text-align: right;
}

.txt-blue{

}

.disabled{
	/* -webkit-filter: grayscale(100%) !important; */
	background: #ecf7fb  !important;
}

.hyrt-remark{
	color: #808080 !important;
    font-weight: 100;
    font-size: 16px;
    line-height: 20px;
	margin-top: 20px;
}


.blockone-noarrow {
    background: #FFF;
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blockone-image1 {
    width: 45px;
}

.blockone-noarrow .blockone-text1 {
    padding-left: 20px;
    text-align: left;
	margin-top: 5px;
}

.blockone-noarrow .blockone-text2 {
    /* padding-left: 20px; */
    text-align: right;
	margin-top: 5px;
}

.blockone-regular{

}

.loansesult{
	font-size: 40px;
	font-weight: 100;
}

#slider-range{
	margin-top: 13px;
}


@media   (max-width: 1024px) { 

	#slider-range{
		margin-top: 50px !important
	}
	
	#slider2-range{
		margin-top: 50px !important
	}
	#loan-right {
		width: 36% !important
	}

	#loan-left {
		width: 55% !important
	}
	#loan2-right {
		width: 36% !important
	}

	#loan2-left {
		width: 55% !important
	}

	.calcu, .calcu2 {
		padding: 20px 20px 20px !important;
	}

	.hyrdfast-normal{
		text-align: right !important;
	}

	.tb2{
		margin-top: -45px !important;
	}


}

/* .inputwrap{
	width: 40%;
} */


