@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
    font-family: Graphik;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/GraphikRegular.woff2) format("woff2"), url(../fonts/GraphikRegular.woff) format("woff");
}

@font-face {
    font-family: Graphik;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GraphikBold.woff2) format("woff2"), url(../fonts/GraphikBold.woff) format("woff");
}

@font-face {
    font-family: Graphik;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/GraphikSemibold.woff2) format("woff2"), url(../fonts/GraphikSemibold.woff) format("woff");
}

@font-face {
    font-family: "vickerman_rtregular";
    src: url(../fonts/vickerman_rtregular/vickerman-rt-regular.woff-webfont.eot);
    src: url(../fonts/vickerman_rtregular/vickerman-rt-regular.woff-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/vickerman_rtregular/vickerman-rt-regular.woff-webfont.woff2) format("woff2"), url(../fonts/vickerman_rtregular/vickerman-rt-regular.woff-webfont.woff) format("woff"), url(../fonts/vickerman_rtregular/vickerman-rt-regular.woff-webfont.ttf) format("truetype"), url(../fonts/vickerman_rtregular/vickerman-rt-regular.woff-webfont.svg#vickerman_rtregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RT Vickerman";
    font-weight: bold;
    src: url("../fonts/RT_Vickerman-Bold-eot.eot?#iefix");
    src: url("../fonts/RT_Vickerman-Bold-eot.eot?#iefix") format("eot"), url("../fonts/RT_Vickerman-Bold-woff2.woff2") format("woff2"), url("../fonts/RT_Vickerman-Bold-woff.woff") format("woff"), url("../fonts/RT_Vickerman-Bold-ttf.ttf") format("truetype");
}

@font-face {
    font-family: "Circular Std";
    src: url(../fonts/circular_std/CircularStd-Bold.eot);
    src: url(../fonts/circular_std/CircularStd-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/circular_std/CircularStd-Bold.woff2) format("woff2"), url(../fonts/circular_std/CircularStd-Bold.woff) format("woff"), url(../fonts/circular_std/CircularStd-Bold.ttf) format("truetype"), url(../fonts/circular_std/CircularStd-Bold.svg#CircularStd-Bold) format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');





/* p {
    font-family: "vickerman_rtregular";
    font-size: 17px;
    line-height: 28px;

    font-family: "Satoshi";
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
} */



body {
    font-family: vickerman_rtregular;
}

strong {
    font-family: "RT Vickerman";
    font-size: 16px;
}

p.light-text {
    color: #fff;
}

p.dark-text {
    color: #2d2d2d;
}

.logo {
    width: 100%;
    max-width: 100%;
    padding: 7px 0;
}

/* 
.logo img {
    width: 310px;
} */

.logo img {
    width: 70px;
}

.page-header {
    width: 100%;
    height: auto;
    /* position: absolute; */
    z-index: 1111;
    padding: 0px 40px;
    float: left;
    border-bottom: 1px solid #e4f2fe;
}

.h-menu a {
    font-size: 18px;
    color: #333;
    padding: 42px 0;
}

.h-menu li {
    display: inline-block;
}

.accessibility img {
    width: 32px;
}

.accessibility {
    position: relative;
    margin-left: 8px;
    border: none;
    background: transparent;
}

.accessibility:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #bce0ff;
    left: -15px;
    top: 0;
}

.social-btn:hover img,
.floting-spotlight:hover img {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.vmb-menu-part {
    width: 100%;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    height: 100%;
}

.nmdc-steel-info {
    padding-left: 127px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nmdc-steel-info .company-name {
    font-family: vickerman_rtregular;
    font-weight: 600;
    color: #232323;
    font-size: 16px;
}

.nmdc-steel-info .comp-info {
    font-family: vickerman_rtregular;
    font-weight: 500;
    color: #232323;
    font-size: 14px;
}

.logo-box {
    position: relative;
    float: left;
    height: 95px;
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
    z-index: 9;
}

.logo-wrapper {
    display: block;
    height: 165px;
    position: absolute;
    width: 110px;
    filter: drop-shadow(0px 0px 2px rgba(50, 50, 0, 0.1));
}

.page-header:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: -150%;
    transition: top .3s ease-in-out;
    width: 100%;
    z-index: -2;
}

.logo {
    background: #fff;
    width: 110px;
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

/*.vmb-main-menu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}*/
.vmb-main-menu>ul>li {
    height: 100%;
    margin: 0px 33px;
}

.vmb-main-menu>ul>li:first-child {
    margin-left: 0;
}

.nmdc-left-panel h3 {
    color: #113bab;
    font-size: 18px;
    width: 100%;
    float: left;
    display: block;
    line-height: 24px;
}

table thead {
    /*    background: #113bab;
    color: #ffffff;*/
    font-family: "RT Vickerman";
}

.nmdc-left-panel h2 {
    color: #113bab;
    font-size: 21px;
    padding: 0 0 10px;
    width: 100%;
    float: left;
    display: block;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 20px;
}

/*.vmb-main-menu > ul > li:last-child {
    margin-right: 0px;
}*/
.vmb-main-menu>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #303030;
    text-decoration: none;
    position: relative;
}

.vmb-main-menu>ul>li>a:hover {
    text-decoration: none;
}

.vmb-main-menu>ul>li>a:hover:after {
    width: 100%;
}

.vmb-main-menu>ul>li>a:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    position: absolute;
    top: 71px;
    left: 0;
    background-color: #0066b3;
    z-index: 3;
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.vmb-search-opener {
    width: 100px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #0f0f0f;
    position: relative;
    vertical-align: middle;
    margin-left: 50px;
    border: 1px solid #dae2ea;
    border-top: none;
    border-bottom: none;
}

.vmb-search-opener img {
    width: 30px;
}

.vl-side-menu-opener {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #0f0f0f;
    position: relative;
    vertical-align: middle;
    margin-left: 50px;
    height: 44px;
}

.lines {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
    top: 0px;
    width: 51px;
    text-align: left;
}

.lines span:first-child {
    margin-top: 0px;
}

.lines span {
    width: 51px;
    height: 2px;
    background: #0066b3;
    margin-top: 14px;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
    display: block;
    position: relative;
    top: 0;
    float: right;
}

.lines span.line2 {
    width: 32px;
}

.vl-side-menu-opener:hover .lines span.line2 {
    width: 51px;
}

.page-body {
    width: 100%;
    height: auto;
}

.banner {
    height: 100vh;
}

#video-background {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.header-banner-section {
    width: 100%;
    /*    height: calc(100vh - 189px);*/
    height: calc(100vh - 153px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #222327;
}

.banner-caption {
    position: absolute;
    bottom: 55px;
    text-align: left;
    width: 100%;
    z-index: 111;
    color: #fff;
}

.banner-caption img {
    position: absolute;
    width: 40px;
    left: 8px;
    top: 6px;
}

.banner-caption h1 span {
    background-color: rgba(9, 38, 54, 0.7);
    display: inline;
    clear: both;
    float: left;
    padding: 7px;
    margin-bottom: 5px;
}

.banner-caption h1 {
    display: block;
    float: left;
    width: 100%;
}

.banner-caption h2 {
    display: inline;
    background-color: #fff;
    padding: 5px;
    float: left;
    font-size: 39px;
    font-family: Graphik;
    font-weight: 500;
    color: #06bf06;
    position: relative;
    padding-left: 56px;
}

.banner-caption h1 .big-l {
    font-size: 83px;
    font-family: Graphik;
    font-weight: 700;
}

.banner-caption h1 .smal-l {
    font-size: 50px;
    font-family: Graphik;
    font-weight: 700;
}

/* button */

.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 30px;
}

.su_button_circle {
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
}

.button_su_inner {
    display: inline-block;
    background: #ffffff;
    color: #f4f4f4;
    font-size: 16px;
    font-weight: normal;
    width: 132px;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 22px;
    z-index: 100000;
}

.button_text_container {
    position: relative;
    z-index: 10000;
}

.explode-circle {
    animation: explode 0.5s forwards;
}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80, 0.2);
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: #0066b3;
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87, 0.8);
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108, 0.6);
    }
}

/* button animation */

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

/* Top Menu */

.top-right {
    text-align: right;
    position: relative;
}

.top-nav-bar {
    background-color: #e4f2fe;
    float: left;
    width: 100%;
    padding: 5px 40px;
}

.top-menu li a {
    color: #1f1f1f;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.f-btn a:nth-child(2),
.f-btn a:nth-child(3) {
    border-left: none;
}

.a-btn a#c-active {
    border: 1px solid #000;
    padding: 2px 5px;
}

.top-menu li a {
    color: #1f1f1f;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.f-btn a {
    float: left;
    width: 20px;
    height: 22px;
    border: 1px solid #000;
    justify-content: center;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.f-btn,
.f-btn a {
    display: flex;
    align-items: center;
}

#c-active {
    background: #fff;
    color: #232323 !important;
}

