@charset "utf-8";
/* CSS Document */

/*
_________________________________________________________

PAGE 4, OVERWRITING UI JQ
__________________________________________________________________________________________________________________
*/

.btn-default, .btn-default:hover, .btn-default:focus {
    color: #38aab7;
    background-color: transparent;
    box-shadow: none;
}
.btn-group, .btn-group-vertical {
    border: 1px solid #3cabb7;
	margin: 15px 0px 10px 20px
}
.btn-group-lg > .btn {
    border-radius: 0rem;
	padding:10px 10px !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3cabb7;
    border-color: #3cabb7;
}



.ui-slider-horizontal .ui-slider-range-min {
    background-color: #f9d43f !important;
    border-radius: 50px;
}.ui-widget.ui-widget-content {
    border: none;
    background-color: #fdfdfd !important;
    border-radius: 50px;
	border: 1px solid #687abc;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: solid 10px #f8d33f;
    background-color: #295d98;
    border-radius: 50px;
}

.ui-slider .ui-slider-handle {
	width: 2rem;
	height: 2rem;
	top: -11px;
}
.price-text {
	/*font-size: 2rem;
	min-height: 50px;*/
/*original values*/
  font-size: 1.5rem;
	max-height: 25px;
  font-weight: bold;
	font-family: 'open_sanslight';
	color:#687abc;
}
.price-slider {
	position: relative;
	top: 5px;
	padding-bottom: 1rem;
}
.start-range {
	position: absolute;
	left: -40px;
	top: -30px;
	width: 70px;
	text-align: center;
	color: #ffffff;
	font-weight:300;
}
.start-range:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 45px;
	height: 10px;
	background-color: #fff;
	width: 1px;
}

.end-range {
	right: -20px;
	left: auto;
}
.end-range1 {
    right: -40px;
    left: auto;
}
.end-range:after {
}
.secondary-form-control, .secondary-form-control:hover, .secondary-form-control:focus {
	border-color: #fff;
	color: #fff !important;
	background-color: #fdfdfd;
	font-size: 0.8rem;
	padding: 0.55rem 0.75rem;
	margin: 30px 0px 60px 0px;
}
.align-self-center {
    align-self: center !important;
    color: #fff;
    padding: 30px 0px 0px 0px;
}
.card-slider {
	border: none;
	background:none !important;
	box-shadow:none !important;
}
.f_right{
	float:right;
}
.f_left{
	float:left;
}
.form-control, .form-control:hover, .form-control:focus {
    background-color: #f5f5f500 !important;
    border-color: #f5f5f5;
	color:#FFFfff !important;
    box-shadow: none!important;
	height: 45px !important;
}


@media screen and (max-width:768px)

	{
.bl-banner, .middle-content {
    padding: 4% 5% !important;
}

.price-text {
    font-size: 24px;
}


.pb-5, .py-5 {
    padding-bottom: 8rem !important ;
}

	}

@media screen and (max-width:380px)

	{
		.pb-5, .py-5 {
    padding-bottom: 4rem  !important;
}

	}

@media screen and (max-width:330px)

	{
		.pb-5, .py-5 {
    padding-bottom: 4rem !important;
}
.secondary-form-control, .secondary-form-control:hover, .secondary-form-control:focus {
    margin: 0px 0px 15px 0px;
}
.bl-banner h4, .middle-content1 h4 {
    padding-bottom: 1rem !important;
}
	}

/*
_________________________________________________________
