.mobile-glass-price-quote{
    display: none;
}
@media only screen and (max-width: 767px){
    .mobile-glass-price-quote{
        display: block;
        position: relative;
        top: -50px;
        left: 75%;
    }
    .fancybox-slide{
        padding: 15px !important;
    }
    .nav-menu #fancybox_btn{
		display: none;
    }
}
#fancybox_btn, #fancybox_mobile_btn{
    background-color: #F00505;
    color: #FFFDFD;
    padding: 12px 24px;    
}
.auto-glass-replacement.fancybox-content{
    padding-bottom: 10px !important;
}
.auto-glass-replacement.fancybox-content .col-md-6.box-container .card .card-img{
    width:40px !important;
    margin-bottom:5px !important;
}
.auto-glass-replacement.fancybox-content .col-md-6.box-container.final .card-header{
	padding:3px 30px;
}
.auto-glass-replacement.fancybox-content .col-md-6.box-container.final .card-header p{
    margin-bottom:5px !important;
}
.fancybox-slide{
    padding-top: 10px !important;
}
ul#step-form-progress {
    list-style: none;
    display: flex;
    flex-direction: row;
}

form#msform select[disabled] {
    background: #dcdcdc;
}

.step-2 label.form-check-label span {
    padding-left: 15px;
}
input.btn {
    font-size: 14px;
}
div#multi-step-form {
    font-size: 14px;
    max-width: 100% !important;
    margin: 0 !important;
}
.red-border{
    border: 1px solid red!important;
}
span.step-icon.step-icon-soft-primary {
    width: 40px;
    position: absolute;
    top: -7px;
    left: 0px;
    color: #fff;
    background: #75b798;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding-left: 0px;
    border-radius: 50%;
}

.step-content-wrapper {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    min-width: 120px;
}

.step-content:after{
    content: '';
    position: absolute;
    background: #6c757d;
    height: 3px;
    width: 10px;
    right: 10px;
    top: 45%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.filled{
    background: #FF0001!important;
}
.col-md-6.mt-3.mb-4.insurance-wraper {
    min-height: 65px;
}
.step-content.last:after {
    content: none;
    display: none;
}

form#msform {
    margin: 0 auto;
    margin-top: 51px;
}
img.form-img.step1 {
    width: 100%;
    height: auto;
}
.fields-container.row {
    padding: 20px;
    border: 2px solid #dbdbdb;
}
p.heading {
    font-size: 24px;
    color: #FF0001;
}
.col-md-6.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.col-md-6.img-container img {
    padding: 2px;
    max-width: 100%;
}
.form-check-input:checked {
    background-color: #ff0002;
    border-color: #ff0002;
}
.form-check-input:focus {
    border-color: #ff0002;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 0 2 / 19%);
}

.col-md-3.img-wraper img {
    width: 100%;
    height: auto;
}

.step-3 .img-option .form-check-input {
    opacity: 0;
    height: 0;
    width: 0;
}

.step-2 img.img-option {
    max-width: 100%;
}
label.form-check-label.active {
    border-color: #ff0002 !important;
}

fieldset.step-3.row .fields-container .col-md-6 .form-check-label {
    border: 2px solid #444;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    border-radius: 16px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-6.box-container .card .card-img {
    max-width: 100%;
    width: fit-content;
}
.col-md-6.box-container .card {
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-options {
    display: flex;
    flex-direction: row;
}

.service-option {
    padding: 20px;
}

.service-option label {
    border: 2px solid #000;
    padding: 20px;
    border-radius: 11px;
}
form#msform label {
    font-size: 14px;
}

form#msform .form-check-input[type=checkbox] {
    margin-top: 5px;
}
/* .step-4 .form-check-input {
    opacity: 0;
    height: 0;
    width: 0;
} */

form#msform  input[type="text"],
form#msform  select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}
form#msform  select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="#333" width="12" height="6" viewBox="0 0 12 6" xmlns="http://www.w3.org/2000/svg"><path d="M6 6L0 0h12z"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  background-color: #fff;
  padding-right: 30px;
}

.col-md-6.box-container.final .card {
    padding: 0px;
}
.col-md-6.box-container.final .card-body, 
.col-md-6.box-container.final .card-header{
    width: 100%;
    padding: 30px;

}

