thead tr{
color:black;
}

.branding_section .col-lg-4{
display:none;
}
.branding_section{
display:none;
}

.slider_img {
    height: 400px!important;
    background-position: bottom!important;
}
@keyframes scroll-left {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-100%);
     }
 }
 @keyframes scroll-up {
     0% {
         transform: translateY(100%);
     }

     100% {
         transform: translateY(-100%);
     }
 }
.dynamic_field.show-map.table-striped.table.no-footer.dataTable thead th {
    background-color: #3A60B9 ;
    color: white ; 
}



    .ack-box {
            max-width: 700px;
            margin: 50px auto;
            background: #ffffff;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .ack-box h2 {
            color: #28a745;
            font-weight: bold;
        }

        .ack-box .info {
            font-size: 1.1rem;
            color: #333;
        }

        .ack-box .highlight {
            font-weight: bold;
            color: #004085;
        }
          
         
       
section#widget_2 {
    
    width: 100%;
    margin: 0px auto !important;
background: none !important;
}

 @media print {
            body {
                background: none !important;
            }

            body * {
                visibility: hidden !important;
            }

            #printSection,
            #printSection * {
                visibility: visible !important;
            }

            #printSection {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                top: 35%;
                left: 50% !important;
                transform: translate(-50%, -50%);
            }

.acknowledge {
margin-bottom: 0 !important;
padding-bottom: 0!important;
}

            .no-print {
                display: none !important;
            }
        }



