* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans Devanagari";
}

.topheader {
    width: 100%;
    background-color: #2e50ae;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.topheader-left-text {
    font-size: 13px;
    font-weight: 600;
}

.topheader-right-icon i {
    font-size: 16px;
    padding-left: 10px;
    color: white;
    gap: 20px;
}

.topheader-right-icon i:hover {
    color: black;
}

.font-color {
    color: white;
}

.btn-group a {
    color: white !important;
}

@media (max-width: 700px) {
    .topheader-right-icon {
        display: none;
    }

    .topheader {
        flex-wrap: wrap;
        line-height: 20px;
        padding: 10px 15px;
    }
}

/*====================================================== header css==================================== */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}
.gov-logo,
.nepal-flag {
    max-height: 120px;
}
.gov-logo-and-text {
    display: flex;
    gap: 20px;
    align-items: center;
}
.main-header-left-text {
    margin-top: 10px;
    font-weight: 700;
    color: #2e50ae;
    font-size: 16px;
    line-height: 5px;
    font-family: "Noto Sans Devanagari";
}
.office-name {
    color: red;
    font-size: 22px;
}

@media (max-width: 750px) {
    .office-name {
        line-height: 22px;
    }
    .gov-logo-and-text {
        flex-direction: column;
        width: 100%;
    }
    .gov-logo {
        text-align: left;
    }
    .flag-container {
        display: none;
    }
    .main-header-left-text {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 270px) {
    .main-header-left-text {
        line-height: 15px;
    }
    .office-name {
        line-height: 22px;
    }
}

@media (max-width: 450px) {
    .nepal-flag img {
        width: 10%;
    }
}

/* ============================latest notice============================ */
.newticker-label {
    margin: 10px 0px;
    cursor: pointer;
}

/* =============================================footer section======================================================== */

.footer {
    background-color: #2e50ae;
}

.footer-contact-content h4 {
    padding-top: 30px;
    color: #ffff;
    font-weight: 600;
}

.location-content,
.contact-content,
.email-content {
    color: #ffff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}

.contact-content a,
.email-content a {
    color: #ffff;
}

.short-link-section h4,
.outer-link-section h4 {
    padding-top: 30px;
    color: #ffff;
    font-weight: 600;
}
.footer-social-icon {
    padding: 15px 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.footer-icon {
    width: 30px;
    height: 30px;
    background-color: #ffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}
.footer-icon:hover {
    background-color: #062887;
}
.footer-social-icon a {
    color: #2e50ae;
}
.footer-social-icon a:hover {
    color: #ffff;
}

.short-link-section ul li,
.outer-link-section ul li {
    list-style: none;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #c5c2c2;
}

.short-link-section ul li a,
.outer-link-section ul li a {
    text-decoration: none;
    color: #ffff;
}

.short-link-section ul li a:hover,
.outer-link-section ul li a:hover {
    color: #91acf7;
}
/* ===============================sshort link section scrollbar css===================================== */
.short-link-section ul {
    height: 150px;
    overflow-y: scroll;
}
.short-link-section ul::-webkit-scrollbar-thumb {
    background-color: #d3cfcf;
    border-radius: 10px;
}
.short-link-sectionul::-webkit-scrollbar-track {
    background-color: #2e50ae;
    border-radius: 10px;
}
.short-link-section ul::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}

.short-link-section ul::-webkit-scrollbar {
    width: 8px;
    height: 10% !important;
}

/* ================================== footer outer link section scrollbar style==================================== */
.outer-link-section ul {
    height: 200px;
    overflow-y: scroll;
}
.outer-link-section ul::-webkit-scrollbar-thumb {
    background-color: #d3cfcf;
    border-radius: 10px;
}
.outer-link-section ul::-webkit-scrollbar-track {
    background-color: #2e50ae;
    border-radius: 10px;
}
.outer-link-section ul::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}

.outer-link-section ul::-webkit-scrollbar {
    width: 8px;
    height: 10% !important;
}
@media (max-width: 850px) {
    .footer-contact-content {
        margin-left: -40px;
    }
}

/* ============================================facebook page css================================================== */
.facebook-page {
    padding-top: 30px;
    border: none;
}

/* ===============================================copyright section css ========================================================= */
.copyright {
    padding: 15px 0;
    background: #0a2a82;
    float: left;
    width: 100%;
    color: #ccc;
}


@media (max-width: 700px) {
    .cpRight p{
        text-align: center;
        padding-top: 12px;
        line-height: 20px;
    }

    .poweredBy p{
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }
}

.copyright p {
    margin: 0;
}
    .facebook-page {
        overflow-x: hidden;
    }
    .copyright-text {
        padding-bottom: 50px;
    }
}
