/*=======footer section css start=========*/
.footer ul {list-style-type: none;margin: 0;padding: 0;margin-bottom: 20px;}
.footer ul li {color: #fff;margin: 0;padding: 10px 0px;}
.footer ul li:last-child {padding-bottom: 0;margin-bottom: 0;}
.footer ul li a {display: block;font-size:inherit; font-weight:inherit;}

.footer a {color:inherit;}
.footer a:hover {color:#09196b;}

.footer {position: relative; background-color: #1abbaa;padding: 60px 0px 35px;}
.footer-main {width: 100%;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.footer-left {width: 33.6%;border-right: 1px solid rgba(255, 255, 255, .34);padding:0px 40px 0px 64px;margin-bottom: 30px;}
.footer-logo {margin-bottom: 10px;}
.footer-contect-link ul li {font-size: 16px;font-family: "Montserrat", sans-serif;line-height: 30px;font-weight:500;letter-spacing: .1px;}
.footer-contect-link ul li a img {margin-right: 10px;}

.footer-social-link ul {width: 100%;display: flex;flex-wrap: wrap;flex-direction: row;margin-bottom: 0px; margin-top: 30px;}
.footer-social-link ul li {margin-right: 30px;padding: 0;}
.footer-social-link ul li:last-child {margin-right: 0px;}
.footer-social-link ul li a:hover {transform: translateY(-5px);}

.footer-right { width: 56%; }
.footer-row {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.footer-col {width: 33.33%;padding: 0px 10px;}
.footer-col:last-child { width: 25%; }
:is(.footer-nav-link ) :is(h1, h2, h3, h4, h5, h6) {position: relative; font-family: 'Gilroy Bold';font-size: 16px;color: #fff;text-transform:uppercase;padding: 0;padding-bottom: 25px;margin-bottom: 36px;}
:is(.footer-nav-link ) :is(h1, h2, h3, h4, h5, h6)::after {content: " ";position: absolute;width: 65%;left: 0;bottom: 0;height: 1px;background-color: #fff;}
.footer-nav-link  ul {margin-bottom: 15px;}
.footer-nav-link  ul li {font-size: 16px;padding: 0px 0px;font-family: 'Gilroy Medium'; margin-bottom: 4px;}
.paypal {width: 100%;max-width: 61.2%;margin-left: auto; margin-top: 5px;}

.copyright { width: 100%; padding-left: 64px; margin-top: -8px; }
.copyright p {color: #fff;font-size: 14px; font-family: 'Gilroy Medium'; }
/*=======footer section css end=========*/


.fixed-mob-footer{position: fixed; bottom: 0px;width: 100%;background: #09196b;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;}
