﻿body {
    background: #f7f7f7;
    letter-spacing: 0.5px;
    color: #414042;
    font-family: 'pt_sansregular';
    font-size: 15px !important;
    counter-reset: section;
}

@font-face {
    font-family: 'proximanovabold';
    src: url('../fonts/proximanovabold.eot');
    src: url('../fonts/proximanovabold.eot') format('embedded-opentype'), url('../fonts/proximanovabold.woff2') format('woff2'), url('../fonts/proximanovabold.woff') format('woff'), url('../fonts/proximanovabold.ttf') format('truetype'), url('../fonts/proximanovabold.svg#proximanovabold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanovaregular-webfont.eot');
    src: url('../fonts/proximanovaregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanovaregular-webfont.woff2') format('woff2'), url('../fonts/proximanovaregular-webfont.woff') format('woff'), url('../fonts/proximanovaregular-webfont.ttf') format('truetype'), url('../fonts/proximanovaregular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f_2-webfont.eot');
    src: url('../fonts/pts55f_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pts55f_2-webfont.woff2') format('woff2'), url('../fonts/pts55f_2-webfont.woff') format('woff'), url('../fonts/pts55f_2-webfont.ttf') format('truetype'), url('../fonts/pts55f_2-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal, .ui-panel-animate.ui-panel-content-fixed-toolbar-position-right.ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push, .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal, .ui-panel-animate.ui-panel-content-wrap-position-right.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ui-panel-content-wrap {
    z-index: 99;
}

hr {
    border-color: #dcddde;
}
.btn-primary {
    color: #5d0013;
}
.clear {
    clear: both;
}

.v-top {
    vertical-align: top !important;
}

.no-padding {
    padding: 0 !important;
}

.btn-default {
    color: #414042;
}
div#demo-page {
    outline: none;
}

@media screen and (min-width: 768px) {
    .container {
        width: 95%;
    }
    .modal {
        text-align: center;
        padding: 0 !important;
    }
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        vertical-align: top/0;
        margin-right: -4px;
    }
    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

button, .btn {
    font-family: 'proximanovabold';
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 20px;
    outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

.table {
    margin-bottom: 0;
}

select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

select::-ms-expand {
    display: none !important;
}

select-control::-ms-expand {
    display: none !important;
}

.custom-select {
    position: relative;
}

.custom-select:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #a0a0a0;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
    border-radius: .25rem;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}

.form-control:focus, select:focus {
    box-shadow: none;
    border-color: #a5233d !important;
    outline: 0;
}

input {
    outline: 0;
    /*font-family: 'proxima_novaregular';*/
}

a {
    color: #a5233d;
}

a:hover, a:focus {
    text-decoration: none;
    color: #faa61d;
    outline: none !important;
    transition: 0.5s;
}

/* Tooltip CSS */

.tooltip {
    opacity: 1 !important;
}

.tooltip>.tooltip-inner {
    background: #fff;
    box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.2);
    color: #414042;
    padding: 10px 15px;
}

.tooltip.bottom>.tooltip-arrow {
    border-bottom-color: #fff;
}

.tooltip.top>.tooltip-arrow {
    border-top-color: #fff;
}

.gnsh-tooltip+.tooltip>.tooltip-inner, .gnsh-tooltip-after+.tooltip>.tooltip-inner {
    background: #a5233d !important;
    box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 10px 15px;
    width: 400px;
    max-width: 400px;
    position: relative;
    margin-right: 10px;
    z-index: 999;
}

.gnsh-tooltip+.bottom>.tooltip-arrow, .gnsh-tooltip-after+.bottom>.tooltip-arrow {
    border-bottom-color: #a5233d;
    position: absolute !important;
    right: 10% !important;
    z-index: 999;
}
/*.gnsh-tooltip + .tooltip > .tooltip-inner {
    margin-right: 30px;
}*/

.social-btn {
    font-size: 25px;
    width: 100%;
    display: block;
    border: 0;
    color: #fff;
    height: auto;
    padding: 15px 30px 9px 0;
    border-radius: 4px;
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
}

.facebook-btn {
    background: #3b5998;
    border-color: #263961;
}

.google-btn {
    background: #cb4838;
    border-color: #942d29;
}

.social-btn span.fa {
    font-size: 50px;
    border-right: 1px solid transparent;
    float: left;
    padding: 6px 0 5px;
    margin-top: -14px;
    width: 65px;
    margin-right: 10px;
}

.facebook-btn span.fa {
    border-color: #263961;
}

.google-btn span.fa {
    border-color: #942d29;
}

.social-btn:hover {
    color: #fff;
}

.facebook-btn:hover {
    background: #2b457a;
}

.google-btn:hover {
    background: #c04131;
}

ul {
    margin: 0;
    padding: 0;
}

.form-control {
    box-shadow: none;
    font-size: inherit;
}

.separator {
    height: 1px;
    width: 100%;
    margin: 20px auto;
    background: #dcddde;
}

/*.browser-alert {
	position: fixed;
	top: 50%;
	padding-top: 20px;
	margin-top: -100px;
}*/

.browser-alert .modal-content {
    padding: 40px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.browser-alert .modal-content span {
    color: #a5233d;
    font-size: 21px;
    padding-bottom: 10px;
    display: block;
}

.browser-alert .modal-content .btn {
    margin-top: 10px;
}

/* Validation Message */

.has-feedback i.form-control-feedback {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 18px;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.success-msg {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
}

.error-msg {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
}

.info-msg {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
}

.info-msg a:hover, .info-msg a:focus {
    color: #a5233d;
}

.alert {
    padding: 8px 35px 8px 10px;
    font-size: 11.5px;
    text-align: justify;
    line-height: 16px;
}

.alert-info-show-count {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.20);
    border: 0;
    color: #414042;
}

.alert-info-show-count b {
    color: #a5233d;
}

.custom-alert-margin {
    margin: 10px 0;
}

/* Check box Start */

.checkbox-div {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-div .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.checkbox-div:hover input~.checkmark {
    background-color: #d2d2d2;
}

.checkbox-div input:checked~.checkmark {
    background-color: #a5233d;
    border-color: #a5233d;
}

.checkbox-div .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-div input:checked~.checkmark:after {
    display: block;
}

.checkbox-div .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Check box End */

/* Radio Start */

.radio-div {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-div .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
}

.radio-div:hover input~.checkmark {
    background-color: #d2d2d2;
}

.radio-div input:checked~.checkmark {
    background-color: #fff;
}

.radio-div .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-div input:checked~.checkmark:after {
    display: block;
}

.radio-div .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a5233d;
}

/* Radio End */

/** token field in registration**/

.tokenfield {
    margin-top: 10px;
}

.ui-front {
    z-index: 999999 !important;
    list-style: none;
    padding: 0px 10px;
    background: #fafafa;
    border-radius: 5px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

#popRegistration {
    overflow-y: hidden;
}

#ui-id-2 {
    width: 415px !important;
}

.free-registration .tokenfield.focus {
    box-shadow: none !important;
    border: none !important;
}

#divdilog .tokenfield.focus {
    border: 1px solid #a5233d;
    box-shadow: none !important;
}

#ctl00_UCRegistration_txttenderintrestedin-tokenfield {
    padding: 15px 10px;
}

.ui-menu-item {
    margin: 10px 0px;
}

.tokenfield.form-control {
    padding: 0px;
}

.tokenfield .token {
    margin: 0px 0px 2px 0px !important;
    border: none !important;
    border-radius: 0px !important;
}

.tokenfield .ui-autocomplete {
    background: white;
}

#ctl00_ContentPlaceHolder1_UCRegistration_txttenderintrestedin-tokenfield {
    padding: 15px 10px;
}

.token {
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    color: #6d6e71;
    padding: 0px 5px;
    border-radius: 4px;
    display: flex !important;
    justify-content: space-between;
    font-size: 14px;
    position: relative;
}

.token span.close {
    font-size: 27px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 0px 7px;
    height: 31px;
    color: #575757;
    opacity: 1;
}

/** token field in registration end**/

.common-form-popup .modal-title {
    text-align: center;
    padding: 30px 40px 5px;
}

.common-form-popup .modal-title .successmsg {
    text-align: left;
    color: #02b84f;
    font-size: 23px;
}

.tagged-frndlist {
    background: #f8f8f8;
    padding: 10px 20px;
}

.tagged-frndlist p {
    margin-bottom: 5px;
}

.common-form-popup .modal-title .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 15px;
}

.common-form-popup .modal-title .close span {
    font-size: 25px;
}

.common-form-popup .radio-inline {
    padding-left: 0;
}

.common-form-popup .modal-body {
    padding: 0 40px 40px;
}

.common-form-popup .modal-title span {
    font-size: 30px;
}

.common-form-popup .modal-title span.popup-maroon-title {
    font-size: 27px;
    color: #a5233d;
}

.common-form-popup .modal-title p {
    font-size: 24px;
}

.common-form-popup input::placeholder, .common-form-popup textarea::placeholder {
    color: #6d6e71;
    /*text-transform:uppercase;*/
}

.common-form-popup input:-ms-input-placeholder, .common-form-popup input::-ms-input-placeholder, .common-form-popup textarea::-ms-input-placeholder, .common-form-popup textarea::-ms-input-placeholder {
    color: #6d6e71;
    /*text-transform:uppercase;*/
}

.common-form-popup textarea {
    margin-top: 10px;
    border: 1px solid #c7c8ca;
    box-shadow: none;
    color: #6d6e71;
    padding: 15px 25px;
    margin: 10px 0 0;
    font-size: 16px;
    max-width: 100%;
    max-height: 100px;
}

.common-form-popup input {
    border: 1px solid #c7c8ca;
    box-shadow: none;
    color: #6d6e71;
    padding: 0 15px;
    height: 50px;
    margin: 10px 0 0;
}

.common-form-popup input.btn {
    font-size: 25px;
    width: 100%;
    border: 0;
    color: #fff;
    height: auto;
    padding: 8px 30px 6px;
    border-radius: 4px;
    border-bottom: 3px solid #f58223;
    margin-bottom: 0;
}

.common-form-popup .token {
    margin-top: 10px;
}

.header {
    padding: 10px 0;
    /*box-shadow: 0 8px 38px 0px rgba(0,0,0,0.3);*/
    position: relative;
    z-index: 0;
    background: #fff;
    margin-top: 48px;
}

.row.align-nav {
    display: flex;
    align-items: center;
}

.header.sticky {
    position: fixed;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.5s;
    top: 0;
    z-index: 3 !important;
    left: 0;
    right: 0;
}

/*       .header.sticky .logo img {
            height: 45px;
            transition: 0.7s;
        } */
.digitalCertificate {
    background: #a5233d;
    color: #fff !important;
    padding: 2px 15px !important;
    border-radius: 50px !important;
}

.header.sticky .navigation, .header.sticky .btn-hamburger {
    margin-top: 13px;
    transition: 0.7s;
}

