*{
    margin:0px;
    padding: 0px;
    
}
a, table {
      Color: #0000FF;
    font-family: FuturaPT-Book; 
}
.fact_bidtable thead th {
    position: sticky !important;
    top: 0 !important;
}
 .container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
header{
    padding: 13px 0px;
}
.header-logos ul {
    display: flex;
}
nav.header-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.fect_logo img {
    width: 100%;
    max-width: 200px;
}
.header-logos ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    gap: 5px;
}
.wrapper_logo img {
    width: 26px ;
    margin-top: 4px;
}
.header-logos ul li {
    list-style: none;
    border: 1px solid transparent;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.header-logos ul li:hover {
    background-color: white;
    transition: 0.3s;
}
/*******banner************/
.fact_banerr {
    padding: 20px 0px 40px;
    text-align: left;
    width: 100%;
}
.factbid_wrap h1 {
    text-align: left;
}
.img_fact{
    display: none;
}
h1 {
    font-size: 32px;
    font-family: Gotham-Medium;
    font-weight: 400;
    line-height: 44px;
    color: #111;
    text-transform: capitalize;
}
 p {
    font-size: 16px;
    line-height: 28px;
    font-family: FuturaPT-Book;
    margin-top: 20px;
}
button.fact-bannerbtn a{
    background: #628aec;
    width: fit-content;
    max-width: 330px;
    height: fit-content;
    min-height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    font-family: FuturaPT-Book;
    border-radius: 5px;
    border: 1px solid #628aec;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
button.fact-bannerbtn a:hover{
    background: transparent;
    border: 1px solid #628aec;
    color: #628aec;
}
button.fact-bannerbtn {
    border: 0px;
    margin-top: 40px;
    background-color: transparent;
}

/*******factbid_wrapsec******/

.fact_bidtable table {
  width: 100%;
  text-align: center;
  border-collapse: separate; /* Don't collapse */
  border-spacing: 0;
}

.fact_bidtable table th {
    border-bottom: 2px solid;
    border-right: 2px solid #ddd;
}

/*.fact_bidtable table td {
  border-bottom: 2px solid;
  border-right: 2px solid;
}*/

.fact_bidtable table thead th:first-child {
    border-left: 2px solid;
}
.fact_bidtable table tbody th:last-child {
    border-right: 0px;
}
.bidswrap table thead tr th:last-child {
    border-color: #000;
}
.bidswrap table tbody tr td {
    border-bottom: 2px solid #000;
}
.bidswrap table tbody td {
    border-right: 2px solid #ddd;
}
.bidswrap table tbody td:last-child {
    border-right: 0px;
}
:root p.bottom-text {
    text-align: left;
    margin: 0px !important;
}
.fact_bidtable table thead th {
    position: sticky;
    top: 0;
    background-color: #ffffff;
}
.fact_bidtable table thead tr th {
    border-top: 2px solid #000;
}
.heading-row{
    position: sticky;
    top: 0;
}
.factbid_wrap {
    text-align: center;
}
.fact_bidtable table {
    font-family: FuturaPT-Book;
    color: #111;
    width: 100%;
    max-width: 970px;
}

.fact_bidtable td, .fact_bidtable th {
    text-align: left;
    padding: 10px;
}

.fact_bidtable {
    padding-top: 25px;
}
.fact_bidtable td h2 {
    font-family: FuturaPT-Book;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    padding: 10px 0px 0px;
    text-transform: capitalize;
}
.fact_bidtable th, .bidswrap table tr td {
    font-size: 16px;
    font-family: FuturaPT-Book;
    font-weight: 400;
}
.fact_bidtable p {
    font-size: 16px;
    line-height: 28px;
    font-family: FuturaPT-Book;
    margin-top: 10px;
    margin-bottom: 10px;
}
::-webkit-scrollbar-track {
    background: #e9e9e9;
}
::-webkit-scrollbar-thumb {
    background: #d5d5d5;
}
::-webkit-scrollbar {
    height: 9px;
}
.fact_bidtable th {
    background: #ffffff;
    white-space: pre;
}
.fact_bidtable table thead th:nth-child(5) {
    border-right: 2px solid #000;
}
/*******bidwrapper**********/
.bidswrapper p {
    padding: 20px 0px;
    margin-top: 0px;
}
.bidswrap table {
    width: 100%;
    max-width: 630px;
}
.bidswrap table tbody tr>td:nth-child(3) {
    font-weight: 700;
}
.bid-bid {
    font-family: 'FuturaPT-Book';
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.bid-bid span {
	background-color: #ecf0f3;
    font-size: 24px;
    line-height: 26px;
}
.claimwrap table {
    width: 100%;
    max-width: 450px;
}


/*****footer****/
.fact_qa {
    padding: 20px 0px 40px;
    text-align: left;
    width: 100%;
	background-color: #ecf0f3  !important;
}

/*****footer****/
p.footer-text {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
}
@media (max-width:1440px){
    .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
}
@media (max-width:1024px){
    .container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
}
@media (max-width:991px){
:root .fact_banerr>div:nth-child(1) {
    width: 100%;
}
:root .fact_banerr .img_fact {
    width: 100%;
}
}
@media (max-width:767px){
:root .fact_banerr {
    padding: 20px 0px 40px;
}
:root p.footer-text {
    margin-top: 0px;
    font-size: 8px;
    line-height: 18px;
}
:root .fect_logo img {
    width: 100%;
    max-width: 120px;
}
.fact_bidtable td h2 {
    font-size: 18px;
}
:root .header-logos ul li {
    width: 30px;
    height: 30px;
}
:root .wrapper_logo img {
    width: 20px;
    margin-top: 4px;
}
:root .bid-bid {
    flex-direction: column;
    padding-bottom: 0px;
}
:root .bid-bid span {
    font-size: 12px;
    line-height: 24px;
}
:root .container {
    width: 100%;
    max-width: 600px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
:root .fact_bidtable td, :root .fact_bidtable th {
    padding: 6px;
} 

:root .fact_bidtable th, .bidswrap table tr td {
    font-size: 12px;
}
:root h1 {
    font-size: 28px;
    line-height: 40px;
}
:root p {
    font-size: 14px;
    line-height: 26px;
    font-family: FuturaPT-Book;
    margin-bottom: 10px;
}
}

.thumbnail-link {
  width: auto;
  height: 20px;
}