.footer {
    background-color: #58595b;
    color: #fff;
    padding: 112px 0;
}
@media (max-width: 991.98px) {
    .footer {
        padding: 80px 0;
   }
}
@media (max-width: 575.98px) {
    .footer {
        padding: 50px 0;
   }
}
.footer ul {
    list-style: none;
}
.footer ul li {
    line-height: normal;
    margin-bottom: 10px;
}
.footer ul li .link-action {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.footer ul li .link-action:hover {
    opacity: 0.7;
}
.footer .f-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
@media (max-width: 1399.98px) {
    .footer .f-top {
        margin: 0 -7px;
   }
}
@media (max-width: 1199.98px) {
    .footer .f-top {
        margin: 0 -15px;
        justify-content: inherit;
   }
}
.footer .f-top .f-part {
    width: 20%;
    padding: 0 10px;
}
@media (max-width: 1399.98px) {
    .footer .f-top .f-part {
        padding: 0 7px;
   }
}
@media (max-width: 1199.98px) {
    .footer .f-top .f-part {
        padding: 0 15px;
        width: 33.33% !important;
        margin-bottom: 30px;
   }
}
@media (max-width: 767.98px) {
    .footer .f-top .f-part {
        width: 50% !important;
   }
}
@media (max-width: 575.98px) {
    .footer .f-top .f-part {
        width: 100% !important;
        margin-bottom: 0;
   }
}
.footer .f-top .f-part:last-child {
    margin-right: 0;
}
.footer .f-top .f-part.data-cloud {
    width: 19%;
}
@media (max-width: 1199.98px) {
    .footer .f-top .f-part.data-cloud {
        width: 23%;
   }
}
@media (max-width: 575.98px) {
    .footer .f-top .f-part.data-cloud {
        width: 100%;
   }
}
.footer .f-top .f-part .f-heding {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 575.98px) {
    .footer .f-top .f-part .f-heding {
        padding: 15px 25px 15px 0;
        margin-bottom: 0px;
        position: relative;
        font-weight: 600;
        font-size: 17px;
   }
    .footer .f-top .f-part .f-heding:before {
        content: "";
        position: absolute;
        top: 17px;
        right: 7px;
        left: auto;
        height: 16px;
        width: 2px;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
   }
}
.footer .f-top .f-part .f-heding::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 575.98px) {
    .footer .f-top .f-part .f-heding::after {
        position: absolute;
        top: 24px;
        right: 0px;
        left: auto;
        height: 2px;
        width: 16px;
   }
}
.footer .f-top .f-part .f-heding.open:before {
    transform: rotate(90deg);
}
@media (max-width: 575.98px) {
    .footer .f-top .f-part ul {
        margin-bottom: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
   }
    .footer .f-top .f-part ul.ul-visible {
        max-height: 400px;
        padding-bottom: 10px;
        transition: max-height 0.4s ease-in-out;
   }
   .footer .f-top .f-part ul.ul-visible li{
    font-weight: 500;
   }
}
.footer .f-botttom {
    border-top: 2px solid #fff;
    margin-top: 23px;
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .footer .f-botttom {
        margin-top: 0;
   }
}
@media (max-width: 767.98px) {
    .footer .f-botttom {
        display: block;
   }
}
@media (max-width: 575.98px) {
    .footer .f-botttom {
        margin-top: 25px;
        padding-top: 25px;
   }
}
.footer .f-botttom .lft-links {
    display: flex;
    width: 47%;
}
@media (max-width: 1199.98px) {
    .footer .f-botttom .lft-links {
        width: 46%;
   }
}
@media (max-width: 991.98px) {
    .footer .f-botttom .lft-links {
        width: 57%;
        justify-content: space-between;
   }
}
@media (max-width: 767.98px) {
    .footer .f-botttom .lft-links {
        width: 100%;
        justify-content: start;
   }
}
@media (max-width: 575.98px) {
    .footer .f-botttom .lft-links {
        display: block;
        width: 100%;
   }
}
.footer .f-botttom .lft-links .f-part {
    width: 215px;
    margin-right: 26px;
}
@media (max-width: 1199.98px) {
    .footer .f-botttom .lft-links .f-part {
        margin-right: 12px;
        width: 225px;
   }
}
@media (max-width: 767.98px) {
    .footer .f-botttom .lft-links .f-part {
        width: 50% !important;
        margin-bottom: 15px;
   }
}
@media (max-width: 575.98px) {
    .footer .f-botttom .lft-links .f-part {
        width: 100% !important;
        margin-bottom: 15px;
   }
}
.footer .f-botttom .lft-links .f-part:last-child {
    margin: 0;
}
.footer .f-botttom .lft-links .f-part address {
    font-style: normal;
    line-height: 20px;
    width: 215px;
}
@media (max-width: 575.98px) {
    .footer .f-botttom .lft-links .f-part address {
        width: 215px;
   }
}
.footer .f-botttom .lft-links .f-part .link-action {
    color: #fff;
    margin-bottom: 0;
    display: block;
}
.footer .f-botttom .lft-links .f-part .link-action.email-link {
    margin-bottom: 18px;
}
.footer .f-botttom .lft-links .f-part .title {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.footer .f-botttom .social-media {
    display: flex;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .footer .f-botttom .social-media {
        margin-bottom: 15px;
        text-align: right;
        margin-bottom: 25px;
   }
}
@media (max-width: 767.98px) {
    .footer .f-botttom .social-media {
        text-align: left;
        margin-bottom: 20px;
   }
}
@media (max-width: 575.98px) {
    .footer .f-botttom .social-media {
        text-align: center;
   }
}
.footer .f-botttom .social-media ul {
    margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
    .footer .f-botttom .social-media ul {
        margin-bottom: 10px;
   }
}
.footer .f-botttom .social-media ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .footer .f-botttom .social-media ul li {
        padding: 0 8px; 
   }
    
}
.footer .f-botttom .rgt-logo {
    display: flex;
    justify-content: space-between;
    width: 60%;
}
@media (max-width: 1199.98px) {
    .footer .f-botttom .rgt-logo {
        width: 50%;
   }
}
@media (max-width: 991.98px) {
    .footer .f-botttom .rgt-logo {
        width: 35%;
        display: block;
        text-align: right;
   }
    .footer .f-botttom .rgt-logo img {
        display: inline-block;
        max-width: 190px;
   }
}
@media (max-width: 767.98px) {
    .footer .f-botttom .rgt-logo {
        width: 100%;
        text-align: center;
        border-top: 2px solid #fff;
        margin-top: 25px;
        padding-top: 30px;
        display: flex;
   }
}
@media (max-width: 575.98px) {
    .footer .f-botttom .rgt-logo {
        display: block;
   }
}
.follow-container {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    padding-left: 8px;
}
.follow-container .logo {
    width: 26px;
    height: 22px;
    vertical-align: middle;
    border-radius: 3px 0 0 3px;
    background: #006097;
}
.follow-container .follow-btn--no-count {
    border: 0;
    border-left: 1px solid #fff;
    background: #006097;
    color: #fff;
    padding: 11px 8px;
    margin-left: -3px;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
    height: 20px;
    line-height: 0;
}
.follow-container .following-btn--no-count {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 3px 3px 0;
    background: #f3f6f8;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px 8px;
    margin-left: -3px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
    height: 20px;
    line-height: 0;
}
.follow-container .fill-white {
    fill: #fff;
}
.follow-container .fill-blue {
    fill: #006097;
}
.footer .f-part .f-heding{
    font-weight: 600;
}
.footer .f-part li{
    font-weight: 500; font-size: 16px;
}