    * {
        margin: 0;
        padding: 0
    }
    
    html {
        height: 100%
    }
    
    p {
        color: grey
    }
    
    #heading {
        text-transform: uppercase;
        color: #07a9e1;
        font-weight: normal
    }
    
    #msform {
        text-align: center;
        position: relative;
        margin-top: 20px
    }
    
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }
    
    .form-card {
        text-align: left
    }
    
    #msform fieldset:not(:first-of-type) {
        display: none
    }
    
    #msform input,
    #msform textarea {
        padding: 8px 15px 8px 15px;
        border: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        background-color: #f1f1f1;
        font-size: 16px;
        letter-spacing: 1px;
        font-family: Arial;
    }
    
    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #07a9e1;
        outline-width: 0
    }
    
    #msform .action-button {
        width: 100px;
        background: #07a9e1;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 0px 10px 5px;
        float: right
    }
    
    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #0597c9;
    }
    
    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 0px;
        float: right
    }
    
    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }
    
    .card {
        z-index: 0;
        border: none;
        position: relative
    }
    
    .fs-title {
        font-size: 25px;
        color: #07a9e1;
        margin-bottom: 15px;
        font-weight: normal;
        text-align: left
    }
    
    .purple-text {
        color: #07a9e1;
        font-weight: normal
    }
    
    .steps {
        font-size: 25px;
        color: gray;
        margin-bottom: 10px;
        font-weight: normal;
        text-align: right
    }
    
    .fieldlabels {
        color: gray;
        text-align: left
    }
    
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: lightgrey
    }
    
    #progressbar .active {
        color: #07a9e1
    }
    
    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }
    
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }
    
    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }
    
    #progressbar #quote:before {
        font-family: FontAwesome;
        content: "\f075"
    }
    
    #progressbar #info:before {
        font-family: FontAwesome;
        content: "\f05a"
    }
    
    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f030"
    }
    
    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f154"
    }
    
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: #c3c3c3;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }
    
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }
    
    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #07a9e1
    }
    
    .progress {
        height: 20px
    }
    
    .progress-bar {
        background-color: #07a9e1
    }
    
    .fit-image {
        width: 100%;
        object-fit: cover
    }
    
    .error {
        font-size: 11px;
        color: red;
    }
    
    .slider:hover {
      opacity: 1;
    }
    
    .range {
	position: relative;
}

.range input[type=range] {
	appearance: none;
	padding: 0;
	width: 100%;
	height: 22px;
	cursor: pointer;
	display: block;
}

.range input[type=range]:focus {
	outline: none;
}

.range input[type=range][disabled] {
	opacity: .3;
	cursor: default;
}

.range .rangeslider {
	position: relative;
	height: 22px;
	cursor: pointer;
	user-select: none;
}

.range .rangeslider:before {
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	background: #e6e6e6;
	border-radius: 100px;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.range input::-webkit-slider-runnable-track {
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	background: #e6e6e6;
	border-radius: 100px;
	margin: 11px 0;
}

.range input::-moz-range-track {
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	background: #e6e6e6;
	border-radius: 100px;
	margin: 11px 0;
}

.range input::-ms-track {
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	background: #e6e6e6;
	border-radius: 100px;
	color: transparent;
	padding: 11px 0;
	background: transparent;
	border-color: transparent;
}

.range input::-ms-fill-lower,
  .range input::-ms-fill-upper {
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	background: #e6e6e6;
	border-radius: 100px;
}

.range input::-ms-fill-lower {
	background: #60cd18;
}

.range .rangeslider-fill-lower {
	background-color: #07a9e1;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	will-change: width;
}

.range input::-webkit-slider-thumb {
	box-sizing: border-box;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
	border: 6px solid #fff;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	background: #333940;
	cursor: pointer;
	appearance: none;
	transform: translateY(-50%);
	margin-top: 2px;
}

.range input::-moz-range-thumb {
	box-sizing: border-box;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
	border: 6px solid #fff;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	background: #333940;
	cursor: pointer;
}

.range input::-ms-thumb {
	box-sizing: border-box;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
	border: 6px solid #fff;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	background: #333940;
	cursor: pointer;
}

.range .rangeslider-thumb {
	box-sizing: border-box;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
	border: 6px solid #fff;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	background: #333940;
	cursor: pointer;
	position: absolute;
	touch-action: pan-x;
	top: 50%;
	transform: translateY(-50%);
	will-change: left;
}

.range .range-output {
	position: absolute;
	left: 6px;
	top: 6px;
	transform-origin: 0 0;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	user-select: none;
}

.range .range-output .output {
	display: block;
	position: absolute;
	height: 60px;
	line-height: 60px;
	min-width: 32px;
	padding: 0 20px;
	top: -26px;
	transform: translate(-50%, -100%);
	background: #383c42;
	color: #fff;
	border-radius: 100px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.range .range-output .output:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	border: 10px solid #383c42;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	transform: translateX(-50%);
}

select {
    padding: 10px !important;
}

.subhead {
    text-align:center;
}

.logo {
    width: 130px;
    margin-bottom: 15px;
}

select {
    width: 100%;
    background: #f1f1f1;
}

.quoteTxt {
    text-align: justify;
}

h6 span {
    color: #07a9e1;
}

.btn-container .action-button,
.btn-container .action-button-previous {
    float:left!important;
}

.spinner {
    width: 40px;
}

.errorMsg {
    color: #bf3429!important;
    font-size: 17px!important;
    display: block!important;
    margin-top: 10px!important;
}

.finished {
    padding: 15px;
    background: #ebebeb;
    margin-top: 15px;
    border-radius: 15px;
    border: 1px solid #dcdcdc;
    display: none;
}

.finished p {
    margin: 0px!important;
    padding: 0px!important;
}

@media only screen and (max-width: 600px) {
    .quoteTxt {
        text-align: center!important;
    }
    
    .summary {
        text-align: center!important;
    }
    
    .btn-container {
        display: flex!important;
        justify-content: center!important;
    }
}