.col-xl-4{
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.construction-quote.container {
    position: relative;
  z-index: 99;;
}
.form-quote select {
	height: 50px;
	width: 100%;
	padding-left: 15px;
	outline: none;
	-webkit-appearance: menulist-button;
}
.construction-quote .form-quote input {
	height: 50px;
	width: 100%;
	outline: none;
	padding-left: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.form-quote button {
	height: 50px;
	width: 100%;
	outline: none;
	border: none;
	background-color: #EE0033;
	color: white;
	font-size: 18px;
	font-weight: 500;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
}
.title h2 span {
	color: #EE0033;
	font-size: 22px;
	font-weight: 700;
}
.title span{
    margin-left: 0px;
    padding-bottom: 0px;
    border-bottom: 2px solid #EE0033;
}
.title.mr-auto h2 {
    padding: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-title {
    font-weight: 700;
    font-size: 30px;
    color: #EE0033;
    text-transform: uppercase;
}
.modal-header .close {
        padding: 0px 20px;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    top: -15px;
    right: -12px;
    outline: unset !important;
    color: #ff0037;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 3px 1px #000;
    opacity: 1;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.table-quote {
    margin-top: 50px;
}
.table-quote-header.row {
    text-align: center;
    color: white;
    background: #FF0037;
    border-radius: 15px 15px 0 0;
}
.table-quote .row {
    margin: 0px !important;
}
.table-quote-header.row span {
    padding: 10px 0;
    border-right: 1px solid #DCBFBF;
    font-size: 22px;
    font-weight: 700;
}
.table-quote span:nth-child(2) {
    text-align: left;
    padding-left: 40px;
}
.table-quote-header.row span:last-child {
    border-right: unset;
}
.table-quote-body {
    text-align: center;
    border: 1px solid #DCBFBF;
    border-radius: 0 0 15px 15px;
}
.table-quote-body span {
    padding: 10px;
    
    border-top: unset;
        border-left: unset;
    font-size: 22px;
        border-bottom: unset;
        border: 1px solid #DCBFBF;
    font-weight: 700;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
@media (min-width: 768px)
{
	.modal-dialog {
    width: 900px;
}
}
@media (max-width: 500px)
{
.col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    height: 75vh;
       overflow-y: scroll;
       }
       .table-quote span:nth-child(2) {
    padding-left: 10px;
}
.table-quote-header.row span,.table-quote-body span {
    font-size: 14px;
}

}
