.home-page__info{padding:4rem 0 0;margin-bottom:9rem;}
.home-page__info .swiper-nav{margin:0;top:0;left:0;color:#fff;}
.home-page__info .swiper-nav::after{content:'';position:absolute;left:.75rem;right:.75rem;top:.75rem;bottom:.75rem;background:#EA1C24;z-index:-1;}
.home-page__info .icon-arrow-right{left:4rem;right:auto;}
.home-page__info .swiper-nav:hover{color:#493389;}

.american-fidelity-page .swiper-container-autoheight .swiper-wrapper {
    height: 100% !important;
}

.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  padding: 50px 0;
  padding-bottom: 80px;
  width: 100%;
  /*height: 250px;*/
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs > ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 16px;
  color: #E10520;
}
.tabs > ul.six li label {
  font-size: 14px;
}
.tabs > ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #493389;
  padding-bottom: 20px;
}
.tabs > ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs > ul.six li {
  width: 16.6%;
}
.tabs > ul li label {
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  /*white-space: nowrap;*/
  -webkit-touch-callout: none;
}
.tabs > ul li label br {
  display: none;
}
.tabs > ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs > ul li label:hover,
.tabs > ul li label:focus,
.tabs > ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs > ul li label:hover svg,
.tabs > ul li label:focus svg,
.tabs > ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 20%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  bottom: 13px;
}
.tabs .slider.three {
  width: 33.3%;
}
.tabs .slider.four {
  width: 25%;
}
.tabs .slider.five {
  width: 20%;
}
.tabs .slider.six {
  width: 16.6%;
}
.tabs .slider .indicator {
  position: relative;
  width: 130px;
  max-width: 100%;
  margin: 0 auto;
  height: 3px;
  background: #E10520;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #493389;
  font-size: 1.1rem;
}

.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ .content
  > section:nth-child(1) {
  display: block;
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ .content
  > section:nth-child(2) {
  display: block;
}
.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ ul
  > li:nth-child(3)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ ul
  > li:nth-child(3)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ .content
  > section:nth-child(3) {
  display: block;
}
.tabs
  input[name="tab-control"]:nth-of-type(4):checked
  ~ ul
  > li:nth-child(4)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(4):checked
  ~ ul
  > li:nth-child(4)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(4):checked
    ~ ul
    > li:nth-child(4)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs
  input[name="tab-control"]:nth-of-type(4):checked
  ~ .content
  > section:nth-child(4) {
  display: block;
}

.tabs
  input[name="tab-control"]:nth-of-type(5):checked
  ~ ul
  > li:nth-child(5)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(5):checked
  ~ ul
  > li:nth-child(5)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(5):checked
    ~ ul
    > li:nth-child(5)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .slider {
  transform: translateX(400%);
}
.tabs
  input[name="tab-control"]:nth-of-type(5):checked
  ~ .content
  > section:nth-child(5) {
  display: block;
}

.tabs
  input[name="tab-control"]:nth-of-type(5):checked
  ~ ul
  > li:nth-child(5)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(5):checked
  ~ ul
  > li:nth-child(5)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(5):checked
    ~ ul
    > li:nth-child(5)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .slider {
  transform: translateX(400%);
}
.tabs
  input[name="tab-control"]:nth-of-type(5):checked
  ~ .content
  > section:nth-child(5) {
  display: block;
}


.tabs
  input[name="tab-control"]:nth-of-type(6):checked
  ~ ul
  > li:nth-child(6)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(6):checked
  ~ ul
  > li:nth-child(6)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(6):checked
    ~ ul
    > li:nth-child(6)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .slider {
  transform: translateX(400%);
}
.tabs
  input[name="tab-control"]:nth-of-type(6):checked
  ~ .content
  > section:nth-child(6) {
  display: block;
}

.tabs
  input[name="tab-control"]:nth-of-type(6):checked
  ~ ul
  > li:nth-child(6)
  > label {
  cursor: default;
  color: #E10520;
}
.tabs
  input[name="tab-control"]:nth-of-type(6):checked
  ~ ul
  > li:nth-child(6)
  > label
  svg {
  fill: #E10520;
}
@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(6):checked
    ~ ul
    > li:nth-child(6)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .slider {
  transform: translateX(500%);
}
.tabs
  input[name="tab-control"]:nth-of-type(6):checked
  ~ .content
  > section:nth-child(6) {
  display: block;
}


@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs > ul li label {
    white-space: initial;
  }
  .tabs > ul li label br {
    display: initial;
  }
  .tabs > ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs > ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs > ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

.content-txt-tab {display: flex;margin-top: 60px;}
.content-txt-tab i {font-size: 4rem;color: #EA1C24;display: inline-block;margin-top: 10px;}
.txt-tab {margin-left: 50px;}

@media (max-width: 979px) {
  .mb-15 {margin-bottom: 9rem;}
  .mb-10 {margin-bottom: 3rem;}
  .nomv {display: none;}
  main {overflow: hidden;}
  .info-card p {margin-bottom: 20px;font-weight: 400;}
  .info-card h5 {margin: 1.5rem 0 0.5rem;font-weight: 600;}
  .info-card.first h5 {color: #493389;}
  .info-card.second {background-color: #493389;}
  .info-card.second * {color: #fff;}
  .info-card.third {    background: rgb(128,99,213);background: linear-gradient(90deg,rgba(128,99,213,1) 0%, rgba(174,58,125,1) 50%, rgba(213,23,52,1) 100%);}
  .info-card.third * {color: #fff;      
    max-width: 90%;}
  .home-page__timeline {margin-bottom: 10rem;}
  .section-success > .container > .flex {flex-direction: column-reverse;}
  .info-success {width: 100%;}
  .title-success {margin: 70px 30px;}
  .swiper-success .swiper-wrapper .swiper-slide {padding: 0 30px;}
  .swiper.swiper--testimonials {padding: 0 2rem;}
  .icon-test-left {top: 45%;}
  .icon-test-right {top: 45%;}
  .section-title, h2, .h2 {font-size: 21px;line-height: 32px;}
  .section-testimonials {margin-bottom: 40px;}
  .single-blog {margin-bottom: 40px;}
}
@media (max-width: 768px) {
	.nomv {display: none;}main {overflow: hidden;}
	.brand-card {padding: 1rem 0;}
  #menu-footer {display: none;}
  .site-footer__icons {justify-content: center;}
}
