/* Modal contact us*/
.modal-body {
    margin: 0 0px;
    text-align: center;
}

.modal-header {
    background-color: #11994a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-text {
    color: #11994a;
    text-align: center;
}

.modal-title {
    flex: 1;
    text-align: center; 
}

.fa-circle-xmark:hover {
    scale: 1.05;
}

h5 {
    color: white;
    text-align: center;
    font-weight: bold;
}

.contact-text {
    color: rgb(200, 153, 73);   
}

.contact {
    display: flex;
    align-items: center; 
    justify-content: center;   
}

.contact-info {
    display: inline-flex;
    list-style: none;
    margin-right: 50px;
}
  
.contact-info .icon {
    position: relative;
    color: #11994a;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
  
.contact-info .tooltip {
    font-size: 14px;
    background: #000;
    color: white;
    border-radius: 5px;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.phone-btn {
    margin-top: 10px;
}

.modal-btn-close {
    background-color: #bd081c;
    color: white;
}

.fa-circle-xmark {
    position: absolute; 
    right: 20px; 
    top: 30px;
    font-size: 23px;
    color: white;
}

.fa-phone {
    color: #11994a;
    font-size: 32px;
}

.fa-whatsapp {
    color: #11994a;
    font-size: 40px;
}

.fa-phone:hover,
.fa-whatsapp:hover {
    scale: 1.05;
}

.line-between {
    color: rgb(200, 153, 73);
    font-size: 40px;
}