/*****Common Styles*****/

/*body, div, a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 500;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 500;
}

h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
}*/

a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

/*p {
    margin: 0 0 10px 0;
    font-size: 12px;
}*/

.container {
    max-width: 1170px;
    width: 100%;
}

section {
    padding: 60px 0px;
}

main {
    background-color: #f7f7f7;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.tab-content > .tab-pane {
    display: none !important;
}

.tab-content > .active {
    display: block !important;
}

/**Tender form section css starts***/
section.tender_form_section.py-3 {
    padding: 20px 0px;
}

.tender_form_bar {
    background: #fff;
    padding: 1rem 2rem 2rem 2rem;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 12%);
}

.form-row {
    display: flex;
}

    .tender_form_bar .col-35 {
        width: 35%;
        padding:0px 10px;
    }

.tender_form_bar .col-25 {
    width: 25%;
    padding: 0px 10px;
}

.tender_form_bar .col-20 {
    width: 20%;
    padding: 0px 10px;
}

@media screen and (max-width: 991px) {
    .tender_form_bar .col-35, .col-25, .col-20 {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .tender_form_bar .col-35, .col-25, .col-20 {
        width: 100% !important;
    }
}




.tender_form_bar label {
    font-size: 12px;
}

.tender_form_bar .form-control {
    border-radius: 0px !important;
    background: #f7f6f6;
    font-size: 14px;
    font-weight: 300;
}

.tender_form_bar select {
    -webkit-appearance: none !important;
    background-image: url(../images/drop_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 50% !important;
}

.date_pick {
    background-image: url(../images/date_icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 50% !important;
}

.tender_form_btns a {
    font-weight: 500;
    font-size: 14px;
    border-radius: 12px;
    background: #88898b;
    color: #fff;
    padding: 8px 35px;
    text-align: center;
}

    .tender_form_btns a.search {
        background: #0066cc;
    }

/**Tender form section css ends***/


/**Vertical Tabs section css starts**/

.tab__links {
    width: 22%;
    display: flex;
    z-index: 1;
}

.tab__content {
    width: 78%;
    display: flex;
}

.tab_links_wrapper {
    background-color: #f7f7f7;
    box-shadow: 0px 4px 9.3px 0.7px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.tab_content_wrapper {
    background: #fff;
    width: 100%;
}

/**On active state**/

.tab__links .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0066cc !important;
    font-weight: bold;
}

    .tab__links .nav-pills .nav-link.active i {
        color: #fff;
    }

    .tab__links .nav-pills .nav-link.active img {
        filter: brightness(0) invert(1);
    }
/**On active state**/



.tab__links .nav-pills .nav-link {
    border-radius: 0px !important;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    padding: 15px 20px !important;
    border-bottom: 1px dashed #b8b8b8;
}

    /**On hover state**/

    .tab__links .nav-pills .nav-link:hover {
        background-color: #0066cc;
        font-weight: bold;
        color: #fff;
        text-decoration: none !important;
    }

        .tab__links .nav-pills .nav-link:hover img {
            filter: brightness(0) invert(1);
            text-decoration: none !important;
        }

        .tab__links .nav-pills .nav-link:hover i {
            color: #fff;
            text-decoration: none !important;
        }
/**On hover state**/

.tab__links .nav .nav-link img {
    margin-right: 17px;
}

.tab__links .arrow-icon {
    display: flex;
    align-items: center;
    margin-left: auto !important;
}

/**Tab one content css starts**/

.tab_inner_content {
    background: #fff;
    /*  padding: 2rem 1.5rem;*/
    padding: 0rem 1rem;
}

.scroller {
    overflow-y: scroll;
    max-height: 650px;
    min-height: 650px;
}

.new_tender_listings ul li {
    padding-bottom: 10px;
}

.tender_card {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 1rem;
}

.country span {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px !important;
}

.details h6 {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.ref_id span {
    font-weight: 300;
    margin-right: 70px;
}

.date span {
    font-weight: 300;
}

.view_details_button a {
    font-weight: 500;
    font-size: 14px;
    border-radius: 12px;
    background: #0066cc;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    display: inline-block;
}

/**Tab one content css starts**/

/**Tab two content css starts**/

.tender_sector_heading h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tender_sector_wrapper {
    margin: 0px -15px;
}

.tender_sector_left {
    width: 50%;
    padding: 0px 15px;
}

.tender_sector_right {
    padding: 0px 15px;
    width: 50%;
}

.tender_sector_info {
    margin-bottom: 25px;
}

    .tender_sector_info h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .tender_sector_info h5 span {
            font-weight: 300;
        }

    .tender_sector_info a {
        font-size: 14px;
        font-weight: 500;
        color: #0066cc;
        line-height: 24px;
        display: inline-block;
    }

        .tender_sector_info a span {
            font-weight: 300;
        }

.view_more_link a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline !important;
    color: #0066cc;
}
/**Tab two content css ends**/


/**Vertical Tabs section css ends**/

/******************************************************RESPONSIVE CSS*******************************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px) 

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width: 1170px) {
    .container {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 992px) {
    .tab__links, .tab__content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tender_sector_left, .tender_sector_right {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .view_details_button {
        width: 100%;
        margin-top: 15px !important;
    }
}
