.banner{
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/chooseban.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.banner h1{
	font-style: normal;
	font-weight: 800;
	font-size: 70px;
	line-height: 100px;
	text-align: center;
	color: #FFFFFF !important;
}

.wt{
	color: #fff;
}
h2{
	font-weight: 600;
	font-size: 50px;
	line-height: 64px;
}

.f6{
	font-weight: 600;
}
.b-box{
	background: #E9EFF9;
	border-radius: 10px;
	padding: 30px;
    height: 100%;
}
.shad {
    box-shadow: 0px 0px 10px 0px #e7e7e7;
    border-radius: 20px;
    background: #fff;
    margin: 15px;
}
.expert{
	position: relative;
}
.expert img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.expert .cont{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 10px 20px;
}
.bt {
    color: #2272FF;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border:none;} 
    .client-testimonial .drop-shadow {
  -webkit-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  -moz-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  -o-filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2));
  filter: drop-shadow(0px 15px 50px rgba(2, 173, 136, 0.2)); }

.client-testimonial .client-nav .nav-item {
  position: absolute;
  z-index: 5;
  width: 10.5rem; }
  .client-testimonial .client-nav .nav-item:nth-child(1) {
    top: 2.5rem;
    right: 16%;
    width: 7rem; }
  .client-testimonial .client-nav .nav-item:nth-child(2) {
    bottom: 3rem;
    right: 0; }
    @media (min-width: 1281px) {
      .client-testimonial .client-nav .nav-item:nth-child(2) {
        right: -3rem; } }
  .client-testimonial .client-nav .nav-item:nth-child(3) {
    bottom: 9rem;
    left: 4%; }
  .client-testimonial .client-nav .nav-item:nth-child(4) {
    top: -2rem;
    left: 0;
    width: 7rem; }
    .client-testimonial .client-nav .nav-item:nth-child(6) {
    top: -2rem;
    left: 0;
    width: 7rem; }
    .client-testimonial .client-nav .nav-item:nth-child(7) {
    top: 9rem;
    right: 7%;
    width: 7rem; }
    .client-testimonial .client-nav .nav-item:nth-child(8) {
    top: -6rem;
    left: 30%;
    width: 7rem; }
    @media (min-width: 1281px) {
      .client-testimonial .client-nav .nav-item:nth-child(4) {
        left: 14%; } }
  .client-testimonial .client-nav .nav-item:nth-child(5) {
    top: -9rem;
    right: 0;
    width: 7rem; }
    @media (min-width: 1281px) {
      .client-testimonial .client-nav .nav-item:nth-child(5) {
        right: 13.5rem; } }
  @media (max-width: 767.98px) {
    .client-testimonial .client-nav .nav-item {
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
      right: inherit;
      width: 7rem !important; } }

.client-testimonial .tab-content .fade {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

.client-testimonial .tab-content .client-thumb {
  width: 10.5rem; }

.client-testimonial .tab-content .client-desc {
  -webkit-box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.06);
  box-shadow: 0px 15px 50px 0px rgb(115 115 115 / 16%);
  min-height: 21rem;
  padding: 2rem; }
  .client-testimonial .tab-content .client-desc h6 {
    font-size: 1.3rem; }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .section-ptb, .section-pt, .section-pb {
      padding-top: 8rem;
      padding-bottom: 8rem; } }
        @media(max-width: 1500px){
  	.shad{
  		max-width: 100px;
  	}
    p {
    font-size: 16px;
    line-height: 30px;
}
  }
  @media(max-width: 1500px){
    .banner{
      min-height: 70vh;
    }
  }
  @media(max-width: 1320px){
  	.shad{
  		max-width: 80px;
  	}
  }
  @media (max-width: 767.98px) {
    .section-ptb, .section-pt, .section-pb {
      padding-top: 6rem;
      padding-bottom: 6rem; } 

      .banner{
      	min-height: 100vh;
      }
      .banner h1{
      	font-size: 39px;
    line-height: 50px;
      }
      h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
p {
    font-size: 15px;
    line-height: 27px;
}
.client-testimonial .tab-content .client-desc{
	padding: 1rem;
}
.shad {
        max-width: 74px;
        margin: 10px;
    }
  }
      hr.line {
  margin: 0;
  border-color: #1c223a;
  border-width: 1px;
  width: 4.5rem; }
  hr.line.line-sm {
    width: 8.6rem;
}
hr.line.bw-2 {
    border-width: 2px;
}
.mb-5 {
    margin-bottom: 0.5rem !important;
}
.mb-80 {
  margin-bottom: 8rem !important; }
  .mb-20 {
  margin-bottom: 2rem !important; }
  .mb-25 {
  margin-bottom: 2.5rem !important; }
img {
  max-width: 100%; }