.col-md-6.box-container.final h5.card-title {
    font-size: 18px;
    font-weight: 600;
}
.ajax-loader {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: #ff0002;
    animation: spin 1s linear infinite;
}
.service-option.col-md-12 span.price {
    font-size: 21px;
    color: #ff0002;
    font-weight: 800;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
  

ul.time-options.row {
    list-style: none;
}

ul.time-options.row .form-check-label {
    border: 1px solid #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    background-color: #d9d9d9;
    border-radius: 10px;
    color: #000;
}
label.form-check-label.active {
    color: #fff !important;
    background: #ff0002 !important;
}

.step-3 .col-md-12 label.form-check-label.active {
    color: #000 !important;
    background: #fff !important;
}
p.card-text.total-price {
    font-size: 34px;
    text-align: center;
}
ul.time-options.row .form-check-label input[name="service-time"] {
    opacity: 0;
}
.step-3  label.form-check-label span {
    padding-left: 10px;
}
.step-1 label.form-check-label.active,
.step-2 label.form-check-label.active{
    color: #000 !important;
    background: #ffffff !important;
}

.col-md-6.box-container.final .card-header p {
    text-align: left;
}

.col-md-6.final-screen .img-container {
    background-position: center !important;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

span.price.ml-4 {
    margin-left: 25px !important;
}

input.form-control.btn.btn-primary.submit.action-button {
    line-height: unset !important;
    padding: 5px 20px !important;
    margin: 0 !important;
    height: unset !important;
    font-size: 14px !important;
    /* color: #000; */
    font-weight: 400 !important;
}

.col-md-6.final-screen .img-container img {
    font-size: 32px !important;
    display: block;
    height: 100%;
    text-align: right;
}


.col-md-6.final-screen {
    text-align: center;
    padding: 30px;
}

.col-md-6.final-screen .sub-heading {
    margin-bottom: 60px;
    margin-top: 30px;
    max-width: 300px;
    margin: 30px auto 60px;
}

.col-md-6.final-screen .order-id {
    font-size: 32px;
    padding-bottom: 30px;
    color: #ff0002;
    font-weight: 600;
}

.col-md-6.final-screen  .order-info {
    margin-bottom: 40px;
    margin: 0 auto 40px;
    max-width: 300px;
}

.col-md-6.final-screen  .order-info span.date,
.col-md-6.final-screen  .order-info span.time {
    font-weight: 700;
}
.col-md-6.final-screen .service-hour .day {
    color: #ff0002;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}


.col-md-6.final-screen .heading {
    font-weight: 500;
    margin-top: 30px;
    color: #ff0002;
}
@media screen and (max-width: 992px) {
    ul#step-form-progress{
  
        display: none;
    }
  }


/* ********* Single Appointment ********** */

.single-appointment {
    width: 700px;
    margin: 0 auto;
    margin-top: 54px;
}

table.table {
    border: 1px solid #dee2e6;
}

.single-appointment tbody th {
    border-right: 1px solid #dee2e6;
    background: #dee2e6 !important;
}

.single-appointment  input.disabled{
    background-color: #d9d9d9 !important;
}

input.btn.btn-info.w-100 {
    color: #ffff;
    background: red;
    margin: 0 auto !important;
}

input, select{
    line-height: 16px!important;
}
.multi-action {
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px 5px 10px;
    background-color: #007bff;
}

span.selected-text {
    font-size: 14px;
    line-height: 17px;
}

select#multi_status {
    border-radius: 5px;
    min-height: 23px;
}






form#msform{
	margin-top:20px;
}
form#msform .heading{
	margin-bottom:5px;
}
form#msform .fields-container.row{
	padding:10px;	
}
#msform.step-form input[type="text"]{
	background-color:#fff;
}

#multi-step-form #step-form-progress{
	padding-left:0;
}

.page-id-37671 .main-heading, .page-id-37671 .sub-heading{
	--widgets-spacing:0;
	--gap:0 !important;
}
.page-id-37671 .main-heading h2{
	line-height: 25px;
}

.page-id-37671 .e-con{
	--gap:0 !important;
	gap:0;
}

.call-time-main-sec{
	display: flex;
	flex-direction:inherit !important;    
	align-items:center;
	position:relative;
	top:-20px;
}
.call-time-main-sec .e-con-full.e-flex{
	flex-direction:unset;
}

.call-time-main-sec .call-time-image,
.call-time-main-sec .call-time-text{
	flex: 1; 
	width:44%	
}

.call-time-main-sec .call-time-image{
	text-align:right;
}
.call-time-main-sec .call-time-image img{
	width:90px;
}

.call-time-main-sec .call-time-text{
	padding-left:20px;
}

.call-time-main-sec .call-time-text h2{
	font-weight:bold;
	margin-top:10px;
}

.call-time-main-sec .call-time-text h3{
	margin-bottom:0;
}

.main-top-header,
.main-top-header .e-con-inner,
.main-top-header .e-child{
	padding-bottom:0;
}

.service-option{
	padding-bottom:0;
	margin-bottom:10px !important;
}
.service-option label{
	min-height:218px;
}

ul.time-options.row{
	padding-left:0;
}

#msform .heading{
	display:inline;
	width:460px;
	padding-left:0;
	padding-top:30px;
}
#msform .support-icon{
	display: inline;
  width: 130px;
  text-align: right;
}

#msform .support-icon img{
	width:90px;
}

.provide-zip-code{
	text-transform:uppercase;	
	font-weight:bold;
}
.provide-zip-code .red-text{
	color:red;
}


.container-fluid.glass-dashboard{
    margin-top:50px;
}
.glass-menu-items ul{
    margin-left: 0;
    padding-left: 0;
}
.glass-menu-items ul li{
    list-style: none;
    padding: 10px 0;
}
.glass-menu-items ul li a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.container-fluid.glass-dashboard .content-sec{
    padding-left: 0;
    padding-right: 0;
}



.glass-user-login-page .heading{
    text-align: center;
    padding: 20px 0;
}
.glass-user-login{
    text-align: center;
}
.glass-user-login input{
    height: 40px;
    width: 300px;
}
.glass-user-login label{
    width: 90px;
}
.glass-user-login .submit input{
    background-color: #f00505;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}   
.error-msg{
    color: #f00505;
    padding-top: 0;
    margin-top: 0;
}


.container-fluid.glass-dashboard .content-sec .form-select{
  width:auto;
  display:inline-block;
}

.logout-btn{
	margin-top:50px;
}


@media only Screen and (max-width:767px){ 
	form#msform{
		margin-top:0;
    }   
	#msform .heading{
		display:none;
    }
    #msform .support-icon{
		width: -webkit-fill-available;
    }
    #msform .support-icon img {
        width: 70px;
    }
	#msform.step-form .fields-container input[id=zip],
	#msform.step-form .fields-container .form-select#location{
		width:85%;
    }
    form#msform .fields-container.row{
        position: relative;
        top: -60px;
		padding-bottom:0;
        margin-bottom:0;
    }
	form#msform .list-group-flush{
		max-width:85%;
    }
    
    form#msform .step-1 .col-md-6.img-container{
        order:2;
    }
    
    form#msform .form-control.action-button{
        height:40px;
    }
    form#msform .prev-btn{
        order:2;
    }
    
}