.font-black {
  color: #000;
}

.font-gray {
  color: #919191;
}

.font-dark-blue {
  color: #1B1464;
}

.nav-link {
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.nav-link:hover {
  color: #E11F27;
  position: relative;
}
.nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E11F27;
  border-radius: 5px;
}
.nav-link:hover .personal-img {
  background-image: url("../images/tabs/red-personal.webp");
  transform: scale(1.1);
}
.nav-link:hover .business-img {
  background-image: url("../images/tabs/red-business.webp");
  transform: scale(1.1);
}
.nav-link:hover .insurance-text {
  color: #E11F27;
}
.nav-link.active {
  color: #E11F27;
  position: relative;
}
.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E11F27;
  border-radius: 15px;
}
.nav-link.active .personal-img {
  background-image: url("../images/tabs/red-personal.webp");
}
.nav-link.active .business-img {
  background-image: url("../images/tabs/red-business.webp");
}
.nav-link.active .insurance-text {
  color: #E11F27;
}

.personal,
.business {
  font-size: 14px;
  font-weight: 700;
}
.personal .personal-img,
.business .personal-img {
  background-image: url("../images/tabs/personal.webp");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}
.personal .business-img,
.business .business-img {
  background-image: url("../images/tabs/business.webp");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}
.personal .insurance-text,
.business .insurance-text {
  transition: color 0.1s ease-in-out;
}

