
.col-inner {
    padding-top: 35px;
}

.form-outer{
    display: flex;
    flex-wrap: wrap;
    
}
.form-title-wrap{
    text-align: center;;
}

.modal-header {
	padding-bottom: 5px;
}
.form-title-wrap{
    margin-bottom: 20px;
}
.form-title-wrap h3 i{
    font-size: 20px;
    border: red solid 1px;
    padding: 5px;
    border-radius: 50%;
    color: red;
}
.form-title-wrap h3 span{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    letter-spacing: 1px;
    position: relative; 
    font-family: 'Roboto Condensed', sans-serif;
}

.input-title input{
    width: 100%;
    padding: 0 15px;
    height: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: black;
    font-size: 14px;
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 15%);
}
.input-title input:focus{
    border: 1px solid #c90000;
}
.textarea-title textarea:focus{
    border: 1px solid #c90000;
}
.modal-content iframe{
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
.modal-header span{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: red;
}
textarea:focus{
    outline: none;
}
.textarea-title textarea{
    width: 100%;
    padding: 15px;
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: black;
    font-size: 14px;
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 15%);
}
button:focus{
    outline:none!important;
}
.btnSend{
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    background-color: #03536B;
    color: white!important;
    padding: 15px;
    text-decoration: none!important;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}

.location-field iframe{
    width: 100%;
    height: 480px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}