/* -----------------index.html----------------- */
@media(max-width:426px){
    section{
        width: 100%;
        height: 100vh;
        background: linear-gradient(180deg, #FFFFFF 0%, #75AB98 74.88%);
    }
    .container {
        flex-direction: column;
    }
    .image h1 {
        font-size: 27px;
    }
    .image p {
        font-size: 14px;
    }
    .image {
        height: 50%;
    }
    .button form {
        width: 264px;
        height: 334px;
    }
    .button {
        height: 457px;
        margin-left: 23px;
    }
    .button form h1 {
        font-size: 25px;
    }
    .button button {
        width: 164px;
        height: 36px;
        font-size: 16px;
        margin-top: 39px;
        margin-bottom: 21px;
        border-radius: 12px;
    }
    .image img {
        width: 70.26px;
        height: 59px;
    }
    .paw img {
        width: 424px;
    }
}
@media(max-width:376px) {
    .paw img {
        width: 370px;
    }
}
@media(max-width:321px) {
    .paw img {
        width: 318px;
    }
}


/* -----------------login.html----------------- */
@media(max-width:426px){
    .loginForm form {
        width: 284px;
        height: 333px;
    }
    .loginForm {
        height: auto;
    }
    .loginForm form #next {
        margin-left: 197px;
    }
    .loginForm form label {
        font-size: 14px;
        margin-left: 19px;
        line-height: 2;
    }
    .loginForm form input {
        font-size: 15px;
        width: 257px;
    }
}


/* -----------------signup.html----------------- */
@media(max-width:426px){
    .signUpForm form {
        width: 284px;
        height: 380px;
    }
    .signUpForm form h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
    }
    .signUpForm {
        height: auto;
    }
    .signUpForm form #next {
        margin-left: 175px;
        /* margin-top: 10px; */
    }
    .signUpForm form label {
        font-size: 14px;
        margin-left: 31px;
        line-height: 1;
    }
    .signUpForm form h1 {
        font-family: 'Paytone One', sans-serif;
        font-size: 26px;
        line-height: 46px;
    }
    .signUpForm form h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        line-height: normal;
    }
    .signUpForm form input {
        font-size: 12px;
        width: 226px;
    }
}

/* -----------------help.html----------------- */
@media(max-width:426px){
    #help_content {
        flex-direction: column;
        margin-top: 100px;
    }
    #help_form {
        width: 100%;
        height: 326px;
    }
    #help_content h1 {
        font-size: 30px;
        font-weight: normal;
        line-height: 1;
        margin-left: 40px;
    }
    #help_form h2 {
        font-family: Poppins;
        font-size: 20px;
        line-height: 2.5;
        margin-left: 42px;
    }
    #help_content h3 {
        font-family: Poppins;
        font-size: 17px;
        font-weight: bold;
        color: black;
        line-height: 2.5;
        margin-left: 42px;
        margin-top: 20px;
    }
    #help_form select {
        font-size: 17px;
        width: 231px;
        margin-left: 42px;
    }
    #result-btn {
        background-color: #117996;
        color: white;
        font-family: Poppins;
        font-size: 19px;
        height: 2pc;
        width: 7pc;
        border-radius: 10px;
        margin-top: 43px;
        margin-left: 104px;
    }
    
    #help_result {
        /* margin-top: 80px; */
        font-family: Poppins;
        width: 315px;
        font-size: 15px;
        display: block;
        margin: auto;
    }
    #help_result img {
        width: 200px;
        height: 200px;
        display: block;
        margin: auto;
    }
}

/* -----------------home.html----------------- */
@media(max-width:426px){
    .quotation h1 {
        margin-left: 24px;
        width: 100%;
        font-size: 33px;
        line-height: 36px;
    }
    .quotation img {
        width: 0%;
        height: 0%;
    }
    #pet_maps {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: 390px;
    }
    .quotation h1 p {
        width: 80%;
    }
    .para_Mypet {
        width: 345px;
        height: 336px;
    }
    .para_Mypet h1 {
        font-size: 22px;
    }
    .para_Mypet p {
        font-size: 15px;
        width: auto;
    }
    .para_maps {
        width: 345px;
        height: 336px;
        margin-top: 30px;
    }
    .para_maps h1 {
        font-size: 22px;
    }
    .para_maps p {
        font-family: "Poppins";
        font-size: 15px;
        line-height: 40px;
        width: auto;
        text-align: center;
        color: #FFFFFF;
    }
    .button1 button {
        text-align: center;
        position: absolute;
        left: 135px;
        top: 306px;
        font-size: 19px;
        line-height: 33px;
        text-decoration: none;
        color: #FFFFFF;
        background: #276678;
        border-radius: 5px;
        width: 140px;
        height: 47px;
    }
    .button2 button {
        text-align: center;
        position: absolute;
        left: 135px;
        top: 400px;
        font-size: 19px;
        line-height: 33px;
        text-decoration: none;
        color: #FFFFFF;
        background: #276678;
        border-radius: 5px;
        width: 140px;
        height: 47px;
    }
}
@media (max-width:376px) {
    .button1 button {
        left: 129px;
        top: 337px;
    }
    .button2 button {
        left: 129px;
        top: 408px;
    }
    #pet_maps {
        margin-top: 320px;
    }
}
@media (max-width:321px) {
    .button1 button {
        left: 96px;
    }
    .button2 button {
        left: 96px;
    }
    .para_Mypet {
        width: 281px;
        height: 289px;
    }
    .para_Mypet p {
        font-size: 12px;
        width: auto;
    }
    .para_maps {
        width: 281px;
        height: 289px;
    }
    .para_maps p {
        font-size: 12px;
        width: auto;
    }
}

/* -----------------hospital.html----------------- */

@media(max-width:426px){
    .hospital iframe{
        width: 360px;
        height: 400px;
    }
    .hospital{
        margin: 0px;
        padding: 15px;
        box-sizing: border-box;
    }
    .hospital h1 {
        font-size: 42px;
        line-height: 120px;
    }
}
@media(max-width:376px){
    .hospital iframe{
        width: 350px;
        height: 400px;
    }
    .hospital h1 {
        font-size: 32px;
        line-height: 120px;
    }
}
@media(max-width:321px){
    .hospital iframe{
        width: 300px;
        height: 400px;
    }
    .hospital h1 {
        font-size: 22px;
        line-height: 100px;
    }
}
