

    @import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
    
    html {
      scroll-behavior: smooth;
    }
    
    .alert_modal .modal__header {
        font-size: 24px;
    }
            .alert_modal .btn-danger{
                background-color: #14469f;
                border: 1px solid #14469f;
            }
                .alert_modal	.modal-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 99;
    }
    
    .alert_modal .modal {
        display: block;
        position: fixed;
        background: rgb(169 169 169 / 39%);
        backdrop-filter: blur(19px);
        width: 50%;
        height: fit-content;
        padding-bottom: 20px;
        top: 53vh;
        /* right: 50vw; */
        max-width: 100%;
        max-height: 100%;
        transform: translate(50%, -50%);
        /* box-shadow: 0 0 60px 10px rgb(0 0 0 / 0%); */
        border-radius: 20px;
        color: #fff;
    }
    
    .alert_modal .closed {
        display: none;
    }
    
    .alert_modal .modal__text {
        margin: 20px 20px;
        font-size: 17px;
    }
    
    .alert_modal .modal__header {
        text-align: center;
        background: #14469f ;
        padding: 20px 0px;
        color: #ffffff;
    }
    
    .nf-item {
      /* float: left;
      width: 33.33%; */
      display: none;
    }
    
    
    .show {
      display: block;
    }
    
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
        #career_slider .career_mob {
            object-fit: cover;
        }
        .alert_modal .modal{
            width: 98%;
            transform: translate(1%, -50%);
            padding-bottom: 0px;
        }
        .alert_modal .modal-body{
            overflow-y: auto;
            height: 385px;
        }
        #global_force .count_number{
            position: relative;
        }
        
        #global_force .count_number h3{
            left: 65px;
        }
        #across_industry .count_development{
            position: relative;
        }
        #across_industry .count_development h3{
            top: 10px;
            left: 65px;
        }
        /* #auto_brand .mobile-img{
            width: 60% !important;
            margin: auto;
        } */
        #em_empower .count_development{
            position: relative;
        }
        #em_empower .count_development h3{
            top: 10px;
            left: 65px;
        }
        #health_care .count_health{
            position: relative;
        }
        #health_care .count_health h3{
            left: 65px;
        }
    }
       