
.inner-banner picture,
.inner-banner img {
  width: 100%;
}
.inner-banner .bnr_text_inner {
  color: #000 !important;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .hasInstaserviceTabs {
    padding-bottom: 90px;
  }
}
.card .cat-card-header {
  padding: 60px;
  border: none;
  background-color: #e9e9e9;
}
.card .cat-card-header .custom-checkbox {
  position: absolute;
  top: 4px;
  right: 16px;
}
.card .cat-card-header .custom-control {
  padding-left: 0;
  padding-right: 1.75rem;
}
.card .cat-card-header .custom-control .custom-control-label:before {
  right: -1.75rem;
  left: auto;
  box-shadow: none;
}
.card .cat-card-header .custom-control .custom-control-label:after {
  right: -1.75rem;
  left: auto;
}
.card .cat-card-header img {
  border-radius: 6px;
}
.card .cat-card-header .tag {
  position: absolute;
  left: -10px;
  top: 15px;
  background-color: #832625;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.card .cat-card-header .tag:after {
  content: "";
  width: 20px;
  height: 10px;
  transform: rotate(110deg);
  bottom: 2px;
  left: -2px;
  display: inline-block;
  position: absolute;
  background-color: #832625;
}
.card.active .cat-card-header {
  background-color: #832625;
}
.card.active .cat-card-header .custom-control .custom-control-label {
  color: #fff;
}
.card.active .custom-control-label:before {
  border-color: #fff !important;
}
.card_select_wrap .card-border-color {
  border-color: transparent !important;
  border: solid 1px #e9e9e9 !important;
  transition: all 0.2s;
}
.card_select_wrap .card-border-color:hover {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.card_select_wrap .card-border-color.active {
  border-color: #832625 !important;
}
.card_select_wrap .card-border-color.selected {
  border: solid 1px #832625 !important;
}
.card_select_wrap .card-border-color .btn-primary-option {
  padding-top: 10px !important;
}

.card_select_wrap .nav .nav-item {
  position: relative;
}
.card_select_wrap .nav .nav-item:after {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.card_select_wrap .nav .nav-item:last-child::after {
  display: none;
}
.card_select_wrap .compare_top_fix {
  position: fixed;
  padding: 15px 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
  width: 100%;
  margin-top: -1px;
}
.card_select_wrap.fixed_compare_bar .compare_top_fix {
  display: block;
}
@media (max-width: 1024px) {
  .card_select_wrap.fixed_compare_bar .compare_top_fix {
    top: 128px;
  }
}
@media (max-width: 992px) {
  .card_select_wrap.fixed_compare_bar .compare_top_fix {
    margin-top: -2px;
    text-align: center;
    top: 48px;
  }
  .card_select_wrap.fixed_compare_bar .compare_top_fix h5 {
    font-size: 0.75rem;
    margin-bottom: 7px !important;
  }
}
.card_select_wrap.fixed_compare_bar .compare_top_row .btn_wrap {
  display: none;
}

.btn-primary-option.btn-sm:before {
  right: 6px;
}
.card_benefits .card_benefits_heading {
  line-height: 1.4;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .card_benefits .card_benefits_heading {
    text-align: center !important;
  }
}
.card-benefit-slider figure{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.card-benefit-slider figure img{
  max-height: 80px;
}
.card_benefits .swiper-button-next,
.card_benefits .swiper-button-prev {
  margin-top: 0;
  top: 0;
}
.card_benefits .swiper-slide:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #f29d39;
  right: -40px;
  top: 110px;
}
.card_benefits .swiper-slide:last-child:after{
  display: none;
}
@media (max-width: 992px) {
  .card_benefits .swiper-slide:after {
    width: 20px;
    right: -25px;
  }
}
.trending-topics-slider {
  margin-top: -40px;
}
.trending-topics-slider .swiper-button-next,
.trending-topics-slider .swiper-button-prev {
  margin-top: 0;
  top: 0;
}
.filter_nav {
  border: none !important;
}
.filter_nav label {
  padding: 10px 15px;
  width: 104px;
  height: 95px;
  text-align: center;
  line-height: 1.2;
  font-weight: 300;
}
.filter_nav .custom-checkbox-lg label{
  width: 132px;
  height: 122px;
}
.filter_nav label span {
  display: block;
  margin-top: 7px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .filter_nav label {
    width: auto;
  }
}
.filter_nav .custom-control {
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.filter_nav
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label {
  font-weight: 400;
}
.filter_nav .custom-control-label::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: dashed 2px #d3d3d3;
}
.filter_nav
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
  border: solid 2px #85423e;
  height: 100%;
  transition: all 0.5s;
}
.max-witdh-900 {
  max-width: 900px;
  margin: 0 auto;
}
.filterslider_wrap .swiper-button-next,
.filterslider_wrap .swiper-button-prev {
  background-image: none;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

@media (min-width: 1200px) {
  .filterslider_wrap .swiper-button-next,
  .filterslider_wrap .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 992px) {
  .filterslider_wrap .swiper-button-next,
  .filterslider_wrap .swiper-button-prev {
    display: block;
  }
}
.filterslider_wrap .swiper-button-next {
  right: -7px;
}
.filterslider_wrap .swiper-button-next:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 2px #000;
  border-top: none;
  border-right: none;
  transform: rotate(225deg);
}
.filterslider_wrap .swiper-button-prev {
  left: -7px;
}
.filterslider_wrap .swiper-button-prev:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 2px #000;
  border-top: none;
  border-right: none;
  transform: rotate(-315deg);
}
.compare_modal {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: #f8f8f8;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  padding: 20px 0;
}
.compare_modal .card {
  background-color: transparent;
  position: relative;
  padding: 30px;
}
@media (max-width: 992px) {
  .compare_modal .card {
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }
}
.compare_modal .card img {
  width: 215px;
  height: 134px;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .compare_modal .card img {
    width: 100%;
    height: auto;
  }
}
.compare_modal .card h5 {
  margin-top: 12px;
  font-weight: normal;
}
.compare_modal .card .add_card_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 215px;
  height: 134px;
  margin-bottom: 44px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .compare_modal .card .add_card_btn {
    width: 100%;
    height: 100px;
    padding: 0.225rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2;
  }
}
.compare_modal .card .btn-primary {
  margin-bottom: 44px;
}
.compare_modal .card .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  z-index: 100;
  width: 16px;
  height: 16px;
  font-size: 20px;
}
.compare_modal .card .close svg {
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 992px) {
  .compare_modal {
    bottom: 90px;
  }
}
.compare_modal .close-btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .compare_modal .close-btn {
    top: -15px;
  }
}
@media (max-width: 992px) {
  .compare_modal .container {
    padding-top: 30px;
  }
}
.instaservice {
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 99999;
}
.instaservice a.btn {
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
  color: #832625;
  font-size: 0.75rem;
  padding: 10px 20px;
  min-width: 145px;
}
.instaservice .instaservice_modal {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 185px;
  background: transparent;
}
.instaservice .instaservice_modal ul {
  opacity: 0;
  padding: 15px 0 5px;
  margin-bottom: 20px;
  background: #f8f8f8;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.instaservice .instaservice_modal ul:after {
  position: absolute;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background-color: #f8f8f8;
  right: 15px;
  content: "";
  transform: rotate(135deg);
  box-shadow: 1px -2px 2px rgba(0, 0, 0, 0.3);
}
.instaservice .instaservice_modal ul li a {
  padding: 0 15px 10px 15px;
  font-size: 0.75rem;
  color: #832625;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 44px;
  cursor: pointer;
}
.instaservice .instaservice_modal ul li a span {
  width: 40px;
  text-align: center;
  margin-right: 5px;
}
.instaservice:hover .instaservice_modal {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.instaservice:hover .instaservice_modal ul {
  opacity: 1;
}
@media (max-width: 992px) {
  .instaservice {
    display: none;
  }
}
.instaservice_mob {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 12px 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.instaservice_mob ul li {
  display: none;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  transition: all 0.4s;
}
.instaservice_mob ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
}
.instaservice_mob ul li a span {
  width: 40px;
  text-align: center;
  margin-bottom: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instaservice_mob ul li a span i {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  margin: 0 2px;
}
.instaservice_mob ul.active li {
  display: list-item !important;
}
@media (max-width: 992px) {
  .instaservice_mob {
    display: block;
  }
}
.modal_cardbenefit .close {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.compare-container {
  padding: 0 45px;
}
@media (max-width: 767px) {
  .compare-container {
    padding: 0 30px;
  }
}
.compare-container .col-brdr {
  border: solid 1px #e5e5e5;
}
.compare-container .card {
  border-radius: 0px;
  border: none;
}
.compare-container .card .card-header {
  padding-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .compare-container .card .card-header {
    padding: 30px 0 0;
  }
}
.compare-container .card .card-header img {
  border-radius: 6px;
}
.compare-container .card .card-header .close {
  position: absolute;
  top: 22px;
  right: 22px;
}
@media (max-width: 767px) {
  .compare-container .card .card-header .close {
    top: 5px;
    right: -10px;
  }
}
.compare-container .card .card-header.addcard-header a.addcard-link {
  width: 244px;
  height: 154px;
  background-color: #efefef;
  color: #832625;
  font-size: 1.125rem;
  border-radius: 6px;
}
.compare-container .card .card-header.addcard-header .select_wrap .select-full{
  color: #000;
}
.compare-container .card .card-body li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.compare-container .card .card-body li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #832625;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.compare-container .card .card-body li strong{
  width: 58%;
}

.compare-container .card .card-body li span{
  width: 42%;
}
.compare-container .card .card-body{
  padding: 1rem;
}
@media (max-width: 767px) {
  .compare-container .card .card-body {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .compare-container .add-col {
    display: none;
  }
  .compare-container .card .card-body li {
    flex-direction: column;
  }
  .compare-container .card .card-body li strong{
    width: 100%;
  }
  .compare-container .card .card-body li span{
    width: 100%;
  }
}

.card_overview .card {
  background-color: #e7e7e7;
  padding: 70px 60px;
}
.card_overview .card img {
  height: auto;
  max-width: 100%;
  border-radius: 5px;
}
.card_overview .overview_col {
  margin-bottom: 40px;
}
.card_overview .overview_col figure{
  width: 75px;
  text-align: center;
}
@media (max-width: 767px) {
  .card_overview .overview_col figure {
    width: 45px;
    margin-right: 5px;
  }
  .card_overview .overview_col figure img {
    max-width: 35px;
    max-height: 35px;
  }
}
.card_overview .overview_col h3 {
  line-height: 1;
}
.card_overview .overview_col .min-h-content{
    min-height: 80px;
}
.card_overview .overview_col .notes{
  font-size: .75rem;
}
.card_overview .overview_col .content i{
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .card_overview .overview_col h3 {
    font-size: 90%;
  }
  .card_overview .overview_col .min-h-content{
    min-height: 40px;
    margin-bottom: 15px;
}
}
@media (max-width: 767px) {
  .card_overview .overview_col p {
    font-size: 80%;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .card_overview {
    margin-top: -15px;
  }
}
.notes_container, .notes_container ul li {
  font-size: 0.75rem;
  list-style: none;
}
.rewards_redemption .card .card-body {
  position: relative;
  padding: 1rem;
  margin: 0 auto;
  margin-top: -40px;
  width: 90%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.prod_features {
  margin-top: 40px;
}
.prod_features .feature_banner img{
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.prod_features .bordered {
  border: solid 1px #eaebeb;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .prod_features .bordered {
    border: none;
  }
}
.prod_features .nav-tabs.vertical_tabs {
  display: none;
}
@media (min-width: 768px) {
  .prod_features .nav-tabs.vertical_tabs {
    display: flex;
    border-right: solid 1px #eaebeb;
  }
  .prod_features .card {
    border: none;
  }
  .prod_features .card .card-header {
    display: none;
  }
  .prod_features .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .prod_features .tab-content.featuretab-content {
    border: solid 1px #eaebeb;
    border-top: none;
    margin: 0px -1px 0 -1px;
  }
}
@media (max-width: 767px) {
  .prod_features .tab-content.featuretab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border: none;
    border-bottom: solid 1px #eaebeb;
    border-radius: 0px;
  }
  .prod_features .tab-content.featuretab-content > .tab-pane .card-header {
    background-color: #832625;
    color: #fff;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .prod_features .tab-content.featuretab-content > .tab-pane .card-header a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    position: relative;
  }
  .prod_features
    .tab-content.featuretab-content
    > .tab-pane
    .card-header
    a:after {
    position: absolute;
    right: 15px;
    top: 5px;
    content: "\2013";
    font-size: 2rem;
    line-height: 1;
    transition: all 0.5s;
  }
  .prod_features
    .tab-content.featuretab-content
    > .tab-pane
    .card-header
    a.collapsed {
    background-color: #fff;
    color: #832625;
  }
  .prod_features
    .tab-content.featuretab-content
    > .tab-pane
    .card-header
    a.collapsed:after {
    content: "+";
  }
}
.prod_features .tab-content.featuretab-content > .tab-pane:last-child {
  border-bottom: none;
}
.prod_features .nav-tabs.vertical_tabs .nav-item {
  border-bottom: solid 1px #eaebeb;
}
.prod_features .nav-tabs.vertical_tabs .nav-item .nav-link {
  border-radius: 0;
  color: #000;
  font-weight: 600;
  position: relative;
  padding: 20px 40px;
}
.prod_features .nav-tabs.vertical_tabs .nav-item .nav-link.active {
  background-color: #832625;
  color: #fff;
  font-weight: bold;
}
.prod_features .nav-tabs.vertical_tabs .nav-item .nav-link.active:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  right: -6px;
  margin-top: -6px;
  top: 50%;
  background-color: #832625;
  transform: rotate(225deg);
}
.prod_features .tab-content .subtab-content .tab-pane {
  max-height: 560px;
  overflow-y: auto;
  padding-right: 15px;
}
.hr-subtabs .nav-item .nav-link{
  border: none;
  position: relative;
}
.hr-subtabs .nav-item .nav-link:after{
  position: absolute;
    left: 0;
    bottom: 2px;
    height: 3px;
    background-color: #f29d39;
    content: "";
    width: 0;
    transition: all 0.3s;
    z-index: 1;
}
.hr-subtabs .nav-item .nav-link.active:after{
  
    width: 100%;
   
}
.hr-subtabs .nav-item .nav-link:not(.active) {
  color: #000;
}
.hr-subtabs .nav-item .nav-link.active {
  font-weight: bold;
  color: #000;
}
/* 
@media (max-width: 1024px) {
  .hr-subtabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
}*/
.slider-icons figure {
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.slider-with-icons .swiper-button-next,
.slider-with-icons .swiper-button-prev {
  margin-top: 0;
  top: 0;
}
.slider-with-icons figure {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.privileges_section .card-privileges-slider {
  margin-top: -50px;
  padding-top: 70px !important;
}
.eligibility_section .heading h2 {
  border: solid 1px #eaeaea;
  border-bottom: none;
  border-radius: .375rem .375rem 0 0;
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
}
.eligibility_section .heading h2.collapsed{
  border-radius: .375rem;
  border-bottom: solid 1px #eaeaea;
}
.eligibility_section .heading h2:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1rem;
  content: "\2013";
  font-size: 2rem;
  line-height: 1;
  transition: all 0.5s;
}
.eligibility_section .heading h2.collapsed:after {
  content: "+";
}
.eligibility_section .criteria_detail{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media (max-width: 767px) {
  .eligibility_section .heading h2 {
    padding-left: 15px;
  }
  .eligibility_section .criteria_detail .col-md-6.border-right {
    border: none !important;
  }
}


.page-section {
  width: 100%;
}
.similar_products .heading h2{
  margin-bottom: 30px;
}
.suggested_products .card > img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

@media (max-width: 992px) {
  ::-webkit-scrollbar {
    height: 0px;
  }
}
.bnr_container {
    border: solid 2px #832625;
    max-width: 728px;
    margin: 0 auto;
}
.bnr_container h4{
  line-height: 1;
}
.bnr_container h4 i{
  font-size: 1rem;
}
.bnr_container .btn-primary{
  font-size: 10px;
    line-height: 1.4;
    padding: 4px 14px 2px!important;
}
.bnr_container .btn-primary:hover{
  background-color: #832625;
  color: #fff;
}
.bnr_container .btn-primary:hover:before{
  display: none;
}
.bnr_container .bnr_content{
  line-height: 1.3;
}
@media (max-width: 767px){
  .bnr_container .row{
    line-height: 1;
  }
  .bnr_container h4{
    font-size: 55%;
    margin-top: 2px;
  }
  .bnr_container h4 i{
    font-size: 50%;
  }
  .bnr_container p{
    font-size: 40%;
  }
  .bnr_container .btn-primary{
    font-size: 40%;
    padding: 2px .5rem 0!important;
  }
  .bnr_container small{
    font-size: 40%;
  }
}
.custom-radios.rounded-solid{
  border: solid 2px #fff;
  background-color: #fff;
 
}

/* indus mobile section */
.category_indusmobile {
  background: url(img/product-category/saving-account/indus-mobile-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 456px;
}
.indusmobile-slider .swiper-slide {
  align-items: center;
}
.indusmobile-slider .swiper-slide figure{
  width: 100px;
  height: 100px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 12px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
}
.indusmobile-slider .swiper-slide h6{
  color: #f7a30a;
  font-weight: normal;
}
.carrow.indusmobile-slider.swiper-container{
  height: auto;
}
.carrow.indusmobile-slider .swiper-button-next, .carrow.indusmobile-slider .swiper-button-prev{
  background: none;
  top: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  margin-top: -32px;
}
.carrow.indusmobile-slider .swiper-button-next{
  right: 0;
}
.carrow.indusmobile-slider .swiper-button-prev{
  left: 0;
  transform: none;
}
.category_indusmobile .btn{
  color: #fff;
  border-color: #fff;
}

.eligibility_section_sa .swiper-slide{
  border: solid 1px #ccc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  background-color: #f4f4f4;
  flex-wrap: wrap;
}
.eligibility_section_sa .swiper-slide p{
  margin: 0;
}
.eligibility_section_sa .swiper-slide:hover{
  background-color: #832625;
}
.eligibility_section_sa .swiper-slide:hover h5{
  color: #f69d39!important;
}
.eligibility_section_sa .swiper-slide:hover p{
  color: #fff;
}
.eligibility-slider{
  padding-left: 30px;
  padding-right: 30px;
}
.eligibility-slider.carrow .swiper-button-next, .eligibility-slider.carrow .swiper-button-prev{
  top: 0;
  background: none;
  margin-top: 0;
  height: 100%;
  background-color: #fff;
  width: 20px;
}
.eligibility-slider .swiper-button-next{
  right: 0px;
}
.eligibility-slider .swiper-button-next:after, .eligibility-slider .swiper-button-prev:after{
  top: 50%!important;
  margin-top: -10px;
}
.eligibility-slider .swiper-button-next:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 2px #000;
  border-top: none;
  border-right: none;
  transform: rotate(225deg);
}
.eligibility-slider .swiper-button-prev{
  transform: none;
  left: 0px;
}
.eligibility-slider .swiper-button-prev:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 0;
  border: solid 2px #000;
  border-top: none;
  border-right: none;
  transform: rotate(-315deg);
}
@media (max-width: 767px){
.slider-with-icons .swiper-button-next, .slider-with-icons .swiper-button-prev {
  top: 30px!important;
}
}

    .custom-radio.active{
                padding-left: 35px;
                padding-right: 15px;
            }
            .custom-radio .custom-control-label{
        display: flex;
    align-items: center;
                    }
                    .custom-radio.w-100px {
                                width: auto;}

.calc_container {
 margin-top: 35px;
}
@media (max-width: 767px) {
 .calc_container .col-md-3,
 .calc_container .col-md-9 {
   padding: inherit !important;
 }
}
.width-md {
 max-width: 675px;
 margin: 0 auto;
}
.calc_box .font-lg {
 font-size: 1.25rem;
 color: #832625;
 font-weight: bold;
}
.calc_box .font-lg i {
 font-size: 0.875rem;
 font-weight: 400;
}
@media (max-width: 992px) {
 .calc_box .font-lg {
   font-size: 1.25rem;
 }
}
.calc_box h6 > a {
 color: #832625;
}
.calc_box .dropdown-menu {
 max-height: 160px;
 overflow-y: auto;
 line-height: 1.7;
 min-width: 100%;
}
.calc_box p {
 font-size: 1.125rem;
 line-height: 3;
}
.calc_box p.p-inherit{
 font-size: 1rem;
 line-height: 1.7;
}
.compare_col .calc_box p {
 line-height: 2.2;
}
.calc_box .withsymol i{
 line-height: 3;
}
.compare_col .calc_box .withsymol i {
 line-height: 2.2;
}
@media (max-width: 992px) {
 .calc_box p {
   font-size: 1rem;
 }
 .calc_box p.p-inherit{
   font-size: .875rem;
 }
}
.calc_btmline{
 position: absolute;
 bottom: 0px;
 right: 15px;
 margin: 0;
}

.link_compare span:nth-child(2):after {
 content: "+";
}
.link_compare.de-active span:nth-child(1) {
 display: none;
}
.link_compare.de-active span:nth-child(2):after {
 content: "x";
}
.loan_calculated .compare_col_added {
 display: none;
}
.loan_calculated .compare_col_added .card{
 border-color: #832625;
}
.loan_calculated .compare_col_added .link_compare_close {
 position: absolute;
 right: 0;
 top: 0;
}
.calc_container .selected_items .nav li {
 margin: 0 15px;
 padding: 0 15px;
 font-weight: bold;
 color: #832625;
 position: relative;
}
@media (max-width: 992px){
 .calc_container .selected_items .nav li {
   margin: 0;
   padding: 0;
 }
}
.calc_container .selected_items .nav li a {
 color: #832625;
}
.calc_container .selected_items .nav li:after {
 content: "\f054";
 font-family: "Font Awesome 5 Pro";
 font-size: 10px;
 font-weight: 400;
 position: absolute;
 right: 0;
 top: 13px;
 display: none;
}
.calc_container .selected_items .nav li:before {
 content: "\f053";
 font-family: "Font Awesome 5 Pro";
 font-size: 10px;
 font-weight: 400;
 position: absolute;
 left: 0;
 top: 13px;
 display: none;
}
.calc_container .selected_items .nav li:last-child::before, .calc_container .selected_items .nav li:last-child::after{
 display: none;
}
.calc_container .selected_items .select-autowidth{
 font-size: 1rem;
}
.calc_container .selected_items .select-autowidth:after{
 top: auto;
}
.calc_container .selected_items .dropdown-menu{
 min-width: 100%;
}
@media (max-width: 767px) {
 .calc_container .selected_items .nav li {
   margin: 10px 0;
   padding: 0;
   width: 50%;
 }
 .calc_container .selected_items .nav li span {
   min-width: 60px;
   width: 100%;
 }
}
.line-height-lg {
 line-height: 2.2;
}
.tellme_container .calc_box p{
 line-height: 2.2;
}
.card_select_wrap .radiobox .custom_select_wrap{
  height: 80px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.card_select_wrap .radiobox .custom_select_wrap select{
  border: none;
  height: 100%;
  font-weight: normal;
}
.custom_select_wrap.active {border: solid 2px #832625}
.card_select_wrap {min-height: 180px; display: flex; flex-direction: column; justify-content: center}
