.main-sec-services .text-box h3{
    color: #2A4759;
font-size: 30px;
font-weight: bold;
margin-bottom: 25px;
}

.main-sec-services .text-box h4{
    color: #2A4759;
font-size: 25px;
font-weight: bold;
margin-bottom: 25px;
}

.logo-text-white{
  color: #fff;
  font-weight: 100;
}
.logo-text-black{
  color: #000 !important;
  font-weight: 100;
}

.swiper-slide {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 325px;
}
/* .accoun-service-title h3 {
    color: #2A4759;
font-size: 30px;
font-weight: bold;
margin-bottom: 25px;
  }
  .accoun-service-title h4 {
    color: #2A4759;
font-size: 20px;
font-weight: bold;
margin-bottom: 25px;
  } */
  /* .accoun-service-title h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 58px;
    color: #2A4759;
    margin-bottom: 40px;
  } */
  .scrollelement{
    padding-top: 200px;
    margin-top: -200px;
  }
 
  /* .account-menu ul li a:before {
    font-weight: 700;
  } */

  .account-menu ul li a.activer {
    font-weight: 700;
    border-bottom: 3px solid #6c808d;
    margin-left: 0;
  }

  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .role-btn a{
      text-align: center;
    }
    .achive-content h2 {
      line-height: 30px;
    }
    .logo-text-white{
      color: #fff;
      font-weight: 100;
      display: flex;
    padding-right: 10px;
    }
    .logo-text-black{
      color: #000 !important;
      font-weight: 100;
      display: flex;
    padding-right: 10px;
    }
    .logo-mobile-view{
      width: 18px;
      padding-right: 1px;
  }
  }

  @media screen and (min-width: 411px) and (max-width: 731px) {
    .logo-text-white{
		color: #fff;
		font-weight: 100;
    display: flex;
    padding-right: 10px;
	}
	.logo-text-black{
		color: #000 !important;
		font-weight: 100;
    display: flex;
    padding-right: 10px;
	}
  .logo-mobile-view{
    width: 18px;
    padding-right: 1px;
}
}
  
@media (min-width: 768px) and (max-width: 991px) {
  .logo-text-white{
  color: #fff;
  font-weight: 100;
  display: flex;
    padding-right: 10px;
}
.logo-text-black{
  color: #000 !important;
  font-weight: 100;
  display: flex;
    padding-right: 10px;
}
.logo-mobile-view{
  width: 18px;
  padding-right: 1px;
}
}