body{
    font-family: Roboto;
    color: #000;
    padding-top: 70px;
}
.bg-color{
    background-color: #fbfafb;
}
/* Navbar css */
.navbar.navbar-dark {
    background-color: #fff;
    padding: 10px 0px;
}
.navbar-dark .navbar-nav .nav-link{
    color: #151515 !important;
    font-weight: 600;
    font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-nav .nav-item.dropdown .mega-menu li a:hover {
    color: #25745f;
}
.navbar-nav .nav-item.dropdown > .nav-link:after{
    content: "\f282";
    font-family: 'bootstrap-icons';
    position: absolute;
    font-size: 12px;
    display: block;
    right: -10px;
    margin-top: -25px;
    transition: .3s ease
}
.navbar-nav .nav-item.dropdown{
    position: unset;
}
.navbar-nav .nav-item.dropdown .mega-menu{
    transition: .3s ease;
    background-color: #fff;
    list-style: none;
    padding: 0px;
    box-shadow: 0px 3px 6px 0px #dbdbdb;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
}
.navbar-nav .nav-item.dropdown .mega-menu ul{
    list-style: none;
    padding: 0px;
}
.navbar-nav .nav-item.dropdown .mega-menu li{
    padding: 0px 20px;
    /* line-height: normal; */
}
.navbar-nav .nav-item.dropdown .mega-menu li a{
    color: #151515;
    /* font-weight: 600; */
    font-size: 14px;
    padding: 0.5rem 0rem;
    display: block;
}
.navbar-nav .nav-item.dropdown .mega-menu li:first-child a{
    color: #25745f;
}
.search-wrapp .search-field{
    background: #f3f3f3;
    width: 170px;
    border-radius: 50px 0 0 50px;
    border: 0;
    padding: 10px 0px 10px 15px;
    color: #222222;
}
.search-wrapp .search-submit{
    background: #f3f3f3;
    color: #238a6a;
    border-radius: 0 50px 50px 0;
    margin-left: -5px;
    border: 0;
    padding: 10px 20px 10px 0px;

}
.search-wrapp .search-field:focus-visible, .search-wrapp .search-submit:focus-visible{
    outline: none;
}
.navbar-autohide.is-fixed{
    background-color: #f2faf5;
    transition: .3s ease-in-out;
}
.navbar .navbar-toggler{
    border: 0;
    box-shadow: none;
    font-size: 24px;
}
.navbar .navbar-toggler .hamburger{
    display: inline;
}
.navbar .navbar-toggler.active .close{
    display: inline;
    color: #fff;
}
.navbar .navbar-toggler .hamburger, .navbar .navbar-toggler .close{
    color: #151515;
}
.navbar .navbar-toggler .close, .navbar .navbar-toggler.active .hamburger{
    display: none;
}

/* Baneers section */
.banner-bg{
    background-color: #f7f8f9;
}

/* Breadcrumbs Css starts */
.breadcrums-wrapp .breadcrumb-item{
    font-size: 15px;
}
.breadcrums-wrapp .breadcrumb-item a{
    color: #6e6e6e;
    text-decoration: none;
    font-weight: 500;
}
.breadcrums-wrapp .breadcrumb-item.active{
    color: #25745f;
    font-weight: 500;
}
.breadcrums-wrapp .breadcrumb-item+.breadcrumb-item{
    padding-left: 0.2rem;
}
.breadcrums-wrapp .breadcrumb-item+.breadcrumb-item:before{
    content: "\F280";
    font-family: 'bootstrap-icons';
    font-size: 10px;
    font-weight: 600;
    color: #25745f;
    float: none;
    padding-right: 0.2rem;
}
/* Breadcrumbs Css ends */

/* Page intro css starts */
.page-intro h1{
    color: #000000;
    font-size: 30px;
    margin: 12px 0px;
    text-transform: capitalize;
}
.page-intro p{
    font-size: 15px;
    margin-bottom: 0px;
}
.page-intro table{
    border: 1px solid #d4d4d4;
}
.page-intro table th,
.page-intro table td{
    border: 1px solid #d4d4d4;
    padding: 10px;
}
@media(max-width: 767px){
    .page-intro h1{
        font-size: 20px;
    }
}
/* Page intro css ends */

/* Banner css starts */
.banner-wrapp{
    background-color: #fbfafb;
    border-radius: 10px;
}
.banner-wrapp .info-heading {
    font-size: 24px;
    font-weight: normal;
}
.banner-wrapp ul{
    list-style: none;
    padding-left: 0px;
}
.banner-wrapp ul li{
    display: flex;
    align-items: center;
    color: #25745f;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
}
.banner-wrapp ul li span{
    display: inline-block;
    margin-left: 10px;
}
/* Banner css Ends */

/* form css starts */
.form-wrapper{
    box-shadow: 0px 3px 6px 0px #dbdbdb;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.form-wrapper .form-control{
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
}
.form-wrapper .form-cta button{
    width: 100%;
    padding: 7px 0px 7px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #25745f;
    background: #25745f;
    outline: none;
}
/* form css ends */

/* Cads Css starts */
.cards-wrapp{
    /* background: #fbfafb; */
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 10px 25px 10px 25px;
    margin-bottom: 45px;
}
.cards-wrapp.load-more-cards{
    display: none;
}
.cards-wrapp .card-head .card-sub-title{
    font-size: 14px;
    color: #000;
    /* color: #515151; */
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cards-wrapp .card-head .card-title{
    text-decoration: none;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: none;
    color: #25745f;
}
.cards-wrapp .card-head .card-title a:hover{
    text-decoration: underline;
}
.cards-wrapp .card-head .card-title a{
    /* color: #25745f; */
    color: #000;
}
.cards-wrapp .card-head .card-apply-cta a{
    background: #25745f;
    padding: 7px 0px 7px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: 2px solid #25745f;
    display: block;
    width: 100%;
    margin: auto;
}

/* .cards-wrapp .card-body{
    border-bottom: 1px solid #ccc;
} */
.cards-wrapp .card-body .card-image .bank-name>a{
    margin: 14px 0px 0px;
    color: #222222;
    text-decoration: none;
    display: inline-block;
}
.cards-wrapp .card-body .card-image .bank-name>a:hover{
    text-decoration: underline;
}
.cards-wrapp .card-body .card-image span{
    display: inline-block;
    font-size: 14px;
}
.cards-wrapp .card-body .card-image .bi-star-fill{
    color: #ff8300c2;
}
.cards-wrapp .card-body .card-rewards-title, .cards-wrapp .card-body .card-fetures-title{
    margin-bottom: 8px;
    color: #000;
    /* color: #222222; */
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.cards-wrapp .card-body .card-features{
    border-bottom: 1px solid #ccc;
}
.cards-wrapp .card-body .card-rewards .rewards-rate{
    /* color: #222222; */
    color: #000;
    background: #e5e5e5;
    padding: 3px;
    font-size: 14px;
    font-weight: 600;
    width: 40px;
    min-width: max-content;
    height: 40px;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    margin-right: 7px;
}
.cards-wrapp .card-body .card-rewards .rewards-text{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    /* color: #454545; */
}
.cards-wrapp .card-body .card-features ul, .cards-wrapp .card-fees-wrapp ul{
    padding-left: 18px;
    list-style: none;
}
.cards-wrapp .card-body .card-features ul li, .cards-wrapp .card-fees-wrapp ul li{
    font-size: 14px;
    position: relative;
}
.cards-wrapp .card-body .card-features ul li:before, .cards-wrapp .card-fees-wrapp ul li:before{
    content: "\F633";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: -20px;
    font-weight: 600;
    color: #25745f;;
}
/* .cards-wrapp .card-fees-wrapp{
    border-bottom: 1px solid #ccc;
} */
.cards-wrapp .card-fees-wrapp .txt-fee-head{
    margin-bottom: 2px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}
.cards-wrapp .card-fees-wrapp p{
    font-size: 14px;
}
.cards-wrapp .card-footer .tabs-border{
    border-top: 1px solid #ccc;
}
.cards-wrapp .card-footer .tabs-border .nav-tabs .nav-link{
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    border: 0;
}
.cards-wrapp .card-footer .tabs-border .nav-tabs .nav-link.active{
    color: #222222;
    border-bottom: 3px solid #222222!important;
    background: transparent;
}
.cards-wrapp .card-footer .tab-content{
    border-top: 1px solid #ccc;
}
.card-apply-cta a{
    background: #25745f;
    padding: 7px 0px 7px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: 2px solid #25745f;
    display: block;
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

.card-apply-cta a.disabled{
    cursor: not-allowed;
    background: #25745fc4;
}

.cards-wrapp .card-footer .long-content{
    display: none;
}
.cards-wrapp .card-footer .short-content{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 4.5em;
}
.cards-wrapp .view_btn_cat {
    color: #25745f;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    padding-left: 15px;
    cursor: pointer;
}
.card-footer .tab-content p{
    font-size: 14px;
    margin-bottom: 8px;
}
.card-footer .tab-content p:has(+ ul),
.card-footer .tab-content p:has(+ ol) {
    margin-bottom: 0px;
}
.card-footer .tab-content ul,
.card-footer .tab-content ol{
    padding-left: 40px;
    font-size: 14px;
}

/* .card-footer .tab-content .long-content ul:not(first-child),
.card-footer .tab-content .long-content ol:not(first-child){
    margin-top: -14px;
    margin-bottom: 10px;
}

.card-footer .tab-content .short-content p{
    margin-bottom: 0px;
} */
.show{
        display: block;
}
.hide{
    display: none;
}
/* Cads Css ends */

/* translate css starts */
.skiptranslate{
    display: none !important;
}
.google-translate-wrapp a{
    background: #25745f;
    color: #fff;
    padding: 8px 15px;
    font-weight: 400!important;
    width: 120px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}
.google-translate-wrapp a:not(:last-child){
    margin-right: 10px;
}
/* translate css ends */

/* Footer section css starts */
.footer-widgets {
    background: #25745f;
    padding: 50px 0;
    background-position: center;
    background-size: cover;
}

.footer-widgets a {
    color: #fff !important;
    white-space: normal;
    font-size: 14px;
}

.footer-widgets a:hover {
    text-decoration: none;
    color: #0e0d0d !important;
}

.footer-widgets ul, .footer-widgets li {
    list-style: none;
    margin-bottom: 16px;
}

p.headline-text {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-widgets ul.list-unstyled {
    padding: 0;
    white-space: nowrap;
}

.footer-widgets ul.list-unstyled li {
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
}

.footer-widgets ul.list-unstyled li::before {
    content: '';
    position: absolute;
    left: -20px;
    background: #fff;
    width: 8px;
    height: 2px;
    top: 12px;
}

.inner-padding {
    padding: 0 0 0 20px; /* Adjusted padding for smaller screens */
}

.inner-padding p {
    display: flex;
    white-space: nowrap;
}

.menu-quick-links-container {
    text-align: left;
    margin-top: 20px;
    padding-left:20px;
}

.menu-contact-container {
    text-align: left;
    margin-top: 20px;
}

.menu-contact-container ul{
    margin-bottom: 0px;
    padding-left: 0px;
}

.menu-contact-container ul li{
    display: flex
}

.menu-contact-container .info-icon{
    width: 20px;
}

.menu-contact-container .info-icon i{
    color: white;
}

.menu-contact-container .info-text{
    padding-left: 15px;
}

.copy-right-bar {
    text-align: center;
    font-size: 15px;
}

.copy-right-bar a {
    color: #25745f;
}

.copy-right-bar a:hover {
    text-decoration: none;
    color: #0e0d0d !important;
}
.signup_footer_wrapper{
    background-color: #f7f8f9;
    border: 0.5px solid;
    border-radius: 15px;
 }
 .email_signup{
    border: 1px solid #dadbdd;
    border-radius: 50px 0 0 50px;
    background: #f3f3f3;
    color: #606266;
    padding: 11px 20px;
    font-size: 14px;
    font-style: italic;
    outline: none;
 }
.email_signup:focus{
 border: none;
 box-shadow: none;
}
.subscribe_now_btn{
 border: 1px solid transparent;
 border-radius: 50px;
 font-size: 14px;
 color: #ffffff;
 background-color: #25745f;
 padding: 0;
 margin-left: -18px;
 width: 155px;
}
.subscribe_now_btn:hover{
    color: #fff;
}
.sub_headline_subscriber{
 font-size: 16px;
 font-weight: 600;
 color: #2c2c2c;
 font-style: italic;
}
.headline_subscriber{
 font-size: 32px;
 color: #2c2c2c;
}
.lower_headline{
 font-size: 15px;
 font-weight: 400;
 color: #2c2c2c;
}
.sticky-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.sticky-footer-form {
    background-color: #f2faf5;
    padding: 0 0 10px 0;
    box-shadow: 0 -2px 24px 0 rgba(0,0,0,.28);
    -webkit-box-shadow: 0 -2px 24px 0 rgba(0,0,0,.28);
}
.sticky-footer-form p{
    font-size: 15px;
    color: #151515;
    margin-bottom: 5px;
}
.sticky-footer-form ul{
    list-style: none;
    margin-bottom: 0px;
}
.sticky-footer-form ul li{
    margin-left: 22px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.sticky-footer-form ul li:before{
    content: "\F135";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: -15px;
    font-size: 14px;
    font-weight: 600;
}
.sticky-footer-form .email-form-wrapp input{
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
}
.sticky-footer-form .email-form-wrapp button{
    width: 50%;
    padding: 7px 0px 7px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #25745f;
    background: #25745f;
    outline: none;
}
.sticky-footer-form .close{
    position: absolute;
    right: 16px;
    font-size: 20px;
    color: #25745f;
}
/* Footer section css ends */

/* Magic form css starts */
.alert-dismissible {
    padding-right: 1rem !important;
}
#genericForm_forms_flash .alert button, #offerForm_forms_flash .alert button{
    display: none;
}
/* Magic form css ends */

/* faq  */
.faq-heading{
color:#222222;
}
/* Custom style */
.faq-wrapper.accordion-item {
border: none;
}
/* .accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
transform: scale(.7) !important;
}
.faq-wrapper .accordion-button:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
} */
.faq-wrapper .accordion-button {
font-weight: 500;
}
.faq-wrapper .accordion-button {
font-size: 16px;
}
.faq-wrapper .accordion-button:focus {
border-color: transparent;
box-shadow: none;
outline: 0;
z-index: 3;
}
.faq-wrapper .accordion-button{
    box-shadow: none;
}
.accordian-item-container {
box-shadow: 0px 0px 7px 3px #e5e5e5;
background: #fff;
margin-bottom: 15px;
color: #000;
}
.accordian-item-container h2{
padding: 10px;
border-bottom: solid 1px #f1f1f1;
margin-top: 0px;
}
.accordion-button:not(.collapsed) {
background-color: transparent;
/* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
color: #000;
}
/* faq ends here */

/* Comapre cards css starts  */
.comapare-toolbar-widget{
   background-color: #fff;
   padding: 0.5em;
   border-top: 1px solid #999;
   max-height: 80%;  
}
.comapare-toolbar-widget ul{
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}
.comapare-toolbar-widget ul li{
   width: 100px;
   position: relative;
}
.comapare-toolbar-widget ul li .remove{
    color: #f00;
    font-size: 24px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: end;
}
.comapare-toolbar-widget ul li:not(:last-child){
   margin-right: 10px;
}
.comapare-toolbar-widget ul li img{
   width: 100px;
   height: 80px;
   margin: auto;
}
.comapare-toolbar-widget ul li span{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    color: #126f43;
    font-weight: 600;
    margin-top: 5px;
}
.compare-toolbar-open{
   background: #25745f;
   padding: 7px;
   color: #fff;
   /* border-radius: 5px; */
   font-size: 14px;
   font-weight: 500;
   text-decoration: none;
   border: 2px solid #25745f;
   width: max-content;
   /* margin: auto;
   float: inline-end; */
}
.compare-toolbar-open:hover{
   color: #fff;
   text-decoration: none;
}
.compare-card-cta{
   background: #25745f;
   color: #fff;
   padding: 10px 20px 10px 20px;
}
.compare-card-cta:hover{
   text-decoration: none;
   color: #fff;
}
.compare-toolbar-close{
    color: #126f43;
    position: absolute;
    right: 0;
    top: -20px;
}
.compare-cards-table tr th:first-child{
  position:sticky;
  left:0px;
  background-color: #fff;
  z-index: 1;
  border: 0;
}
.compare-cards-table tr th:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #dee2e6;
  z-index: 2;
}
.compare-cards-table tr th:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #dee2e6;
  z-index: 2;
}
.compare-cards-table tr td img{
    height: 120px !important;
}
.compare-cards-table tr th, .compare-cards-table tr td{
    /* vertical-align: middle; */
    padding: 15px;
    min-width: 200px;
    height: 150px;
}
/* .compare-cards-table tr td ul{
    list-style: none;
} */
.compare-cards-table tr td ul li:before{
    content: "\F633";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: -20px;
    font-weight: 600;
    color: #25745f;
}
.compare-cards-table h3 > a{
    color: #25745f;
    font-weight: 600;
    text-decoration: none;
}
.compare-cards-table h3 > a:hover{
    color: #000;
}
.compare-cards-table .apply-cta{
    background-color: #25745f;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 16px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}
.compare-cards-table .remove-column{
    color: #f00;
    font-size: 30px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
   /* Comapre cards css ends  */

   /* Popular searches css starts */
.popular-searches-wrapp .nav-tabs {
    border-bottom: 1px solid #25745f;
}
.popular-searches-wrapp .nav-tabs .nav-link.active{
    background-color: #25745f;
    border-color: #25745f;
    color: #ffffff;
    font-weight: 600;
}
.popular-searches-wrapp .nav-tabs .nav-link:focus,
.popular-searches-wrapp .nav-tabs .nav-link:hover{
    border-color: #25745f;
}
.popular-searches-wrapp .nav-tabs .nav-link{
    color: #000000;
}
.popular-searches-wrapp .popular-search-links{
    padding: 10px 10px 0px 10px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.popular-searches-wrapp .popular-search-links li a{
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: justify;
}
.popular-searches-wrapp .popular-search-links li a:hover{
    color: #25745f;
}
.popular-searches-wrapp .popular-search-links :not(:last-child):after {
    content: '|';
    padding: 0 5px 0 5px;
    color: #000000;
}
@media(max-width: 992px){
    .popular-searches-wrapp .nav-tabs{
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .popular-searches-wrapp .nav-tabs .nav-link{
        width: max-content;
    }
}
   /* Popular searches css ends */

/* Table of content starts */
.table-content #table-content{
    background: #25745f;
    color: #fff;
    padding: 8px 15px;
    font-weight: 400 !important;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.table-content .table-conten-div ul{
    list-style: none;
}
.table-content .table-conten-div ul li a{
    font-size: 15px;
    margin-bottom: 0px;
    color: #000;
    /* color: #6a6a6a; */
}
.target-section{
    scroll-margin-top: 115px;
}
/* Table of content ends */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 40px;
  background: rgba( 0,0,0,0.4 );
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.back-to-top:hover {
  color: #fff;
  background: rgba( 0,0,0,0.6 );
  transition: background 0.2s ease-in-out;
}

/* Back to top ends */

/* Seo content css starts */
.seo_content h6, 
.seo_content h5, 
.seo_content h4, 
.seo_content h3, 
.seo_content h2, 
.seo_content h1, h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
}
.seo_content h5,
.seo_content h6,
.page-intro h5,
.page-intro h6{
    font-size: 16px;
}
.seo_content h4,
.page-intro h4{
    font-size: 18px;
}
.seo_content h3,
.page-intro h3{
    font-size: 20px;
}
.seo_content h2,
.page-intro h2{
    font-size: 24px;
}
.seo_content h1,
.page-intro h1{
    font-size: 30px;
}
.seo_content h3{
    line-height: 1.6;
}
.seo_content table{
    border: 1px solid #d4d4d4;
}
.seo_content table th,
.seo_content table td{
    border: 1px solid #d4d4d4;
    padding: 10px;
    vertical-align: top;
}
.seo_content img{
    max-width: 100%;
}
@media screen and (max-width: 767px){
    .seo_content iframe{
     width: 100%;   
    }
};
/* Seo content css ends */
.main-banners h1{
    font-size: 50px;
    font-weight: 900;
    color: #000;
}
.main-banners p{
    font-size: 35px;
    font-weight: 700;
}
/* Main Banners Css starts */

/* Top Types of CC CSS Starts */
.grid-row{
    flex-wrap: wrap;
    row-gap: 15px;
}
.top-cc-column {
    width: 12%;
    text-align: center;
}
@media(min-width: 767px){
    .top-types-wrapp{
        background-image: linear-gradient(360deg, #f2faf5 80%, #ffffff 0%);
    }
}
@media (max-width: 1024px) {
    .top-cc-column {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .top-cc-column {
        width: 50%;
    }
    .top-types-wrapp{
        background-color: #f2faf5;
        padding-top: 1rem;
    }
    .most-popular-cards .span, .most-popular-cards .nav-link.dropdown-toggle{
        font-size: 18px !important;
    }
}
.top-cc-column p{
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: normal;
}
.top-cc-column p a{
    color: #25745f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
/* Top Types of CC CSS ends */

/* Most popular cards Section starts */
/* .most-popular-cards .span{
    color: #222;
    font-size: 40px;
    font-weight: 300;
} */
.most-popular-cards .show-me{
    color: #25745f !important;
    font-weight: 600;
    font-size: 40px;
}
.most-popular-cards .nav-link.dropdown-toggle{
    color: #000 !important;
    font-weight: 600;
    /* font-size: 40px; */
     font-size: 36px;
    border-bottom: 1px solid #000;
}
.most-popular-cards .nav-link{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
}
.most-popular-cards .nav-tabs .nav-item{
    font-size: 20px;
}
.popular-card{
    border: solid 1px #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popular-card img{
    height: 115px;
    margin-bottom: 15px;
    object-fit: fill;
}
.popular-card name a{
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    text-decoration: none;
    text-align: center;
}
.popular-card .short-intro{
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.popular-card .short-intro strong{
    font-weight: normal !important;
}
.popular-card i{
    text-align: center;
    color: #ff8300c2;
}
.popular-card .cards_pop_btn_more a{
    background: #25745f;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 15px;
    text-decoration: none;
    border: 1px solid #25745f;
}
.popular-card .cards_pop_btn_more a:hover{
    background: transparent;
    color: #25745f;
    border: 1px solid #25745f;
}
.popular-card .cards_pop_btn_aply a{
    color: #25745f;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 15px;
    border: solid 1px #25745f;
    text-decoration: none
}
.popular-card .cards_pop_btn_aply a:hover{
    background: #25745f;
    color: #fff;
}
/* Most popular cards Section ends */

/* Product detail page css starts */
.card-data{
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    background-color: #fbfafb;
}
.card-data .card-title{
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
    color: var(--contrast);
}
.updated-at {
	color: rgb(106, 106, 106);
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 0px;
}

.brief-summary {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

.our-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 992px) {
	.our-rating {
		font-size: 58px;
	}
}

#pros-and-cons .pros ul,
#pros-and-cons .pros ul {
	padding-left: 20px;
}

#pros-and-cons .pros ul li:before {
	position: absolute;
	content: "\f26e";
	color: #0cc26c;
	top: 0px;
	left: -26px;
	font-size: 22px;
	font-weight: bold;
	font-family: 'bootstrap-icons';
}

#pros-and-cons .pros ul li,
#pros-and-cons .cons ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

#pros-and-cons .cons ul li:before {
	position: absolute;
	content: "\F62A";
	color: #ff0000;
	top: 0px;
	left: -26px;
	font-size: 22px;
	font-weight: bold;
	font-family: 'bootstrap-icons';
}

/* .check-list li, .cross-list li {
   list-style: none;
   position: relative;
   margin-bottom:10px;
   font-size:18px;
   }
   .check-list li:before {
   position: absolute;
   color: #0cc26c;
   top: 0px;
   left: -39px;
   font-size: 35px;
   font-weight: bold;
   }
   .cross-list li:before {
   position: absolute;
   color: #ff0000;
   top: 0px;
   left: -39px;
   font-size: 35px;
   } */
#pros-and-cons h3 {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
	color: #000000;
}

.product-details table {
	margin: 0 !important;
}
@media(min-width: 767px){
    .product-details table{
        width: 100%;
        table-layout: fixed;
    }
    .product-details .product-card-image img{
        width: 30% !important;
    }
}

.product-details tr:nth-child(even) {
	background: #fafafa;
}
.product-details td {
	width: 50%;
	border: 1px solid #d4d4d4 !important;
	padding: 15px 15px !important;
	vertical-align: baseline;
}

.product-details .card-data h4 {
	margin-bottom: 5px;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
}

.product-details .card-data ul {
	padding-left: 0px;
	list-style: none;
}

@media(max-width: 767px) {
	.product-sec-heading {
		font-size: 26px;
	}
    .product-details .product-card-image img{
        width: 100% !important;
    }
}
/* Product detail page css ends */

/* blog css starts here */

div.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color:none!important;
}

div.card.card-plain {
    background: transparent;
    box-shadow: none;
}
div.card .card-header {
    border-radius: 3px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: none;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #e4edf6;
    transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link {
    border: 0!important;
    color: black!important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link  {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 20px;
    background-color: transparent;
    transition: background-color .3s 0s;
    text-decoration: none;
    text-align: center;
}

.nav-tabs .nav-item .nav-link h2 {
    padding: 12px 0px;
    border: 0!important;
    color: black!important;
    font-weight: 500;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
    transition: background-color .3s 0s;
    text-decoration: none;
    text-align: center;
}

 .box-outer{
   border: solid 1px #e8e8e8;
   padding: 20px;
   border-radius: 10px;
   margin-bottom: 15px;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   }
   .cards_pop_img {
   text-align: center;
   height: 115px;
   margin-bottom: 15px;
   }
   .cards_pop_img img {
   border-radius: 10px;
   height: 115px;
   object-fit: fill;
   }
   .cards_pop_title {
   text-align: start;
   margin-bottom: 5px;
   /* text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap; */
   }
   .cards_pop_title a {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
}
   .cards_pop_cont {
   color: #3f3f3f;
   font-size: 15px;
   line-height: 26px;
   text-align: start;
   }
   .cards_pop_btn_more a {
    background: #25745f;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
}
.cards_pop_btn_more a:hover {
    background: transparent;
    color: #25745f;
    border: 1px solid #25745f;
}

/* popular post css */
.popular-post ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.popular-post li{
        border-bottom: 1px solid #d4d4d4;
}
.post-link {
    display: flex;
    align-items: center;
    text-decoration:none;
}
.popular-post a{
    text-decoration:none;
}
.post-thumb {
    margin-right: 15px;
}
.popular-post img {
    height: 70px !important;
    image-rendering: crisp-edges;
}
.post-text .title {
    font-size: 16px;
    line-height: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    transition: all 0.3s linear;
}
.popular-post.post-meta {
    font-size: 12px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #838383;
    display: inline-block;
    margin-top: 5px;
}
/* popular post css ends here */

/* blog css ends here */

/* Contact us form css starts */
.contact-form-wrapp{
    box-shadow: 0px 3px 6px 0px #efefef;
}
.contact-form-wrapp .form-control{
    box-shadow: none;
}
.contact-form-wrapp button{
    width: 50%;
    padding: 7px 0px 7px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #25745f;
    background: #25745f;
    outline: none;
}
#contactForm_forms_flash button{
    display: none !important;
}

.seo_content tr:nth-child(even) {
    background: #fafafa;
}
.seo_content th {
    background: #fafafa !important;
}
/* Contact us form css ends */

/* Offer page Starts */
.tabs_sec {
    margin-top: -30px;
}

.tabs_list {
    list-style: none;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}

.tabs_list li {
    display: flex;
    align-items: center;
}


.tabs_list li a {
    background: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    color: #000;
    white-space: nowrap;
}

.tabs_list li a:hover {
    background: #25745f;
    color: #fff;
    text-decoration: none;
}

.tabs_list li a.active {
    background: #25745f;
    color: #fff;
}

.tabs_list li a.active img {
    filter: brightness(0) invert(1);
}

.tabs_list li a:focus {
    text-decoration: none;
}

.tabs_list li a:hover img {
    filter: brightness(0) invert(1);
}

.tabs_list li a img {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin-right: 10px;
}

.offer_cards_sec h2 {
    font-size: 22px;
    font-weight: 600;
}

.offer_card_link {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.offer_card_link:hover {
    color: #000;
    text-decoration: none;

}

.offer_card_link:focus {
    color: #000;
    text-decoration: none;

}
.offer_card_link:hover .offer_cards {
    background: #25745f12;
}

.offer_cards {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px 10px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}

.card_img {
    width: 100%;
    padding: 10px 0px 0px;
}

.offer_card_title {
    margin: 10px 0px;
    font-weight: 600;
    font-size: 16px;
}

.offer_content {
    margin-top: 2px;
    font-size: 13px;
}

.booking_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking_content p {
    font-size: 10px;
    margin-bottom: 10px;
}
.booking_content p strong {
    display: block;
}

.Promo_list {
    list-style: none;
    border: 2px dotted #ddd;
    padding: 2px 6px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.Promo_list li:nth-child(1) {
    background: #25745f;
    color: #fff;
    border-radius: 10px;
    padding: 2px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -14px;
}

.Promo_list li:nth-child(2) {
    padding: 0px 2px;
}

.Promo_list li:nth-child(2) strong {
    font-size: 13px;
    vertical-align: middle;
    border-right: 2px dotted #ddd;
    padding-right: 6px;
}

.Promo_list li:nth-child(2) img {
    margin: 8px 2px 8px 8px;
}

.tick_icon {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tick_icon.show {
    opacity: 1;
}

.type_tabs_sec .nav-item {
    margin-right: 10px;
     margin-bottom: 15px;
}

.type_tabs_sec .type_tabs_img {
    margin-right: 10px;
    border-radius: 10px;
}

.type_tabs_sec button {
    align-items: center;
    display: flex;
    color: #000 !important;
    font-weight: 700;
    font-size: 13px;
    border-radius: 20px !important;
    border: 1px solid #ddd !important;
    padding: 7px 14px;
}



.type_tabs_sec button:hover {
    background-color: #25745f;
    color: #fff  !important;
}

.type_tabs_sec .nav-link.active{
    background-color: #25745f;
    color: #fff  !important;
}


.related_offers_head {
    color: #25745f;
    font-size: 18px;
    padding: 10px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

.author_details h2 {
    margin-top: 12px;
}

.author_social {
    list-style: none;
    padding-left: 0px;
}

.author_social li {
    display: inline-block;
    margin-right: 15px;
}

.author_social li a:hover img {
    filter: invert(36%) sepia(13%) saturate(1982%) hue-rotate(114deg) brightness(97%) contrast(83%);
}




/* Offer page ends */



/* New home page */
.choose_cards {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 20px;
    /* margin-top: 70px; */
    background: #fff;
}

.card_wrap {
    margin-top: 80px;
}

.choose_img {
    width: 50%;
    margin: 10px auto 0px;
}

.choose_img img {
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: -70px auto 0px;
    padding: 10px 0px;
    background: #fff;
}

.choose_cards h3 {
    font-weight: 700;
    /* font-size: 22px; */
}

.top_cards {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}

.top_cards span {
    font-weight: 700;
    font-size: 22px;
    margin-top: 0px;
}

.top_cards a {
    background: #25745f;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 15px;
    text-decoration: none;
    border: 1px solid #25745f;
}

.top_cards a:hover {
    background: #fff;
    color: #25745f;
    border: 1px solid #25745f;
}

/* Timeline */
.timeline{
    justify-content: space-around;
}
.step-title h3 {
    font-weight: bold;
    font-size: 18px;
}
.step-description {
    color: #6c757d;
}
.step-content {
    position: relative;
    display: inline-block;
    width: 100%;
}
.step-icon {
    background-color: #126f43;
    position: relative;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid #126f43;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.timeline-step:nth-child(odd) .step-border{
    position: relative;
    height: 50px;
}
.timeline-step:nth-child(even) .step-border{
    position: relative;
    height: 100px;
}
.timeline-step:nth-child(odd) .step-border::before{
    content: "";
    position: absolute;
    border: 2px solid #126f43;
    height: 50px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-step:nth-child(even) .step-border::before{
    content: "";
    position: absolute;
    border: 2px solid #126f43;
    height: 100px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-step:nth-child(even) .step-border::after{
    content: "";
    position: absolute;
    border: 3px solid #126f43;
    height: 6px;
    border-radius: 50%;
    bottom: -4px;
    right: 50%;
    transform: translateX(50%);
}
.timeline-step {
    position: relative;
}
.timeline-step:not(:last-child):before {
    position: absolute;
    content: "";
    border: 2px solid #126f43;
    width: 100%;
    top: 22px;
    right: -58%;
}
.timeline-step:nth-child(odd) .step-border::after {
    content: "";
    position: absolute;
    border: 3px solid #126f43;
    height: 6px;
    border-radius: 50%;
    bottom: -4px;
    right: 50%;
    transform: translateX(50%);
}


@media (max-width: 992px) {
.step-content{
    display: flex;
}
.timeline-step:not(:last-child):before{
    right: 0;
    rotate: 90deg;
}
.step-icon{
    background-color: #126f43;
    position: relative;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 10px;
    border: 1px solid #126f43;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.step-title{
    font-size: 15px;
     width: 100%;
}
.step-description{
    font-size: 13px;
    width: 100%;
}
.timeline-step_mobile .step_border_mobile{
    width: 60px;
    position: relative;
}
.timeline-step_mobile .step_border_mobile::before{
    content: "";
    position: absolute;
    width: 100%;
    border: 2px solid #126f43;
    top: 0;
}
.step-content{
    align-items: center;
}
.timeline-step_mobile .step_border_mobile::after{
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 5px;
    border: 3px solid #126f43;
    top: -1px;
    right: -4px;
}
.timeline-step_mobile{
    position: relative;
    margin-bottom: 15px;
}
.timeline-step_mobile:not(:last-child):before {
    position: absolute;
    content: "";
    border: 2px solid #126f43;
    height: 100%;
    top: 50%;
    left: 29.5px;
    transform: translateY(10px);
}
.image_step_customize{
    width: 80px!important;
    height: 65px!important;
    margin: 0 10px;
}
.step_wrapper{
    width: 100%;
}
}
@media (max-width: 460px){
.timeline-step_mobile:not(:last-child):before{
    bottom: -100px;
}
/* .step-description{
    min-height: 145px;
} */
}
@media (max-width: 380px){
.timeline-step_mobile:not(:last-child):before{
    bottom: -125px;
}
}


.top_cards {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
    justify-content: space-between;
}


.top_card_slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    font-size: 50px;
}

.top_card_slider .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
}

.top_card_slider .owl-nav .owl-next {
    position: absolute;
    right: -10px;
}

.top_card_slider .owl-dots {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1;
  text-align: center;
}

.top_card_slider .owl-dots .owl-dot {
  background: transparent !important;
  border-radius: 50%;
  border: 2px solid #126f43 !important;
  display: inline-block;
  height: 12px;
  margin: 5px;
  width: 12px;
}

.top_card_slider .owl-dots .owl-dot.active {
  background: #126f43 !important; /* Active dot color */
}

.cmn-cta{
    background-color: #25745f;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 16px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}
.cmn-cta:hover{
    color: #fff;
    text-decoration: none;
}

.sp_benefits ul,
.sp_benefits ol{
    margin-bottom: 0;
}

/* Updated on 28-10-2025 */

.card-footer .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: transparent !important;
}

.card-footer .accordion-item {
    border: none;
}

/* Border between accordion items */
.card-footer .accordion-item {
  border-bottom: 1px solid #ddd;
}

/* Remove double borders caused by Bootstrap default */
.card-footer .accordion-item:last-child {
  border-bottom: none;
}

/* Add border below header only when open */
/* .card-footer .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ddd;
  box-shadow: none !important;
} */

.card-footer .accordion-body {
    border-top: 1px solid #ddd;
}

.card-footer .accordion-button:not(.collapsed):after {
    filter: brightness(0) saturate(100%) invert(34%) sepia(12%) saturate(3065%) hue-rotate(101deg) brightness(90%) contrast(86%);
}

.summary-table-sec {
    background: #f2faf5;
}

.summary-table {
    background: #fff;
    border-radius: 10px;
}

.summary-table tr:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
    vertical-align: top;
}

.summary-table thead {
    border-bottom: 3px solid #126f43;
}

.summary-table th {
    font-size: 18px;
    padding: 15px 20px;
    white-space: nowrap;
}

.summary-table td {
    padding: 15px 20px;
}

.summary-table .tooltip-cell {
  position: relative;
  display: inline-block;
}

.summary-table .info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    font-style: italic;
    font-family: auto;
}

.summary-table .summary-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 99;
}

.summary-table .summary-tooltip::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #7e1c1c00 transparent #eeeded transparent;
}

.summary-table .tooltip-cell:hover .summary-tooltip,
.info-icon:hover + .summary-tooltip {
  display: block;
}

.summary-table-sec .summary-table .bi-star-fill {
    color: #ff8300c2;
}

.summary-table-sec .summary-table .card-btn, .summary-table-sec .viewmore-btn {
    /* width: 100%; */
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    background: #126f43;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.summary-table-sec .summary-table .card-btn:hover, .summary-table-sec .viewmore-btn:hover {
    cursor: pointer;
    text-decoration: none;
}

.rewards-rate {
  font-weight: 600;
  color: #000;
}



/* Optional: restrict scroll only on mobile */
@media (max-width: 768px) {
/* Make table horizontally scrollable on small screens */
.table-responsive {
  overflow-x: auto;
}

/* Sticky first column */
.summary-table td:first-child,
.summary-table th:first-child {
  position: sticky;
  left: 0;
  background: #fff; /* keep background solid to cover cells behind */
  z-index: 2; /* make sure it stays above other columns */
}

/* Add higher z-index for header */
.summary-table th:first-child {
  z-index: 3;
}

  .summary-table {
    min-width: 700px; /* force scroll on small screens */
  }
}


