@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800);

body {
  font-family: 'Poppins', sans-serif !important;
  --bs-body-font-family: 'Poppins'!important;
  --bs-font-sans-serif:sans-serif !important;
}


.u-btn-money-gradient-v1 {
  color: #fff;
  background: linear-gradient(to right, #A1CB48 0%, #21A5AC 100%) !important;
  /*  background: linear-gradient(to right, #f34769 0%, #fd910e 100%) !important; */  
}

.u-btn-money-gradient-v1:hover, .u-btn-money-gradient-v1:focus, .u-btn-money-gradient-v1.active {
  opacity: .9;
  color: #fff;
}

@media (min-width: 1200px){		
	.hidden-lg{display:none!important}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-md{display:none!important}
}
@media (min-width:768px) and (max-width:991px){	
	.hidden-sm{display:none!important}		
}
@media (max-width: 767px) {	
	.hidden-xs{display:none!important}
}


.custom-footer{
	position: relative;
    z-index: 10;
}

/*menu change*/
/* Initial state - text white */
.u-header__section {
  color: white;
}

/* Scroll state - override to black */
.custom-headermenucolor-scroll {
  background-color: #ffffff !important;
  color: black !important;
  box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
}

/* Optionally handle links inside header */
.u-header__section a {
  color: white;
  transition: color 0.3s ease;
}

.custom-headermenucolor-scroll a {
  color: black !important;
}

.custom-headermenu-mobile-boxshadow{
	box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
}	

/* .u-header__section .nav-link {
  color: white;
}

.custom-headermenucolor-scroll .nav-link {
  color: black !important;
} */

/*menu change*/

.mytmoneymenuitem:hover{
	color: #fff;
	border-bottom: 3px solid #fff;
	height: 35px;
}	

.mytmoneymenuitem.active {
    height: 35px;
}