.header-toprow {
    background: #f2f2f2;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}

.header-toprow-left i {
    color: white;
    cursor: pointer;
    display: none;
    font-size: 18px;
    line-height: 35px;
}

.header-toprow-right {
    text-align: right;
}

.contact-info>div {
    margin-right: 20px;
    display: inline-block;
    padding-top: 5px;
}

.contact-info span {
    color: #a5233d;
}

.contact-info a {
    color: #414042;
}

.download-app {
    display: inline-block;
    position: fixed;
    left: 0;
    top: 50%;
    background: #f2f2f2;
    border-bottom-right-radius: 5px;
    z-index: 5;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.download-app img {
    padding-right: 7px;
}

.download-app a {
    display: block;
    padding: 25px 5px;
}

.close-btn-d {
    position: relative;
}

.download-app span {
    display: block;
    position: absolute;
    top: -10px;
    background: white;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    color: #575757;
    height: 20px;
    right: -5px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.navigation {
    margin-top: 10px;
    text-align: right;
    float: right;
    transition: 0.9s;
}

.navigation li {
    display: inline-block;
}

.navigation li a {
    padding: 10px;
    color: #414042;
}

.navigation li a:hover {
    color: #faa61d;
}
/** alt-navigation**/
ul.alt-navigation {
    float: right;
    clear: both;
    margin-top: 9px;
}
ul.alt-navigation li {
    display: inline-block;
}
ul.alt-navigation li a {
    padding: 10px;
    color: #414042;
}
/** alt-navigation**/
.user-name {
    display: inline-block;
    margin-left: 10px;
    height: 30px;
}

.user-name span {
    display: inline-block;
    vertical-align: middle;
}

/** alt nav**/

.alt-nav {
    list-style: none;
    margin-top: 10px;
}

.alt-nav li {
    display: inline-block;
    margin-left: 10px;
}

.logo img {
    height: 70px;
    transition: 0.9s;
}

.shreeganesh {
    position: absolute;
    top: -8px;
}

.shreeganesh img {
    height: 27px;
    width: 27px;
}

.gnsh-beforel {
    /*float: right;*/
    margin: 0 0 0 15px;
    display: inline-block;
}

.gnsh-afterl {
    right: 12px;
    top: 5px;
}

.user-location-before {
    color: #a5233d;
    position: absolute;
    right: 92px;
}

.user-location-after {
    color: #a5233d;
    position: relative;
    top: -20px;
    left: 32px;
}

.login-button {
    /*float: right;*/
    background: #faa61d;
    border-radius: 20px;
    padding: 2px 17px;
    text-transform: uppercase;
    color: #5d0013;
    margin-left: 10px;
    font-size: 16px;
}

.login-button i, .register-button i {
    display: none;
}

.login-button:hover, .login-button:focus {
    color: #fff;
    background: #a5233d;
    transition: 0.5s;
}

.register-button span i {
    display: initial;
    padding-right: 8px;
    color: #faa61d;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.register-button {
    /*float: right;*/
    background: #a5233d;
    border-radius: 20px;
    padding: 2px 17px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 9px;
    font-size: 16px;
}

.register-button:hover, .register-button:focus {
    color: #fff;
    background: #a5233d;
    transition: 0.5s;
}

.customer-service {
    margin-top: 27px;
    position: relative;
}

.customer-service a.btn {
    font-size: 16px;
    padding: 3px 15px 2px 40px;
}

.customer-service a.btn i {
    font-size: 21px;
    position: absolute;
    left: 24px;
}

.customer-service-hover {
    position: absolute;
    z-index: 9;
    left: -47px;
    top: 33px;
    padding-top: 12px;
    display: none;
}

.customer-service-hover div.csh-inner {
    background: #fff;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.18);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    min-width: 320px;
}

.customer-service-hover span {
    color: #888;
}

.customer-service-hover div.csh-inner:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    margin-left: -7px;
}

.sample-mail-alert {
    float: right;
    margin: 27px 0 0 10px;
    font-size: 16px;
    padding: 3px 20px 2px;
    /*background: #f2f2f2;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #a5233d;*/
}

.phone-number-inner i {
    font-size: 20px;
    position: relative;
    top: 2px;
    right: 3px;
    color: #939598;
}

.menu li .contact-numbers-inmobile {
    padding: 7px 0 7px 30px;
    float: left;
    display: none;
}

.menu li .contact-numbers-inmobile a i.fa {
    font-size: 28px;
}

.menu li .contact-numbers-inmobile a {
    float: left;
    padding: 0;
}

.menu li .contact-numbers-inmobile a:last-child {
    clear: both;
    padding-left: 34px;
    margin-top: -6px;
}

.advertisement-button {
    float: right;
    background: #fff;
    border: 1px solid #a5233d;
    border-radius: 20px;
    padding: 3px 17px;
    text-transform: uppercase;
    color: #a5233d;
    font-family: inherit;
    margin-top: 27px;
    font-size: 16px;
    margin-left: 10px;
}

.advertisement-button:hover, .advertisement-button:focus {
    color: #fff;
    background: #a5233d;
    transition: 0.5s;
}

.call-back-button {
    background: #fff;
    border: 1px solid #c8c8c8;
    font-family: 'proximanovabold';
    border-radius: 20px;
    padding: 3px 17px;
    text-transform: uppercase;
    color: #faa61d;
    font-size: 16px;
}

.call-back-button i.fa {
    margin-right: 10px;
}

.call-back-button:hover, .call-back-button:focus {
    color: #fff;
    background: #a5233d;
    transition: 0.5s;
    border: 1px solid transparent;
}

.need-help {
    position: relative;
    font-family: 'proxima_novaregular';
    float: right;
}

.need-help-dropdown-outer {
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 0;
    width: 360px;
    padding-top: 20px;
    display: none;
}

.need-help-dropdown {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.need-help-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #a5233d;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 57px
}

.need-help-title {
    background: #a5233d;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    margin: -20px -20px 0 -20px;
    border-radius: 5px 5px 0 0;
    font-size: 19px;
    font-family: 'proximanovabold';
}

.need-help-content {
    margin-top: 20px;
}

.need-help-content .form-control {
    height: 50px;
    background: #f6f6f6;
    padding: 15px 20px;
    margin-top: 10px;
    font-size: 15px;
}

.need-help-content textarea.form-control {
    width: 100% !important;
    min-height: 100px !important;
    max-height: 100px !important;
}

.need-help-content .btn-primary {
    font-size: 25px;
    width: 100%;
    border: 0;
    color: #fff;
    height: auto;
    padding: 8px 30px 6px;
    border-radius: 4px;
    border-bottom: 3px solid #f58223;
    margin-bottom: 15px;
    margin-top: 10px;
}

.need-help-content p {
    font-size: 13px;
    color: #6d6d6f;
    margin-bottom: 2px;
}

/********************************** LOGIN POPUP CSS START ******************************/

/*.login-box {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
}

    .login-box div.modal-dialog {
        width: 95%;
    }

    .login-box .modal-footer {
        text-align: left;
    }*/

.login-box .checkbox {
    margin-top: 0;
    color: #aaa;
}

.login-box .col-md-6 {
    padding-left: 0;
}

.login-box .col-md-6:last-child {
    padding-right: 0;
}

.login-box .remember-row {
    padding-top: 0;
    padding-bottom: 20px;
}

.remember-row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.remember-row .checkbox-div {
    color: #6d6e71;
}

.register-link {
    margin-top: 15px;
    text-align: center;
}

.nomember {
    text-align: center;
    margin: 30px 0 0 0;
    color: #6d6e71;
}

.or {
    color: #6d6e71;
    font-size: 17px;
    position: relative;
    text-align: center;
    top: -45px;
    margin: 0;
}

.loginwithsocial {
    margin-top: -60px !important;
}

.loginwithsocial>div {
    padding-bottom: 40px !important;
}

.loginwithsocial .social-btn {
    margin: 0 0 30px;
}

.loginwithsocial .social-btn:last-child {
    margin-bottom: 0;
}

/********************************** LOGIN POPUP CSS END ******************************/

.btn-hamburger {
    float: right;
    color: #939598;
    font-size: 21px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 20px;
}

.ui-loader {
    display: none;
}

.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
    right: 0;
    -webkit-transform: translate3d(22em, 0, 0);
    -moz-transform: translate3d(22em, 0, 0);
    transform: translate3d(22em, 0, 0);
}

.ui-mobile-viewport .ui-panel {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 9999;
    height: 100%;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu ul {
    margin-top: 10px;
}

.menu li {
    display: block;
}

.menu li a {
    color: #414042;
    font-size: 18px;
    padding: 7px 30px;
    display: block;
    font-family: 'proxima_novaregular';
}

.menu .fa-times {
    font-size: 15px;
    color: #bcbec0;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 10px;
}

.close-btn-panel {
    height: 40px;
}

.close-btn-panel a {
    float: right;
    color: #cacaca;
    position: relative;
    top: 18px;
    right: 20px;
    font-size: 18px;
}

.user-profile {
    /*border-bottom:1px solid #d1d3d4;*/
    padding-bottom: 30px;
    position: relative;
    margin-top: 32px;
}

.user-profile:after {
    content: "";
    width: 5px;
    position: absolute;
    right: 0;
    background: #a5233d;
    top: -7px;
    height: 49px;
}

.user-profile li a {
    color: #414042;
}

.user-profile li a i {
    margin-right: 10px;
    font-size: 18px;
    width: 23px;
    text-align: center;
    color: #7e8591;
    transition: 0.5s;
}

.user-profile li a i.fa-file {
    font-size: 16px;
}

.user-profile li a i.fa-shopping-cart, .user-profile li a i.fa-lock {
    font-size: 20px;
}

.user-profile li a i.fa-credit-card {
    font-size: 17px;
}

.user-profile li.username {
    font-size: 25px;
    font-family: 'proximanovabold';
    color: #414042;
    padding: 0 30px 10px;
}

.menu li.refer-points a {
    padding: 4px 24px;
    margin: 0 30px 10px;
    border-radius: 50px;
    color: #a5233d;
    border: 1px solid #a5233d;
    font-size: 17px;
    text-align: center;
}

.menu li.refer-points a b {
    background: #c2c2c2;
    margin: 0 10px;
    width: 1px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.menu li.refer-points a:hover {
    background: #a5233d;
    color: #fff;
    border-color: #a5233d;
}

.menu li.refer-points a:hover b {
    background: #ce6a7e;
}

.menu li a:hover, .menu li a:hover i {
    color: #faa61d;
}

.menu li a.competitor-img {
    background: url(../images/competitor-black.svg) no-repeat 29px 11px;
    padding-left: 64px;
}

.menu li a.competitor-img:hover {
    background: url(../images/competitor-orange.svg) no-repeat 29px 11px;
}

.dashboard-count {
    border: 1px solid #faa61d;
    padding: 2px 10px;
    border-radius: 100px;
    color: #faa61d;
    font-size: 15px;
}

ul.tenderalert {
    margin-top: 0;
    margin-left: 53px;
    display: none;
}

ul.tenderalert i {
    position: relative;
    top: -5px;
    font-style: normal;
}

ul.tenderalert label {
    position: relative;
    top: 6px;
    left: 5px;
}

ul.m-submenu {
    margin-top: 0;
    margin-left: 82px;
    display: none;
}

ul.m-submenu li {
    list-style: disc;
    display: list-item;
    color: #999;
}

ul.m-submenu li a {
    padding: 2px 0;
}

.jumbosearch {
    background: url(../images/jumbo-search-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 500px;
}

.text-slider {
    text-align: center;
    font-size: 32px;
    font-family: 'proxima_novaregular';
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 145px;
    margin-bottom: 35px;
}

.homesearhbar-with-tabs {
    margin-top: 50px;
}

.slider-item h1 {
    padding-top: 15px;
}

.text-slider b {
    font-size: 32px;
    font-style: normal;
    font-family: 'proximanovabold';
}

.text-slider i {
    font-size: 22px;
    padding-left: 0;
    font-style: normal;
    text-decoration: underline;
}

.text-slider a {
    color: #FFF;
    position: relative;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

.text-slider span {
    position: absolute;
    top: -40px;
    padding: 0 30px 50px 0;
    right: -123px;
    left: 0;
    text-align: right;
}

.text-slider span b {
    background: #a5233d;
    font-size: 10px;
    color: #e5a6b3;
    text-transform: uppercase;
    padding: 5px 10px 4px;
    border-radius: 4px;
    text-shadow: none;
    display: inline-block;
    white-space: nowrap;
}

/*.text-slider  a:hover span {
    display:inline-block;
}*/

/*.text-slider a i {
    padding-left: 10px;
}*/

/*.text-slider {
    text-align: center;
    font-size: 30px;
    font-family: 'proxima_novaregular';
    position: absolute;
    left: 0;
    right: 0;
    margin-bottom: 50px;
    bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-slider  a {
    color: #FFF;
    position:relative;
}
.text-slider span {
    position: absolute;
    top: -35px;
    padding: 0 30px 50px 0;
    right: -130px;
    display: none;
    left: 0;
    text-align: right;
}
.text-slider span b {
    background:#a5233d;
    font-size:10px;
    color:#e5a6b3;
    text-transform:uppercase;
    padding: 5px 10px 4px;
    border-radius: 4px;
    text-shadow:none;
    display:inline-block;
}
.text-slider  a:hover span {
    display:inline-block;
}
.text-slider a i {
    padding-left:10px;
}*/

.homesearhbar {
    background: #fff;
    border-radius: 5px;
    position: relative;
    /** 29-01-20**/
    background: #fff;
    border-radius: 5px;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#TenderResultSearchBox, #TenderSearchBox {
    display:flex;
    width: 87%;
    float: right;
}

.searchHome {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background: #a5233d;
    width: 13%;
    height: 70px;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searchHome select {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px 15px;
    color: white;
    font-weight: normal;
    font-size: 18px;
    border: none;
    text-align-last: center;
}

/*.searchHome select option {
    color:black;
}*/

.searchHome:after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome;
    right: 10px;
    top: 25px;
    color: white;
    pointer-events: none;
}

/*.homesearhbar .custom-select {
    position: absolute;
    left: 0;
    background: #f2f2f2;
    bottom: 0;
    top: 0;
    border-radius: 4px;
}
.homesearhbar .custom-select select {
    border: 0;
    box-shadow: none;
    color: #6d6e71;
    padding: 0 40px 0 20px;
    height: 100%;
    width: 100%;
    border-radius: 4px 0 0 4px;
    text-overflow: ellipsis;
    background: #f8f8f8;
    color: #414042;
    border-right: 1px solid #e7e7e7 !important;
    font-size: 17px;
}
.homesearhbar .custom-select:after {
    right: 20px;
}*/

.advance-search-icon {
    position: absolute;
    right: -30px;
    top: 25px;
    color: #fff;
    font-size: 20px;
}

.advance-search-icon a {
    color: #fff;
}

.homesearhbar input[type="text"] {
    width: 100%;
    padding: 0 100px 0 20px;
    margin: 10px 0 10px;
    border: 0;
    font-size: 17px;
    height: 50px;
    text-overflow: ellipsis;
}

.homesearhbar input[type="text"]::placeholder {
    color: #414042;
    opacity: 1;
}

.homesearhbar input[type="text"]:-ms-input-placeholder, .homesearhbar input[type="text"]::-ms-input-placeholder {
    color: #414042;
    opacity: 1;
}

.homesearhbar a.btn {
    background: #faa71d;
    padding: 17px 30px 17px 30px;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-size: 25px;
}

.homesearhbar a.btn:hover {
    background: #a5233d;
    transition: 0.5s;
}

.homesearhbar a.btn img {
    position: relative;
    top: -2px;
    left: -5px;
    height: 19px;
    width: 19px;
}

.free-sample {
    
    text-transform: uppercase;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari prior 9.0 */
    transform: rotate(90deg);
    /* Standard syntax */
    position: fixed;
    right: -56px;
    top: 55%;
    z-index: 2;

}

.free-sample a {
    display:block;
    background: #a5233d;
    padding: 10px 20px;
    color: #ffffff;
    transition: 0.5s ease;
    border-radius: 0 0 4px 4px;
    font-family: 'proximanovabold';
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.covid-sample {
    text-transform: uppercase;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    right: -31px;
    top: 80%;
    z-index: 2;
}
.covid-sample a {
    display: block;
    background: #b9e6fb;
    padding: 10px 20px;
    color: #575757;
    transition: 0.5s ease;
    border-radius: 0 0 4px 4px;
    font-family: 'proximanovabold';
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.gem-sample {
    text-transform: uppercase;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    right: -19px;
    top: 40%;
    z-index: 2;
}
.gem-sample a svg {
    width: 20px;
    height: auto;
    margin-right: 5px;
    fill: white;
}
.gem-sample a {
    display: flex;
    background: #395693;
    padding: 10px 14px;
    color: #fff;
    transition: 0.5s ease;
    border-radius: 0 0 4px 4px;
    font-family: 'proximanovabold';
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    align-items: center;
    justify-content: center;
}
.gem-sampleImg:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #ffffff;
    position: absolute;
    right: -7px;
    bottom: 4px;
}

.gem-sampleImg {
    position: absolute;
    transform: rotate(-90deg);
    right: -1px;
    top: 41px;
    width: 210px;
    display: none;
}
.gem-sampleImg a {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 4px;
}
.gem-sampleImg img {
    width: 100%;
}
.gem-sample:hover .gem-sampleImg {
    display: block;
}

/******** Home Searchbar with Tabs Start*******/

.homesearhbar-with-tabs .nav {
    border: 0;
    margin-bottom: 10px;
    text-align: center;
}

.homesearhbar-with-tabs .nav-tabs>li {
    display: inline-block;
    float: none;
}

.homesearhbar-with-tabs .nav-tabs>li>a {
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
}

.homesearhbar-with-tabs .nav-tabs>li>a:hover {
    border: 0;
}

.homesearhbar-with-tabs .nav-tabs>li.active>a, .homesearhbar-with-tabs .nav-tabs>li.active>a:focus, .homesearhbar-with-tabs .nav-tabs>li.active>a:hover {
    color: #414042;
    background: #fff;
    border: 0;
}

.homesearhbar-with-tabs .tab-content {
    position: relative;
}

.floated-input-ul {
    /*position: relative;*/
    position: absolute;
    background: #ebebeb;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    top: 68px;
    left: 0;
    right: 30px;
    z-index: 9999;
    display: none;
    width: 100%;
}

.floated-input-close, .floated-input-open {
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
}

.floated-input-close {
    -webkit-transform: perspective(1300px) rotateX(-90deg);
    transform: perspective(1300px) rotateX(-90deg);
    opacity: 1;
    display: none !important\9;
    transition: transform .2s, opacity .2s;
}

.floated-input-open {
    -webkit-transform: perspective(1300px) rotateX(0);
    transform: perspective(1300px) rotateX(0);
    opacity: 1;
    display: inline-block !important\9;
}

.floated-input-ul li {
    display: block;
    width: 260px;
    float: left;
    padding-right: 15px;
}

.floated-input-ul li input[type="text"] {
    padding: 5px 10px 5px;
    margin: 0;
    border-radius: 5px;
    height: 34px;
    background: none;
    border: 1px solid #d2d1d1;
    width: 100%;
}

.floated-input-ul li input[type="text"]:focus {
    background: #fff;
}

.floated-input-ul input[type="text"]::placeholder {
    color: #414042;
    opacity: 1;
}

.floated-input-ul input[type="text"]:-ms-input-placeholder, .floated-input-ul input[type="text"]::-ms-input-placeholder {
    color: #414042;
    opacity: 1;
}

.floated-input-ul input[type="text"]::-moz-placeholder {
    color: #414042;
    opacity: 1;
}

.floated-input-ul .reset-all {
    padding-right: 0;
    float: right;
    text-align: right;
    padding-top: 7px;
    width: 110px;
}

.floated-input-ul .reset-all a i {
    font-size: 24px;
    color: #737373;
}

/* .floated-input-ul li:last-child a {
    color: #414042;
} */

.floated-input-ul li ul.typeahead {
    top: 42px !important;
    max-height: 150px;
    overflow-y: auto;
    min-height: 150px;
    overflow-x: auto;
}

.floated-input-ul li ul.typeahead li {
    width: auto;
    float: none;
}

/* .floated-input-ul li ul.typeahead li:last-child {
        float: left !important;
    } */

.contract-value {
    padding: 5px 10px;
    height: 34px;
    cursor: pointer;
    border: 1px solid #d2d1d1;
    border-radius: 5px;
    position: relative;
}

.contract-value .fa {
    float: right;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
    opacity: 0.6;
}

.contract-value-dropdown {
    position: absolute;
    top: 1px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 5;
    padding: 5px 0 10px;
    width: 250px;
    display: none;
}

.cv-box {
    width: 48%;
    float: left;
    text-align: center;
    color: #a5233d;
    font-size: 14px;
    margin-bottom: 5px;
}

.cv-box-right {
    float: right;
}

.cv-box input[type="text"] {
    background: #f1f0f0 !important;
    padding: 2px 12px 1px 12px !important;
    margin: 2px 0 0 !important;
    height: 30px !important;
    color: #414042 !important;
    text-align: center !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.cv-box input[type="text"]::placeholder {
    opacity: 0.3;
}

.range-block-div {
    clear: both;
}

.range-block-div-inner {
    max-height: 145px;
    float: left;
    margin: 0 4px;
    width: 46%;
}

.range-block-div ul {
    float: left;
    padding-right: 9px;
    padding-left: 9px;
}

.range-block-div ul li {
    display: block;
    width: 100%;
    float: none;
    border: 0;
    cursor: pointer;
    margin: 5px 0;
    padding: 3px 5px;
    transition: 0.5s;
    border-radius: 2px;
}

.range-block-div ul li:hover {
    color: #fff;
    background: #a5233d;
    transition: 0.5s;
}

.range-block-div ul li:last-child {
    float: none !important;
    padding-top: 0 !important;
    padding-right: 5px !important;
    text-align: left;
}

.range-block-div .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.range-block-div .mCSB_dragger_bar {
    background: #a5233d !important;
}

.range-block-div .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.2);
}

.home-register-button {
    background: #a5233d;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 290px;
    margin: 80px auto 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.home-register-button span i {
    color: #faa61d;
    padding-right: 8px;
    font-size: 25px;
    position: relative;
    top: 2px;
}

.home-register-button a {
    color: #fff;
}

.home-searchby {
    text-align: right;
    color: #fff;
    margin-top: -41px;
    padding-right: 30px;
    float: right;
}

.home-searchby-for-tender {
    float: right;
    text-align: center;
    color: #fff;
    padding: 0;
    clear: both;
    margin-top: -35px;
}

.home-searchby a, .home-searchby-for-tender a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/******** Home Searchbar with Tabs End*******/

.home-view-all-tenders {
    float: right;
    margin-top: -40px;
    color: #fff;
    /* margin-right: 30px; */
}

.home-view-all-tenders:hover {
    color: #fff;
}

.home-counts {
    background: rgba(0, 0, 0, 0.5);
    padding: 13px 10px 9px;
    font-family: 'proxima_novaregular';
    font-size: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-counts .counts.center {
    text-align: center;
}

.home-counts .counts.right {
    text-align: right;
}

.home-counts .counts b {
    font-weight: normal;
    color: #fff;
}

.home-counts .counts span {
    font-weight: normal;
    color: #faa61d;
}

/******** Inner page searchbar Start*******/

/************* Categories Start ************/

.categories {
    margin: 50px 0;
}

.section-title {
    text-align: center;
    font-size: 30px;
    font-family: 'proximanovabold';
    padding-bottom: 25px;
}

.cate-box {
    background: #ebebeb;
    padding: 60px 20px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    color: #414042;
    transition: 0.5s;
}

.cate-box:hover {
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    color: #414042;
}

.cate-icon {
    background-image: url(../images/top-category.png);
    width: 55px;
    height: 61px;
    background-repeat: no-repeat;
    padding: 0px !important;
    display: inline-block !important;
}
.cate-chemicals-pos {
    background-position: -85px 0px;
}
.cate-civil-pos {
    background-position: -167px 0px;
}
.cate-light-pos {
    background-position: -251px 0px;
}
.cate-powerplant-pos {
    background-position: -334px 0px;
}
.cate-foodgrains-pos {
    background-position: -417px 0px;
}
.cate-computer-pos {
    background-position: -498px 0px;
}
.cate-shiping-pos {
    background-position: -584px 0px;
}
.cate-box span {
    text-align: center;
    display: block;
    padding-top: 20px;
}

.more-link {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    float: right;
    margin-right: 30px;
    margin-top: -20px;
}

.more-link:before {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #a5233d;
    content: "";
    position: absolute;
    top: 3px;
    right: -15px;
}

/************* Categories End ************/

/************* Latest Tenders Start ************/

.latest-tender {
    background: #a5233d;
    margin: 50px 0;
    padding: 50px 0;
}

.latest-tender .section-title {
    color: #fff;
}

.latest-tender .listing-body {
    background: #fff;
    max-height: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.latest-tender .listing-box {
    position: relative;
    border-bottom: 1px solid #e6e7e8;
    margin-left: 30px;
}

.latest-tender .listing-body-left {
    padding-left: 0;
}

.latest-tender .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #adadad;
}

.latest-tender .mCSB_scrollTools .mCSB_draggerContainer {
    top: 20px;
    bottom: 20px;
}

.latest-tender .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.latest-tender .mCSB_scrollTools {
    right: 13px;
}

.showmore-cta {
    margin: 25px 0px;
}

.showmore-cta input {
    background: #faa61d;
    border-radius: 50px;
    padding: 5px 25px;
    outline: none;
    border: none;
    color: #ffffff;
    transition: 0.5s;
}

.showmore-cta input:hover {
    background: #a5233d;
}

/************* Latest Tenders End ************/

/************* Our Services Start ************/

/* .our-services-tabs {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.our-servies {
    margin: 50px 0;
}
.our-servies .nav-tabs {
    border: 0;
}
.our-servies .nav-tabs li {
    display: table-cell;
    float: none;
}
.our-servies .nav-tabs li a {
    font-size: 17px;
    white-space: nowrap;
    border: 1px solid #e8e8e8;
    text-align: center;
    color: #414042;
    padding: 25px 20px;
    margin-right: -1px;
    width: 240px;
    border-radius: 0;
}
.our-servies .nav-tabs li.active a {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    color: #a5233d;
}
.our-servies .nav-tabs li a span {
    background: url(../images/services-icon.png);
    width: 70px;
    display: block;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.our-servies .nav-tabs li.active a span {
    background: url(../images/services-icon-active.png);
}
.our-servies .nav-tabs li.ta a span {
    background-position: 5px 0;
}
.our-servies .nav-tabs li.pq a span {
    background-position: -74px 0;
}
.our-servies .nav-tabs li.td a span {
    background-position: -165px 0;
}
.our-servies .nav-tabs li.cp a span {
    background-position: -261px 0;
}
.our-servies .nav-tabs li.pt a span {
    background-position: -356px 0;
}
.our-servies .nav-tabs li.sc a span {
    background-position: -452px 0;
}
.our-servies .nav-tabs li.tr a span {
    background-position: -537px 0;
}
.our-servies .nav-tabs li.ts a span {
    background-position: -640px 0;
}
.our-servies .nav-tabs li.ad a span {
    background-position: -734px 0;
}
.our-servies .nav-tabs li.ux a span {
    background-position: -823px 0;
}
.our-servies .nav-tabs li.dc a span {
    background-position: -917px 0;
}
.our-servies .nav-tabs li.npi a span {
    background-position: -1013px 0;
}
.our-servies .nav-tabs li.epea a span {
    background-position: -1106px 0;
}
.our-servies .nav-tabs li.smp a span {
    background-position: -1202px 0;
}
.our-servies .tab-content {
    background: #ebebeb;
    padding: 25px;
    line-height: 28px;
    position: relative;
    text-align: justify;
}
.our-servies .tb-ct-title {
    font-size: 20px;
    font-weight: bold;
    color: #a5233d;
    margin-bottom: 10px;
}
.our-servies .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}
.our-servies .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    filter: "alpha(opacity=10)";
    -ms-filter: "alpha(opacity=10)";
}
.our-servies .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.1);
    filter: "alpha(opacity=1)";
    -ms-filter: "alpha(opacity=1)";
}
.our-servies .mCSB_scrollTools {
    opacity: 0 !important;
}
.our-services-tabs:hover .mCSB_scrollTools {
    opacity: 1 !important;
} */

.our-servies {
    margin: 50px 0;
    overflow-x: hidden;
}

.services-box {
    height: 150px;
    padding: 15px;
    text-align: center;
    position: relative;
    border: 1px solid #e8e8e8;
}

.services-box span {
    background: url(../images/services-icon.png);
    width: 70px;
    display: block;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.s-box-2 {
    background-position: -74px 0 !important;
}

.s-box-3 {
    background-position: -165px 0 !important;
}

.s-box-4 {
    background-position: -261px 0 !important;
}

.s-box-5 {
    background-position: -356px 0 !important;
}

.s-box-6 {
    background-position: -452px 0 !important;
}

.s-box-7 {
    background-position: -537px 0 !important;
}

.s-box-8 {
    background-position: -640px 0 !important;
}

.s-box-9 {
    background-position: -734px 0 !important;
}

.s-box-10 {
    background-position: -823px 0 !important;
}

.s-box-11 {
    background-position: -917px 0 !important;
}

.s-box-12 {
    background-position: -1013px 0 !important;
}

.s-box-13 {
    background-position: -1106px 0!important;
}

.s-box-14 {
    background-position: -1202px 0 !important;
}
#sync2 .synced .item{
  background: #ebebeb;
}
.owl-item.active.synced .s-box-1, .owl-item.active.synced .s-box-2, .owl-item.active.synced .s-box-3, .owl-item.active.synced .s-box-4, .owl-item.active.synced .s-box-5, .owl-item.active.synced .s-box-6, .owl-item.active.synced .s-box-7, .owl-item.active.synced .s-box-8, .owl-item.active.synced .s-box-9, .owl-item.active.synced .s-box-10, .owl-item.active.synced .s-box-11, .owl-item.active.synced .s-box-12, .owl-item.active.synced .s-box-13, .owl-item.active.synced .s-box-14 {
    background: url(../images/services-icon-active.png);
}

.services-box p {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.clients .owl-theme .owl-nav [class*="owl-"], .clients .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #414042;
    font-family: monospace;
}

.testimonials .owl-carousel .owl-nav button.owl-prev, .testimonials .owl-carousel .owl-nav button.owl-next, .testimonials .owl-carousel button.owl-dot {
    color: #fff;
    font-family: monospace;
}

/************* Our Services End ************/

/************* Features Start ************/

.features {
    margin: 50px 0;
}

.features .nav-tabs {
    border: 0;
}

.features div#mCSB_4_container {
    width: 98%;
}

.features .nav-tabs li {
    display: table-cell;
    width: 50%;
}

.features .nav-tabs li a {
    font-size: 25px;
    text-align: center;
    color: #3a3a3a;
    background: #ebebeb;
    padding: 25px 20px;
    margin-right: 0;
    font-family: 'proximanovabold';
    border-radius: 0;
}

.features .nav-tabs li.active a {
    border: 1px solid #a5233d;
    background: #a5233d;
    color: #fff;
}

.features .nav-tabs li a span {
    width: 70px;
    display: block;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.features .nav-tabs li.sb a span {
    background: url(../images/man-with-shopping-cart.svg);
}

.features .nav-tabs li.sb.active a span {
    background: url(../images/man-with-shopping-cart-active.svg);
}

.features .nav-tabs li.ss a span {
    background: url(../images/leader.svg);
}

.features .nav-tabs li.ss.active a span {
    background: url(../images/leader-active.svg);
}

.features .tab-content {
    background: #a5233d;
    padding: 25px;
    line-height: 25px;
    position: relative;
    text-align: justify;
    color: #fff;
    max-height: 400px;
}

.features .tab-content a {
    color: #f9fd02;
}

.features .tab-content ul li {
    background: url(../images/li-tigerface.png) no-repeat;
    display: block;
    padding-left: 30px;
}

.features .tab-content .tab-pane.mCustomScrollbar {
    max-height: 350px;
}

.features .tab-content ul li span {
    font-weight: bold;
}
#sb ul {
    padding-right:30px;
}
/************* Features End ************/

/************* Our Process Start ************/

.our-process {
    margin: 50px 0;
}

.process-div {
    position: relative;
}

.process-div:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -17px;
    height: 2px;
    left: 50px;
    right: 50px;
    z-index: -1;
    background: #a5233d;
}

.process-div-inner {
    display: block;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.process-round {
    border: 2px solid #a5233d;
    height: 150px;
    width: 150px;
    border-radius: 100px;
    margin: 0 auto;
    background: #f7f7f7;
    position: relative;
}

.process-round:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #a5233d;
    content: "";
    position: absolute;
    top: 50px;
    margin-top: 14px;
    right: -50%;
    margin-right: 14px;
}

.process-round.last:before {
    display: none;
}

.process-round span {
    background: url(../images/process-icon.png) no-repeat;
    height: 60px;
    width: 70px;
    display: block;
    margin: 44px auto;
}

.process-round span.p1 {
    background-position: -1px 0;
}

.process-round span.p2 {
    background-position: -65px 0;
}

.process-round span.p3 {
    background-position: -135px 0;
}

.process-round span.p4 {
    background-position: -219px 0;
}

.process-round span.p5 {
    background-position: -294px 0;
}

.process-text {
    font-weight: bold;
    margin-top: 10px;
    font-size: 17px;
}

/************* Our Process End ************/

/************* Testimonials Start ************/

.testimonials {
    background: #a5233d;
    margin: 50px 0;
    padding: 50px 0;
    text-align: center;
}

.testimonials .section-title {
    color: #fff;
}

.testimonials-div {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    width: 90%;
    margin: 0 auto;
}

.testimonials-div p {
    font-size: 17px;
}

.testimonials-div b, .testimonials-div span {
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.testi-info>div {
    display: block;
    margin: 30px auto 0;
    width: 80px;
    height: 90px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
}

.testi-info>div img {
    height: 90px;
}

.testimonials .owl-nav {
    position: absolute;
    top: 50%;
    font-size: 60px;
    margin-top: -66px;
    left: 0px;
    right: 0;
    width: 100%;
}

.testimonials .owl-nav .owl-prev {
    float: left;
}

.testimonials .owl-nav .owl-next {
    float: right;
}

.testimonials .owl-dots {
    margin-top: 20px;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    background: #70172a;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #faa61d;
}

.testimonials .owl-carousel .owl-nav button.owl-prev, .testimonials .owl-carousel .owl-nav button.owl-next, .testimonials .owl-carousel button.owl-dot {
    color: #fff;
}

.testimonials .owl-theme .owl-nav [class*="owl-"], .testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

/************* Testimonials End ************/

/************* Clients Start ************/

.clients {
    margin: 50px 0;
}

.clients .item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
}

.clients .item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.clients .owl-carousel {
    padding: 0 40px;
}

.clients .item {
    padding: 20px;
}

.clients .owl-stage-outer {
    border: 1px solid #e8e8e8;
    background: #fff;
}

.clients .owl-nav, .slider-sync .owl-nav {
    position: absolute;
    top: 50%;
    font-size: 60px;
    margin-top: -70px;
    left: 0px;
    right: 0;
    width: 100%;
    z-index: -1;
}
.slider-sync .owl-nav .owl-prev {
    position: relative;
    left: -25px;
    float: left;
}
 .slider-sync .owl-nav .owl-next {
     position: relative;
     right: -25px;
     float:right;
}
.clients .owl-nav .owl-prev  {
    float: left;
}

.clients .owl-nav .owl-next {
    float: right;
}

.clients .owl-dots {
    margin-top: 10px;
}

.clients .owl-theme .owl-nav [class*="owl-"], .clients .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #414042;
}

/************* Clients End ************/

/************* Free Registration Start ************/

.free-registration {
    background: #f3a11c;
    margin: 50px 0 0;
    padding: 50px 0;
    text-align: center;
}

.free-registration .section-title {
    color: #5d0013;
}

.free-registration .registration-login-page-same-html .modal-dialog {
    max-width: 900px;
    margin: 0;
}

.free-registration .why-register {
    background: none;
    width: 400px;
    padding-top: 0;
    padding-left: 0;
    color: #5d0013;
}

.free-registration .modal-content {
    border: 0;
    box-shadow: none;
    background: none;
}

.free-registration .floated-regi-login-box {
    padding: 0 0 0 400px;
}

.free-registration .registration-box input {
    border: 0;
}

.free-registration .registration-box .btn-primary {
    background: #a5233d;
    border-bottom: 5px solid #8f1e34 !important;
}

.free-registration .regi-login-form-title {
    display: none;
}

.free-registration .registration-login-page-same-html {
    min-height: initial;
}

.free-registration .why-content.last {
    margin-top: 15px;
}

.free-registration .mobile-nmbr select {
    border: 0;
}

.free-registration .mobile-nmbr.t-interested select {
    box-shadow: none;
    color: #6d6e71;
    padding: 0 25px 0 10px;
    width: 100%;
    border-radius: 4px;
    text-overflow: ellipsis;
    border: 0;
}

.free-registration .mobile-nmbr.t-interested {
    margin-top: 10px;
}

.free-registration .mobile-nmbr.t-interested .custom-select {
    width: 100%;
    float: none;
}

.free-registration .registration-login-page-same-html .modal-title {
    margin-top: 0;
}

/************* Free Registration End ************/

/************* Footer Start ************/

footer {
    background: #2b303a;
    color: #e6e6e6;
    padding: 40px 0 0;
    letter-spacing: 0;
}

footer a {
    color: #e6e6e6;
}

footer ul li {
    display: block;
    margin-bottom:15px;
}

.ftr-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: 'proximanovabold';
    margin-bottom: 10px;
}

footer .fa {
    font-size: 40px;
    margin-right: 10px;
}

footer .copy {
    border-top: 1px solid #43474e;
    padding: 15px 0;
    margin-top: 10px
}

footer .copy li {
    display: inline-block;
    padding-right: 20px;
    font-size: 13px;
    padding-bottom: 0;
}

/*
footer ul li:last-child {
    padding-right: 0;
}
footer ul {
    float: right;
}
footer ul.product-link {
    float: none;
}
.copy li {
    font-size:13px;
}*/

/************* Footer End ************/

.inner-searhbar-floated-div {
    background: #a5233d;
    /*height: 74px;*/
    position: relative;
    padding: 15px 0;
}

.inner-searhbar-floated {
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 0 73px 0 0;
    height: 44px;
}

.inner-floated-input-ul li input::placeholder {
    color: #414042;
    opacity: 1;
}

.inner-floated-input-ul li input:-ms-input-placeholder, .inner-floated-input-ul li input::-ms-input-placeholder, {
    color: #414042;
    opacity: 1;
}

.inner-floated-input-ul li input::-moz-placeholder {
    color: #414042;
    opacity: 1;
}

.clear-link {
    position: absolute;
    right: 15px;
    top: 11px;
}

.clear-link a {
    color: #fff;
}

.inner-searhbar-floated input[type="text"] {
    width: 100%;
    padding: 0px 145px 0 20px;
    margin: 10px 0 10px;
    border: 0;
    /*font-size: 17px;*/
    height: 24px;
}

.inner-searhbar-floated-div a.btn {
    background: #faa71d;
    padding: 12px 25px 12px 27px;
    position: absolute;
    right: 88px;
    top: 0;
    bottom: 15px;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 44px;
}

.inner-searhbar-floated-div a.btn img {
    position: relative;
    top: -2px;
    left: -5px;
    height: 16px;
}

.inner-floated-input-ul li {
    display: block;
    width: 23%;
    border-right: 1px solid #ddd;
    float: left;
    position: relative;
}

.inner-floated-input-ul-two li {
    width: 50%;
}

.inner-searhbar-floated-div-one-field li {
    display: block;
    width: 100%;
    border-right: 0;
    float: none;
}

.inner-searhbar-floated-div-one-field li:last-child input[type="text"] {
    padding-right: 85px !important;
}

.inner-floated-input-ul li ul.typeahead {
    top: 41px !important;
}

.inner-floated-input-ul li ul.typeahead li {
    width: 100%;
    border-right: 0;
    float: none;
}

.inner-floated-input-ul li input[type="text"] {
    padding: 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-floated-input-ul li:last-child {
    border-right: 0;
}

.inner-floated-input-ul li:last-child input[type="text"] {
    padding-right: 100px;
}

.inner-searhbar input[type="text"] {
    width: 100%;
    padding: 20px 182px 18px 20px;
    margin: 10px 0 10px;
    border: 0;
    font-size: 17px;
    height: 34px;
}

.inner-searhbar a.btn {
    background: #faa71d;
    padding: 18px 30px 20px 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-size: 25px;
}

.inner-contract-value {
    padding: 11px 16px;
    height: 44px;
    cursor: pointer;
    width: 224px;
    /*font-family: 'proxima_novaregular';
    font-size: 17px;*/
}

.inner-contract-value .fa {
    float: right;
    position: absolute;
    right: 58px;
    top: 13px;
    font-size: 20px;
    opacity: 0.6;
}

.inner-contract-value-dropdown {
    position: absolute;
    top: 44px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 5;
    padding: 5px 0 10px;
    width: 226px;
    display: none;
}

/******** Inner page searchbar End*******/

/******** Inner page Tender Result Dropdown Start*******/

.tender-result-with-dropdown-inner-page {
    background: #a5233d;
    padding: 10px 0;
}

.source-btn {
    background: #faa61d;
    padding: 3px 15px;
    color: white;
    border-radius: 12px;
}

.source-btn:hover {
    color: white !important;
}

.source-btn:focus {
    color: white !important;
}

.tender-result-with-dropdown-inner-page .homesearhbar input[type="text"] {
    width: 100%;
    padding: 0px 90px 0 20px;
    margin: 10px 0 10px;
    border: 0;
    font-size: 17px;
    height: 24px;
}

.tender-result-with-dropdown-inner-page .homesearhbar a.btn {
    background: #faa71d;
    padding: 12px 25px 12px 27px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.tender-result-with-dropdown-inner-page .floated-input-ul {
    position: absolute;
    top: 44px;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

/******** Inner page Tender Result Dropdown End*******/

.trending-recent-search {
    padding: 8px 0;
    clear: both;
}

.trending-recent-search span {
    color: #faa71d;
    font-weight: bold;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.trending-recent-search a {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    font-weight: normal;
    border-radius: 100px;
    padding: 2px 15px;
    display: inline-block;
    margin: 3px 1px;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trending-recent-search a:hover {
    background: #a5233d;
}

/************************ LISTING PAGE CSS START ************************/

.innersearch {
    background: #a5233d;
}

.innersearhbar {
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
    width: auto;
    /* overflow: hidden; */
}

.innersearhbar .floated-input-ul {
    top: 43px;
}

.innersearhbar input[type="text"] {
    width: 100%;
    padding: 0px 85px 0 20px;
    margin: 10px 0 10px;
    border: 0;
    font-size: 17px;
    height: 24px;
    text-overflow: ellipsis;
}

.innersearhbar input[type="text"]::placeholder {
    opacity: 1;
    color: #414042;
}

.innersearhbar input[type="text"]:-ms-input-placeholder, .innersearhbar input[type="text"]::-ms-input-placeholder {
    opacity: 1;
    color: #414042;
}

.innersearhbar a.btn {
    background: #faa71d;
    padding: 12px 25px 12px 27px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.innersearhbar a.btn:hover {
    opacity: 0.8;
    transition: 0.5s;
    background: #faa71d;
}

.innersearhbar a.btn img {
    position: relative;
    top: -2px;
    left: -5px;
    height: 16px;
}

.innersearhbar .home-view-all-tenders, .innersearhbar .home-searchby {
    display: none;
}

.filter-main {
    float: right;
}

.filter-text {
    color: #fff;
    text-transform: uppercase;
    margin-top: 28px;
    margin-left: 20px;
    cursor: pointer;
    font-family: 'proxima_novaregular';
}

.filter-text i {
    margin-right: 5px;
}

.filter-dropdown {
    position: absolute;
    z-index: 9;
    top: 74px;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    width: 240px;
    display: none;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}

.filter-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 15px;
}

.filter-dropdown .title {
    color: #a5233d;
    margin-bottom: 12px;
    font-family: 'proxima_novaregular';
}

.filter-dropdown .checkbox-div {
    margin-bottom: 14px;
}

.filter-dropdown .btn {
    /*font-size: 16px;*/
    padding: 3px 30px;
    margin-top: 10px;
}

.filter-dropdown .separator {
    width: 240px;
    margin-left: -20px;
}

.filter-dropdown .form-control {
    margin-bottom: 10px;
}

.filter-applied-filter-row {
    border-bottom: 1px solid #e6e7e8;
    padding: 9px 17px;
    background: #fff;
}

.filter-applied-filter-row .filter-token {
    float: left;
}

.filter-applied-filter-row .filter-token {
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    color: #6d6e71;
    padding: 2px 25px 2px 10px;
    float: left;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    margin: 3px 10px 3px 0;
}

.filter-applied-filter-row .filter-token span.filter-close {
    font-size: 20px;
    height: 10px;
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 0px 7px;
    height: 31px;
}

.token-div {
    float: left;
}

.filter-applied-filter-row .applied-filter-text {
    float: left;
    margin-right: 10px;
    color: #6d6e71;
    font-size: 14px;
    margin-top: 5px;
}

.filter-main-in-tabs {
    position: relative;
    background: #fff;
    float: left;
    margin-right: 30px;
}

.filter-main-in-tabs .filter-text {
    color: #414042;
    text-transform: none;
    margin-top: 5px;
    margin-left: 20px;
    cursor: pointer;
    font-family: 'proxima_novaregular';
}

.filter-main-in-tabs .filter-text i {
    margin-right: 5px;
}

.filter-main-in-tabs .filter-dropdown {
    position: absolute;
    z-index: 9;
    top: 39px;
    left: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    width: 265px;
    display: none;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.filter-main-in-tabs .filter-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 25px;
}

.filter-main-in-tabs .filter-dropdown .title {
    color: #a5233d;
    margin-bottom: 12px;
    font-family: 'proxima_novaregular';
}

.filter-main-in-tabs .filter-dropdown .checkbox-div {
    margin-bottom: 14px;
}

.filter-main-in-tabs .filter-dropdown .btn {
    /*font-size: 16px;*/
    padding: 3px 30px;
    margin-top: 10px;
}

.filter-main-in-tabs .filter-dropdown .separator {
    width: 240px;
    margin-left: -20px;
}

.filter-main-in-tabs .filter-dropdown .form-control {
    margin-bottom: 10px;
}

.filter-main-in-tabs .error-msg {
    font-size: 14px;
}

.autosearched-bar {
    padding: 5px 0 5px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    display: table;
    background: #fff;
    width: 100%;
}

.autosearched-bar-no-bg {
    background: none;
    box-shadow: none;
    margin-bottom: -10px;
}

.fixed-line {
    position: fixed;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 1000;
    background: #a5233d;
    width: 100%;
    color: #fff;
}

.fixed-line .floated-filter-text {
    /* position: relative; */
    text-align: right;
    width: auto;
    padding: 2px 5px;
    background: #faa61d;

    /* margin-left: 10px; */
}
.fixed-line .floated-filter-text a, .fixed-line .floated-filter-text{
    color: #5d0013;
}

.fixed-line.autosearched-bar ul li .contact a, .fixed-line .listing-tagline span {
    color: #faa61d;
}

.fixed-line.autosearched-bar ul li .contact:before, .fixed-line .listing-tagline:before {
    background: #c46c7d;
}

.fixed-line .autocomplete .fa {
    color: #414042;
    opacity: 1;
}

.autosearched-bar ul {
    display: table;
    vertical-align: middle;
    width: 100%;
    /*height: 37px;*/
}

.autosearched-bar ul li {
    display: table-cell;
    vertical-align: middle;
}

.autosearched-bar ul li:first-child>div {
    float: left;
}

.autosearched-bar ul li .contact {
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    float: left;
}

.autosearched-bar ul li .contact>div {
    float: left;
    /*padding: 0 5px 0 0;*/
}

.autosearched-bar ul li .contact>div>span {
    font-size: 14px;
    color: #a6a6a6;
    text-transform: uppercase;
    margin-top: 1px;
}

.autosearched-bar ul li .contact:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 1px;
    background: #a6a6a6;
    left: 0;
    top: 0px;
}

.autocomplete {
    position: relative;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 0 5px 0 40px;
    border-radius: 4px;
    float: right;
}

.autocomplete input {
    border: 0;
    padding: 6px 8px;
    height: 35px;
    width: 100%;
}

.autocomplete input[type="text"]::placeholder {
    color: #414042;
    opacity: 1;
}

.autocomplete input[type="text"]:-ms-input-placeholder, .autocomplete input[type="text"]::-ms-input-placeholder {
    color: #414042;
    opacity: 1;
}

.autocomplete i.fa {
    font-size: 20px;
    position: relative;
    opacity: 0.5;
    background: #e6e7e8;
    padding: 8px 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.autocomplete-items {
    position: absolute;
    /*border: 1px solid #e6e7e8;*/
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}

.autocomplete-items div {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.3s;
}

.autocomplete-items div:last-child {
    border-radius: 0 0 4px 4px;
}

.autocomplete-items div:hover, .autocomplete-active {
    background-color: #a5233d !important;
    color: #ffffff;
}

.search-result {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
    margin-top: 5px;
    top: 8px;
    position: relative;
}

.search-result b {
    text-transform: capitalize;
}

.last-search {
    font-size: 13px;
    margin-top: -2px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.last-search li {
    padding: 0 0 0 5px;
}

.last-search li:first-child {
    font-weight: bold;
    color: #6d6e71;
}

.last-search li a {
    color: #6d6e71;
}

.last-search li a:hover {
    color: #a5233d;
}

.listing-div {
    margin-top: 10px;
    /*margin-top:40px;*/
    margin-bottom: 20px;
    min-height: 600px;
    position: relative;
}

.listing-div .tab-content {
    /*min-height: 500px;*/
    background: #fff;
}

.listing-body {
    position: relative;
}

.tab-arrow i {
    display: none;
}

.floated-filter-resposive-icon {
    display: none;
}

.listing-tagline {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.listing-tagline span {
    color: #a5233d;
}

.listing-tagline:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    background: #a6a6a6;
    left: 0;
    top: 8px;
}

.listing-body .tab-content .tab-pane .listing-box {
    background: #fff;
    border-bottom: 1px solid #e6e7e8;
    position: relative;
    transition: 0.5s;
}

.listing-body .tab-content .tab-pane .listing-box:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    transform: scale(1.01);
    background: #fff;
    z-index: 1;
}

.listing-div .nav-tabs {
    border: 0;
}

.listing-div .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.listing-div .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    top: 33px;
}

.listing-div .mCSB_scrollTools {
    /*opacity: 0;*/
    transition: 0.5s;
}

.listing-div .nav-tabs:hover .listing-div .mCSB_scrollTools {
    opacity: 1;
}

.listing-div .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}

.listing-div .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    filter: "alpha(opacity=10)";
    -ms-filter: "alpha(opacity=10)";
}

.listing-div .nav-tabs li {
    margin-right: 3px;
    display: table-cell;
    float: none;
}

.listing-div .nav-tabs li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e6e7e8;
    color: #414042;
    font-family: 'proxima_novaregular';
    padding: 3px 10px;
    height: 50px;
    border: 0;
    border-top: 3px solid transparent;
    border-bottom: 1px solid #e6e7e8;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
}

.maroon-font {
    color: #a5233d;
}

.listing-div .nav-tabs li a i {
    border-radius: 5px;
    text-align: center;
    color: #a2a2a3;
    font-size: 17px;
    font-style: normal;
    padding-right: 10px;
}

.listing-div .nav-tabs>li.active>a i {
    color: #a5233d;
}

.listing-div .nav-tabs li a b {
    font-weight: normal;
    background: #a2a2a3;
    padding: 2px 4px 0;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}

.listing-div .nav-tabs>li.active>a b {
    background: #faa61d;
}

.listing-div .nav-tabs li a i.refresh-icon {
    background: url(../images/refresh-grey-two.svg)no-repeat;
    height: 16px;
    width: 25px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.listing-div .nav-tabs li.active a i.refresh-icon {
    background: url(../images/refresh-grey-two-maroon.svg)no-repeat;
}

.listing-div .nav-tabs li a i.eye-icon {
    background: url(../images/eye-visible-two.svg)no-repeat;
    height: 15px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.listing-div .nav-tabs li.active a i.eye-icon {
    background: url(../images/eye-visible-two-maroon.svg)no-repeat;
}

.listing-box-unread {
    background: #fffaf0 !important;
}

.listing-box-unread b {
    color: #a5233d;
}

.subscribe-btn {
    float: right;
}

.subscribe-btn a {
    border-radius: 5px;
    background: #72bf44;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 4px 15px;
    font-family: 'proxima_novaregular';
}

.subscribe-btn a.gray-btn {
    background: #e7e7e7;
    color: #414042;
}

.subscribe-btn a:hover {
    color: #fff;
    background: #a5233d;
}

.sorting {
    padding: 15px 0 0 20px;
}

.sorting li {
    display: inline-block;
    padding: 0 40px 0 0;
    position: relative;
    cursor: pointer;
}

.sorting li:after {
    opacity: 0.4;
    content: "\21F5";
    font-size: 18px;
    right: 20px;
    position: absolute;
    top: -2px;
    font-weight: bold;
}

.sorting li:first-child:after {
    display: none;
}

.sorting li:first-child {
    font-weight: bold;
    padding-right: 20px;
    cursor: auto;
}

li.sorting_desc:after {
    opacity: 0.9;
    content: "\21E1";
}

li.sorting_asc:after {
    opacity: 0.9;
    content: "\21E3";
}

.sorting_t {
    position: relative;
    padding-right: 25px !important;
    cursor: pointer;
}

.sorting_t:after {
    opacity: 0.4;
    content: "\21F5";
    font-size: 18px;
    right: 7px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.sorting_t.sorting_desc:after {
    opacity: 0.9;
    content: "\21E1";
}

.sorting_t.sorting_asc:after {
    opacity: 0.9;
    content: "\21E3";
}

/*.listing-body-right > div.tagged-by {
    clear: both;
    margin: 0;
    top: 21px;
    position: relative;
    text-align: right;
}*/

.listing-div .nav-tabs>li.active>a, .listing-div .nav-tabs>li.active>a:focus, .listing-div .nav-tabs>li.active>a:hover {
    background: #fff;
    border: 0;
    border-top: 3px solid #a5233d;
    border-bottom: 1px solid #fff;
    color: #414042;
}

.dashboard-searchbox {
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 1px;
    background: #fff;
    padding-right: 27px;
    position: relative;
    left: 7px;
    margin-right: 7px;
    margin-top: 2px;
    float: right;
    width: 24%;
}

.dashboard-searchbox input[type="text"] {
    width: 100%;
    border: 0;
    font-size: 15px;
}

.dashboard-searchbox a {
    position: absolute;
    right: 0;
    top: -3px;
    padding: 8px 10px;
    opacity: 0.3;
    font-size: 18px;
    color: #000;
}

.listing-body-left {
    padding: 15px;
    float: none;
    width: auto;
    margin-right: 240px;
}

/**   .listing-body-left .brief {
        text-align: justify;
    }**/

.listing-body-left .brief a {
    color: #333;
}

.listing-body-left .brief a i {
    /*color:#000000;*/
    color: #6d6e71;
    font-style: normal;
}

.listing-body-left .brief a i.orange-font {
    color: #ee980a;
}

.listing-body-left .brief a b {
    color: #000;
    font-weight: normal;
    background: #ECBDC6;
    padding: 0px 5px;
    border-radius: 3px;
}

.listing-body-left .brief a i.itlic {
    font-style: italic;
    color: #6d6e71;
}

.listing-body-left .brief a i.lightmaroon-font {
    color: #d24662;
}

.lightorange-text {
    color: #faa61d !important;
}

/*.listing-body-left .brief a b {
	color: #a5233d;
}*/

/*.listing-body-left:hover .brief a {
	color:#111;		
}*/

.listing-body .tab-content .tab-pane>div:hover a.bid-btn {
    background: #a5233d;
    transition: 0.5s;
    color: #fff;
}

.listing-body table tr td {
    border: 0;
}

.listing-body table tr td span.srno {
    padding-right: 10px;
}

span.srno:after {
    display: none;
    padding-right: 10px;
}

/*.closing-date {
	border-radius:20px;
	padding:3px 10px;
	border:1px solid #faa61d;
	text-transform:uppercase;
	color:#faa61d;
	font-size:12px;
	margin-left: 5px;
	font-family: 'proximanovabold';
	font-weight:normal;
	display:inline-block;
}*/

.closing-date {
    border: 1px solid #dcddde;
    border-radius: 20px;
    color: #414042 !important;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}

.listing-body-right {
    position: absolute;
    right: 31px;
    top: 31px;
}

.listing-body-right>div {
    margin-bottom: 42px;
    margin-top: 7px;
}

.tagged-by {
    position: relative;
    display: inline-block;
}

.tagged-by:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #9c9c9e;
    left: -17px;
    top: 8px;
}

.tagged-by span {
    padding: 0 !important;
}

.tagged-by-count {
    display: inline-block;
}

.tagged-by-count label {
    margin-bottom: 0;
    background: #f2f2f2;
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 4px;
    padding: 0 5px;
    cursor: pointer;
    font-weight: normal;
    margin-left: 5px;
}

.tagged-by-count ul {
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 30px;
    padding: 8px 0;
    z-index: 4;
    right: 0;
    display: none;
    border-radius: 5px;
}

.tagged-by-count:hover ul {
    display: block;
}

.tagged-by-count ul:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    position: absolute;
    right: 2px;
    top: -7px;
}

.tagged-by-count ul li {
    display: block;
    padding: 5px 15px;
}

.listing-body-right span {
    font-size: 14px;
    color: #4e4e4e;
    text-align: center;
}

.listing-body-right span.listing-icon a {
    margin-right: 0;
    margin-left: 17px;
    position: relative;
    top: -2px;
    cursor: inherit;
}

.listing-body table tr td span {
    color: #4e4e4e;
    font-size: 14px;
    position: relative;
    padding-right: 30px;
}

.listing-body table tr td.tg-frnd-hashtag span a:hover {
    color: #a5233d;
}

.tag-frnd-txtbox {
    padding: 0 30px 0 0;
    position: relative;
}

.tag-frnd-txtbox a {
    position: absolute;
    right: -30px;
    top: 14px;
    color: #cccccc;
    font-size: 22px;
}

.tag-frnd-txtbox .textbox {
    position: relative;
}

.tag-frnd-txtbox a.active {
    color: #a5233d;
}

.listing-body table tr td span:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #9c9c9e;
    left: -17px;
    top: 5px;
}

.listing-body table tr:first-child td span:nth-last-child(2) {
    /*padding-right: 10px;*/
}

.listing-body table tr td span:first-child:before {
    display: none;
}

.listing-body table tr:first-child td i {
    font-size: 14px;
    font-style: normal;
}

/*.listing-body table tr:first-child td i.value {
	color: #a5233d;
}*/

.listing-body a.bid-btn {
    color: #5d0013;
    background: #faa61d;
    border-radius: 20px;
    padding: 4px 12px 2px;
    float: right;
    margin-right: 8px;
    margin-top: -7px;
    font-family: 'proxima_novaregular';
    min-width: 105px;
}

.listing-body a.bid-btn:hover {
    background: #a5233d;
    color: #fff;
}

.listing-footer {
    background: #e6e7e8;
    padding: 15px 40px;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}

.listing-gifdiv {
    padding: 20px 0 10px;
    display: table;
    text-align: center;
    width: 100%;
}

.listing-gifdiv span {
    color: #81868d;
    display: block;
    font-size: 21px;
}

.listing-gifdiv span b {
    /*font-weight:normal;*/
    font-size: 30px;
    color: #a5233d;
}

.listing-gifdiv p {
    font-size: 25px;
    color: #a5233d;
    margin-top: 40px;
}

.listing-gifdiv p small {
    color: #5e636b;
}

.listing-gifdiv img {
    max-width: 320px;
    width: 100%;
    margin-top: 15px;
}

.listing-div .row {
    position: relative;
}

.listing-div .col-md-9 {
    float: none;
    overflow: hidden;
    width: auto;
}

.floated-filter-right-icon {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -20px;
    background: #fff;
    padding: 5px 10px 5px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
    font-size: 20px;
    color: #414042;
    cursor: pointer;
}

.sidefilter {
    position: absolute;
    right: 15px;
    width: 0;
    z-index: 999;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    height: 100%;
    top: -50px !important;
}

.sidefilter-inner {
    position: fixed;
    border-radius: 4px;
    background: #fff;
    width: 260px;
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s;
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.1);
}

.sidefilter .typeahead.dropdown-menu {
    width: 240px;
    position: static;
}

.sidefilter .typeahead.dropdown-menu li a {
    white-space: normal !important;
}

.sidefilter a.closebtn {
    position: absolute;
    top: 0px;
    right: 14px;
    font-size: 30px;
    color: #414052;
}

.sidefilter a.closebtn:focus, .sidefilter a.closebtn:hover {
    transition: 0;
}

.sidefilter .mCSB_container_wrapper {
    position: initial;
}

.sidefilter .mCSB_container_wrapper>.mCSB_container {
    padding-right: 10px;
}

.sidefilter .mCSB_container {
    margin-right: 15px !important;
}

.sidefilter .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    width: 240px !important;
}

#mainListing {
    transition: margin-right .5s;
}

#mainListing .token {
    background: #eceff1 !important;
    color: #575757;
    display: inline-block !important;
}

.floated-filter-scroll {
    height: 320px;
    padding: 0 0 10px 15px;
    max-height: 445px;
}

.floated-filter-box:last-child {
    margin-bottom: 0px !important;
}

.sidefilter .range-block-div-inner {
    max-height: 100px;
}

.ui-panel-animate.ui-panel-content-wrap {
    transform: none;
}

.filter-buttons {
    padding: 10px 15px;
    border-top: 1px solid #e8e8e8;
    /*margin-left: -15px;*/
    text-align: center;
}

.floated-filter-text {
    font-weight: bold;
    font-family: 'proximanovabold';
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background: #a5233d;
    padding: 3px 8px;
    float: right;
    margin-top: 1px;
    margin-left: 5px;
    white-space: nowrap;
}

.floated-filter {
    float: right;
    width: 220px;
    padding-left: 0;
}

.floated-filter-icon .fa {
    padding-right: 10px;
    font-size: 20px;
    color: #acacac;
}

.floated-filter-icon {
    font-size: 15px;
    padding: 10px 10px 10px;
    font-weight: bold;
    background: #fde5be;
    margin: 0px 0px 4px 0px;
}

.floated-filter-box {
    display: block;
    margin-bottom: 10px;
}

div#txtSearch_ContractDate i {
    float: right;
    margin-top: 2px;
}

