* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 400;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

header {
    background: #1f2847;
    padding: 5px 0;
}

.navbar-nav li {
    border: 1px solid #fff;
    margin: 0 0 0 11px;
    border-radius: 5px;
    overflow: hidden;
}

.navbar-nav li a.active {
    background-color: #f70389;
    color: #fff;
}

.navbar.navbar-expand-lg .navbar-nav li a {
    color: #fff;
}

.logo a h1 {
    color: #fff;
    font-size: 30px;
}

.logo a small {
    color: #f7ff00;
    display: block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
}

.bannner {
    background: #f6f5f5;
    padding: 50px 0;
}

.card {
    margin: -40px 0 0;
}

.card .card-header {
    background: #1e2b5a;
    padding: 9px 15px;
}

.card .card-header h6 {
    font-size: 17px;
    margin: 0;
}

.card-body p strong {
    font-size: 17px;
    color: #0047bf;
}

.card .btn.btn-primary {
    background: #0024df;
}

footer {
    background: #051242;
    padding: 40px 0 0;
}

.content h4 {
    color: #fff;
    text-align: left;
    margin: 0 0 10px;
}

.content .footer-list li {
    float: left;
    width: 68%;
    margin: 0 7px 0 0;
    border: 1px solid #fff;
    height: 190px;
    padding: 0 14px 0;
}

.content ul li p {
    margin: 0;
}

.footer-list {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #525252;
    padding: 0 0 26px;
    margin: 0 0 36px;
}

.footer-list li p {
    color: #fff;
}

.footer-list li p a {
    color: #fff;
}

.msme {
    margin: 0;
    padding: 0;
}

.content .msme li {
    float: left;
    margin: 0 7px 0 0;
    width: 23%;
}

.msme li a img {
    height: 54px;
}

.content .social li {
    float: left;
    width: 20%;
}

.content .social li a {
    color: #fff;
}

.content .footer-list i.fa {
    background: #fff;
    width: 35px;
    height: 32px;
    text-align: center;
    padding: 9px 0 0;
    margin: 0 0 6px;
    border-radius: 0 0 11px 11px;
}

.footer-bottom {
    background: #01145d;
    padding: 10px 0;
    margin: 13px 0 0;
}

.table-responsive tr:nth-of-type(odd) {
    background: #dce8ff;
}

.table-responsive tr td {
    padding: 0.7rem 0.3rem;
    font-size: 15px;
    font-weight: bold;
}

.otp-input-fields {
    gap: 10px;
    padding: 10px 0px;
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #132d8e;
    text-align: center;
    outline: none;
    font-size: 16px;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-9 {
    width: 19rem;
}

.txt p {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.txt ol li{
    list-style: auto;
    margin-bottom: 8px;
}
.txt ol li b{
    display: block;
    color: #0024df;
}
.topfirstarea ul li {
    position: relative;
}

.topfirstarea ul li::after {
    content: "\f101";
    position: absolute;
    left: -11px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    top: 7px;
}

.topfirstarea ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 29px;
    text-transform: capitalize;
    font-weight: 400;
}

.topfirstarea ul li a:hover {
    color: #fa35a1;
}

.topfirstarea .sms_area li {
    float: left;
    width: 48%;
}

.topfirstarea .social li a::after {
    display: none;
}

.btn-close {
    background-color: #ccc;
}

.topHeader {
    background: #dfba0b;
}

marquee {
    font-size: 1rem;
    color: #000;
    padding-top: 4px;
}

.whatsapp {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 999;
    animation: animate 2s linear infinite;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
    border-radius: 100%;
}

.whatsapp img {
    width: 50px;
}

@keyframes animate {
    0% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(0.9);
    }

    0% {
        transform: scale(1.05);
    }
}

.enquireBtn {
    position: fixed;
    right: 5px;
    bottom: 40px;
    z-index: 999;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    background: #f70389;
    padding: 5px;
    border-radius: 5px;
    line-height: 1.2;
    font-weight: 500;
}

@media (max-width: 768px) {
    .topfirstarea .sms_area li {
        width: 100%;
    }

    .topfirstarea ul {
        padding-left: 15px;
        margin: 0 0 14px;
    }

    .social {
        margin: 14px 0 0;
        padding: 0;
    }

    .footer-bottom span {
        font-size: 13px !important;
    }

    .content .social li {
        width: 13%;
    }

    button.navbar-toggler {
        padding: 3px 7px;
        background-color: #fff;
    }

    .logo a {
        text-align: center;
    }

    .logo a h1 {
        /* text-align: center;
        position: absolute;
        right: 15px;
        top: 40px; */
        font-size: 24px;
    }

    ul.navbar-nav li {
        padding: 0;
        margin: 10px 0 0px;
    }

    .navbar.navbar-expand-lg .navbar-nav li a {
        color: #fff;
        padding: 7px 8px;
    }

    .bannner .row {
        flex-direction: column-reverse;
    }

    .lft-img {
        margin: 22px 0 0;
    }

    .card {
        margin: -28px 0 0;
    }
}