body {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

/* ==ALL BUTTONS=== */
/* .btn{
    padding: 9px 24px;
    font-weight: 500;
} */
.img-logo{
/*    margin-left:100px;*/
    height:60px;width:180px;
}
.btn-brand {
    background: rgba(32, 53, 81, 1);
    padding: 9px 34px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
}


/* -- */
.btn-submit {
    font-weight: 500;
    font-size: 20px;
    border-radius: 53px;
    color: #fff;
    padding: 8px 40px;
    background: rgba(32, 53, 81, 1);
    /* margin-top: 20px; */
    border: none;
    outline: none;
}
.btn-submit:hover,
.btn-brand:hover{
    color: #fff;
}

.search-box .btn-search {
    color: #fff;
    padding: 8px 40px;
    background: rgba(32, 53, 81, 1);
    border-radius: 20px;
    border: none;
    outline: none;
}

/* ======TOP NAVBAR====== */
.top-nav {
    background-color: rgb(226,82,33);
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p,
.top-nav a {
    font-size: 13px;
    font-weight: 550;
    color: white;
}

.top-nav p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 16px;
}

.top-nav i,
.top-nav span {
    vertical-align: middle;
}

.social-links a {
    text-decoration: none;
    margin-right: 16px;
}

/*--==SECOND NAVBAR==--*/
.navbar-nav .nav-item .nav-link{
    margin-left: 0.5rem;
}
.navbar-brand img {
    width: 200px;
}

.main-header .nav-link {
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link {
    color: #203551;
}

.signup {
    font-size: 14px;
    color: #203551;
    background: rgba(32, 53, 81, 1);
    padding: 9px 34px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;

}

/* =======BANNER SECTION START====== */
.banner-header {
    background: rgba(255, 255, 255, 0.16);
    border: 3px solid #117F3D;
    backdrop-filter: blur(20px);
    height: 70px;
    border-radius: 30px;
    margin-top: 20px;
}

/* .btn1{
    padding: 18px;
    margin-top: -10px;
    margin-left: -36px;
    background: rgba(6, 150, 64, 0.76);
    text-align: center;
    border-radius: 26px;
    border: none;
    outline: none;
} */

/* .banner-header ul li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.banner-header ul li a{
    color: #fff;
    text-decoration: none;
}
.imp-links li a{
    font-size: 20px;
    font-weight: 600;
}
.govt-link a{
    padding: 20px;
} */

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem;
    line-height: 0.25;
}

.navbar-toggler {
    padding: 0.25rem .55rem;
}

.banner {
    background: linear-gradient(91.03deg, #1c2430 31.18%, rgba(32, 53, 81, 0) 98.97%), url(../img/banner1.png);
    /* mix-blend-mode: multiply;#203551 */
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 95vh;
    /* height: 1100px; */
    width: 100%;
}

.lt-info {
    color: #fff;
    padding-top: 80px;
}

.banner h1 {
    font-weight: 600;
    font-size: 45px;
}

.banner .hd-logo {
    /* display: flex; */
}

.banner .hd-logo img {
    height: 90px;
}

.search-box {
    background: rgba(255, 255, 255, 0.37);
    border: 1px solid hsl(0, 0%, 100%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.search-box input::placeholder {
    font-weight: 600;
}
.search-box p a{
    color: #fff;
}
.search-box input {
    border-radius: 20px;
}

.search-box input:focus {
    box-shadow: none;
}

/* ---form */
.form-box {
    background: rgba(255, 255, 255, 0.37);
    border: 3px solid #FFFFFF;
    backdrop-filter: blur(15px);
    /* width: 400px; */
    width: 100%;
    /*height: 50%;*/
    border-radius: 32px;
    margin-top: 30px;
}

.form-box h1 {
    font-size: 32px;
    padding-top: 35px;
    text-align: center;
    color: #fff;
}

.form-box p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 10px;
}

.form-box .form-group {
    margin: 10px;
    margin-top: 15px;
}

.form-box .form-group input {
    border-radius: 10px;
    height: 40px;
    background: rgba(255, 255, 255, 0.37);
    border: none;
    outline: none;
    border: 1px solid #fff;
}

.form-group textarea {
    background: rgba(255, 255, 255, 0.37);
    border: 1px solid #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    background: rgba(255, 255, 255, 0.37);
    box-shadow: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #fff;
}

/* --TENDER INFO-- */

/* .service-box .overlay{
    background:linear-gradient(to bottom, rgba(9,32,50,0.0),rgba(9,32,50,0.8));
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: 0;
    left: 0;
}*/
.live-tender{
    background: black;
    color: #fff;
}
/* .tender-box {
    background: rgba(32, 53, 81, 1);
    color: #fff;
} */

.tender-info h3 {
    color: #fd7e14;
}

.tender-info h6 {
    color: #fd7e14;
}

.vt {
    height: 75px;
    border: 0.02px solid #fd7e14;
    position: absolute;
    background: #fff;
    margin-left: -20px;
}

.tender-box .tender-info {
    padding-top: 40px;
    padding-bottom: 40px;
    /* margin-left: 30px; */
}
.tender-box i{
    font-size: 45px;
}
.tender-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
/* ========SERVICES SECTION========= */
.service-box {
    background: #dde3e6;
    padding-top: 30px;
    padding-bottom: 20px;
}

.service-box h1,
.service-box p {
    color: #000;
    font-weight: 600;
}

.service-box h1 {
    font-size: 36px;
}

.service-box p {
    font-size: 20px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    grid-gap: 0.5rem;
}
.service-box .card:hover{
   background: #a7d6eb;
}
.cards img {
    margin-top: 20px;
    margin-left: 10px;
    height: 50px;
    width: 50px;
}

.cards h6 {
    font-size: 18px;
    font-weight: 700;
    color: #203551;
}

.cards p {
    font-weight: 400;
    font-size: 16px;
}

/*---====TOP CATEGORIES===--*/
.categories {
    margin-top: 40px;
}

.cat-sec h1 {
    margin-bottom: 50px;
     color:#4c5b7f;
    font-weight: 580;
    font-size: 30px;
}

.btn-icon img {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.btn-icon {
    /* padding: 10px 30px; */
    border: 1px solid #6CC8EF;
    border-radius: 20px;
    margin-top: 15px;
    width:215px;
}

.scroll-bg {
    /* background: rgb(244, 217, 14); */
    background: #fff;
    border: 1px solid #6CC8EF;
    width: 100%;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.scroll-bg .state-para{
    margin-top: -5px;
    margin-left: 10px;
}
/* .scroll-bg i{
    margin-right: 14px;
} */
.btn-state{
    background: #9b1414;
    border:none;
    outline: none;
    border-radius: 10px;
    padding: 10px 24px;
}
.btn-state a{
    color: #fff;
}
/* 
.scroll-div {
    width: 96%;
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 20px;

}

.scroll-object {
    color: #00359C;
    padding-top: 20px;
    padding-left: 40px;
}

.scroll-div::-webkit-scrollbar {
    width: 10px;
}

.scroll-div::-webkit-scrollbar-track {
    background: #888;
    border-radius: 20px;
}

.scroll-div::-webkit-scrollbar-thumb {
    background: #0788FF;
    border-radius: 20px;
}

.scroll-div::-webkit-scrollbar-thumb:hover {
    background: #0373dc;
} */

/* ========BUNDLE PACKAGE========= */
.mon-yrl{
    margin-left: 38%;
}
.mon-yrl .btn-mon{
    padding: 10px 45px;
    background: #6CC8EF;
    color: #203551;
    border-radius: 10px;
}
.pckg {
    margin-top: 80px;
    background: #203551;
    padding-top: 60px;
    padding-bottom: 70px;
}

.pckg h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.package-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1.5rem;
}

.pckg-card1,
.pckg-card2,
.pckg-card3,
.pckg-card4 {
    /* margin: 20px; */
}

.pckg-card1,
.pckg-card2,
.pckg-card3,
.pckg-card4 {
    background: linear-gradient(rgba(32, 53, 81, 1), rgba(33, 62, 162, 1));
    color: #fff;
    /* padding: 30px; */
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.pckg-card1 h5,
.pckg-card2 h5,
.pckg-card3 h5,
.pckg-card4 h5,
.pckg-card1 p,
.pckg-card2 p,
.pckg-card3 p,
.pckg-card4 p {
    padding-left: 20px;
    padding-right: 20px;
}

.pckg-card1 h5,
.pckg-card2 h5,
.pckg-card3 h5,
.pckg-card4 h5 {
    font-size: 36px;
    font-weight: 700;
}

.pckg-card1 p,
.pckg-card2 p,
.pckg-card3 p,
.pckg-card4 p {
    font-size: 15px;
    font-weight: 400;
}

.pckg-card4 {
    background: linear-gradient(rgba(32, 53, 81, 1), rgba(126, 25, 110, 1));
}

.star,
.pages {
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.1);
}

.words {
    padding-top: 15px;
}

.dol-img img {
    padding-top: 30px;
}

.subs {
    padding-top: 40px;
}

.btn-sub {
    padding: 10px 45px;
    background: #FFF;
    color: #203551;
    border-radius: 10px;
}

/* ========LATEST TRADERS========= */
.ltst-tndr {
    margin-top: 60px;
    margin-bottom: 40px;
}

.ltst-tndr h1 {
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
}

.table-box {
    /* width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}

table {
    width: 100%;
    border: 1px solid #00A2E7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.table-box tr td,
.table-box tr th {
    font-size: 12px;
    font-weight: 400;
    padding: 16px;
    word-break:break-word;
    min-width: 85px;
}

.table-box tr td a,
.tb-subhead td {
    color: #000;
}

.tb-head {
    background: #1B4AA5;
    color: #fff;
}

th,
td {
    border-bottom: 1px solid #00A2E7;
}

/* =========FEEDBACK=========== */
#reviews {
    margin-top: 50px;
    /* margin-bottom: 50px; */
    background: #203551;
}

.review {
    margin-top: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.head-para {
    padding-top: 10px;
}

.head-para h3 {
    font-size: 26px;
    font-weight: 600;
    
}

.review .cust-rating img {
    height: 30px;
    width: 30px;
    padding-bottom: 10px;
}

.review h4 {
    font-weight: 600;
    color: #203551;
}

.review h4,
.review p {
    text-align: left;
    padding-left: 20px;
}

.review p {
    color: #203551;
    font-size: 16px;
    font-weight: 400;
}

/*========FAQ AND CONTACT SECTION==========*/
.faq-sec {
    background: #F1F4FB;
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq-sec h2,
.faq-sec p {
    padding: 10px;
}

/* ---faq section--- */
.contact-form .form-group {
    margin: 10px;
    margin-top: 15px;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #cfd0d2;
    border-top: 1px solid #cfd0d2;
}

.faq .accordion .accordion-item {
    padding: 23px;
    border-bottom: 1px solid #cfd0d2;
    border-top: 1px solid #cfd0d2;
    margin-top: 20px;
}

.accordion .accordion-item button[aria-expanded=true] {
    /*   border-bottom: 1px solid #03b5d2; */
}

.accordion h2 {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #203551;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding: 0px;
    line-height: 25px;
    margin: 0px;
}

.accordion h2:hover,
.accordion h2:focus {
    cursor: pointer;
    color: #0e2645;
}

.accordion h2:hover::after,
.accordion h2:focus::after {
    cursor: pointer;
    color: #203551;
    border-bottom: 1px solid gray;
}

.accordion h2 .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion h2 .icon {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    /*   width: 22px; */
    /*   height: 22px; */
    /*   border: 1px solid; */
    border-radius: 22px;
}

.faq-content {
    padding: 80px 0px;
}

.accordion h2 .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion h2 .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion h2[aria-expanded=true] {
    color: #203551;
}

.accordion h2[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion h2[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 5000px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0px;
    margin-top: 10px;
}

/* --contact form-- */
.contact-form .form-group input,
.contact-form .form-group textarea {
    border: 1px solid #6CC8EF;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: #8EA3BE;
}

.contact-form .btn-submit {
    padding: 10px 55px;
    background: rgba(32, 53, 81, 1);
    margin-top: 10px;
}

/* =======FOOTER======= */
.foot-links {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: auto;
    gap: 0.5rem;
}
.ft-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 0.5rem;
}

.foot {
    /* margin-top: 40px; */
    background: #0e2645;
    color: #fff;
    padding-left: 50px;
     padding-right: 50px;
}

.foot-links h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.foot h3 {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.phone a{
    color: #fff;
}
.phone a:hover{
    color: #117F3D;
    transition: 0.4s ease;
}

.btn-txt {
    font-size: 20px;
    font-weight: 600;
}

.ft-para p {

    font-weight: 400;
    margin-top: 60px;
}

.foot p a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    transition: all 0.4s ease;
}

.foot p a:hover {
    color: #117F3D;
    margin-left: 5px;
}

.btn-subs input,
.btn-subs .send {
    border: none;
    outline: none;
    padding: 15px;
}

.btn-subs input {
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.btn-subs input::placeholder {
    color: #77889E;
    font-size: 12px;
    font-weight: 400;
}

.btn-subs .send {
    font-size: 12px;
    font-weight: 400;
    background: #66BDE3;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    transition: all 0.4s ease;
}

.btn-subs .send:hover {
    background: #3c98c0;
}

.footer hr {
    height: 2px;
    color: #fff;
}

.cprght p {
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding: 1rem;
}
.regiter-logo p{
    background: rgb(250, 162, 46);
    padding: 5px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    width: 180px;
    text-align: center;
    /* align-items: center;
    justify-content: center; */
}
.regiter-logo img{
    width: 100px;
}
.govt-logo .gt1{
    /* height: 50px; */
    width: 90px;
}
/* .ft-links .head h3{
    display: none;
}
.hyperlinks h3{
    display: block;
} */

/* ==============RESPONSIVE CSS START================= */
@media screen and (max-width:1199px) {
    .foot-links {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: none;
        gap: none;
    }

    .foot-links h3 {
        font-size: 21px;
    }

}

@media screen and (max-width:1080px) {
    .navbar-brand img {
        width: 160px;
    }
}

@media screen and (max-width:991px) {
    .nav-btns .btn-brand{
        margin-left: 0px;
    }
    .banner h1 {
        font-weight: 600;
        font-size: 34px;
    }

    .banner .hd-logo img {
        height: 70px;
    }

    /* --- */
    .form-box h1 {
        font-size: 29px;
        padding-top: 28px;
    }

    .form-box p {
        font-size: 16px;
        text-align: left;
        padding: 11px;
    }

    .form-box .form-group {
        margin: 5px;
        margin-top: 8px;
    }

    .btn-submit {
        font-size: 18px;
        margin-top: 15px;
    }

    /* -services- */
    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        grid-gap: 0.5rem;
    }

    .service-box p {
        font-size: 18px;
    }

    /* ---cat-- */
    /* --bundle pckg-- */

    .package-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        grid-gap: 1rem;
    }

    .pckg h1 {
        font-size: 40px;
    }

    .pckg-card1 h5,
    .pckg-card2 h5,
    .pckg-card3 h5,
    .pckg-card4 h5 {
        font-size: 28px;
    }

    .dol-img img {
        height: 70px;
    }

    /* --tender-- */
    .table-box tr td,
    .table-box tr th {
        font-size: 12px;
        font-weight: 100;
        padding: 14px;
    }

    /* --review-- */
    .head-para h3 {
        font-size: 30px;
        font-weight: 500;
    }

    /* --faq-contact-- */
    .contact-form .form-group {
        margin: 10px;
        margin-top: 15px;
    }

    /* -footer- */
    .foot-links {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
        gap: 0.5rem;
    }
    .ft-links {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
        gap: 0.5rem;
    }
    .ft-links .head h3{
        display: none;
    }
    .hyperlinks h3{
        display: block;
    }
    .ft-para p {
        margin-top: 0px;
    }

}

@media screen and (max-width:767px) {
    /* --bundle- */
    .mon-yrl{
        margin-left: 24%;
    }
    .tender-box{
        display: grid;
      /*  grid-template-columns: repeat(1,1fr); */
    }
    .vt {
        height: 0px;
        border: none;
        margin-left: 0px;
    }
    /* ---- */

    .btn-state{
        margin-left:20px;
        padding: 5px 14px;
    }
    /* -------- */
    .mgbtm{
        margin-bottom: 30px;
    }
    .btn-submit {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    /* --tender-- */
    .tender-box .tender-info {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    /* --- */
    .service-box p {
        font-size: 16px;
    }
    

    /* ---- */
    .btn-icon {
        /* padding: 10px 30px; */
        border: 1px solid #6CC8EF;
        border-radius: 20px;
        margin-top: 15px;
        font-size: 14px;
    }

    /* --- */
    .pckg h1 {
        font-size: 34px;
    }

    .pckg-card1 h5,
    .pckg-card2 h5,
    .pckg-card3 h5,
    .pckg-card4 h5 {
        font-size: 24px;
    }

    .ms-4 {
        margin-left: 0px !important;
    }

    .ms-5 {
        margin-left: 2rem !important;
    }

    /* --tender-- */
    .table-box tr td,
    .table-box tr th {
        font-size: 12px;
    }
   
    .foot h3 {
        padding-top: 30px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:479px) {

    /* -services- */
    .service-box h1 {
        font-size: 34px;
    }

    .cards h6 {
        font-size: 20px;
        font-weight: 600;
    }

    .service-box p {
        font-size: 12px;
    }

    /* -cat- */
    .cat-sec h1 {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .btn-icon img {
        height: 20px;
        width: 20px;
        margin-right: 1px;
    }

    .btn-icon {
        padding: 5px 5px;
    }

    /* -bundle pckg- */
    .mon-yrl{
        margin-left: 12%;
    }
    .package-box {
        grid-gap: 0.4rem;
    }

    .pckg-card1 h5,
    .pckg-card2 h5,
    .pckg-card3 h5,
    .pckg-card4 h5,
    .pckg-card1 p,
    .pckg-card2 p,
    .pckg-card3 p,
    .pckg-card4 p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pckg-card1 p,
    .pckg-card2 p,
    .pckg-card3 p,
    .pckg-card4 p {
        font-size: 14px;
    }

    .btn-sub {
        padding: 10px 34px;
        font-size: 14px;
    }

    .btn-sub a {
       color:#0d6efd !important;
    }
    .ms-5 {
        margin-left: 0px !important;
    }

    /* --tender-- */
    .table-box tr td,
    .table-box tr th {
        font-size: 12px;
        padding: 10px;
    }

    /* --- */
    .head-para h3 {
        font-size: 24px;
        font-weight: 600;
    }

    /* -- */
    .accordion .accordion-content p {
        font-size: 14px;
    }

    .accordion h2 .accordion-title {
        font-size: 15px;
    } 
    .faq-sec p {
        font-size: 14px;
    }

    /* == */
    .ft-lg p{
        font-size: 15px;
    }
}

@media screen and (max-width:399px) {
    /* --bundle-- */
    .mon-yrl{
        margin-left: 2%;
    }

    .btn-icon img {
        height: 20px;
        width: 20px;
        margin-right: 1px;
    }
    
    .btn-icon {
        border: 1px solid #6CC8EF;
    border-radius: 20px;
    margin-top: 15px;
    font-size: 14px;
    width: auto;
    }
    .service-box h1,
    .cat-sec h1,
    .pckg h1 {
        font-size: 30px;
    }
    
    .pckg-card1 h5, .pckg-card2 h5, .pckg-card3 h5, .pckg-card4 h5 {
        font-size: 22px;
    }
}

@media screen and (max-width:320px){
   
    .text-wrap-tnd{
        margin-right: 10px;
    }
    .ft-links .links{
       align-items: center;
       margin-left: 8px;
    }
    .btn-subs input,
    .btn-subs .send {
    padding: 10px;
  
    }
    /* .btn-subs{
        margin-right: 10px;
    } */
    .regiter-logo{
        margin-left: 15px;
    }
    .regiter-logo p {
        width: 205px;
    }
    .cnt-info{
        margin-left: 8px;
    }
}
/* --------navbar with green border-------- */
.topnav {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
    border: 3px solid #e25221;
    /*height: 60px; */
    border-radius: 30px;
    margin-top: 20px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

.topnav .btn1 {
    padding: 17px 22px;
    /* margin-top: -10px; */
    margin-left: -12px;
    background: rgba(6, 150, 64, 0.76);
    text-align: center;
    border-radius: 26px;
    border: none;
    outline: none;
}

.topnav a.active {
    background-color: #e25221;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 1199px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/*=========================================================================== */

/* ----pricing page css start----- */
.price-pckg h1 {
    font-size: 50px;
    color: #203551;
}
.price-pckg {
    margin-top: 0px;
   background: #dde3e6;
    padding-top: 60px;
    padding-bottom: 60px;
}
#feedback {
    margin-top: 0px;
    background: #203551;
}
@media screen and (max-width: 767px){
 .btn-icon {
    border: 1px solid #6CC8EF;
    border-radius: 20px;
    margin-top: 15px;
    font-size: 14px;
    width: auto;
}
}
@media screen and (max-width:767px){
    .price-pckg h1 {
        font-size: 37px;
    }
}
/* -------GEM PAGE css start------ */
.gem-sec{
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #dde3e6;
}
.gem-sec h1{
    color: #203551;
}
.gem-sec img{
    padding-bottom: 30px;
}
.gem-sec ul li{
 list-style: none;
}
.gem-sec hr{
    height: 2px;
    color:#0e1723;
}

/* ----------Maintanance of civil works-------------- */
.mntn-box{
   border: 1px solid #B6B6B6;
   border-radius: 10px;
   background: #fff;
   height: 100%;
   padding: 20px;
}
.mntn-box h6{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height:1.5;
    word-wrap: break-word;
}
.doc-box{
    margin-top: 50px;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    background: #fff;
    /* height: 100%; */
}
.td-dtl{
    margin: 10px;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    background: #f4f2f2;
}
.td-dtl h5{
    padding: 10px;
}
.ref-id p{
    margin: 20px 20px;
    word-break: break-word;
}

/* --cs-- */
.ref-ans p{
    margin-left: 45px;
}
/* --CE-- */
.bid-tndr{
    /* margin-left: 20px; */
    margin-top: 50px;
}
.para{
    background: #0e2645;
    color: #fff;
    padding:10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gt-sprt{
    border: 1px solid #0e2645;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btn-doc{
    width: 100%;
    background: #0e2645;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 600;
}
.btn-contact{
    background:#979494;
    color: #fff;
    border: 1px solid #656565;
    padding: 5px 15px;
    font-size:18px;
    font-weight: 500;
}

/* --------FILTER PAGEE CSS------------ */
.fltr{
    background: #0e2645;
    padding:15px 10px;
    border-radius: 10px;
}
.fltr h1{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.srch-sec input{
    border-radius: 30px;
    border: 1px solid #ced4da;
}

.btn-srch{
    background: #0e2645;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-left: -50px;
}
.btns .btn1{
    background: #20355142;
    color: #fff;
    padding: 10px 34px;
    border: none;
    outline: none;
}
.btns{
    gap: 2rem;
}
.btns .btn2{
    background: #203551;
    color: #fff;
    padding: 10px 34px;
    border: none;
    outline: none;
}
/* .customcss{
    color: rgb(242, 240, 240);
    background-color: red;
} */
.fltr-details{
    border: 1px solid #0e2645;
    border-radius: 10px;
}

.fltr-details .input-group{
    margin-top: 20px;
}
.fltr-details>.input-group>.form-control{
    height: 60px;
}
.flt-head{
    width: 40%;
    border: 1px solid #ced4da;
    background: #fff;
    height: 60px;
}
.tndr-form{
    margin-top: 50px;
    margin-left: 20px;
}
.flt-frm{
    margin-top: 10px;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flt-frm .btn-outline{
    border: 0px solid #0788FF;
    border-radius: 0px;
    padding: 10px 10px;
    margin-left: 5px;
}
/* .btn-outline{
} */
.st-btn .out-rgt{
    margin-left: 60px;
}
.flt-frm .btn-outline a{
    color: #203551;
}
.flt-frm .btn-tnd{
    background: #0e2645;
    border-radius: 30px;
    margin-left: 5px;
    border: none;
    outline: none;
    padding: 8px 20px;
}
.tender-btn .btn-rgt{
    margin-left: 150px;
}
.btn-tnd {
    /* padding: 10px 30px; */
}
.flt-frm .btn-tnd a{
    color: #fff;
}
@media screen and (max-width:1199px){
    .flt-frm .btn-outline a,
    .flt-frm .btn-tnd a{
        font-size: 15px;
        line-height: 1rem;
    }
    .fltr-details h5{
        font-size:18px;
    }
}
@media screen and (max-width:991px){
    .fltr-details h5{
        font-size:16px;
    }
    .flt-frm .txt{
        font-size: 14px;
    }
  
    .flt-frm .btn-outline{
        padding: 5px 5px;
    }
    .flt-frm .btn-tnd{
        padding: 10px 10px;
    }
    .flt-frm .btn-outline a,
    .flt-frm .btn-tnd a{
        font-size: 12px;
        line-height: 1rem;
    }
}
@media screen and (max-width:767px){
    .tndr-form{
        width: 97%;
        margin-left:0px;
        margin: auto;
    }
    .bid-tndr{
        width: 97%;
    }

    .img-logo{
        margin-left:0px;height:35px;width:100px !important;
    }

    .topnav a{
        font-size: 12px;
    }
    .marq{
        width:60% !important;
    }
    .search-box .d-flex{
        display: inherit !important;
    }
    .search-box .btn-search{
        margin-top:10px;
        width: 100%;
    }

}
@media screen and (max-width:479px){
    .tender-btn .btn-rgt{
        margin-left:25px;
    }
}



@media screen and (max-width:1199px){
       .tender-info h3{
    font-size: 18px;
}
.tender-info p{
    font-size: 18px;
}
}
@media screen and (max-width:991px){
     .tender-info h3{
    font-size: 18px;
}
.tender-info p{
    font-size: 18px;
}
}
@media screen and (max-width:767px){
      .tender-info h3{
    font-size: 18px;
}
.tender-info p{
    font-size: 18px;
}

.flt-frm .d-flex{
    display: inline-grid !important;
}
.top-nav p, .top-nav a {
    font-size: 9px;
    font-weight: 550;
    color: white;
}
.date_status{
    padding: 0 !important
}

}
@media screen and (max-width:479px){
   .tender-info h3{
    font-size: 18px;
}
.tender-info p{
    font-size: 10px;
}
}

/* ----------LOGIN PAGE CSS START------------ */
.login-form input{
    padding: 10px;
}
.btn-login a{
    color: #203551;
}
.btn-login i{
    color: #fff;
}
.lgn{
    background: #0e2645;
    color: #fff;
    padding: 10px 40px;
}
.btn-act{
    background: #213EA2;
    color: #fff;
    padding: 10px 40px;
    width: 100%;
    border: none;
    outline: none;
    text-transform: uppercase;
}
.btn-act:hover,
.lgn:hover{
    color: #fff;
}

/* ==========SIGN UP PAGE CSS START=========== */
.input-wrapper {
    position: relative;
  }
  
  .input-wrapper input,.input-wrapper textarea{
    border: 1px solid gray;
    border-radius: 6px;
    position: relative;
    width: 200px;
    margin: 10px;
    line-height: 6ex;
    background:#dde3e6;
    width: 100%;
  }
  
  .input-wrapper label {
    position: absolute;
    top: 0.2ex;
    z-index: 1;
    left: 2em;
    background-color:#dde3e6;
    padding: 0 5px;
  }
  .spc{
    gap: 3rem;
  }
  .btn-sign{
    background: #0e2645;
    color: #fff;
    padding: 10px 40px;
    width: 100%;
    border: none;
    outline: none;
    text-transform: uppercase;
  }

.tabcontent {
  display: none;
  
}

.d-flex.indian-ul {
    list-style:none;
}
.btn-active {
    background: rgb(250, 162, 46) !important;
    padding: 8px !important;
    border-radius: 10px !important;
    font-size: 16px;
    font-weight: 400;
    width: 180px;
    text-align: center;
    color: #fff !important;
}
.indian-ul li > a{font-weight: 400;color: #585858;font-size: 1rem;}
.img-fluid {
    height: auto !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}