.floated-filter-box div.form-control {
    margin-bottom: 10px;
}

.floated-filter-box>a.title {
    display: block;
    color: #414042;
    font-weight: bold;
    padding: 5px 0;
    font-family: 'proxima_novaregular';
    font-size: 14px;
}

.floated-filter-box>a.title:before {
    content: "➜";
    float: right;
    transition: all 0.5s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
    opacity: 0.4;
}

.floated-filter-box>a.title.collapsed:before {
    content: "➜";
    float: right;
    transition: all 0.5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
}

.map-daterange {
    margin-top: 10px;
}

.floated-filter-box ul li {
    display: block;
}

.floated-filter-box ul li .checkbox-div .checkmark {
    height: 18px;
    width: 18px;
    top: 2px;
    border-radius: 3px;
}

.floated-filter-box ul li .checkbox-div .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
}

.floated-filter-icon .fa-times {
    display: none;
}

.expandable-data {
    display: none;
}

.view-more-less {
    cursor: pointer;
    color: #a5233d;
    text-transform: uppercase;
    font-size: 12px;
}

.beforeloadpage {
    display: table;
    width: 100%;
    height: 480px;
}

.beforeloadpage>div {
    display: table-cell;
    vertical-align: middle;
}

.bg-white {
    background: #fff;
}

.listing-icon a {
    margin-right: 20px;
    display: inline-block;
}

.listing-icon a img {
    height: 22px;
    display: inline-block;
}

.show-tender {
    float: right;
}

.show-tender span {
    font-size: 16px;
    color: #6d6e71;
    float: left;
    margin-top: 5px;
}

.show-tender .custom-select {
    width: 70px;
    float: left;
    margin: 0 10px;
}

.show-tender .custom-select select {
    border-radius: 20px;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.show-tender .custom-select:after {
    margin-top: -2px;
    pointer-events: none;
}

.load-more-btn {
    border-radius: 20px;
    padding: 3px 15px;
    background: #7e8591;
    color: #fff;
    top: 2px;
    position: relative;
    font-size: 15px;
    font-family: 'proxima_novaregular';
}

.load-more-btn:hover {
    background: #a5233d;
    color: #fff;
}

.listing-footer .col-md-4 {
    text-align: right;
}

.listing-bottom-cont {
    font-size: 13px;
    color: #939598;
    line-height: 25px;
}

.tender-calender {
    padding: 10px 0;
    border-bottom: 1px solid #e6e7e8;
}

.tender-calender .form-inline {
    padding: 0 40px;
}

.tender-calender .form-group {
    position: relative;
    max-width: 210px;
}

.tender-calender .add-on {
    position: absolute;
    right: 10px;
    top: 5px;
    pointer-events: none;
    opacity: 0.6;
}

.tender-calender input.form-control {
    width: 210px;
    padding-right: 32px;
}

.tender-calender .btn {
    border-radius: 4px;
}

.calendar-result {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 5px 15px 2px 5px;
    margin: 10px 40px 0;
}

.calendar-result span {
    padding: 0 10px;
}

.calendar-result b {
    font-weight: normal;
}

.calendar-result>div {
    float: right;
    color: #a5233d;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 12px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #faa61d;
    color: #fff !important;
    border: 0;
}

.dataTable thead {
    background: #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background: #a5233d;
}

/************************ LISTING PAGE CSS END ************************/

/************************ REGISTRATION PAGE CSS START ************************/

.page-header-one {
    background: #a5233d;
    text-align: center;
    /*height: 220px;*/
    padding: 20px;
}

.page-header-one .table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
    /*height: 180px;*/
    padding: 0;
}

.page-header-one h1 {
    font-size: 30px;
    margin: 10px 0 50px;
    color: #fff;
    font-family: 'proximanovabold';
}

.page-header-one p {
    font-size: 20px;
    color: #fff;
    font-family: 'proxima_novaregular';
    margin-top: 10px;
}

.page-header-one b {
    color: #faa61d;
    font-weight: normal;
}
.slider-item h1 {
    color: #fff;
}

.refer-earn-knowmore {
    display: block;
    text-transform: uppercase;
    border: 1px solid #e5a6b3;
    width: 100px;
    margin: 10px auto 0;
    border-radius: 4px;
    padding: 2px 5px;
    color: #e5a6b3;
    font-size: 11px;
}

.common-box {
    max-width: 710px;
    margin: -40px auto 150px;
}

.common-box.full-width {
    max-width: 100%;
    width: auto;
}

.common-box>div {
    margin: 0 15px;
    padding: 40px 50px 50px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 8px;
}

.common-box input {
    border: 1px solid #c7c8ca;
    box-shadow: none;
    color: #6d6e71;
    padding: 0 15px;
    height: 50px;
    margin: 10px 0 0;
    /*font-size: 16px;*/
    /*text-transform:uppercase;*/
}

.common-box input::placeholder, .common-box textarea::placeholder {
    color: #6d6e71;
    /*text-transform:uppercase;*/
}

.common-box input:-ms-input-placeholder, .common-box input::-ms-input-placeholder, .common-box textarea::-ms-input-placeholder, .common-box textarea::-ms-input-placeholder {
    color: #6d6e71;
    /*text-transform:uppercase;*/
}

.common-box textarea {
    margin-top: 10px;
    border: 1px solid #c7c8ca;
    box-shadow: none;
    color: #6d6e71;
    padding: 15px 25px;
    margin: 10px 0 0;
    font-size: 16px;
    max-width: 100%;
    max-height: 100px;
}

.common-box input.btn {
    font-size: 25px;
    width: 100%;
    border: 0;
    color: #fff;
    height: auto;
    padding: 8px 25px 6px;
    border-radius: 4px;
    border-bottom: 3px solid #f58223;
    margin-bottom: 0;
}

/************ Registration Popup CSS Start ***************/

.registration-box .custom-file {
    height: 60px;
    margin: 10px 0 0;
}

.registration-box .custom-file-label {
    height: 60px;
}

.registration-box .custom-file-label:after {
    height: 58px;
    padding: 17px 20px;
}

.registration-box .modal-title {
    text-align: center;
    padding: 40px 40px 5px;
}

.registration-box .modal-title .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 15px;
}

.registration-box .modal-title .close span {
    font-size: 25px;
}

.registration-box .modal-body {
    padding: 0 40px 40px;
}

.registration-box .modal-title span {
    font-size: 20px;
}

.registration-box .modal-title span.normal-maroon-font {
    font-size: 23px;
    color: #a5233d;
}

.registration-box .modal-title span.popup-maroon-title {
    font-size: 27px;
    color: #a5233d;
}

.registration-box .modal-title p {
    font-size: 23px;
}

.registration-box .modal-title p b {
    color: #a5233d;
    text-transform: uppercase;
}

.registration-box .modal-title p i {
    font-style: normal;
}

.registration-box input {
    border: 1px solid #c7c8ca;
    box-shadow: none;
    color: #000;
    padding: 0 15px;
    height: 50px;
    margin: 10px 0 0;
    /*font-size: 16px;*/
    /*text-transform:uppercase;*/
}

.registration-box input::placeholder, .registration-box textarea::placeholder {
    color: #6d6e71;
    /*text-transform:uppercase;*/
}

.registration-box input:-ms-input-placeholder, .registration-box input::-ms-input-placeholder, .registration-box textarea::-ms-input-placeholder, .registration-box textarea::-ms-input-placeholder {
    color: #6d6e71;
    /*text-transform:uppercase;*/
}

.registration-box textarea {
    margin-top: 10px;
    border: 1px solid #c7c8ca;
    box-shadow: none;
    color: #6d6e71;
    padding: 15px 25px;
    margin: 10px 0 0;
    font-size: 16px;
    max-width: 100%;
    max-height: 100px;
}

.registration-box input.btn {
    font-size: 25px;
    width: 100%;
    border: 0;
    color: #fff;
    height: auto;
    padding: 8px 30px 6px;
    border-radius: 4px;
    border-bottom: 3px solid #f58223;
    margin-bottom: 0;
}

.registration-box .dropdown-menu>.active>a, .registration-box .dropdown-menu>.active>a:hover, .registration-box .dropdown-menu>.active>a:focus {
    background: #a5233d
}

.registration-box .typeahead.dropdown-menu {
    left: 39px;
    right: 39px;
    width: auto;
}

.common-box .for-typeahead {
    position: relative;
}

.common-box .for-typeahead .dropdown-menu>.active>a, .common-box .for-typeahead .dropdown-menu>.active>a:hover, .common-box .for-typeahead .dropdown-menu>.active>a:focus {
    background: #a5233d
}

.common-box .for-typeahead .typeahead.dropdown-menu {
    left: 39px;
    right: 49px;
    width: auto;
}

.congratulation-div span {
    color: #02b84f;
    font-size: 21px;
    display: block;
}

.congratulation-div p a {
    color: #414042;
    text-decoration: underline;
}

.congratulation-div p {
    color: #6d6e71;
    line-height: 20px;
    margin-top: 10px;
    font-size: 16px;
}

.congratulation-div b {
    color: #a5233d;
    font-weight: normal;
}

.registration-box .mail-div {
    text-align: center;
}

.registration-box .mail-div p {
    color: #6d6e71;
    font-size: 20px;
}

.registration-box .mail-div b {
    color: #a5233d;
    font-weight: normal;
}

.registration-box .mail-div img {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}

.registration-box .email-verified-div {
    text-align: center;
}

.registration-box .email-verified-div p {
    color: #02b84f;
    font-size: 20px;
}

.registration-box .email-verified-div img {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}

.our-esteemed {
    padding: 40px 40px 0;
    border-bottom: 1px solid #d8d8d8;
}

.our-esteemed-horizontal {
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.our-esteemed-horizontal .our-esteemed {
    float: left;
    width: 760px;
    padding: 0;
    border: 0;
}

.our-esteemed-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.our-esteemed-horizontal .our-esteemed-title {
    float: left;
    font-size: 17px;
    margin-bottom: 0;
    margin-right: 50px;
    text-align: left;
    margin-top: 6px;
    /*margin-top: 18px;*/
}

.our-esteemed .item {
    text-align: center;
}

.our-esteemed-horizontal .item {
    display: table;
    vertical-align: middle;
}

.our-esteemed-horizontal .our-esteemed-title span {
    display: block;
}

.our-esteemed .item div {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border: 1px solid #7e8591;
    border-radius: 100%;
    overflow: hidden;
}

.our-esteemed-horizontal .item div {
    float: left;
    padding: 0 10px 0 0;
    display: table-cell;
    margin: 0 10px 0 0;
}

.our-esteemed .item img {
    border-radius: 100%;
    height: 54px;
    width: 54px;
    margin: 2px;
}

.our-esteemed .item span {
    font-size: 13px;
    text-align: center;
}

.our-esteemed-horizontal .item span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.our-esteemed .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    font-size: 45px;
    width: 100%;
    color: #b1b1b1;
    z-index: -1;
}

.our-esteemed-horizontal .our-esteemed .owl-nav {
    margin-top: -42px;
}

.our-esteemed .owl-theme .owl-nav {
    text-align: left !important;
    display: block;
}

.our-esteemed .owl-theme .owl-nav .owl-prev {
    margin-left: -30px;
    padding: 0 5px !important;
}

.our-esteemed .owl-theme .owl-nav .owl-next {
    float: right;
    /*margin-right: -30px;*/
    margin-right: -20px;
    padding: 0 6px 5px !important;
}

.our-esteemed .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: inherit;
}

.poweredby {
    font-size: 13px;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 10px;
}

.our-esteemed-horizontal .poweredby {
    float: right;
    margin: 4px 30px 0 0;
}

.our-esteemed-horizontal .poweredby span {
    display: block;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
}

.esteemed-customer-close {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 30px;
    margin-top: -22px;
    cursor: pointer;
    opacity: 0.3;
}

.registration-page-same-html {
    min-height: 500px;
}

.registration-page-same-html .modal {
    display: block;
    opacity: 1;
    position: inherit;
    overflow: visible;
}

.registration-page-same-html .modal-title .close {
    display: none;
}

.registration-page-same-html .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 60px 15px;
}

.registration-page-same-html .small-msg-box .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 120px 15px !important;
}

/* Registration and Login page same as popup  start*/

.registration-login-page-same-html {
    min-height: 500px;
    margin: 0 auto;
}

.registration-login-page-same-html .modal-dialog {
    max-width: 770px;
    width: 100%;
    margin: 10px 0;
}

.registration-login-page-same-html .modal {
    display: block;
    opacity: 1;
    position: inherit;
    overflow: visible;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .registration-login-page-same-html.modal:before {
        height: auto;
    }
}

.registration-login-page-same-html .modal-body {
    padding: 0;
}

.registration-login-page-same-html .modal-title .close {
    display: none;
}

.registration-login-page-same-html-close .close {
    display: block !important;
    z-index: 999;
}

.registration-login-page-same-html-close {
    /*top: 50%;*/
    /* margin-top: 60px; */
    clear: both;
}

.registration-login-page-same-html .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
}

.registration-login-page-same-html .small-msg-box .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 120px 15px !important;
}

.registration-login-page-same-html .modal-title {
    padding: 0;
}

.why-register {
    float: left;
    background: rgba(165, 35, 61, 1);
    background: -moz-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(165, 35, 61, 1)), color-stop(100%, rgba(204, 96, 46, 1)));
    background: -webkit-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
    background: linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5233d', endColorstr='#cc602e', GradientType=1);
    color: #fff;
    padding: 35px 25px 50px;
    width: 315px;
    border-radius: 5px 0 0 5px;
    height: 100%;
    position: absolute;
}

.why-title {
    font-size: 25px;
    font-family: 'proximanovabold';
}

.why-content {
    padding: 27px 0 0 70px;
    display: table;
    position: relative;
}