.a-btn a#c-inactive {
    border: 1px solid #000;
    padding: 2px 6px;
    background: #000;
    color: #fff;
    margin-left: -4px;
}

.top-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: 0px;
}

.top-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.translation-links ul {
    padding-left: 0px;
}

.translation-links {
    padding-left: 0px;
    min-width: 87px;
}

.translation-links li {
    margin-right: 0;
}

.top-menu li a {
    color: #1f1f1f;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.top-menu li:last-child {
    margin-right: 0;
}

.h-menu {
    margin-bottom: 0px;
}

.section {
    width: 100%;
    float: left;
    position: relative;
    padding: 80px 0;
}

.sliderTxt {
    width: 100%;
    float: left;
    position: relative;
}

.search-w p {
    width: 100%;
    float: left;
}

.show-filter #exTab1 {
    display: block;
}

.slider-wrap {
   /* background: url(../images/banner-bg.jpg) no-repeat top;*/
    background: url(../images/nmdcsteebanner.jpg) no-repeat top;
    background-size: cover;
    padding: 135px 0;
    width: 100%;
    float: left;
    position: relative;
    background-position: bottom;
    min-height: 430px;
}

.slider-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 67%);
}

.sliderTxt h1 {
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    font-family: Circular Std;
}

.sliderTxt p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}

.form-wrap label {
    color: #ffffff;
    font-family: Circular Std;
}

.form-wrap {
    background: #0066b3;
    padding: 10px 25px;
}

.input-group {
    width: 100%;
}

.origin {
    margin-bottom: 6px;
}

.form-wrap .col-lg-4 {
    padding-right: 3px;
    width: 20%;
}

.form-wrap .col-lg-4 {
    padding: 0 3px;
}

.form-wrap .col-lg-3 {
    padding: 0 3px;
}

.form-wrap .col-lg-2 {
    padding: 0 3px;
}

.form-wrap .form-control {
    height: 33px;
    border: none;
    font-size: 14px;
}

.nice-select {
    line-height: 21px;
}

#exTab1 {
    display: none;
}

.slider-wrap .input-group .form-control {
    border: none;
    font-size: 19px;
    border-radius: 0 !important;
    height: 65px;
    width: 100%;
    padding: 0 15px;
}

.sbutn {
    background: #ffb900;
    border: none;
    cursor: pointer;
    padding: 13px 0px 12px 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-radius: 0;
    font-weight: bold;
}

