body {
  overflow-x: hidden;
}
.icon{
    color: #fff;font-size: 40px;font-weight: 900;
}
.call_item{
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin-top: 30px;
}
.social_items{
    letter-spacing: 8px;
    font-size: 40px;
    font-weight: 500;
    margin-top: 60px !important;
}
.social_items_color{
    color: #ffffff;
}
.item_box{
    margin-top: 30px;
}
.item_aligment{
    display: flex;
    align-items: center;
}

.footer_heading{
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
}
.footer_content{
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
}

.footer_item_one{
    padding-left:50px;
    background-color:#00546f;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_item_two{
    padding-left:50px;
    background-color:#23282a;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_item_three{
    padding-left:50px;
    background-color:#008db9;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 700px){
    .icon{
    color: #fff;font-size: 30px;font-weight: 600;
     }
    .call_item{
    color: #ffffff;
    font-size: 18px;
    font-weight: 200;
    margin-top: 20px;
}
.social_items{
    letter-spacing: unset;
    font-size: 30px;
    font-weight: 500;
    margin-top: 30px !important;
}
.social_items_color{
    color: #ffffff;
}
.item_box{
    margin-top: 30px;
}
.item_aligment{
    display: flex;
    align-items: center;
}

.footer_heading{
    color: #ffffff;
    font-size: 25px;
    font-weight:600;
}
.footer_content{
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
}

.footer_item_one{
    padding-left:50px;
    background-color:#00546f;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_item_two{
    padding-left:50px;
    background-color:#23282a;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_item_three{
    padding-left:50px;
    background-color:#008db9;
    padding-top: 50px;
    padding-bottom: 50px;
}
}