header .head{
    background-color: #02595A;
    padding: 5px 25px;
    color: white !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head a{
    color: white;
    text-decoration: none;
}
.head_div1{
    padding: 0 20px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
}
.head_div2{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    gap: 30px;
    width: fit-content;
    margin: 0 auto;
}
.foot{
    padding: 10px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
}
.foot1 i{
    transform: rotate(-40deg);
}
.foot_detail_box{
    width: 340px !important;
    height: 100px;
    background-color: rgb(252, 252, 252);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}
.foot_detail_box1{
    
    font-size: 20px;
    font-weight: 900;
    font-family:sans-serif;
}
.foot_detail_box2{
    font-size: 16px;
    color: #ffbb00;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial;
}
.foot1, .foot2{
    padding-left: 20px;
    width: 340px !important;
    background-color: rgb(252, 252, 252);
    border-radius: 8px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    i{
        font-size: 30px;
        color: #555;
    }
    p{
        color: #585656;
        font-weight: 500;
    }
}
.head_foot_top{
    color: #999596;
}