.size-1 {
  height: 80px!important;

}

.text-1 {
  font-size: 28px!important;
}

.text-2 {
  font-size: 23px!important;
}

.testimonial-area {
  padding-bottom: 80px!important;
  padding-top: 50px!important;
}

.special-row {
  display: flex;
  flex-wrap: wrap;
}

.one-fourth-col {
  flex: 1;
  margin: 0 1%;
}


.nav-pill-main-div {
  position: relative;
  border-radius: 20px;
  box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
  height: 100%;
}
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
 ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s ease all;
   width: 350%;
}
ul.tabs li.current{
  color: #222;
  transition: 0.3s ease all;
}
ul.tabs li.current span{
  color: #1AA8E2;
  transition: 0.3s ease all;
}
.tab-content{
  display: none;
  padding: 15px;
  transition: 0.3s ease all;
}
.tab-content.current{
  display: inherit;
  transition: 0.3s ease all;
}


/*------ease effect------*/
.nav-justified > li { 
  float: none; 
}
.nav-justified > li span { 
  width: 100%; 
}
.customize_solution .nav-justified > li {
    float: none;
}
.customize_solution span.ease-effect { 
  text-decoration: none; 
  -webkit-transition: 0.3s all ease; 
  transition: 0.3s ease all; 
}
.customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus,.customize_solution ul.tabs li.current span:hover,.customize_solution ul.tabs li.current span:focus { 
  background-color: #b69d74;
  color: #FFF; 
  transition: 0.3s ease all; 
}
.customize_solution span.ease-effect { 
  letter-spacing: 2px; 
  text-transform: uppercase; 
  display: inline-block; 
  text-align: center; 
  font-weight: bold; 
  padding: 14px 0px; 
  border-top-right-radius: 2px; 
  border-top-left-radius: 2px; 
  position: relative; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
}
.customize_solution .ease-effect:before { 
  -webkit-transition: 0.5s all ease; 
  transition: 0.5s all ease; 
  position: absolute; 
  top: 0; left: 50%; 
  right: 50%; 
  bottom: 0; 
  opacity: 0; 
  content: ''; 
  background-color: #1AA8E2; 
  z-index: -2; 
}
.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before { 
  -webkit-transition: 0.5s all ease; 
  transition: 0.5s all ease; 
  left: 0; 
  right: 0; 
  opacity: 1; 
}

.finbyz-icon {
  height: 100px;
  width: 100px;
}


.team-members {

  position: relative; 
  
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/main/service4.jpeg");
  background-size: cover;

  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;

}

.team-members::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

.opa-style {
  z-index: 9999!important;
}


@media only screen and (max-width: 767px) {
  /*-- Default CSS --*/
  .size-1 {
    height: 40px!important;
  
  }

  .mobile-nav nav .navbar-nav {
    height: 251px;
    overflow-y: scroll;
  }

  .practice-item  {
    height: 318px;
  }
  /*-- End Map --*/
  /*----- End Contact Page -----*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*-- Default CSS --*/
  .size-1 {
    height: 40px!important;
  
  }
  /*-- End Map --*/
  /*----- End Contact Page -----*/
}


/*** special-row**/
@media (max-width: 767px) {
  .one-fourth-col {
    flex: 1 48%; /* Actually it should be 50%
    but there's a margin of 1%
    around the columns, hence 50%-2(1%) = 48% */
  }

  .special-row > :nth-child(1) { order: 2; }
  .special-row > :nth-child(2) { order: 1; }
}