.dropdown-filter-btns {
  z-index: 1;
}
.dropdown-filter-btns button,
.dropdown-filter-btns button:active {
  width: 100%;
  text-align: left;
  display: none;
  border: 0;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: capitalize;
}
.dropdown-filter-btns button:hover,
.dropdown-filter-btns button:active:hover {
  box-shadow: none;
}
.dropdown-filter-btns .filter-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 95%;
  padding: 0;
  border: 0;
  background: transparent;
  position: initial;
  margin-top: 0.5rem !important;
  margin-left: 1.5% !important;
  margin-right: 1.5% !important;
}
@media screen and (max-width: 900px) {
  .dropdown-filter-btns .filter-btns.show {
    display: block;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .dropdown-filter-btns .filter-btns.show li {
    margin: 0;
  }
  .dropdown-filter-btns .filter-btns.show li a.filter-btn {
    background-color: transparent;
    border-radius: 0;
  }
  .dropdown-filter-btns .filter-btns.show li a.filter-btn.active, .dropdown-filter-btns .filter-btns.show li a.filter-btn:hover {
    background-color: #dd2830;
  }
}
.dropdown-filter-btns .filter-btns li {
  list-style: none;
  margin: 5px;
}
.dropdown-filter-btns .filter-btns li a.filter-btn {
  background-color: #EBEBEB;
  color: #000000;
  min-width: 132px;
  height: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: capitalize;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 0 10px;
  cursor: pointer;
}
.dropdown-filter-btns .filter-btns li a.filter-btn img.white {
  display: none;
}
.dropdown-filter-btns .filter-btns li a.filter-btn.active, .dropdown-filter-btns .filter-btns li a.filter-btn:hover {
  background-color: #272660;
  color: #FFFFFF;
}
.dropdown-filter-btns .filter-btns li a.filter-btn.active img, .dropdown-filter-btns .filter-btns li a.filter-btn:hover img {
  display: none;
}
.dropdown-filter-btns .filter-btns li a.filter-btn.active img.white, .dropdown-filter-btns .filter-btns li a.filter-btn:hover img.white {
  display: block;
}
.dropdown-filter-btns .filter-btns li a span {
  margin-left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .dropdown-filter-btns .filter-btns {
    display: none;
  }
  .dropdown-filter-btns .filter-btns li a.filter-btn {
    padding-left: 16px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .dropdown-filter-btns {
    margin-left: -16px;
    margin-right: -16px;
  }
  .dropdown-filter-btns button,
  .dropdown-filter-btns button:active {
    display: block;
    background-color: #EBEBEB;
    border-radius: 0;
  }
  .dropdown-filter-btns button img,
  .dropdown-filter-btns button:active img {
    display: inline-block;
    vertical-align: middle;
  }
  .dropdown-filter-btns button img.white,
  .dropdown-filter-btns button:active img.white {
    display: none;
  }
  .dropdown-filter-btns button span,
  .dropdown-filter-btns button:active span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .dropdown-filter-btns button.dropdown-toggle::after,
  .dropdown-filter-btns button:active.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
}

.width-220 {
  width: 220px;
}

.tabs-wrapper .nav-link {
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.tabs-wrapper .nav-link:hover {
  color: #E11F27;
  position: relative;
}
.tabs-wrapper .nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E11F27;
  border-radius: 5px;
}
.tabs-wrapper .nav-link:hover .personal-img {
  background-image: url("../images/tabs/red-personal.webp");
  transform: scale(1.1);
}
.tabs-wrapper .nav-link:hover .business-img {
  background-image: url("../images/tabs/red-business.webp");
  transform: scale(1.1);
}
.tabs-wrapper .nav-link:hover .insurance-text {
  color: #E11F27;
}
.tabs-wrapper .nav-link.active {
  color: #E11F27;
  position: relative;
}
.tabs-wrapper .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E11F27;
  border-radius: 15px;
}
.tabs-wrapper .nav-link.active .personal-img {
  background-image: url("../images/tabs/red-personal.webp");
}
.tabs-wrapper .nav-link.active .business-img {
  background-image: url("../images/tabs/red-business.webp");
}
.tabs-wrapper .nav-link.active .insurance-text {
  color: #E11F27;
}
.tabs-wrapper .personal,
.tabs-wrapper .business {
  font-size: 14px;
  font-weight: 700;
}
.tabs-wrapper .personal .personal-img,
.tabs-wrapper .business .personal-img {
  background-image: url("../images/tabs/personal.webp");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}
.tabs-wrapper .personal .business-img,
.tabs-wrapper .business .business-img {
  background-image: url("../images/tabs/business.webp");
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}
.tabs-wrapper .personal .insurance-text,
.tabs-wrapper .business .insurance-text {
  transition: color 0.1s ease-in-out;
}
.tabs-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .tabs-wrapper h3 {
    font-size: 28px;
  }
}
.tabs-wrapper .icons-wrapper .icons {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .tabs-wrapper .icons-wrapper .icons {
    justify-content: start;
    max-width: 570px;
    margin: 0 auto;
  }
}
.tabs-wrapper .icons-wrapper .icons.active {
  display: flex;
}
@media screen and (max-width: 900px) {
  .tabs-wrapper .icons-wrapper .icons.active {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.tabs-wrapper .icons-wrapper .icons .icon {
  text-align: center;
  margin: 20px auto;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 900px) {
  .tabs-wrapper .icons-wrapper .icons .icon {
    display: inline-block;
    width: 32%;
  }
}
.tabs-wrapper .icons-wrapper .icons .icon:hover {
  animation: bounce 0.5s;
}
.tabs-wrapper .icons-wrapper .icons .icon .icon-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 144px;
}
.tabs-wrapper .icons-wrapper .icons .icon .icon-content .icon-image {
  height: 41px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .tabs-wrapper .icons-wrapper .icons .icon .icon-content {
    width: auto;
    margin: 0 auto;
  }
}
.tabs-wrapper .icons-wrapper .icons .icon .icon-content .icon-caption {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  flex: 1;
}
@keyframes bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.testimonial-carousel .tmo_quote_right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  left: -76px;
  padding: 0;
}
.testimonial-carousel .tmo_quote_right .card-body {
  background-color: #272660;
  color: #FFFFFF;
  padding: 2rem 1rem 2rem 10rem;
  position: relative;
  z-index: 2;
}
.testimonial-carousel .tmo_quote_right .card {
  flex: 1;
  border-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0;
  overflow: hidden;
  height: auto;
}
.testimonial-carousel .emp-words {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  font-weight: 400;
  padding-bottom: 1.5rem;
}
.testimonial-carousel .emp-name {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.testimonial-carousel .emp-position {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
}
.testimonial-carousel .tmo_left_img {
  position: relative;
  display: inline-flex;
  z-index: 4;
  left: 3rem;
  padding: 0;
  width: 420px;
}
.testimonial-carousel .tmo_left_img .card {
  margin: 0;
  background-color: transparent;
  height: auto !important;
}
.testimonial-carousel .tmo_left_img .card:hover {
  box-shadow: none;
}
.testimonial-carousel .tmo_left_img .card img {
  border-radius: 10px;
}
.testimonial-carousel .top_quote_symbol {
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  right: 30px;
  width: 118px;
  height: 100px;
  background-image: url("../images/testimonial/top-quote.png");
  background-size: cover;
  background-position: center;
  padding: 20px;
  background-repeat: no-repeat;
  z-index: 3;
}
.testimonial-carousel .bottom_quote_symbol {
  position: absolute;
  bottom: 0;
  left: 150px;
  width: 118px;
  height: 100px;
  background-image: url("../images/testimonial/bottom-quote.png");
  background-size: cover;
  background-position: center;
  padding: 20px;
  background-repeat: no-repeat;
  z-index: 3;
}
.testimonial-carousel.carousel {
  position: relative;
}
.testimonial-carousel .slick-dots {
  position: absolute;
  position: absolute;
  bottom: -10px;
  width: 60%;
  margin: 0 auto;
  right: 0;
  padding: 0;
}
.testimonial-carousel.slick-initialized .slick-slide {
  display: inline-flex;
}
.testimonial-carousel .slick-arrow.slick-prev {
  left: 15px;
  color: transparent;
  background-image: url("../images/prev-image.png");
  background-size: 51%;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-carousel .slick-arrow.slick-next {
  right: 15px;
  color: transparent;
  background-image: url("../images/next-image.png");
  background-size: 51%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 992px) and (max-width: 1136px) {
  .testimonial-carousel .tmo_left_img {
    padding: 0;
    left: 0;
    width: 380px;
  }
  .testimonial-carousel .tmo_quote_right {
    left: -1.5rem;
  }
  .testimonial-carousel .tmo_quote_right .card {
    margin: 0;
    padding: 0;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    padding: 2.5rem 2rem 1.5rem 3.5rem;
    border: 0;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body .emp-words {
    font-size: 22px;
  }
  .testimonial-carousel .bottom_quote_symbol {
    left: 50px;
    width: 97px;
    height: 82px;
    bottom: 0;
  }
  .testimonial-carousel .top_quote_symbol {
    width: 97px;
    height: 82px;
    top: 2rem;
    right: 5rem;
  }
}
@media screen and (min-width: 1137px) and (max-width: 1301px) {
  .testimonial-carousel .tmo_left_img {
    padding: 0;
    width: 380px;
  }
  .testimonial-carousel .tmo_quote_right {
    left: -6rem;
  }
  .testimonial-carousel .tmo_quote_right .card {
    margin: 0;
    padding: 0;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    padding: 2.5rem 2rem 1.5rem 11rem;
    border: 0;
  }
  .testimonial-carousel .bottom_quote_symbol {
    left: 10rem;
    width: 97px;
    height: 82px;
    bottom: 0;
  }
  .testimonial-carousel .top_quote_symbol {
    width: 97px;
    height: 82px;
    top: 2rem;
    right: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .hear_from_employee-wrapper .container {
    max-width: 100%;
    padding: 0 12px;
  }
  .testimonial-carousel.slick-initialized .slick-slide {
    display: block;
    margin-left: inherit;
  }
  .testimonial-carousel.slick-initialized .slick-dots {
    bottom: 1.5rem;
    width: 100%;
  }
  .testimonial-carousel.slick-initialized .slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
  }
  .testimonial-carousel.slick-initialized .slick-dots li.slick-active button {
    background-color: #fff;
  }
  .testimonial-carousel.carousel .slick-arrow.slick-next {
    display: none;
  }
  .testimonial-carousel .tmo_left_img {
    /*width: 50%;*/
    margin: 0 auto;
    display: block;
    left: 0px;
    transform: scale(1);
  }
  .testimonial-carousel .tmo_quote_right {
    display: block;
    position: relative;
    z-index: 3;
    left: 0px;
    width: 100%;
    margin-top: -13rem;
    padding: 12rem 0px 5rem;
    background-color: rgb(27, 20, 100);
  }
  .testimonial-carousel .tmo_quote_right .card {
    border: 0;
    background-color: #272660;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    background-color: rgb(27, 20, 100);
    color: #fff;
    padding: 4rem 3rem 0;
    position: relative;
    z-index: 2;
  }
  .testimonial-carousel .bottom_quote_symbol {
    width: 97px;
    height: 82px;
    bottom: 3rem;
    left: 2rem;
  }
  .testimonial-carousel .top_quote_symbol {
    width: 97px;
    height: 82px;
    top: 12rem;
    right: 2rem;
  }
  .testimonial-carousel .emp-words {
    text-align: center;
  }
  .testimonial-carousel .emp-name {
    /* font-size: 24px;*/
    padding: 10px 0 10px 0;
    text-align: center;
    margin: 0;
  }
  .testimonial-carousel .emp-position {
    /*font-size: 20px;*/
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .testimonial-carousel .emp-words {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
  }
  .testimonial-carousel .emp-name {
    font-size: 24px;
  }
  .testimonial-carousel .emp-position {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .testimonial-carousel .tmo_left_img {
    width: 80%;
  }
  .testimonial-carousel .tmo_quote_right .card .card-body {
    padding: 4rem 1rem 0;
  }
}
.rating-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 12px;
}
.rating-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .rating-wrapper h3 {
    font-size: 28px;
  }
}
.rating-wrapper .col-md-4 {
  padding: 0;
}
.rating-wrapper .box {
  border: 1px solid rgba(183, 183, 183, 0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 2rem 1rem;
  margin: 16px 16px 6px;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box {
    margin: 16px 8px 6px;
  }
}
.rating-wrapper .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.rating-wrapper .box .box-icon-text {
  display: flex;
  align-items: center;
}
.rating-wrapper .box .box-icon-text img {
  margin-right: 8px;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text img {
    margin-right: 5px;
    max-width: 30px;
  }
}
.rating-wrapper .box .box-icon-text h6 {
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text h6 {
    font-size: 12px;
  }
}
.rating-wrapper .box .rating {
  text-align: right;
  float: right;
  display: flex;
}
.rating-wrapper .box .feedback {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}
.rating-wrapper .box h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.rating-wrapper .box p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.rating-wrapper .testimonial {
  position: relative;
}
.rating-wrapper .testimonial .close-quote {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}
.rating-wrapper .testimonial .open-quote {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
}
.rating-wrapper .slick-arrow {
  top: 47%;
}

h1 {
  color: #272660;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}

h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

.red-text {
  color: #dd2830;
}

.grey-text {
  color: rgba(0, 0, 0, 0.8);
}

.date {
  color: rgba(0, 0, 0, 0.8);
}

ul,
ol {
  padding-left: 1rem;
  font-size: 14px;
  line-height: 20px;
}

.detail-image {
  overflow: hidden;
}
.detail-image img {
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.detail-image img:hover {
  transform: scale(1.1);
}
.detail-image img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-image img.desktop {
    display: none;
  }
}
.detail-image img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .detail-image img {
    border-radius: 0;
  }
}

.buynow-wrapper.desktop {
  display: block;
}
@media (max-width: 768px) {
  .buynow-wrapper.desktop {
    display: none;
  }
}
.buynow-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .buynow-wrapper.mobile {
    display: block;
    text-align: center;
  }
  .buynow-wrapper.mobile .btn-red {
    float: none;
  }
}

.testimonial-page h2 {
  font-size: 48px;
  font-weight: 700;
  color: #272660;
}
@media screen and (max-width: 640px) {
  .testimonial-page h2 {
    font-size: 40px;
  }
}

.rating-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 801px) {
  .rating-wrapper {
    max-width: 100%;
  }
}

/*# sourceMappingURL=customer-testimonials.css.map */
