@charset "UTF-8";
/* CSS Document */
input:focus {
    outline:none;
}
.input-group input[type="text"], .input-group textarea {
	outline: none;
	box-shadow:none !important;
	border:1px solid transparent !important;
}

.input-group{
	padding:0px;
}

.error{
	
	background:rgba(255,0,4,0.35);
}
input:read-only.error, input[readonly="readonly"].error, input[readonly].error{
	
	background:rgba(255,0,4,0.35) !important;
}
.hide{
	display: none !important;
}
.redText{
	color: #D40D10;
}
.defaultOption{
	margin-bottom:20px;
}
.radioimg img {
    height: auto;
    width: 80%;
    margin: 10px auto;
}
.input-icon{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

.input-icon input{
    border: 0;
    box-shadow: none;
}
.input-icon-down{
	padding-top: 2px;
}
.input-icon button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.number-spinner input{
	border-top: 1px solid #e4e4e4 !important;
	border-bottom: 1px solid #e4e4e4 !important;
}
@media only screen and (max-width: 768px) {
	.radioimg img {
		height: auto;
		width: 50%;
	}
}
.radioimg brn-group {
    overflow-y: scroll;
}
.btn:hover{
	cursor: pointer;
}
.radioimg ul{
	padding:0px;
}
.radioimg [type='radio'] {
display: none; 
}
.checkbox,
.radio {
  display: inline-block;
   }
  .checkbox:hover,
  .radio:hover {
    cursor: pointer; }
  .checkbox .fa,
  .radio .fa {
    width: 1em; }

.indent {
  padding-left: 30px; }
  .indent .fa {
    margin-left: -30px; }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none; }
  .checkbox input[type="checkbox"] + i:before,
  .radio input[type="radio"] + i:before {
    content: "\f0c8";
    position: relative;
    bottom: -4px;
    margin-right: 5px;
    color: #999; }

.checkbox:hover input[type="checkbox"] + i:before,
.radio:hover input[type="radio"] + i:before {
  color: green; }

.checkbox input[type="checkbox"]:checked + i:before,
.radio input[type="radio"]:checked + i:before {
  content: "\f14a";
  color: green; }

.checkbox input[type="checkbox"]:disabled + i:before,
.checkbox input[type="checkbox"]:disabled:checked + i:before,
.radio input[type="radio"]:disabled + i:before,
.radio input[type="radio"]:disabled:checked + i:before {
  color: #ddd; }

/*RADIO*/
.radio input[type="radio"] + i:before {
  content: "\f111"; }

.radio input[type="radio"]:checked + i:before {
  content: "\f058"; }


.Xradio input[type="radio"]:hover + i:before {
color:#777777;}
.Xradio input[type="radio"]:checked + i:before {
  content: "\f057";
color:#777777;}
.radio{
	margin-bottom: 0px;
}

/* CHECKBOX&RADIO XS*/
.checkbox-xs input[type="checkbox"] + i:before,
.radio-xs input[type="radio"] + i:before {
  bottom: 0; }

.checkbox-xs.indent,
.radio-xs.indent {
  padding-left: 20px; }
  .checkbox-xs.indent .fa,
  .radio-xs.indent .fa {
    margin-left: -20px; }
.radio{
	margin-right:14px;
}
.belowgap{
	margin-bottom: 20px;
}
/* START PROGRESS ICONS */
.progress-stripe{
	position: relative;
    overflow: visible;
    background-image: linear-gradient(to right,#D5D6CE 60%,rgba(255,255,255,0) 0);
    background-position: bottom;
	background-size: 10px;
    background-size: 7px 2px;
    background-repeat: repeat;
    background-color: transparent;
	height:4px;
	top: 19px;
	z-index: 1;
	width:100%;
}
.progress-circle{
	position: relative;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	padding:3px;
	border:2px solid #D5D6CE;
	background: #D5D6CE;
	color: #EEE;
	width:35px;
	height:35px;
	font-weight: 900;
	z-index: 3;
	float: left;
	font-size: 17px;
}
.ico:last-of-type .progress-step .progress-circle{
	margin-top:2px;
}
.progress-title{
	z-index: 2;
	position: relative;
	top:5px;
	padding:7px;
	background:white;
	font-weight: 900;
	color:#9B9B9B;
}
.progress-name{
	    position: absolute;
    bottom: -23px;
    text-align: center;
    width: 105px;
    left: -20px;
	font-size: 12px;
	font-weight: 900;
	color: #D5D6CF;
}
@media only screen and (max-width: 908px) {
	.progress-name{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
 .progress-title{
	display: none;
}
	.no-pad{margin-right:0;margin-left:0}
	.no-pad>.col,.no-pad>[class*=col-]{padding-right:0;padding-left:0}
	
	.progress-stripe{
		width:70%;
	}
}
.progress-container{
	padding: 5px 0px;
	margin-bottom: 24px;
}

.past .progress-stripe{
	background-image: linear-gradient(to right,#4B61DD 60%,rgba(255,255,255,0) 0);
}
.completed .progress-circle{
	border:2px solid #4B61DD;
	background: #4B61DD;
	color: #EEE;

}
.completed .progress-name{
	color:#212121;
}
.completed .progress-title{
	color: #4B61DD;
}
.ico{
	margin-left:-50px;
}

.ico:last-child{
	margin-top: 2px;
}
/* END PROGRESS ICONS */


.progress-background{
	background: #EEEEEE;
}
.progress-content{
	background: white;
	padding:35px 90px;
	margin:10px;
	box-shadow: 0 0 4px #d2d2d2;
	overflow: hidden;
	padding-bottom: 140px;
	min-height: 199px;
	height:670px;
}

.progress-navigation{
	position: absolute;
	bottom: 0px;
	box-shadow: 0 0 4px #d2d2d2;
	width:100%;
	left:0px;
	padding:35px;
}
#progressBack{
	display: none;
}
.progress-box{
	width:100%;
	background: white;
	position: absolute;
	left:100%;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
	overflow: visible;
	padding: 0px 110px 0px 110px;
}
@media only screen and (max-width: 1468px) {
.progress-box{
	padding: 0px 30px;
}
}
.activeStage{
	left:0px;
}
.done{
	left:-100%;
}
.icon-color{
	--fa-primary-color: #5789BA;
    --fa-secondary-color: dimgray;
}
.type-icon{
	--fa-primary-color: #5789BA;
    --fa-secondary-color: dimgray;
    border: 2px solid dimgray;
    text-align: center;
    border-radius: 145px;
    padding: 12px 9px;
    width: 60px;
    height: 60px;
}
.type-title{
	margin-left: 14px;
    margin-top: 11px;
    line-height: 17px;
}
.type-title strong{
	font-size:22px;
	color: #6188B6;
}
.subquote{
	top: 0px; padding-bottom:25px;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
}
#QUOTE{
	width:100%;height: 100%; overflow: visible;
}

.valuation{
	margin-top:-10px;color: blue;
}
.valuation:hover{
	cursor: pointer;
}

/* quote box */
.qcontainer{
	width:100%;
	margin-left:0px;
}
.qcontainer .qleft{
	padding-top:15px;
}
.qbox-dark, .qbox_light{
	background-color: #3a474e;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    max-height: 120px;
    width: 100%;
	margin-bottom: 16px;
}
.qbox-light{
	background-color: #fff;
    
    box-shadow: 0 4px 8px 0 rgba(58,71,78,.25);
	border: 1px solid #eeeeee;
}

.qbutton_box{
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 86px;
    position: relative;
}
.qtitle_box{
	padding-top: 5px;
}
.qbox-title{
	margin: 0px -15px;
    padding: 15px;
	
    border-bottom: 2px dotted #c3c7c9;
}
.qtick{
    font-size: 34px;
    color: green;
}
.q-title-text{
	position: relative;
    top: -7px;
}
.q-title-text-direct{
	font-size: 32px;
	line-height: 12px !important;
}
.q-discount{
	margin-bottom: 16px;
    font-size: 18px;
    color: red;
    text-decoration: line-through;
}
.q-title-text-direct small{
	font-size: 12px;
}
.qbox-content{
	padding: 10px;
}
.moreInfo{
	background: rgb(239, 239, 246);
    padding: 5px 30px 20px 30px;
	border-radius: 5px;
}
.moreInfo-sm{
	background: rgb(239, 239, 246);
    padding: 5px;
	border-radius: 5px;
	margin-top: -27px;
}
.moreInfo-md{
	background: rgb(239, 239, 246);
    padding: 5px 15px;
	border-radius: 5px;
	
}
.manualAddress label{
	margin-bottom:  0px;
}
.mrb{
	    text-align: center;
    display: block;
	font-size: 12px;
	font-style: italic;
}


/* whats covered */

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 1em;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                  

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }
.cfval{
	width:0px;
	height:0px;
	overflow: hidden;
}