                            /* Responsive Media Queries */

/* For Mobile Devices */


@media (max-width:1240px) and (min-width:769px) {

    .header {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .content-feedback {
        padding-right: 1.50rem;
        padding-left: 1.50rem;
    }

    .Feedback-Section {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .footer {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }
}

@media (max-width:768px) and (min-width:481px) {

    .header {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .content-feedback {
        padding-right: 1.50rem;
        padding-left: 1.50rem;
    }

    .content-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .Feedback-Section {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .input-row {
        display: flex;
        gap: 16px;
        padding-top: 24px;
    }

    .col-Form {
        width: -webkit-fill-available;
        gap: 10px;
        /* border-radius: 8px; */
        /* padding: 32px; */
        padding: 0px;
    }

    .footer {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

.footer .footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    height: auto;
}

.rows{
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
}

@media (max-width: 480px) {
    
    /* Header Section */

   .header{

  padding-left: 14px;
  padding-right: 14px;
}

.content-form {
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.Divider {
    display: none;
}
.content-feedback{
    padding-top: 80px;
    padding-right: 14px;
    padding-left: 14px;
    gap: 40px;
    width: -webkit-fill-available;
}

.text{
    align-items: center;
    justify-content: center;
}
.header-logo img {
    width: 70px;
    height: 34px;
}


.text-feedback{
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-feedback p{
    font-weight: 800;
font-size: 32px;
text-align: center;
color: #272727;
}

.input-row{
    display: flex;
    gap: 32px;
    padding-top: 24px;
    flex-direction: column;
}



/* FEEDBACK FORM */
    .Feedback-Form{
        padding-left: 14px;
        padding-right: 14px;
        /* padding-top: 40px; */
        padding-bottom: 40px;
        width: -webkit-fill-available;
    }

    .Feedback-Section{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .col-Form {
            padding-left: 14px;
            padding-right: 14px;
            width: -webkit-fill-available;
            gap: 10px;
        
    }

    .footer {
        background: #272727;
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        padding-top: 72px;
    }

    .footer .footer-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        gap: 30px;
        padding-bottom: 30px;
}

.location p br {
    display: none;
}

.rows{
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
    

}

