.scrollTop {
 position: fixed;
    right: 10px;
    bottom: 28px;
    background-color: var(--bg-color-blue-bg-contrast);
    padding: 4px 6px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 50%;

} 

.scrollTop a {
    /*     font-size: 18px; */
       color: var(--text-color-white-1-black);
}

._2p3a {
    width: 100% !important;
}

.uw-widget-custom-trigger {
    right: 50px !important;
    bottom: 10px !important;
    padding: 5px !important;
    border-radius: 35px !important;
    height: 35px !important;
    max-width: 35px !important;

    border-radius: 80px !important;
    height: 80px !important;
    max-width: 80px !important;

    border-radius: 50px !important;
    height: 50px !important;
    max-width: 60px !important;
}

.uw-widget-custom-trigger img {
    width: 25px !important;
}

.uwaw-close i {
    color: var(--text-color-white);
    font-size: 1.2rem;
}

.scrollTop a i {
    font-size: 18px;
}

.footer-section {
    padding: 20px;
    background: var(--bg-color-white-2);
    border-top: 1px solid var(--border-color-1);
}

.footer-container {
    display: flex;
    justify-content: space-around;
}

.footer-column h1 {
    position: relative;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-color-black-2);
    margin-bottom: 20px;
}

.footer-column h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background: var(--theme-color-2);
    border-radius: 3px;
}

.footer-contact-us {
    padding: 20px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  flex-direction: column; */
}

.footer-contact-us img {
    width: 100px;
}

.footer-contact-us h2 {
    font-size: 0.75rem;
    color: var(--text-color-black-2);
    font-weight: 500;
    padding-bottom: 5px;
}

.footer-contact-us, .footer-address {
    text-align: left;
    padding-left: 10px;
}

.footer-links li {
    font-size: 0.75rem;
    margin-left: 20px;
    padding: 5px 0px;
}

.footer-links li a {
    color: var(--text-color-black-2);
    text-decoration: none;
    font-weight: 500;
}

.footer-links li a:hover {
    color: var(--text-color-bg-blue);
    transition: 0.3s;
}

.footer-links li a:focus {
    outline: 3px solid var(--text-color-bg-blue) !important;
    outline-offset: 2px;
}

.social-icons {
    display: flex;
    vertical-align: middle;
}

.social-icons li {
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

.social-icons li i {
    font-size: 1.5rem;
    color: var(--theme-color-2);
}

.social-icon, .social-icons a {
    color: #fff;
}

.footer-icfre-building {
    border-radius: 5px;
    padding-bottom: 10px;
    width: 200px;
}

.footer-tagline-section {
    border-top: 1px solid var(--border-color-1);
    padding: 5px;
    background: var(--bg-color-white-3);
}

.footer-tagline {
    display: flex;
    justify-content: space-around;
}

.footer-tagline h1 {
    font-size: 0.75rem;
    color: var(--text-color-black-4);
    font-weight: 500;
    padding: 10px 0px 0px 0px;
}

.header-section, .latest-ann-container, .main-slider-container, .ca-home-main, .main-content-home, .portals-main, .social-media-home-main, .imp-links-main {
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 590px) {
    .footer-section {
        padding: 10px;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-icfre-building {
        width: 100%;
    }
}

@media print {

    /* Sets paper size and orientation */
    @page {
        size: A4 portrait;
        /* Or landscape */
        margin: 10mm;
        /* Example margin */
    }

    /* Styles for the printable content */
    body {
        margin: 0;
        /* Remove default body margin */
        padding: 0;
    }

    .main-content-home {
        width: 210mm;
        /* Match A4 width */
        height: 297mm;
        /* Match A4 height */
        padding: 0;
        /* Adjust padding as needed within the page */
        box-shadow: none;
        /* Remove shadows */
        margin: 0 auto;
    }

    .uwaw {
        right: 530px;
        display: none;
    }
}