/*-- ============================================================
                     Investment Page Start 
================================================================ --*/
.content-heading-section {
  padding: 3.05rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .content-heading-section {
    padding: 1.9rem 0 3rem;
  }
}

.content-heading-section h2 {
  text-align: center;
  margin-bottom: 1.40rem;
}

.content-heading-section p {
  line-height: 2rem;
}

.content-heading-section p strong {
  margin-right: 0.5rem;
}

.brand-Info-section {
  text-align: center;
}

.brand-Info-section h2 {
  line-height: normal;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .brand-Info-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.75rem;
  }
}

.brand-Info-section p {
  line-height: 2rem;
  margin: 0;
}

.brand-Info-section p strong {
  display: block;
}

@media screen and (max-width: 767px) {
  .brand-Info-section p strong {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .brand-Info-section p {
    font-size: 1rem;
    line-height: 1.625rem;
    max-width: 92%;
    margin: 0 auto;
  }
  .brand-Info-section p + p {
    padding-top: 0.75rem;
  }
}

.brand-Info-section .tab-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.125rem 0 3.8rem;
}

@media screen and (max-width: 767px) {
  .brand-Info-section .tab-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
    margin-bottom: 2.25rem;
  }
}

.brand-Info-section .tab-container .custom-select {
  display: none;
}

@media screen and (max-width: 767px) {
  .brand-Info-section .tab-container .custom-select {
    display: block;
    max-width: 83.2%;
    margin: 0 auto;
    height: 3.125rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 400px) {
  .brand-Info-section .tab-container .custom-select {
    max-width: 100%;
  }
}

.tab-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (max-width: 767px) {
  .tab-menu {
    display: none;
  }
}

.tab-menu .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  border-bottom: none;
}

.tab-menu .list-group li {
  width: 10.375rem;
  margin-right: 2.5rem;
  margin-bottom: 1.25rem;
  height: 5rem;
  border: 1px solid #c7c7c7;
  border-radius: 0.5rem;
}

.tab-menu .list-group li .list-group-item {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0.9375rem;
  border: none;
  cursor: pointer;
}

.tab-menu .list-group li .list-group-item.active {
  background-color: transparent;
}

.tab-menu .list-group li .list-group-item[aria-selected=true] {
  background-color: #142651;
}

.tab-menu .list-group li .list-group-item[aria-selected=true] .img-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-menu .list-group li .list-group-item[aria-selected=true] .img-top {
  display: none;
}

.tab-menu .list-group li .list-group-item:hover img, .tab-menu .list-group li .list-group-item:focus img {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tab-menu .list-group li .list-group-item .img-active {
  display: none;
}

.tab-menu .list-group li .list-group-item .list-brand {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tab-menu .list-group li .list-group-item .dryervent_img {
  height: 3.4375rem;
}

@media screen and (max-width: 1024px) {
  .tab-menu .list-group li {
    width: 30%;
    margin-right: 0.625rem;
  }
}

.tab-content-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding: 3.125rem 0 3.1rem;
}

@media screen and (max-width: 767px) {
  .tab-content-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 0.9rem;
  }
}

.tab-content-section .brand-card {
  border-radius: 0.5rem;
  border: 1px solid #c7c7c7;
}

@media screen and (max-width: 767px) {
  .tab-content-section .brand-card {
    max-width: 83.2%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 400px) {
  .tab-content-section .brand-card {
    max-width: 100%;
  }
}

.tab-content-section .brand-card .img-parent {
  height: 4.375rem;
  margin-bottom: 1.25rem;
}

.tab-content-section .brand-card .img-parent .card-img-top {
  height: 100%;
}

.tab-content-section .brand-card .card-body {
  padding: 2.8125rem 0 2.1rem 0;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tab-content-section .brand-card .card-body {
    padding: 1.8125rem 0 0.65rem 0;
  }
}

.tab-content-section .brand-card .card-body .card-title {
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  margin-top: 1rem;
  display: block;
}

@media screen and (max-width: 1023px) {
  .tab-content-section .brand-card .card-body .card-title {
    font-size: 1rem;
    margin: 5px 0 3px;
  }
}

.tab-content-section .brand-card .card-body .card-text {
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .tab-content-section .brand-card .card-body .card-text {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.tab-content-section .brand-card .brand-card-footer {
  background: #142651;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.875rem 0;
  margin-top: 0.3125rem;
}

.tab-content-section .brand-card .brand-card-footer .right-arrow-link {
  color: #ffffff;
  margin: 0;
  font-size: 0.75rem;
}

.tab-content-section .brand-card .brand-card-footer .right-arrow-link::after {
  margin-left: 0.75rem;
}

.tab-content-section .brand-card .brand-card-footer .right-arrow-link:focus {
  outline: 2px solid #ffffff;
}

.left-text-wrap {
  padding: 5rem 0;
}

@media screen and (max-width: 767px) {
  .left-text-wrap {
    text-align: center;
    padding: 3.1rem 0;
  }
}

.left-text-wrap h2 {
  line-height: normal;
  margin-bottom: 1.85rem;
}

@media screen and (max-width: 767px) {
  .left-text-wrap h2 {
    font-size: 1.5rem;
    padding-top: 1.8125rem;
    margin-bottom: 1.4rem;
  }
}

.left-text-wrap .sub-title {
  letter-spacing: 1px;
  padding-bottom: 1rem;
  text-transform: uppercase;
  display: block;
}

@media screen and (max-width: 767px) {
  .left-text-wrap .sub-title {
    font-size: 1rem;
  }
}

.left-text-wrap p {
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .left-text-wrap p {
    font-size: 1rem;
    line-height: 1.625rem;
    max-width: 95%;
    margin: 0 auto;
  }
}

.left-text-wrap .primary-btn {
  margin-top: 1.45rem;
}

.left-text-wrap .img-section {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tab-container .tab-content [role=tabpanel] {
    display: none;
  }
  .tab-container .tab-content [role=tabpanel][aria-expanded=true] {
    display: block;
  }
}

/*-- ============================================================
                 Investment Page End 
================================================================ --*/
