footer{
    height: 150px;
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
 
}



li{
    float: left;
    list-style: none;
}


.footer-one{
    background-color: #eee;
    height: 80px;
    width: 100%;
    margin-bottom: 60px;
    
}
.footer-one-main{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.footer-one-span{
    color: black;
    font-size: 16px;
    font-family: 'AlimamaDongFangDaKai-Regular', Arial, sans-serif;

}
.footer-one-button{
    border: none;
    color: white;
    background-color: #e38b00;
    font-family: 'AlimamaDongFangDaKai-Regular', Arial, sans-serif;
    font-size: 16px;
    padding: 5px;
    margin-left: 50px;
    
}





.footer-two{
    background-color: #1e1e1e;
    /* height: 80px; */
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 34;
    overflow: hidden;
}
.footer-two-main{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-two-main div{
    height: auto;
}
.footer-two .footer-two-span{
    color: white;
    font-family: 'AlimamaDongFangDaKai-Regular', Arial, sans-serif;
    font-size: 16px;
    
}
.footer-two-ul{
   height: 200%;
   /* background-color: red; */
   position: relative;
   top: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
    padding-left: 0;
}
.footer-two-ul-li a{
    margin: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.footer-two-ul-li .f span{
    background-color: rgb(59, 89, 152);
    color: white;
    padding: 9px;
    border-radius: 50px;
    font: 16px;
}
.footer-two-ul-li .n span{
    background-color: rgb(29, 161, 242);
    color: white;
    padding: 9px;
    border-radius: 50px;
    font: 16px;
}
.footer-two-ul-li .i span{
    background-color: rgb(0, 119, 181);
    color: white;
    padding: 9px;
    border-radius: 50px;
    font: 16px;
}
.footer-two-ul-li .b span{
    background-color: rgb(205, 32, 31);
    color: white;
    padding: 9px;
    border-radius: 50px;
    font: 16px;
}
.footer-two-ul img{
    width: 50px;
    height: auto;
    margin: 10px;
}


 


.Phone-ZZ{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.Phone-box{
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -500px;
    background-color: #e79009;
    z-index: 1001;
    /* display: none; */
    transition: 0.3s;
}
@media screen and (max-width:400px){ 
    .Phone-box{
        width: 100%;
    }
}


.Phone-box .box-ul {
    width: 100%;
    margin-top: 100px;
}
.Phone-box .box-ul .box-li{ 
    border-top: 1px solid white; 
    width: 90%; 
   
}
.Phone-box .box-ul .box-li a{
    color: white;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'AlimamaDongFangDaKai-Regular', Arial, sans-serif;
}
.Phone-box .box-ul .box-li ul{
    width: 100%; 
    padding: 0;
} 
.img-titles{
    color: white;
    font-size: 16px;
}

@media screen and (max-width:991px) {
    footer{
        height: 150px ;
    }
}
@media screen and (max-width:767px) {
    footer{
        height: 220px ;
    }
}




.cbl{
    position: fixed; 
    bottom: 18%;  
    right: 20px;  
    transform: translateY(200%);
    transition: 0.5s;
}
.cbl .xfwhatsapp{
    width: 60px;
    height: 70px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 999px 999px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer; 
}
.cbl .email{
    width: 60px;
    height: 70px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer; 
    margin: 10px 0;
}
.cbl .go{
    width: 60px;
    height: 70px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 0 0  999px 999px;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: white;
    cursor: pointer; 
}
 
.cbl span{
    font-size: 30px;
    color: #E38B00;
}

.container-sm.footer-two-main.row{
    margin: 0 auto;
}
.container-sm.footer-two-main.row img{
    width: 50px;
    object-fit: cover;
} 
@media screen and (max-width:991px) {
    .cbl{
       display: none;
    }
}
@media screen and (max-width:768px) {
    .cbl{
        bottom: 20%;
    }
}
@media screen and (max-width:576px) {
    .cbl{
        display: none;
    }
}



@media screen and (max-width:1200px) {
    .footer-one{
        display: none ;
    } 
}