footer{padding-bottom:100px;padding-top:80px}footer .tag-line{font-size:24px!important}footer p.terms-condition{font-size:18px!important}footer .privacy-links p{font-size:14px!important}@media only screen and (max-width:991px){footer .tag-line{font-size:20px!important}footer p.terms-condition{font-size:14px!important}}@media only screen and (max-width:768px){footer{padding-bottom:20px;padding-top:40px}.terms-condition{margin-top:80px}footer .tag-line{font-size:18px!important}}@media only screen and (max-width:480px){footer .tag-line{font-size:14px!important}footer .privacy-links p,footer p.terms-condition{font-size:12px!important}}.header-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#e6f5f5;padding:15px 30px;border-radius:21px;opacity:1;z-index:1000}.header-link ul{display:flex;align-items:center;justify-content:center;gap:30px}.header-link ul li{font-family:Satoshi-Bold;font-size:20px;font-weight:700;cursor:pointer}.header-link ul li a{color:inherit;text-decoration:none;transition:color .3s ease}.header-link ul li a:hover{color:#3B716F}.header-link ul li button,.mobile-dropdown ul li button{padding:10px 20px;background-color:black;color:white;border-radius:20px;cursor:pointer}.menu{display:none}.menu-icon{background-color:black;height:3px;width:25px;transition:all .3s ease-in-out}

/*! Media Query Part */@media only screen and (max-width:991px){.header-link{display:none}.menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}}

/* ! Menu icon Animation */.menu.open .top-bar{transform:rotate(45deg) translate(5px,5px)}.menu.open .middle-bar{opacity:0}.menu.open .bottom-bar{transform:rotate(-45deg) translate(5px,-5px)}