/* BLOG */
.title-animation-underline {
	background-image: none !important
}
/* QUOTE FORM */
#quote-form-container {
	background-image: linear-gradient(180deg, #5CC7D0 0%, #47A7E2 100%);
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	max-width: 82%;
	margin: 0 auto;
}
#quote-form-container h3,
#quote-form-container h4,
#quote-form-container {
	color: #fff;
	
}
#quote-form-container hr {
	margin-bottom: 40px
}
#quote-form-container form {
	
}
#quote-form-container form .row {
	margin-top: 20px;
}
#quote-form-container .form-label {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#quote-form-container form input {
	border: none;
	border-radius: 50px;
	color: #141414;
	font-size: 20px;
	font-weight: 400;
}
#quote-form-container .input-group {
	margin: 0;
}
#quote-form-container .input-group input[type="number"]{
	margin: 0 20px;
	width: 100px;
	text-align: center;
}
#quote-form-container .input-group input[type="button"]{
	color: #61C397;
	font-size: 28px;
	line-height: 0;
}

#quote-form-container #duration,
#quote-form-container #cost {
	font-size: 20px;
}
#quote-form-container #savings {
	font-size: 20px;
	font-style: italic;
	margin-bottom:15px;
}
/* ######################### */
input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
#frequency-options {
/* 	display: none; */
}

#get-quote-btn,
#quote-submit,
#get-quote-btn-2{
	background-color: transparent;
    font-family: "Roboto", Sans-serif;
	text-align: center;
	border: none;
	border-radius: 50px;
    font-size: 20px !important;
    font-weight: 500;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    background-image: linear-gradient(90deg, #60C398 0%, #6AC061 100%);
    padding: 15px 30px 015px 30px;
}
#quote-btn-container {
	    align-items: flex-end !important;
    display: flex;
}
#quote-submit {
	display: none;
}
#get-quote-btn-2 {
	display: none;
}

@media screen and (max-width: 768px){
	.form-check-inline {
		display: block !important;
	}
	.col-md-4,
	.col-md-3{
		margin-top: 10px !important;
	}
	#quote-submit {
		width: 100%;
	}
	
/* 	#quote-form-output{
		display: block;
	} */
}

/* #quote-form-output {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 120px
} */
#please-call {
	display: none;
}
#please-call a {
	color: #fff !important;
}
#recurring-fee {
	display: none;
}
#one-time-fee {
	display: none;
}

#quote-form-output {
	display: none !important;
}
.btn-disabled {
	background-image: none !important;
	background-color: #cccccc !important;
}