.map{
    width: 100%;
    height: auto;
    /* display: flex;
    flex-direction: row; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
   gap: 5px;
   margin-top: 30px;
   
}

@media (max-width:850px){
    .map {
        height: auto;
      /* display: flex;
      flex-direction: column; */
     
        grid-template-columns: repeat(1,1fr);
       
    }
    .submitme{
        margin-bottom: 15px;
    }


}
.formme{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    height: auto;
    
}
.mapmes{
    width: 100%;
    border: 0;
    height: 350px;
}

 .itsmap{
    width: 100%;
    height: 100%;
}
.colssss{
    
   width: 100%;
   height: auto;
   background-color:#d1f3f3 ;
   
}
.itsgroup{
    width: 100%;
    height: auto;
    position: relative;
    left: 80px;
    top: 40px;
    
  
}
.submitme{
    background-color: white;
    position: relative;
    left: 80px;
    margin-top: 40px;
    
}
.submitme:hover{
    background-color: orange;
}
.mapmes{
    max-width: 100%;
    
   
}
.form-control{
    width: 50%;
    
}
.givemechnge{
    width: 100%;
    background-color:rgb(242, 235, 222) ;
}



/*
.itsformap{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.formup{
    width: 50%;
}
.itsformail{
    width: 50%;
} */


