.txt-primary { color: #000; font-size: 16px; text-decoration: none !important; } .txt-secondary { color: gray; font-size: 15px; text-decoration: none !important; margin: 2rem 0px; } .txt-secondary:hover { color: #000; } .footer_hr { width: 50px; margin: 2rem auto; border: 2px solid #000; } .footer-section { padding: 50px 0px; background-color: #f8f9fa; margin-top: 3rem; } .footer-logo-cont { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 20px; color: #000; font-weight: 900; } .list-inline { padding-left: 0; list-style: none; display: flex; align-items: center; justify-content: center; gap: 40px; } .footer-social-list ul li a i { width: 35px; height: 35px; line-height: 35px; text-align: center; vertical-align: middle; font-size: 18px; background: #000; -webkit-background-clip: text; color: transparent; transition: all 0.3s ease-in; } .copyright-text { font-size: 18px; } .footer-address { margin-bottom: 20px; } .footer-address p { margin-bottom: 15px; } .drop-down-btn { cursor: pointer; outline: 0px; border: 0px; width: auto; overflow: visible; display: flex; -webkit-box-align: center; align-items: center; background-color: transparent; transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; font-weight: 400; font-size: 16px; line-height: 24px; color: rgb(26, 26, 26); } .drop-down-btn svg { height: 22px; } .language-drop-down-menu { display: flex; justify-content: space-between; margin: 0; padding: 0; flex-wrap: wrap; } .language-drop-down-item { width: 50%; padding: 10px 12px 1px 1px; text-align: center; font-size: 15px; margin-bottom: 0; list-style: none; } .language-drop-down-item a { display: flex; width: 100%; align-items: center; padding: 9px 9px; color: #11304e; border-bottom: 1px solid rgb(224, 224, 224); } .language-drop-down-item a:hover { background: rgb(238, 238, 238); border-radius: 3px; } .language-drop-down-item a i { margin: 0; } .active-lang { background: rgb(238, 238, 238); border-radius: 3px; } .modal-header { padding: 1.8rem; } .modal-title { font-size: 2.28rem; } .close { font-size: 3.8rem; } @media (max-width: 768px) { .language-drop-down-item { width: 100% !important; } .txt-secondary { text-align: center; } .email_heaidng { font-size: 1.4rem; } }