
	@media (max-width: 992px) {
  .footer .custom-row .col-third {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/* Schedule to Tour Modal css */
.modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.show {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.show .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
	left:50%;
    width: 90%;
    max-width: 100%;
	height:90vh;
	overflow-y:scroll;
    display: block;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 0.875rem 1.875rem rgba(0,0,0,.1), 0 0.1875rem 1rem rgba(0,0,0,.07);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0.12s;
}

.modal.show .modal-wrapper {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    padding: 20px;
	padding-top: 48px;
}

.modal-header {
    position: relative;
    background-color: #fff;
}

.modal-close--btn {
    position: absolute;
    top: 18px;
    right: 20px;
    height: 24px;
    width: 24px;
    color: transparent;
    background: none;
    border: 0;
    cursor: pointer;
}

.modal-close--btn svg{
	height:24px;
	width:24px;
}

@media (min-width:768px) {
    .modal-wrapper {
        width: 75%;
    }
	
	.modal-content {
        padding: 32px;
    }
}

.modal-wrapper form .hs-input {
    margin-bottom: 18px;
	height: 40px;
	border: none;
	outline: none;
	padding: 10px 16px 12px;
	border:1px solid #b1b1b1;
}

.modal-wrapper form .hs-input::placeholder {  
	color: #b1b1b1;
}
.modal-wrapper form .hs-input label,
.modal-wrapper form .hs-input label span{  
	color: #b1b1b1;
}
.modal-wrapper form .inputs-list li{
	color: #444444;
}

.modal-wrapper form .inputs-list li a{
    color: #444444;
}

.modal-wrapper form .hs-button {
	border-radius: 0;
	padding: 12px 24px;
	text-align: center;
	border: none;
	font-size: 14px;
	cursor: pointer;
	line-height: 22px;
	min-width: 130px;
	text-decoration: none;
    text-transform: uppercase;
	font-weight: 500;
	transition: all .3s;
    display: inline-block;
	margin-top:30px;
}
.modal-wrapper form .hs-error-msgs li {
	color: #ff0000;
	margin-bottom: 20px;
	margin-top: 0;
}
.modal-wrapper form .hs-error-msgs .hs-error-msg{
	font-size: 16px;
	font-weight: 500;
}

@media (min-width:768px) {
	
   .modal-wrapper form .hs-input{
       margin-bottom: 24px;
	   height: 45px;
    }
}


/* slider */
.hero-banner .row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
