/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body {
    font-family: "Nunito Sans", sans-serif;
    /* font: 100% arial, helvetica, sans-serif; */
    color: #525252;
}

.banner-img {
    background: url('../images/bg-banner-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.heading-01 {
    color: #0018A8;
}

.heading-02 {

    color: #0F9EDD;
}
 .input-field{
                   height: 45px;
    border-radius: 0px;
    background: transparent !important;
    box-shadow: none;
            }
            .input-field:focus{
                   height: 45px;
    border-radius: 0px;
    background: transparent !important;
    box-shadow: none !important;
            }
            .form-control:disabled, .form-control[readonly] {
    background-color: #E1E1E1 !important;
    opacity: 1;
    cursor: no-drop;
            }
 .input_feild_01{
                   height: 45px !important;
    border-radius: 0px !important;
        border: 1px solid #ced4da !important;
    background: transparent !important;
    box-shadow: none !important;
            }
            .input_feild_01:focus{
                   height: 45px;
    border-radius: 0px;
    background: transparent !important;
    box-shadow: none !important;
            }
            .form-control:disabled, .form-control[readonly] {
    background-color: #E1E1E1 !important;
    opacity: 1;
    cursor: no-drop;
            }
            .btn-primary-01{
                background: #0550D1;
                padding: 15px 24px;
                border-radius: 0px;
            }
.logo-img {
    width: 70px;
    height: 70px;
}

.fs-13 {
    font-size: 13px;
}

.btn-primary-01 {
    background: #2282C1;
    color: #ffffff;
}
.btn-primary-01:hover {
    background: #2282C1;
    color: #ffffff;
}
h1,h2,h3,h4,h5,h6{
    color: #16184e;
}
.hide-row-block{
    display: block !important;
}
.show-icon{
    position: absolute;
    right: 0px;
   transform: translate(-12px, -33px);
   color: #0F9EDD;

    
}
p{
    color: #16184e;
}
a{
    color: #0550d1
    ;
}

.gap-10 {
    gap: 10px;
}

.btn-primary-012 {
    background: #00C382;
    color: #ffffff;
}

.fs-20 {
    font-size: 20px;
}

ul li {
    list-style: none;
}

.gap-10 {
    gap: 10px;
}

.fs-10 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.br-30 {
    border-radius: 15px;
}

.br-20 {
    border-radius: 12px;
}

.fs-30 {
    font-size: 30px;
}

.fs-22 {
    font-size: 22px;
}

.fs-18 {
    font-size: 18px;
}

input,
select,
textarea {
    font: 1em sans-serif, arial, helvetica;
    color: #000;
    border: none;
    background-color: #eceae7 !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.l-h-30 {
    line-height: 30px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}