.why-content img {
    display: table-cell;
    margin-right: 15px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.why-content span {
    display: table-cell;
    /*font-size: 15px;*/
    vertical-align: middle;
}

.floated-regi-login-box {
    width: auto;
    padding: 40px 20px 50px 335px;
}

.floated-regi-login-box .nav {
    text-align: center;
    padding: 10px 0 5px;
}

.floated-regi-login-box .nav li {
    float: none;
    display: inline-block;
}

.floated-regi-login-box .nav>li>a {
    padding: 8px 25px;
    color: #838383;
    /*font-size: 17px;*/
    background: #f2f2f2;
}

.floated-regi-login-box .nav-pills>li.active>a, .floated-regi-login-box .nav-pills>li.active>a:focus, .floated-regi-login-box .nav-pills>li.active>a:hover {
    background: #faa61d;
    color: #fff;
}

.regi-login-title {
    text-align: center;
    font-size: 23px;
    display: none;
}

.regi-login-form-title {
    color: #a5233d;
    text-align: center;
    font-family: 'proximanovabold';
    font-size: 25px;
}

.floated-regi-login-box .remember-row {
    margin-left: -15px;
    padding: 0 0 45px;
}

.floated-regi-login-box .remember-row .text-right {
    padding-right: 0;
}

/* Registration and Login page same as popup  End*/

/************ Registration Popup CSS End ***************/

.mobile-nmbr {
    display: table;
    width: 100%;
}

.mobile-nmbr-left {
    display: table-cell;
    width: 180px;
    vertical-align: middle;
}

.mobile-nmbr .custom-select {
    width: 100px;
    float: left;
    margin: 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
}

.mobile-nmbr .custom-select:after {
    right: 15px;
}

.mobile-nmbr select {
    border: 0;
    box-shadow: none;
    color: #000;
    padding: 0 25px 0 10px;
    height: 50px;
    border: 1px solid #c7c8ca;
    /*font-size: 16px;*/
    width: 100%;
    border-radius: 4px 0 0 4px;
    text-overflow: ellipsis;
}

/*.mobile-nmbr input {
	padding-left: 26px;
}*/

.mobile-nmbr .custom-select+div {
    display: table-cell;
    width: 70px;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.mobile-nmbr .custom-select+div input {
    text-align: center;
    width: 70px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid transparent;
    padding: 0 8px;
}

.mobile-nmbr .custom-select+div+div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.existing-user {
    display: block;
    text-align: right;
    margin-top: 10px;
}

.subs-radio {
    margin-top: 10px;
}

.subs-radio span {
    margin-right: 15px;
}

.subs-radio .radio-div {
    display: inline-block;
    top: 3px;
}

.client-email {
    color: #414042;
    text-decoration: underline;
}

.editresend {
    position: relative;
}

.editresend div.left {
    float: left;
}

.editresend div.right {
    float: right;
}

.editresend .close {
    position: absolute;
    right: 0;
    display: none;
    top: 0;
}

.edit-email-box, .resend-email-box {
    display: none;
    margin-top: 20px;
}

.edit-btn, .resend-btn {
    /*float: right;*/
    padding: 0 0 0 10px;
    text-transform: none;
}

.otp-div {
    margin: 20px 0 0;
    overflow: hidden;
}

.otp-div label {
    color: #6d6e71;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}

.otp-div a.wrong-number {
    float: right;
    margin-top: -27px;
}

.otp-div li {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 10px;
}

.otp-div input {
    text-align: center;
    padding: 0 15px;
}

.otp-div li:last-child {
    padding-right: 0;
}

.success-div span {
    color: #a5233d;
    font-size: 21px;
    padding-top: 10px;
    display: block;
}

.success-div p {
    color: #6d6e71;
    line-height: 20px;
    margin-top: 10px;
}

.success-div b {
    color: #faa61d;
    font-weight: normal;
}

.subscribe-sms-alert {
    margin-top: 10px;
}

.unsubscribe-line p {
    color: #6d6e71;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.unsubscribe-line span {
    color: #a5233d;
}

.remindmelater-btn {
    text-align: right;
    padding-top: 10px;
}

.remindmelater-btn a {
    font-family: 'proxima_novaregular';
    color: #414042;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.create-password {
    position: relative;
}

.create-password input {
    padding-right: 45px;
}

.create-password a {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 12px;
    text-align: center;
}

.create-password img {
    height: 20px;
    margin-top: 4px;
    opacity: 0.5;
}

.space-div {
    height: 20px;
}

/************************ REGISTRATION PAGE CSS END ************************/

/************************ REFERRAL POPUP CSS START ************************/

.referral-popup {
    font-family: 'proximanovabold';
}

.referral-popup .modal-header {
    background: #faa71d;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #faa71d 0%, #a5233d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #faa71d 0%, #a5233d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #faa71d 0%, #a5233d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa71d', endColorstr='#a5233d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    padding-bottom: 0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.referral-popup .modal-header img {
    max-width: 100%;
}

.referral-popup .modal-body {
    text-align: center;
}

.referral-popup .modal-body>div span {
    display: block;
    font-size: 28px;
}

.referral-popup .modal-body>div b {
    font-size: 38px;
}

.referral-popup .modal-body p {
    font-size: 16px;
    font-family: 'proxima_novaregular';
}

.referral-popup .modal-body p b {
    color: #a5233d;
}

.referral-popup .modal-body p span {
    color: #a5233d;
}

.referral-popup .modal-footer {
    border-top: 0;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 0;
}

.referral-popup .modal-footer .btn {
    padding: 13px 30px 11px;
    border-radius: 4px;
    font-size: 20px;
    border-bottom: 3px solid #f58223;
}

.referral-popup .close {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 9px;
}

/************************ REFERRAL POPUP CSS END ************************/

/************************ REFERRAL PAGE CSS START ************************/

.referral-li li {
    display: block;
    padding-right: 10px;
}

.referral-li li .fa {
    color: #c7c7c7;
    font-size: 13px;
    left: 0;
}

.copy-link {
    width: 100%;
    position: relative;
}

.copy-link>div {
    border: 1px dashed #d0d0d0;
    padding: 12px 20px;
    border-radius: 4px;
    width: 600px;
    margin-top: 5px;
    float: left;
}

.copy-link input.btn {
    float: left;
    border-radius: 4px;
    padding: 13px 20px;
    margin-left: 10px;
    border: 0;
    width: auto;
    font-size: 15px;
    margin-top: 5px;
}

.plan-table {
    font-size: 20px;
    color: #fff;
    background: #a5233d;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 30px;
}

.plan-table .table {
    border-radius: 4px;
}

.plan-table tr td, .plan-table tr th {
    padding: 30px !important;
    border-color: #b74f64 !important;
    vertical-align: middle !important;
    text-align: center;
}

.plan-table table tr td:nth-child(3), .plan-table table tr td:nth-child(5), .plan-table table tr th:nth-child(3), .plan-table table tr th:nth-child(5) {
    background: #ae3950;
}

.plan-table .title {
    background: #591321;
    color: #faa71d;
    padding: 30px !important;
    border-color: #6a2b38 !important;
    vertical-align: middle !important;
    font-size: 20px;
    text-align: center;
}

.plan-table tr td {
    font-size: 30px;
    /*padding: 23px !important;*/
}

.earned-referral-history {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.earned-title {
    background: #e6e7e8;
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    font-weight: bold;
}

.earned-title .fa {
    float: right;
    font-size: 21px;
    margin-top: 3px;
    color: #7e8591;
}

.earned-referral-history .earned-body {
    padding: 10px;
    display: none;
}

.earned-referral-history table tr th:nth-child(3), .earned-referral-history table tr td:nth-child(3), .earned-referral-history table tr th:nth-child(4), .earned-referral-history table tr td:nth-child(4) {
    text-align: center;
    white-space: nowrap;
    width: 15%;
}

.no-history {
    text-align: center;
    color: #a5233d;
    margin: 50px auto;
}

.no-history span {
    display: block;
    margin-top: 10px;
}

.referral-share li {
    display: inline-block;
}

.referral-share li a .fa {
    margin-right: 15px;
    font-size: 25px;
    vertical-align: middle;
    margin-top: -3px;
}

.referral-share li a .fa-facebook-official, .referral-share li a.facebook:hover span {
    color: #3b5998;
}

.referral-share li a .fa-twitter-square, .referral-share li a.twitter:hover span {
    color: #00acee;
}

.referral-share li a .fa-google-plus-square, .referral-share li a.googleplus:hover span {
    color: #db4a39;
}

.referral-share li a .fa-linkedin-square, .referral-share li a.linkedin:hover span {
    color: #0077b5;
}

/************************ REFERRAL PAGE CSS END ************************/

/************************ AVAILABLE POINTS AND CREDIT CSS START ************************/

.available-credit-points {
    font-size: 20px;
    color: #fff;
    background: #a5233d;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
}

.available-credit-points .title {
    border-radius: 4px;
    background: #591321;
    border-color: #6a2b38 !important;
    vertical-align: middle !important;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.available-credit-points .title b {
    font-weight: normal;
    color: #faa61d;
}

.available-credit-points tr td, .available-credit-points tr th {
    padding: 10px !important;
    border-color: #b74f64 !important;
    vertical-align: middle !important;
    text-align: center;
}

.available-credit-points tr td {
    font-size: 20px;
    padding: 10px !important;
}

.available-credit-points tr:last-child td {
    color: #faa61d;
    text-align: right;
    padding-right: 20px !important;
    background: #591321;
}

.credit-point-history {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.credit-point-title {
    background: #e6e7e8;
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    font-weight: bold;
}

.credit-point-title .fa {
    float: right;
    font-size: 21px;
    margin-top: 3px;
    color: #7e8591;
}

.credit-point-history .earned-body {
    padding: 10px;
    display: none;
}

/*.credit-point-history tr:last-child td {
	text-align:right;
}*/

/************************ AVAILABLE POINTS AND CREDIT CSS END ************************/

/************************ TODAY'S OFFER POPUP CSS START ************************/

.today-offer-popup {
    font-family: 'proxima_novaregular';
}

.today-offer-popup .modal-header {
    background: #faa71d;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #faa71d 0%, #a5233d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #faa71d 0%, #a5233d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #faa71d 0%, #a5233d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa71d', endColorstr='#a5233d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    color: #fff;
    padding: 27px 20px 24px;
}

.today-offer-popup h4.modal-title {
    font-size: 35px;
    font-family: 'proxima_novaregular';
}

.today-offer-popup h4.modal-title b {
    font-family: 'proximanovabold';
}

.today-offer-popup .close {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 9px;
}

.today-offer-popup .modal-body {
    text-align: center;
    padding: 78px 20px 55px;
}

.today-offer-popup .modal-body>div {
    font-size: 26px;
    margin-bottom: 40px;
}

.today-offer-popup .modal-body>div a {
    padding: 10px 30px;
    border: 1px solid #a5233d;
    color: #a5233d;
    border-radius: 4px;
}

.today-offer-popup .modal-body>div a:hover {
    background: #a5233d;
    color: #fff;
}

.today-offer-popup .modal-body p {
    font-size: 19px;
}

.today-offer-popup .modal-body p span {
    color: #a5233d;
    font-weight: bold;
    text-transform: uppercase;
}

.today-offer-popup .modal-body p b {
    text-transform: uppercase;
}

.today-offer-popup .modal-dialog {
    width: 650px;
}

/************************ TODAY'S OFFER POPUP CSS END ************************/

/************************ TENDER VIEW PAGE CSS START ************************/

.post-login-box {
    float: right;
    /*margin:18px 15px 0 0;*/
    margin: 8px 15px 0 0;
    text-align: right;
}

.post-login-box span {
    color: #7e8591;
    display: block;
    /*margin-bottom:10px;*/
    margin-bottom: 17px;
}

.referearn-link {
    float: right;
    margin-right: 50px;
    margin-top: -32px;
}

.referearn-link a {
    color: #a5233d;
    font-size: 15px;
    position: relative;
    padding: 0 5px;
}

.referearn-link a b {
    border: 1px solid #a5233d;
    border-radius: 100px;
    color: #a5233d;
    font-weight: normal;
    padding: 0 8px;
}

.referearn-link a:hover {
    color: #faa61d;
}

.referearn-link a:after {
    content: "";
    height: 10px;
    position: absolute;
    right: -3px;
    top: 4px;
    width: 1px;
    background: #cccccc;
}

.referearn-link a:last-child {
    padding-right: 0;
}

.referearn-link a:last-child:after {
    display: none;
}

.header-links {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
}

.header-links>a {
    float: right;
    padding: 0 0 0 20px;
}

.header-links-separator {
    height: 12px;
    width: 1px;
    background: #cccccc;
    float: right;
    position: relative;
    top: 5px;
    margin: 0 10px;
}

.current-profile {
    float: right;
    margin-left: 10px;
}

.current-profile select {
    border: 0;
    color: #a5233d;
    /*font-size: 15px;*/
    background: none;
    padding-right: 15px;
}

.current-profile .custom-select {
    float: left;
    margin-left: 5px;
}

.current-profile .custom-select:after {
    right: 0px;
    top: 9px;
    pointer-events: none;
}

.current-profile-inner {
    position: relative;
    padding: 5px 0 5px 6px;
    position: relative;
    top: -5px;
}

.inner-callback-icon i {
    display: none;
}

.inner-callback-icon b {
    font-weight: normal;
}

.inner-need-help {
    position: relative;
    float: right;
    padding: 0 0 0 20px;
}

.inner-need-help-dropdown-outer {
    position: absolute;
    z-index: 9;
    top: 13px;
    right: 0;
    width: 360px;
    padding-top: 30px;
    display: none;
}

.inner-need-help-dropdown-outer .need-help-dropdown::before {
    margin-left: 125px;
}

.intro-fixParent, .intro-fixParent>div.ui-panel-content-wrap {
    z-index: 6 !important;
    opacity: 1.0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.intro-showElement {
    /*z-index: 9999999 !important;*/
    z-index: 1000 !important;
    position: relative;
}

.intro-showElement .intro-showElement-inner {
    background: #fff;
    border-radius: 3px;
}

.intro-trasprent-bg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.intro-tooltip {
    display: none;
}

.intro-showElement .intro-tooltip {
    clear: both;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    position: absolute;
    width: 300px;
    text-align: center;
    margin-top: 5px;
    display: block;
}

.intro-showElement .intro-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    left: 20px;
}

.intro-btn a {
    background: #fff;
    border: 1px solid #bfbfbf;
    color: #606060;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.intro-btn a:after {
    display: none;
}

.intro-btn a:last-child {
    padding-right: 10px;
}

.intro-btn a:hover {
    background: #a5233d;
    color: #fff;
    border-color: #a5233d;
}

.profile-text {
    color: #7e8591;
    float: left;
}

.TenderDetailsScroll.owl-carousel {
    display: block !important;
    z-index: 0;
}

.TenderDetailsScroll.owl-carousel .owl-nav button.owl-prev, .TenderDetailsScroll.owl-carousel .owl-nav button.owl-next {
    position: fixed;
    top: 50%;
    padding: 10px !important;
    background: #a5233d;
    color: #fff;
    font-size: 37px;
    height: 100px;
    margin-top: 50px;
    z-index: 0;
}

.TenderDetailsScroll.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
    border-radius: 4px;
}

.TenderDetailsScroll.owl-carousel .owl-nav button.owl-next {
    right: 10px;
    border-radius: 4px;
}

.TenderDetailsScroll.owl-carousel .owl-nav button.owl-prev span, .TenderDetailsScroll.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    top: -3px;
}

.page-header-two {
    background: #a5233d;
    height: 250px;
}

.page-header-two .table>tbody>tr>td {
    border: 0;
    padding: 0;
    height: 150px;
    vertical-align: middle;
}

.page-header-two h1 {
    font-size: 30px;
    font-family: 'proximanovabold';
    margin: 15px 0;
    color: #fff;
    max-width: 70%;
}

.bid-here {
    text-align: right;
    float: right;
}

.buttons-section {
    float: right;
}

.bid-here i {
    color: #fff;
    font-size: 15px;
}

.bid-here .btn {
    border: 0;
    padding: 6px 20px;
    transition: 0.5s;
}

.bid-here .btn:focus, .bid-here .btn:hover {
    background: #ffb741;
    transition: 0.5s;
}

.back-btn {
    float: right;
    margin-left: 10px;
}

.back-btn a {
    background: #591321;
    color: #faa61d !important;
    border: 1px solid transparent;
    font-family: 'proxima_novaregular';
    padding: 5px 20px 4px;
}

.back-btn a:hover {
    background: #681828;
}

.page-header-two h1 a {
    color: #fff;
}

.page-header-two .print-btn {
    color: #fff;
    background: #73182a;
    float: right;
}

.page-header-two .print-btn i {
    margin-right: 5px;
}

.tv-div {
    margin-top: -100px;
    margin-bottom: -20px;
}

.tv-body {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    /*display: table;*/
    width: 100%;
    padding-bottom: 30px;
}

.view-all-tenders {
    border-radius: 50px;
    background: #faa61d;
    font-size: 14px;
    color: #ffffff !important;
    padding: 5px 15px;
    font-family: 'proxima_novaregular';
    position: relative;
    top: -5px;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

/*.tv-body-left {
	padding: 20px;
	border-right: 1px solid #dcddde;
	display: table-cell;
}*/

.tv-body-left {
    padding: 20px;
    border-right: 1px solid #dcddde;
    display: table-cell;
    width: 80%;
}

.tv-body-left p {
    text-align: justify;
}

.tv-slide-btn a.right, .tv-slide-btn a.left {
    position: fixed;
    top: 50%;
    width: 30px;
    background: #a5233d;
    color: #fff;
    font-size: 30px;
    height: 100px;
    margin-top: 50px;
    z-index: 1;
}

.tv-slide-btn a.left {
    left: 15px;
    border-radius: 4px;
}

.tv-slide-btn a.right {
    right: 15px;
    border-radius: 4px;
}

.tv-slide-btn a.left i.fa, .tv-slide-btn a.right i.fa {
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

.tv-slide-btn a.left i.fa {
    left: 9px;
}

.tv-slide-btn a.right i.fa {
    left: 11px;
}

.tv-slide-btn a.disabled {
    opacity: 0.5;
}

.view-numbers-details>tbody>tr>td {
    border: 0;
    padding: 8px 0 8px 5px;
}

.view-numbers-details img {
    max-width: 100%;
}

.view-numbers-details>tbody>tr:first-child>td {
    /*padding-right: 140px;*/
    position: relative;
}

.view-numbers-details b {
    color: #a5233d;
    font-weight: normal;
}

.view-numbers-details b.td-title {
    white-space: nowrap;
}

.compare-anals-compi {
    margin: 15px auto;
    min-height: 500px;
}

.compare-anals-compi table {
    background: #fff;
}

.nocom-added {
    font-size: 15px;
    color: #888;
    display: block;
    padding-left: 5px;
}

.view-numbers-details span {
    color: #a5233d;
    padding-right: 20px;
    position: relative;
}

.view-numbers-details tr td label {
    font-weight: normal;
    padding-right: 5px;
}

.view-numbers-details tr.word-highlight {
    color: #6d6e71;
    transition: 0.5s;
}

.view-numbers-details tr.word-highlight:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    background: #fff;
    transform: scale(1.01);
}

.view-numbers-details tr.word-highlight i.highlighted-word {
    color: #000000;
    font-style: normal;
}

.view-numbers-details span i {
    font-style: normal;
    color: #414042;
}

.view-numbers-details span:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #9c9c9e;
    left: -13px;
    top: 5px;
}

.view-numbers-details tr:first-child td span:last-child {
    padding-right: 0;
}

.view-numbers-details tr:first-child td span:first-child:before {
    display: none;
}

/*.view-documents {
	margin-top:30px;
}*/

.view-documents .title {
    margin-top: 0 !important;
    color: #414042 !important;
}

.view-documents li {
    display: inline-block;
    padding-left: 33px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 20px;
}

.view-documents li:last-child {
    padding-right: 0;
}

.view-documents li i {
    position: absolute;
    left: 0;
    top: -2px;
}

.view-documents li i.fa {
    font-size: 22px;
    color: #7e8591;
}

.view-documents li a {
    color: #414042;
}

.view-documents li i img {
    width: 23px !important;
    height: 23px;
}

.view-documents li p {
    margin-bottom: 0;
    color: #8c8c8c;
    font-size: 14px;
}

.view-documents li span {
    color: #a7a9ac;
    font-size: 12px;
    padding-left: 5px;
}

.download-all {
    text-transform: capitalize;
    padding: 1px 8px 0;
    border-radius: 20px;
    float: right;
    font-size: 14px;
}

.all-download {
    padding-left: 45px;
    position: relative;
    top: 26px;
    left: 30px;
}

.all-download p {
    margin-bottom: 0;
    text-align: left;
}

.all-download a {
    color: #414042;
}

.all-download span {
    color: #a7a9ac;
    font-size: 12px;
}

.all-download i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
    color: #a5233d;
}

.tv-body-left .panel-heading {
    padding: 0;
}

.tv-body-left .panel-heading a, .tv-body-left .panel-heading a:hover {
    padding: 13px 20px 11px;
    display: block;
    font-size: 15px;
    font-family: 'proxima_novaregular';
    color: #414042;
    position: relative;
    border-radius: 5px;
}

.tv-body-left .panel-heading.active a {
    background: #a5233d;
    color: #fff;
}

.tv-body-left .panel-heading a b {
    float: right;
    font-weight: normal;
    margin-right: 15px;
}

.tv-body-left .panel-heading a span {
    font-family: 'proximanovabold';
    text-transform: uppercase;
}

.tv-body-left .panel-group .panel-heading+.panel-collapse>.list-group, .tv-body-left .panel-group .panel-heading+.panel-collapse>.panel-body {
    background: #ededee;
    border: 0;
    padding: 10px 35px 25px;
    border-radius: 0 0 4px 4px;
    position: relative;
}

.tv-body-left .panel-group {
    margin: 0;
}

.tv-body-left .panel {
    border: 0;
    margin-bottom: 13px;
    box-shadow: none;
}

.more-less {
    float: right;
    border: 1px solid #414042;
    border-radius: 100%;
    padding: 4px 6px;
    height: 22px;
    width: 22px;
    color: #414042;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.tv-body-left .panel-heading.active a i.more-less {
    border-color: #fff;
    color: #fff;
}

.tv-body-left .panel-heading a i.fa-file-text {
    margin-left: 5px;
    font-size: 20px;
    position: absolute;
    top: 12px;
}

.tv-body .title {
    margin: 20px 0 5px;
    color: #a5233d;
    font-family: 'proxima_novaregular';
}

.tv-body .add-hastag {
    color: #414042;
}

.tv-body .title .fa-map-marker {
    font-size: 17px;
}

.depa-title {
    margin: 0 0 10px;
    font-family: 'proximanovabold';
    overflow: hidden;
    font-size: 17px;
    text-align: right;
}

.depa-title b {
    font-weight: normal;
    font-size: 20px;
}

.tv-body .sub-title {
    margin-bottom: 30px;
}

.tv-body .sub-title span {
    color: #a5233d;
}

.corri-available {
    border-radius: 20px;
    color: #faa61d !important;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold !important;
    white-space: nowrap;
    border: 1px solid #faa61d;
}

/*.corri-available:hover {
	background:#a5233d;
	transition:0.5s;
}*/

.corrigendum-body {
    padding: 20px 40px 40px;
}

.corri-left {
    overflow: hidden;
    width: auto;
    padding-right: 210px;
}

.corri-right {
    position: absolute;
    right: 35px;
    top: 10px;
}

a.subscribers {
    color: #414042;
    text-decoration: underline;
}

.tv-body-right {
    width: 320px;
    padding: 0 20px 20px;
    vertical-align: top;
    display: table-cell;
}

.tv-body-right .title {
    color: #a5233d;
    font-size: 20px;
}

.tv-body-right .sub-title {
    color: #969696;
    margin-top: 8px;
    margin-bottom: 3px;
}

.tv-body-right h3 {
    margin: 0;
    font-family: 'proxima_novaregular';
}

.tv-body-right p {
    font-family: 'proxima_novaregular';
}

.tv-body-right .closing-date {
	margin: 0 0 0 5px;
	/*position: relative;
	top: -8px;
	left: 10px;
	display:inline;*/
}

.tv-body-right .separator {
    width: 320px;
    margin: 20px -20px;
}

.tv-body-left-tabs {
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.tv-body-left-tabs .tab-content {
    border: 1px solid #ddd;
    padding: 15px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.tv-body-left-tabs .nav-tabs li a {
    background: #e6e7e8;
    color: #414042;
    font-family: 'proxima_novaregular';
    padding: 10px 20px;
    border-top: 3px solid transparent;
    border-bottom: 1px solid #e6e7e8;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
}

.tv-body-left-tabs .nav-tabs>li.active>a, .tv-body-left-tabs .nav-tabs>li.active>a:focus, .tv-body-left-tabs .nav-tabs>li.active>a:hover {
    background: #fff;
    border-top: 3px solid #a5233d;
    border-bottom: 1px solid #fff;
}

.tv-body-left-tabs .nav-tabs li a b {
    background: #7e8591;
    border-radius: 5px;
    padding: 1px 4px 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

.tv-body-left-tabs .nav-tabs li.active a b {
    background: #faa61d;
}

.tv-body-left-tabs .nav-tabs li a i {
    font-size: 18px;
    color: #bcbcbc;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.analysis-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #414042;
    font-family: 'pt_sansregular';
}

.analysis-title a.btn {
    float: right;
    margin-bottom: 10px;
}

.analysis-title b {
    color: #a5233d;
}

.analysis-searchbar {
    margin-bottom: 15px;
}

.analysis-searchbar .homesearhbar {
    margin-right: 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    margin-left: -15px
}

.search-without-dropdown-inner-page .homesearhbar input[type="text"] {
    width: 100%;
    padding: 0px 90px 0 20px;
    margin: 10px 0 10px;
    border: 0;
    font-size: 17px;
    height: 24px;
}

.analysis-searchbar .homesearhbar+.clear {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    color: #bebebe;
}

.analysis-buttons {
    text-align: right;
    position: relative;
    right: -15px;
    top: 6px;
}
.btn-secondray {
        background: #a5243c;
        color: #fff;
}
.btn-secondray:hover {
    background: #faa71d;
    color: #fff;
}
.analysis-buttons .btn-primary {
    background: #a5233d;
    border: 1px solid #a5233d;
}

.analysis-buttons .btn-primary:hover {
    background: #faa71d;
    border: 1px solid #faa71d !important;
}

.search-without-dropdown-inner-page .homesearhbar a.btn {
    background: #faa71d;
    padding: 12px 25px 12px 27px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.similar-tender li {
    color: #faa61d;
    display: block;
    padding-left: 5px;
    padding-bottom: 5px;
}

.similar-tender li:before {
    position: relative;
    left: -5px;
    color: #414042;
}

.similar-tender a {
    color: #414042;
}

.similar-tender a:hover {
    color: #a5233d;
}

.doc-group b {
    position: relative;
}

.doc-group .download {
    color: #fff;
    background: #939598;
    border-radius: 20px;
    padding: 4px 15px 2px;
    margin-left: 10px;
}

.doc-group .download:hover {
    background: #a5233d;
}

.doc-group .fa-file-text {
    color: #a5233d;
    font-size: 28px;
    position: relative;
    top: 9px;
}

.doc-group span {
    position: absolute;
    right: -6px;
    top: -7px;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 3px;
    border-radius: 100%;
    color: #fff;
    background: #faa61d;
    font-size: 14px;
    font-weight: bold;
}

.hashtags a {
    color: #414042;
}

.hashtags a:hover {
    color: #a5233d;
}

.youmaylike-div {
    margin-bottom: 40px;
    margin-top: 40px;
}

.youmaylike-div .title span {
    font-size: 25px;
    font-family: 'proximanovabold';
    color: #a5233d;
}

.youmaylike-div-hastag li {
    display: block;
    float: left;
    padding-right: 5px;
    margin-top: 5px;
}

.youmaylike-div-hastag li a {
    color: #414042;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 20px;
    border: 1px solid #e6e7e8;
}

.youmaylike-div-hastag li a:hover {
    color: #a5233d;
}

.youmaylike-div .item {
    width: inherit !important;
    cursor: pointer;
}

.youmaylike-div .owl-stage-outer {
    padding: 20px 0;
}

.youmaylike-div .tooltip {
    margin-right: 10px;
}

.tender-box {
    padding: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    height: 260px;
}

.tender-box a {
    color: #414042;
}

.tender-box a:hover {
    color: #a5233d;
}

.tender-box .closing-date {
    margin-top: 5px;
    display: inline-block;
    width: 125px;
    text-align: center;
    float: right;
}

.tender-box .title {
    /* font-size: 16px;*/
    color: #414042;
    font-family: 'pt_sansregular';
    font-weight: bold;
    margin-bottom: 10px;
}

.tender-box span {
    font-size: 13px;
    color: #6d6e71;
    display: block;
    margin-bottom: 17px;
    letter-spacing: 0;
}

.tender-box span i {
    font-style: normal;
}

.tender-box span i.value {
    color: #a5233d;
}

.tender-box .listing-icon {
    float: right;
    margin-top: 20px;
    position: absolute;
    right: 0;
    bottom: 0
}

.tender-box .listing-icon a {
    margin: 0\0/;
}

.tender-box .listing-icon a img {
    width: auto;
    display: inline-block;
}

/*.youmaylike-div .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -38px;
	font-size:45px;
	width:100%;
	color:#b1b1b1;
	z-index:-1;
}*/

.TenderDetailsScroll .youmaylike-div .owl-theme .owl-nav .owl-next {
    margin-right: -30px;
    padding: 0 6px 5px !important;
    position: inherit;
    background: #a5233d;
    right: 0;
    color: #fff;
    top: auto;
    height: auto;
    font-size: 37px;
    height: 35px;
    margin-top: 10px;
    width: 35px;
}

.TenderDetailsScroll .youmaylike-div .owl-theme .owl-nav .owl-prev {
    margin-left: -30px;
    padding: 0 5px !important;
    position: inherit;
    background: #a5233d;
    left: 0;
    color: #fff;
    top: auto;
    height: auto;
    margin-top: 10px;
    font-size: 37px;
    height: 35px;
    width: 35px;
}

.TenderDetailsScroll.owl-carousel .youmaylike-div .owl-nav button.owl-prev span, .TenderDetailsScroll.owl-carousel .youmaylike-div .owl-nav button.owl-next span {
    top: -14px;
}

/*.TenderDetailsScroll .youmaylike-div .owl-carousel .owl-item {
	width:auto !important;
}*/

.youmaylike-div .owl-theme .owl-nav {
    /*text-align:left !important;*/
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a5233d;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #a5233d;
    transition: 0.5s;
}

.tender-image {
    text-align: center;
}

.tender-image img {
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
}

.image-download {
    display: block;
    text-align: right;
    font-size: 28px;
    color: #888;
}

.social-box {
    position: absolute;
    right: 8px;
    top: 55px;
}

.social-box li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

.social-box li.view {
    padding-right: 17px;
}

.social-box li span.count {
    background: #681828;
    padding: 1px 4px;
    border-radius: 5px;
    border-radius: 5px;
    color: #faa61d;
    text-align: center;
    font-size: 13px;
    position: relative;
    top: -2px;
    float: right;
    left: 5px;
    font-family: 'pt_sansregular';
}

.social-box li a i.eye-icon {
    background: url(../images/eye-visible-three.svg);
    height: 17px;
    width: 26px;
    display: inline-block;
}

.social-box li a.active i.eye-icon {
    position: relative;
    top: 9px;
    background: url(../images/eye-visible-three-orange.svg);
    height: 17px;
    width: 26px;
    display: block;
}

.social-box li a.active .fa {
    /*color: #a5233d;*/
    color: #faa61d;
}

.social-box li.tag-friend a i+.tooltip>.tooltip-inner {
    padding: 10px 15px;
    width: 150px;
    max-width: 150px;
    position: relative;
    margin-right: 10px;
    z-index: 999;
}

.social-box li a {
    margin-left: 8px;
}

.social-box li a .fa {
    font-size: 22px;
    color: #fff;
}

.sharelinks {
    position: absolute;
    top: 20px;
    right: -40px;
    padding: 20px 0;
    display: none;
    width: 210px;
    z-index: 999;
    font-family: 'pt_sansregular';
}

.sharelinks ul {
    background: #fff;
    box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, 0.15);
    /* height: 180px; */
    padding: 13px 0;
}

/* Whatsapp icon color */

i.fa.fa-whatsapp {
    color: #2ab200 !important;
}

a.whatsapp.ui-link:hover {
    color: #2ab200 !important;
}

.whatsapp:hover span {
    color: #2ab200 !important;
}

/* .tg-frnd-hashtag .share-li:hover .sharelinks {
	display: block;
} */

/** sharepop start **/

.sharepopup, .sharepopup ul, .sharepopup li {
    display: inline-block;
    list-style: none;
}

.sharepopup ul li a {
    margin-right: 12px;
    font-size: 18px;
}

.fa-facebook-official {
    color: #3b5998;
}

.fa-twitter-square {
    color: #00acee;
}

.fa-google-plus-square {
    color: #db4a39;
}

.fa-linkedin-square {
    color: #0077b5;
}

/** sharepop End **/

.sharelinks:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    position: absolute;
    right: 48px;
    top: 14px;
}

.social-box li.share-li:hover .sharelinks {
    display: block;
}

.sharelinks li {
    display: block;
    padding: 8px 17px;
    white-space: normal;
    width: 100%;
    text-align: left;
}

.sharelinks li a {
    padding: 0;
    color: #414042;
    font-size: 14px;
}

.sharelinks li a span {
    padding: 0px !important;
}

.sharelinks li a span:before {
    content: none !important;
}

.sharelinks li a .fa {
    margin-right: 15px;
    font-size: 25px;
    vertical-align: middle;
    margin-top: -3px;
}

.sharelinks li a .fa-facebook-official, .sharelinks li a.facebook:hover span {
    color: #3b5998;
}

.sharelinks li a .fa-twitter-square, .sharelinks li a.twitter:hover span {
    color: #00acee;
}

.sharelinks li a .fa-google-plus-square, .sharelinks li a.googleplus:hover span {
    color: #db4a39;
}

.sharelinks li a .fa-linkedin-square, .sharelinks li a.linkedin:hover span {
    color: #0077b5;
}

/*.share-li {
	border-left: 1px solid #e6e7e8;
}*/

.no-record {
    text-align: center;
    padding: 100px 0;
}

.no-record img {
    max-width: 100%;
}

.no-record div {
    font-size: 25px;
    font-family: 'proximanovabold';
    color: #a5233d;
    margin: 50px 0 20px;
}

.no-record p {
    font-size: 17px;
}

.search-notification input[type="text"] {
    padding: 0 25px;
    height: 60px;
    font-size: 15px;
    text-transform: uppercase;
}

.search-notification {
    max-width: 400px;
    margin: 0 auto !important;
}

.search-notification .btn {
    margin-top: 20px;
    font-size: 15px;
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin-top: -75px;
    text-align: center;
    z-index: 9999;
}

.loading img {
    height: 150px;
}

.mask {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.9;
}

.comment-div {
    border: 1px solid #cbcdd1;
    clear: both;
    border-radius: 5px;
}

.comment-box {
    background: #f6f6f6;
    padding: 35px;
    border-radius: 5px 5px 0 0;
}

.comment-box input[type="text"] {
    height: 48px;
    width: 100%;
    padding: 0 110px 0 30px;
    border: 0;
}

.comment-box-inner {
    background: #fff;
    border: 1px solid #ced0d4;
    position: relative;
}

.comment-box-inner>div {
    position: absolute;
    right: 30px;
    top: 9px;
    color: #818182;
    font-size: 21px;
}

.comment-box-inner>div>a {
    margin-left: 17px;
    color: #818182;
}

.write-comment-box {
    margin: 40px;
}

.write-comment {
    background: #f6f6f6;
    padding: 20px;
    color: #818182;
    margin-bottom: 20px;
}

.commentman {
    font-size: 14px;
}

.commentman.right {
    float: right;
}

.commentman a {
    color: #a5233d;
    font-weight: normal;
}

.commentman span {
    color: #b3b6ba;
    margin-right: 15px;
}

.commentman i.fa {
    color: #818182;
}

.do-you-mean {
    font-weight: bold;
    font-size: 20px;
    color: #f3a118;
    background: #fff;
    padding: 5px 0 8px;
    border-bottom: 1px solid #f2f2f2;
}

.do-you-mean a {
    color: #414042;
    text-decoration: underline;
}

.dp-ad {
    width: 240px;
    float: right;
    margin: 64px 0 10px 10px;
}

/************************ TENDER VIEW PAGE CSS END ************************/

/************************ PAYMENT PAGE CSS START **************************/

.subscription-highlighted>div {
    box-shadow: none;
    border: 2px solid #faa61d;
}

.subscription-div .title {
    background: #591321;
    text-transform: uppercase;
    color: #faa61d;
    font-size: 30px;
    position: absolute;
    top: -1px;
    padding: 6px 10px 4px;
    border-radius: 8px 8px 0 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'proximanovabold';
}

.subscription-highlighted .title {
    background: #faa61d;
    text-transform: uppercase;
    color: #fff;
}

.subscription-div .title img {
    width: 33px;
    margin-top: -6px;
}

.subscription-div .common-box {
    /*margin-top:-52px;*/
    position: relative;
    margin-top: 30px;
    margin-bottom: 80px;
}

.subscription-div .common-box>div {
    margin: 0;
    padding: 40px 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.subscription-our-esteemed {
    background: #f6f6f6;
}

.subscription-offerimg {
    margin-bottom: 10px;
    height: 100px;
}

.price-box {
    text-align: center;
    font-family: 'proximanovabold';
    margin: 40px 0 0px;
    font-size: 22px;
}

.price-box span.or-text {
    font-family: 'proxima_novaregular';
    font-size: 19px;
    color: #7b7b7b;
}

.price-box>div {
    margin: 15px 0;
}

.price-box>div i {
    font-style: normal;
    position: relative;
    color: #7b7b7b;
    padding-right: 2px;
}

.price-box>div i:after {
    content: "";
    height: 2px;
    background: #7b7b7b;
    position: absolute;
    right: 2px;
    width: 50%;
    top: 12px;
}

.price-box>div i.no-slash:after {
    display: none;
}

.price-box>div small {
    color: #a5233d;
    font-size: 100%;
}

.price-box-lighttext {
    display: inline;
    font-family: 'proxima_novaregular';
    color: #7b7b7b;
}

.refund-box {
    border-radius: 4px;
    background: #f6f6f6;
    padding: 10px 15px;
    text-align: center;
    font-size: 17px;
    font-family: 'proxima_novaregular';
    margin-top: 10px !important;
}

.refund-box span {
    color: #a5233d;
    display: block;
}

.expiring-time {
    text-align: center;
}

.expiring-time i {
    color: #ebebeb;
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.expiring-time p {
    font-size: 22px;
    font-family: 'proxima_novaregular';
}

.expiring-time p span {
    color: #a5233d;
    font-family: 'proximanovabold';
}

.expiring-time input {
    display: none;
}

.subscription-li {
    height: 300px;
}

.subscription-li span {
    font-size: 15px;
    text-transform: uppercase;
}

.subscription-li li {
    display: table;
    margin-top: 20px;
}

.subscription-li li i {
    color: #939598;
    padding-right: 10px;
    font-size: 18px;
    display: table-cell;
    position: relative;
    top: 2px;
    opacity: 0.6;
}

.subscription-div input.btn {
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 0;
}

.subscription-div input.btn-default {
    background: #878787;
}

.subscription-div input.btn-default:hover {
    background: #a5233d;
}

.subscription-div .col-lg-3 {
    padding-right: 2px;
    padding-left: 2px;
}

.subscription-div.two-plan .col-lg-3 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.subscription-div.three-plan .col-lg-3 {
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
}

.tenderin-subscription .tenderin-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.tenderin-subscription .tender-box {
    padding: 0;
    box-shadow: none;
    /*height: 200px;*/
    height: 300px;
    padding: 12px 10px 40px;
    background: #f8f8f8;
    /*margin-top:23px;*/
    /*margin-bottom:60px;*/
    position: relative;
}

.tenderin-subscription .tender-box .closing-date {
    display: block;
    float: left;
    margin-bottom: 5px;
}

.tenderin-subscription .tender-box .tender-header {
    clear: both;
}

.tenderin-subscription .tender-box span {
    line-height: 20px;
}

.tenderin-subscription .tooltip {
    margin-right: 5px;
}

.tender-header {
    font-weight: bold;
}

.other-content {
    min-height: 230px;
}

.other-content .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    font-size: 45px;
    width: 100%;
    color: #a5233d;
    z-index: -1;
}

.other-content .owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: -30px;
    padding: 0 6px 5px !important;
}

.other-content .owl-theme .owl-nav .owl-prev {
    margin-left: -30px;
    padding: 0 5px !important;
}

.other-content .owl-theme .owl-nav {
    text-align: left !important;
}

.payment-div.table>tbody>tr>td {
    border: 0;
    padding-left: 0;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 15px;
}

.payment-div.table>tbody>tr>td:first-child {
    width: 120px;
}

.payment-div.table>tbody>tr>td span {
    font-size: 16px;
    top: 1px;
}

.payment-div.table>tbody>tr>td b {
    font-weight: normal;
    color: #a5233d;
}

.payment-div.table>tbody>tr>td p {
    font-family: proximanovabold;
    font-size: 25px;
    margin: 0;
}

.payment-div.table>tbody>tr>td p i {
    font-style: normal;
    font-weight: bold;
}

.payment-div .radio-div {
    margin-bottom: 25px;
}

.payment-div.table>tbody>tr>td .form-control {
    color: #414042;
    height: 50px;
    font-size: 16px;
}

.payment-div .radio-div img {
    position: relative;
    top: -8px;
}

.payment-div .radio-div i {
    font-size: 20px;
    font-style: normal;
    position: relative;
    top: -5px;
    left: 0;
    font-weight: bold;
    display: block;
}

.payment-div.table>tbody>tr>td b.gst {
    color: #414042;
    font-size: 14px;
}

.total-amount span {
    border-top: 2px solid #dcddde;
    padding-top: 5px;
    font-weight: bold;
}

.amount span {
    text-align: right;
    min-width: 100px;
}

.payment-options {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.payment-options .table>thead>tr>th {
    border-bottom: 0;
    white-space: nowrap;
}

.payment-options .table>thead>tr>th, .payment-options .table>tbody>tr>td {
    vertical-align: middle;
}

.payment-options .table>tbody>tr>td:first-child {
    background: #f2f2f2;
}

.feedback-div {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 30px;
    text-align: center;
    /*border-radius: 5px;*/
    font-size: 16px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.feedback-div .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    padding: 5px 10px;
}

.feedback-div .btn {
    color: #fff;
    font-family: 'proxima_novaregular';
    padding: 3px 15px 4px;
    margin: 0 0 0 10px;
}

.feedback-div .btn i {
    font-size: 19px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.feedback-div .btn.yes {
    background: #72bf44;
}

.feedback-div .btn.no {
    background: #7e8591;
}

/************************ PAYMENT PAGE CSS END ************************/

/************************ SERVER PAGE CSS START ************************/

.servererror {
    margin-top: -130px;
    text-align: center;
}

.servererror span {
    font-size: 35px;
    color: #a5233d;
    font-family: 'proximanovabold';
    display: block;
    margin-bottom: 10px;
    margin-top: 18px;
}

.servererror b {
    color: #a5233d;
    text-align: left;
    font-weight: normal;
    display: block;
}

.servererror i {
    font-size: 18px;
    display: block;
    font-style: normal;
    margin: 40px 0 50px;
}

.servererror textarea {
    width: 100%;
}

.servererror .common-box input.btn {
    font-size: 22px;
    white-space: normal;
}

.server-box {
    text-align: center;
}

/************************ SERVER PAGE CSS END ************************/

/************************ DOC FILE CSS START ************************/

.docfile-html {
    border: 1px solid #dcddde;
    height: 600px;
    overflow: auto;
    padding: 15px;
    width: 100% !important;
}

.docfile-html table {
    margin: 0;
    width: 100%;
}

/************************ DOC FILE CSS END ************************/

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8e8e8;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0px 20px;
}
.slider-sync {
    padding: 30px 20px;
    background-color: #e8e8e8;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #a5233d;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*************************** My Order CSS Start **************************/

.myorder-table {
    border: 1px solid #ddd;
    border-top: 0;
}

.myorder-table table tr td {
    padding: 30px;
}

.myorder-table table tr td, .myorder-table table tr th {
    text-align: center;
    vertical-align: middle;
}

.myorder-table table tr th {
    padding: 15px 30px;
}

.myorder-table table tr td span {
    display: none;
    color: #6d6e71;
}

.myorder-table table tr th:first-child {
    text-align: left;
}

.myorder-table table tr td:first-child {
    color: #a5233d;
    font-size: 20px;
    text-align: left;
}

.myorder-table table tr td a.btn {
    border-radius: 20px;
    border: 1px solid #faa71d;
    color: #faa71d;
    padding: 3px 20px;
    text-align: center;
    background: none;
}

.myorder-table table tr td a.btn:hover {
    background: #a5233d;
    color: #fff;
}

/*************************** My Order CSS End **************************/

/*************************** Registration Form Three CSS Start **************************/

.registration-form-three>div {
    box-shadow: none;
    background: none;
}

.registration-form-three .modal {
    display: block;
    position: relative;
    overflow: visible;
}

.registration-form-three .fade {
    opacity: 1;
}

.registration-form-three .modal-title {
    margin-top: -180px;
    color: #fff;
    padding: 0 0 80px;
}

.registration-form-three .modal-title span {
    font-size: 20px;
    color: #fff;
    font-family: 'proxima_novaregular';
}

.registration-form-three .modal-title p {
    font-size: 35px;
    margin: 10px 0 0;
    color: #fff;
    font-family: 'proximanovabold';
}

.registration-form-three .modal-title p b {
    color: #faa61d;
    font-weight: normal;
}

.registration-form-three .modal-body {
    padding: 0;
}

.registration-form-three .modal-content {
    padding: 50px;
}

.registration-form-three .modal-dialog {
    max-width: 700px;
    width: 100%;
}

/*************************** Registration Form Three CSS End **************************/

/*************************** My Network CSS Start **************************/

.page-header-three {
    background: #a5233d;
    text-align: center;
}

.page-header-three .table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
    padding: 0;
}

.page-header-three h1 {
    font-size: 30px;
    margin: 20px;
    color: #fff;
    font-family: 'proximanovabold';
}

.page-header-three h1 b {
    color: #faa71d;
}

.mynetwork {
    min-height: 520px;
}

.mynetwork .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.mynetwork-div {
    margin: 10px 0;
}

.mynetwork-div li {
    display: block;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
}

.inner-mynetwork-div {
    background: #fff;
    transition: 0.5s;
    padding: 10px;
    border: 1px solid #e6e7e7;
    width: 100%;
    display: table;
    vertical-align: middle;
    /*box-shadow: 0 2px 7px rgba(0,0,0,0.1);*/
}

.inner-mynetwork-div:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.mynetwork-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: table-cell;
}

.mynetwork-img img {
    max-width: 100%;
}

.mynetwork-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
}

/*************************** My Network CSS End **************************/

/*************************** Page Error CSS Start **************************/

.page-error-box a#LinkButton1 {
    font-size: 25px;
    width: 100%;
    border: 0;
    color: #fff;
    height: auto;
    padding: 8px 25px 6px;
    border-radius: 4px;
    border-bottom: 3px solid #f58223;
    margin-bottom: 0;
    background: orange;
    display: inline-block;
}

.page-error-box a#LinkButton1:hover, .page-error-box a#LinkButton1:focus {
    background-color: #a5233d;
    border-color: #85132a !important;
    transition: 0.5s;
}

.page-error-box {
    margin: 50px auto;
    text-align: center;
}

.page-error-box span {
    font-size: 35px;
    color: #a5233d;
    font-family: 'proximanovabold';
    display: block;
    margin-bottom: 10px;
    margin-top: 18px;
}

.page-error-box i {
    font-size: 18px;
    display: block;
    font-style: normal;
    margin: 40px 0 50px;
}

.page-error-box .common-box {
    margin: 30px auto;
}

/*************************** Page Error CSS End **************************/

/*************************** Tender View CSS Start **************************/

.list-bidder-div {
    margin-top: 10px;
}

.list-bidder-div a.btn-default {
    font-family: 'proxima_novaregular';
    float: right;
    padding: 3px 15px 2px;
    font-size: 13px;
}

.bidder-name-list {
    display: flex;
    justify-content: space-between;
}

.bidder-cate-tooltip {
    display: flex;
    justify-content: space-between;
}

.list-bidder-div a.category-list-icon {
	color: #888;
	font-size: 19px;
	display: inline-block;
	width: 27px;
	text-align: center;
	height: 30px;
	/* position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px; */
	/* width: 35px;
	text-align: center;
	float: right; */
}

.list-bidder-div table tr td {
    position: relative;
    vertical-align: middle;
    /*white-space: nowrap;*/
}

.list-bidder-link {
    float: left;
    margin-top: 2px;
    position: relative;
    padding-left: 28px;
    padding-right: 30px;
}

.list-bidder-link img {
    width: 16px !important;
    position: absolute;
    left: 0;
    top: 0;
}

.list-bidder-link img.user-black-img {
    top: -4px;
}

.competitor-icon-action {
    background: url(../images/competitor-black.svg) no-repeat;
    width: 30px;
    height: 15px;
    display: inline-block;
    vertical-align: middle
}

.competitor-icon-action.active {
    background: url(../images/competitor-green.svg) no-repeat;
}

.list-bidder-div .bidder-title {
    text-align: center;
    padding: 10px;
    background: #a5233d;
    color: #fff;
}

.list-bidder-div table tr td:last-child, .list-bidder-div table tr th:last-child {
    text-align: center;
}

.list-bidder-div i.fa-caret-up, .list-bidder-div i.fa-caret-down, .list-bidder-div i.fa-arrows-h {
    font-size: 18px;
}

.list-bidder-div i.fa-caret-up {
    color: #ff0000;
}

.list-bidder-div i.fa-caret-down {
    color: #008000;
}

.list-bidder-div i.fa-arrows-h {
    color: #ffb400;
}

.list-bidder-icons {
    white-space: nowrap;
}

.list-bidder-icons a {
    color: #888;
    padding: 0 5px;
}

.view-login-div {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    text-align: center;
    width: 230px;
    padding: 20px 15px;
    margin: -30px auto 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.view-login-div>div {
    color: #414042;
    margin-bottom: 10px;
}

.view-login-div-popup {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    text-align: center;
    width: 230px;
    padding: 20px 15px;
    margin: -70px auto 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.view-login-div-popup>div {
    color: #414042;
    margin-bottom: 10px;
}

/*.tenderviewchart {
	margin-top:15px;
}*/

.tenderviewchart {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.tenderviewchart iframe {
    width: 100% !important;
}

.tt-analysis {
    min-height: 600px;
    margin: 15px 0;
}

.tt-analysis table {
    background: #fff;
}

.tt-analysis table tr th {
    vertical-align: middle;
}

.tt-analysis .cate-check-list {
    border-bottom: 0;
    padding-bottom: 0;
}

.chart-div {
    border-radius: 2px;
    margin-bottom: 20px;
    min-height: 500px;
}

.chart-div .highcharts-container, .chart-div .highcharts-container svg.highcharts-root {
    width: 100% !important;
}

.chart-title {
    text-transform: uppercase;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    font-family: 'proximanovabold';
    font-size: 20px;
    padding: 7px 15px;
    cursor: pointer;
}

.chart-title .fa {
    float: right;
    font-size: 21px;
    margin-top: 3px;
    color: #7e8591;
}

.chart-content {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
}

.chart-div table tr td:last-child, .chart-div table tr th:last-child {
    text-align: center;
}

/*.citywise {
	display: none;
}*/

.citywise td {
    text-align: left;
}

.citywise table {
    font-size: 14px;
    background: #f8f8f8 !important;
}

.citywise table tr td {
    padding: 8px !important;
}

.citywise table tr td:first-child {
    border-left: 0;
}

.citylink-excoll {
    position: relative;
    padding-left: 27px;
}

.citylink-excoll a, .citylink-excoll:hover {
    color: #414042;
    cursor: initial;
}

.citylink-excoll a+a {
    color: #a5233d;
    cursor: pointer;
}

.citylink-excoll i.fa {
    font-size: 10px;
    padding-right: 5px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #a5233d;
    border-radius: 100px;
    padding: 4px;
    color: #fff;
    height: 18px;
    width: 18px;
    text-align: center;
    cursor: pointer;
    margin-right: 9px;
    float: left;
}

.tender-result-count {
    font-size: 19px;
    background: #faa61d;
    border-radius: 5px;
    margin-top: 33px;
    line-height: 22px;
    text-align: center;
    font-family: 'proxima_novaregular';
    padding-top: 5px;
}

.tender-result-count img {
    width: auto !important;
    text-align: center;
    display: inline !important;
    padding-bottom: 10px;
}

.tender-result-count a {
    padding: 8px 15px;
    display: block;
    color: #fff;
}

.tender-result-count b {
    display: block;
    font-family: 'proximanovabold';
    font-size: 22px;
    padding-bottom: 2px;
}

.bidderchart-popup .modal-dialog {
    width: 100%;
    max-width: 1200px;
}

/* Categories Popup Start*/

.category-popup .modal-body {
    padding: 0 10px 30px;
    max-height: 520px;
    overflow: auto;
}

.category-popup .modal-dialog {
    width: 100%;
    max-width: 700px;
    margin: 10px auto;
}

.category-popup span a {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px 15px;
    margin: 5px;
    display: inline-block;
}

/* Categories Popup End*/

.lowestbid {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.lowestbid:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #008000;
    position: absolute;
    left: -13px;
    border-radius: 10px;
    top: 6px;
}

.notlowestbid {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
}

.notlowestbid:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #ff0000;
    position: absolute;
    left: -13px;
    border-radius: 10px;
    top: 6px;
}

.currentbid {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
}

.currentbid:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #ffb400;
    position: absolute;
    left: -13px;
    border-radius: 10px;
    top: 6px;
}

.disqualifiedbid {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
}

.disqualifiedbid:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #0000FF;
    position: absolute;
    left: -13px;
    border-radius: 10px;
    top: 6px;
}

/*************************** Tender View CSS End **************************/

/*************************** Unsubscribed css Start **************************/

.form-small-btn {
    text-align: center;
    margin-top: 10px;
}

.form-small-btn input.btn {
    width: 90px;
    margin: 0 5px;
    padding: 7px 20px 5px;
    display: inline-block;
}

.form-small-btn input.btn-default {
    color: #fff;
    background: #abb0b7;
    border-bottom: 3px solid #90949a;
}

.form-small-btn input.btn-default:hover {
    background: #a5233d;
    border-bottom: 3px solid #85132a;
}

.unsubscribed {
    text-align: center;
}

.unsubscribed p {
    font-size: 20px;
    margin-top: 20px;
}

.unsubscribed i {
    font-size: 18px;
    display: block;
    font-style: normal;
    margin: 40px 0 50px;
}

.unsubscribed-box {
    text-align: center;
}

/*************************** Unsubscribed css End **************************/

/*************************** Highchart css Start **************************/

.tenderviewchart body.ui-mobile-viewport {
    background: red;
}

#demo-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    height: 560px;
}

#mapBox {
    width: 80%;
    float: left;
}

