
.about-section-1 .banner-heading-text {
  font-weight: bold;
}
.about-section-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tiva-common-banner {
  /* background-image: url("../images/main-banner.png"); */
  height: 100%;
  min-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-tag {
  /* margin: 0 auto; */
  /* text-align: center; */
  font-weight: normal;
  margin-bottom: 80px;
  width: 90% !important;
}
.banner-heading-text {
  margin-bottom: 30px;
  line-height: 56px;
  font-size: 56px;
  color: #002367;
  font-weight: 500;
  margin-top: 100px;
}
.about-section-1 .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
}
.about-section-1  .breadcrumb>.active {
  color: #777;
  font-weight: bold;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
  background: none;
  margin: 0;
}
.tiva-main-header {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 41px;
  line-height: 45px;
  color: #05264E;
}
.p-tag-3 {
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  margin-bottom: 80px;
}
.line-arrow {
  background: #004bff;
  height: 5px;
  border-radius: 50px;
  width: 25%;
  margin: 0 auto;
}

.info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.total-transparency {
  border: none;
  padding: 32px;
  min-height: 330px;
  border-radius: 5px;
  background: #f3f1f1;
  border-radius: 5px;
  margin-bottom: 50px;
}
.meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.meta :hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.meta .info h5 {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 2px;
  font-size: 24px;
  color: #002367;
}
.thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.description {
  /* overflow: hidden; */
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* font-family: 'Urbanist', sans-serif; */
}
.info__link {
  width: 100%;
  align-self: flex-end;
  margin-top: 20px;
}
.learn-more-btn {
  font-size: 17px;
  font-weight: 400;
  transition: .3s;
}
.why_tiva {
  background: #002367;
}
.insurance-thumb {
  text-align: center;
  margin-bottom: 30px;
  min-height: 290px;
}
.insurance-icon {
  width: 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}
.insurance-thumb h3 {
  font-size: 24px;
  font-weight: 400;
  color: #f6f6f8;
}
.watch-more p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
}

.learn-more-ul {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.learn-more-ul ul {
  padding: 0;
  margin: 0;
}
.learn-more-ul ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #002367;
  padding: 5px 30px;
  border-radius: 4px;
  margin-right: 11px;
  border-radius: 50px;
  margin-bottom: 30px;
}
.learn-more-ul ul li a {
  color: #002367;
  transition: .3s;
}
.avatar {
	margin: auto;
	border-radius: 50%;
	max-width: 96px;
}

#customers-testimonials .box {
	opacity: .2;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .box {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}

.level-item h3 {
	text-align: center;
}

#customers-testimonials .box .location-area {
	text-align: center;
	font-size: 14px;
}

#customers-testimonials .box {
	padding: 20px;
	border: 1px solid #ededed;
	text-align: center;
}


/* rating */

.star-rating {
	direction: rtl;
	display: inline-block;
	padding: 20px;
	cursor: default;
}

.star-rating input[type=radio] {
	display: none;
}

.star-rating label {
	color: rgb(253, 194, 0) !important;
	font-size: 2rem;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
	color: #f2b600 !important;
}