/*.end_date {
    padding-left: 15px !important;
    padding-right: 3px;
}*/
.archive-check {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.arrow,
.readmore-text {
    position: relative;
    z-index: 10;
}

.nmdc-page-heading {
    font-family: Circular Std;
    font-weight: 500;
    font-size: 45px;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.page-container-bg {
    background: #f3f7fd;
}

a {
    text-decoration: none;
}

.card {
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(22, 50, 92, .09);
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    display: block;
}

.card:hover {
    box-shadow: 0 6px 12px 0 rgb(106 130 135 / 22%);
}

.tender-container {
    width: 100%;
    float: left;
    padding: 10px 17px;
    border: 1px solid #d3e3fd;
    background: #edf4ff;
    padding-bottom: 17px;
}

.tender-card {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
}

.tender-number {
    background: #f0f6fc;
    padding: 5px;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.tender-heading {
    color: #113bab;
    font-size: 16px;
    width: 100%;
    float: left;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: Circular Std;
    padding-right: 175px;
}

.tender-card .location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    color: #16325c;
    position: relative;
    font-size: 15px;
}

.location-icon {
    width: 16px;
    background: url(../images/location.svg) no-repeat;
    height: 18px;
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
}

.tender-card .dateHeading {
    opacity: .8;
    font-size: 15px;
    color: #16325c;
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
    margin-top: 10px;
}

.tender-card .coll {
    padding-right: 40px;
    float: left;
    box-sizing: border-box;
    padding: 0;
    padding-right: 30px;
}

.dates {
    font-size: 15px;
    /*    width: 100%;*/
    float: left;
    margin-top: 20px;
}

.op-date {
    font-size: 15px;
    font-weight: 600;
    color: #32b846;
    opacity: 1;
    font-family: "RT Vickerman";
}

.cl-date {
    color: #fa3365;
}

.dn-date {
    color: #009de5;
}

.es-date {
    color: #5e5c5c;
}

.tender-detail-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    color: #5b6f8c;
    border: 1px solid #efefef;
    padding: 0 5px;
    margin-top: 25px;
    cursor: pointer;
}

.nmdc-pagination {
    display: flex;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.nmdc-pagination a.page-numbers {
    margin-right: 5px;
    color: #232323;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 45px;
    height: 40px;
    font-family: Graphik;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-decoration: none;
}

.nmdc-pagination a.page-numbers.current {
    background-color: #113bab;
    border: none;
    color: #fff;
    font-family: Graphik;
    margin-right: 5px;
    width: 45px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.nmdc-pagination a.page-numbers:hover {
    background-color: #113bab;
    color: #fff;
}

.prev.page-numbers,
.next.page-numbers {
    width: 100px !important;
}

.page-numbers.dots {
    width: 45px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group textarea {
    height: 150px !important;
}

.nmdc-feedback-form {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
}

.nmdc-feedback-form input,
.nmdc-feedback-form textarea {
    box-shadow: none;
}

.form-group label span {
    color: red;
}

.feedback-icon {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    padding: 30px;
}

.form-control {
    height: 48px;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    /*    font-size: 17px;
        line-height: 24px;*/
    /*    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);*/
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
    max-height: 280px;
    overflow-y: scroll;
}

.registration-cont {
    padding-top: 17px;
}

.registration-cont .nice-select {
    font-size: 16px;
    line-height: 34px;
}

.form-group label {
    font-family: Circular Std;
}

.lastupdated {
    float: right !important;
}

.forgot-password {
    position: relative;
    top: -10px;
}

.nmdc-breadcrumbs-list {
    float: left;
}

.nmdc-breadcumb {
    width: 100%;
    float: left;
    position: relative;
    background: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #d4eafd;
}

.nmdc-breadcrumbs-list ul {
    padding-left: 0px;
    position: relative;
    top: 0px;
    float: left;
    margin-bottom: 0px;
}

.nmdc-breadcrumbs-list ul li {
    list-style: none;
    display: inline-block;
    float: left;
    padding-right: 10px;
    font-size: 15px;
    color: #1e1e1e;
    line-height: 24px;
    font-weight: 400;
    font-family: Graphik;
    font-family: "vickerman_rtregular";
}

.nmdc-breadcrumbs-list ul li a {
    color: #1e1e1e;
    text-decoration: none;
}

.nmdc-breadcrumbs-list span {
    font-size: 17px;
    margin-left: 10px;
    font-family: Graphik;
    color: #1e1e1e;
}

.nmdc-print-now-btn {
    float: right;
    top: 6px;
    position: relative;
    z-index: 1000;
    font-size: 15px;
    color: #1e1e1e;
    line-height: 13px;
    font-weight: 400;
    font-family: "vickerman_rtregular";
    text-decoration: none;
}

.nmdc-print-now-btn img {
    position: relative;
    top: -5px;
    margin-left: 6px;
}

.login-btn {
    width: auto !important;
    margin-left: 17px;
    text-transform: capitalize !important;
    padding: 8px 10px 8px 10px !important;
}





/* Footer */
.main-footer {
    width: 100%;
    float: left;
    padding: 65px 0 0 0;
    background: #072a6a;
    position: relative;
}

.main-footer::before {
    content: "";
    position: absolute;
    background: url(/images/footer-top-abstract.png) no-repeat;
    height: 260px;
    width: 144px;
    background-size: cover;
    background-position: top;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-footer::after {
    content: "";
    position: absolute;
    background: url(/images/footer-lower-abstract.png) no-repeat;
    height: 388px;
    width: 390px;
    background-position: top;
    bottom: 11px;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}

.validator-image img {
    width: 68px;
}

.footer-validator-icon {
    margin-top: 0px;
}

.footer-top {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    position: relative;
    z-index: 10;
}

.footer-box-inner .footer-nav li {
    display: inline-block;
    font-size: 15px;
}

.footer-nav {
    /* text-align: right; */
    line-height: 27px;
    margin: 0;
    padding-left: 0;
}

.footer-nav a {
    font-family: vickerman_rtregular;
    font-weight: 400;
    font-size: 14px;
    color: #b8deff;
    text-decoration: none;
    line-height: 27px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #033eb2;
}

.sub-sites {
    position: relative;
    padding-top: 25px;
    margin-bottom: 0px !important;
    padding-left: 0;
}

.service-footer-wrapper ul li {
    display: inline-block;
    padding-right: 0;
    margin-right: 3px;
    margin-bottom: 3px;
}

.margin-top {
    margin-top: 10px;
    padding-top: 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
}

.footer ul li {
    display: inline-block;
    margin-right: 38px;
}

.footer ul li:last-child {
    margin-right: 0;
}

.footer-nav li:last-child a {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.subscribe {
    padding: 60px 0;
}

.subscribe-btn {
    width: 170px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 15px 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(to right, rgb(222, 69, 84), rgb(221, 144, 68));
}

.subscribe-btn:hover {
    color: #fff;
}


.subscribe p {
    color: #b8deff;
    margin: 0 0 0 20px;
}

.social-links {
    text-align: center;
    width: 100%;
    float: left;
}

.social-links ul {
    text-align: right;
    display: inline-flex;
    float: right;
    padding: 60px 0 25px 0;
}

.social-links ul li {
    margin-right: 15px;
}

.social-links ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*::-webkit-input-placeholder {  Chrome/Opera/Safari 
    color: #fff;
}
::-moz-placeholder {  Firefox 19+ 
    color: #fff;
}
:-ms-input-placeholder {  IE 10+ 
    color:#fff;
}
:-moz-placeholder {  Firefox 18- 
    color: #fff;
}*/
.social-links ul li a:hover {
    transform: translate(0px, -5px);
}

.social-links ul li:last-child {
    margin-right: 0;
}

.social-links ul li a i {
    display: inline-block;
    z-index: 9;
    transition: 0.5s;
}

.linkedin-icon img {
    width: 37px;
    height: 37px;
}

.facebook-icon img {
    width: 37px;
    height: 37px;
}

.twitter-icon img {
    width: 37px;
    height: 37px;
}

.instagram-icon img {
    width: 37px;
    height: 37px;
}

.bottom-footer {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0px;
    font-family: 'vickerman_rtregular';
    border-top: 1px solid #1858d5;
}

.bottom-footer .text-left {
    float: left;
}

.bottom-footer p {
    margin-bottom: 0px;
    color: #c6e2ff;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 100;
    float: unset;
    width: auto;
}

.bottom-footer a {
    color: #c6e2ff;
    font-family: 'vickerman_rtregular';
}

.bottom-footer ul {
    margin-bottom: 0px;
    /* margin-left: 32px; */
    display: inline-flex;
}

.bottom-footer ul li {
    /* margin-right: 26px; */
    position: relative;
}

.bottom-footer ul li:last-child {
    margin-right: 0
}

.bottom-footer ul li a {
    line-height: 24px;
    font-family: 'vickerman_rtregular';
    color: #c6e2ff;
    font-size: 13px;
    font-weight: 100;
    text-decoration: none;
}


.bottom-footer ul {
    list-style: none;
    text-align: right;
    float: right
}

.social-links ul {
    list-style: none;
}

.bottom-footer a {
    text-decoration: none;
}


/* .validator-image img {
    width: 100px;
} */

.nsl-logo img {
    width: 80px;
}

.social-media-wrapper {
    position: fixed;
    display: flex;
    background-color: #28408c;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column-reverse;
    border-bottom-left-radius: 30px;
    z-index: 18;
    animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

.social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 12px 25px;
}

.social-icons .social-btn:first-child {
    padding-top: 0;
    margin-top: 0;
}

.social-icons .social-btn:first-child::before {
    display: none;
}

.social-icons a {
    background: transparent;
}

.custom-link {
    cursor: pointer;
}

.social-btn {
    position: relative;
    margin-top: 12px;
    padding-top: 12px;
}

.social-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #395dcd;
}

.social-btn img {
    width: 20px;
    height: 22px;
}

/* Footer Ends*/



/* Button hover effect */

.read-more,
.read-more::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.read-more {
    background: none;
    width: 170px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(222, 69, 84), rgb(221, 144, 68));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px 10px 12px 10px;
    text-decoration: none;
    font-size: 17px;
    /*    margin-top: 25px;*/
    font-weight: 500;
    transition: 0.3s all ease;
}

/*.read-more::before,
.read-more::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
}*/

.read-more:hover {
    color: #fff;
}

/* BUTTON 5 */
/*.btn-5 {
    overflow: hidden;
}

.btn-5::after {
    background-color: #de6a4d;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(222, 69, 84), rgb(221, 144, 68));
}

.btn-5:hover:after {
    height: 100%;
    width: 135%;
}



.read-more:hover  .arrow-bar{
    margin-left: 10px;
}
*/

/* button hover effect end */




/* hamburger menu */

.overflow-body {
    overflow: hidden;
}

.menu-active-open .vl-menu-overlay {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-delay: 0s;
}

.vl-menu-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 8;
    background-color: rgb(2 48 137 / 56%);
    mix-blend-mode: normal;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    transition-delay: .83s;
    /*    z-index: 999999999;*/
    z-index: 999;
}

.vl-menu-close-button {
    opacity: 0;
    position: fixed;
    right: 43px;
    top: 28px;
    z-index: 9999999999;
    visibility: hidden;
}

.menu-active-open .vl-menu-close-button {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease 1s, transform 2s ease;
    transform: translateX(0);
    /*    display: block;*/
    position: fixed;
}

.vl-menu-close-button .inner {
    width: inherit;
    text-align: center;
}

.vl-menu-close-button .outer {
    position: relative;
    margin: auto;
    width: 50px;
    cursor: pointer;
}

.vl-menu-close-button label {
    font-size: .8em;
    line-height: 4em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.vl-menu-close-button .inner:before,
.vl-menu-close-button .inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: #a2d6ff;
    left: 0;
    transition: all .3s ease-in;
}

.vl-menu-close-button .inner:before {
    top: 50%;
    transform: rotate(45deg);
}

.vl-menu-close-button .inner:after {
    bottom: 47%;
    transform: rotate(-45deg);
}

.vl-menu-close-button .outer:hover label {
    opacity: 0;
}



.menu-active-open .vl-side-menu {
    /*    opacity: 1;*/
    transform: translateX(0);
    transition: opacity .2s ease 1s, transform 2s ease;
}

.vl-side-menu {
    /*    opacity: 0;*/
    width: 350px !important;
    border-style: solid;
    border-image: linear-gradient(to bottom, #4caf50, rgba(255, 255, 255, 0)) 1 100%;
    border-right-width: 1px;
    border-left: none;
}

.hidden-bar-wrapper {
    padding: 75px 90px 20px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    /*    visibility: hidden;*/
}

/*.menu-active-open .hidden-bar-wrapper {
  visibility: visible;
}*/
/*.vl-side-menu li:after {
  content: '';
  left: 0px;
  top: 5px;
  position: absolute;
  width: 3px;
  height: 0;
  background: #6aaf2e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.vl-side-menu li:hover:after {
  height: 42px;
}
.vl-website-submenu li:hover {
  background: #f2f9ff;
}*/
.vl-side-menu li {
    overflow: hidden;
    list-style: none;
    /*    position: relative;*/
}

.vl-side-menu li a {
    display: block;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    transition: .8s cubic-bezier(.767, .01, .18, 1.01);
    font-size: 28px;
    color: #ffffff;
    font-family: Graphik;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.menu-active-open .vl-side-menu li:nth-child(1) a {
    transition-delay: 1s;
}

.menu-active-open .vl-side-menu li:nth-child(2) a {
    transition-delay: 1.1s;
}

.menu-active-open .vl-side-menu li:nth-child(3) a {
    transition-delay: 1.2s;
}

.menu-active-open .vl-side-menu li:nth-child(4) a {
    transition-delay: 1.3s;
}

.menu-active-open .vl-side-menu li:nth-child(5) a {
    transition-delay: 1.4s;
}

.menu-active-open .vl-side-menu li:nth-child(6) a {
    transition-delay: 1.5s;
}

.menu-active-open .vl-side-menu li:nth-child(7) a {
    transition-delay: 1.6s;
}

.menu-active-open .vl-side-menu li:nth-child(8) a {
    transition-delay: 1.7s;
}

.menu-active-open .vl-side-menu li:nth-child(9) a {
    transition-delay: 1.8s;
}

.menu-active-open .vl-side-menu li:nth-child(10) a {
    transition-delay: 1.9s;
}

.menu-active-open .vl-side-menu li:nth-child(11) a {
    transition-delay: 2s;
}

.menu-active-open .vl-side-menu li:nth-child(12) a {
    transition-delay: 2.1s;
}

.vl-side-menu li:nth-child(1) a {
    transition-delay: 0s;
}

.vl-side-menu li:nth-child(2) a {
    transition-delay: .04s;
}

.vl-side-menu li:nth-child(3) a {
    transition-delay: .08s;
}

.vl-side-menu li:nth-child(4) a {
    transition-delay: .12s;
}

.vl-side-menu li:nth-child(5) a {
    transition-delay: .16s;
}

.vl-side-menu li:nth-child(6) a {
    transition-delay: .2s;
}

.vl-side-menu li:nth-child(7) a {
    transition-delay: .24s;
}

.vl-side-menu li:nth-child(8) a {
    transition-delay: .28s;
}

.vl-side-menu li:nth-child(9) a {
    transition-delay: .32s;
}

.vl-side-menu li:nth-child(10) a {
    transition-delay: .36s;
}

.vl-side-menu li:nth-child(11) a {
    transition-delay: .4s;
}

.vl-side-menu li:nth-child(12) a {
    transition-delay: .44s;
}

.menu-active-open .vl-side-menu li a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: 1.5s cubic-bezier(.225, 1, .316, .99);
}

.hidden-bar .vl-side-menu li .vl-submenu-list {
    position: absolute;
    left: 350px !important;
    transform: none !important;
    top: 10px !important;
    min-width: 0;
    min-width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 0 0 0 44px;
    width: calc(100% + 500px);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    display: none;
    /*    column-count: 2;*/
}

.hidden-bar .vl-side-menu li:hover .vl-submenu-list {
    display: block;
    margin-bottom: 28px;
}

.vl-submenu-list li a {
    font-size: 20px;
    color: #ffffff;
    font-family: Graphik;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
}

.vl-submenu-list li a:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 23px;
    height: 2px;
    margin-right: 7px;
    margin-top: 1px;
}



.menu-active-open .hidden-bar {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-delay: .10s;
}

/*.hidden-bar:after{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 70%;
    background-image: url(../images/performance-background-right.jpg); 
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
    z-index: 1;
    filter: grayscale(100%);

}*/

/*.hidden-bar:before{
    content:"";
    position: absolute;
    left:0;  
    width: 100%;
    height: 70%;
    bottom:0;
    z-index: 2;
    background: rgb(1,47,137);
    background: linear-gradient(180deg, rgba(1,47,137,1) 0%, rgba(1,47,137,0) 100%);

}*/

.hidden-bar {
    overflow-y: scroll;
    width: 500px;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 9;
    /* background-color: #012f89; */
    background: #0066b3 url(../images/menu-bg.png);
    /* background-image: url(../images/menu-bg.png); */
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    transition-delay: .7s;
    z-index: 9999999999;
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.vl-menu-cover-title {
    position: absolute;
    top: 50%;
    left: 35px;
    font-size: 20vw;
    font-weight: 600;
    line-height: 1.15;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.05;
    color: #a2d6ff;
}

#search-content {
    position: absolute;
    right: 104px;
    top: 29px;
    height: 80px;
    width: 292px;
    z-index: 20;
}

#search-content .form-group {
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

#search-content .form-group .form-control {
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #6698d2 !important;
    padding: 0 20px;
    height: 50px !important;
    box-shadow: none;
    border-radius: 0;
}

#search-content .form-group .item-btn {
    padding: 12px 15px;
    color: #ffffff;
    background-color: #0063a7;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    border: none;
    cursor: pointer;
    line-height: 1.4;
    outline: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    right: 0;
    top: 0;
}

#search-content .item-btn {
    background: transparent url(../images/search-icxon.png) no-repeat 5px 3px;
    height: 18px;
    background-color: transparent !important;
    border: 1px solid #6698d2 !important;
    /* border-left: none !important; */
    width: 45px;
}