#container {
    /*height: 500px;*/
    height: 340px;
}

#sideBox {
    float: right;
    width: 16%;
    margin: 100px 1% 0 1%;
    padding-left: 1%;
    border-left: 1px solid silver;
    display: none;
}

#infoBox {
    margin-top: 10px;
}

.or-view-as {
    margin: 0.5em 0;
}

#up {
    height: 20px;
    max-width: 400px;
    margin: 0 auto;
}

#up a {
    cursor: pointer;
    padding-left: 40px;
}

.selector {
    height: 40px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.selector .prev-next {
    position: absolute;
    padding: 0 10px;
    font-size: 30px;
    line-height: 20px;
    background: white;
    font-weight: bold;
    color: #999;
    top: -2px;
    display: none;
    border: none;
}

.selector .custom-combobox {
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
}

.selector .custom-combobox .custom-combobox-input {
    position: absolute;
    font-size: 14px;
    color: silver;
    border-radius: 0;
    height: 24px;
    display: block;
    background: url(../images/search.png) 5px 5px no-repeat white;
    padding: 1px 5px 1px 30px;
    width: 100%;
}

.selector .custom-combobox .ui-autocomplete-input:focus {
    color: black;
}

.selector .custom-combobox .ui-autocomplete-input.valid {
    color: black;
}

.selector .custom-combobox-toggle {
    position: absolute;
    display: block;
    right: -78px;
    border-radius: 0;
}

.selector #btn-next-map {
    right: 0;
}

.ui-autocomplete {
    max-height: 500px;
    overflow: auto;
}

.ui-autocomplete .option-header {
    font-style: italic;
    font-weight: bold;
    margin: 5px 0;
    font-size: 1.2em;
    color: gray;
}

/*.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}*/

.ui-button-icon-only .ui-button-text {
    height: 26px;
    padding: 0 !important;
    background: white;
}

#infoBox .button {
    border: none;
    border-radius: 3px;
    background: #a4edba;
    padding: 5px;
    color: black;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 3px;
    line-height: 30px;
}

/*************************** Highchart css End **************************/

/*************************** Categories css Start **************************/

.sticky-category-search-cart {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #a5233d;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

.sticky-category-search-cart .innersearhbar-two {
    margin: 10px 0;
}

.sticky-category-search-cart .innersearch-two a.clear-button {
    color: #fff;
}

.sticky-category-search-cart .category-value {
    top: 20px;
    color: #fff;
}

.sticky-category-search-cart .category-value b.value-added {
    background: #faa71d;
}

.sticky-category-search-cart .modify-link a {
    color: #fff;
}

.sticky-category-search-cart .modify-link {
    margin-top: 21px;
}

.category-search-cart {
    position: relative;
    padding-right: 300px;
}

.cscart-p-left {
    padding-left: 100px;
}

.category-value {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 17px;
}

.modify-link {
    font-size: 16px;
    float: left;
    margin-top: 25px;
    margin-right: 20px;
    position: relative;
    z-index: 9;
}

.modify-link span {
    padding-left: 8px;
}

.category-value b {
    background: #7e8591;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
}

.category-value b>i {
    display: none;
}

.category-value b.value-added>i {
    display: inline;
    padding-left: 5px;
}

.category-value b.value-added {
    background: #a5233d;
    cursor: pointer;
}

.catevalue-title {
    text-align: center;
    color: #a5233d;
    padding-bottom: 15px;
}

.catevalue-total {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    color: #414042;
}

.catevalue-total span {
    float: right;
    font-weight: bold;
}

.category-value button {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
}

.category-value .checkbox-div {
    margin-bottom: 10px;
    color: #414042;
}

.category-value .checkbox-div span {
    float: right;
    font-weight: bold;
}

.category-payment-box {
    position: absolute;
    top: 35px;
    right: 0;
    display: none;
    z-index: 2;
}

.category-payment-box-inner {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    padding: 22px;
    border-radius: 5px;
    background: #fff;
    width: 400px;
}

.innersearhbar-two {
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 15px 0;
    width: auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.innersearhbar-two input[type="text"] {
    width: 100%;
    padding: 0px 65px 0 15px;
    margin: 10px 0 10px;
    border: 0;
    font-size: 17px;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.innersearhbar-two input[type="text"]::placeholder {
    opacity: 1;
    color: #414042;
}

.innersearhbar-two input[type="text"]:-ms-input-placeholder, .innersearhbar-two input[type="text"]::-ms-input-placeholder {
    opacity: 1;
    color: #414042;
}

.innersearhbar-two a.btn {
    background: #faa71d;
    padding: 12px 25px 12px 27px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.innersearhbar-two a.btn:hover {
    opacity: 0.8;
    transition: 0.5s;
}

/*.innersearhbar-two a.btn img {
	position: relative;
	top: -2px;
	left: -5px;
	height: 16px;
}*/

.innersearhbar-two a.btn .fa-search {
    font-size: 21px;
}

.innersearhbar-two .typeahead {
    top: 42px !important;
}

.innersearch-two a.clear-button {
    position: absolute;
    right: 254px;
    top: 12px;
}

.category-box {
    min-height: 400px;
}

.category-box-inner {
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    max-height: 168px;
    overflow: hidden;
}

.cate-check-list {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 6px;
    position: relative;
}

.cate-check-list .checkbox-div input {
    position: initial;
}

.cate-check-list a {
    position: absolute;
    right: 0;
    top: 0;
    color: #cccccc;
    font-size: 23px;
}

.cate-check-list label {
    color: #a5233d;
    /*font-size: 18px;*/
    margin-bottom: 7px;
    float: left;
}

.cate-check-list label.label-disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.category-box-inner p {
    padding: 15px 0 0;
}

.category-box-inner p a {
    width: 25%;
    vertical-align: top;
    display: block;
    float: left;
    margin-bottom: 12px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #414042;
}

.category-box-inner p a:before {
    background: #ccc;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
    border-radius: 10px;
    top: -1px;
    position: relative;
}

.category-box-inner .checkbox-div .checkmark {
    top: 2px;
}

.cate-excoll {
    position: absolute;
    right: 13px;
    bottom: 0;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #a5233d;
}

.catebox-height {
    max-height: 100%;
    transition: 0.5s;
}

.modify-div {
    padding: 20px 0;
    min-height: 500px;
}

.modify-title a {
    float: right;
    margin-bottom: 10px;
}

.modify-title b {
    font-size: 22px;
}

.modify-select select {
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid #c7c8ca;
    font-size: 16px;
    width: 100%;
    height: 36px;
    outline: none;
}

.modify-div table {
    background: #fff;
}

.modify-div table td {
    white-space: nowrap;
}

.modify-div table th:first-child, .modify-div table td:first-child, .modify-div table th:nth-child(3), .modify-div table td:nth-child(3), .modify-div table th:nth-child(4), .modify-div table td:nth-child(4) {
    text-align: center;
}

/*************************** Categories css End **************************/

.small-loading {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
    background: #fff;
    width: 120px;
    margin: -60px auto 0;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    height: 120px;
}

/*************************** Data table custom css Start **************************/

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0;
    vertical-align: middle;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 15px;
    margin-top: 0;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: none;
    padding-top: 0.755em;
    text-align: center;
}

.map-state-scroll {
    max-height: 500px;
    overflow: auto;
}

/*************************** Data table custom css End **************************/

/*************************** Multiple Token CSS Start **************************/

ul.token-input-list {
    overflow: hidden;
    cursor: text;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
    width: 100%;
}

ul.token-input-list li input {
    border: 0;
    /*padding: 3px 8px !important;*/
    background-color: white;
    -webkit-appearance: caret;
    width: 100% !important;
}

li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 2px 7px;
    background-color: #f6f6f6;
    cursor: default;
    display: block;
    font-size: 14px;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #f6f6f6;
    color: #414042;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #f6f6f6;
}

/*************************** Multiple Token CSS End **************************/

.chart-amount {
    text-align: right;
}

.chart-amount li {
    display: inline-block;
    padding-left: 20px;
}

.chart-amount li span {
    color: #a5233d;
}

.Pager {
    text-align: center;
}

.Pager b {
    display: block;
    margin-bottom: 10px;
}

.Pager span {
    text-align: center;
    color: #f6f6f6;
    display: inline-block;
    background-color: #faa61d;
    margin-right: 3px;
    border-radius: 4px;
    padding: 4px 12px;
}

.Pager a, .Pager a:hover {
    text-align: center;
    display: inline-block;
    color: #414042;
    margin-right: 3px;
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 5px;
}

.sorting-and-filter {
    background: #a5233d;
    padding: 10px 0;
}

.sorting-and-filter .sorting {
    float: left;
    padding: 0;
    margin-top: 4px;
}

.sorting-and-filter .sorting li {
    color: #fff;
}

.sorting-and-filter .sorting li:after {
    opacity: 1;
}

.sorting-and-filter .floated-filter-text {
    background: #fff;
    color: #414042;
}

.sorting-and-filter .sorting li:first-child {
    padding-right: 5px;
}

.product-keyword-filter-text {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    font-weight: bold;
}

.sorting-and-filter.fixed-line .floated-filter-text {
    padding: 3px 8px !important;
    text-align: center;
    width: 170px;
}

.success-alert {
    text-align: left;
    margin-top: 5px;
    color: #676766;
    display: inline-block;
    position: relative;
}

.alert-pie:before {
    content: "|";
    position: absolute;
    left: -15px;
}

.success-alert span {
    padding: 0px 20px;
    background: #a5233d;
    display: inline-block;
    color: white;
}

/** service page start here**/

.service {
    margin: 0px 0px 30px 0px;
    position: relative;
    top: -30px;
}

.service .container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.service-box-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
}

.service-box {
    height: 250px;
    background: #ecebeb;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.service-box h2 {
    color: #767577;
    font-size: 17px;
}

.service-icon {
    background-image: url(../images/services-icon.png);
    height: 80px;
    width: 70px;
    display: inline-block;
    margin-top: 60px;
    transition: 0.5s ease;
}

.service-content {
    position: absolute;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    opacity: 0;
    background: #a5233d;
    text-align: justify;
    transition: 0.5s ease;
    transform: translateY(300px)
}

.service-content p {
    color: white;
    font-size: 16px;
}

.service-content p a {
    color: #faa61d;
}

.service-box:hover .service-content {
    transform: translateY(0px);
    opacity: 1;
}

.service-box:hover h2 {
    display: none;
}

.service-box:hover .srv-icon-1 {
    background-image: url(../images/services-icon-active.png);
}

.srv-icon-2 {
    background-image: url(../images/services-icon.png);
    background-position: -74px 0px;
}

.service-box:hover .srv-icon-2 {
    background-image: url(../images/services-icon-active.png);
    background-position: -74px 0px;
}

.srv-icon-3 {
    background-image: url(../images/services-icon.png);
    background-position: -165px 0;
}

.service-box:hover .srv-icon-3 {
    background-image: url(../images/services-icon-active.png);
    background-position: -165px 0;
}

.srv-icon-4 {
    background-image: url(../images/services-icon.png);
    background-position: -261px 0;
}

.service-box:hover .srv-icon-4 {
    background-image: url(../images/services-icon-active.png);
    background-position: -261px 0;
}

.srv-icon-5 {
    background-image: url(../images/services-icon.png);
    background-position: -356px 0;
}

.service-box:hover .srv-icon-5 {
    background-image: url(../images/services-icon-active.png);
    background-position: -356px 0;
}

.srv-icon-6 {
    background-image: url(../images/services-icon.png);
    background-position: -452px 0;
}

.service-box:hover .srv-icon-6 {
    background-image: url(../images/services-icon-active.png);
    background-position: -452px 0;
}

.srv-icon-7 {
    background-image: url(../images/services-icon.png);
    background-position: -537px 0;
}

.service-box:hover .srv-icon-7 {
    background-image: url(../images/services-icon-active.png);
    background-position: -537px 0;
}

.srv-icon-8 {
    background-image: url(../images/services-icon.png);
    background-position: -640px 0;
}

.service-box:hover .srv-icon-8 {
    background-image: url(../images/services-icon-active.png);
    background-position: -640px 0;
}

.srv-icon-9 {
    background-image: url(../images/services-icon.png);
    background-position: -734px 0;
}

.service-box:hover .srv-icon-9 {
    background-image: url(../images/services-icon-active.png);
    background-position: -734px 0;
}

.srv-icon-10 {
    background-image: url(../images/services-icon.png);
    background-position: -823px 0;
}

.service-box:hover .srv-icon-10 {
    background-image: url(../images/services-icon-active.png);
    background-position: -823px 0;
}

.srv-icon-11 {
    background-image: url(../images/services-icon.png);
    background-position: -917px 0;
}

.service-box:hover .srv-icon-11 {
    background-image: url(../images/services-icon-active.png);
    background-position: -917px 0;
}

.srv-icon-12 {
    background-image: url(../images/services-icon.png);
    background-position: -1013px 0;
}

.service-box:hover .srv-icon-12 {
    background-image: url(../images/services-icon-active.png);
    background-position: -1013px 0;
}

.srv-icon-13 {
    background-image: url(../images/services-icon.png);
    background-position: -1106px 0;
}

.service-box:hover .srv-icon-13 {
    background-image: url(../images/services-icon-active.png);
    background-position: -1106px 0;
}

.srv-icon-14 {
    background-image: url(../images/services-icon.png);
    background-position: -1202px 0;
}

.service-box:hover .srv-icon-14 {
    background-image: url(../images/services-icon-active.png);
    background-position: -1202px 0;
}

/* Scrollbar Styling */

.service-content::-webkit-scrollbar {
    width: 3px;
}

.service-content::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.service-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #adadad;
}

/*** media partner**/

.content-mark {
    margin: 0px 0px 30px 0px;
    position: relative;
    top: -30px;
}

.content-mark .container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.content-mark p {
    font-size: 15px;
    margin: 20px 0px;
    line-height: 26px;
}

.check-marks {
    margin: 20px 0px;
    padding: 20px 80px;
    background: #f1f1f1;
}

.check-marks a {
    color: #a5233d;
}

.check-marks a:hover {
    color: #faa61d;
}

.check-marks p {
    font-weight: bold;
    margin: 10px 0px;
    line-height: 26px;
}

.check-marks :last-child {
    font-weight: normal;
    margin: 10px 0px;
}

.check-marks ul li {
    margin: 15px 0px;
    list-style: none;
    position: relative
}

.check-marks ul li:before {
    position: absolute;
    content: '';
    width: 15px;
    top: 2px;
    left: -35px;
    height: 15px;
    border: 1px solid #a5233d;
}

.check-marks ul li:after {
    position: absolute;
    content: '\f00c';
    top: -5px;
    font-size: 22px;
    left: -30px;
    font-family: FontAwesome;
    color: #a5233d;
}

/** buyer solution start here**/

.buyers-solution {
    position: relative;
    top: -30px;
}

.buyers-solution .container {
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.solution-content {
    padding: 40px 30px;
}

.solution-content ul li {
    list-style: none;
    position: relative;
    border-top: 1px solid #c2c2c2;
}

.solution-box {
    margin-bottom: 10px;
    padding: 10px;
    transition: 0.5s ease;
}

.solution-content ul li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section) " ";
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: white;
    top: -12px;
    left: -27px;
    height: 25px;
    width: 25px;
    background: #a5233d;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s ease;
    z-index: 1;
}

.solution-content h3 {
    font-size: 18px;
    font-weight: bold;
}

.solution-content ul li:hover .solution-box {
    background: white;
    transform: scale(1.05);
    margin: 10px 0px 30px 0px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.solution-content ul li:hover {
    border: none;
}

.solution-content ul li:hover:before {
    background: #faa61d;
    transform: scale(1.5);
}

/* FAQ PAGE START HERE */

.faq-content {
    position: relative;
    top: -30px;
}

.faq-content .container {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #a5233d;
    color: #ffffff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-body ol li h3 {
    font-size: 14px;
}

/* why tender tiger ? */

.why-tender-tiger {
    margin: 40px 0px;
}

.why-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.why-box-wrapper .why-tender-content:nth-child(4) {
    visibility: hidden;
}

.why-box-wrapper .why-tender-content:nth-child(6) {
    visibility: hidden;
}

.why-tender-content h2 {
    font-size: 20px;
}

.why-tender-content {
    background: #f0f0f0;
    height: 250px;
    text-align: center;
    padding: 20px;
    transition: 0.5s ease;
}

.why-tender-content:hover {
    background: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.why-box-wrapper .box-1 {
    position: relative;
    bottom: -140px;
}

.why-box-wrapper .box-3 {
    position: relative;
    bottom: -140px;
}

.why-box-wrapper .box-7 {
    position: relative;
    top: -140px;
}

.why-box-wrapper .box-9 {
    position: relative;
    top: -140px;
}

.tender-icon {
    background-image: url(../images/sprite.png);
    height: 70px;
    width: 70px;
    margin: 20px auto;
}

.t-icon-1 {
    background-position: 15px 8px;
    transition: 0.5s ease;
}

.why-tender-content:hover .t-icon-1 {
    background-position: 15px -57px;
}

.t-icon-2 {
    background-position: -48px 9px;
    transition: 0.5s ease;
}

.why-tender-content:hover .t-icon-2 {
    background-position: -48px -56px;
}

.t-icon-3 {
    background-position: -112px 10px;
    transition: 0.5s ease;
}

.why-tender-content:hover .t-icon-3 {
    background-position: -112px -55px;
}

.t-icon-4 {
    background-position: -225px 10px;
    transition: 0.5s ease;
}

.why-tender-content:hover .t-icon-4 {
    background-position: -225px -51px;
}

.t-icon-7 {
    background-position: -281px 5px;
    transition: 0.5s ease;
}

.why-tender-content:hover .t-icon-7 {
    background-position: -281px -53px;
}

.t-icon-8 {
    background-position: -171px 10px;
    transition: 0.5s ease;
}

.why-tender-content:hover .t-icon-8 {
    background-position: -172px -47px;
}

.t-icon-9 {
    background-position: -348px 10px;
    transition: 0.5s ease;
}

.why-tender-content:hover .t-icon-9 {
    background-position: -348px -51px;
}

/** csr **/

.csr {
    position: relative;
}

.csr img {
    width: 100%;
}

.csr-content {
    width: 55%;
    position: absolute;
    right: 40px;
    top: 150px
}

.csr-content p {
    font-size: 20px;
}

/** business partner**/

.business-partner {
    position: relative;
    top: -30px;
}

.business-partner .container {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.business-form {
    width: 50%;
    margin: 30px auto 0px auto;
}

.verify {
    display: flex;
    justify-content: flex-start;
}

.verify #vfycode {
    width: 40%;
}

.capt-code {
    width: 200px;
}

.mandatory {
    margin-bottom: 20px;
    float: right;
}

.form-input {
    margin-bottom: 20px;
}

.form-input input, .form-input label {
    width: 100%;
}

.form-input label {
    margin-bottom: 5px
}

.form-input label span {
    color: red;
}

.form-input input {
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    box-shadow: none;
}

.v-alert {
    margin-top: 11px;
}

.v-code {
    margin-top: 20px;
}

.business-partner button {
    background: #a5233d;
    color: white;
    border: none;
    padding: 5px 30px;
    transition: 0.5s ease;
}

.cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

.cta-wrapper button:hover {
    background: #faa61d;
}

.support-call {
    padding-top: 30px;
}

/** tenders by subindustry**/

.bidder-popup-main {
    max-width: 1000px !important;
}

.table-bidder {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    min-height: 150px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.subIndustry {
    position: relative;
    top: -30px;
}

.subIndustry ul {
    column-count: 3;
}

.subIndustry ul li {
    list-style: none;
    padding: 15px 10px;
    margin: 10px 0px;
    background: #f1f1f1;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
}

.subIndustry ul li:first-child {
    margin-top: 0px;
}

.subIndustry .container {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

/** free registration on home page design**/

.free-reg {
    background: white;
    padding: 20px 30px;
    width: 60% !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.free-reg input#ctl00_ContentPlaceHolder1_UCRegistration_txtotpname {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

.free-reg input#ctl00_ContentPlaceHolder1_UCRegistration_txtotpmobileno {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

ul.otp-div li input {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

.free-reg input#ctl00_ContentPlaceHolder1_UCRegistration_txtotp4 {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

.free-reg input#ctl00_ContentPlaceHolder1_UCRegistration_txtotp3 {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

.free-reg input#ctl00_ContentPlaceHolder1_UCRegistration_txtotp2 {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

.free-reg input#ctl00_ContentPlaceHolder1_UCRegistration_txtotp1 {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

.free-reg input#ctl00_ContentPlaceHolder1_UCRegistration_txtNewPassword {
    background: #f6f6f6;
    border: 1px solid #c7c8ca;
}

/** Site Map Section**/

.sitemap {
    position: relative;
    top: -30px;
}

.sitemap .container {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.sitemap-content {
    background: #fafafa;
    padding: 20px 0px 20px 15px;
    margin-bottom: 5px;
    transition: 0.5s ease;
}

.sitemap-content:hover {
    background: white;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.sitemap-content h2 {
    font-size: 20px;
    margin: 0px 15px 15px 7px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.sitemap .sitemap-list {
    padding: 0px 20px;
    list-style-type: square;
    column-count: 4;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
}

.sitemap .sitemap-list li {
    margin: 10px;
}

.sitemap .sitemap-list li:first-child {
    margin-top: 0px;
}

/** fresh tender and tender listing filter css**/

.filter-applied-filter-row .token {
    display: inline !important;
    width: auto !important;
    padding: 5px 25px 5px 10px;
    border-radius: 50px;
    color: #575757 !important;
}

.filter-applied-filter-row .tagvalue {
    margin-right: 10px;
}

.filter-applied-filter-row .token {
    margin-right: 5px;
    margin-bottom: 5px;
}

#mainListing .token:hover {
    background: #d2d2d2 !important;
}

.filter-applied-filter-row .token span.close {
    top: 1px;
}

.filter-applied-filter-row .token-div .close {
    right: -2px;
}

/** fresh tender and tender listing filter css End**/

/**fresh tender product design**/

.prod-state {
    font-weight: bold;
}

.prod-state p {
    color: #a5233d;
    font-weight: normal;
    display: inline-block;
}

.prod-state i {
    color: #a5233d;
}

.biz-val {
    color: #a5233d !important;
}

.biz-val i {
    font-weight: bold;
    color: #6d6e71;
}

.bid-before {
    color: #a5233d !important;
}

.bid-before span {
    font-weight: bold;
}

.prod-brief a {
    color: #000 !important;
}

.prod-tid {
    color: #a5243c !important;
}

.prod-tid span {
    font-weight: bold;
    font-weight: bold;
}

/**fresh tender product design End**/

/** contact us page**/

.contact-us {
    position: relative;
    overflow: hidden;
    top: -30px;
}

.contact-us .container {
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    margin-top: 20px;
    background: #fbfbfb;
    border-radius: 8px;
}

.contact-wrapper h2 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: 50px;
    padding-bottom: 5px;
}

.head-off {
    position: relative;
}

.head-off:before {
    position: absolute;
    content: '\f19c';
    font-family: FontAwesome;
    top: -8px;
    left: -55px;
    height: 40px;
    color: #faa61d;
    width: 40px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.5s ease;
}

.branch-off {
    position: relative;
}

.branch-off::before {
    position: relative;
    position: absolute;
    content: '\f0b1';
    font-family: FontAwesome;
    top: -8px;
    border: 1px solid #ccc;
    left: -55px;
    height: 40px;
    width: 40px;
    color: #faa61d;
    background: #f1f1f1;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.5s ease;
}

.inquiries-sale {
    position: relative;
}

.inquiries-sale:before {
    position: absolute;
    content: '\f2a0';
    font-family: FontAwesome;
    top: -8px;
    left: -55px;
    height: 40px;
    width: 40px;
    color: #faa61d;
    border: 1px solid #ccc;
    background: #f1f1f1;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.5s ease;
}

.contact-wrapper p {
    line-height: 28px;
}

.off-address {
    padding: 20px;
    transform: translateX(-700px);
    opacity: 0;
    animation: offadd 1s forwards;
    transition: 0.5s ease;
}

/** hover effect**/

.off-address:hover .head-off:before {
    color: white;
    background: #a5233d;
}

.off-address:hover .branch-off:before {
    color: white;
    background: #a5233d;
}

.right-content a {
    color: black;
}

.right-content:hover .inquiries-sale:before {
    color: white;
    background: #a5233d;
}

.off-address:hover {
    background: white;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.right-content:hover {
    background: white;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

/** hover effect End**/

.right-content {
    padding: 20px;
    transform: translateX(700px);
    opacity: 0;
    animation: offadd 1s forwards;
    transition: 0.5s ease;
}

.content-detail {
    list-style: none;
}

.content-detail i {
    color: #a5233d;
}

.right-content label {
    background: #efefef;
    padding: 5px 10px;
    display: block;
}

.content-detail li {
    margin: 20px 0px;
}

.content-detail li i {
    font-size: 18px;
    width: 25px;
}

.content-detail li a {
    color: #a5233d;
}

.contact-subT {
    font-size: 22px;
    margin: 20px 0px;
}

/** animation**/

@keyframes offadd {
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
/** footer sticky***/
.footer-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.footer-sticky a {
    display: inline-block;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-size: 20px;
}

.footer-sticky a:hover {
    background: #f1f1f1;
    color: #a5233d;
}

.foo-reg {
    background: #a5233d;
    width: 85%;
    float: left;
}

.foo-call {
    background: #faa61d;
    width: 15%;
    float: left;
    text-align: center;
}

/** refer & earn 1m Jackpot**/

ul.referral-li #lnkShare i {
    color: #a5233d !important;
}

ul.referral-li #ctl00_ContentPlaceHolder1_A1 i {
    color: #a5233d !important;
}

ul.referral-li .fa-mobile {
    color: #a5233d !important;
    font-size: 30px !important;
    position: absolute;
    top: 0;
    right: 0;
}

ul.referral-li .social-box {
    right: 270px;
    top: 37px;
}

ul.referral-li .sharelinks ul {
    padding: 15px;
}

ul.referral-li .sharelinks li a .fa {
    margin-top: 0px;
}

ul.referral-li .sharelinks li a span {
    margin-top: 0px;
    margin-left: 10px;
}

ul.referral-li .referral-link-icon {
    display: block;
}

/** new change in refer earn**/

.win-ref li.win-ref-email {
    display: flex;
    padding-bottom: 10px;
    flex-wrap: wrap;
    float: left;
}

.win-ref-email input#txtEmail {
    margin-right: 10px;
    border-radius: 4px;
    width: 600px !important;
}

li.win-ref-mob {
    display: flex;
}

.win-ref-email input#btnsendmail {
    padding: 0px;
    height: 50px;
    border-bottom: 0px;
    width: 120px !important;
}

.win-mob-no input#ctl00_ContentPlaceHolder1_txtMobile {
    margin-right: 5px;
    border-radius: 4px;
    width: 100% !important;
}

.win-ref-mob input {
    margin-top: 0px;
}

.win-ref-mob input#btnsendSMS {
    border-bottom: 0px;
    width: 120px !important;
    padding: 0px;
    height: 50px;
}

.win-ref-mob .custom-select {
    margin-top: 0px
}

.ref-social .social-box {
    position: static;
}

.ref-social {
    width: 143px !important;
    padding: 0px 0px 0px 10px !important;
    border: none !important;
}

.ref-social .ui-link i {
    color: #a5233d !important;
}

.win-ref-mob {
    display: flex;
}

.div-inp-sms {
    display: flex;
}

.win-mob-no {
    width: 420px;
    margin-right: 10px;
}

.referral-link-icon i.fa.fa-chevron-right {
    position: absolute;
    left: -15px;
    top: 4px;
}

/** refer & earn 1m Jackpot End**/

/** feedback Footer**/

.feedBack-bottom {
    bottom: 0px !important;
}

.report-footer .footer-links {
    display: none;
}

.report-footer {
    padding: 0px;
}

.report-footer .copy {
    margin-top: 0px;
    border-top: 0px;
}

/** for earn refer**/

.refer-earn {
    position: relative;
    overflow: hidden;
    top: -30px;
}

.refer-earn .container {
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.refer-earn ul {
    list-style: none;
}

.input-referlink {
    display: flex;
    margin-bottom: 10px;
}

.arrow-gray {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.arrow-gray i {
    position: absolute;
    top: 5px;
    left: -15px;
    color: gray;
    font-weight: 100;
    font-size: 10px;
}

.input-referlink .copy-text-link {
    height: 50px;
    border: 1px dashed #c7c8ca;
    border-radius: 4px;
    line-height: 50px;
    padding: 0px 10px;
    width: 600px;
}

.input-referlink input {
    height: 50px;
    width: 600px;
    padding: 0px 10px;
    border-radius: 4px;
    border: 1px solid #c7c8ca;
}

.input-referlink ul {
    margin-left: 15px;
}

.input-referlink ul li {
    display: inline-block;
    font-size: 30px;
    margin-right: 15px;
}

.input-referlink ul li i.fa.fa-facebook-official {
    color: #3b5998;
}

.input-referlink ul li i.fa.fa-twitter-square {
    color: #00acee;
}

.input-referlink ul li i.fa.fa-linkedin-square {
    color: #0e76a8;
}

.input-referlink ul li i.fa.fa-whatsapp {
    color: #25D366 !important;
}

.input-referlink .ref-btn {
    border-radius: 4px;
    outline: none;
    border: none;
    color: white;
    background: #7e8591;
    margin-left: 10px;
    width: 130px;
    height: 50px;
    padding: 0px;
}

.copy-cta {
    background: #f58223 !important;
}

.mob-code {
    display: flex;
}

.mob-code input {
    width: 50px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mob-code .custom-select select {
    height: 50px;
    width: 100px;
    padding: 0px 10px;
    border: 1px solid #c7c8ca;
}

.mob-input input {
    width: 440px;
    margin-left: 10px;
}

.number-code-input {
    display: flex;
}

.support-contact-sec {
    display: flex;
    justify-content: space-between;
}

/** blog page **/

.blog-page-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
}

.blog-right-wrap {
    padding: 20px 10px;
    background: #fff;
    border-radius: 5px;
}

.blog-social {
    padding: 10px;
    border-radius: 5px;
}

.blog-social p {
    margin: 0 0 10px;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.blog-right-wrap h3 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.blog-right-wrap p {
    margin: 15px 0px;
    padding: 15px 0px;
    border-top: 1px solid #faa61d;
    border-bottom: 1px solid #faa61d;
}

.blog-social ul {
    list-style: none;
    text-align: center;
}

.blog-social ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 26px;
}

.blogs .publish-date img {
    width: 13px;
}

.blogs .publish-date span {
    font-size: 13px;
    margin-left: 3px;
}

.blogs h1 {
    padding: 10px 10px;
    font-size: 24px;
    color: white;
    background: #a5233d;
    border-radius: 5px;
    margin-bottom: 20px;
}

.blog-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    grid-auto-rows: min-content;
}

.blog-wrap h2 {
    font-size: 17px;
    font-weight: bold;
}

.blog-box {
    padding: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
    transition: 0.3s ease;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.blog-box:hover {
    transform: scale(1.05);
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border: none;
    z-index: 1;
}

.read-more-hover {
    width: 100%;
    position: absolute;
    background: #faa61d;
    bottom: 0;
    display: flex;
    left: 0;
    transform: translateY(70px);
    opacity: 0;
    transition: 0.3s;
}

.blog-box:hover .read-more-hover {
    transform: translateY(0px);
    opacity: 1;
}

.read-more-hover a {
    color: white;
    font-size: 20px;
    display: block;
    padding: 3px 0px;
    width: 100%;
    text-align: center;
}

.pagination>li {
    display: inline-block
}

.pagination {
    display: block;
    text-align: center;
    width: 100%;
    float: left;
    margin: 30px 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 0;
    color: #fff;
    cursor: default;
    background-color: #a5233d;
    border-color: #a5233d;
}

.pagination>li>a, .pagination>li>span {
    color: #424242;
}

/** inner blog pages**/

.inner-blogs-content {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    /*height: 100%;*/
}

.inner-blogs-content h1 {
    font-size: 22px;
    background: none;
    color: #222222;
}

.inner-blogs ul, .inner-blogs ol {
    padding-left: 18px;
}

.inner-blogs-content .inner-blog-img {
    width: 32%;
    float: left;
    padding: 3px;
    margin: 3px 25px 3px 0px;
    background: #dfdfdf;
    overflow: hidden;
    border-radius: 5px;
}

.inner-blogs-content .inner-blog-img img {
    width: 100%;
    transition: 0.3s;
    border-radius: 5px;
}

.inner-blogs-content .inner-blog-img img:hover {
    transform: scale(1.5);
}

.inner-blogs h2 {
    font-size: 22px;
    margin-top: 0px;
}

/** bidder contact detail**/

.bidder-details-table {
    margin-bottom: 20px !important;
    width: 400px;
    border: 1px solid #ccc;
}

.bidder-details-table:last-child {
    margin-bottom: 0px !important;
}

.cont-name {
    font-weight: bold;
    font-size: 20px;
}

.bidder-details-table span {
    margin-right: 10px;
    color: #a5233d;
}

.alt-link {
    margin-left: 18px;
}

.bidder-details-table a {
    color: #414042;
}

/** tender listing serial start**/

.tender-listing-serial {
    margin-left: 5px;
}

/** tender listing serial Emd**/

/** bidder contact details end**/

/** filter datepicker change position**/

.filter-datepicker {
    right: 300px !important;
    margin-top: -30px;
}

/** filter datepicker change position**/

/*** DASHBOARD BLOGS START HERE - Task #22876**/

.dash-tab {
    margin: 20px 0px;
}

.dash-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #ddd;
    color: #333;
}

#buyer-dashboard-wrap {
    margin: 10px 0px;
}

.buyer-dash-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.buyer-content {
    display: grid;
    grid-template-columns: 6fr 0fr;
    border-radius: 5px;
    grid-gap: 5px;
    transition: 0.3s ease;
}

.buyer-content:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.buyer-content ul li {
    list-style: none;
}

.buyer-detail {
    padding: 15px;
    background: white;
}

.buyer-detail hr {
    border-color: #dcddde;
    margin: 10px 0px;
}

.r-buyer {
    column-count: 2;
    column-gap: 40px;
}

.r-buyer li {
    break-inside: avoid-column;
}

.l-buyer li, .r-buyer li {
    padding: 5px 0px;
}

.r-buyer li .buyer-count {
    float: right;
    color: #a5233d;
    font-weight: bold;
}

.inner-buer-flex {
    display: grid;
    grid-template-columns: 1fr 15fr;
    margin-right: 10px;
}

.inner-buer-flex img {
    height: 60px;
    width: 60px;
    background: #ececec;
    margin-right: 10px;
}

.buyer-user-icon {
    background: #ececec;
}

.buyer-user-icon li {
    overflow: hidden;
}

.buyer-user-icon li a {
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ececec;
    ;
    display: inline-block;
    color: #7b7a7a;
}

.buyer-count i {
    color: #faa61d;
}

.buyer-user-icon li a:hover {
    color: white;
    background: #faa61d;
    transform: scale(1.4);
}

.mCSB_inside>.mCSB_container {
    margin: 0px;
}

.dash-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #a5233d;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

.add-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 20px;
    text-align: center;
}

.add-option h3 {
    margin-top: 0px;
}

.addinput input {
    height: 34px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 5px;
    width: 100%;
}

.addinput input#txtNewCategory-tokenfield {
    width: 95% !important;
    margin-bottom: 0px !important;
    height: 34px !important;
}

.add-listing-input {
    display: flex;
    width: 95%;
    justify-content: center;
}

.addinput {
    width: 100%;
}

.add-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100px;
    margin-left: 5px;
}

