.contactWorld{
    margin-top: 100px;
}

.messageHEading{
    font-family: Oswald;
font-size: 36px;
font-weight: 500;
line-height: 29.7px;
letter-spacing: 0.095em;
text-align: center;
color: #eb5805;
}

.mapImageSize iframe{
    width: 100% !important;
    height: 100% !important;
}

.firstLoactionAddress{
    width: 25%;
}


.contactForm1{
    display: flex;
    justify-content:center;
    padding: 60px 0 0;
    gap: 35px;
}
.NamePhoneEmail{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.NamePhoneEmail input {
    border-radius: 2px;
    border: none;
    width: 350px;
    height: 35px;
    padding: 10px;
    outline: none;
}


.textArea textarea {
    height: 124px;
    width: 350px;
    padding: 10px;
    border-radius: 2px;
    border: none;
    outline: none;
    
}

.contactSubmitButton{
display: flex;
justify-content: center;
margin: 15px 0;
}

.contactSubmitButton button{
color: white;
background-color: #eb5805;
border-radius: 5px;
font-size: 20px;
font-family: Oswald;
padding:5px 15px;
border: none;
}

.contactusDetailsOffice{
    color: #eb5805;
    font-family: Oswald;
font-size: 36px;
font-weight: 400;
line-height: 53.35px;
text-align: center;
padding:50px 0 30px;
}

.contactLocations{
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-bottom: 70px;
}

.mapImageSize{
    width: 400px;
    height: 230px;
}

.betweenlinelocation{
    height: auto;
    width: 1px;
    background-color: rgba(34, 34, 34, 1);
    margin: 25px 0;
}

.mummbai{
    font-family: Oswald;
font-size: 24px;
font-weight: 400;
line-height: 35.57px;
/* text-align: center; */
/* padding: 0 0 10px; */
color: #eb5805;
}

.telnoOnly{
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 400;
 display: flex;
 align-items: center;
    text-align: left;
}


.hrlines {
    width: 50%;
    height: 1px;
    border: none;
    /* border-bottom: 2px solid #eb5805; */
    background: #eb5805;
    margin: 10px 0;
}

.emailIdOnly{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Josefin Sans;
font-size: 16px;
font-weight: 400;
/* line-height: 55.43px; */
text-align: left;

}
.numbers{
    font-family: Josefin Sans;
font-size: 16px;
font-weight: 400;
line-height: 16px;
text-align: left;
}

.officeTitle{
    display: flex;
    gap: 8px;
    align-items: center;
    /* padding-bottom: 8px; */
    font-family: Josefin Sans;
font-size: 16px;
font-weight: 400;
text-align: left;
}

.officeAddress{
    font-family: Josefin Sans;
font-size: 16px;
font-weight: 400;
line-height: 16px;
text-align: left;
padding: 15px 0;
}

.registeredOffice{
    margin-top: 20px;
}

.contact1AllDetails{
    gap: 80px;
}



@media(max-width:580px){
      .firstLoactionAddress {
    width: 100%;
  }
  
  .contact1AllDetails{
    gap: 15px;
}

    .contactWorld {
        margin-top: 40px;
    }
    
    .messageHEading {
        font-size: 29px;
    }
    
    .contactForm1 {
            padding: 25px 0 0;
            flex-direction: column;
            align-items: center;
            gap: 10px;
      }
    
    .NamePhoneEmail input {
        width: 250px;
    }
    
    .textArea textarea {
        width: 250px; 
    }

    .contactLocations {
        flex-direction: column;
    }
    
    .mapImageSize {
        width: 300px;
        height: 180px;
    }
    
    .betweenlinelocation{
        display: none;
    }

    .firstLoactionAddress{
        padding: 0 15px;
    }
}

@media(min-width:581px) and (max-width:820px){
    .contactLocations{
        align-items: center;
        flex-direction: column;
    }
    .betweenlinelocation{
        display: none;
    }
    
    .firstLoactionAddress {
    width: 75%;
}


}


@media(min-width:1000px) and (max-width:1200px){
.firstLoactionAddress {
    width: 38%;
}
}