.contact-map {
margin-top: 100px;
position: relative;
display: block;
margin-bottom: -102px;
}
.contact-map img {
width: 100%;
}
.contactUs-header {
display: flex;
/* justify-content: space-around; */
background-color: var(--block-bg-color);
width: 100%;
margin: 0px auto 0;
/* border-radius: 10px;
box-shadow: 0 0 10px 1px rgba(31, 117, 138, 0.192); */
transition: 0.4s ease-in-out;
}
.downloads-contact {
display: grid;
grid-template-columns: 70px 1fr;
margin: 30px 0px;
}
.downloads-contact span {
/* font: normal normal bold 10px/17px Open Sans; */
/* color: #8da7be; */
/* text-transform: uppercase; */
}
.downloads-contact a {
font: normal normal bold 14px/24px Open Sans;
}
.downloads-contact > div:first-child img {
width: 50%;
}
.contactUs-header__layout {
display: flex;
flex-direction: row;
column-gap: 70px;
}
/* .contactUs-header > div:first-child {
width: 70%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
} */
.downloads-contact > div:last-child {
display: flex;
flex-direction: column;
justify-content: center;
align-items: left;
font-family: var(--accent-font);
}
.downloads-contact > div:last-child span {
font-weight: 600;
font-size: clamp(16px, 1.5vw, 20px);
color: #333333;
font-family: var(--accent-font);
}
.downloads-contact > div:last-child a {
font-family: var(--accent-font);
font-weight: 400;
font-size: clamp(16px, 1.5vw, 20px);
}
.downloads-contact > div:first-child {
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
/* background-color: #1a1b30; */
border-radius: 50%;
margin: auto;
}
.contactUs-main-head {
width: 100%;
margin: 30px auto 0 auto;
transition: 0.4s ease-in-out;
}
/* .contactUs-header > div:last-child {
width: 100px;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
} */
.contactUs-social {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 40px;
height: 40px;
background-color: #1a1b30;
}
.contactUs-main-head > h4 {
font-size: 1.5em;
}
.contactUs-main-grid {
width: 100%;
margin: 0 auto 0 auto;
display: grid;
grid-template-columns: 2fr 1fr;
transition: 0.4s ease-in-out;
grid-column-gap: 5%;
}
.contactUs-map-container {
width: 100%;
}
.contactUs-main-grid > form {
padding: 35px;
display: flex;
flex-direction: column;
background-color: var(--btn-primary-color);
color: #fff;
}
.contactUs-main-grid > form > h3 {
font-family: var(--accent-font);
font-weight: 500;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.025em;
text-transform: uppercase;
color: #ffffff;
}
.f-msg {
text-align: center;
}
.lh-2 {
line-height: 2em;
}
.b600 {
font-weight: 600;
}
.b700 {
font-weight: 700;
}
.fi-wrapper {
margin-bottom: 15px;
width: 100%;
display: block;
}
.fi-wrapper label {
font-size: 14px;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
select,
option,
textarea {
padding: 15px 10px;
border: 1px solid #cccce1;
transition: 0.35s ease-in-out;
width: calc(100% - 30px);
}
input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea,
select,
option {
outline-color: #1a1b30;
}
.file-upload {
width: calc(100% - 10px);
/* background-color: #fff; */
/* border-radius: 10px; */
display: flex;
flex-direction: row;
}
.file-upload .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.file-upload .inputfile + label {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
/* text-align: center; */
padding: 15px 25px;
color: #000;
border: 1px solid #cccce1;
background: #fff;
transition: 0.5s ease;
margin: 0;
font-weight: 400;
}
.file-upload .inputfile + label p {
font-size: 1em;
white-space: nowrap;
overflow: hidden;
}
.mar-l2 {
margin-left: 2em;
}
form .common-link {
width: calc(100% - 50px);
background-color: #1a1b30;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
padding: 12px 72px 12px 12px;
color: #fff;
border-radius: 0px;
outline: none;
border: none;
display: inline-block;
font-size: 16px;
width: auto;
margin: 30px 0;
cursor: pointer;
}
form .common-link.common-link--inverted{
background-color: var(--btn-primary-color);
}
form .common-link.common-link--inverted .icn{
background-color: var(--btn-hover-color);
}
form .common-link.common-link--inverted:hover .icn i{
/* background-color: var(--btn-hover-color); */
background-color: var(--btn-primary-color);
}
form .common-link.common-link--inverted:hover{
background-color: var(--btn-hover-color);
}
.ffl-row {
margin-bottom: 15px;
}
.ffl-wrapper {
position: relative;
display: block;
/* text-align: center; */
}
.ffl-row .fi-wrapper:nth-child(odd) {
float: left;
}
.ffl-row .fi-wrapper:nth-child(even) {
float: right;
}
.ffl-row .fi-wrapper {
width: 48%;
margin-bottom: 0;
}
@media only screen and (max-width: 1220px) {
.contactUs-header {
display: grid;
grid-template-rows: 1fr max-content;
justify-content: center;
align-items: center;
}
.downloads-contact {
margin: 10px 0;
}
.contactUs-header > div:first-child {
width: 100%;
grid-row: 1;
margin: 0 auto;
}
.contactUs-main-grid > form {
margin: 0px;
/* padding: 0px; */
display: flex;
flex-direction: column;
}
.contactUs-main-grid {
grid-template-columns: 1fr;
}
.contactUs-header {
padding: 20px 0;
padding-left: 10px;
padding-right: 10px;
width: calc(100% - 20px);
}
.downloads-contact > div:first-child {
margin-left: 0;
}
.contactUs-header > div:last-child {
/* padding-top: 40px; */
}
}
@media only screen and (max-width: 1050px) {
.contactUs-header {
justify-content: flex-start;
}
.contactUs-header > div:last-child {
flex-direction: column;
width: 100%;
}
}
@media only screen and (max-width: 810px) {
.contactUs-main-grid {
width: 100%;
margin: 0;
display: block;
}
.contactUs-map-container {
display: none;
}
.contactUs-main-head {
display: none;
}
}
@media only screen and (max-width: 939px) {
.contactUs-header > div:first-child {
display: flex;
flex-direction: column;
justify-content: center;
}
}
@media only screen and (max-width: 650px) {
}