#search-content input::placeholder {
    color: #6698d2;
}

.sidebar-toggle {
    margin-left: -240px;
}

.sidebar {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    margin-top: 50px;
}

.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
}

.sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar #leftside-navigation ul li.active>a {
    color: #1abc9c;
}

.sidebar #leftside-navigation ul li.active ul {
    display: block;
}

.sidebar #leftside-navigation ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0 8px 0px;
    font-size: 15px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.sidebar #leftside-navigation ul li a:hover {
    color: #cee1ff;
}

.sidebar #leftside-navigation ul li a span {
    display: inline-block;
}

.sidebar #leftside-navigation ul li a i {
    width: 20px;
}

.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}

.sidebar #leftside-navigation ul ul {
    display: none;
}

.sidebar #leftside-navigation ul ul li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}

.sidebar #leftside-navigation ul ul li a {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
}

.sub-menu ul li a {
    padding-left: 15px !important;
}



.sidebar .arrow:after {
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}

/* hamburger menu ends */

.nmdc-logo {
    padding: 30px;
}

.form-outline {
    width: 100%;
}

.sliderTxt .input-group {
    width: 100%;
    flex-wrap: nowrap;
}

.sliderTxt .tenders-tab {
    width: 170px;
    height: 65px;
    background: linear-gradient(to right, rgb(222, 69, 84), rgb(221, 144, 68));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 23px;
    font-family: Circular Std;
    font-weight: normal;
}

