@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.testimonial_inner .client_logo_slider .img img {
    width: auto;
}
.testimonial_inner .client_logo_slider .img
{
   border-radius: 8px; 
   padding: 1px;
}
.page_wrapper
{
    overflow-y: hidden;
}
.videowh1
{
    width:100%;
    height:500px;
}
input {
  color-scheme: dark;
}

.MyTab .nav-pills .nav-link {
  background: 0 0;
  border:1px solid #efefef;
  border-radius: .25rem;
  line-height: 20px;
  font-weight: 700;
  font-size: .85rem;
  color:#000;
  padding: .5rem .85rem;
}

/*.MyTab .nav-pills .nav-link {*/
/*  background: 0 0;*/
/*  border: 0;*/
/*  border-radius: .25rem;*/
/*  line-height: 20px;*/
/*  font-weight: 700;*/
/*}*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #bf1f26 !important;
}

.iphexMyTab .nav-pills .nav-link {
  background: 0 0;
  border:1px solid #efefef;
  border-radius: 13px;
  line-height: 20px;
  font-weight: 700;
  font-size: .85rem;
  color:#000;
  padding:1px;
  margin: 0 2px;
}
.iphexMyTab .nav-pills .nav-link.active, .iphexMyTab .nav-pills .show > .nav-link {
  color: #fff !important;
  border:1px solid #bf1f26;
  background-color:transparent !important;
}


.team .member {
  border: 1px solid #cccccc90;
  text-align: center;
  margin-bottom: 20px;
}
.team .member img {
  margin: -0px -0px 20px;
}
.team .member .member-content {
  padding: 0px 10px 20px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
}
.team .member .social {
  margin-top: 15px;
}
team .member .social a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  transition: 0.3s;
}
.team .member .social a:hover {
  color: var(--accent-color);
}

.leaderboardList .Listbody .list-group-item {
    padding: 7px 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.55);
}
.leaderboardList .Listhead .list-group-item {
    padding: 5px 10px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 500;
}
.leaderboardList .Listhead .list-group-item {
    color: #000;
}
@media screen and (max-width:991px) and (min-width:768px) { 
.videowh1
{
    height:400px;
}
}

@media screen and (max-width:767px) and (min-width:568px) {
.videowh1
{
    height:300px;
}
}

@media screen and (max-width:567px) and (min-width:398px) {
.videowh1
{
    height:auto;
}
}

@media screen and (max-width:397px) and (min-width:160px) {
.videowh1
{
    height:auto;
}
}

