form{
    border: 2px solid red;
    position: relative;
    top :200px;
    width: 40%;
    height: auto;
    left: 30%;
    border-radius: 30px;
    padding: 3%;
}
form h3{
    background-color: #3c4096;
    padding: 10px;
    width: 40%;
    text-align: center;
    color: white;
    border-radius: 10px;
    left: 30%;
    position: relative;
    margin-top: -12%;
   
    
}

form label{
 font-size: 20px;
}
form input{
    left: 215px;
    position: relative;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid #3c4096;
    margin-top: 5px;
}
#ph{
    position: relative;
    left: 27%;
}
#ph1{
    position: relative;
    left: 230px;
}
#submit{
    position: relative;
    margin-top: 5%;
    left: 80%;
    background-color: #3c4096;
    color: white;
    padding: 8px;
}
option{
    text-transform: capitalize;
    
}
select{
    font-size: 20px;
    border-radius: 10px;
    border:2px solid  #3c4096;
    position: inherit;
    left: 12%;
}
#map {
    width: 600px;
    height: 400px;
    position: relative;
    left: 5%;
    border: 2px solid purple;
    border-radius: 30px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);

}
.mapbtn a{
    background-color: #e94444;
    position: relative;
    color: aliceblue;
    width: 300px;
    padding: 10px;
    text-decoration: none;
    z-index: 1000;    
    left: 38%;
    border-radius: 10px;

}
footer{
    margin-top: 300px;
    background-color: #3c4096;
    padding: 30px;
}
footer h3{
    color: white;
    font-size: 25px;
    text-transform: capitalize;
    text-align: center;
    text-transform: uppercase;
}
.cont{
    position: absolute;
    top: 75%;
    width: 40%;
    left: 60%;
    margin-top: 22%;
}
.cont a img{
    width: 30px;
    left: 10px;

}
.cont a{
    text-decoration: none;
    color:white;
    padding-left: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.tab {
    display: inline-block;
    margin-left: 20px;
  }
  .tab1 {
    display: inline-block;
    margin-left: 70px;
  }
  .soc{
    width:15%;
    display: flex;
    column-gap: 30px;
    left: 65%;
    position: absolute;
    top: 120%;
    margin-top: 15%
  }
  .soc a{
    position: relative;
    margin-top: 15%;
  }
  #kan{
    margin-left: -3%;
  }
  @media(max-width:800px){
    form{
        border: 2px solid red;
        position: relative;
        top :200px;
        width: 80%;
        height: auto;
        left: 10%;
        border-radius: 30px;
        padding: 3%;
    }
    form input{
        left: 0%;
        position: relative;
        font-size: 20px;
        border-radius: 10px;
        border: 2px solid #3c4096;
        margin-top: 5px;
    }
    #ph{
        position: relative;
        left: 0px;
    }
    #submit{
        position: relative;
        margin-top: 5%;
        left: 30%;
        background-color: #3c4096;
        color: white;
        padding: 8px;
        width: 30%;
    }
    #map {
        width: 80%;
        height: 400px;
        position: relative;
        left: 5%;
        border: 2px solid purple;
        border-radius: 30px;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    
    }
    .cont{
        position: absolute;
        top: 150%;
        width: 80%;
        left: 10%;
        margin-top: 22%;
    }
    footer{
        margin-top: 300px;
        background-color: #3c4096;
        padding: 30px;
        height: 1000px;
    }
    .soc{
        width:15%;
        display: flex;
        column-gap: 30px;
        left: 20%;
        position: absolute;
        top: 190%;
      }

  }