nav {
    float: right;
    width: calc(100% - 22%);
    display: flex;
    justify-content: center;
}
.logo {
    float: left;
    width: 22%;
    padding-top: 23px;
}
.main-title{
    letter-spacing: -2px !important;
}
.ft-contact-info h1 {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.our-addrs-info {
    width: 55%;
}
.soc-links {
    width: 45%; 
}
.slick-track{
    display: flex;
    align-items: center;
}
.slick-track li{
    margin: 0 40px;
    width: auto !important;
}
#modal-info{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFB200;
    z-index: 999999;
    display: none;
}
#modal-info .box-modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 700px;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 15px;
}
#modal-info .box-modal .btn-close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    width: 40px;
    z-index: 99;
    cursor:pointer;
}
#modal-info .box-modal  img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 20px;
}
#modal-info .box-modal .box-text h3{
    font-weight: 600;
    font-size: 14px;    
}
#modal-info .box-modal .box-text p{
    font-size: 12px;
    line-height: 18px; 
    margin: 10px 0;
}
#modal-info .box-modal .box-text ul{
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px; 
}
.box-whatsapp{
    position: fixed;
    width: 300px;
    height: 80px;
    right: -235px;
    top: 40%;
    transform: translateY(-50%);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: rgba(0, 217, 54, 0.5);
    z-index: 9999;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.box-whatsapp:hover{
    right: -15px;
}
.box-whatsapp .whatsapp{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 290px;
    height: 70px;
    transform: translate(-50%, -50%);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #00D935;
}

.box-whatsapp .whatsapp a{
    display: flex;
    text-decoration: none;
}
.box-whatsapp .whatsapp a img{
    margin-top: 11px;
    margin-left: 13px;
}
.box-whatsapp .whatsapp a div{
    color: #fff;
    margin-top: 14px;
    margin-left: 10px;
    line-height: 1.4;
}