.headercard{
    background: linear-gradient(to bottom, #0D73BB, #094f81);
    color:#fff;
    position: relative;
    padding:25px 0 45px;
    /* min-height:215px; */
}
.headercard::before{
    content:url('../images/landing/banner_left_bg.svg');
    position:absolute;
    left:0px;
    top:0px;
    display:block;
}
@media screen and (max-width: 599px) {
    .headercard{
        min-height:inherit;
        height:auto;
    }
    .headercard::before {
        display: none;
    }
}
.headercard::after{
    content:url('../images/landing/banner_right_bg.svg');
    position:absolute;
    right:0px;
    top:0px;
    display:block;
}
.head-bg{
    position:relative;
    width:100%;
    height:100%;
}
.head-bg::after{
    content:url('../images/landing/right-image.svg');
    position: absolute;
    right: -20%;
    top: -25px;
    display: block;
}
@media screen and (max-width: 1366px) {
    .head-bg::after {
        right: 0;
        top: -25px;
        opacity:0.5;
    }
}   

.tab-heading,
.viewtender-head{
    font-size:28px;
    color:#333333;
    font-family: 'Roboto-bold' !important; 
    text-align: left;
    position:relative;
}
.tab-heading{
    color:#0D73BB;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tab-heading::after,
.viewtender-head:before{
    content: '';
    width: 80px;
    position: absolute;
    border-bottom: 2px solid #333333;
    bottom: -15px;
    left: 0px;
}
.tab-heading::after{
    position:relative;
    height:2px ;
    border-bottom: 0px solid #F58220;
    background:#F58220;
    bottom:inherit;
    left:20px;
    width:50px;
}
.sub-heading{
    font-size:18px !important;
    color:#666666;
    font-family: 'Roboto-Regular' !important;
    text-align: left;
    position:relative;
}

.event-publisher{
    width:100%;
    float:left;
    display:flex;
    position:relative;
    align-items: center;
    justify-content: flex-start;
}
.event-publisher .event-logo{
    width:125px;
    height:125px;
    padding:15px;
    border-radius:5px;
    border:1px solid #E6E6E6;
}
.event-publisher .publisher-name{
    font-size:22px;
    color:#0D73BB;
    font-family: 'Roboto-semibold' !important;
    text-align:left;
    display:block;
    width:calc(100% - 125px);
    padding-left:20px;
}
.event-publisher .event-logo > img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.events-date {
    font-size: 16px;
    color: #fff;
    padding:15px;
    font-family: 'Roboto-Regular' !important;
    text-align: left;
    position: relative;
    background: #0D73BB;
    height:auto;
    float:left;
    width:100%;
    border-radius:4px;
}
.dividers::after,
.events-date .dividers::after{
    content: '';
    width:1px;
    height: 100%;
    background:none;
    position:absolute;
    top: 0px;
    right: 0;
    border-right:1px solid #BCBCBC;
    /* transform: translateX(-50%); */

}

@media screen and (max-width: 768px) {
    .head-bg::after {
        right: 0;
        top: -25px;
        opacity:0.5;
    }
}
/* eTENDER & eAUCTION LISTING CARD DESIGN STYLE START HERE */
.etendercard{
    background: #f9f9f9;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding:0;
    margin-bottom: 20px;
    width:100%;
    position:relative;
    font-size: 18px;
    font-family: 'Roboto-Regular' !important;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.etendercard:hover{
    background:#f1f9fe;
}
.etendercard h1{
    font-family: 'Roboto-SemiBold' !important;
    font-size:18px;
    color:#333333;
}

.etendercard .cardfooter,
.etendercard .cardbody{
    padding:15px;
    width:100%;
    float:left;
    position:relative;
    border-bottom:1px solid #E6E6E6;
}
.etendercard .cardfooter{
    border-bottom:0px;
}
.etendercard .btn{
    width:auto;
    padding:8px 15px;
    border-radius: 4px; 
    font-size: 16px;
    color: #000;
    border:1px solid #E6E6E6;
    margin-right:10px;
}
.etendercard .btn.btn-large{
    padding:12px 25px;
    font-size:18px;
}
.etendercard .btn:last-child{
    margin-right:0px;
}
.etendercard .btn.white{
    background: #fff;
    color: #0D73BB;
    border: 1px solid #0D73BB;
}
.etendercard .btn.bgiorange{
    background:#F58220;
    color: #fff;
    border: 1px solid #F58220;
    font-family: 'Roboto-SemiBold' !important;
}
.etendercard .btn.bgiblue{
    background: #0D73BB;
    color: #fff;
    border: 1px solid #0D73BB;
}
.tab-content{
    width:100%;
    float:left;
    position:relative;
    padding:25px 0;
}
/* LATEST eTENDER & eAUCTION TAB STYLE START HERE */
.nav-tabs.eventtab{
        border-bottom: 0px solid #ddd;
}
.nav-tabs.eventtab>li>a{
    font-size:18px;
    color:#666666;
    padding:10px 12px;
    font-family: 'Roboto-Medium' !important;
    border:0px solid #fff;
}
.nav-tabs.eventtab>li>a:hover{
    background:#fff;
    color: #333333;
}
.nav-tabs.eventtab>li.active>a, 
.nav-tabs.eventtab>li.active>a:focus, 
.nav-tabs.eventtab>li.active>a:hover{
    color: #333333;
    cursor: default;
    background-color: #fff;
    border:0px solid #fff;
    border-bottom: 2px solid #F58220;
}
/* VIEW ALL eTENDER & eAUCTION TAB STYLE START HERE */
.nav-tabs.eventdtlstab{
    border-bottom: 0px solid #ddd;
    margin-left:-10px;
    margin-right:-10px;

}
.nav-tabs.eventdtlstab>li{
    padding-left:10px;
    padding-right:10px;
}
.nav-tabs.eventdtlstab>li>a{
    font-size:18px;
    color:#666666;
    padding:10px 20px;
    font-family: 'Roboto-Regular' !important;
    border:1px solid #e9e9e9;
    margin:0;
    border-radius:4px;
}
@media screen and (max-width:1366px){
    .nav-tabs.eventdtlstab>li{
        margin-bottom:10px;
        padding-right:5px;
    }
    .nav-tabs.eventdtlstab>li>a{
        padding:10px 10px;
    }
}
.nav-tabs.eventdtlstab>li>a:hover{
    background:#fff;
    color: #333333;
}
.nav-tabs.eventdtlstab>li.active>a, 
.nav-tabs.eventdtlstab>li.active>a:focus, 
.nav-tabs.eventdtlstab>li.active>a:hover{
    color: #fff;
    cursor: default;
    background-color:#F58220;
    border:0px solid #fff;
    border-bottom: 2px solid #F58220;
}
@media screen and (max-width:599px) {
    .nav-tabs.eventdtlstab>li,    
    .nav-tabs.eventdtlstab>li>a{
        width:100%;
    }
}
.cardbox {
    border: 0px solid #eee;
    border-radius: 4px;
    padding:0;
    width: 100%;
    float: left;
    position:relative;
    margin-bottom: 30px;
    background:#fff;
    box-shadow:0 0px 5px 0px rgba(0,0,0,0.15);
}
.cardbox .cardbox-header {
    font-size: 18px;
    color:#0D73BB;
    font-family: 'Roboto-SemiBold' !important;
    padding: 10px 15px;
    border-bottom: 1px solid #e9e9e9;
}
.cardbox .cardbox-content {
    padding: 15px;
    font-size:16px;
    width:100%;
    float:left;
    position:relative;
    font-family: 'Roboto-Regular' !important;
}
.cardbox .cardbox-footer{
    padding: 10px 15px;
    float:left;
    width:100%;
    position:relative;
    border-top: 1px solid #e9e9e9;
}
.cardbox .cardbox-footer i.fa-envelope {
    color: #F58220;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 
.cardbox .cardbox-content .contper-thumb{
    width:100px;
    height:100px;
    padding:15px;
    border-radius:50%;
    background:#F3F3F3;
    border:1px solid #E6E6E6;
} */
.cardbox .cardbox-content .contper-name{
    color:#0D73BB;
    font-family: 'Roboto-Regular' !important;
    text-align:left;
    display:block;
    width:100%;
    padding-left:15px;
}
.cardbox .cardbox-content .contper-thumb > img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.searchfiled .form-group .form-control{
    height:42px;
    padding:10px 15px;
} 

/* PAGINATION STYLE START HERE */
.pagination-wrapper{
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    margin: 0;
}
.pagination-wrapper ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    list-style:none;
}
.pagination-wrapper ul li {
    width:auto;
    display:flex;
    padding:0;
    position:relative;
    margin-right:8px;
    border: 0px solid #eee;
    border-radius: 4px;
}
.pagination-wrapper ul li span,
.pagination-wrapper ul li a {
    width:auto;
    display:flex;
    padding:8px 10px;
    position:relative;
    color:#A4A4A4;
    font-size:16px;
    font-family: 'Roboto-Regular' !important;
    border:1px solid #A4A4A4;
    border-radius: 4px;
}
.pagination-wrapper ul li.active a {
    color:#0D73BB;
    border:1px solid #0D73BB;
    background: #fff;
}
.pagination-wrapper ul li.prev a,
.pagination-wrapper ul li.next a {
    background:#0D73BB;
    color:#fff;
    font-size:20px;
    padding: 5px 15px;
    border:1px solid #0D73BB;
}
.pagination-wrapper ul li.prev.disabled span{
    background:#A4A4A4;
    color:#333;
    padding: 5px 15px;
    font-size:20px;
    border:1px solid #A4A4A4;
}
@media screen and (max-width:599px){
    .pagination-wrapper ul li span,
    .pagination-wrapper ul li a {
        padding: 5px 8px;
        font-size: 14px;
    }
    .pagination-wrapper ul li {
        margin-right:5px;
    }
    .pagination-wrapper ul li.prev a, 
    .pagination-wrapper ul li.next a,
    .pagination-wrapper ul li.prev.disabled span{
        padding: 1px 10px;
    }
}