@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham/GothamBook.eot');
	src: url('fonts/Gotham/GothamBook.woff') format('woff'), url('fonts/Gotham/GothamBook.ttf') format('truetype');
}

body {
  zoom:100% !important;
}
.main_talk_us_form_section {
position: absolute;
width: 4440px;
height: 798px;
left: 0px;
top: 798px;
background: #171B21;
}

.main_talk_us_form_section_bg {
position: absolute;
width: 4440px;
height: 798px;
left: 0px;
top: 0px;  
background: #171B21;
}

.main_talk_us_form_area {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px;
position: absolute;
width: 980px;
height: 595px;
left: 435px;
top: 62px;
background: #252B30;
border-radius: 20px;
}

.main_talk_us_form_box {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
position: static;
width: 932px;
height: 471px;
left: 24px;
top: 24px;
/* Inside auto layout */
flex: none;
/* order: 0; */
align-self: stretch;
flex-grow: 0;
/* margin: 16px 0px;   */
  
}

.main_talk_us_form_content {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
position: static;
width: 932px;
height: 75px;
left: 0px;
top: 0px;
/* Inside auto layout */
flex: none;
/* order: 0; */
align-self: stretch;
flex-grow: 0;
margin: 10px 0px;  
}

.main_talk_us_form_content label {
 position: static;
width: 932px;
height: 19px;
left: calc(50% - 932px/2);
top: calc(50% - 19px/2);
font-family: 'Gotham',system-ui;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #6A6A71;
}

.main_talk_us_form_content input {
display: flex;
flex-direction: row;
align-items: center;
padding: 12px 16px 12px 18px;
position: static;
width: 932px;
height: 35px;
left: 0px;
top: 25px;
/* Bat/Black/001 */
background: #1D232B;
border-radius: 6px;
/* Inside auto layout */
flex: none;
/* order: 1; */
align-self: stretch;
flex-grow: 1;
margin: 6px 0px;
border:none;
}

.main_talk_us_form_content textarea {
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 12px 16px 12px 18px;
position: static;
width: 932px;
height: 82px;
left: 0px;
top: 25px;
/* Bat/Black/001 */
background: #1D232B;
border-radius: 6px;
/* Inside auto layout */
flex: none;
/* order: 1; */
align-self: stretch;
flex-grow: 1;
margin: 6px 0px;
border:none;
}
