#modal_feedback {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

#modal_feedback .modal__content .MyContent {
    padding: 30px;
    padding-top: 60px;
    width: 80% !important;
}

#modal_feedback .modal__content .MyContent .Image img {
    width: 100%;
    height: 90%;
}

#modal_feedback .modal__content .MyContent .Image.Mobile {
    display: none;
}



@media only screen and (max-width: 1460px) {
    #modal_feedback .modal__content .MyContent {
        padding: 30px;
        padding-top: 40px;
        width: 85% !important;
    }
}

@media only screen and (max-width: 680px) {


    #modal_feedback {
        position: absolute;
        top: 35%;
        overflow : inherit !important;
    }

    #modal_feedback .modal__content .MyContent {
        padding: 15px;
        padding-top: 50px;
        width: 95% !important;
    }

    #modal_feedback .modal__content .MyContent .Image.Desktop {
        display: none;
    }

    #modal_feedback .modal__content .MyContent .Image.Mobile {
        display: block;
    }

    #modal_feedback .modal__content .MyContent .Image.Mobile img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

    /* #modal_feedback .modal__content .MyContent .Image img.Mobile {
        display: block;
    } */


}

/* ---------- Button -----------  */

#modal_feedback .modal__content .MyContent .Button {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}



#modal_feedback .modal__content .MyContent .Button .Card {
    width: 18%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal_feedback .modal__content .MyContent .Button .Card.Form {
    width: 30%;

}

#modal_feedback .modal__content .MyContent .Button .Card a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal_feedback .modal__content .MyContent .Button .Card:hover {
    cursor: pointer !important;
}

@media only screen and (max-width: 1460px) {
    #modal_feedback .modal__content .MyContent .Button .Card {
        height: 45px;
    }
}

@media only screen and (max-width: 680px) {

    #modal_feedback .modal__content .MyContent .Button {
        position: relative;
        display: flow-root;
        padding-top: 15px;
        text-align: center;
    }
    


    #modal_feedback .modal__content .MyContent .Button .Card {
        width: 98%;
        height: 60px;
        padding-top: 15px;
    }

    #modal_feedback .modal__content .MyContent .Button .Card.Form {
        width: 98%;

    }
}

/* ------ Whatsapp -------- */

#modal_feedback .modal__content .MyContent .Button .Card .Whatsapp {
    text-decoration: none;
    border: 1px solid green;
}

#modal_feedback .modal__content .MyContent .Button .Card .Whatsapp i {
    font-size: 1.7em;
    color: green;
}

#modal_feedback .modal__content .MyContent .Button .Card .Whatsapp h2 {
    font-weight: 600;
    color: green;
    padding-left: 15px;
}


#modal_feedback .modal__content .MyContent .Button .Card .Whatsapp:hover {
    background-color: green;
    transition: 0.4s ease all;
}


#modal_feedback .modal__content .MyContent .Button .Card .Whatsapp:hover i {
    color: #fff;
    ;
    transition: 0.5s ease all;
}

#modal_feedback .modal__content .MyContent .Button .Card .Whatsapp:hover h2 {
    color: #fff;
    padding-left: 25px;
    transition: 0.5s ease all;
}


@media only screen and (max-width: 680px) {
    #modal_feedback .modal__content .MyContent .Button .Card .Whatsapp i {
        font-size: 4em;
    }
    
    #modal_feedback .modal__content .MyContent .Button .Card .Whatsapp h2 {
        font-weight: 600;
        font-size: 3em;
        padding-left: 25px;
    }
}

/* ------ Phone -------- */

#modal_feedback .modal__content .MyContent .Button .Card .Phone {
    text-decoration: none;
    border: 1px solid cornflowerblue;
}

#modal_feedback .modal__content .MyContent .Button .Card .Phone i {
    font-size: 1.3em;
    color: cornflowerblue;
}

#modal_feedback .modal__content .MyContent .Button .Card .Phone h2 {
    font-weight: 600;
    color: cornflowerblue;
    padding-left: 15px;
}


#modal_feedback .modal__content .MyContent .Button .Card .Phone:hover {
    background-color: cornflowerblue;
    transition: 0.4s ease all;
}


#modal_feedback .modal__content .MyContent .Button .Card .Phone:hover i {
    color: #fff;
    ;
    transition: 0.5s ease all;
}

#modal_feedback .modal__content .MyContent .Button .Card .Phone:hover h2 {
    color: #fff;
    padding-left: 25px;
    transition: 0.5s ease all;
}

@media only screen and (max-width: 680px) {
    #modal_feedback .modal__content .MyContent .Button .Card .Phone i {
        font-size: 4em;
    }
    
    #modal_feedback .modal__content .MyContent .Button .Card .Phone h2 {
        font-weight: 600;
        font-size: 3em;
        padding-left: 25px;
    }
}

/* ------ Form -------- */

#modal_feedback .modal__content .MyContent .Button .Card .Form {
    text-decoration: none;
    border: 1px solid teal;
}

#modal_feedback .modal__content .MyContent .Button .Card .Form i {
    font-size: 1.3em;
    color: teal;
}

#modal_feedback .modal__content .MyContent .Button .Card .Form h2 {
    font-weight: 600;
    color: teal;
    padding-left: 15px;
}


#modal_feedback .modal__content .MyContent .Button .Card .Form:hover {
    background-color: teal;
    transition: 0.4s ease all;
}


#modal_feedback .modal__content .MyContent .Button .Card .Form:hover i {
    color: #fff;
    ;
    transition: 0.5s ease all;
}

#modal_feedback .modal__content .MyContent .Button .Card .Form:hover h2 {
    color: #fff;
    padding-left: 25px;
    transition: 0.5s ease all;
}

@media only screen and (max-width: 680px) {
    #modal_feedback .modal__content .MyContent .Button .Card .Form i {
        font-size: 4em;
    }
    
    #modal_feedback .modal__content .MyContent .Button .Card .Form h2 {
        font-weight: 600;
        font-size: 3em;
        padding-left: 25px;
    }
}


/* -----  Close Button -------- */


#modal_feedback .modal__content .MyContent .CloseButton {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 2em;
    color: black;
}


@media only screen and (max-width: 680px) {
    #modal_feedback .modal__content .MyContent .CloseButton {
        position: absolute;
        top: 6px;
        right: 15px;
        font-size: 5em;
        color: black;
    }

}