.search-iconn {
    background: url(../images/loupe.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
}

.search-now {
    background: linear-gradient(to right, rgb(222, 69, 84), rgb(221, 144, 68));
    border: none;
    border-radius: 0;
}

.search-w .error.text-danger {
    position: absolute;
    right: 100px;
    top: 13px;
    background: #dc3545;
    color: #ffffff !important;
    font-size: 14px;
    padding: 1px 10px;
}

.header-icon {
    display: flex;
    align-items: center;
}

.header-icon img {
    width: 32px;
    margin-right: 8px;
}

.header-icon span {
    font-size: 16px;
    font-family: Circular Std;
    font-weight: 600;
    color: #232323;
}

.ulogin {
    margin-left: 30px;
}

.header-icon span i {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #babbbd transparent transparent transparent;
    display: inline-block;
}

.after-login {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

.ualogin {
    margin-left: 0px;
}

.after-login ul {
    list-style: none;
    display: none;
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 120%;
    z-index: 9999;
    width: 170px;
    padding: 15px 15px;
    border: 1px solid #e4f2fe;
}

.after-login ul a {
    padding: 5px 0;
    display: block;
    color: #232323;
}

.after-login ul li:last-child {
    margin-top: 5px;
    border-top: 1px solid #e4f2fe;
}

.box {
    border-radius: 0;
    background: #fff;
    border: 1px solid #e9f2ff;
    /* border-top-color: #d2d6de; */
    width: 100%;
    /* font-size: 13px; */
    /* box-shadow: 0 0 4px rgb(0 0 0 / 20%); */
}

.box-body {
    padding: 10px 15px;
}

.tender-brief .form-group.row {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.control-label p {
    font-family: "RT Vickerman";
}

.box-success p {
    margin-bottom: 0px;
}

.box-success .form-group {
    margin-bottom: 10px;
}

.box-success .form-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contract-case-active,
.contract-case-active2 {
    display: none;
}

.modal-header button span {
    position: relative;
    font-size: 25px;
    line-height: 24px;
}

.close {
    border: none;
}

.translation-links .drop-down {
    width: 8px;
    height: 4px;
    margin-left: 4px;
    margin-bottom: 2px;
}

.globe-icon,
.drop-down,
.search-icon img {
    filter: invert(1);
    margin-bottom: 5px;
}

.menu-fl {
    display: flex;
    justify-content: end;
}

/* -----------------------------Header Accessability------------------------ */
.accessability-box-container {
    position: fixed;
    width: 430px;
    height: 600px;
    background-color: #f2f7fa;
    border-radius: 10px;
    top: 51px;
    z-index: 9999;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
    visibility: visible;
    overflow-y: scroll;
    scrollbar-color: silver transparent;
    scrollbar-width: thin;
    border-bottom: 30px solid #072a6a;
}

.close-accessability {
    width: 100%;
    /* transition: all .15s ease; */
}

.close-button-accessability {
    float: right;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.close-button-accessability:hover {
    transform: scale(1.2);
}

.accessability-box-inner {
    width: 100%;
    background-color: #072a6a;
    min-height: 180px;
}

.accessability-box-sub-inner {
    width: 100%;
    padding: 15px;
    float: left;
}

.accessability-box-top {
    padding: 15px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accessability-box-top h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.adjustment-box-main h2 {
    font-size: 17px;
    color: #6e6e6e;
    margin-bottom: 20px;
    margin-top: 30PX;
}

.adjustment-box-main h2:first-child {
    margin-top: 0;
}

.resetsetting {
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    padding: 5px 15px;
    background-color: #fff;
}

.resetsetting img {
    width: 20px;
    margin-right: 7px;
}

.adjustment-box-main {
    padding: 23px;
    background-color: #fff;
    border-radius: 10px;
    /* margin-top: 15px; */
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
}


/* .adjustment-box-main h5:nth-child(1){
    margin-top: 0;
  } */

.adjustment-lists {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.adj-box {
    border-radius: 10px;
    background-color: #f2f7fa;
    height: 110px;
    padding: 20px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
    width: 31%;
}

.adj-box:hover {
    border: 1px solid #072a6a;
}


.adj-box:focus {
    outline: none;
    border: 1px solid #072a6a;
    box-shadow: 0 0 8px rgba(7, 42, 106, 0.7);
}

/* Active State */
.adj-box.active {
    border: 2px solid #072a6a;
    box-shadow: 0 0 10px rgba(7, 42, 106, 0.9);
}

.adj-box.box-2 {
    width: 48.5%;
}

.adj-box.box-color {
    width: 65.5%;
}

.adj-box span {
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}

.box-color span {
    margin-top: 0;
}

.adj-box img {
    width: 25px;
}

.adj-box:nth-last-child(2),
.adj-box:nth-last-child(1),
.adj-box:nth-last-child(3) {
    margin-bottom: 0;
}

.accessability-box-container.show {
    display: block;
}

.action-custom-element {
    width: 100%;
    margin-top: 17px;
}

.color-picker {
    margin-top: -5px;
    text-align: center;
}

.color-picker-selection {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    border-radius: 50px;
    border: solid 1.5px #e3e8fb;
}

.color-picker-cancel {
    font-size: 13px;
    color: #1f2533;
    display: block;
    margin: 7px auto 0;
    background: none;
    font-weight: 500;
    border: 1px solid #d3d1d1;
    border-radius: 20px;
}

.color-picker-cancel:hover {
    background-color: #f1f1f1;
}

.blue-text,
.blue-title {
    background-color: #0076b4;
}

.purple-text,
.purple-title {
    background-color: #7a549c;
}

.red-text,
.red-title {
    background-color: #c83733;
}

.orange-text,
.orange-title {
    background-color: rgb(208, 112, 33);
}

.teal-text,
.teal-title {
    background-color: rgb(38, 153, 159);
}

.green-text,
.green-title {
    background-color: rgb(77, 120, 49);
}

.white-text,
.white-title {
    background-color: rgb(255, 255, 255);
}

.black-text,
.black-title {
    background-color: rgb(0, 0, 0);
}

/* Active state for color-picker */

.color-picker-selection:focus::after,
.color-picker-selection:active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #dfdfdf;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/*Contract Start*/
.highContrast label,
.highContrast p,
.highContrast li,
.highContrast span,
.highContrast a,
.highContrast .vmb-main-menu>ul>li>a,
.highContrast .vmb-main-menu ul li.has-sub-menu ul li a,
.highContrast .sidebar #leftside-navigation ul li a,
.highContrast .sidebar #leftside-navigation ul li a:hover,
.highContrast .sidebar #leftside-navigation ul ul li a,
.highContrast .banner-caption,
.highContrast .banner-caption h2,
.highContrast h1,
.highContrast h2,
.highContrast h3,
.highContrast h4,
.highContrast h5,
.highContrast h6,
.highContrast .project-highlight,
.highContrast .nmdc-bod-member-degination,
.highContrast .nmdc-right-side-menu li a,
.highContrast .social-responsibility-gist,
.highContrast .overview-gist-cont,
.highContrast div,
.highContrast table th,
.highContrast table td {
    color: #ffff00 !important;
}

.highContrast .page-container-bg {
    background: #161616;
}

.highContrast .tender-container {
    border: 1px solid #000000;
    background: #000000;
}

.highContrast .tender-number {
    background: #565656;
}

.highContrast .nmdc-pagination a.page-numbers {
    background-color: #000000;
    border: 1px solid #000;
}

.highContrast .nmdc-pagination a.page-numbers.current {
    background-color: #383838;
}

.highContrast .normal-case-active {
    display: none;
}

.highContrast .nmdc-breadcumb {
    border-bottom: 1px solid #161616;
}

.highContrast .page-header {
    border-bottom: 1px solid #161616;
}

.highContrast .tender-detail-btn {
    border: 1px solid #f9e404;
}

.highContrast .contract-case-active {
    display: block;
}

.highContrast .contract-case-active2 {
    display: inline-block;
}

.highContrast .form-control {
    color: #ffeb3b !important;
}

.highContrast .nmdc-right-side-menu li {
    background: #000000;
    position: relative;
}

.highContrast .table {
    border-color: #ffeb3b !important;
}

.highContrast .ngx-pagination li {
    background-color: #222 !important;
    border: 1px solid #444 !important;
}

.highContrast table thead {
    background: #222222 !important;
}

.highContrast .ngx-pagination li:hover {
    background-color: #000000 !important;
}

.highContrast select.form-control {
    background: transparent !important;
}

.highContrast select.form-control:focus {
    color: #ffff00 !important;
}

.highContrast .nmdc-pr-shorting select.form-control {
    background: url(./assets/images/arrow-down-contracts.png) no-repeat right 13px top 25px !important;
}

.highContrast .nmdc-search-form .nmdc-search-submit {
    background: #000 url(./assets/images/sprite.png) no-repeat -95px -483px;
}

.highContrast .nmdc-search-form .nmdc-search-clear {
    background: #000000 url(./assets/images/sprite.png) no-repeat -94px -536px;
}

.highContrast .latest-cont .read-more-btn:before {
    background-image: url(./assets/images/right-arrow-contracts.png);
}

.highContrast #search-content .item-btn {
    background: #0000 url(./assets/images/search-icxon-contracts.png) no-repeat 5px 3px;
}

.highContrast #search-content .form-group .form-control {
    color: #ffeb3b;
}

.highContrast .op-card h2 {
    border-bottom: 2px solid #3c3c3c;
}

.highContrast .nmdc-newsletter-box .nmdc-newsletter-caption h2 {
    color: #ffeb3b !important;
}

.highContrast .nmdc-press-box-inner {
    border: none;
}

.highContrast .nmdc-newsletter-box .nmdc-newsletter-caption h2 {
    color: #ffeb3b !important;
}

.highContrast .bg-gray {
    background: #222222;
}

.highContrast .blockquote-footer {
    color: #ffeb3b;
}

.highContrast .nmdc-feedback-form {
    background: #000 !important;
    border: 1px solid #4c4c4c !important;
}

.highContrast .nmdc-search-form .nmdc-search-clear,
.highContrast .nmdc-search-form .nmdc-search-submit {
    border-left: 1px solid #ffeb3b;
}

.highContrast .ngx-pagination li.current {
    background-color: #000000 !important;
}

.highContrast .form-control {
    border: 1px solid #ffeb3b !important;
    background: #222 !important;
}

.highContrast .vmb-main-menu ul li.has-sub-menu ul li a:focus,
.highContrast .vmb-main-menu ul li.has-sub-menu ul li a:hover {
    background: #4a4a4a;
}

.highContrast .nmdc-video-caption {
    background: #222 !important;
    color: #ffeb3b !important;
}

.highContrast .disabled-div {
    background: #464646 !important;
}

.highContrast .entry-detail {
    background: #222 !important;
    border: 1px solid #ffeb3b !important;
}

.highContrast .modal-content {
    background-color: #3c3c3c !important;
}

.highContrast .modal-header {
    border-bottom: 1px solid #5e5e5e;
}

.highContrast .accordion-button:not(.collapsed) {
    background-color: #222222 !important;
}

.highContrast .accordion-item {
    background-color: #000 !important;
}

.highContrast .gray-header thead {
    background: #000000 !important;
    color: #ffeb3b !important;
}

.highContrast .accordion-button {
    color: #ffeb3b !important;
}

.highContrast .close {
    background: #000 !important;
}

.highContrast .location-address {
    background: #4a4a4a !important;
}

.highContrast .other-address .contact-info-wrap {
    background: #222 !important;
    border: 1px solid #ffeb3b !important;
}

.highContrast .btn-primary {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.highContrast .btn-check:focus+.btn-primary,
.highContrast .btn-primary:focus,
.highContrast .btn-primary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.highContrast .nmdc-press-releases-box {
    background: #222 !important;
    border: 1px solid #ffeb3b !important;
}

.highContrast .our-projects {
    background-image: none;
}

.highContrast .performance-section {
    background-color: #070707 !important;
}

.highContrast .op-card {
    background: #161616;
}

.highContrast .banner-caption h2 {
    background-color: #092636b3;
}

.highContrast #search-content .form-group .form-control,
.highContrast #search-content .item-btn {
    border: 1px solid #ffeb3b !important;
}

.highContrast .vl-menu-close-button .inner:after,
.highContrast .vl-menu-close-button .inner:before {
    background: #ffeb3b;
}

.highContrast .arrow:after {
    border-bottom: 2px solid #ffff00;
    border-right: 2px solid #ffff00;
}

.highContrast .f-btn a {
    border: 1px solid #ffff00;
}

.highContrast .box-card {
    background: #000000;
    border: 1px solid #ffeb3b;
}

.highContrast .f-btn a:hover {
    background-color: #222;
}

.highContrast .top-nav-bar,
.highContrast .latest-from-nmdc,
.highContrast .our-projects {
    background-color: #161616;
}

.highContrast .recent-notices,
.highContrast .latest-cont h3 {
    border-bottom: 1px solid #ffeb3b;
}

.highContrast .press-repease-heading h4:after {
    background: linear-gradient(180deg, #fff0 20%, #161616);
}

.highContrast .latest-cont .read-more-btn {
    background-color: #161616;
    color: #ffeb3b;
}

.highContrast .latest-cont .read-more-btn:hover {
    background-color: #363636;
}

.highContrast .latest-cont .read-more-btn:after {
    background-color: #282828;
}

.highContrast .latest-cont {
    background-color: #000;
}

.highContrast .performance-section {
    background: #030504 !important;
}

.highContrast .page-header,
.highContrast .overview-section,
.highContrast .op-card,
.highContrast .project-description,
.highContrast .nmdc-page-content-area {
    background: #0c0c0c !important;
}

.highContrast .sub-sub-menu-right li {
    border-top: 1px solid #444444 !important;
}

.highContrast .nmdc-breadcumb {
    background: #222222;
}

.highContrast .nmdc-bod-members {
    border: 1px solid #ffeb3b !important;
    background: #222 !important;
}

.highContrast .normal-case-active {
    display: none;
}

.highContrast .contract-case-active {
    display: block;
}

.highContrast .nmdc-press-releases-box:hover h2 {
    color: #ffeb3b !important;
}

.highContrast .performance-section:before {
    background: linear-gradient(135deg, #000000, #012f8900);
}

.highContrast .lines span {
    background: #ffff00;
}

.highContrast .vmb-main-menu ul>li.has-sub-menu ul {
    background: #222;
}

.highContrast .vmb-main-menu ul li.has-sub-menu:hover:before {
    border-color: #0000 #0000 #fde300;
}

.highContrast .hidden-bar {
    background: #000000;
}

.highContrast .card {
    box-shadow: none !important;
    background: #141414 !important;
    border: 1px solid #ffeb3b !important;
}

.highContrast .triangle:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #282828), color-stop(100%, #161616));
}

.highContrast .environment-wrapper {
    background: no-repeat 0 100%, linear-gradient(90deg, #000000, #161616);
}

.highContrast .sustainability-box,
.highContrast .sr-card,
.highContrast .nmdc-right-side-menu li.active,
.highContrast .nmdc-sidebar-heading {
    background: #000;
}

.highContrast .nmdc-hvr-sweep-to-right:before {
    background: #4b4a4f;
}

.highContrast .nmdc-right-side-menu li {
    background: #222222;
}

.highContrast .sustainability-box:before {
    background: #ffeb3b;
}

.highContrast .social-responsibilities-section {
    background-color: #161616;
}

.highContrast .icon-cont {
    background-color: #303030;
    box-shadow: 0 0 9px 0 #00000059;
}

.highContrast .left-arrow,
.highContrast .play-pause-button,
.highContrast .right-arrow {
    border: 2px solid #ffeb3b;
}

.highContrast .nav-arrow .arrow:before,
.highContrast .nav-arrow:before {
    background-color: #ffeb3b;
}

.highContrast .nav-arrow .arrow:after,
.highContrast .nav-arrow:after {
    border-color: #ffeb3b;
}

.highContrast .main-footer {
    background: #000000;
    background-image: none;
}

.highContrast .bottom-footer {
    border-top: 1px solid #161616;
}

.highContrast .arrow .arrow:before,
.highContrast .arrow:before {
    background-color: #ffeb3b;
}

/*Contract Start*/
.service-footer-wrapper .image-slider {
    max-width: 800px;
    margin: 0 auto;
}

/*Media Query start*/
.new-footer .validator-image ul li {
    padding: 0 15px !important;
}
@media screen and (max-width: 1600px) {
    .nmdc-breadcumb {
        padding: 15px 196px;
    }
}

@media screen and (max-width: 1588px) {
    .accessability-box-container {
        /* height: 557px !important; */
        height: 520px !important;
    }
}

@media screen and (max-width: 1400px) {
    .lastupdated {
        display: block;
        padding-left: 0px;
    }

    .bottom-footer .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nmdc-page-heading {
        font-size: 39px;
        line-height: 40px;
    }

    .box-card {
        width: 50%;
        padding: 15px;
    }
}

@media screen and (max-width: 1365px) {
    .accessability-box-container {
        height: 485px !important;
        /* top: 130px !important; */
        right: 20px;
    }

    /*    .location-panel .location-image {
            height: 703px !important;
            margin-bottom: 0px;
            width: 660px;
            margin: 0 auto;
            float: left;
            border: 1px solid #ddd;
            padding: 23px;
        }*/
}

@media screen and (max-width: 1199px) {
    .accessibility img {
        width: 23px;
    }

    .accessibility:before {
        left: -11px;
    }

    .accessibility {
        margin-left: 2px;
    }

    .accessability-box-container {
        height: 480px !important;
    }

    .vmb-main-menu>ul>li {
        padding: 0 15px;
    }

    .vmb-main-menu>ul>li {
        margin: 0px 10px;
    }

    .nmdc-press-cover-image-box img {
        height: 136px !important;
        object-fit: cover;
    }

    .nmdc-press-cover-image-box {
        height: 136px;
    }

    .overview-statistics {
        margin-top: 30px;
    }

    .overview-card .card {
        display: flex;
        justify-content: center;
        align-items: center;
        display: -ms-inline-flexbox;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .location-list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1050px) {

    .project-slider-container .nav-arrow-left,
    .nav-arrow-right {
        content: "";
        position: relative;
        width: 25px;
        height: 48px;
        background-repeat: no-repeat;
        background-position: 0 0;
        z-index: 10;
        top: auto;
        transform: none;
        cursor: pointer;
        bottom: 0;
        display: inline-block;
        margin-top: 35px;
    }

    .vmb-main-menu>ul>li {
        padding: 0 5px;
    }

    .nav-arrow-left {
        left: 0px;
    }

    .project-image {
        min-height: 480px;
    }

    .nav-arrow-right {
        right: auto;
        background-image: url(./assets/images/left-angle-arrow.png) !important;
        left: 55px;
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 991px) {
    .service-footer-wrapper .image-slider {
        max-width: 627px;
    }

    .footer-box-inner .footer-nav li {
        display: inline-block;
        font-size: 15px;
        padding-right: 20px;
        border-left: 1px solid #41b755;
        border-right: 1px solid #41b755;
        padding: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
        background: #033eb2;
        border-radius: 5px;
    }

    .footer-nav a {
        margin: 0px !important;
        padding-right: 16px;
        padding-left: 16px;
    }

    .footer-nav a {
        line-height: 22px;
    }

    .important-links-logo .important-links ::before {
        display: none;
    }

    .footer-box-inner {
        text-align: center;
    }

    .new-footer .important-links-logo {
        flex-direction: column-reverse;
    }

    .important-links-logo .important-links {
        padding-right: 0 !important;
    }

    .footer-top-content {
        flex-direction: column;
        margin-bottom: 0 !important;
    }

    .nsl-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 28px;
    }

    .project-image {
        min-height: 480px;
        object-fit: cover;
    }

    .op-box-container {
        width: 100%;
        margin-top: 30px;
    }

    .op-heading {
        padding-right: 0px;
    }

    .read-more {
        width: 170px;
        padding: 12px 10px;
        font-size: 15px;
    }

    .prev.page-numbers,
    .next.page-numbers {
        width: 73px !important;
    }

    .nmdc-pagination a.page-numbers {
        width: 34px;
    }

    .nmdc-pagination a.page-numbers.current {
        width: 34px;
    }

    .nmdc-press-cover-image-box img {
        height: auto !important;
        object-fit: cover;
    }

    .nmdc-press-cover-image-box {
        height: auto;
        margin-bottom: 20px;
    }

    .vmb-main-menu {
        display: none;
    }

    .bottom-footer .text-left {
        text-align: center;
        width: 100%;
    }

    .bottom-footer ul {
        text-align: center;
        float: left;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .footer-nav {
        /*        text-align: center;*/
    }

    /* 
    .footer-box-inner .footer-nav li {
        display: inline-block;
        font-size: 15px;
        padding-right: 20px;
        border: 1px solid #0657f7;
        padding: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
        background: #004bdf;
    }

    .highContrast .footer-box-inner .footer-nav li {
        border: 1px solid #3a3a3a !important;
        background: #222222 !important;
    } */

    /* .footer-nav a {
        line-height: 22px;
    } */

    .nmdc-breadcrumbs-list ul,
    .nmdc-breadcrumbs-list ul li {
        float: none;
    }

    .nmdc-breadcrumbs-list {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .nmdc-print-now-btn {
        width: 66px;
        float: none;
        top: 0;
        margin: 0 auto;
        display: block;
    }

    .nmdc-right-panel {
        margin-top: 30px;
    }

    .sustainability-box:first-child {
        margin-top: 30px;
    }

    .twitter-feed {
        margin-top: 25px;
    }

    .overview-content {
        padding-right: 0px;
    }

    .overview-card.card3 {
        margin-bottom: 10px;
    }

    figure.rounded {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .nmdc-breadcumb{
        padding: 15px 0;
    }
    .bottom-footer p {
        text-align: center;
    }

    .service-footer-wrapper .image-slider {
        max-width: 434px;
    }

    .social-media-wrapper {
        display: none;
    }

    .accessability-box-container {
        height: 450px !important;
        width: 387px !important;
    }

    table .nmdc-icon-pdf {
        font-size: 14px;
    }

    table .nmdc-icon-pdf:before {
        left: 50%;
        top: 3px;
        transform: translateX(-50%);
    }

    table .nmdc-icon-pdf {
        padding-left: 0;
        display: block;
        width: 100%;
        text-align: center;
        font-style: normal;
        padding-top: 30px;
    }

    .project-slider-container .owl-dots {
        bottom: 3px;
        left: 17px;
    }

    .nav-arrow-right,
    .project-slider-container .nav-arrow-left {
        position: absolute;
        width: 7px;
        height: 38px;
        bottom: 0 !important;
        margin-top: 35px;
        bottom: 15px;
        background: #ffffff;
        padding: 16px;
    }

    .nav-arrow-left {
        right: 47px;
        left: auto;
        background-repeat: no-repeat !important;
        background-size: 10px !important;
        background-position: center center !important;
    }

    .nav-arrow-right {
        right: 12px;
        background-repeat: no-repeat !important;
        background-size: 10px !important;
        background-position: center center !important;
        left: auto;
    }

    ol {
        padding-left: 3px;
    }

    .content-part {
        padding-left: 40px;
    }

    .icon-part {
        margin-right: 0px;
    }

    .other-address .contact-info-wrap .location-white {
        width: 27px !important;
    }

    .nmdc-img-content {
        padding: 0px 15px;
    }

    .nmdc-img-content h2 {
        font-size: 15px !important;
        padding-bottom: 0;
        line-height: 24px !important;
    }

    .design-by-ntspl {
        display: block;
    }

    .project-highlight {
        font-size: 25px;
    }

    .project-highlight-label {
        font-size: 20px;
    }

    .recent-feed {
        margin-top: 25px;
    }

    .table-cstm table {
        margin-bottom: 0px !important;
    }

    .table-cstm {
        margin-bottom: 30px;
    }

    .our-projects:after {
        display: none;
    }

    .project-description {
        width: 100%;
        min-height: 300px;
        background-color: #edf3fd;
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        transform: none;
        padding: 25px;
    }

    .project-image {
        min-height: 1px;
        object-fit: cover;
    }

    .banner-caption h1 .big-l {
        font-size: 34px;
    }

    .banner-caption img {
        position: absolute;
        width: 21px;
    }

    .banner-caption h2 {
        font-size: 17px;
        padding-left: 43px;
    }

    .banner-caption h1 .smal-l {
        font-size: 24px;
    }

    .overview-section,
    .latest-from-nmdc,
    .performance-section,
    .our-projects,
    .section,
    .social-responsibilities-section {
        padding: 55px 0 !important;
    }

    .main-footer {
        padding: 55px 0 0;
        overflow: hidden;
    }

    .overview-statistics .card {
        min-height: auto;
    }

    .pr-5.overview-card.card3,
    .pr-5.overview-card.card1 {
        padding-right: 15px;
    }

    .pl-5.overview-card.card2,
    .pl-5.overview-card.card4 {
        padding-left: 15px;
    }

    .rcnt-notice {
        margin-top: 25px;
    }

    .latest-cont {
        height: auto;
    }

    .box-card h6 {
        font-size: 18px;
        font-family: "RT Vickerman";
    }

    .box-card p {
        font-size: 16px;
        line-height: 20px !important;
    }

    .section-headings {
        font-size: 37px;
        line-height: 41px;
    }

    .nmdc-pr-shorting {
        margin-top: 15px;
    }

    .top-nav-bar {
        padding: 10px 20px;
    }

    .top-menu {
        margin-right: 0;
        text-align: center;
    }

    .top-menu li {
        margin: 2px 10px;
    }

    .hidden-bar {
        width: 100%;
    }

    .vl-menu-close-button {
        right: 25px;
    }

    .hidden-bar-wrapper {
        padding: 75px 20px 20px;
    }

    .nmdc-inner-page-banner,
    .nmdc-inner-page-banner img {
        height: 200px;
    }

    /* .logo img {
        width: 183px;
    } */

    .page-header {
        padding: 0px 5px;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .social-links ul {
        float: left;
        padding: 60px 0 25px 0;
    }

    .social-links ul {
        float: left;
        padding: 40px 0 25px 0;
    }

    .footer-validator-icon {
        margin-top: 45px;
    }

    .sub-sites li img {
        width: 100px;
    }

    .linkedin-icon img {
        width: 29px;
        height: 29px;
    }

    .facebook-icon img {
        width: 26px;
        height: 26px;
    }

    .twitter-icon img {
        width: 26px;
        height: 26px;
    }

    .instagram-icon img {
        width: 26px;
        height: 26px;
    }

    .nmdc-page-heading {
        font-size: 33px;
        line-height: 40px;
    }

    .nmdc-bod-members {
        display: block;
    }

    .nmdc-bod-left {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .nmdc-bod-right {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    .nmdc-bod-member-degination {
        border-bottom: 1px solid #e4f2fe;
    }

    .nmdc-bod-right strong {
        font-family: "vickerman_rtregular";
        font-weight: normal;
    }

    .nmdc-award-image {
        margin-bottom: 15px;
    }

    .nmdc-left-panel h2 {
        line-height: 27px;
        font-size: 19px;
    }

    .nmdc-award-caption h2 {
        padding-bottom: 0px;
    }

    .share-holder-box {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 576px) {
  
    .sliderTxt .tenders-tab {
        width: 142px;
        font-size: 18px;
    }
    .new-footer .validator-image ul li {
        padding: 0 10px !important;
    }

    .sliderTxt h1 {
        font-size: 36px;
    }

    .validator-image img {
        width: 53px;
    }

    .service-footer-wrapper .image-slider {
        max-width: 276px;
    }

    .top-menu li {
        margin: 0px 10px;
    }
    .accessibility:before{
        display: none;
    }
    .top-menu {
        justify-content: center;
    }

    .accessibility:before {
        left: -2px;
    }

    .bottom-footer ul {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .logo img {
        width: 41px;
    }

    .logo {
        background: transparent;
        width: auto;
        height: auto;
        clip-path: inherit;
        display: block;
        top: 8px;
    }

    .nmdc-steel-info {
        padding-left: 51px;
    }

    .page-header {
        padding: 0px;
    }
}

@media screen and (max-width:480px) {
    .top-menu li {
        margin: 0px 6px;
    }
    .header-icon img {
        width: 25px;
        margin-right: 6px;
    }

    .nmdc-steel-info .comp-info {
        font-size: 13px;
    }

    .nmdc-page-heading {
        font-size: 29px;
        line-height: 36px;
    }

    .accessability-box-container {
        height: 450px !important;
        width: 95% !important;
        right: 10px;
    }

}

@media screen and (max-width:360px) {
    .header-icon span {
        display: none;
    }
    .top-menu li a {
        font-size: 12px;
    }
}



/*Subham CSS*/
.verify-badge {
    position: absolute;
    right: 2px;
    top: 45px;
    line-height: 11px;
    cursor: pointer;
    background-color: rgb(13, 110, 253) !important;
    /*font-weight: normal;*/
}

/*    .verify-badge.resend-btn-bg {
        background-color: rgb(13, 110, 253) !important;
    }*/

/*Subham CSS End*/
.small-sub-heading {
    color: #113bab;
    font-size: 21px;
    padding: 0px 0 10px;
    width: 100%;
    display: block;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 30px;
    font-family: "RT Vickerman";
}

.box-success table {
    margin-bottom: 5px;
    margin-top: 5px;
}

td {
    vertical-align: middle;
}

.count_download {
    display: flex;
    align-items: center;
}

.count_download img {
    width: 26px;
    margin-right: 6px;
}

.count_download span {
    font-size: 15px;
    color: #232323;
}

.doc-width {
    width: 165px;
}

.refresh-btn {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 2px;
}

.spinner-container {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: rgb(255 255 255 / 85%);
}

.ui-autocomplete {
    width: 500px !important;
    overflow-y: auto !important;
    max-height: 350px !important;
    overflow-x: hidden !important;
}

.ui-autocomplete li {
    white-space: pre-line;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 10px;
    background-color: #edf4ff;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, rgb(222, 69, 84), rgb(221, 144, 68));
}

.alert {
    position: absolute;
    padding: 11px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
    width: 100%;
}

.password-info-div {
    position: relative;
}

.password-info {
    position: absolute;
    will-change: transform;
    top: -34px;
    left: 150px;
    background: #ffffff;
    display: none;
}

.p-arrow {
    top: 34px;
}

.password-info .popover-header {
    background: #ffffff;
}

.pinfo-icon {
    font-size: 12px;
    position: relative;
    top: 0px;
    color: #ffffff;
    cursor: pointer;
    background: #f89748;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-flex;
    text-align: center;
    font-style: normal;
    justify-content: center;
    align-items: center;
}

.pinfo-icon :hover .password-info {
    display: block !important;
}

.ps-info {
    display: inline-block;
}

.ps-info:hover .password-info {
    display: block !important;
}

.pwd-s {
    background: #28a745;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 3px;
    font-size: 14px;
}

.pwd-e {
    background: #ff0018;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 3px;
    font-size: 14px;
}

.nav-tabs {
    border: none;
    font-size: 17px;
}

.corrigendum-alert {
    position: absolute;
    right: 15px;
    top: 15px;
}

.corrigendum-alert button {
    border-radius: inherit;
    background-color: #cd1f1f;
    border: none;
    padding: 1px 5px;
    font-size: 13px;
}

.corrigendum-alert button:hover {
    background-color: #cd1f1f;
}

.reset-search {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: #ffffff url(../images/close-icon.png);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #e0e0e0;
}




.go-to-top-footer {
    position: fixed;
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
    transform: rotate(180deg);
    background-color: #0459ab;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    box-shadow: 0px 0px 9px #001a4a;
    -webkit-box-shadow: 0px 0px 9px #001a4a;
    -moz-box-shadow: 0px 0px 9px #001a4a;
}


.arrow-container {
    width: 15px;
    /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
}

.arrow-down {
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: -14px 2px;
    border-radius: 5px;
}

.arrow-down:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 5px;
    background: #fff;
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
}

.main-footer a:hover {
    color: #07d829;
}

@keyframes bounce {
    50% {
        transform: translateY(-5px);
    }
}


/* new footer css */

.new-footer .right-start-menu {
    float: left;
}

.new-footer .important-links-logo {
    display: flex;
    align-items: center;
    /* margin-bottom: 35px; */

}

.footer-top-content,
.footer-bottoms-contents .bottom-texts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top-content {
    margin-bottom: 50px;
}

.important-links-logo .important-links {
    position: relative;
    padding-right: 35px;

}

.important-links-logo .important-links ::before {
    position: absolute;
    content: "";
    height: 60%;
    width: 1px;
    top: 14px;
    background-color: #033eb2;
    right: 0;
}

.important-links-logo .btm-right-start-menu {
    padding-left: 14px;
}

.important-links-logo .btm-right-start-menu a {
    display: block;
}

.important-links-logo .footer-nav {
    /* text-align: right; */
    /* line-height: 27px  */
    margin-bottom: 0;
    padding-left: 0;
}

.right-start-menu p {
    color: #fff;
    margin-bottom: 5px;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.footer-nav-2 {
    text-align: center;
    line-height: 28px !important;
    margin-bottom: 0;
}

.new-footer .img-links {
    margin: 0;
    background: #0e3d93;
    display: inline-block;
    padding: 20px 50px;
    margin-top: 35px;
    margin-bottom: -51px;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.new-footer .img-links::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    bottom: 0px;
    /* left: -26px; */
    right: 100%;
    border-style: solid;
    border-width: 0 26px 26px 0;
    border-color: transparent #0040a5 transparent transparent;
    transform: rotate(0deg);
}

.new-footer .img-links::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    /* right: -26px; */
    left: 100%;
    bottom: 0;
    border-style: solid;
    border-width: 26px 26px 0 0;
    border-color: #0040a5 transparent transparent transparent;
    transform: rotate(0deg);
}

.new-footer .img-links ul {
    margin-bottom: 0;
    padding-left: 0;

}

.footer-bottoms-contents {
    background: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    padding-top: 43px;
    position: relative;
    z-index: 5;

}

.new-footer .bottom-footer ul li a {
    line-height: 23px;
    font-family: vickerman_rtregular;
    font-weight: 400;
    color: #161c2c;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    border-right: 0;
}

.new-footer .bottom-footer ul li a::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    top: 6px;
    background-color: #033eb2;
    right: 0;
}

.new-footer .bottom-footer p {
    color: #161c2c;
    margin-top: 0;
}

.bottom-footer ul li:last-child a::before {
    display: none;
}

.new-footer .service-footer-wrapper ul li {
    margin-right: 0px;
}



.footer-top {
    position: relative;
    z-index: 10;
}

.modal-body {
    cursor: pointer;
}


/* ----Responsive---- */

@media screen and (max-width: 1199px) {
    .service-footer-wrapper ul li {
        margin-bottom: 12px;
    }

    .footer-nav-2 {
        display: inline;
    }

    .footer-bottoms-contents .bottom-texts {
        display: flex;
        flex-direction: column-reverse;
    }
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    will-change: transform;
  }
  
  .marquee.paused {
    animation-play-state: paused;
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
  
    100% {
      transform: translateX(-100%);
    }

  }

  .highContrast .normal-case-active {
    display: block;
}

   .common-btn {
    padding: 8px 20px 8px 20px;
    background: linear-gradient(to bottom, #2e97e9, #4a6bd3);
    border-radius: 50px 50px 0 50px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

   .common-btn:hover {
    background: #2a428d;#2a428d
    border-radius: 50px;
    color: #ffffff;
}

.common-btn .arrow-icon {
    position: relative;
    top: 0px;
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 10px;
}

.common-btn .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.common-btn:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.common-btn:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.back-button{
    background: linear-gradient(to bottom, #2e97e9, #4a6bd3);
    border-radius: 50px;
    padding: 7px 25px 7px 20px;
    display: flex;
    align-items: center;
    border: none;
}

.back-button svg{
    margin-top:2px;
    margin-right:2px;
}

.desktop-hide{
    display: none;
}

.new-footer .right-start-menu {
    padding-left:90px;
    position: relative;
}

.right-start-menu p {
    position: relative;
    margin-bottom: 15px;
}

.important-links p::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 39px;
    height: 3px;
    bottom: -10px;
    background: rgb(255, 255, 255);
}

.footer-col{
    padding-left: 0px;
    color: rgb(255, 255, 255);
    column-count: 3;
    column-gap: 6em;
    width: 100%;
    float: left;
    text-decoration: none;
    list-style: none;
}

.footer-col a{
font-family: vickerman_rtregular;
font-weight: 400;
font-size: 14px;
color: #b8deff;
text-decoration: none;
line-height: 27px;
padding-right: 15px;
margin-right: 15px;
}


.important-links::before {
    position: absolute;
    content: "";
    height: 75%;
    width: 1px;
    top: 14px;
    background-color: rgb(3, 62, 178);
   right: 0px;
}

.important-links::after {
    position: absolute;
    content: "";
    height: 75%;
    width: 1px;
    top: 14px;
    background-color: rgb(3, 62, 178);
    left: 40px;
}

.ticker-custom a{
    font-size: 16px;
}




.highContrast .nice-select .list,.highContrast .box {
    background: #000;
}

.highContrast .nice-select .option:hover, .highContrast .nice-select .option.focus, .highContrast .nice-select .option.selected.focus {
    background-color: #161616;
}

.highContrast .footer-bottoms-contents {
    background: #161616;
}

.highContrast .new-footer .img-links{
    background: #090909;
}

@media screen and (max-width: 1400px) {
    .footer-col {
        column-count: 3;
        column-gap: 0em;
    }
}

@media screen and (max-width: 1199px) {
    .stat-cards .col-md-6:first-child .card-flush {
        margin-bottom: 28px;
    }

    .footer-col {
        column-count: 2;
        column-gap: 0em;
    }
}

@media screen and (max-width: 991px) {
    .sliderTxt h1 {
        width: 100% !important;
        font-size: 40px !important;
        line-height: 46px !important;
    }
    .card-flush{
        margin-bottom:30px;
    }

    .resp-flex-col{
        flex-direction: column;
    }

    .desktop-hide{
        display: block;
    }

    .important-links::before, .important-links::after, .important-links p::before {
        display: none;
    }

    .new-footer .right-start-menu {
        padding-left:0px !important;
    }

    .footer-col li a{ 

    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-left: 1px solid rgb(65, 183, 85);
    border-right: 1px solid rgb(65, 183, 85);
    padding: 5px;
    background: rgb(3, 62, 178);
    border-radius: 5px;
    }

    .footer-col li{
        display: inline-block;
    }

    .footer-col {    
        column-count: 1;
        column-gap: 0;
        margin-bottom: 0px;
    }

    .resp-hide{
        display: none;
    }

    .desktop-hide ul.btm-right-start-menu{
        padding-left:0px;
    }



}