.add-btn {
    padding: 7px 10px;
    background: #a5243c;
    border-radius: 3px;
    color: white;
}

/*** DASHBOARD BLOGS END HERE - Task #22876**/

/* div placeholder  */

.divplaceholde:empty:before {
    content: attr(data-placeholder) !important;
    color: #414042;
    opacity: 0.7;
}

/* div placeholder end */

/**TENDER RESULT  slideFilter **/

.sidefilter-inner .inner-contract-value {
    position: relative;
    padding: 6px 12px;
    height: 34px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    color: darkgray;
}

.sidefilter-inner .inner-contract-value-dropdown {
    position: absolute;
    top: 132px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 5;
    padding: 5px 0 10px;
    width: 100%;
    display: none;
}

.sidefilter-inner .inner-contract-value .fa {
    float: right;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
    opacity: 0.6;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidefilter-inner .cv-box input[type="text"] {
    background: #f1f0f0 !important;
    padding: 2px 12px 1px 12px !important;
    margin: 2px 0 0 !important;
    height: 30px !important;
    color: #414042 !important;
    text-align: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    width: 100%;
}

/**TENDER RESULT  slideFilter END**/

.autosearched-bar h1 {
    display: inline-block;
    margin: 0px 0px;
    font-size: 15px;
    font-weight: bold;
}

.viewed-tender {
    font-size: 22px;
}

.autosearched-bar ul li .contact>div {
    font-size: 22px;
}

/** add h1 in view tender page **/

.ui-widget-header {
    color: #000 !important;
}

.btn-archive a {
    color: white;
}

.btn-archive a:hover {
    color: white;
}

/** FILTER WITH POP UP**/

.archiveyear {
    cursor: pointer;
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 3px;
}

.archiveyear span {
    margin-left: 5px;
    display: inline-block;
}

.archive-bar .archiveyear {
    margin: 10px 10px 0 0;
}

.archive-bar .floated-filter-text {
    margin: 10px 10px 0 0;
}

.dialog-popup {
    position: absolute;
    z-index: 9;
    top: 39px;
    right: 0px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    width: 265px;
    display: none;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

.dialog-popup::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 25px;
}

.datepick-filter-pop-wrap {
    display: flex;
}

.datepick-filter-pop-wrap select {
    margin-right: 15px;
}

.datepick-filter-pop-wrap select:last-child {
    margin-right: 0px;
}

.date-add-btn {
    margin: 15px 0px 0 0;
}

li.btn-add-count {
    position: relative;
}

.addresslblcount {
    width: 30px;
    height: 30px;
    background: #a5233d;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: -30px;
    top: 3px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.advance-search-date {
    display: flex;
    vertical-align: middle;
}

.advance-search-date .custom-select select {
    padding: 5px 17px 5px 7px;
    border-radius: 5px;
    /* margin-right: 5px; */
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
    border: 1px solid #d2d1d1;
    background: none;
}

.advance-search-date .custom-select select:focus {
    outline: none;
    border: 1px solid #d2d1d1 !important;
}

.advance-search-date .search-closgingdate input {
    padding: 5px 10px 5px;
    margin: 0;
    height: 33px;
    background: none;
    border: 1px solid #d2d1d1;
    width: 100%;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-left: 0px;
    border-radius: 5px;
}

.advance-search-date .custom-select:after {
    right: 4px;
}

.advance-home-src ul li {
    width: 85px;
}

.advance-home-src .dueDate-input {
    width: 300px !important;
}

.tender-value-search-home {
    width: 262px !important;
}

.autosearched-bar ul li .adv-reg-title>div {
    font-size: 15px;
}

.auto-advance-search {
    width: 300px !important;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    z-index: 1 !important;
    scrollbar-width: thin;
    scrollbar-color: #a5233d #ccc;
}

.auto-advance-search, .auto-advance-search li {
    background: white;
}

.auto-advance-search li:hover {
    background: #a5233d;
    color: white;
}

.addresslabel-sec {
    position: absolute;
    display: none;
    width: 200px;
    background: white;
    top: 40px;
    left: -38px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.addresslabel-sec:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -6px;
    right: 11px;
}

.auto-advance-search::-webkit-scrollbar {
    width: 6px;
}

/* Track */

.auto-advance-search::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */

.auto-advance-search::-webkit-scrollbar-thumb {
    background: #a5233d;
}

/* Handle on hover */

.auto-advance-search::-webkit-scrollbar-thumb:hover {
    background: #d94563;
}

.home-searchby-Tender {
    text-align: right;
    color: #fff;
    margin-bottom: 10px;
    padding-right: 20px;
}

.home-searchby-Tender a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.addresslabel-sec .addlocation-label {
    /* display: block; */
    /* background: #a5233d; */
    /* color: white; */
    position: relative;
}

.addresslabel-sec .addlocation-label a {
    position: absolute;
    right: -19px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 10px;
    color: #ffffff;
    background: #a5233d;
    text-align: center;
    line-height: 12px;
    cursor: pointer;
}

.auto-advance-search li .ui-state-active {
    background: #a5233d;
    color: white;
}

ul#ulMinTenderValue li {
    width: 100% !important;
}

.floated-input-ul .reset-all {
    width: auto !important;
    text-align: right;
}

.advance-home-src ul li.btn-add-count {
    width: 124px !important;
}

.advance-home-src {
    padding: 10px;
    z-index: 1;
}

.advance-home-src li {
    padding-right: 5px;
}

.tender-ref-inpt {
    width: 100px !important;
}

.search-closgingdate {
    width: 100%;
    position: relative;
}

/* Scrollbar Styling */

/* .advance-home-src .typeahead::-webkit-scrollbar {
	width: 3px;
}

.advance-home-src .typeahead::-webkit-scrollbar-track {
	background-color: #ccc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.advance-home-src .typeahead::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #a5233d; 

} */
/* .Advsearch-Date-Tender {
	z-index: 1 !important;
} */

.daterangepicker.opensleft:after, .daterangepicker.opensleft:before {
    display: none;
}

input#ctl00_ContentPlaceHolder1_Search_txtAddClogingDate::placeholder {
    text-align: left;
}

/* input#ctl00_ContentPlaceHolder1_Search_txtAddClogingDate {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
} */

.date-icon::after {
    content: "\f073";
    position: absolute;
    font-family: FontAwesome;
    right: 8px;
    top: 5px;
    color: #525252;
}

.reset-all {
    width: 28px !important;
}

/** view tender button align right**/

a#ctl00_ContentPlaceHolder1_tagresult {
    float: right;
}

/** view tender button align right**/

/* advance tender search error msg */

.inner-popalt .modal-content .adv-popup {
    position: static;
    background: #faa61d;
    border-color: #faa61d;
    border-radius: 20px;
    padding: 5px 20px;
}

/* advance tender search error msg */

/* view tender detail image  */

div#ctl00_ContentPlaceHolder1_imgsaveScanImage img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.adv-filterbtn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#Contractvalue .contract-value-dropdown {
    top: 88px;
}


.sidefilter-inner .advance-search-date .custom-select select, .adv-tendervalue {
    color: #8c8c8c;
}

#tendervaluetop .cv-box input[type="text"] {
    width: 100%;
}

.advance-home-src .advance-search-date .custom-select select {
    padding: 5px 17px 6px 7px;
}

/* TENDER RESULT DASHBOARD START */

.tender-report-dashboard-wrap .tab-content {
    position: relative;
}

.tender-report-dashboard-wrap .home-view-all-tenders {
    display: none;
}

/**12-02-20**/

.tender-report-dashboard-wrap .searchHome {
    height: 50px;
}

.tender-report-dashboard-wrap .searchHome:after {
    top: 15px;
}

.tender-report-dashboard-wrap .homesearhbar a.btn {
    padding: 7px 30px 7px 30px;
}

.tender-report-dashboard-wrap .homesearhbar input[type="text"] {
    margin: 0px;
}

.tender-report-dashboard-wrap .floated-input-ul {
    top: 51px;
}

/**12-02-20 End**/

.input-option-search {
    float: left;
    width: 13%;
    position: relative;
}

.input-search-tender-result {
    float: left;
    width: 87%;
    display: flex;
}

.tender-report-dashboard-wrap {
    margin: 10px 0px;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.tender-report-dashboard-wrap .form-control {
    height: 50px;
    border: none;
}

.tender-report-dashboard-wrap .select-border {
    border-right: 0;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: #a5243c;
    color: white;
    font-size: 18px;
    position: relative
}

.input-option-search::after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome;
    right: 10px;
    top: 15px;
    color: white;
}

.tender-report-dashboard-wrap .select-border option {
    background: white;
    color: black;
    display: inline-block;
    font-size: 18px;
}

.tender-report-dashboard-wrap .search-border {
    border-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.input-search-tender-result a {
    height: 50px;
    width: 80px;
    background: #faa61d;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color: white;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    transition: 0.3s ease;
}

.input-search-tender-result a:hover {
    background: #a5233d;
}

.dash-tabing {
    position: relative;
}

.dash-tabing .dash-tab-wrap {
    position: fixed;
    left: 0;
    top: 220px;
    z-index: 1;
    background: #ffffff;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.dash-tabing .dash-tab-wrap li {
    display: block;
    float: none;
}

.dash-tabing .nav-tabs>li>a {
    margin-right: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.dash-tab-wrap>li.active>a, .dash-tab-wrap>li.active>a:focus, .dash-tab-wrap>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #faa61d;
    border: none;
    border-bottom-color: transparent;
}

.dash-tabing .nav-tabs>li>a {
    position: relative;
}

.i-one-dash::after, .i-two-dash::after, .i-three-dash::after, .i-four-dash::after, .i-five-dash::after, .i-six-dash::after {
    position: absolute;
    left: 46px;
    top: 0;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faa61d;
    color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-200px);
    transition: 0.3s ease;
    height: 100%;
}

.i-one-dash::after {
    content: "New";
}

.i-two-dash::after {
    content: "Viewed";
}

.i-three-dash::after {
    content: "Liked";
}

.i-four-dash::after {
    content: "Downloaded";
}

.i-five-dash::after {
    content: "Scheduled";
}

.i-six-dash::after {
    content: "Tagged";
}

.dash-tab-wrap>li>a:hover:after {
    transform: translateX(0px);
}

.dash-tabing .tab-content {
    padding: 20px 20px;
    background: white;
}

.inner-tab-dash>li.active>a, .inner-tab-dash>li.active>a:focus, .inner-tab-dash>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #faa61d;
    border: none;
    border-bottom-color: transparent;
}

.inner-tab-dash>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #575757;
    box-shadow: none;
}

/**18-01-2020**/

.sub-inner-tb {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    cursor: pointer;
    height: 100%;
    width: 15px;
    background: #f7c46f;
    text-align: center;
    line-height: 34px;
}

.sub-inner-tb i {
    color: #fff;
}

.inner-tb-btn {
    padding: 0px 25px !important;
    height: 41px;
    text-align: center;
    width: auto;
    min-width: 111px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.sub-inner-tag {
    position: absolute;
    background: white;
    width: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: none;
    top: 40px;
    left: 0px;
    z-index: 1;
    min-width: 130px;
    overflow: auto;
}

.sub-inner-tag option {
    margin: 3px 0px;
    cursor: pointer;
}

/* Viresh 29-01-2020 */

#innersearch #TenderSearchBox, #innersearch #TenderResultSearchBox {
    float: none;
    width: 100%;
    border-radius: 5px;
}

#TenderResult {
    position: relative;
}

/* TENDER RESULT DASHBOARD END */

/*** TENDER BUYER DASHBOARD BLOGS START HERE**/

.dash-tab {
    margin: 15px 0px;
}

.dash-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #ddd;
    color: #333;
}

.buyer-dash-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.buyer-content {
    display: grid;
    grid-template-columns: 6fr 0fr;
    border-radius: 5px;
    grid-gap: 5px;
    transition: 0.3s ease;
}

.buyer-content:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.buyer-content ul li {
    list-style: none;
}

.buyer-detail {
    padding: 15px;
    background: white;
}

.buyer-detail hr {
    border-color: #dcddde;
    margin: 5px 0px 15px 0px;
}

/* ul.l-buyer {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	grid-gap: 10px;
} */

li.inner-buer-flex {
    display: grid;
    grid-template-columns: auto 1fr;
}

.dash-prod-cate {
    display: flex;
    justify-content: space-between;
    padding: 2px 10px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-left: auto;
    width: auto;
    text-align: center;
    max-height: 75px;
    max-width: 225px;
}

.r-buyer {
    display: grid;
    grid-template-columns: 56% 40%;
    grid-gap: 20px;
}

.r-buyer li {
    break-inside: avoid-column;
}

.l-buyer li, .r-buyer li {
    padding: 5px 0px;
}

/* .r-buyer li .buyer-count{
	float: right;
	color:#a5233d;
	font-weight: bold;
} */

.inner-buer-flex {
    display: grid;
    grid-template-columns: auto 1fr;
}

span.buyer-count i {
    margin-right: 5px;
}

.inner-buer-flex img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    background: #ececec;
}

.buyer-user-icon {
    background: #ececec;
}

.buyer-user-icon li {
    overflow: hidden;
}

.buyer-user-icon li a {
    width: 47px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #ececec;
    display: inline-block;
    color: #6d6d6d;
}

.buyer-count i {
    color: #faa61d;
}

.buyer-user-icon li a:hover {
    color: white !important;
    background: #faa61d !important;
    transform: scale(1.4);
}

.mCSB_inside>.mCSB_container {
    margin: 0px;
}

.inner-tab-dash li {
    margin-right: 5px;
}

.dash-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	/**border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);**/
}

.add-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 20px;
    text-align: center;
}

.add-option h3 {
    margin-top: 0px;
}

.addinput input {
    height: 34px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 5px;
    width: 100%;
}

.addinput input#txtNewCategory-tokenfield {
    width: 95% !important;
    margin-bottom: 0px !important;
    height: 34px !important;
}

.add-listing-input {
    display: flex;
}

.add-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100px;
    margin-left: 5px;
}

.add-btn {
    padding: 7px 10px;
    background: #a5243c;
    border-radius: 3px;
    color: white;
}

.add-btn:hover, .add-btn:focus {
    color: white;
}

.dash-tab .tab-content {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.addpord-dialog {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 3;
}

.addpord-dialog .add-pro-icon {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    background: #faa61d;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
}

.addpord-dialog .add-pro-icon:hover i {
    transform: scale(1.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.close-dialog-active {
    transform: rotate(45deg)
}

#container {
    position: relative;
}

.addpord-dialog .addprod-dialog-content {
    padding: 30px 20px;
    background: white;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
    right: 45px;
    width: 400px;
}

.addpord-dialog .dialog-input {
    display: flex;
    justify-content: space-between;
}

.addpord-dialog .dialog-input .btn-primary {
    border-radius: 5px;
}

.addpord-dialog .dialog-input input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    width: 100%;
    height: 35px;
}

.addprod-dialog-content {
    display: none;
}

.added-label .label-tag {
    background: white;
    padding: 0px 9px;
    display: inline-block;
    color: #a5233d;
    font-size: 13px;
    border: 1px solid #a5233d;
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 8px;
}

.added-label .label-tag:last-child {
    margin-right: 0px;
}

.added-label .close-label {
    font-size: 9px;
    position: absolute;
    background: #dddddd;
    color: #7b7a7a;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    top: -9px;
    border-radius: 50%;
    right: -8px;
    cursor: pointer;
}

.dash-cate-title a {
    color: orange;
}

span.buyer-count a {
    color: #414042;
}

.buyer-count pip {
    color: #afaaaa !important;
}

.buyer-content .tooltip>.tooltip-inner {
    white-space: nowrap;
}

.buyer-count span a {
    color: #a2263e !important
}

.save-add-label {
    text-align: center;
}

.save-add-label a {
    padding: 5px 20px;
}

.panel, .panel-body {
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
}

.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
}

.panel-group .panel-heading a:after {
    content: '-';
    float: right;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
}

.addpord-dialog .added-label {
    /*padding: 15px 0px;*/
    max-height: 220px;
    overflow: auto;
    overflow-x: hidden;
    /*margin: 15px 0px;*/
    scrollbar-width: thin;
    scrollbar-color: #a5233d #ccc;
}

.addpord-dialog .added-label::-webkit-scrollbar {
    width: 6px;
}

.addpord-dialog .added-label::-webkit-scrollbar-track {
    background: #ccc;
}

.addpord-dialog .added-label::-webkit-scrollbar-thumb {
    background: #a5233d;
}

.addpord-dialog .added-label::-webkit-scrollbar-thumb:hover {
    background: #d94563;
}

.dash-tab .tt-analysis {
    min-height: auto;
}

/** ul list css**/

.ui-widget-content {
    background: white !important;
    overflow-x: hidden;
}

.ui-widget-content .ui-menu-item {
    padding: 5px;
    transition: 0.3s ease;
}

.ui-widget-content .ui-menu-item:hover {
    background: #a5233d;
    color: white;
}

/*.ui-widget-content::-webkit-scrollbar {
	width: 4px;
}*/

/* Track */

/*.ui-widget-content::-webkit-scrollbar-track {
	background: #f7f7f7; 
}*/

/* Handle */

/*.ui-widget-content::-webkit-scrollbar-thumb {
	background: #a5233d; 
}*/

.dash-tab .tenderviewchart {
    border-top: 0px;
}

.product-item {
    display: flex;
}

.dash-cate-title a {
    color: #525252;
    font-size: 40px;
    line-height: 31px;
}

.dash-prod-cate>span {
    padding: 6px 7px 3px 7px;
    border-left: 1px solid #ccc;
}

.dash-prod-cate b {
    font-size: 13px;
    color: #717171;
    font-weight: normal;
    white-space: nowrap;
}

.prod-name span a {
    font-size: 18px;
    color: #525252;
}

.prod-name b {
    color: #a5233d;
}

.r-buyer li:nth-child(3n+0) {
    margin-bottom: 0px;
}

.r-buyer .in-buyer-wrap {
    height: 45px;
    display: flex;
    align-items: center;
    position: relative;
    break-inside: avoid-column;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

span.buyer-count {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 16px;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 5px;
}

.subs a {
    color: #a5233d;
}

.dash-prod-cate>span:first-child {
    border: none;
}

span.dash-cate-title.my-ct a {
    color: #a5233d;
}

/** product remove***/

.page-overlay-for-confirm {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    z-index: 10;
    display: none;
}

.confirm-delete-product-wrap {
    position: fixed;
    width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35%;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 20px;
    text-align: center;
    z-index: 10;
    display: none;
}

.confirm-btn-product {
    margin-top: 20px;
}

.confirm-btn-product a {
    margin: 0px 5px;
    padding: 2px 20px;
    border-radius: 2px;
    /* border: 1px solid #ccc; */
    display: inline-block;
}

.confirm-delete-product-wrap h3 {
    margin: 10px 0px;
}

.confirm-delete-product-wrap i {
    font-size: 60px;
    color: #d8d8d8;
}

#buyer-dashboard-wrap {
    /*padding: 50px 0px;*/
    margin: 0;
    width: 100%;
}

.buyer-content {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.buyer-content:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    /* transform: translate(0px , -30px); */
    transform: scale(1.01);
}

.buyer-content:hover .dash-prod-cate {
    background: #bd566a;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.buyer-content:hover:hover .buyer-user-icon li a {
    background: #bd566a;
    color: white;
}

.buyer-content:hover:hover .buyer-user-icon {
    background: #bd566a;
}

.buyer-content:hover:hover .dash-cate-title a {
    color: white;
}

.buyer-content:hover:hover .dash-prod-cate>span:first-child {
    border: none;
}

.buyer-content:hover:hover .dash-prod-cate>span {
    border-left: 1px solid white;
}

.buyer-content:hover:hover .dash-cate-title, .buyer-content:hover:hover .dash-prod-cate b, .buyer-content:hover:hover span.dash-cate-title.my-ct {
    color: white;
}

.label-list {
    margin: 8px 0px;
    padding: 15px 5px;
}

/*#view-anly-chart {
	margin-top: 50px;
}*/

.view-chart-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

#view-anly-chart .view-chart img {
    width: 100%;
}

.search-bar-dash {
    padding: 20px 0px 0px 0px;
}

.search-wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
}

