body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.locate1 {
    padding: 50px 0;
    background-size: cover;
    background-position: center center;
    transform: translate3d(0,0,0);
    flex: 1;
}
::-webkit-input-placeholder {
   color: #5f5f5f;
}

:-moz-placeholder { /* Firefox 18- */
   color: #5f5f5f;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #5f5f5f;
}

:-ms-input-placeholder {
   color: #5f5f5f;
}
.locate1 .fa-phone{
    padding-right: 8px
}
.locate1 .contact-form {
    margin: 0 0 10px;
}
.locate1 .submit_btn {
    margin: 0;
    background-color: white;
    color: #07d ;
    border-color: #07d;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
}
.locate1 .get-direction-btn {
    font-size: 0.7rem;
    margin-bottom: 30px;
}
.locate1 .address-details {
    text-align: left;
    margin-bottom: 30px;
    padding-right: 20% !important;
    padding-left: 0px !important;
}
@media screen and (min-width: 960px){
    .locate1 .address-head {
        line-height: 1.5;
        font-size: 0.8rem;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
}
.locate1 .address {
    margin-bottom: 30px;
}
.locate1 .address p {
    font-size: 0.8rem;
    line-height: 1.4;
    overflow-wrap: break-word;
    margin: 0;
}
.locate1 .phone-no p {
    font-size: 0.8rem;
    line-height: 1.4;
}
.locate1 .phone-no {
    margin-bottom: 20px;
}
.locate1 .hours-email-wrapper {
    text-align: right;
    padding-right: 0;
}
.locate1 .opening-hours {
    margin-bottom: 20px;
}
.locate1 .opening-hours p {
    font-size: 0.8rem;
    line-height: 1.4;
}
.locate1 .email-id {
    margin-bottom: 20px;
}
.locate1 .email-id p {
    font-size: 0.8rem;
    line-height: 1.4;
}
.locate1 .contact-head h2 {
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.locate1 form.contact-form input[type="text"], .locate1 input[type="email"], .locate1 input[type="tel"], .locate1 textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    box-shadow: none !important;
    padding-left: 20px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    height: 2.8125rem;
    border-color: inherit;
}
.locate1 .button {
    padding: 10px 20px;
    border: 1px solid;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
    display: inline-block;
}
.locate1 textarea.description {
    height: 120px;
}
.locate1 .contact-wrapper1.uk-width-medium-1-2 {
    padding-right: 15%;
    margin-top: 0%;
}
.locate1 .locate-address1.uk-width-medium-1-2 {
    padding-left: 15%;
}
.locate1 .locate-address.uk-width-medium-1-2 {
    margin-bottom: 25px;
}
.locate1 .locate-content{
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}
.locate1 .submit_btn{
    cursor: pointer;
}
@media all and (max-width:1024px) {
    .locate1 .contact-wrapper {
        border: none;
    }
    .locate1 .locate-address, .locate1 .address-wrapper, .locate1 .hours-email-wrapper {
        text-align: left;
    }
    .locate1 .address-details {
        padding-right: 10% !important;
    }
    .locate1 .contact-wrapper1.uk-width-medium-1-2 {
        padding-right: 10%;
    }
    .locate1 .locate-address1.uk-width-medium-1-2 {
        padding-left: 10%;
    }
}
@media all and (max-width:640px) {
    .locate1 ul.locate-address {
        margin-top: 40px;
    }
    .locate1 .contact-wrapper {
        text-align: center;
        width: 100%;
    }
    .locate1 .address-details {
        padding-right: 0% !important;
    }
    .locate1 .contact-wrapper1.uk-width-medium-1-2 {
        padding-right: 0.9375rem;
        text-align: center;
    }
    .locate1 .address-details {
        text-align: center;
        margin-bottom: 40px;
    }
    .locate1 .contact-wrapper1.uk-width-medium-1-2 {
        padding-right: 0.9375rem;
    }
    .locate1 .locate-address1.uk-width-medium-1-2, .locate1 .locate-address.uk-width-small-1-1.uk-width-medium-1-3{
        padding-left: 0 !important;
    }
    .locate1 .contact-wrapper1.uk-width-medium-1-2 {
        margin-bottom: 50px;
    }
    .locate1 .locate-address.uk-width-medium-1-2 {
        margin-bottom: 40px;
        padding: 0;
    }
}

@media screen and (max-width: 480px){
    .locate1 .contact-wrapper {
        padding: 0;
    }
}

.locate1 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.locate1 input {
    -webkit-border-radius:0;
    border-radius:0;
}
