/* / get in touch form starts from here .........................................................................../ */
#registerModal {
z-index: 999999999999;
}
 #registerModal .modal-header img {
width: 7rem;
} 
/* .logo-model{
    width: 7rem !important;
} */
.get_in_touch_inner {
display: flex;
flex-direction: column;
gap: 3rem;
}
.get_in_touch_inner .section_heading_main {
color: var(--bs-white);
}
.get_in_touch_innerForm {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.get_in_touch_innerForm form {
background-color: #fff;
/* / box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; / */
z-index: 9;
}
.get_in_touch_innerForm_title h4 {
font-size: 0.9rem;
color: #392d7d;
font-weight: 600;
text-align: center;
margin: 1rem 0;
}
.get_in_touch_innerForm_input {
display: flex;
flex-direction: column;
gap: 1.1rem;
padding: 20px;
}
.get_in_touch_innerForm_input .form-control {
border-radius: 0px;
border: none;
background-color: #f2f2f3;
font-size: 1rem;
color: #777;
border-radius: 0.3rem;
}
.get_in_touch_innerForm_input .form-control:focus {
width: 100%;
box-shadow: none;
outline: none;
background-color: #f2f2f3;
}
.get_in_touch_innerForm_input span {
display: flex;
gap: 1.2rem;
}
.get_in_touch_innerForm_input select {
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
font-size: 1rem;
border: none;
color: #777;
}
.get_in_touch_innerForm_input .form-control::placeholder {
font-size: 0.9rem;
letter-spacing: 1px;
color: #777;
}
.get_in_touch_innerForm_input button {
padding: 0.8rem 1.2rem;
color: #fff;
background-color: #392d7d;
border: none;
border-radius: 0.4rem;
font-size: 0.9rem;
font-weight: 500;
}
.btn-close {
font-size: 0.9rem;
}

.button-box{
    display: flex;
}
.form-control{
    padding: 0.75rem 2rem;
}
.sec-form{
    padding-left: 0px;
    padding-right: 0px;
}

#tc{
    height:32px;
}