footer.footer {padding:85px 70px;}
.flogo-sec > a {display: inline-block;margin-bottom: 30px;}
.contact-list {padding: 0;margin: 0 0px 30px;display: flex;flex-wrap: wrap;}
.contact-list li a {display: inline-block;color: #333446;font-family: 'Montserrat';}
.contact-list li {width: 100%;list-style: none;margin-bottom: 20px;}
.contact-list li a span {margin-right: 15px;}
.contact-list li a:hover span img {filter: opacity(0.5);}
.contact-list li a:hover {color: #0abab5;}
.social {padding: 0;margin: 0 0px 30px;display: flex;flex-wrap: wrap;}
.social li {list-style: none;margin-bottom: 0;margin-right: 30px;} 
.social li a{ display: block;}
.social li a:hover img {filter: contrast(0.5);}
.contact-list li:last-child {margin-bottom: 0;}
.copy-right p {color: #000000;font-family: 'Gilroy';font-size: 14px;}

.footer-menu {background: #333446;border-radius: 20px;padding: 40px 60px 30px 60px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.menu-list h6 {color: #fff;font-size: 16px;text-transform: uppercase;font-weight: 600;border-bottom: 1px solid #fff;padding-bottom: 25px;margin-bottom: 30px;}
.menu-list ul {margin: 0;}
.menu-list ul li {list-style: none;margin-bottom: 5px;}
.menu-list ul li a {color: #fff;font-size: 16px;line-height: 34px;}
.menu-list ul li:last-child {margin-bottom: 0;}
.menu-list ul li a:hover {color: #0abab5;}
.footer-menu .visa-card {width: 100%;margin-top: 20px;}

/*===========Mobile fixed start==============*/
.fixed-mob-footer{position: fixed; bottom: 0px;width: 100%;background: #0abab5;z-index: 11;}
.fixed-mob-footer-in {display: flex;align-items: center;justify-content: space-around;}
.fixed-mob-footer-itm a {text-decoration: none;color: #fff;white-space: nowrap;padding: 10px 10px !important;font-weight: 600;display: flex;justify-content: center;align-items: center;height: 100%;}
.fixed-mob-footer-itm a img {width: 28px;}
.fixed-mob-footer-itm {width: 100%;text-align: center;border-right: 1px solid #fff;height: 53px;}
.fixed-mob-footer-in .fixed-mob-footer-itm:last-child {border: 0px;}
/*===========Mobile fixed end==============*/
.footer-menu ~ .copy-right.d-md-none {
    padding: 15px 0;
    text-align: center;
}