#contact-us {
    margin-top: 60px;
}
#contact-us h1 img {
    max-width: 80px;
    margin-right: 15px;
}
#contact-us h2 img {
    max-width: 40px;
    margin-right: 15px;
}
#contact-us h1,
#contact-us h2 {
    font-family: 'Canva Sans';
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
}
#contact-us h2 {
    font-size: 22px;
}
#contact-us p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: italic;
}
#contact-us form .row {
    margin-bottom: 15px;
}
#contact-us form .row input,
#contact-us form .row select,
#contact-us form .row textarea {
    width: 100%;
    background: #e6eaee;
    border-radius: 20px;
}

select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns="http://www.w3.org/2000/svg"%20width="10"%20height="10"%20viewBox="0%200%2010%2010"><polygon%20points="0,0%205,5%2010,0"%20style="fill:%23333"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px top 60% !important;
    background-size: 12px !important;
    padding-right: 40px !important;
}


#contact-us form .row textarea {
    min-height: 150px;
    border-radius: 10px;
}
#contact-us form label {
    font-family: 'Canva Sans';
    font-size: 18px;
    font-style: italic;
}
#contact-us form input[value="Send"] {
    background: #6b000a;
    box-shadow: none;
    color: #fff;
    padding: 8px 30px;
    font-weight: bold;
    font-family: 'Canva Sans';
    border: 1px solid #6b000a;
    transition: 0.5s all;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}
#contact-us form input[value="Send"]:hover {
    background: #fff;
    color: #6b000a;
}
#contact-us .contact-info {
    margin-top: 30px;
    margin-bottom: 30px;
}
#contact-us #map-wrapper p {
    font-weight: normal;
}
#contact-us .reach-info b {
    font-style: italic;
}
#contact-us .reach-info a {
    text-decoration: none;
    color: #000;
}
#contact-us #map-wrapper {
    max-width: 80%;
    margin: 30px auto 0;
}
#contact-us .msg-error {
    font-style: italic;
    font-size: 14px;
    color: red;
}
#contact-us h2.msg-success {
    margin-bottom: 30px;
    font-size: 14px;
    background: #349f34;
    padding: 5px 10px;
    font-weight: normal;
    color: #fff;
}
#contact-us img[src*="map-marker"] {
    max-width: 30px;
}
#contact_form .g-recaptcha {
    margin-bottom: 15px;
}
#contact_form .g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
}
#contact_form .g-recaptcha div,
#contact_form .g-recaptcha div iframe,
#contact_form .g-recaptcha iframe #rc-anchor-container {
    /*width: 100% !important;*/
    
}

@media screen and (max-width: 480px) {
   #contact-us form .row .col-12 {
        margin-bottom: 0;   
   }
   #contact-us form .row .col-12,
   #contact-us form .row .col-auto {
       margin-top: 0;
   }
   #contact-us form input[value="Send"] {
       margin-top: 15px;
   }
   #contact-us form .row {
       margin-bottom: 30px;
   }
   #contact-us p,
   #contact-us form label {
       font-size: 16px;
   }
   #contact-us .reach-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: 15px;
   }
   #contact-us #map-wrapper {
       max-width: 100%;
   }
   #contact-us #map-wrapper p {
       font-size: 14px;
   }
}