* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: "Poppins", sans-serif;
   
}

#wrapper {
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 40px;
}


@media (max-width: 460px) {
    #wrapper {
        margin: 12vh 0 15vh 0;
    }
}

#appoint-form {
    text-align: justify;
}

#form-head {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
}

@media (max-width: 460px) {
    #form-head {
        font-size: 3rem;
        text-align: center;
    }
}

#city {
    display: block;
    height: 100%;
}
#select{
    padding: 10px;
    font-size: 1rem;
    outline: none;
    border: 1px #c4c2c2 solid;
    border-radius: 5px;
}

.format {
    padding-top: 2vw;
    font-size: 1.8rem;
    outline: none;
    color: #020202;
    font-weight: bold;
}

#dropdown {
    width: 95%;
    height: 50px !important;
    height: 40px;
    font-size: 1.8rem;
    /* padding: 8px; */
    border-radius: 20px;
    border: 1px solid #c4c4c4;
    color: #8f8e8e;
    margin-top: 5px;
    padding: 10px;
    outline: none;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}
option:hover{
    border-radius: 5px;
    outline: none;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    color: rgb(167, 165, 165);
}

#date-time {
    display: block;
    line-height: 2.5rem;
}

input{
    border-radius: 8px;
    outline-style: none;
    border: 1px #c4c2c2 solid;
}

#date {}

.dtt,
.person-detail {
    height: 35px;
    font-size: 1.6rem;
    padding-left: 8px;
    outline-style: none;
    border: 1px #c4c2c2 solid;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.dtt {
    width: 46.5%;
    height: 50px;
    background-color: #fff;
    margin-top: 1.5vw;
    border-radius: 20px;
    padding: 10px;
    color: #a3a1a1;
    font-size: 1.6rem;
    border: 1px solid #c4c2c2;
}

#time {
    margin-left: 8px;
}

#note {
    display: block;
    font-size: 15px;
    padding-top: 3px;
}

#name {
    margin-top: 0px;
}

.person-detail {
    display: block;
    width: 95%;
    border-radius: 20px;
    padding: 25px;
    margin: 12px 0 12px 0;
    border: 1px solid #c4c2c2;
}

#mobile {}

#email {}

#message {
    height: 80px;
    padding-top: 3px;
    outline: none;
    padding: 10px;
    height: 150px;
    border: 1px solid #c4c2c2;
}

textarea {
    resize: none;
}

#submit {
    display: block;
    border-radius: 20 px;
    width: 96%;
    color: #fff;
    height: 48px;
    font-size: 2rem;
    background-color: #ee0d0d;
    margin-top: 20px;
    border-style: none;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

input:focus,
#dropdown:focus,
#time:focus {
    border-color: rgb(221, 220, 220);
    outline: none;
    box-shadow: 1px 1px 0px rgb(194, 193, 193);
}

#submit:hover {
    border-radius: 20px;
    background-color: #f10a0a;
}

@media (max-width: 460px) {
    .format {
        font-size: 2.2rem;
        padding-top: 5vw;
    }

    #p-details {
        padding-top: 50px;
    }

    .dtt {
        width: 45.8%;
    }

    .container {
        padding: 6vw 4vw 8vw 8vw;
    }
}
