/* / get in touch form starts from here .........................................................................../ */
.model_reg{
z-index: 999999999999;
}
.model_reg .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;
}



/* new css */

.processing{
margin-top:.5rem; 
 position: relative;
  bottom: 50px


}


.wait-img{
position: relative; 
width: 50px;
 height: 50px;
 bottom:10px;
 left: 7px;

   
}

#tc3{
  height: 32px;
}
 
#tc2{
    height:32px;
}
#tc{
    height:32px;
}
  

/* media query mobile views  */


@media (min-width:299px) and (max-width: 399px){
.wait-img{

   bottom: 10px;
   left:10px;
     
} 
}

/* media query mobile views  */


@media (min-width:400px) and (max-width: 560px){
/* .processing{
    top: 304px;
} */
.wait-img {
    position: relative;
    left: 12px;
    bottom: 10px;
   

    }
}

@media (min-width:599px) and (max-width: 768px){
/* .processing {
        top: 388px;
} */

.wait-img{
 bottom: 10px;
 right:10px;

}

}


@media (min-width:769px) and (max-width: 879px){
/* .processing {
  top: 539px;

} */

.wait-img{
     bottom:10px;
     right: 10px;
      


}
}

@media (min-width:881px) and (max-width: 1024px){
/* .processing {
top: 560px;
} */

.wait-img{
        
  bottom: 10px;
  right: 10px;
  
}


}


@media (min-width:1025px) and (max-width: 1280px){
/* .processing {
        top: 306px;
} */

.wait-img{
        bottom:10px;
        right: 10px;
   
}


}