.marque-currency-wrapper {
    overflow: hidden;
    background: #fff;
/*     padding: 10px 0; */
/*     border: 1px solid #eee; */
  }
  
  .marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }

.marquee-content {
    display: flex;
    animation: scroll-left 150s linear infinite;
    white-space: nowrap;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}


  
/*   .marquee-content {
    display: flex;
    animation: scroll-left 60s linear infinite;
    gap: 80px;
  } */

  .two-marque {
    margin-left: 50px;
}
  
/*   @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  } */
  
  .marque-item {
    display: flex;
    align-items: center;
    padding: 5px 40px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }
  
  .flag-icon {
    width: 40px;
    height: 30px;
    object-fit: cover;
    border: 1px solid #ccc;
  }
  
  .rate-boxes {
    display: flex;
    flex-direction: row;
    gap: 35px;
  }
  
  .rate-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .rate-label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
  }
  
  .rate-value {
    font-size: 16px;
    font-weight: 600;
    color: #0073aa;
  }

/* 	.flag-currency img{
		border: 1px solid #fff;
	} */

	.flag-currency img {
    border: 1px solid #fff !important;
		height: 13px !important;
		width: 22px;
		object-fit: cover;
}











.marque-item{
	display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
	justify-content: center;
	gap: 7px;
	background: #076DBA;
    border-radius: 6px;
    margin: 0 10px;
    padding: 6px 8px;
    padding-right: 19px;
}

.rate-label {
    font-family: 'Poppins';
    font-size: 10px;
    font-weight: 500;
	color: #C0DAEC;
	line-height: 12px;
}
  
.rate-value {
    font-family: 'Poppins' !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
	line-height: 14px;
}

span.currency-name {
    font-family: 'Poppins';
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
}

.flag-currency {
    display: flex;
    align-items: center;
    gap: 6px;
}

@media(max-width: 580px)
{
	span.currency-name{
		font-size: 7px;
	}
	
	.rate-label{
		font-size: 6px !important;
	}
	
	.rate-value{
		font-size: 7px !important;
	}
	
	.flag-currency{
		width: 30%;
	}
	
	.flag-currency img {
		height: 7px !important;
		width: 11px;
		object-fit: cover;
}
		
  .rate-boxes {
    	gap: 15px;	
  }
	
	.marque-item
	{
		gap: 5px !important;
		margin: 0 5px !important;
	}

}
