/*!
Theme Name: Spatial Method Theme
Theme URI: http://custom_theme.me/
Author: Shyam Future Tech Pvt Ltd
Author URI: https://shyamfuture.com
Description: This is a custom theme Bolierplate to get started with ease
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Custom Theme is based on custom_theme https://custom_theme.me/, (C) 2012-2020 Weavers, Inc.
custom_theme is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.inner-pages-img-box {
    margin: 0px 0 15px 15px !important;
    float: right;
    max-width: 50%;
}

.contact-us-sec {
    padding: 40px 0;
}
.contact-us-inn .addresscard {
    margin: 0px 0px;
    padding: 40px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0px 4px 50px 0px #C4C4BB4D;
}
.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addresscard-icon img {
    width: 26px;
}
.contact-us-inn .addresscard h5 {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #621A4A;
    text-transform: uppercase;
    width: 100%;
}
.contact-us-inn .addresscard p {
    margin: 0px 0px;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #161413;
    width: 100%;
}
.addresscard p a {
    color: #161413;
    text-decoration: none;
}
.contact_section2 {
    margin-top: 60px;
}
.contact_section2 h3 {
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 35px 0px;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0%;
    color: #0B1C3F;
}
.contact_right .form-group {
    margin-bottom: 23px;
}
.contact_right .form-group label {
    display: inline-block;
    margin-top: 10px;
    float: left;
}
.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 95px;
    resize: none;
    font-family: 'Arial';
    border-radius: 20px;
}

.contact_right .contact_button {
    margin: 33px 0px 0px 0px;
    padding: 10px 25px;
    position: relative;
    border: #000 1px solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    background: #000;
    display: block;
    width: 154px;
    text-align: center;
    font-family: 'Inter';
}
.wpcf7-response-output{
    color:#fff;
    text-align: center;
}
}