
    .top-header {
        padding: 5px;
        background-color: #fff;
        box-shadow: 0 2px 5px #ccc;
    }

    .login-page {
        background-color: #f5f5f5;
    }

    .logo-5-2 {
        max-height: 65px;
    }

    @media (max-width:1200px) and (min-width: 993px) {


        .form-slider {
            height: 389px !important;
            overflow-y: hidden !important;
        }

        #divlogin p {
            display: none !important;
        }

        #divlogin .input.mb20 {
            margin-bottom: 17px !important;
        }

        .form-slider h2 {
            font-size: 25px;
            margin-bottom: 20px !important;
        }

        .login-form {
            padding: 12px !important;
        }

        #form1 a {
            font-size: 9.5px !important;
        }
    }


    .int-rsp {
        width: 250px !important;
    }


    @media only screen and (max-width: 767px) {

        html,
        body {
            overflow-x: hidden;
        }

        body {
            position: relative
        }

        .npl {
            font-size: 14px !important;
        }

        .npl .fa {
            margin-right: 5px !important;
            color: #007cc3;
        }

        .int-rsp {
            width: 327px !important;
        }

        .lbl-top {
            margin-top: 0px !important;
        }
    }

    .lbl-top {
        margin-top: 25px;
    }

    .npl {
        font-size: 15px;
        color: #484646;
        margin-bottom: 5px;
    }

    .npl .fa {
        margin-right: 10px;
        color: #007cc3;
    }


    .chzn-container-single .chzn-single-with-deselect span {
        margin-right: 38px;
        line-height: 18px !important;
    }

    .chzn-container-single .chzn-single abbr {
        position: absolute;
        top: 8px !important;
        right: 26px;
        display: block;
        width: 12px;
        height: 12px;
        background: url(WebResource.axd?d=DRbp9kRhDLKLYx2dqyqTnYaxmhRtvzizfrwStiw4fg2Iw4QgTB4NOSZ49gh9cwkQE_ETWm2nOeUGBaUW7zAK5S5MZC_MFyI2DXMD9ARsrKSISKcOfQstqHg2irhf554R3irUnw2&t=636175253731074760) -42px 1px no-repeat;
        font-size: 1px;
    }

    .chzn-container-single .chzn-single div {
        position: absolute;
        top: 2px !important;
        right: 0;
        display: block;
        width: 18px;
        height: 100%;
    }


    /*=====css for radio button=====*/

    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #bcb9b9;
        border-radius: 100%;
        background: #fff;
    }

    [type="radio"]:checked+label:after,
    [type="radio"]:not(:checked)+label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #007cc3;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:not(:checked)+label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="radio"]:checked+label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }






    .input,
    .chzn-container-single .chzn-single {
        width: 100% !important;
        height: 30px !important;
        border: 1px solid #9fa2a5;
        margin-bottom: 5px;
        border-radius: 0px !important;
        padding: 5px !important;
        background: #fff !important;
        line-height: 25px !important;
        font-size: 14px !important;
    }

    .inputsmall {
        width: 60px !important;
        height: 30px !important;
        border: 1px solid #9fa2a5;
        margin-bottom: 5px;
        margin-right: 10px;
        padding: 5px !important;
        border-radius: 0px !important;
        background: #fff !important;
        line-height: 25px !important;
        font-size: 14px !important;
    }

 
    .calender-icon-img {
        position: absolute;
        right: 10px;
        top: 32px;
        cursor: pointer;
    }

    .content-body .title {
        padding: 8px 15px !important;
    }

    .container-login {
        max-width: 1140px;
        margin: 0 auto;

    }


    @media only screen and (min-width:1200px) {
        .container-login {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 15px;
        }


        .container {
            max-width: 100% !important;
            margin: 0 auto;
        }
    }



    .content-body {
        font-size: 14px !important;
    }

    .form-group label {
        font-size: 13px !important;
    }

    .overlay-home {
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0 !important;
        background: #fff;
        z-index: 1;
    }

    .login-content {
        background: #f5f5f5;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .slider-1 {
        width: 100%;
    }

    .login-form {
        background: #fff;
        box-shadow: 0 3px 3px rgb(0 0 0 / 4%), 0 1px 4px rgb(0 0 0 / 15%);
        width: 100%;
        padding: 22px;
        height: 485px;
        overflow-y: hidden;
        display: flex;
        align-items: center;
    }

    .mh-485{
      max-height: 485px;
    }

    .form-control {
        height: 40px !important;
        font-size: 14px !important;
    }



    label.form-control-placeholder {
        position: absolute;
        top: -6px;
        left: 10px;
        padding: 0px 10px;
        /* padding: 0px 0 0 0px; */
        transition: all 300ms;
        /* opacity: 0.5; */
        background: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 13px !important;
    }

    .form-group {
        position: relative;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }

    .toggle-password {
        float: right;
        cursor: pointer;
        right: 0px;
        bottom: 0px;
        /*background: #007cc3;*/
        width: 40px !important;
        position: absolute;
        height: 40px;
        line-height: 39px !important;
        color: #000;
        font-size: 18px !important;
    }

    .reset-img {
        width: 80px;
        margin-bottom: 30px;
    }


    .form-slider h2 {
        color: #022F4A;
        font-weight: 600;
        letter-spacing: 0px;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
    }

    .form-slider p {
        color: #022F4A;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

    .input,
    .chzn-container-single .chzn-single {
        width: 100% !important;
        height: 40px !important;
        border: 1px solid #9fa2a5;
        margin-bottom: 5px;
        border-radius: 0px !important;
        background: #fff !important;
        line-height: 25px !important;
        font-size: 14px !important;
    }

    .inputsmall {
        width: 60px !important;
        height: 40px !important;
        border: 1px solid #9fa2a5;
        margin-bottom: 5px;
        margin-right: 10px;
        border-radius: 0px !important;
        background: #fff !important;
        line-height: 25px !important;
        font-size: 14px !important;
    }


    .txt {
        border: 1px solid #a7a5a5;
        vertical-align: top;
        font-size: 14px;
        margin-left: 0px;
        width: 100% !important;
        height: 25px;
        border-radius: 0px;
        box-shadow: none;
    }

    input:focus {
        border: 1px solid #0093DD;
        outline: none;
        box-shadow: none;
    }

    input[placeholder],
    [placeholder],
    *[placeholder] {
        padding-left: 10px;
        font-size: 14px;
        letter-spacing: 0.8px;
    }


    input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        position: relative;
        top: 2px;
        margin-right: 10px !important;
    }

    @media only screen and (min-width: 1200px) {
        .container {
            max-width: 1200px !important;
        }
    }


.news {
    display: flex;
  background-color: #ce1f00;
  color: #fff;
  border-radius: 2px;
  margin-top: 40px;
font-size: 16px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 4%), 0 1px 4px rgb(0 0 0 / 15%);
}


.news .text{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
    display: flex;
    align-items: center;
min-width: 140px;
color: yellow;
background-color: red;
}

.news .latest{
    
  padding: 1rem 2rem;   
    display: flex;
    align-items: center;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .news {
        font-size: 14px;
    }
    .news .text{
        padding-left: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
min-width: 110px;
    }

    .news .latest{
        padding: 0.75rem 1rem;   
    }
}

.client{
    margin-bottom: 50px;
}

.alliances{
    background-color: #fff;
    padding: 15px 25px;
}

.client .alliances img{
    aspect-ratio: 5/2;
    object-fit: cover;
}