.search-wrap input {
    width: 100%;
    border: 0px;
    padding: 11px 18px;
    border-radius: 22px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

a.search-icon.ui-link {
    position: absolute;
    right: 5px;
    top: 4px;
    background: #bd566a;
    color: white;
    display: inline;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

a.search-icon.ui-link:hover {
    background: #b94259;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
}

.add-bookmark {
    color: #faa61d;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.backtotop {
    display: inline-block;
    position: fixed;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #faa71d;
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 5px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #faa71d;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

div#divFilteredKeyword {
    display: none;
    padding: 5px 15px;
    margin: 5px 5px 0px 5px;
    background: #21c8ec30;
    border-radius: 5px;
}

.recently-add {
    position: relative;
    width: 100%;
    height: 100%;
}

.recently-add:after {
    content: "Newly Added";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -5px;
    width: 140px;
    background: #ffcfd8;
    text-align: center;
    padding: 1px 4px;
    z-index: 2;
    border-radius: 3px;
    /* font-weight: bold; */
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    animation: added 3s;
}

@keyframes added {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

/** chart collapse*/

.chart-buyer-collapse {
    position: relative;
    width: 93%;
    padding: 15px;
    background: white;
    margin: 75px auto 25px auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.chart-collapse-wraper {
    position: relative;
}

.chart-collapse {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 23px;
    z-index: 9999;
}

.expanded:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bd566a;
    position: absolute;
    bottom: -10px;
    right: 50px;
    transition: 0.3s;
}

.chart-collapse a {
    color: black;
    background: white;
    display: block;
    padding: 7px 9px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.active-coll-hover {
    color: white !important;
    background: #bd566a !important;
}

.active-coll-i {
    color: white !important;
}

.chart-collapse a:hover {
    color: white;
    background: #bd566a;
}

.chart-collapse a:hover i {
    color: white;
}

.chart-collapse i {
    margin-left: 10px;
    color: #a5a5a5;
}

/** back to top*/

#return-to-top {
    position: fixed;
    bottom: 55px;
    right: 15px;
    background: #faa71d;
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 9999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 5px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #faa71d;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.chart-tender-wraper {
    position: relative;
}

.chart-tender-wraper .chart-collapse {
    left: -34px;
    top: 15px;
    z-index: 3;
    display: inline-block;
    width: 36px;
    z-index: 3;
}

.chart-tender-wraper.chart-collapse a {
    color: black;
    background: #349ac1;
    display: block;
    padding: 7px 9px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.chart-tender-wraper .chart-collapse i {
    color: #ffffff;
    margin-left: 0px;
}

.chart-tender-wraper .chart-collapse a {
    color: black;
    background: #5eb4c7;
    display: block;
    padding: 7px 9px;
    /* margin: 15px 0px 0px 0px; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.tender-buyer-chart {
    margin: 15px auto 25px auto;
}

.chart-top {
    float: right;
    margin-right: 35px;
    font-weight: bold;
    color: white;
    margin-top: 1px;
    display: none;
}

.floated-filter-text i {
    margin-right: 5px;
}

a.chart-top.ui-link i {
    margin-left: 5px;
}

/** new add category*/

.new-cate-add {
    position: fixed !important;
    scrollbar-width: thin;
    scrollbar-color: #a5233d #ccc;
}

.new-cate-add::-webkit-scrollbar {
    width: 6px;
}

.new-cate-add::-webkit-scrollbar-track {
    background: #ccc;
}

.new-cate-add::-webkit-scrollbar-thumb {
    background: #a5233d;
}

.new-cate-add::-webkit-scrollbar-thumb:hover {
    background: #d94563;
}

/** BUYER REGISTRATION LABEL SCROLL START*/

.regi-login-box .added-label {
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #a5233d #ccc;
}

.regi-login-box .added-label::-webkit-scrollbar {
    width: 6px;
}

.regi-login-box .added-label::-webkit-scrollbar-track {
    background: #ccc;
}

.regi-login-box .added-label::-webkit-scrollbar-thumb {
    background: #a5233d;
}

.regi-login-box .added-label::-webkit-scrollbar-thumb:hover {
    background: #d94563;
}

.append-logo {
    float: left;
    margin-right: 10px;
}

.append-logo img {
    display: block;
    float: left;
    padding: 0px;
    height: 29px;
}

/** BUYER REGISTRATION LABEL SCROLL START*/

.search-wrap .typeahead {
    width: 100%;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    top: 41px !important;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 1px solid #f3f3f3;
}

.prod-search-inpt-active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

div#divFilteredKeyword b {
    /* background: #5eb4c7; */
    padding: 5px 10px;
    border-radius: 4px;
    color: #353535;
    margin-left: 15px;
    position: relative;
}

div#divFilteredKeyword b:After {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #a5243c;
    border-top: 6px solid transparent;
    position: absolute;
    top: 8px;
    left: -7px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.ui-state-active {
    background: #a5233d;
    color: white;
}

/**Datepicker */

/** datepicker common css**/

.daterangepicker .calendar {
    padding: 0px !important;
}

.daterangepicker .ranges {
    padding: 0px;
}

.daterangepicker .ranges button {
    padding: 4px 0px !important;
    width: 78px;
    margin-top: 5px;
}

.daterangepicker.dropdown-menu.opensleft:before {
    content: none;
}

.daterangepicker.opensleft:after {
    content: none;
}

/** datepicker common css**/

.ui-autocomplete {
    scrollbar-width: thin;
    scrollbar-color: #a5233d #ccc;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #ccc;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #a5233d;
}

.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #d94563;
}

/*** TENDER BUYER DASHBOARD BLOGS END HERE**/

/** WIN SERVICE WORTH START**/

.winserviceTender-Wrap {
    margin: 20px 0px;
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #a5233d;
}

.inflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inflex .win-box {
    width: 24%;
    margin: 40px 15px 20px 0;
}

.inflex .win-box:last-child {
    width: 22.50%;
    margin: 40px 0px 20px 0;
}

/* .winserviceTenderR-Wrap {
	margin :20px 0px;
	float: right;
	width: 50%;
	padding-left: 15px;
	border-left: 1px solid #fff;  
} */

.win-box {
    width: 100%;
    background: #f9f9f9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0px 0 20px 0;
    border-radius: 20px 20px 5px 5px;
    margin-top: 35px;
    transition: 0.1s;
}

.win-title img {
    width: 33px;
    margin-top: -6px;
}

.win-box:hover {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.01)
}

.win-box:hover .win-title {
    background: #faa61d;
}

.win-box:hover .timelimit .hrsGlass {
    background: #a5233d;
}

.win-title {
    margin-top: -14px;
    padding: 5px 10px;
    background: #848484;
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 20px 20px 2px 2px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.validityPer {
    text-align: center;
    padding: 1px;
    margin: 5px;
    width: 240px;
    margin: 15px auto;
    position: relative;
}

.validityPer p {
    font-size: 16px;
    color: #575757;
}

.validityPer span {
    font-weight: bold;
    color: #a5233d;
}

.validityPer:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #faa61d;
    height: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.timelimit {
    padding: 10px 10px;
    text-align: center;
    background: #ffffff;
    /* height: 30px; */
    width: 95%;
    margin: 40px auto 0 auto;
    /* background: rebeccapurple; */
    border: 3px dotted #a5a1a1;
    font-size: 16px;
    position: relative;
}

.extime {
    font-weight: 900;
    color: #a5233d;
}

.timelimit .hrsGlass {
    color: #fffefe;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #a5a1a1;
    border-radius: 50%;
}

.timelimit .hrsGlass i {
    animation: hrsGlassAni 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

@keyframes hrsGlassAni {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.winselectPlan {
    text-align: center;
    margin-top: 20px;
}

.winselectPlan input {
    display: inline-block;
    width: 200px;
    margin: 0 auto;
    padding: 0;
    background: rgb(255, 164, 105);
    background: linear-gradient(173deg, rgba(255, 164, 105, 1) 0%, rgba(255, 157, 65, 1) 50%, rgba(237, 196, 27, 1) 100%);
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.winselectPlan input:hover {
    background: linear-gradient(173deg, rgb(247, 56, 95) 0%, rgb(165, 35, 61) 50%, rgb(241, 0, 48) 100%);
    border: none;
}

.winSubtitle {
    padding: 7px 5px;
    background: #a5233d;
    color: white;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.winSubtitle h2 {
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0;
    font-size: 24px;
}

.win-box.highlightDiv {
    border: 1px solid #faa61d
}

.win-box.highlightDiv:hover {
    border: 1px solid #a5233d
}

.win-box.highlightDiv:hover .win-title {
    background: #a5233d;
}

.win-box.highlightDiv .win-title {
    background: #faa61d;
}

/** WIN SERVICE WORTH END**/

/** HOME PAGE SEARCH ADVANCE SELECT START**/

.tenderCateOption {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
}

.tenderCateOption li {
    list-style: none;
    padding: 10px;
    background: white;
}

.tenderCateOption li:hover {
    background: orange;
    color: white;
    cursor: pointer;
}

.select-Op-custom {
    position: relative;
}

.selctedOption-item {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 70px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.searchHome {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background: #a5233d;
    width: 13%;
    height: 70px;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.searchHome:after {
    position: absolute;
    content: "\f0d7";
    font-family: FontAwesome;
    right: 10px;
    top: 25px;
    color: white;
    pointer-events: none;
}

.tender-report-dashboard-wrap .selctedOption-item {
    line-height: 50px;
}

.tender-report-dashboard-wrap .tenderCateOption {
    top: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/** HOME PAGE SEARCH ADVANCE SELECT END**/

.viewT-Tab>li.active>a:focus, .viewT-Tab>li.active>a:hover {
    color: #000 !important;
}

/** BOQ POPUP START**/
a.boq-el {
    position: absolute;
    top: 22px;
    right: 89px;
    padding: 2px 5px 2px 5px;
    background: orange;
    color: #5d0013;
    border-radius: 5px;
}

.boq-wrapper {
    position: absolute;
    width: 310px;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #f7f7f7;
    right: 90px;
    top: 55px;
    display: none;
    z-index: 2;
}

.boq-pop-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 4px 0px;
    margin-top: 15px;
}

.tender-report-dashboard-wrap a.boq-el {
    top: 14px;
}
.innersearhbar .boq-el {
    top: 9px;
}
.innersearhbar .boq-wrapper  {
    top: 36px;
}
/** BOQ POPUP END**/
/** view Bidder ASPS start**/
.tt-bidder {
    margin-top: 10px;
}
.tt-bidder-sticky {
    position: fixed;
    top: 156px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #a5243c;
    z-index: 1;
}  

.tt-banner-wrap .tablepanel {
    margin-bottom: 20px;
}

.bidderpopalign {
    text-align: left;
    background: #e0e0e0;
}

.bidderpopalign th {
    background: #656565;
    color: white;
}

.bidderwise table {
    font-size: 14px;
    background: #f8f8f8 !important;
}

.bidderwise table th {
    background: #a2a2a2;
}

.bidderlinkexcoll i {
    color: #fff;
}

.bidderlinkexcoll {
    float: right;
    width: 20px;
    height: 20px;
    background: #0a0a0a;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
.analysis-title.tt-bidder a {
    margin-left: 10px;
}
/** view Bidder ASPS end**/
    /** Bidder Popup start*/

    .bidderpop {
        width: 1000px;
    }

    .bidderpop .modal-title {
        padding: 30px 40px 30px
    }

    .bidderpopalign {
        text-align: left;
    }
    button#btnBidderAdd img {
        width: 21px;
        height: 15px;
        margin-top: 10px;
    }

    .btnBidder {
        border: none;
        background: none;
    }

        .btnBidder i {
            color: #a5233d;
            font-size: 20px;
            margin-top: 10px;
        }

    td.biderDes i {
        font-size: 15px;
        margin-left: 5px;
    }

    td.biderDes span {
        font-size: 15px !important;
    }

    div#wordtab {
        display: inline-block;
        float: left;
    }

/** Bidder Popup End*/
/** COVID 19  SECTION START**/
.covid-section {
    background: #ebebeb;
    padding: 15px 0px;
}
.covid-wrap {
    width: 730px;
    text-align: center;
    padding: 20px 20px;
    margin: 0 auto;
    color: #5b5b5b;
}
.pointer {
    cursor: pointer;
}
.covid-wrap h2 {
    margin-top: 0px;
    font-weight: bold;
    border-bottom: 2px solid #faa61d;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 15px;
}
.covid-wrap p {
    margin-bottom: 15px;
    font-size: 16px;
}
.covidContact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    background: white;
    border-radius: 50px;
    width: 578px;
    margin: 0 auto;
}
.covid-contactNo {
    margin-right: 10px;
}
.covid-contactNo i {
    font-size: 21px;
    vertical-align: bottom;
}
.covid-contactNo span {
    margin: 0px 6px;
}
/** COVID 19  SECTION END HERE**/
/** for ganesh icon**/
.gnsh-mob {
    display: none;
}
/** for ganesh icon**/
.tenderIcon-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
/** search tender product icon start**/
.tenderIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    margin-right: 10px;
}
.tenderIcon img{
    width: 100%;
    border-radius: 50%;
}
/** search tender product icon end**/

/* SIMILAR KEYWORD START */
.floated-filter-accordion {
    margin-top: 10px;
}
.similarKey-list .floated-keyword-box a {
    margin: 5px 0px 0 7px;
    display: inline-block;
    position: relative;
    padding: 0 0 0 7px;
}
.similarKey-list .floated-keyword-box a:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 8px;    
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #a5233d;
    border-bottom: 3px solid transparent;

}
.floated-filter-scroll.similar-filter-scroll {
    height: 400px;
    max-height: 445px;
}
/* SIMILAR KEYWORD END */
/** WHATSAPP FIXED START**/
a.whatsapp-fixed.ui-link {
    width: 40px;
    height: 40px;
    background: #2ab200;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    position: fixed;
    bottom: 90px;
    left: 5px;
    z-index: 100;
}
.jumbosearch a.whatsapp-fixed.ui-link i {
    font-size: 24px;
    color: #fff !important;
}
/* WHATSAPP FIEX END */

.checkboxGem input{
    height: auto;
    margin-right:10px;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 95%;
    }
    .header {
        margin-top: 40px;
    }
    /** Advance Search start*/
    .advance-home-src ul li {
        width: 13.66% !important;
    }
    .advance-home-src .dueDate-input {
        width: 23.66% !important;
    }
    .advance-home-src ul li.btn-add-count {
        width: 124px !important;
    }
    .advance-home-src .tender-value-search-home {
        width: 240px !important;
    }
    /** Advance Search end*/
    .advance-home-src .dropdown-menu li {
        width: 100% !important;
    }
    .advance-home-src .list-unstyled li {
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    .searchHome {
        width: 17%;
    }
    #TenderResultSearchBox, #TenderSearchBox {
        width: 83%;
    }
    
}

@media screen and (max-width: 1199px) {
    /** FOR BOQ BUTTON **/
    .homesearhbar input[type="text"] {
        padding: 0 80px 0 10px;
    }
    /** FOR BOQ BUTTON **/
    .home-searchby {
        float: none;
    }
    .corri-right {
        float: left;
    }
    .header-toprow-left {
        width: 40%;
    }
    .text-slider span {
        right: -24px;
    }
    .myorder-table table tr th, .myorder-table table tr td {
        padding: 15px 12px;
    }
    .tenderin-subscription .tender-box .closing-date {
        float: none;
    }
    .our-esteemed-horizontal .our-esteemed {
        width: 540px;
    }
    .autosearched-bar ul li .contact {
        padding-left: 0;
    }
    .autosearched-bar ul li .contact:before {
        display: none;
    }
    .phone-number-inner {
        /*position: absolute;
        top: -72px;
        left: 50%;
        margin-left: -180px;*/
    }
    .inner-need-help {
        position: absolute;
        top: -12px;
        right: 65px;
    }
    .listing-tagline {
        margin-left: 0;
        padding-left: 0;
    }
    .listing-tagline:before {
        display: none;
    }
    .list-bidder-div {
        max-width: 579px;
    }
    .inner-floated-input-ul li {
        width: 50%;
        background: #fff;
    }
    .inner-searhbar-floated-div a.btn span {
        display: none;
    }
    .inner-floated-input-ul li:first-child {
        border-radius: 5px 0 0 0;
    }
    .inner-floated-input-ul li:first-child {
        border-bottom: 1px solid #ddd;
    }
    .inner-floated-input-ul li:nth-child(2) {
        border-radius: 0 5px 0 0;
        border-bottom: 1px solid #ddd;
    }
    .inner-floated-input-ul-two li:first-child {
        border-bottom: 0;
        border-radius: 5px 0 0 5px;
    }
    .inner-floated-input-ul-two li:nth-child(2) {
        border-bottom: 0;
        border-radius: 0;
    }
    .inner-floated-input-ul li:nth-child(3) {
        border-radius: 0 0 0 5px;
    }
    .inner-floated-input-ul li:nth-child(4) {
        border-radius: 0 0 5px 0;
    }
    .inner-searhbar-floated-div a.btn {
        top: 0;
        bottom: 0;
        height: 89px;
    }
    .inner-searhbar-floated-div-two a.btn {
        height: auto;
    }
    .inner-searhbar-floated-div a.btn i {
        top: 20px;
        position: relative;
        font-size: 21px;
    }
    .inner-searhbar-floated-div-two a.btn i {
        top: 0;
    }
    .inner-floated-input-ul li .token-input-list {
        border-radius: 0 0 0 5px;
    }
    .inner-floated-input-ul li .token-input-list .token-input-input-token {
        border-bottom: 0;
        margin: 0;
    }
    .clear-link {
        top: 31px;
    }
    .inner-searhbar-floated-div-one-field a.btn {
        height: auto;
    }
    .inner-searhbar-floated-div-one-field a.btn i {
        top: 0;
    }
    .inner-searhbar-floated-div-one-field .clear-link {
        top: 11px;
    }
    .inner-searhbar-floated-div-one-field .inner-floated-input-ul li:first-child {
        border-radius: 5px;
        border: 0;
    }
    .inner-searhbar-floated-div-one-field .inner-floated-input-ul li {
        width: 100%;
    }
    .inner-searhbar-floated-div-one-field li:last-child input[type="text"] {
        padding-right: 85px !important;
    }
    .inner-floated-input-ul {
        padding-right: 65px;
    }
    .inner-contract-value .fa {
        right: 20px;
    }
    .range-block-div-inner li {
        border: 0 !important;
    }
    .trending-recent-search, .home-searchby {
        text-align: center;
    }
    .trending-recent-search span {
        float: none;
        position: relative;
        top: -10px;
    }
    .home-searchby {
        margin-top: 15px;
        padding-right: 0px;
    }
    .home-view-all-tenders {
        text-align: center;
        margin: 0;
        display: block;
        float: none;
        padding-top: 84px;
    }
    .navigation, ul.alt-navigation {
        display: none;
    }
    .contact-info>div {
        padding-top: 0;
    }
    .header-toprow-left {
        width: 42%;
    }
    .header-toprow-right {
        padding-top: 7px;
    }
    .home-register-button {
        margin-top: 60px;
    }
    .cate-box {
        font-size: 17px;
    }
    .process-div:before {
        margin-top: -30px;
    }
    .process-round:before {
        margin-top: 13px;
        margin-right: 45px;
    }
    .csr-content {
        top: 25px
    }
}

@media screen and (max-width: 1140px) {
    /** win worth service start**/
    .winservice-wrap .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .winserviceTender-Wrap {
        border-right: none;
    }
    .inflex .win-box {
        width: 48%;
        margin: 40px 15px 20px 0;
    }
    .inflex .win-box:nth-child(2n+2) {
        width: 48%;
        margin: 40px 0px 20px 0;
    }
    /** win worth service end**/
}

@media screen and (max-width: 1128px) {
    /** Advance Search Start*/
    .advance-home-src ul li {
        width: 80px;
    }
    .tender-ref-inpt {
        width: 80px !important;
    }
    .advance-home-src ul li.btn-add-count {
        width: 80px !important;
    }
    /** Advance Search End*/
}

@media screen and (max-width: 991px) {
    /** for ganesha icon**/
    .gnsh-desk {
        display: none;
    }
    .gnsh-mob {
        display: inline-block;
        margin-right: 10px;
        margin-left: 0px;
    }
    #TenderResultSearchBox, #TenderSearchBox {
        width: 78%;
    }
    .searchHome {
        width: 22%;
    }
    .header {
        margin-top: 40px;
    }
    .header-toprow-left {
        width: 30px;
        height: 30px;
        background: orange;
        text-align: center;
        border-radius: 50%;
        line-height: 30px;
    }
    .header-toprow-left i {
        display: inline-block;
    }
    .support-contact-sec {
        justify-content: center !important;
    }
    .header-links {
        position: relative;
        top: 12px;
    }
    .user-location-before {
        top: -7px;
    }
    /*.login-button, .register-button, .gnsh-beforel {
	margin-top: 18px;
    }*/
    .listing-body table tr td span {
        margin-bottom:10px;
        display: block;
    }
    .listing-body table tr td span:before {
        display: none;
    }
    .closing-date {
        width: 123px;
        margin-left: 0;
        text-align: center;
    }
    .listing-body-left {
        margin-right: 0;
        padding: 10px 10px 0;
    }
    .listing-body-right {
        right: 0px;
        top: -10px;
        padding: 10px 25px 0 5px;
        position: inherit;
    }
    .listing-body-right span {
        padding-right: 10px;
        text-align: right;
        padding-bottom: 0;
    }
    .listing-body-right>div {
        margin-bottom: 0;
    }
    .listing-body a.bid-btn {
        margin-top: -28px;
        position: relative;
    }
    .listing-header {
        padding-left: 18px;
    }
    .listing-footer {
        padding: 10px 19px;
    }
    .filter-text {
        margin-top: 11px;
    }
    .filter-dropdown {
        top: 59px;
    }
    .view-numbers-details>tbody>tr>td {
        display: block;
        padding: 0;
    }
    .view-numbers-details>tbody>tr {
        display: block;
        padding-top: 10px;
    }
    .view-numbers-details tr td label {
        margin-bottom: 0;
    }
    .view-numbers-details tr:first-child td span:last-child {
        padding-bottom: 0;
    }
    .view-numbers-details span {
        display: block;
        padding: 5px 0;
    }
    .view-numbers-details span:before {
        display: none;
    }
    .all-download {
        top: 0;
        left: 0px;
    }
    .view-documents .col-md-8 {
        border: 0;
    }
    .corri-available {
        top: 12px;
    }
    .comment-box {
        padding: 10px;
    }
    .write-comment {
        margin-bottom: 10px;
    }
    .write-comment-box {
        margin: 10px 10px 35px;
    }
    .tv-body-right, .tv-body-left {
        padding: 0 20px 20px;
    }
    .dp-ad {
        float: none;
        margin: 0 auto 20px;
    }
    .tv-body-right {
        width: 260px;
    }
    .tv-body-right .separator {
        width: 260px;
        margin: 40px -20px;
    }
    .tv-body-left .panel-group .panel-heading+.panel-collapse>.list-group, .tv-body-left .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding: 0 15px 15px;
    }
    .corri-left {
        padding-right: 0;
    }
    .corri-right {
        position: inherit;
        top: auto;
        right: auto;
    }
    .tv-body-left .panel-heading a, .tv-body-left .panel-heading a:hover {
        padding: 13px 10px 11px;
    }
    .depa-title b {
        display: block;
    }
    .other-content .owl-dots {
        position: relative;
        top: -45px;
    }
    .copy-link, .copy-link>div {
        width: 100%;
        word-wrap: break-word;
    }
    .copy-link>input.btn {
        margin-left: 0;
        width: 100%;
    }
    .plan-table tr td, .plan-table tr th, .plan-table .title {
        padding: 15px !important;
        font-size: 17px;
    }
    .myorder-table {
        border: 1px solid #ddd;
        margin-bottom: 0;
    }
    .myorder-table table tr th {
        display: none;
    }
    .myorder-table table tr th, .myorder-table table tr td {
        padding: 10px 20px;
        border-top: 0;
    }
    .myorder-table table tr td:first-child {
        border-top: 1px solid #ddd;
    }
    .myorder-table table tr th:first-child, .myorder-table table tr td {
        display: block;
        text-align: left;
    }
    .myorder-table table tr td span {
        display: inline-block;
        padding-bottom: 5px;
        width: 120px;
    }
    .subscription-div.three-plan .col-lg-3 {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .our-esteemed-horizontal .our-esteemed {
        width: 290px;
    }
    .mynetwork-div li {
        width: 50%;
    }
    .phone-number-inner {
        top: -85px;
    }
    .subscription-div .common-box {
        margin-bottom: 20px;
    }
    .price-box {
        font-size: 19px;
    }
    .price-box span.or-text {
        font-size: 17px;
    }
    .price-box>div i:after {
        top: 10px;
    }
    .refund-box {
        height: 95px;
    }
    .expiring-time p {
        font-size: 20px;
    }
    .floated-filter-box>a.title {
        padding: 10px 0;
    }
    /*.floated-filter-icon {
        color: #fff;
        margin: -15px -15px 0;
        background: #a5233d;
        padding: 10px;
        position: fixed;
        width: 100%;
    }*/
    .floated-filter-icon .fa {
        color: #fff;
    }
    /*.floated-filter-accordion {
        margin-top: 30px;
        height:100vh;
        overflow-x: hidden;
    }*/
    .floated-filter {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
        background: #fff;
        width: auto;
        float: none;
        padding: 15px 15px;
        overflow: auto;
        min-height: auto;
        height: 100%;
    }
    .floated-filter-icon .fa-times {
        display: block;
        position: absolute;
        right: 0;
        opacity: 0.5;
        font-size: 15px;
        padding: 15px 20px;
        top: 0px;
        cursor: pointer;
    }
    /*.listing-div .row {
        position: inherit;
    }*/
    /* 
    .tooltip {
        display: none !important;
    } */
    .social-box {
        top: 100px;
        left: 0;
    }
    .ref-social {
        padding: 0px 0px 0px 0px !important;
    }
    .page-header-one {
        padding: 15px;
    }
    .page-header-one h1 {
        margin: 0;
    }
    .page-header-one h1 p {
        margin-bottom: 0;
    }
    .page-header-one h1, .page-header-two h1, .page-header-three h1 {
        text-align: center;
        max-width: 100%;
        font-size: 25px;
    }
    .tv-body-left .panel-heading a b {
        display: block;
        float: left;
    }
    .tv-body-left .panel-heading a span {
        display: block;
        padding-left: 27px;
    }
    .tv-body-left .panel-heading a {
        overflow: hidden;
    }
    .tv-body-left .panel-heading a i.fa-file-text {
        left: 5px;
    }
    .more-less {
        position: absolute;
        right: 15px;
        top: 23px;
    }
    .tagged-by:before {
        display: none;
    }
    .tagged-by span {
        display: inline-block !important;
    }
    .sorting {
        padding: 10px 0 0 0;
    }
    .category-box-inner p a {
        width: 50%;
    }
    .sticky-category-search-cart .category-value, .category-value {
        top: 10px;
    }
    .floated-input-ul li {
        margin-bottom: 10px;
    }
    .sample-mail-alert {
        /*top: 12px;
	padding: 6px 5px 0 15px;
	font-size: 21px;
	color: #888;
	border: 0;
	position: relative;
	margin-top: 0;*/
        font-size: 19px;
        color: #888;
        position: relative;
        margin-top: 18px;
        height: 29px;
        padding: 1px 16px;
    }
    .customer-service {
        position: relative;
        padding: 5px 0 0 0;
        margin-top: 0;
        top: 12px;
    }
    .customer-service a span, .sample-mail-alert span {
        display: none;
    }
    .customer-service a.btn {
        /* color: #888;
	border: 0;
	padding: 0;*/
        color: #888;
        text-align: center;
        height: 29px;
        padding: 0 20px;
        margin-top: 1px;
    }
    .customer-service a.btn i {
        /* position: inherit;
	font-size: 28px;*/
        position: relative;
        font-size: 25px;
        left: 0;
        top: 1px;
    }
    /* 
.page-header-two .table > tbody > tr > td {
	height: 120px;
} */
    .customer-service a.btn-default:focus, .customer-service a.btn-default:hover {
        background: none;
    }
    .sample-mail-alert.btn-default:focus, .sample-mail-alert.btn-default:hover {
        background: none;
        color: #888;
    }
    .need-help-dropdown-outer {
        top: 48px;
        right: -87px;
    }
    .list-bidder-div {
        max-width: 419px;
    }
    .view-all-tenders {
        display: block;
        max-width: 150px;
        margin: 15px auto 0;
    }
    .innersearhbar-two a.btn {
        padding: 12px 15px;
    }
    .customer-service-hover {
        left: -133px;
    }
    .phone-number-inner {
        display: none;
    }
    .menu li .contact-numbers-inmobile {
        display: block;
        width: 100%;
    }
    .header-links a {
        display: none;
    }
    .table-responsive-mobile {
        min-height: .01%;
        overflow-x: auto;
        position: relative;
        z-index: 0;
    }
    .page-header-one, .page-header-one .table>tbody>tr>td, .page-header-two {
        height: auto;
    }
    .page-header-two h1 {
        margin-bottom: 0;
    }
    .tv-div {
        margin-top: 10px;
    }
    .social-box {
        position: initial;
    }
    .common-box {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .intro-btn a {
        display: inline-block;
    }
    .home-searchby {
        text-align: center;
    }
    .home-view-all-tenders {
        margin-top: 10px;
        text-decoration: underline;
        float: none;
        text-align: center;
        display: block;
        padding-top: 82px;
    }
    .header-toprow-left {
        display: block !important;
    }
    .header-toprow-left:hover .contact-info {
        display: block;
    }
    .contact-info {
        width: 390px;
        background: white;
        padding: 15px;
        text-align: center;
        line-height: 25px;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 40px;
        left: 13px;
        z-index: 5;
        display: none;
        border-radius: 8px;
    }
    .header-toprow-right {
        text-align: center;
        padding-top: 0;
    }
    .home-counts {
        font-size: 19px;
    }
    .process-round {
        height: 120px;
        width: 120px;
    }
    .process-round span {
        margin: 28px auto;
    }
    .process-div:before {
        margin-top: -26px;
    }
    .process-round:before {
        margin-top: 2px;
        margin-right: 38px;
    }
    .testimonials-div {
        width: 100%;
    }
    .clients .owl-carousel {
        padding: 0;
    }
    .content-mark {
        top: 10px;
    }
    .buyers-solution {
        top: 8px;
    }
    .faq-content {
        top: 8px;
    }
    /** why tender tiger **/
    .why-box-wrapper .box-1 {
        bottom: 0px;
    }
    .why-box-wrapper .box-3 {
        bottom: 0px;
    }
    .why-box-wrapper .box-7 {
        top: 0px;
    }
    .why-box-wrapper .box-9 {
        top: 0px;
    }
    .why-box-wrapper .why-tender-content:nth-child(4) {
        display: none;
    }
    .why-box-wrapper .why-tender-content:nth-child(6) {
        display: none;
    }
    .why-tender-content {
        height: auto;
        padding: 10px;
    }
    .why-box-wrapper {
        grid-gap: 10px;
    }
    /** csr **/
    .csr-content {
        width: 50%;
    }
    .csr-content p {
        font-size: 16px;
    }
    .service {
        top: 10px;
        margin-top: 0px !important;
    }
    /** business form**/
    .business-form {
        width: 90%;
        margin: 30px auto 0px auto;
    }
    .business-partner {
        top: 8px;
    }
    /** sub Industry**/
    .subIndustry {
        top: 8px;
    }
    .subIndustry ul {
        column-count: 2;
    }
    .subIndustry ul li:first-child {
        margin-top: 0px;
    }
    /** contact page**/
    .contact-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .left-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .left-content br {
        display: none;
    }
    .sitemap {
        top: 8px !important;
    }
    .contact-us {
        top: 8px !important;
    }
    .ref-social {
        width: 100% !important;
    }
    .win-ref-email input#btnsendmail {
        width: 100% !important;
    }
    .win-ref-mob .copy-link input.btn {
        width: 100%;
    }
    .win-ref-email input#txtEmail {
        width: 100% !important;
    }
    .win-ref-mob {
        display: block;
    }
    .win-mob-no {
        width: 100%;
        margin-top: 10px;
    }
    .win-ref-mob .mobile-nmbr-left {
        width: 100%;
        display: flex;
    }
    .win-ref-mob .mobile-nmbr .custom-select {
        width: 70%;
    }
    .win-ref-mob .custom-select+div {
        width: 50%
    }
    .win-ref-mob .custom-select {
        width: 100%;
    }
    .win-ref-mob .mobile-nmbr .custom-select+div {
        width: 30%;
    }
    .win-ref-mob input#ctl00_ContentPlaceHolder1_txtCountryCode {
        width: 100%;
    }
    .win-ref-mob input#btnsendSMS {
        width: 100% !important;
        margin-top: 10px;
    }
    .div-inp-sms {
        display: block !important;
    }
    .win-ref-email input#txtEmail {
        margin: 0px;
    }
    .mobile-nmbr .custom-select+div {
        padding-right: 0px !important;
    }
    .win-ref li.win-ref-email {
        width: 100% !important;
    }
    /** refer***/
    .refer-earn {
        top: 8px;
    }
    .input-referlink {
        display: block;
    }
    .input-referlink input {
        width: 100%;
    }
    .copy-text-link {
        width: 100% !important;
        display: block;
        white-space: pre-wrap;
    }
    .input-referlink .ref-btn {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .input-referlink ul {
        margin-left: 0px;
        margin-top: 10px;
    }
    .mob-input {
        width: 100%;
    }
    .mob-input input {
        width: 98%;
    }
    .input-referlink .copy-text-link {
        line-height: 20px !important;
        padding: 10px 10px;
        word-break: break-word;
        height: auto;
    }
    /** share link page **/
    .sharelinks ul a {
        display: flex;
    }
    .sharelinks.sharepopup {
        right: unset;
        left: 10px;
    }
    .sharepopup:after {
        right: unset;
        left: 13px;
    }
    .sharelinks {
        right: unset;
        left: -50px;
    }
    .sharelinks:after {
        right: 132px;
    }
    /** share link page end**/
    /** tender listing serial start**/
    .tender-listing-serial {
        margin-left: 0px;
    }
    /** tender listing serial Emd**/
    /** dashboard search tt**/
    .input-option-search {
        float: left;
        width: 20%;
    }
    .input-search-tender-result {
        float: left;
        width: 80%;
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    /** ADVANCE SEARCH **/
    .advance-home-src ul li {
        width: 33.33% !important;
        margin-bottom: 5px;
    }
    .advance-home-src .dueDate-input {
        width: 33.33% !important;
    }
    .advance-home-src .reset-all {
        width: 100% !important;
        text-align: center;
    }
    .advance-home-src ul li.btn-add-count {
        width: 33.33% !important;
    }
    /** ADVANCE SEARCH **/
}

@media screen and (max-width: 767px) {
    div.christmas {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .christmas img {
        width: 200px
    }
    /** covid start*/
    .covid-wrap {
        width: 100%;
    }
    .covidContact-wrap {
        width: 100%;
    }
    /** covid end*/
    /** BOQ START**/
    a.boq-el {
        top: 9px !important;
        right: 53px;
    }
    .boq-wrapper {
        right: 48px;
        top: 40px;
    }
    /** win worth service start**/
    .winserviceTender-Wrap {
        padding: 0px !important;
    }
    .inflex .win-box {
        width: 100%;
        margin: 40px 15px 0px 0;
    }
    .inflex .win-box:nth-child(2n+2) {
        width: 100%;
        margin: 40px 0px 0px 0;
    }
    /** win worth service end**/
    /** home page search dropdown start*/
    .tenderCateOption {
        top: 50px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
    .selctedOption-item {
        line-height: 50px;
    }
    /** home page search dropdown End*/
    .static-scroll {
        position: static !important;
        margin-top: 0px !important;
    }
    .header-toprow-left {
        width: 35px;
        height: 35px;
        background: orange;
        text-align: center;
        border-radius: 50%;
        line-height: 35px;
        margin-right: 3px;
    }
    .sample-mail-alert {
        top: 2px;
        padding: 6px 5px 0 15px;
        font-size: 21px;
        color: #888;
        border: 0;
        position: relative;
        margin-top: 0;
    }
    .customer-service {
        position: relative;
        padding: 5px 0 0 0;
        margin-top: 0;
        top: 3px;
    }
    .shreeganesh {
        top: -10px;
    }
    .gnsh-tooltip+.tooltip>.tooltip-inner, .gnsh-tooltip-after+.tooltip>.tooltip-inner {
        width: 300px;
    }
    .btn-hamburger {
        margin-top: 12px;
        margin-right: 3px;
    }
    .homesearhbar input[type="text"] {
        height: 30px;
        font-size: 14px;
    }
    .homesearhbar a.btn {
        padding: 10px 13px;
        font-size: 22px;
    }
    .home-view-all-tenders {
        padding-top: 62px;
    }
    .homesearhbar a.btn span {
        display: none;
    }
    .homesearhbar a.btn img {
        left: auto;
        top: 2px;
    }
    .floated-input-ul li {
        width: 100%;
        padding-right: 0;
    }
    .home-contact {
        font-size: 15px;
        width: 300px;
    }
    .listing-body-right {
        padding-bottom: 40px;
        padding-top: 6px;
    }
    .listing-body a.bid-btn {
        position: absolute;
        bottom: 0;
    }
    .listing-div {
        min-height: 400px;
    }
    .listing-div .nav-tabs {
        display: block;
        overflow: auto;
    }
    .listing-div .nav-tabs li {
        display: table-cell;
        float: none;
    }
    .listing-div .nav-tabs li a {
        white-space: nowrap;
    }
    .innersearhbar a.btn {
        padding: 6px 10px;
    }
    .innersearhbar input[type="text"] {
        padding: 0 110px 0 12px;
        height: inherit;
    }
    .innersearhbar a.btn span {
        display: none;
    }
    .fixed-line {
        display: none !important;
    }
    .filter-text i {
        font-size: 25px;
        margin-top: -3px;
    }
    .filter-text span {
        display: none;
    }
    .filter-dropdown:before {
        right: 6px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -8px;
    }
    .filter-main-in-tabs {
        float: none;
        width: 100%;
        padding: 3px 10px;
        border: 1px solid #e6e7e8;
        border-radius: 4px;
        margin-right: 0;
    }
    .filter-main-in-tabs .filter-text {
        margin-left: 0;
        text-align: center;
    }
    .filter-main-in-tabs .filter-text span {
        display: inline-block;
    }
    .filter-main-in-tabs .filter-text i {
        font-size: inherit;
        margin-top: 0;
    }
    .filter-main-in-tabs .filter-dropdown {
        left: 50%;
        margin-left: -132px;
    }
    .filter-main-in-tabs .filter-dropdown:before {
        left: 50%;
    }
    .filter-applied-filter-row .applied-filter-text {
        margin-top: 12px;
    }
    .filter-applied-filter-row .filter-token {
        margin: 10px 10px 0 0;
    }
    .common-box>div {
        padding: 25px;
        margin: 0 10px;
    }
    .referral-link-icon i.fa.fa-chevron-right {
        position: absolute;
        left: -15px;
        top: 4px;
    }
    .common-box input.btn {
        font-size: 18px;
    }
    .floated-filter-resposive-icon {
        z-index: 999;
        background: rgba(165, 35, 61, 1);
        background: -moz-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(165, 35, 61, 1)), color-stop(100%, rgba(204, 96, 46, 1)));
        background: -webkit-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
        background: linear-gradient(45deg, rgba(165, 35, 61, 1) 0%, rgba(204, 96, 46, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5233d', endColorstr='#cc602e', GradientType=1);
        padding: 17px 17px 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 100px;
        position: fixed;
        right: 10px;
        height: 50px;
        width: 50px;
        bottom: 55px;
        display: block;
    }
    .floated-filter-resposive-icon .fa {
        font-size: 20px;
        color: #fff;
    }
    .tv-body-right, .tv-body-left {
        width: 100%;
        display: block;
        padding: 5px 15px;
    }
    .tv-body-left {
        border: 0;
    }
    .tv-body-right {
        padding-top: 0;
        margin-top: -20px;
        padding-bottom: 0;
    }
    .tv-body-right .separator {
        width: auto;
        margin: 20px auto;
    }
    .tv-body-left .panel-heading a span {
        display: block;
        padding-left: 27px;
    }
    .tv-body-left .panel-heading a {
        overflow: hidden;
    }
    .tv-body-left .panel-heading a b {
        display: block;
        float: left;
    }
    .tv-body-left .panel-heading a i.fa-file-text {
        margin-left: 0;
    }
    .more-less {
        position: absolute;
        right: 15px;
        top: 23px;
    }
    .corrigendum-header i {
        margin-top: 0;
    }
    .comment-box input[type="text"] {
        padding: 0 85px 0 15px;
    }
    .comment-box-inner>div {
        right: 13px;
    }
    .commentman.left span {
        display: block;
    }
    .youmaylike-div {
        margin-top: 40px;
    }
    .post-login-box {
        margin: -5px 0 0 0;
        float: none;
    }
    .referearn-link {
        float: none;
        margin: 0 auto;
        text-align: center;
        background: #f2f2f2;
        padding: 7px;
        margin-top: 15px;
        position: absolute;
        right: 0;
        left: 0;
        top: -34px;
    }
    .header-links {
        margin-top: 0;
        margin-right: 0;
    }
    .page-header-two h1 {
        font-size: 17px;
    }
    .page-header-two .print-btn {
        float: none;
        width: 100px;
        margin: 10px auto;
        display: block;
    }
    .listing-footer .col-md-8, .listing-footer .col-md-4 {
        width: 100%;
        text-align: center;
        clear: both;
        overflow: hidden;
    }
    .no-record {
        padding: 50px 20px;
    }
    .no-record img {
        max-width: 220px;
    }
    .no-record div {
        margin: 30px 0 20px;
    }
    /*.page-header-one h1 {
	font-size: 24px;
	margin: 17px 0 15px;
}*/
    .tender-box {
        padding: 12px 15px;
        min-height: 290px;
        height: 100%;
    }
    .space-div {
        height: 10px;
    }
    .payment-div .radio-div i {
        left: 0;
        white-space: normal;
        display: block;
    }
    /*.text-slider {
            font-size: 19px;
        }*/
    .text-slider {
        font-size: 20px;
        margin-top: 58px;
        margin-bottom: 80px;
    }
    .text-slider b {
        font-size: 20px;
    }
    .text-slider i {
        font-size: 16px;
    }
    .tab-arrow {
        position: absolute;
        right: 0;
        top: -45px;
        z-index: 9;
        background: #a5233d;
        padding: 15px 3px 15px 4px;
        color: #fff;
        border-radius: 0 4px 4px 0;
        opacity: 0.9;
    }
    .tab-arrow i {
        display: block;
    }
    .feedback-div span {
        display: block;
        margin-bottom: 5px;
    }
    .editresend div.left {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .editresend div.right {
        float: left;
        display: block;
    }
    .show-tender .custom-select {
        margin: 0 5px;
    }
    .load-more-btn {
        padding: 3px 9px;
    }
    .social-btn {
        font-size: 16px;
        padding: 14px 30px 12px 0;
    }
    .social-btn span.fa {
        font-size: 25px;
        width: 40px;
        padding: 13px 0 11px 0;
        text-align: center;
    }
    .loginwithsocial>div {
        padding: 20px !important;
    }
    .loginwithsocial .social-btn {
        text-align: left;
        margin: 0 0 20px;
    }
    .or {
        top: -20px;
    }
    .nomember {
        margin: 20px 0 0 0;
    }
    .registration-box .modal-title {
        padding: 30px 15px 5px;
    }
    .registration-box .modal-body {
        padding: 0 15px 15px;
    }
    .login-box .remember-row .text-right {
        text-align: right;
        margin: 0;
    }
    .sharelinks li a {
        padding: 0;
    }
    .buttons-section {
        float: none;
        width: 230px;
        margin: 10px auto 0;
    }
    /*.autosearched-bar {
        padding-bottom: 15px;
    }*/
    .search-result {
        display: block;
        top: 0;
    }
    .autocomplete {
        display: block;
        float: none;
        margin-top: 6px;
    }
    .servererror .common-box input.btn {
        font-size: 18px;
    }
    .payment-options .table>thead>tr>th:first-child, .payment-options .table>tbody>tr>td:first-child {
        background: #f2f2f2;
        position: absolute;
        width: 130px;
        margin: 0;
        padding: 8px;
    }
    .payment-options .table>thead>tr>th:first-child, .payment-options .table>thead>tr>th:last-child {
        height: 76px;
        padding-top: 29px;
    }
    .payment-options .table>thead>tr>th:last-child {
        padding-top: 0;
    }
    .payment-options .table>thead>tr>th:nth-child(2), .payment-options .table>tbody>tr>td:nth-child(2) {
        padding-left: 140px;
    }
    .payment-options .table>thead>tr>th:nth-child(2) {
        white-space: normal;
    }
    .payment-options .table>tbody>tr>td:nth-child(3) {
        padding-left: 8px;
    }
    .view-numbers-details span i, .view-numbers-details table tr td label {
        display: block;
    }
    .listing-gifdiv p {
        margin-top: 20px;
        font-size: 18px;
    }
    .tenderin-subscription .tender-box {
        height: auto;
    }
    .win-ref .mobile-nmbr-left {
        width: 100%;
    }
    .mobile-nmbr-left {
        /*display: table;
        width: 100%;*/
        width: 130px;
    }
    .mobile-nmbr .custom-select {
        width: 100%;
        float: none;
        position: relative;
    }
    /*.mobile-nmbr .custom-select + div {
	padding: 0;
    }*/
    .mobile-nmbr .custom-select+div, .mobile-nmbr .custom-select+div input {
        width: 50px;
    }
    .referral-popup .modal-footer {
        padding-bottom: 20px;
    }
    .referral-popup .modal-body>div b {
        font-size: 30px;
    }
    .referral-popup .modal-body>div span {
        display: block;
        font-size: 24px;
    }
    .earned-referral-history .earned-body {
        padding: 0;
    }
    .earned-referral-history .earned-body.table-responsive {
        border: 0;
        margin: 0;
    }
    .credit-point-history .earned-body {
        padding: 0;
    }
    .credit-point-history .earned-body.table-responsive {
        border: 0;
        margin: 0;
    }
    .referral-li li {
        padding-top: 10px;
    }
    .registration-page-same-html .modal.fade .modal-dialog {
        margin: 30px 15px !important;
    }
    .subscription-li {
        height: auto;
    }
    .subscription-div .col-lg-3 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .subscription-div.two-plan .col-lg-3, .subscription-div.three-plan .col-lg-3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .our-esteemed-horizontal .our-esteemed-title {
        float: none;
        display: block;
        margin: 0 0 10px;
    }
    .our-esteemed-horizontal .our-esteemed {
        width: 100%;
    }
    .our-esteemed-horizontal .poweredby span {
        display: inline-block;
        padding-right: 10px;
        padding-top: 3px;
    }
    /*.our-esteemed-horizontal .our-esteemed-title {
	font-size: 20px;
    }*/
    .esteemed-customer-close {
        top: 15px;
        right: 20px;
    }
    .today-offer-popup .modal-dialog {
        width: auto;
    }
    .need-help-dropdown {
        padding: 15px;
    }
    .advertisement-button {
        clear: both;
        margin-top: 17px;
    }
    .need-help-content {
        margin-top: 30px;
    }
    .need-help-dropdown-outer {
        top: 35px;
        right: -116px;
        width: 265px;
    }
    .need-help-title {
        padding: 10px;
        margin: -15px;
        font-size: 15px;
    }
    .need-help-dropdown:before {
        left: 50%;
        margin-left: -10px;
    }
    /*.call-back-button {
	padding: 2px 17px;
	letter-spacing: 0;
	font-size: 20px;
	height: 33px;
	width: 50px;
}*/
    .call-back-button {
        padding: 2px 17px 2px 14px;
        letter-spacing: 0;
        font-size: 20px;
        height: 33px;
        width: 43px;
    }
    .call-back-button span {
        display: none;
    }
    .advertisement-button {
        padding: 3px 12px;
        letter-spacing: 0;
    }
    .our-esteemed .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 3px 10px;
    }
    .our-esteemed-horizontal .poweredby {
        /*margin: 4px 7px 0 0;*/
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .alert-info-show-count {
        width: 90%;
        top: 18px;
    }
    .autosearched-bar ul li {
        display: block;
        float: left;
    }
    .our-esteemed-horizontal .our-esteemed-title span {
        display: inline;
    }
    .registration-box .modal-title span.popup-maroon-title {
        font-size: 22px;
    }
    .registration-box .modal-title p {
        font-size: 22px;
    }
    .inner-need-help-dropdown-outer {
        width: 300px;
        right: -2px;
    }
    .inner-need-help-dropdown-outer .need-help-dropdown:before {
        margin-left: 120px;
    }
    .mynetwork-div li {
        width: 100%;
    }
    .mynetwork {
        min-height: auto;
    }
    .header-links>a.dashboard-link {
        display: none;
    }
    .inner-callback-icon b {
        display: none;
    }
    .inner-callback-icon i {
        display: block;
        border: 1px solid #c8c8c8;
        color: #faa61d;
        padding: 6px 10px;
        letter-spacing: 0;
        font-size: 20px;
        height: 35px;
        width: 35px;
        border-radius: 100px;
        margin-top: -6px;
    }
    .current-profile {
        margin-left: 0;
    }
    .inner-need-help {
        padding: 0 0 0 15px;
    }
    .phone-number {
        margin-top: 11px;
        padding: 4px 13px;
        height: 38px;
        width: 38px;
        border-radius: 100px;
    }
    .phone-number i {
        font-size: 27px;
        color: #a5233d;
    }
    .registration-box .typeahead.dropdown-menu {
        left: 19px !important;
        right: 19px;
        width: auto;
    }
    .common-box .for-typeahead .typeahead.dropdown-menu {
        right: 19px;
    }
    .price-box {
        min-height: auto;
        font-size: 18px;
    }
    .subscription-div .common-box>div {
        padding: 30px 10px;
    }
    .refund-box {
        height: auto;
    }
    .expiring-time p {
        font-size: 18px;
    }
    /*.need-help {
	clear: both;
    }*/
    .dashboard-searchbox {
        margin-bottom: 10px;
        width: 100%;
        float: none;
        left: 0;
    }
    .tender-calender .form-inline {
        padding: 0 20px;
    }
    .calendar-result {
        margin: 10px 20px 0;
    }
    .phone-number span {
        display: none;
    }
    .tv-body-left-tabs .tab-content {
        padding: 10px;
    }
    .tv-body-left-tabs .nav-tabs>li {
        display: block;
        float: none;
        margin-bottom: 8px;
    }
    .tv-body-left-tabs .nav-tabs>li>a {
        border-radius: 4px;
        border: 1px solid transparent;
    }
    .tv-body-left-tabs .nav-tabs>li.active>a, .tv-body-left-tabs .nav-tabs>li.active>a:focus, .tv-body-left-tabs .nav-tabs>li.active>a:hover {
        border: 1px solid #a5233d;
        color: #a5233d;
    }
    .TenderDetailsScroll.owl-carousel .owl-nav button.owl-prev, .TenderDetailsScroll.owl-carousel .owl-nav button.owl-next {
        padding: 5px !important;
        font-size: 30px;
        height: 50px;
    }
    .TenderDetailsScroll.owl-carousel .owl-nav button.owl-prev span, .TenderDetailsScroll.owl-carousel .owl-nav button.owl-next span {
        top: -6px;
    }
    .youmaylike-div .title span {
        font-size: 23px;
    }
    .TenderDetailsScroll .youmaylike-div .owl-theme .owl-nav .owl-next, .TenderDetailsScroll .youmaylike-div .owl-theme .owl-nav .owl-prev {
        font-size: 34px;
        height: 30px;
        width: 30px;
    }
    .common-form-popup .modal-title {
        padding: 30px 15px 5px;
    }
    .common-form-popup .modal-body {
        padding: 0 15px 15px;
    }
    .common-form-popup input {
        padding: 0 10px;
        height: 40px;
    }
    .registration-box input {
        padding: 0 10px;
        height: 40px;
    }
    .mobile-nmbr select {
        padding: 0 10px 0 6px;
        height: 40px;
        margin-top: 10px;
    }
    .tv-slide-btn a.right, .tv-slide-btn a.left {
        height: 50px;
        width: 25px;
    }
    .tv-slide-btn a.left i.fa {
        left: 7px;
    }
    .tv-slide-btn a.right i.fa {
        left: 8px;
    }
    .sorting li {
        padding: 0px 28px 0 0;
    }
    .sorting li:after {
        right: 9px;
    }
    .sorting li:first-child {
        display: block;
    }
    .login-box .remember-row {
        letter-spacing: 0;
    }
    .remember-row .checkbox-div {
        white-space: nowrap;
        padding-left: 25px;
    }
    .subscribe-btn {
        float: left;
        margin-top: 7px;
    }
    .token-div {
        margin-top: 5px;
    }
    .phone-number a.formobile {
        display: block;
    }
    #demo-wrapper {
        width: auto;
        height: auto;
    }
    #mapBox {
        width: auto;
        float: none;
    }
    #container {
        /*height: 310px;*/
        height: 340px;
    }
    #sideBox {
        float: none;
        width: auto;
        margin-top: 0;
        border-left: none;
        border-top: 1px solid silver;
    }
    #ui-id-1 {
        width: 400px !important;
        height: 300px !important;
    }
    .category-box-inner p a {
        width: 100%;
    }
    .category-search-cart {
        padding-right: 45px;
    }
    .innersearch-two a.clear-button {
        right: 0;
    }
    .category-value {
        margin-bottom: 15px;
        position: initial;
        text-align: center;
        font-size: 14px;
    }
    .innersearhbar-two a.btn span {
        display: none;
    }
    .page-header-three h1 {
        font-size: 17px;
    }
    .category-payment-box-inner {
        padding: 15px;
        width: 290px;
    }
    .category-payment-box {
        top: 96px;
        right: 15px;
    }
    .why-register {
        padding-left: 15px;
        padding-right: 15px;
    }
    .registration-login-page-same-html-close .why-register {
        display: none;
    }
    .registration-login-page-same-html .modal {
        padding: 0;
    }
    .registration-login-page-same-html .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }
    .registration-login-page-same-html .modal-body {
        padding: 0;
    }
    .regi-login-box {
        width: 100%;
    }
    .floated-regi-login-box .remember-row .text-right {
        text-align: right;
        margin: 0;
    }
    .autosearched-bar ul li .contact {
        display: block;
        margin-left: 0;
        float: none !important;
    }
    .innersearhbar {
        margin: 10px 0;
    }
    .innersearhbar .home-view-all-tenders {
        display: none;
    }
    .registration-login-page-same-html .modal-title {
        padding: 0;
        margin-top: 20px;
    }
    .sidefilter {
        display: none;
        z-index: 9999 !important;
        transition: 0s !important;
    }
    .sidefilter-inner {
        transition: 0s !important;
        padding-bottom: 110px;
    }
    .floated-filter-scroll {
        padding-bottom: 110px;
        overflow-y: auto;
        padding-right: 15px;
        /* max-height: initial; */
        height: 100%;
    }
    .floated-filter-icon {
        padding: 10px 15px 10px;
        background: #a5233d;
        color: #fff;
    }
    .filter-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
    }
    .floated-filter-text {
        display: none;
    }
    .sidefilter a.closebtn {
        top: 0;
    }
    .list-bidder-div {
        max-width: 100%;
    }
    .chart-div table tr td:last-child, .chart-div table tr th:last-child {
        text-align: left;
    }
    .why-content {
        padding: 20px 0 0 48px;
    }
    .why-content img {
        width: 35px;
    }
    .why-register {
        /* position: inherit;
	border-radius: 0;
	float: none; */
        display: none !important;
    }
    .registration-login-page-same-html-close .why-register {
        border-radius: 6px 6px 0 0;
    }
    .why-register, .floated-regi-login-box {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .floated-regi-login-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .registration-login-page-same-html-close .floated-regi-login-box {
        padding-left: 15px;
        padding-right: 15px;
        border-top: 0;
        min-height: initial;
        padding-top: 20px;
    }
    .floated-regi-login-box .remember-row {
        margin-left: -10px;
        margin-top: 10px;
    }
    .registration-login-page-same-html .modal-dialog {
        margin-top: -20px;
        margin-bottom: 0;
        width: 100% !important;
    }
    .registration-login-page-same-html .modal-content {
        box-shadow: none;
        border: 0;
    }
    .registration-login-page-same-html-close .modal-dialog {
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: auto !important;
    }
    .registration-login-page-same-html-close {
        margin-top: 10px;
    }
    .copy-link input.btn {
        padding: 10px 20px;
        font-size: 15px;
        width: 100%;
    }
    .analysis-title {
        font-size: 18px;
    }
    .category-box-inner {
        max-height: 100%;
    }
    .cate-excoll {
        display: none;
    }
    .modify-link {
        margin-top: 10px;
        font-size: 20px;
        margin-right: 0;
    }
    .modify-link span {
        display: none;
    }
    .cscart-p-left {
        padding-left: 30px;
    }
    .analysis-buttons {
        text-align: center;
        right: 0;
        top: 0;
        margin-bottom: 15px;
    }
    .search-without-dropdown-inner-page .homesearhbar a.btn {
        padding: 12px 15px 12px 17px;
    }
    .search-without-dropdown-inner-page .homesearhbar input[type="text"] {
        padding: 0px 65px 0 20px;
    }
    .inner-contract-value {
        padding: 10px 16px;
        height: 40px;
    }
    .inner-floated-input-ul li, .inner-contract-value {
        width: 100%;
    }
    .inner-searhbar-floated {
        margin-right: 0;
        background: none;
    }
    .inner-contract-value .fa {
        right: 15px;
        top: 11px;
    }
    .inner-floated-input-ul li:nth-child(3) {
        border-radius: 0;
    }
    .inner-searhbar-floated-div a.btn {
        position: initial;
        right: 0;
        left: 0;
        display: block;
        clear: both;
        height: auto;
        border-radius: 5px;
        padding: 8px 25px 8px 27px;
    }
    .inner-searhbar-floated-div a.btn i {
        top: 0;
    }
    .inner-floated-input-ul li {
        margin-bottom: 5px;
        border-radius: 5px !important;
        border: 0 !important;
    }
    .clear-link {
        position: initial;
        margin: 10px auto 0;
        text-align: center;
    }
    .inner-floated-input-ul li .token-input-list {
        border-radius: 5px;
    }
    .inner-searhbar-floated-div-one-field a.btn {
        margin-top: 5px;
    }
    .inner-searhbar-floated input[type="text"] {
        height: 20px;
    }
    .login-button, .register-button {
        padding: 0;
    }
    .login-button i, .register-button i {
        display: block;
        display: inherit;
        font-size: 19px;
        border-radius: 100px;
        padding: 7px;
        height: 33px;
        width: 33px;
        color: #fff;
    }
    .login-button span, .register-button span {
        display: none;
    }
    .gnsh-beforel {
        margin-right: 9px;
    }
    .sample-mail-alert {
        margin-top: 3px;
        padding: 3px;
        font-size: 20px;
        color: #888;
        height: 36px;
        width: 36px;
        border: 1px solid #dbdbdb;
    }
    .customer-service {
        top: 0;
    }
    .customer-service a.btn {
        padding: 3px;
        font-size: 20px;
        color: #888;
        height: 35px;
        width: 35px;
        border: 1px solid #dbdbdb;
    }
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    .homesearhbar-with-tabs .nav-tabs>li>a {
        padding: 5px 10px;
    }
    .trending-recent-search span {
        display: block;
    }
    .homesearhbar-with-tabs .nav {
        text-align: center;
    }
    .trending-recent-search {
        margin-top: 20px;
    }
    .home-searchby span {
        display: block;
    }
    .need-help-content .form-control {
        height: 40px;
        padding: 10px;
    }
    .need-help-content .btn-primary {
        font-size: 18px;
    }
    .customer-service-hover {
        display: none !important;
    }
    .common-form-popup input.btn, .registration-box input.btn {
        font-size: 18px;
    }
    .post-login-box span {
        margin-bottom: 0;
    }
    .current-profile-inner {
        margin-top: -33px;
        margin-right: 38px;
    }
    .logo a img {
        height: 45px;
        margin-top: 0;
    }
    .profile-text {
        display: none;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .listing-gifdiv span, .listing-gifdiv span b {
        font-size: 18px;
    }
    .listing-body table tr td {
        padding: 5px 8px;
    }
    .listing-body .tab-content .tab-pane .listing-box:hover, .view-numbers-details tr.word-highlight:hover {
        transform: scale(1);
        box-shadow: none;
    }
    .tv-slide-btn a.left {
        left: 0;
        border-radius: 0 4px 4px 0;
    }
    .tv-slide-btn a.right {
        right: 0;
        border-radius: 4px 0 0 4px;
    }
    .youmaylike.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
    }
    .modify-title b {
        font-size: 15px;
        display: block;
        clear: both;
        padding-bottom: 5px;
    }
    .youmaylike-div .owl-stage-outer {
        padding: 15px 0;
    }
    .modify-title {
        text-align: center;
    }
    .modify-title a {
        float: none;
    }
    .modify-div {
        padding: 10px 0;
    }
    .modify-div .table-responsive {
        border-top: 0;
    }
    .modify-select select {
        width: 185px;
    }
    .no-record div {
        font-size: 18px;
    }
    .common-form-popup .modal-title p {
        font-size: 18px;
    }
    .page-header-one h1 {
        font-size: 17px;
    }
    .page-header-one p {
        font-size: 14px;
    }
    .common-box input {
        height: 40px;
    }
    .bidderchart-popup .modal-dialog {
        width: auto;
    }
    .chart-amount {
        text-align: center;
    }
    .introjs-tooltip {
        right: 50px !important;
        top: 60px;
    }
    .introjs-arrow.right {
        left: 42px;
        top: -10px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: auto;
    }
    .social-box li:last-child {
        padding-right: 0;
    }
    .chart-title {
        font-size: 17px;
    }
    table.dataTable thead th, table.dataTable tbody th, table.dataTable tbody td {
        font-size: 14px !important;
    }
    .why-register .why-content:nth-child(2) img, .why-register .why-content:nth-child(4) img, .why-register .why-content:nth-child(5) img {
        width: 30px;
    }
    .myorder-table table tr th, .myorder-table table tr td {
        padding: 5px 10px;
        border-top: 0;
    }
    .myorder-table table tr td a.btn {
        margin-bottom: 5px;
    }
    .create-password a {
        right: 10px;
        top: 6px;
    }
    .inner-floated-input-ul {
        padding-right: 0;
    }
    .our-esteemed .owl-theme .owl-nav {
        display: none;
    }
    .innersearhbar-two input[type="text"] {
        font-size: 14px;
    }
    .mobile-nmbr .custom-select::after {
        right: 10px;
    }
    .tv-body-left-tabs {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .menu li a {
        font-size: 14px;
    }
    .user-profile li.username {
        font-size: 20px;
    }
    .registration-login-page-same-html {
        min-height: initial;
    }
    .small-forms .common-box>div {
        min-height: 500px;
    }
    .intro-showElement .intro-tooltip {
        width: 220px;
    }
    .tender-result-with-dropdown-inner-page .floated-input-ul {
        top: 47px;
    }
    .daterangepicker.dropdown-menu {
        min-width: 87% !important;
        margin: 0 auto !important;
        /* z-index: 9999;
        top: 400px !important;
        right: 0 !important; 
        left: 0 !important; 
        display: block;
        width: 100%;
        bottom: 0; */
    }
    .daterangepicker {
        overflow: auto;
        height: 70%;
    }
    .daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
        float: none !important;
        max-width: 100% !important;
    }
    .daterangepicker-mobile-close {
        position: absolute;
        top: 0px;
        right: 0;
        font-size: 24px;
        padding: 0px 12px;
        background: #fff;
        color: #414042;
        border-radius: 0 0 0 4px;
        height: 35px;
        width: 35px;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    .contact-info {
        display: none;
    }
    .home-counts {
        text-align: center;
        position: relative;
        margin-top: 40px;
    }
    .home-counts .counts.right {
        text-align: center;
    }
    .advance-search-icon {
        top: 11px;
    }
    .jumbosearch {
        height: auto;
    }
    .homesearhbar {
        padding-left: 40px;
    }
    .home-counts .counts {
        padding: 5px;
    }
    .homesearhbar .custom-select select {
        font-size: 14px;
        padding: 0 30px 0 10px;
    }
    .homesearhbar .custom-select:after {
        right: 10px;
    }
    .home-register-button {
        margin-top: 40px;
    }
    .homesearhbar .custom-select {
        width: 37px;
    }
    .cate-box {
        padding: 40px 20px;
        margin-bottom: 15px;
    }
    .more-link {
        margin-top: 0;
    }
    .section-title {
        padding-bottom: 10px;
    }
    .categories, .latest-tender, .our-servies, .features, .our-process, .testimonials, .clients, .free-registration {
        margin: 20px 0;
    }
    .free-registration {
        margin-bottom: 0;
    }
    .latest-tender, .testimonials, .free-registration {
        padding: 20px 0;
    }
    footer {
        padding: 20px 20px 50px 20px;
    }
    .our-servies .tab-content {
        padding: 10px 15px;
    }
    .our-servies .nav-tabs li a {
        width: auto;
    }
    .features .tab-content {
        padding: 10px
    }
    .features .nav-tabs li a {
        font-size: 18px;
        padding: 15px;
    }
    .latest-tender .listing-box {
        margin-left: 7px;
    }
    .latest-tender .mCSB_scrollTools {
        right: 5px;
    }
    .latest-tender .mCSB_inside>.mCSB_container {
        margin-right: 10px;
    }
    .process-round {
        height: 200px;
        width: 200px;
    }
    .process-div-inner {
        float: none;
        width: auto;
    }
    .process-round span {
        margin: 69px auto;
    }
    .process-div:before {
        display: none;
    }
    .process-text {
        margin-bottom: 30px;
        position: relative;
    }
    .process-round:before {
        display: none;
    }
    .process-text:before {
        bottom: 0;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #a5233d;
        position: absolute;
        left: 50%;
        margin-bottom: -24px;
        margin-left: -8px;
    }
    .process-text.last:before {
        display: none;
    }
    .free-registration .why-register {
        display: none;
    }
    .free-registration .floated-regi-login-box {
        padding: 0;
    }
    .free-registration .mobile-nmbr.t-interested {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .free-sample {
        position: initial;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        text-align: center;
        
    }
    .free-sample a {
        margin: 30px 30px 0px 30px;
        border-radius: 4px 4px 0 0;
        background: #faa61d;
        font-size: 20px;
        padding: 10px 20px 8px;
        box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
        color: #5d0013;
    }
    .free-sample:hover a {
        color: #5d0013;
    }
    .covid-sample {
       display: none;
    }
     
 
    /** static page media**/
    .service {
        margin: 10px 0px !important;
    }
    .service-box-content {
        grid-template-columns: 1fr !important;
    }
    .check-marks {
        padding: 20px 45px !important;
    }
    .solution-content {
        padding: 40px 15px !important;
    }
    .content-mark .container {
        padding: 15px !important;
    }
    /** why tender tiger **/
    .why-box-wrapper {
        grid-template-columns: 1fr;
    }
    /** csr **/
    .csr-content {
        width: 100%;
        padding: 20px;
        background: #90d642;
        color: white;
        position: static;
    }
    /** business partner**/
    .verify #vfycode {
        width: 100%;
    }
    /** sub Industry**/
    .subIndustry ul {
        column-count: 1;
    }
    /** sitemap **/
    .sitemap .sitemap-list {
        column-count: 2;
    }
    /** header support contact **/
    .header-toprow-left img {
        width: 20px;
        display: none;
        padding-top: 5px;
        float: right;
        margin-right: 20px;
        cursor: pointer;
    }
    .header-toprow-left:hover .contact-info {
        display: block;
    }
    .support-contact-sec {
        display: flex;
        justify-content: space-between;
    }
    /** footer sticky**/
    .footer-sticky {
        display: block;
    }
    /** contact page**/
    .left-content {
        grid-template-columns: 1fr;
    }
    .contact-us .container {
        padding: 20px;
    }
    .contact-subT {
        font-size: 16px;
    }
    .contact-wrapper h2 {
        font-size: 18px;
    }
    .feedback-div {
        bottom: 44px;
    }
    .win-ref-mob .mobile-nmbr .custom-select {
        width: 70%;
    }
    .win-ref-mob .custom-select+div {
        width: 30%
    }
    .win-ref-mob .custom-select {
        width: 100%;
    }
    .win-ref-mob .mobile-nmbr .custom-select+div {
        width: 30%
    }
    .win-ref-mob input#ctl00_ContentPlaceHolder1_txtCountryCode {
        width: 100%;
    }
    .win-ref-mob select#ctl00_ContentPlaceHolder1_ddlCountry {
        margin-top: 0px;
    }
    /** refer**/
    .number-code-input {
        display: block;
    }
    .mob-input input {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
    .mob-code .custom-select {
        width: 100%;
    }
    .mob-code .custom-select select {
        width: 100%;
    }
    /*blog page**/
    .blog-wrap {
        grid-template-columns: 1fr;
    }
    .blog-page-wrap {
        display: block;
    }
    /** filter datepicker**/
    .filter-date-picker {
        /*  
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	top: 40% !important; */
        width: 90%;
        height: 30% !important;
    }
    .sidefilter-inner .inner-contract-value-dropdown {
        top: 173px !important;
    }
    .sidefilter-inner .inner-contract-value .fa {
        top: 181px !important;
        right: 28px !important;
    }
    /** advance tender search home page*/
    .advance-home-src ul li {
        width: 95% !important;
    }
    .advance-home-src .dueDate-input {
        width: 95% !important;
    }
    .advance-home-src ul li.btn-add-count {
        width: 95% !important;
    }
    .advance-search-date>div {
        width: 50%;
    }
    .advance-search-date>div select {
        width: 100%;
    }
    /* TENDER SEARCH DASHBOARD START */
    .inner-tb-btn {
        padding: 0px 24px !important;
    }
    /* TENDER SEARCH DASHBOARD END */
    /* ADVANCE TENDER SEARCH */
    .advance-home-src .reset-all {
        text-align: center;
    }
    /* ADVANCE TENDER SEARCH */
    .searchHome {
        top: -60px;
        width: 160px;
        height: 50px;
        border-radius: 6px;
        right: 0;
        margin: 0 auto;
    }
    .searchHome:after {
        top: 15px;
    }
    #TenderResultSearchBox, #TenderSearchBox {
        width: 100%;
        border-radius: 5px;
    }
    .homesearhbar-with-tabs .floated-input-ul {
        top: 53px;
    }
    .container.dashboard-wrapper #tabsin {
        padding: 0px 15px;
    }
    .dashboard-searchbox-container {
        margin-top: 55px;
        position: relative;
    }
    .homesearhbar {
        padding-left: 0px;
    }
    .tender-report-dashboard .floated-input-ul {
        top: 45px;
    }
    .tender-report-dashboard-wrap .homesearhbar input[type="text"] {
        height: 40px;
        border-radius: 5px;
    }
    .tender-report-dashboard-wrap .homesearhbar a.btn {
        padding: 3px 13px 3px 13px;
    }
    .tender-report-dashboard-wrap .dashboard-searchbox-container {
        margin-top: 60px;
    }
    /** WIN SERVICE WORTH START**/
    /* .winserviceTender-Wrap  {
        width:100%;
        padding-right: 0;
        border-right: 0;
    }
    .winserviceTenderR-Wrap {
        width:100%;
        padding-left: 0;
        border-left: 0;
    } */
    /** WIN SERVICE WORTH END**/
    .slider-item h1 {
        padding-top: 85px;
    }
}

@media screen and (max-width: 653px) {
    .daterangepicker .ranges {
        width: 98%;
    }
    .daterangepicker_start_input {
        float: none !important;
    }
    .daterangepicker_end_input {
        float: none !important;
    }
    .daterangepicker .calendar {
        max-width: 100% !important;
        float: none !important;
    }
    /** dashboard blog - Task #22876*/
    .buyer-dash-content-wrap {
        grid-template-columns: 1fr;
    }
    /** dashboard blog end - Task #22876*/
    /** dashboard search tt**/
    .input-option-search {
        width: 100%;
        margin: 0 auto 10px auto;
    }
    .input-search-tender-result {
        width: 100%;
        display: flex;
    }
    .tender-report-dashboard-wrap {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 580px) {
    /** COVID -19 PRODUCT START**/
    .covidContact-wrap {
        display: block;
        padding: 10px;
    }
    .covid-contactNo {
        margin: 10px 10px 0px 10px;
    }
    /** COVID -19 PRODUCT END**/
    .slider-item h1 {
        padding-top: 0px;
        font-size: 30px;
    }
    h2 {
        margin-top: 0px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 10px;
    }
    .sharepopup ul li a {
        margin-right: 20px;
        font-size: 30px;
    }
     /** diwali banner start ***/
     .slider-item h1 {
        padding-top: 70px;
    }
    .happy-diwali-animation .left-diwali-img {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        width: 285px;
        margin: 0 auto;
    }
    /** GEM REGISTERTION END**/
     .slider-item h1 {
        padding-top: 70px;
    }

}

@media screen and (max-width: 410px) {
    /** covid start*/
    .covid-wrap {
        padding: 0px;
    }
    .covidContact-wrap {
        padding: 10px;
        border-radius: 6px;
    }
    .covid-contactNo {
        margin: 10px 0px;
    }
    /** covid end*/
    .boq-wrapper {
        position: absolute;
        top: 45px;
        right: 0;
        width: 300px;
    }
    .contact-info {
        width: 240px;
    }
    .daterangepicker {
        height: 68%;
    }
    .inner-tb-btn {
        padding: 0px 19px !important;
        min-width: 92px;
    }
}

@media screen and (max-width: 354px) {
    /** covid 19 product start*/
    .covid-contactNo a {
        font-size: 12px;
    }
    .covid-contactNo i {
        font-size: 16px;
    }
    /** covid 19 product end*/
}

@media print {
    .header, .youmaylike-div, footer, .print-btn {
        display: none;
    }
    .tv-body-left {
        padding: 0 40px 0 0;
    }
    .corrigendum-header {
        padding: 0;
    }
    .corrigendum-body {
        padding: 0;
    }
    .corrigendum+div {
        padding: 0;
    }
    .tv-body-right {
        padding: 0 0 0 40px;
    }
    .tv-body-right h3 {
        margin: 0;
    }
    .doc-group {
        display: none;
    }
}

/** Bidder Popup start*/

.bidderpop {
    width: 1000px;
}

.bidderpop .modal-title {
    padding: 30px 40px 30px
}

.bidderpopalign {
    text-align: left;
}

/** Bidder Popup End*/

/* mx-1306 mi-1200 mx-1199 mx-991 mx-767 mx-653 mx-410 mi-768 */
.christmas a {
    display: inline-block;
}
.christmas {
    position: absolute;
    right: 124px;
    top: 15px;
    z-index: 1;
}
.christmas a img {
    width: 190px;
}

