@font-face { font-family: Archivo; src: url('../webfonts/Archivo-VariableFont_wdth.ttf'); } 












html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Francois One', sans-serif ;
    font-weight: 200; 
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}
.indexpage .hm-sec-6-image-container img {
    width: 120%;
}
.indexpage .hm-sec-6 #email-submit-form .search-input {
    margin-left: 20px;
    border: none;
}

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

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}
.no-border {
    border: none !important;
}
.content {
    text-align: center;
}

.title {
    font-size: 84px;
}
.cashback-icon {
    width: 16px;
    margin-right: 5px;
}
.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
.store-offer .top-stores-section .heading {
background: white;
text-decoration: none;
color: #16976e;
border-bottom: 0.3px solid #dbe1df;
background-color: #fff;
padding: 15px 0;
border-radius: 5px 5px 0 0;
text-align: center;
font-size: 16px!important;
margin-bottom:0px;
}
.store-offer .top-store-card-container {
background: white;
text-decoration: none;
color: #16976e;
border-bottom: 0.3px solid #dbe1df;
background-color: #fff;
padding: 15px;
border-radius: 0px 0px 5px 5px;
text-align: center;
font-size: 16px!important;
list-style:none;
}
.store-offer .top-store-card-container .store-info .title {
font-size: 20px;
padding: 15px 10px;
display: flex;
align-content: center;
justify-content: center;
color:black;
}
.store-offer .top-store-card-container .cashback-info .info1 {
color: #16976e;
font-weight: bold;
}
.store-offer .top-stores-section .top-store-card-container .store-card-info .greenw-btn {
width: 90%;
}
.store-offer .top-stores-section .top-store-card-container .storeimage img {
max-height: 80px;
padding: 15px;
}
.withdraw .title .heading {
margin-bottom: 1rem;
}
.withdraw .heading1 {
color: grey;
}
.withdraw  ul.withdraw-options {
display: block;
list-style: none;
padding: 0;
margin-top: 0;
justify-content: unset;
 
margin-bottom: 1rem;
}
.withdraw  ul.withdraw-options li {
margin: 0 30px;
display: inline-block;
}
.withdraw ul.withdraw-options .wrapper {
border: 0.02px solid #dbe1df;
box-shadow: 0 9px 24px #dbe1df32;
padding: 11px;
border-radius: 6px;
width: 220px;
height: 120px;
 }
 .withdraw ul.withdraw-options .wrapper img {
width: 100%;
height: 100%;
}









.hm-sec-2-info-container .one .green_button {
    background: linear-gradient(108.44deg, #053326 0%, #053326 99.56%);
    padding: 4px 20px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 12px 0px #00000033;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    text-align: center;
    font-weight: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.hm-sec-2-info-container .one .green_button img {
    width: 20px;
    height: 20px;
}



































@media (min-width: 701px)
{
    .indexpage .yellow.green_button.tutorial_vid::before,
    .affiliateprogram .yellow.green_button.tutorial_vid::before,
    .hm-sec-1 .hm-sec-info #register1::before,
    a.yellow.green_button.install_ext::before,
    .hm-sec-4 .hm-sec-4-info-container .info .yellow::before,
    .hm-sec-5 .hm-sec-5-container .yellow::before,
    .primarynav .buttons-container #register::before,
    .menu2.nc1.sc_container a::before
    {
      content: '';
      position: absolute;
      top: 0;
      left: -50%;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      transform: skewX(-45deg);
      filter: blur(8px);
      transition: opacity 0.2s;
      opacity: 0;
      animation: shine_effect 2s infinite;
    }
    
}











@media (min-width: 701px)
    {
        .mobile
        {
            display:none !important;
        }
    }



    @media (max-width: 700px)
    {
        .desktop
        {
            display:none !important;
        }
        .mobile .primarynav 
        {
            padding: 0 !IMPORTANT;
        }
        .mobile .primarynav .parentcont {
            width: 100% !important;
            max-width: unset;
        }
        .primary-content
        {
            margin-top: 50px !important;
        }
        .top_header.mobile {
            background: none ! IMPORTANT;
        }
        .mobile.navbar
        {
            display: flex;
            flex-direction: row;
            width: 100%;
            justify-content: center;
            /*background: #19a679;*/
            padding: 0px 0;
            margin:0 !important;
        }
        .indexpage .hm-sec-4 .hm-sec-4-login {
            padding: 0 0 48px 0px !important;
        width: 100%;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
                background-position: 15px 77px;
        background-size: 313px 293px;
        }
        .indexpage .hm-sec-4-login-container {
            width: 325px;
        }
        .indexpage .hm-sec-4 .social-btn-container
        {
            max-width:280px;
        }
        .navbar-toggler
        {
            float: left !IMPORTANT;
            position: absolute !IMPORTANT;
            top: 10px;
            left: 10px;
        }
        .mobile .primarynav #navbarDropdown {
            padding: 0 !IMPORTANT;
        }
        .mobile .primarynav #navbarDropdown {
            padding: 5px 10px ! IMPORTANT;
            background-color: #D3B039 ! IMPORTANT;
            border-radius: 3px ! IMPORTANT;
        }
        .mobile .primarynav .menu_general.buttons-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /* padding-left: 20px; */
        }
        .mobile.navbar .logo-container img {
            max-width: 85px;
        }
        .navbar-light .navbar-toggler-icon {
            background-image: url(https://ezching.com/img/button-toggler.svg);
        }
        .navbar-light .navbar-toggler {
            color: rgb(255 255 255);
            border-color: rgb(255 255 255 / 65%);
        }
        
        
        .mobile.navbar
        {
            background:none;
                    padding: 0 10px !important;
                    max-height: 70px;
                    z-index:3;
        }
        
        .mobile .primarynav .buttons-container
        {
            gap:0 !important;
            flex-direction: column  !important;
        }
        .mobile .primarynav .buttons-container .buttons {
            display: flex;
            gap: 5px;
        }
        .mobile .primarynav .buttons-container #register, .mobile .primarynav .buttons-container #login {
            padding: 2px;
            background: none;
                    font-size: 12px;
        }
        .mobile .primarynav .dropdown:hover .dropdown-menu {
        left: unset;
        min-width: 250px ! IMPORTANT;
        max-width: 250px;
        /* right: unset; */
        }
        .mobile .primarynav .menu_general .dropdown:hover .dropdown-menu {
            right: unset;
        }
        .primarynav .menu_user #navbarDropdown {
            background: transparent ! IMPORTANT;
        }
        .search_bar .top-search-container .form-inline {
            width: 100%;
        }
        .search_bar .top-search-container
        {
           width: 100%; 
               filter: drop-shadow(2px 1px 5px rgba(196, 146, 32, 0.25));
        }
        nav.search_bar.primarynav.navbar {
            height: 75px;
            border-top: none;
            z-index:2;
        }
        .mobile .grid1 {
            display: flex;
            flex-direction: column;
            padding: 0 20px !important;
                    row-gap: 10px;
        }
    .mobile .footer_info_1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 0px;
    }
        
        .footer .custom_int_website_1 {
    margin: 10px 0;
    text-align: center;
}
.footer .footer-social-grid
{
    justify-content: center;
}
.footer_section_1
{
    margin-bottom: 10px;
}
.footer_social li {
    padding: 8px;
}
.primarynav .dropdown-menu-right a.dropdown-item
{
    text-align:left;
    display: flex;
        flex-direction: row;
        justify-content: flex-start;
}
.primarynav .dropdown-menu-right a.dropdown-item.active, 
.primarynav .dropdown-menu-right a.dropdown-item:active {
    background: unset;
    color: unset;
}
        
        
        
        
        
        
        
        
        
        
        
        
        .withdraw ul.withdraw-options
        {
            display:block
        }
        .withdraw ul.withdraw-options .wrapper
        {
            width: 150px;
            height: 85px;
            display: inline-block !IMPORTANT;
        }
        .withdraw ul.withdraw-options li {
            margin: 10px 10px;
            display: inline-block;
        }
        .withdraw ul.withdraw-options {
            display: inline-block;
            list-style: none;
            padding: 0;
            margin-top: 0;
            justify-content: center;
            margin-bottom: 1rem;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .withdraw ul.withdraw-options li
        {
            margin: 0 30px;
            display: inline-block;
        }
        .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
            color: white;
        }
        .navbar-light .navbar-nav .nav-link {
            color: white;
        }
        .navbar-nav .auth {
            display: flex;
            justify-content: center;
            padding-bottom: 10px !important;
        }
        .navbar-nav .auth .join {
            border: 1px solid;
            background-color: white !IMPORTANT;
            color: #16976e !important;
            border-radius: 12px !IMPORTANT;
            padding: 5px 15px !IMPORTANT;
            
            transition: all .4s;
            font-weight: bold;
           
        }
        .navbar-nav .auth .signin {
            border: 1px solid #d4d4d4;
            border-radius: 12px !IMPORTANT;
            padding: 5px 15px !IMPORTANT;
            color: white;            
            font-weight: bold;
            margin-right: 15px;
        }
        .navbar-nav .nav-item {
            border-bottom: 0.03px solid #dbe1df;
            padding: 0 15px;
        }

        .logo-container
        {
            padding: 4px;
        }
        .search-form input {
            margin: 0 26px;
        }
      
      
      
        
        .indexpage .hm-sec-info-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        background-size: 900px;
        background-position-x: center;
        }
.indexpage .hm-sec-info h2 {
    font-size: 34px;
    margin-bottom: 0;
}
.indexpage .hm-sec-info p {
    font-size: 18px;
    line-height: 22px;
}
.indexpage .hm-sec-img {
    width: 100%;
	padding-top: 40px;
}
.indexpage .hm-sec-img img {
    width: 100%;
}
.indexpage .hm-sec-2 .hm-sec-title-container h2, 
.indexpage .hm-sec-3 .hm-sec-title-container h2 {
    font-size: 28px;
	    line-height: 26px;
}
.indexpage .hm-sec-title-container img {
    padding-left: 95px;
    max-width: 220px;
}
.indexpage .hm-sec-2 .hm-sec-title-container p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
.indexpage .hm-sec-2-info-container {
    padding: 20px ! IMPORTANT;
    text-align: center ! IMPORTANT;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.indexpage .hm-sec-2-info-container ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.indexpage .hm-sec-2-info-container li img {
    height: 60px;
    width: 60px;
}
.indexpage .hm-sec-2-info-container li h3 {
    padding-top: 5px;
    font-size: 21px;
    line-height: 30px;
}
.indexpage .hm-sec-2-info-container li {
    background-size: 50px;
    margin: 0;
    margin: 12px 4px;
    width: 175px;
    padding: 13px;
    height: 300px;
}
.indexpage .hm-sec-2-info-container li p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    padding-right: 5px;
    padding-left: 0;
}
.indexpage .hm-sec-3 .hm-sec-container {
    background-size: 600px;
    background-position: center 30px;
    padding: 60px 18px 10px 18px;
}

.indexpage .hm-sec-3 .hm-sec-title-container p {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}
.indexpage .hm-sec-3 .hm-sec-3-info-container ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-items: center;
}
.indexpage .hm-sec-3 .hm-sec-3-info-container ul li {
    padding: 7px;
    width: 100%;
    max-width: 150px !important;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;    
}
.indexpage .hm-sec-3-info-container .store-img-container {
        width: 50px;
        display: flex;
        height: 50px;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        overflow:hidden;
}
.indexpage .hm-sec-3 .store-info-container {
    height: 50px;
}
.indexpage .hm-sec-3-info-container .store-info-container h4 {
    font-size: 10px;
}
.indexpage .hm-sec-3 .store-info-container span img {
    width: 7px;
    height: 7px;
    margin-right: 3px;
}
.indexpage .hm-sec-3 .store-info-container span {
    font-size: 10px;
}
.indexpage .hm-sec-3 .store-info-container p
{
        font-size: 8px;
}
.indexpage .hm-sec-3 .store-button-container .yellow {
    height: 30px;
    font-size: 12px;
    padding: 4px;
}
.indexpage section.hm-sec-4 {
    margin: 0;
    border-radius: 0 00px 30px 30px;
    padding: 0;
}
.indexpage .hm-sec-4-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.indexpage .hm-sec-3-info-container .store-img-container img {
    max-height: 40px;
    max-width: 40px;
    height: 20px;
}
.indexpage .hm-sec-4-info-container {
    width: 100% ! IMPORTANT;
    background-size: 500px;
	padding: 50px 0;
}
.indexpage .hm-sec-4-info-container .info h2 {
    font-size: 40px;
    /* padding: 20px; */
    margin: 0;
}
.indexpage .hm-sec-4-info-container .info p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.indexpage .hm-sec-4 .hm-sec-4-info-container .info .yellow {
    margin-top: 20px;
}
.indexpage .hm-sec-4 .social-login-title h2 {
    font-size: 28px;
    line-height: 30px;
}
.indexpage .hm-sec-5 {
    display: flex;
    flex-direction: column;
	margin-bottom:50px;
}
.indexpage .hm-sec-5 .info-title-container h2 {
    font-size: 36px;
    line-height: 26px;
}
.indexpage .hm-sec-5 .hm-sec-5-container {
    width: 100%;
}
.indexpage .hm-sec-5 .hm-sec-5-container {
    padding: 10px 30px;
}
.indexpage .hm-sec-5 .info-links-container ul {
    gap: 10px;
}
.indexpage .hm-sec-5 .info-links-container ul li .link-item, 
.indexpage .hm-sec-5 .info-links-container ul li {
    width: 100%;
    padding: 6px 5px;
}
.indexpage .hm-sec-5 .info-links-container ul .link-icon-container img {
    width: 80%;
}
.indexpage .hm-sec-5 .link-info-container h4 {
    font-size: 18px;
}
.indexpage .hm-sec-5 .link-info-container p {
    font-size: 14px;
    line-height: 20px;
}
.indexpage .hm-sec-5 .image-container img {
    width: 300px;
}
.indexpage .hm-sec-6 {
    width: 100% ! IMPORTANT;
    margin: 30px ! IMPORTANT;
}
.indexpage .hm-sec-6 {
    margin: 0 !IMPORTANT;
    padding: 40px 0px 80px 0px;
}
.indexpage .hm-sec-6 .hm-sec-6-image-container img {
    /*margin-bottom: -50px;*/
    width: 100%;
}
.indexpage .hm-sec-6-info-container 
{
	row-gap: 5px;
}
.indexpage .hm-sec-6 .hm-sec-6-info-container p {
    margin-bottom: 5px;
}
.indexpage .hm-sec-6 .hm-sec-6-info-container h3 {
    font-size: 32px;
    line-height: 32px;
}
.indexpage .hm-sec-6 #email-submit-form {
    width: 100%;
}
.indexpage .hm-sec-6 .hm-sec-6-container
{
display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
	padding: 60px 15px;
    row-gap: 26px;
}
.indexpage .hm-sec-6 .hm-sec-6-container
{
    padding:20px !important;
}
.indexpage .primary-content {
    margin-top: 0 !IMPORTANT;
}

.allstores section.st-sec-2 {
    padding: 10px 20px 80px 20px;
}    
.allstores .st-sec-2 #stores .top-store-card-container {
    display: grid;
    grid-gap: 15px 8px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}   
.allstores .st-sec-2 #stores li.card1.store-card {
    width: 160px;
    gap: 5px ! IMPORTANT;
    height: 200px;
            padding: 0 5px;
}
.allstores .st-sec-2 #stores li.card1.store-card a {
    height: 210px ! IMPORTANT;
}
.allstores .st-sec-2 #stores .storeimage {
    height: 100px;
    max-width: 140px;
}
.allstores .st-sec-2 #stores .store-info .store-name {
    font-size: 16px;
}
.allstores .primary-content {
    background: #d3b039;
    margin: 0 !important;
}
.allstores {
    margin-bottom: -40px;
}    
  
  .affiliateprogram section.af-sec-1 {
    display: flex;
    flex-direction: column;
	width: 100%;
}
.affiliateprogram .content.primary-content {
    margin-top: 0 !IMPORTANT;
}
.affiliateprogram .af-sec-info-container {
    max-height: 500px;
    background-size: contain;
}
.affiliateprogram .af-sec-info-container {
        max-height: 500px;
        background-size: contain;
        display: flex ! IMPORTANT;
        flex-direction: column ! IMPORTANT;
        justify-content: flex-start ! IMPORTANT;
}    
.affiliateprogram .af-sec-1 .af-sec-info-container .info h2 {
    font-size: 40px  !important;
            padding-top: 45px;
}
.affiliateprogram .af-sec-img-container img {
    max-width: 350px;
}
.affiliateprogram .af-sec-img-container {
    margin-top: -235px;
}
.affiliateprgram .af-sec-1 .af-sec-info-container .info {
    padding-top: 80px;
}
.affiliateprogram section.af-sec-2 {
    width: 100%;
    margin: 40px auto;
    padding: 10px 24px;
}
.affiliateprogram .af-sec-2 .af-sec-info-container .info h2 {
    font-size: 28px;
    line-height: 26px;
}
.affiliateprogram .af-sec-2 .af-sec-info-container .info img {
    /* padding-left: 95px; */
    max-width: 330px;
}
.affiliateprogram .af-sec-2 .af-sec-info-container .info p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
     
.affiliateprogram .af-sec-3 .af-sec-info-container .info h2 {
    font-size: 28px;
    padding: 5px;
    line-height: 26px;
}
.affiliateprogram .af-sec-3 .af-sec-info-container .info img {
    display: block;
    width: 100px;
    height: 13px;
}
 .affiliateprogram .af-sec-3 .affiliate_3 {
    padding: 20px 10px ! IMPORTANT;
}
.affiliateprogram .af-sec-3 .affiliate_3 .container_1.row {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
}
.affiliateprogram .affiliate_3 .container_1 .column {
    width: 100% ! IMPORTANT;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.affiliateprogram .aff_calculator_1 .row {
    justify-content: space-around;
    max-width: 350px;
}
.affiliateprogram .af-sec-3 .aff_calculator_1 p {
    font-size: 14px;
    margin-bottom: 5px;
}
.affiliateprogram .aff_calculator_1 input[type='range'] {
    width: 270px ! IMPORTANT;
}
.affiliateprogram .aff_calculator_1 #inputDiv, .affiliateprogram .aff_calculator_1 #inputDiv1 {
    /* color: aliceblue; */
    margin: 10px auto 50px auto;
}
.affiliateprogram .aff_calculator_1 .fee_container_1 span {
    width: 100px;
}
.affiliateprogram .aff_calculator_1 .col-4.fee_container_1 {
    width: 100% ! IMPORTANT;
    max-width: 200px ! IMPORTANT;

}
.affiliateprogram .aff_calculator_1 .col-4.fee_container_1 p {
    text-align: center;
    line-height: 18px;
}
.affiliateprogram .aff_calculator_1 .fee_container_1 span {
    width: 100px;
    padding: 5px ! IMPORTANT;
    text-align: center;
}
.affiliateprogram .af-sec-3 .aff_calculator_1 .note p {
    padding: 20px 5px;
    font-size: 12px;
    line-height: 15px;
}
.affiliateprogram .af-sec-3 .affiliate_3 .container_1 .first .heading_1 h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 4px;
}
.af-sec-3 .affiliate_3 .container_1 .first .heading_1 p {
    font-size: 18px;
    margin-bottom: 6px;
}
.affiliateprogram .af-sec-3 .affiliate_3 .custom_detail_1 {
    font-size: 13px;
    line-height: 16px;
}
 .affiliateprogram .af-sec-1 .af-sec-info-container .info p {
    font-size: 16px;
    line-height: 20px;
}   
.allcoupons .content.primary-content {
    margin-top: 10px ! IMPORTANT;
}
.allcoupons .offers_head h1 {
    font-size: 36px;
    padding-top: 10px;
}
.allcoupons section.st-sec-2 {
    padding: 10px;
}
.allcoupons .all_offers_page .offers-card-container {
    display: grid;
    grid-gap: 15px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
.allcoupons .all_offers_page li.card1.store-card {
    width: 160px ! IMPORTANT;
}
.allcoupons .st-sec-2 #stores .storeimage {
    width: 155px;
    height: 80px;
    max-height: 80px ! IMPORTANT;
}
.allcoupons .st-sec-2 #stores .storeimage img {
    max-width: 80px;
}
.allcoupons .all_offers_page .card1 .info_container .store_title {
    font-size: 12px;
    margin-bottom: 5px;
}
.allcoupons .all_offers_page .offers-card-container .info h4.title {
    height: 53px;
    /* padding: 5px; */
}
.allcoupons .all_offers_page .offers-card-container .info h4.title {
    height: 50px;
    /* padding: 5px; */
    font-size: 14px;
}
.all_offers_page .offers-card-container span.expiry {
    font-size: 12px;
    padding: 10px 12px;
    line-height: 14px;
}
.all_offers_page .offers-card-container span.verified {
    padding: 10px 2px;
}
.allcoupons .offers_section .offers-card-container .button .shop_now {
    min-width: 80px;
    padding: 10px 8px;
}
.allcoupons .offers_section .offers-card-container .button .shop_now {
    min-width: 80px;
    padding: 10px 8px;
    font-size: 14px;
}
.aboutuspage section.ab-sec-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.aboutuspage .ab-sec-1 .ab-sec-info-container {
    max-height: 500px;
    background-size: contain;
    display: flex ! IMPORTANT;
    flex-direction: column ! IMPORTANT;
    justify-content: flex-start ! IMPORTANT;
}
.aboutuspage .ab-sec-1 .ab-sec-info-container .info h2 {
    font-size: 40px !important;
    padding-top: 45px;
}
.aboutuspage .ab-sec-1 .ab-sec-info-container .info p {
    font-size: 16px;
    line-height: 20px;
}
.aboutuspage .ab-sec-img-container {
    margin-top: -320px;
        max-width: 350px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
}
.aboutuspage .ab-sec-img-container img {
    max-width: 430px;
}
.aboutuspage section.ab-sec-2 {
    width: 100%;
    margin: 40px auto;
    padding: 10px 24px;
}
.aboutuspage .ab-sec-2 .ab-sec-info-container .info h2 {
    font-size: 36px;
    line-height: 26px;
}
.aboutuspage .ab-sec-2 .ab-sec-info-container .info img {
     max-width: 165px; 
}
.aboutuspage .ab-sec-2 .ab-sec-info-container .info p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
}
.aboutuspage section.ab-sec-3 {
    padding: 10px;
}
.aboutuspage .ab-sec-3-info-container {
    padding: 0 10px;
}
.aboutuspage .ab-sec-3-info-container h2 {
    font-size: 30px;
    line-height: 34px;
}
.aboutuspage .ab-sec-3-info-container p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}
.aboutuspage .ab-sec-3-detail-container ul {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aboutuspage .ab-sec-3-detail-container .info h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.aboutuspage .ab-sec-3-detail-container .info p {
    font-size: 16px;
    line-height: 22px;
}
.aboutuspage .ab-sec-3-detail-container .info {
    min-height: 100px;
    gap: 6px;
    margin: 6px 5px;
    padding: 14px 20px;
}
.aboutuspage .primary-content {
    margin-top: 0 !IMPORTANT;
}
 .faqpage .faq-section-1 section.af-sec-1 {
    display: flex;
    flex-direction: column;
}
.faqpage .primary-content {
    margin-top: 0 !IMPORTANT;
}
.faqpage .faq-section-1 .af-sec-1 .af-sec-info-container {
    max-height: 500px;
    background-size: contain;
    display: flex ! IMPORTANT;
    flex-direction: column ! IMPORTANT;
    justify-content: flex-start ! IMPORTANT;
}
.faqpage .af-sec-1 .af-sec-info-container .info h2 {
    font-size: 36px !important;
    padding-top: 45px;
}
.faqpage .af-sec-img-container img {
    max-width: 320px;
}
.faqpage .af-sec-img-container {
    margin-top: -240px;
}
.faqpage .faq-section .vertical-menu-cont .nav-pills .nav-link {
    font-size: 12px;
    padding: 10px 10px;
    width: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faqpage .faq-section .faq-questions-cont .card {
    margin: 10px 0;
}
.faqpage .faq-section .tabdetails {
    padding: 0;
}
.faqpage .faq-section .faq-questions-cont .card-header h5 {
           font-size: 14px !important;
        padding: 1px 2px ! IMPORTANT;
        line-height: 18px ! IMPORTANT;
}
.faqpage .faq-section .faq-questions-cont .card .card-header {
    padding: 10px 15px ! IMPORTANT;
}
.faqpage .faq-section .faq-questions-cont .card .card-body {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 18px;
}
.faqpage .faq-section .accordion {
    display: flex;
    flex-direction: column;
}
.faqpage .af-sec-2 .af-sec-info-container .info h2 {
    font-size: 36px;
    line-height: 26px;
}  
.faqpage .faq-section-1 section.af-sec-2 {
    margin: 10px auto;
    width: 100%;
}
.faq-section-1 .af-sec-2 .af-sec-info-container .info img {
    padding-right: 0;
    width: 160px;
}
.contactpage .cn-sec-1 .cn-sec-info-container .info h2 {
    font-size: 36px !important;
    padding-top: 45px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 1em;
    color: #053326;
    text-align: left;
}
.contactpage .cn-sec-1 .cn-sec-info-container .info p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 700;
        /* font-size: 20px; */
        /* line-height: 26px; */
        color: #053326;
    }
.contactpage .cn-sec-1 .cn-sec-info-container .info {
    text-align: left;
    padding: 10px 50px;
}
.contactpage .cn-sec-1 .cn-sec-info-container {
    max-height: 500px;
    background-size: contain;
    display: flex ! IMPORTANT;
    flex-direction: column ! IMPORTANT;
    justify-content: flex-start ! IMPORTANT;
    background-image: url(https://ezching.com/assets/images/about_us_bg.png);
    width: 100%;
    height: 645px;
    background-repeat: no-repeat;
}
.contactpage .primary-content {
    margin-top: 0 !important;
}
.contactpage .cn-sec-img-container {
    margin-top: -240px;
}
  
  .contactpage .cn-sec-2 {
    width: 100%;
    margin: 50px auto;
}
.contactpage .cn-sec-2 .cn-sec-info-container {
    padding: 10px;
}
.contactpage .cn-sec-2 .cn-sec-info-container h1 {
    font-size: 30px;
    line-height: 26px;
}
.contactpage .cn-sec-2 .cn-sec-info-container img {
    max-width: 199px;
    padding: 20px 20px 5px 20px;
}
.contactpage .cn-sec-2 .cn-sec-info-container p {
    /* font-size: 18px; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
}
.contactpage .form_container {
    width: 90%;
    margin: 0px auto;
}
.page_account .page_account_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_account .page_account_info_container {
    padding: 0;
    width: 100% ! IMPORTANT;
    max-width: 100%;
}
#my-account .accounts-home .card-header h1, #activities .payments-home .card-header h1, #payment .payments-home .card-header h1, #claims .claims-home .card-header h1, #affiliate .affiliate-home .card-header h1, #favourite .payments-home .card-header h1, #my-profile .accounts-home .card-header h1, #payment #payments-tab h2, #affiliate .history .card-header h2 {
    font-size: 26px  !important;
    line-height: 34px  !important;
}
#my-account .accounts-home .card-header p, #activities .payments-home .card-header p, #payment .payments-home .card-header p, #claims .claims-home .card-header p, #affiliate .affiliate-home .card-header p, #favourite .payments-home .card-header p, #my-profile .accounts-home .card-header p {
    font-size: 16px  !important;
    line-height: 20px  !important;
    font-weight: 500  !important;
}
.accounts-home .overview .card-head h4, .accounts-home .overview .card-head h5, .accounts-home .overview .card-head p {
    font-size: 20px  !important;
    line-height: 24px  !important;
}
.overview .icon-container img {
    width: 50px !important;
}
.payments-home .overview .card-head {
    padding: 5px 0 !important;
}
.payments-home .overview .details {
    padding: 5px 0px  !important;
}
.accounts-home .overview .card-body, .payments-home .overview .card-body, .affiliate-home .overview .card-body {
    padding: 5px  !important;
}
.payments-home .overview .details .color-yellow {
    font-size: 18px  !important;
    padding: 5px 0  !important;
}
.payments-home .overview .details .figures .text-info, .payments-home .overview .details .figures .text-figure {
    font-size: 16px  !important;
}
#payment #payments-tab .container.payments-home .info h4 {
    font-size: 20px !important;
    line-height: 24px !important;
}
#payment #payments-tab .container.payments-home .overview .card {
    padding: 10px ! IMPORTANT;
}
#payment .payment-mode-form .payment_section #nav-tab, #payment .payment-mode-form .payment_section #nav-tab-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#payment .payment-mode-form .payment_section #nav-tab .nav-link, 
#payment .payment-mode-form .payment_section #nav-tab .nav-link.active, 
#payment .payment-mode-form .payment_section #nav-tab-2 .nav-link.active 
{
    font-size: 13px;
    padding: 5px 10px;
}
#payment .payment-mode-form .payment_section #nav-tab, 
#payment .payment-mode-form .payment_section #nav-tab-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#payment .payment-mode-form .tab-content .tab-pane {
    padding: 0 10px;
}
#payment .payments-home .user-payment-modes {
    /* min-height: 100px ! IMPORTANT; */
    padding: 0 10px;
}
#payment .payment-mode-form .overview .card-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#payment .payments-home .overview .card-head .icon img {
    height: 50px;
}   
#payment .payments-home .table thead th {
    padding: 5px;
    vertical-align: middle;
}
#activities .payments-home .payment_section #nav-tab .nav-link {
    width: 80px !important;
            font-size: 14px !important;
}
#claims .claims-home .col-form-label {
    font-size: 16px !important;
    padding: 5px 0 !important;
}
#claims .claims-home .form-group select {
    font-size: 14px !important;
    height: 40px !important;
    padding: 10px ! IMPORTANT;
}
#claims .claims-home .card-body .form-group.row {
    padding-bottom: 2px !important;
    margin-bottom: 5px !important;
}
#claims .claims-home .card-body {
    padding: 20px 20px !important;
}
#claims .claims-home .form-group .fileupload {
    font-size: 14px !important;
    /* height: 40px; */
}
#claims .claims-home p.note {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
}

#claims .btn {
    padding: 5px 10px !important;
    width: 100% !important;
}
#claims .claims-home .details li p {
    font-size: 14px !important;
    line-height: 18px !important;
}
.claims-home .terms .details {
    padding: 10px 26px !important;
}
#claims .form-group.row.terms {
    margin-top: 30px !important;
}

.custom_single_store_container_1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.custom_single_store_container_1 .col-4, .custom_single_store_container_1 .col-8 {
    width: 100% !IMPORTANT;
    max-width: unset !IMPORTANT;
            padding: 10px 10px !important;
}
.custom_single_store_container_1 .fav-icon.far.fa-heart {
    top: 35px !IMPORTANT;
}
.custom_single_store_container_1 .store-info-section .store-info-container .tracking-section .track-speed p {
    font-size: 16px !IMPORTANT;
    margin-bottom: 8px !IMPORTANT;
}
.custom_single_store_container_1 .store-info-section .store-info-container .tracking-section .white-btn {
    font-size: 14px !IMPORTANT;
    padding: 8px 18px !IMPORTANT;
}
.custom_single_store_container_1 .store-info-section .store-info-container .shopbtn a {
    font-size: 16px !IMPORTANT;
}
.custom_single_store_container_1 .store-info-section .store-info-container .rates_list .info .rate_name small {
    font-size: 12px !IMPORTANT;
    line-height: 16px !IMPORTANT;
}
.custom_single_store_container_1 h2.section-heading.top_title {
    font-size: 18px !IMPORTANT;
}
.custom_single_store_container_1 .checkcb .top-search-form .search-input.form-control {
    width: 160px !IMPORTANT;
        font-size: 14px !IMPORTANT;

}
.custom_single_store_container_1  .checkcb .top-search-container {
    width: 300px;
    margin: 0px auto;
}
.custom_single_store_container_1 .checkcb .store-termcond-container .terms {
    padding: 10px !IMPORTANT;
}
.custom_single_store_container_1 .checkcb #top-search-form-cb .btn {
    font-size: 14px !IMPORTANT;
}
   
.custom_single_store_container_1   .offers_section {
    padding: 10px !important;
} 
.offers_section .offers-card-container li {
    padding: 15px !important;
}
.offers_section .offers-card-container .info {
    display: flex;
    flex-direction: column !important;
}
.offers_section .offers-card-container .info .type {
    font-size: 12px !important;
}
.offers_section .offers-card-container .info h4.title {
    font-size: 16px !important;
    line-height: 20px !important;
}
.offers_section .offers-card-container span.expiry, .offers_section .offers-card-container span.verified, .offers_section .offers-card-container span.uses {
    font-size: 12px !important;
    text-align: center !important;
}
.offers_section .offers-card-container .button .shop_now {
    font-size: 14px !important;
    padding: 10px !important;
    margin-top: 6px !important;
    width: 100% !important;
}
.custom_single_store_container_1 .store-termcond-section .store-termcond-container .button1, .custom_single_store_container_1 .store-tips-section .store-tips-container .button1, .custom_single_store_container_1 .howitworks-section .howitworks-container .button1 {
    font-size: 16px !important;
    padding: 10px ! IMPORTANT;
}
.custom_single_store_container_1 .store-termcond-container .terms {
    display: flex !IMPORTANT;
    flex-direction: column !IMPORTANT;
    align-content: center !IMPORTANT;
    align-items: center !IMPORTANT;
}
.custom_single_store_container_1 .store-termcond-container .col-6.terms_container {
    max-width: unset !IMPORTANT;
    padding: 12px !IMPORTANT;
    margin-bottom: 14px !IMPORTANT;
}
.custom_single_store_container_1 .store-termcond-container .terms .title {
    font-size: 15px !IMPORTANT;
    line-height: 20px !IMPORTANT;
}
.custom_single_store_container_1 .store-termcond-container .terms_detail ul {
    margin-bottom: 0 !IMPORTANT;
}
.custom_single_store_container_1 .store-termcond-container .terms_detail ul li {
    padding-bottom: 8px !IMPORTANT;
}
.custom_single_store_container_1 .store-termcond-container .terms_detail ul li {
    padding-bottom: 2px !IMPORTANT;
    font-size: 14px !IMPORTANT;
    line-height: 16px !IMPORTANT;
}
.custom_single_store_container_1 .howitworks-section ul {
    padding: 20px 15px  !IMPORTANT;
}
.custom_single_store_container_1 .howitworks-section ul li .count {
    font-size: 12px !IMPORTANT;
    padding: 6px 12px !IMPORTANT;
}
.custom_single_store_container_1 .howitworks-section ul li .card {
    padding: 0 10px !IMPORTANT;
}
.custom_single_store_container_1 .howitworks-section ul li .card .card-heading {
    font-size: 16px !IMPORTANT;
}
.custom_single_store_container_1 .howitworks-section ul li .card .card-detail {
    margin-bottom: 2px !IMPORTANT;
}
.custom_single_store_container_1 .howitworks-section ul li .card .card-info p {
    font-size: 14px !IMPORTANT;
    line-height: 18px !IMPORTANT;
    margin-bottom:0 !IMPORTANT;
}
.custom_single_store_container_1 .store-tips-section #store-tips-container p {
    font-size: 13px !IMPORTANT;
    line-height: 19px !IMPORTANT;
    padding: 8px 12px !IMPORTANT;
}
.custom_single_store_container_1 .store-tips-section #store-tips-container {
    margin-bottom: 10px ! IMPORTANT;
}
.custom_single_store_container_1  .st-sec-2 #stores .top-store-card-container {
    list-style: none !IMPORTANT;
    padding: 0 !IMPORTANT;
    display: grid !IMPORTANT;
    grid-gap: 10px !IMPORTANT;
    padding: 0 !IMPORTANT;
    grid-template-columns: repeat(2, 1fr) !IMPORTANT;
    justify-items: center !IMPORTANT;
    justify-content: center !IMPORTANT;
}
.custom_single_store_container_1  .similar-store-section .st-sec-2 #stores li.card1.store-card {
    width: 160px !IMPORTANT;
}
#store_popup .store_popup_container {
    margin: 0px auto !important;
    max-width: 350px !important;
}
#store_popup .copy_botton_container {
    max-width: 300px !IMPORTANT;
    overflow: hidden;
}
#store_popup #refferal_code {
    width: 130px !IMPORTANT;
        font-size: 14px !IMPORTANT;
}
.outpage_container .store-info-section .store-info-container {
    width: 100% !important;
}
.outpage_container .store-info-section .store-info-container .heading span {
    font-size: 18px ! IMPORTANT;
}
.outpage_container .store-info-section .store-info-container .heading .cb-rate {
    font-size: 18px ! IMPORTANT;
}

.affiliate-home .overview .heading-section .icon img {
    width: 60px;
}        
 
 .affiliate-home .overview .heading-section {
    padding-bottom: 5px;
}       
.affiliate-home .overview .heading-section .info h4 {
    font-size: 20px;
}
#affiliate .affiliate-home .overview .details li p {
    font-size: 14px ! IMPORTANT;
    line-height: 20px !Important;
}
#affiliate .top-section-1 {
    padding: 20px 24px !Important;
    width: 95% !Important;
    margin: 0px auto !Important;
}
#affiliate .affiliate-home .overview .copy-link .info p {
    font-size: 16px !Important;
    margin-bottom: 5px !Important;
}
#affiliate .affiliate-home .overview .copy-link .input-group-right span {
    width: 100px !Important;
    padding: 14px 0 !Important;
    display: flex !Important;
    flex-direction: row !Important;
    align-items: center !Important;
    justify-content: center !Important;
}
#affiliate .affiliate-home .overview .copy-link .input-group input, #affiliate .affiliate-home .overview .copy-link .input-group-right span {
    height: 50px !Important;
    padding: 15px !Important;
}
.affiliate-home .overview
{
    max-width: 400px !Important;
    margin: 0px auto !Important;    
}
#affiliate .affiliate-home .overview .social-icons {
    display: flex !Important;
    flex-direction: column ! IMPORTANT;
    gap: 5px !Important;
}
#affiliate .affiliate-home .overview .social-icons li {
    width: 100% !Important;
    height: 41px !Important;
}
affiliate-home .overview .sharing {
    margin: 20px auto !Important;
}
#affiliate .affiliate-home .overview .refer-earn .terms .details {
    padding: 4px 15px !important;
    gap: 0 !important;
}
#affiliate .affiliate-home .overview .refer-earn .terms h5 {
    padding: 5px 10px !important;
}
.login-page-1 .hm-sec-4-login-container {
    max-width: 350px !important;
    margin: 0px auto !important;
}
.login-page-1 .homepage-signup {
    width: 320px  !important;
}
.login-page-1 .social-btn-container {
    width: 320px ! IMPORTANT;
}
.login-page-1 .social-login-title img {
    width: 200px;
}
.login-page-1.hm-sec-4 {
    border-radius: unset !important;
    margin: unset !important;
    background: #D3B039 !important;
    height: 100% ! IMPORTANT;
    max-height: unset !important;
    display: flex !important;
    flex-direction: column !important;
}



section.hm-sec-4.register-page-1 .hm-sec-4-login {
    /* padding: 20px; */
    width: 100% !IMPORTANT;
}
.register-page-1 .hm-sec-4-login-container {
    width: 350px !IMPORTANT;
    padding: 10px !IMPORTANT;
}
.register-page-1 .social-login-title h2 {
    font-size: 26px ! IMPORTANT;
}
.register-page-1 .social-btn-container {
    width: 320px ! IMPORTANT;
}
section.hm-sec-4.register-page-1 .hm-sec-4-login {
        padding: 170px 15px ! Important;
        background-size: 332px 268px ! IMPORTANT;
        background-position: 22px 200px ! IMPORTANT;
        background-color: #deb836 ! IMPORTANT;
    }
.login-page-1 .hm-sec-4-login {
    padding: 40px 0 !IMPORTANT;
    margin: 0px auto;
}

.indexpage .hm-sec-3 .hm-sec-3-info-container ul li:last-child
{
    /*display:none;*/
}
.hm-sec-2-info-container .one .green_button {
    display: none;
}

.hm-sec-3 .store-container {
    column-gap: 5px !important;
}








        
    }      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    @media (min-width: 701px)
    {
        .mobile
        {
            display:none;
        }

    }
    /*my custom file 1*/
    html, body {
                font-family: 'Francois One', sans-serif !important;
            }
    .hide
    {
        display:none !important;
    }
    .show_slow
    {
        visibility: visible !important;
        opacity: 1 !important;
        transition:0.4s;
    }
    .show_custom 
    {
        visibility: visible !important;
        opacity: 1 !important;
        max-height: unset !Important;
        z-index: 0 !important;
    }
    .content
    {
        /* margin-top: 135px; */
    }
    .card {
    border: none;
    }
    #breadcrumbs,
    .breadcrumb {
    background-color: #16976e;
    }
    .breadcrumb-item.active
    {
        color:#c9c5c5;
    }
    .breadcrumb-item a {
    color: #dfdbd7;
    }
    body, html, h1, h2, h3, h4, h5, h6, p, span, td, li, i {
    font-family: 'Francois One', sans-serif;
    }
    i.pcbi-facebook:before {
    content: "\F39E";
    font-family: Font Awesome\ 5 Brands;
    font-style:normal;
    }
    i.pcbi-twitter:before {
    content: "\F099";
    font-family: Font Awesome\ 5 Brands;
    font-style:normal;
    }
    i.pcbi-whatsapp:before {
    content: "\F232";
    font-family: Font Awesome\ 5 Brands;
    font-style:normal;
    }
    i.pcbi-telegram:before {
    content: "\F3FE";
    font-family: Font Awesome\ 5 Brands;
    font-style:normal;
    }
    .social-icons li:hover {
    box-shadow: 0 10px 35px #dbe1dfb3;
    background-color: hwb(161deg 9% 41%)!important;
    }
    .social-icons li a {
    color: white;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .social-icons li.facebook {
    background-color: #5890ff;
    }
    .social-icons li.twitter {
    background-color: #00aced;
    }
    .social-icons li.whatsapp {
    background-color: #34bf49;
    }
    .social-icons li.telegram {
    background-color: #0088cc;
    }
    .social-icons li {
    border-radius: 100%;
    margin: 0 15px;
    cursor: pointer;
    transition: all .4s;
    }
    .alert.header-message
    {
        text-align:center;
    }

    a:hover
    {
        text-decoration:none !important;
    }

    .color-white
    {
        color:white;
    }
    .primarynav .navbar-brand
    {
        color:white;    
    }
    .primarynav .navbar-nav .show > .nav-link,
    .primarynav .navbar-nav .nav-link,
    .primarynav .navbar-nav .nav-link:hover
    {
        color:white;
    }
    .primarynav .dropdown-menu-right a.dropdown-item img {
    max-height: 20px;
    padding-right: 12px;
    filter: opacity(0.7);
    }
    .primarynav .dropdown-menu-right a.dropdown-item
    {
        padding:0.65rem 1rem;
        font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #053326;
    border-bottom: 1px solid #ffffff7a;
    }
    .primarynav .dropdown-menu-right
    {
        min-width: 15rem !IMPORTANT;
        border-radius: 10px;
            background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    }
    .primarynav .dropdown-menu-right a.dropdown-item:hover {
background: #F5C82F;    
color: white;
    }
    .primarynav .dropdown-menu-right a.dropdown-item:hover img {
    /*filter: invert(1);*/
    }
    .primarynav #navbarDropdown 
    {
        padding: 20px 20px 15px 1px !IMPORTANT;
    border-radius: 30px !IMPORTANT;
    background: #1ba77a !IMPORTANT;
    }
    .primarynav .dropdown-toggle::after
    {
        display:none;
    }
    .primarynav .dropdown:hover .dropdown-menu {
    display: block;
    }
    .primarynav #navbarDropdown .fa-user 
    {
    background: white;
    padding: 12px 15px 12px 15px;
    height: auto;
    width: auto;
    border-radius: 22px;
    margin-left: 3px;
    }
    .primarynav #navbarDropdown .fa-user:before {
    font-size: 20px;
    color: #16976e;
    }
    .primarynav #navbarDropdown {
    padding: 5px 20px 5px 2px !IMPORTANT;
    border-radius: 30px !IMPORTANT;
    background: transparent !IMPORTANT;
    }
    .primarynav #navbarDropdown .username {
    padding-left: 10px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #383838;
    }
    .primarynav .active.signin {
    color: white !IMPORTANT;
    }
    .primarynav .signin {
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    padding: 11px 25px !IMPORTANT;
    color: white;
    margin-right: 20px;
    font-weight:bold;
    }
    .primarynav .join {
    background-color: white !IMPORTANT;
    color: #16976e !important;
    border-radius: 20px !IMPORTANT;
    padding: 11px 25px !IMPORTANT;
    border-radius: 5px;
    transition: all .4s;
    font-weight:bold;
    }
    #navbarSupportedContent .custom_int_website_1 {
    position: unset !IMPORTANT;
    
    display: flex;
    margin: 12px 15px;
    }
    #navbarSupportedContent .custom_int_website_1 .container_1
    {
        top: 30px !IMPORTANT; 
    }
    .section-join .referral_section_2 {
    padding: 10px;
    cursor: pointer;
    }
    .section-join .reffer-code
    {
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        max-height: 0px;
        z-index: -99;
    }
    .custom_int_website_1 {
    position: fixed !IMPORTANT;
    right: 0px;
    top: 35px;
    margin-right: 35px;
    }
    .custom_int_website_1 .container_1
    {
    visibility: hidden;
    opacity: 0;        
    width: fit-content !IMPORTANT;
    top: 20px !IMPORTANT;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    background-color: transparent;
    border: 0 !important;
    position: absolute;
    z-index: 99;
    transition: opacity .45s ease-in-out;        

    }
    .custom_int_website_1 ul
    {
    list-style: none!important;
    padding: 0 !IMPORTANT;
    }
    .custom_int_website_1:hover .container_1 {
    opacity: 1 !IMPORTANT;
    visibility: visible !IMPORTANT;
    }
     
 
    .custom_int_website_1 .container_1 ul li a {
    padding: 5px 0 !IMPORTANT;
    display: block;
    }
    .custom_int_website_1 .us_website, .custom_int_website_1 .gb_website, .custom_int_website_1 .sp_website, .custom_int_website_1 .il_website, .custom_int_website_1 .de_website    
    {
    background-repeat: no-repeat;
    display: block;
    border-radius: 13px;
    background-color: black;
    background-size: 34px 25px;
    background-position: center;        
    }
    .primarynav .navbar-brand .logo
    {
    max-height: 70px !important;
    filter: contrast(1.5);
    }
    .menu-container-1 {
        position: absolute;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    visibility: hidden;
    transition: opacity .45s ease-in-out;
    top: 134px !IMPORTANT;
    border-radius: 7px;
    padding: 12px 0 !important;
    }    
    .menu-container-1 .sub-menu-2
    {
        padding:0;
    }
    .secondarynav .plain-menu .menu-container-1 .sub-menu-2 a
    {
    display: block;
    width: 100%;
    padding: 4px 25px !important;
    }
    .menu-container-1 .sub-menu-2 a:hover {
    background-color: #16976e;
    color: white;
    }
    .secondarynav li a .fa {
    padding: 0px 10px;
    }
    .menu-container-1 .sub-menu-2 li {
    display: block;
    margin:0;
    }
    /* .secondarynav {
    display: flex;
    flex-direction: column;
    padding-left: 120px;
    margin-bottom: 0;
    list-style: none;
    } */
    
    .secondarynav .menu2 a, .secondarynav .plain-menu a:nth-child(1)
    {
        padding: 12px 0 !IMPORTANT;
    display: block;  
    }
    /* .secondarynav li a
    {
        color:black;
    } */
    .plain-menu:hover .menu-container-1 
    {
    visibility: visible;
    }
    .secondary-menu {
    background: white;
    padding: 0;
    }
    .primarynav .parentrow
    {
    width: 100%;
    align-items: center;
    margin: 0;
    flex: 1 0 100%;
    }
    .primarynav .parentcont
    {
    width: 95% !IMPORTANT;
    max-width: unset;
    }
    /* .primarynav
    {
        padding: 0.2rem 1rem !important;
    } */
    ::-webkit-scrollbar-track {
    background-color: #d4d4d3;
    }
    ::-webkit-scrollbar-thumb {
    background-color: #d3b039 !important;
    }
    ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #d4d4d3;
    box-shadow: 0 10px 25px #d4d4d3;
    }
    .top_header {
    background-color: #16976e !important;
    border: none !important;
    margin-bottom: 0 !important;
    }
    .section-1 {
    background: #deede8;
    padding: 45px 0;
    }
    .section-1 .row-slider
    {
        padding: 10px;
        margin:0;
    }
    .section-1 .container:nth-child(1) {    
    max-width: unset !important;
    }
    .joinnow .desc img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    }
    .joinnow .desc {
    display: flex;
    align-items: center;
    }
    .joinnow .container1 {
    padding: 24px 15px;
    border: 0.03px solid #DBE1DE;
    border-radius: 5px;
    background-color: #F0EEFA;
    box-shadow: 0 10px 25px #dbe1df34;
    }
    .top_header 
    {
        background-color: #16976e !important;
        border: none !important;
        /* position: fixed; */
        width: 100%;
        z-index: 99999;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
    }
    .footer {
        margin-bottom: 0;
    background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
    border-radius: 30px 30px 0px 0px;
    }
    .footer .footer-social-grid
    {
        list-style: none;
        display: flex;
        flex-direction: row;
        margin: 0;
        column-gap: 20px;
    }
    .footer .container {
        padding: 83px 15px 10px 15px;
    max-width: unset;
    }   
    .footer .footer-social-grid li {
        margin: 0 !IMPORTANT;
        width: auto;
    } 
    .footer .footer-social-grid li a { 
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; 
    }
    .footer_section_1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        row-gap: 20px;
    }
    .grid_column .footer_logo img {
    max-height: 80px !important;
    margin-top: -25px;
    filter: contrast(1.5);
    }   
    .grid1 {
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr)) !important;
        padding: 0 100px !important;
        display: flex;
        column-gap: 100px;
        flex-direction: row;
    }   
    .footer .container .title {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
    }
    .footer .custom_int_website_1 {
    position: unset !important;
    padding-left: 0;
    }
    .footer .container .row ul li {
    text-align: left;
    margin-bottom: 5px;
    }
     
    .footer .container .row ul li {
    text-align: left;
    margin-bottom: 5px;
    width: fit-content;
    margin-right: 14px;
    }  
    .footer .container .row ul li a {
        font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    }  
    .footer .custom_int_website_1 .tooltip_1 .tooltiptext 
    {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    display: block;
    font-size: 12px;
    width: fit-content;
    padding: 9px 4px;
    margin-top: 10px;
    }
    .footer .container .row .custom_int_website_1 li {
    display: inline-block;
    }
    .footer .tooltip_1:hover .tooltiptext {
    visibility: visible !IMPORTANT;
    opacity: 1 !IMPORTANT;
    }
    .footer .lb-footer-copyright {
        display: flex;
        /* border-top: 1px solid #d4d4d5; */
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        background-color: transparent;
        background-image: url(../images/bg_footer.png);
        height: 185px;
        flex-direction: column;
    }  
    .footer .lb-footer-copyright p {
        margin: 0;
    padding-bottom: 30px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #383838;
    }    
    .footer_info p {
        margin: 0;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        color: #FFFFFF;
        opacity: 0.8;
    }
    .color_gold {
    color: #efd14e !important;
    }
    .color_blue {
        color: #747486 !important;
    text-decoration: underline;
    }
	.color_white {
        color: white !important;
    text-decoration: underline;
    }
    #carouselExampleIndicators .carousel-indicators li,
    #carouselExampleIndicators1 .carousel-indicators li
    {
        opacity: 1;
        height: 5px !IMPORTANT;
        border: 1px solid #16976e;
    }
    #carouselExampleIndicators .carousel-control-next-icon, 
    #carouselExampleIndicators .carousel-control-prev-icon,
    #carouselExampleIndicators1 .carousel-control-next-icon, 
    #carouselExampleIndicators1 .carousel-control-prev-icon

    {
        background-color: #000000;
    padding: 5px !IMPORTANT;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    background-size: 16px;
    filter: invert(1);
    }


    #carouselExampleIndicators,
    #carouselExampleIndicators1   {
        padding-bottom: 47px;
    }
    #carouselExampleIndicators .carousel-indicators li,
    #carouselExampleIndicators1 .carousel-indicators li
    {
        opacity:1;

    }
    #carouselExampleIndicators .carousel-indicators .active,
    #carouselExampleIndicators1 .carousel-indicators .active{
    background-color: #16976e;
    }




    #topstores .top-store-card-container .store-card-info 
    {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 99%;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    color: var(--dark-grey);
    border-radius: 40px 0 40px 0;
    transition: all .5s;
    left: 0;
    right: 0;
    }
    #topstores .favourite-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 10px;
    border: 0;
    background-color: transparent;
    color: #f03c3c;
    }


    .section-title .heading,.heading {
    font-size: 28px;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 40px;
    }
    .joinnow .links .greenw-btn {
    padding: 8px 45px!important;
    transition: all .4s;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    }

    .greenw-btn {
    background-color: #16976e !IMPORTANT;
    color: white !IMPORTANT;
    padding: 8px 45px;
    transition: all .4s;
    margin-top: 20px;
    }
    .greenw-btn:hover {
    box-shadow: 0 10px 25px #dbdddc;
    }
    .widebtn {
    width: 100%;
    cursor: pointer;
    background-color: transparent !important;
    color: #747475 !important;
    margin:40px 0;
    }
    .widebtn:hover {
    color: white !important;
    background-color: #16976e !important;
    }
    .newsletter1 .form1 .email-input .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    }
     
    .newsletter1 .email-input {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    
    }
    .top-stores-section .card1:hover .store-card-info 
    {
        transform: translateX(0) !IMPORTANT;
    }
    .newsletter1 .email-input .greenw-btn 
    {
        margin-top:0;
    }

    @media (min-width: 1200px) and (max-width: 1400px)
    {
        #topstores .top-store-card-container 
        {
            grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
        }
    }
    #topstores .top-store-card-container 
    {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
        grid-gap: 1rem;
        padding:0;
    }
    .section-1 .row-icons
    {
        margin:0;
    }
    #topstores .top-store-card-container .store-card {
    box-shadow: 0 10px 25px #dbe1df35;
    position: relative;
    background-color: #fff;
    border: 0.04px solid #DBE1E0;
    border-radius: 38px 0 38px 0;
    overflow: hidden;
    padding: 32px 10px;
    text-align:center;
    }
    #topstores .top-store-card-container .store-card a {
    color: #707070;
    }
    #topstores .top-store-card-container .store-card .storeimage {
    height: 80px;
    max-height: 120px!important;
    padding: 5px;
    overflow: hidden;
    }
    #topstores .top-store-card-container .store-card .storeimage img{
        max-height: 70px;
		max-width: 200px;
    }
    #topstores .top-store-card-container .store-card .store-old-amount {
    font-weight: 500;
    min-height: 24px;
    }
    #topstores .top-store-card-container .store-card .cashback-info .info1 {
    font-weight: 600!important;
    color: #16976e;
    }
    .newsletter1 .wrapper1 {
    text-align: center;
    padding: 80px 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    }
    .newsletter1 .wrapper1 .row1 {
    align-items: center!important;
    justify-content: center!important;
    }
    .newsletter1 .content1 .title .heading {
    font-size: 22px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    }
    .newsletter1 .content1 .title .desc {
    text-align: left;
    font-weight: 500;
    font-size: 16px!important;
    }
    .newsletter1 .content1 {
    display: flex;
    }
    .newsletter1 .row1 .content1 .icon {
    flex-shrink: 0;
    margin-right: 1rem!important;
    }
    .landing-section-1 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    padding: 20px 0 50px;
    background-image: url(https://ezching.com/img/icons/main-content-bg.png);
    background-color: #DEEDE7;
    }
    .landing-section-1 .main-container
    {
        max-width:unset;
    }
    .landing-section-1 .main-container .row
    {
        align-items: center;
        margin:0;
    }
    .landing-section-1 .main-container .row .main-column
    {
        flex: 1 0 0%;
    }
    .landing-section-1 .howitworks .title {
    display: flex;
    justify-content: center;
    }
    .landing-section-1 .howitworks .heading-2 
    {
    margin: 50px 0 10px;
    font-weight: 400;
    font-size: 20px;
    }
    .landing-section-1 .howitworks .points {
    display: inline-block;
    list-style: none;
    padding: 0!important;
    }
    .landing-section-1 .howitworks .points .main-li {
    float: left;
    display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 15px;
    }
    .landing-section-1 .howitworks .points .main-li .main-img {
    margin-right: 15px;
    flex-shrink: 0;
    height: 65px;
    width: 65px;
    }
    .landing-section-1 .howitworks .points .main-li .info {
    margin-bottom: 10px;
    font-weight: 500;
    
    }
    .landing-section-1 .howitworks .points .main-li .info .title
    {
        font-size: 16px!important;
        line-height: 1.5;
        justify-content: left;
    }
    .landing-section-1 .howitworks .points .main-li .info .desc {
    color: #747473;
    text-align: left;
    }
    .landing-section-1 .section-join {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
    background: #fff;
    padding: 30px 0;
    font-size: 15px;
    border: 0.03px solid var(--border-color);
    border-radius: 80px 0 80px 0;
    box-shadow: 0 10px 25px #dbe1df33;
    }
    .landing-section-1  .section-join .greenw-btn 
    {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        align-items: center;
        border-radius: 80px;
        padding: 10px 20px;
        margin-top: 0;
    }
    .landing-section-1 .section-join .notice-1 {
    margin-bottom: 20px;
    border-bottom: 1px solid #D4D4D3;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    }
    .landing-section-1 .section-join .homepage-signup {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0 60px;
    /* margin-bottom: 20px; */
    }
    .landing-section-1 .section-join .form-section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    }
    .homepage-signup .input-group-right .input-group-text {
    background-color: #DEEDE7;
    margin-left: -40px;
    border: none;
    z-index: 1;
    padding: 8px 0.75rem;
    }
    .register-page-1 .homepage-signup .submitbutton {
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
    font-family: 'Archivo' !IMPORTANT;
    font-style: normal;
    font-weight: 600 !IMPORTANT;
    font-size: 16px !IMPORTANT;
    line-height: 17px !IMPORTANT;
    color: #053326 !IMPORTANT;
    /* padding: 12px !IMPORTANT; */
    margin: 5px 0 20px 0 !IMPORTANT;
}
.register-page-1 .form-section-2 p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #383838;
    margin-top: 20px;
}
.register-page-1 .form-section-2 {
    text-align: center;
}
.register-page-1 .social-login-term p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #868686;
}
.register-page-1 .referral_section_2 {
    text-align: center;
    padding: 20px !IMPORTANT;
}
.register-page-1 .referral_section_2 span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #053326 !important;
    text-align: center !IMPORTANT;
}



    .login-page-1 .homepage-signup .input-group input {
    background-color: #e8f0fe;
    border-radius: 5px !important;
    border: 0.03px solid #DBE1DE !important;
    border-radius: 5px;
    box-shadow: 0 0 5px #dbe1de;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #868686;
    padding: 25px 30px;
}
    .homepage-signup .input-group input
    {
        background-color: #e8f0fe;
        border-radius: 5px !important;
        border: 0.03px solid #DBE1DE !important;
        border-radius: 5px;
        box-shadow: 0 0 5px #dbe1de;
    }
    .homepage-signup .terms-container .form-check {
        margin-bottom: 0.25rem!important;
    }
    .homepage-signup .submitbutton {
    border: 0.03px solid #dbe1de!important;
    border-radius: 6px !IMPORTANT;
    box-shadow: 0 0 5px #ccd1cfe6;
    color: #fff!important;
    text-decoration: none;
    display: inline-block !IMPORTANT;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-align: center;
    vertical-align: middle !IMPORTANT;
    }
    .homepage-signup .input-group {
        margin-bottom: 15px;
    }
    .homepage-signup .terms-container {
    justify-content: space-between!important;
    flex-wrap: wrap!important;
    display: flex!important;
    }
    .homepage-signup .input-group-right
    {
        margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
    margin-top: 3px;
    }




    .landing-section-1 .section-join .homepage-signup .homepage {
    width: 100%;
    }
    .landing-section-1 .section-join .social-login {
    margin-bottom: 20px;
    }
    .landing-section-1 .section-join .social-login .google-login-btn {
    border-radius: 5px;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    }
    .landing-section-1 .section-join .social-login .facebook-login-btn {
    background-color: #5890FE !IMPORTANT;
    color: #fff;
    border-radius: 5px;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    }
    .landing-section-1 .section-join .social-login img {
    height: 38px;
    width: 38px;
    padding: 2px 0 2px 4px;
    }
    .landing-section-1 .section-join .social-login .social-login-text {
    padding: 10px;
    display: inline-block;
    }
    .landing-section-1 .section-join .social-login .google-login-btn
    {
        background-color: #fff;
    color: #0000008f;
    border: 1px solid #DBE1DE;
    }
    
    .affiliate, .aboutus, .faq-section, .allstores-section {
    background: #19a679;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px !IMPORTANT;
    }
    .affiliate .card,
    .aboutus .card,
    .faq-section .card,
    .allstores-section .card
    {
    background: #19a679;
    }
    .aboutus .container_1 .column {
    display: flex;
    align-items: center;
    }
    .affiliate .card-header,
    .aboutus .card-header,
    .faq-section .card-header,
    .allstores-section .card-header
    {
    display: none;
    }
    .faq-section  .faq-questions-cont .card-header,
    .allstores-section  .faq-questions-cont .card-header
    {
        display: block; 
    }
    .faq-section .faq-questions-cont .card,
    .allstores-section .faq-questions-cont .card
     {
    border: 1px solid #16976e !important;
    padding-left: 0 !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
    }
    .faq-section .faq-questions-cont .card,
    .allstores-section .faq-questions-cont .card {
    border: 0;
    box-shadow: 0 10px 25px var(--css-shadow);
    margin: 10px 0;
    padding-left: 10px;
    background-color: transparent;
    border-radius: 5px;
    }
    .faq-section .faq-questions-cont .card-body,
    .allstores-section .faq-questions-cont .card-body {
    color: #747473;
    }

    .faq-section .faq-questions-cont .card-body, 
    .faq-section .faq-questions-cont .card-header,
    .allstores-section .faq-questions-cont .card-body, 
    .allstores-section .faq-questions-cont .card-header
    {
    background-color: #DEEDE7;
    }
    .faq-section .faq-questions-cont .card .card-body,
    .allstores-section .faq-questions-cont .card .card-body {
    flex: 1 1 auto;
    padding: 1rem;
    }
    .faq-section .faq-questions-cont .card .card-header,
    .allstores-section .faq-questions-cont .card .card-header
     {
    background: #19a679;
    }
    .faq-section .faq-questions-cont .card .card-header,
    .allstores-section .faq-questions-cont .card .card-header {
    padding: 10px 1rem;
    margin-bottom: 0;
    border-bottom: 0;
    }
    .faq-section .faq-questions-cont .card .card-header .h5, 
    .faq-section .faq-questions-cont .card .card-header h5,
    .allstores-section .faq-questions-cont .card .card-header .h5, 
    .allstores-section .faq-questions-cont .card .card-header h5
    {
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.5;
    }
    .faq-section .faq-questions-cont .card .card-header .h5 a .h5, 
    .faq-section .faq-questions-cont .card .card-header .h5 a h5, 
    .faq-section .faq-questions-cont .card .card-header h5 a .h5, 
    .faq-section .faq-questions-cont .card .card-header h5 a h5, 
    .allstores-section .faq-questions-cont .card .card-header .h5 a .h5, 
    .allstores-section .faq-questions-cont .card .card-header .h5 a h5, 
    .allstores-section .faq-questions-cont .card .card-header h5 a .h5, 
    .allstores-section .faq-questions-cont .card .card-header h5 a h5
    {
    margin-bottom: 0;
    }
    .faq-section .faq-questions-cont .rotateBtn i,
    .allstores-section .faq-questions-cont .rotateBtn i
    {
    position: absolute;
    right: 1rem;
    top: 10px;
    }
    .rotateBtn i {
    transition: all .2s;
    }
    .faq-section .faq-questions-cont .card-header h5 {
    color: white !important;
    }
    .allstores-section .faq-questions-cont a {
    color: grey;
    }    
    .affiliate .card .card-body,
    .aboutus .card .card-body,
    .faq-section .card .card-body,
    .allstores-section .card .card-body
    {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    }
    .affiliate .container_1 .image_container_1 img,
    .aboutus .container_1 .image_container_1 img,
    .faq-section .container_1 .image_container_1 img,
    .allstores-section .container_1 .image_container_1 img
    {
    max-width: 540px;
    }
    .aboutus .affiliate_1 
    {
        padding-bottom: 100px;
    }
  
    .aboutus .affiliate_1 .info_container_1 h5,
    .faq-section .affiliate_1 .info_container_1 h5,
    .allstores-section .affiliate_1 .info_container_1 h5
    {
    font-size: 3.50rem !IMPORTANT;
    font-weight: bold;
    padding-left: 5px;
    line-height: 50px;
    } 
    .all_stores_container_1 .info_container_1 h2
    {
    font-weight: bold;
    font-size: 2.8rem;
    }
    .aboutus .info_container_1 h2
    {
        font-size: 2rem;  
    }
    
    .aboutus .container_1
    {
    background: #19a679;
    }
    
    .aboutus .container_1 .info_container_1 
    {
        padding-top: 50px;
        color:white;
    }
    .all_stores_container_1 .info_container_1 p 
    {
    font-size: 1.2rem;
    }
    .affiliate_2 .info_container_1
    {
    background: #1cb584;
    width: 78%;
    margin: -75px auto 70px auto;
    border-radius: 20px;
    padding: 30px 40px;
    font-family: 'Open Sans', sans-serif !IMPORTANT;
    color: white;
    box-shadow: 0 10px 35px rgb(64 64 64 / 70%);
    text-align:center;
    }
    .affiliate_4 .info_container_1
    {
    background: #1cb584;
    width: 78%;
    margin: 75px auto 70px auto;
    border-radius: 20px;
    padding: 30px 40px;
    font-family: 'Open Sans', sans-serif !IMPORTANT;
    color: white;
    box-shadow: 0 10px 35px rgb(64 64 64 / 70%);
    text-align:center;
    }
    .affiliate_4 .custom_bullet_1 {
    vertical-align: top;
    }
    .affiliate_4 .custom_detail_1 {
    text-align: left;
    padding-left: 11px;
    line-height: 22px;
    }
    .affiliate_4 .info_container_1 p {
    text-align: left;
    }
    .affiliate_2 .container_1, 
    .affiliate_4 .container_1 
    {
        background: #16976e !IMPORTANT;
    }
    .affiliate_2 .info_container_1 h2, 
    .affiliate_3 .info_container_1 h2, 
    .affiliate_4 .info_container_1 h2 
    {
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 12px;
    }
    .affiliate_2,
    .affiliate_4 
    {
    background: #16976e;    
    }
    .affiliate .affiliate_2
    {
        margin-top: 80px;
    }
   
    .affiliate_3 .container_1 .heading h2 {
    color: white;
    /*font-family: 'Open Sans';*/
    font-weight: 400 !IMPORTANT;
    padding: 20px 0 40px 0;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    }
    .affiliate .affiliate_3 .container_1 .first {
    background: white !IMPORTANT;
    color: black !IMPORTANT;
    border-radius: 15px;
    box-shadow: 1px 3px 15px 0px rgb(64 64 64 / 70%);
    padding: 5px 5px 30px 5px;
    }
    
   
  
  
    .affiliate_3 .container_1 .first .detail_1 span {
    color: #16976e;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 25px;
    padding-top: 15px;
    text-align: center;
    }
    
    .affiliate_3 .container_1 .first .detail_1 a {
    background: #16976e;
    border: none;
    border-radius: 22px;
    padding: 12px 26px;
    color: white;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Francois One', sans-serif;
    }
    .aff_calculator_1 .row {
    justify-content: space-around;
    }
   
    .aff_calculator_1 #inputDiv, .aff_calculator_1 #inputDiv1 {
    /* width: 500px; */
    margin: 10px auto 60px auto;
    position: relative;
    }
    #etiqueta, #etiqueta1 {
    width: 30px;
    height: 26px;
    position: absolute;
    z-index: 9;
    background-color: #F0C431;
    color: #626262;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    top: 25px;
    font-weight: bold;
    }
    #etiqueta:after, #etiqueta1:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 8;
    background-color: #F0C431;
    position: absolute;
    left: 10px;
    top: -5px;
    /* top: -1px; */
    }
    .aff_calculator_1 input[type='range'], .aff_calculator_1 input[type='range']::-webkit-slider-runnable-track, .aff_calculator_1 input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    }
    .aff_calculator_1 input[type='range'] {
    display: block;
    background: transparent;
    border: 1px solid #f0c431;
    }
    .aff_calculator_1 input[type=range]::-webkit-slider-thumb {
  background-color: #053326;
  width: 40px;
  height: 22px;
  
  border-radius: 39%;
  margin-top: -7px;
}

.aff_calculator_1 input[type=range]::-moz-range-thumb {
  background-color: #053326;
  width: 15px;
  height: 15px;
  border: 3px solid white;
  border-radius: 50%;
}

.aff_calculator_1 input[type=range]::-ms-thumb {
  background-color: #053326;
  width: 20px;
  height: 20px;
  border: 3px solid white;
  border-radius: 50%;
}
/* 2.2 TRACK */

.aff_calculator_1 input[type=range]::-webkit-slider-runnable-track {
  background-color: orange;
  height: 9px;
border-radius:22px;
}

.aff_calculator_1 input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}

.aff_calculator_1 input[type=range]::-moz-range-track {
  background-color: #555;
  height: 9px;
border-radius:22px;
}

.aff_calculator_1 input[type=range]::-ms-track {
  background-color: orange;
  height: 9px;
border-radius:22px;

}

.aff_calculator_1 input[type=range]::-ms-fill-lower {
  background-color: #D3B039;
}

.aff_calculator_1 input[type=range]::-ms-fill-upper {
  background-color: #D3B039;
}

    .aff_calculator_1 .fee_container_1 span {
    width: 162px;
    display: block;
    background: white;
    height: 40px;
    border-radius: 6px;
    padding: 8px;
    color: #565656;
    font-weight: bold;
    text-align: left;
    border: 2px solid #D3B039;
    }
    .aff_calculator_1 .note p {
    padding: 20px 0;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    }
    .affiliate_3 .aff_calculator_1 .invite_link .copy-link .input-group.form-group {
        border-radius: 16px !IMPORTANT;
        overflow: hidden;
        border: 1px solid #ced4da;
        border: 2px solid #D3B039;
    }    
    .affiliate_3 .aff_calculator_1 .invite_link #refferal_link {
    background: white !IMPORTANT;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 16px;
    /* width: 677px; */
    height: 45px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: none;
    color: #D3B039;
    }
    .affiliate_3 .aff_calculator_1 .invite_link .copy-link .input-group-right span {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 24px;
    gap: 16px;
    /* width: 243px; */
    height: 40px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    }
    .affiliate_3 .aff_calculator_1 .invite_link {
        padding-top: 20px;
    }
    .affiliate_3 .aff_calculator_1 {
    vertical-align: middle !important;
    }
    .affiliate_3 .container_1 .column
    {
        display: flex;
    align-items: center;
    justify-content: center; 
    }
    .faq-section .vertical-menu-cont,
    .allstores-section .vertical-menu-cont {
    background: #16976e;
    padding: 10px 10px;
    }
    .faq-section .vertical-menu-cont .row .col-lg-10 .row .col-md-3,
    .allstores-section .vertical-menu-cont .row .col-lg-10 .row .col-md-3 {
    background: #19a679;
    border-radius: 10px;
    box-shadow: -6px 1px 20px 0px rgb(64 64 64 / 70%);
    padding: 10px 0;
    }
    .faq-section .vertical-menu-cont .row .col-lg-10 .row .col-md-3 .heading,
    .allstores-section .vertical-menu-cont .row .col-lg-10 .row .col-md-3 .heading {
    text-align: left;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    }
    .faq-section .heading,
    .allstores-section .heading {
    color: #efd14e !important;
    }
    .vertical-menu-cont .nav-pills {
    flex-direction: column;
    }
    .faq-section .vertical-menu-cont .nav-pills .nav-link.active, 
    .faq-section .vertical-menu-cont .nav-pills .nav-link:hover,
    .allstores-section .vertical-menu-cont .nav-pills .nav-link.active, 
    .allstores-section .vertical-menu-cont .nav-pills .nav-link:hover
     {
    color: #e7e7e7!important;
    background: #16976e;
    }
    .faq-section .vertical-menu-cont .nav-pills .nav-link,
    .allstores-section .vertical-menu-cont .nav-pills .nav-link
     {
    border-radius: 0;
    color: #e7e7e3 !important;
    margin: 0;
    }
    .vertical-menu-cont .nav-pills .nav-link {
    padding: 6px 10px;
    color: #000;
    font-weight: 500;
    margin: 3px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
    }
    .faq-section .vertical-menu-cont .row .col-lg-10 .row .col-md-9 .heading,
    .allstores-section .vertical-menu-cont .row .col-lg-10 .row .col-md-9 .heading{
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    color: white;
    }










    /*GENERIC*/
    .flex{display:flex;}
    .f-left{justify-content: flex-start;}
    .f-right{justify-content: flex-end;}
    .f-center{justify-content: center;}
    .f-space-btw{justify-content: space-between;}
    .f-align-c {align-items: center;}

    .f-direction-c {flex-direction: column;}
	.f-direction-r {flex-direction: row;}

    .mrg-0{margin:0;}
    .mrg-b-0{margin-bottom:0;}
    .mrg-t-0{margin-top:0;}
    .mrg-r-0{margin-right:0;}
    .mrg-l-0{margin-left:0;}

    .mrg-5{margin:5px;}
    .mrg-b-5{margin-bottom:5px;}
    .mrg-t-5{margin-top:5px;}
    .mrg-r-5{margin-right:5px;}
    .mrg-l-5{margin-left:5px;}

    .mrg-10{margin:10px;}
    .mrg-b-10{margin-bottom:10px;}
    .mrg-t-10{margin-top:10px;}
    .mrg-r-10{margin-right:10px;}
    .mrg-l-10{margin-left:10px;}

    .pd-0   {padding:0;}
    .pd-b-0{padding-bottom:0;}
    .pd-t-0{padding-top:0;}
    .pd-r-0{padding-right:0;}
    .pd-l-0{padding-left:0;}

	.pd-10		{padding:10px;}
    .pd-b-10	{padding-bottom:10px;}
    .pd-t-10	{padding-top:10px;}
    .pd-r-10	{padding-right:10px;}
    .pd-l-10	{padding-left:10px;}

    .no-list-style {
        list-style:none !important;
    }
    .bold {font-weight:bold !important;}

    .ezgreencolor
    {
        color:#16976e !important;
    }
    .color-grey
    {
        color:grey;
    }
    .ezgreenbg
    {
        background-color:#16976e;
    }
    .ezwhitebg
    {
        background-color:white;
    }
    
    .text-normal{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-top: 0;
    margin-bottom: 1rem;
    }


    .display-flex{display:flex !Important;}
    .display-block{display:block !Important;}


    .border-bottom, 
    .border-left, 
    .border-right, 
    .border-top {
    border-bottom-color: #DBE1DE !important;
    }
    .p-10
    {
        padding:10px !Important;
    }
    .t-left { text-align:left !important; }
    .t-right { text-align:right !important; }
    .text-center{text-align:center !important;}
    .text-left {text-align:left !important;}    
    .text-right {text-align:right !important;}    


    .mrg-r-5rem { margin-right: 0.5rem!important;}
    .active_f {display:flex !important;}    
    .rotate180 {-webkit-transform: rotate(180deg);}

    .pointer{cursor:pointer;}


    .fileupload::-webkit-file-upload-button {
    background: #cbcbcbed;
    padding: 0;
    border: none;
    padding: 7px 10px;
    margin-right: 20px;
    }

















     
    .page_account .card:nth-child(1) 
    {
        background: transparent;
        border:none;
    }
    .page_account .account_settings
    {
        background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
        border: 1px solid rgba(211, 176, 57, 0.2);
        border-radius: 24px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgb(197 203 201 / 20%);
    padding: 10px 0px 0 0px;
    }
    .page_account .account_settings .nav
    {
        flex-direction: column;
    }
    .page_account .card-body .col-9 {
        padding: 0;
    }
    .page_account .account_settings  .nav-tabs .nav-link.active {
        color: #ffffff !important;
    background-color: #16976e;
    border-color:#053326;
    box-shadow: 0 10px 25px #d9dfdde6;
    /* EZ Ching Green */

    background: #053326;
    /* shadow */

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    }
    .page_account .account_settings .nav-tabs .nav-link.active img
    {
        filter:invert(1);
    }
    .page_account .account_settings .nav-tabs .nav-link:focus,
    .page_account .account_settings .nav-tabs .nav-link:hover
    {
        border:1px solid transparent;
        color:grey;
    }
    .page_account .account_settings .nav-tabs .nav-link {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 14px 20px;
        gap: 10px;
        /* border: 1px solid rgba(211, 176, 57, 0.2); */
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        align-content: center;
        height:60px;
        color: #053326;
        border-bottom: 1px solid #ffffff85;
    }
    .page_account .account_settings .nav-tabs .nav-link img {
        max-height: 20px;
        padding-right: 10px;
        filter: opacity(0.5);
    }
    .page_account .account_settings  .main_head {
        text-align: center;
        margin: 0px 30px 15px 30px;
        border-bottom: 1px solid #80808038;
        padding: 20px 20px 20px 20px;
        color:#707070;
        display: flex;
    flex-direction: column;
    gap: 20px;
    }
    .page_account .account_settings   .nav-tabs {
        border-bottom: none;
    }
	#my-profile 
	{
        padding: 35px 20px 35px 20px;
        width: 95%;
	}
    #my-profile .form-group-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin: 20px 0;
    }
    .accounts-home .overview .card
    {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 5px 15px !IMPORTANT;
        gap: 20px;
        background: #FFFFFF;
        box-shadow: 8px 8px 19px rgb(196 146 32 / 13%) !important;
        border-radius: 20px !IMPORTANT;
    }



    .payments-home .overview .card {
        border: 1px solid #d7dddb;
        background-color: white !IMPORTANT;
        border-radius: 12px;
        margin-bottom: 5px;
        box-shadow: 0 10px 25px rgb(197 203 201 / 20%);
        padding: 0 0 20px 0px;
    }
    #payment #payments-tab .container.payments-home .info h4 {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #053326;
    }
    #payment #payments-tab .container.payments-home .overview .card {
        background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
        box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
        border-radius: 20px;
        padding:0;
    }
    #payments-tab .payments-home .overview .card-body {
        padding: 1rem 2rem;
    }
    #payment #payments-tab .payments-home .overview .details .figures .text-info, 
    #payment #payments-tab .payments-home .overview .details .figures .text-figure 
    {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #053326 !IMPORTANT;
    }
    #payment #payments-tab .payments-home .overview .details .color-yellow {
        /* color: black; */
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        color: #053326;
    }
    #payment .payments-home .user-payment-modes .header-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
     
    #payment #payment-tab-1, 
    #payment #payment-tab-2, 
    #payment #payment-tab-3, 
    #payment #payment-tab-4 {
        /*position: absolute;*/
        /*width: 90%;*/
    }
    #payment .payment-mode-form .tab-content .tab-pane {
    padding: 0px 30px;
}
    #payment .details_row {
    display: flex;
    flex-direction: column;
    }
    #payment .tabs-container
    {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #payment .header-logo-container {
        display: flex;
        width: 150px;
        height: 110px;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }
    #payment .summary.payments-home .overview .card-head {
    /* padding: 10px; */
    border-bottom: 1px solid #8080804d;
    padding: 10px 20px;
    }
    #payment .payments-home .user-payment-modes {
        margin-bottom: 00px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding:0 24px;
        /* gap: 24px; */
        /* width: 920px; */
        min-height: 300px;
        background: #FFFFFF;
        /*box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);*/
        border-radius: 20px;
        /*border: 1px solid rgb(245 200 47 / 19%);*/
    }
    #payment .payment-mode-form {
    box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
    border: 1px solid rgb(245 200 47 / 19%);
    padding: 0 20px !important;
    margin: 5px auto 60px auto;
    display: block;
    width: 93%;
    }
    #payment .payments-home .col-md-3.overview .card-body {
    display: flex;
    flex-direction: row;
    width: auto !IMPORTANT;
    justify-content: space-between;
}
#payment .payments-home .user-payment-modes .user_payment_modes_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding:20px 0;
}
    #payment .section_heading_1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #383838;
    padding: 20px 30px 10px 30px;
}
    #payment .payment-method-form .btn-payment-method
    {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 40px;
        height: 42px;
        
        background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
        border-radius: 8px;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 101.91%;
        color: #053326;
    }
#payment .form-horizontal .button_container {
display: flex;
justify-content: flex-end;
}
#payment .form-horizontal .button_container .btn-payment-method {
/* background: blue; */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 40px;
height: 42px;
background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
border-radius: 8px;
font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 101.91%;
color: #053326;
}
    #payment .payment-method-form .btn-container {
        display: flex;
        justify-content: flex-end;
    }
    .claims-home .card-body
     {
    border: 1px solid #d7dddb;
    background-color: white !IMPORTANT;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgb(197 203 201 / 20%);
    padding: 20px 40px !IMPORTANT;
    }
#claims .claims-home .terms {
    background: #FCE764;
    opacity: 0.7;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 20px;
}
    #claims .claims-home .col-form-label
    {
        font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #383838;
    }
    #claims .claims-home .card-body .form-group.row {
    padding-bottom: 20px;
    }   
    #claims .claims-home .form-group select {
    background: #FFFFFF !IMPORTANT;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 16px;
    height: 60px;
    border: 1px solid #e9cd6d !important;
    border-image-source: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #D3B039;
    }
    .claims-home .col-form-label {
    padding-left: 0;
    }
    .affiliate-home .history .container:nth-child(1) {
    padding-bottom: 0 !IMPORTANT;
    }
    .affiliate-home .history .col-12.tabs {
    background: white;
    }
    .affiliate-home .history .card-header:first-child {
    padding-bottom: 0;
    }
    .affiliate-home .history #nav-tab .nav-link {
    background: #16976e;
    color: white ;
    border: none;
    border-radius: 0;
    }
    .history #nav-tab .nav-link.active {
    background: white;
    color: #16976e;
    }


    .accounts-home .card-header:first-child,
    .payments-home .card-header:first-child,
    .affiliate-home .card-header:first-child,
    .claims-home .card-header:first-child
    {
    background: transparent;
    border-bottom: 0;
    }

    .accounts-home .overview .card-body,
    .payments-home .overview .card-body,
    .affiliate-home .overview .card-body
    {
        padding:1rem;
    }    
    .accounts-home .overview,
    .payments-home .overview,
    .affiliate-home .overview
    {    
    padding: 8px;
    }
    .accounts-home .overview .card-head,
    .payments-home .overview .card-head,
    .affiliate-home .overview .card-head
    {
        text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    }
    .accounts-home .overview .card-head h4
    {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        color: #383838;
    }
    .accounts-home .overview .card-head h4, 
    .accounts-home .overview .card-head h5, 
    .accounts-home .overview .card-head p 
    {
        margin-bottom: 0;
    }
    .accounts-home .overview .card-head p,
    .payments-home .overview .card-head p,
    .affiliate-home .overview .card-head p
    {
        font-size:12px;
        color:grey;
    }
    .accounts-home .overview .details,
    .payments-home .overview .details,
    .affiliate-home .overview .details
    {
    padding: 0;
    margin:0;
    }
    .accounts-home .overview .details p,
    .payments-home .overview .details p,
    .affiliate-home .overview .details p,
    .claims-home .details p
    {
    margin: 0;
    /* color: grey; */
    }
#claims .claims-home .details li p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #383838;
}
#claims .claims-home .terms h5 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #383838;
}
    p.color-yellow {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        color: #D3B039;
    }
    .affiliate-home .overview .details {
    /* margin: 20px auto 40px auto; */
    width: fit-content;
    /* border: 0.03px solid #dbe1df!important;
    padding: 20px; */
    
    }
    .affiliate-home .overview .sharing .social-icons {
    display: flex;
    list-style: none;
    margin-top: 0;
    border: none !IMPORTANT;
    padding-top:0px;
    }   
    .affiliate-home .overview .sharing .col-md-6:nth-child(1):before {
    content: "OR";
    background: white;
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    }
    .affiliate-home .overview .sharing .col-md-6:nth-child(1):after 
    {
    content: "";
    background: #cbcbcb;
    position: absolute;
    height: 100%;
    width: 1.5px;
    top: 0;
    right: 0;
    }
    .accounts-home .overview .card-head .icon img{
        height: 50px;
    }
    .payments-home .overview .card-head {
        border-bottom: 1px solid #8080804d;
        padding: 10px 0;
    }
    #payment .payments-home .overview .card-head .icon {
        box-shadow: unset;
        padding:0 10px;
    }
    #payment .payments-home .overview .card-head .icon img {
    height: 80px;
}
#payment .payments-home .overview .details {
    padding: 0;
}
    #payment .payments-home .overview .card-head {
        border: none;
        padding:0;
    }
    #payment .payment-mode-form .payment_section #nav-tab,
    #payment .payment-mode-form .payment_section #nav-tab-2{
    display: flex;
    justify-content: flex-end;
}
    #payment .payments-home .overview {
        width: 100% !IMPORTANT;
        display: block !IMPORTANT;
        max-width: unset !IMPORTANT;
        padding: 0 10px;
    
    }
    #payment .payments-home .user-payment-modes .card-body {
        padding: 0 10px;
    }
    #payment .form-horizontal {
        width: 100% !important;
    }
    .payments-home .overview .details .color-yellow {
        padding: 10px 0;
    }
    .payments-home .overview .details .figures {
        display: flex;
        flex-direction: row;
        align-content: space-between;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .payments-home .overview .details .figures .text-info, 
    .payments-home .overview .details .figures .text-figure {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #868686 !IMPORTANT;
    }
    .payments-home .overview .details {
        padding: 20px 0;
        list-style: none;
    display: flex;
    flex-direction: column;
    }
    .payments-home .overview .card-head .icon img,
    .affiliate-home .overview .card-head .icon img 
    {
        height: 60px;
    }
    .accounts-home .overview .card-head .icon    
    {
    border-radius: 50%;
    display: inline-block;
    width: auto;
    padding: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 14%);
    background: whitesmoke;
    }
    .payments-home .overview .card-head .icon,
    .affiliate-home .overview .card-head .icon,
    .affiliate-home .overview .heading-section .card-head .icon
    {
        display: inline-block;
        width: auto;
        padding: 10px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 14%);
        background: white;   
    }
#affiliate .affiliate-home .overview .social-icons
{
flex-direction: row;
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}
#affiliate .affiliate-home .overview .social-icons li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 218px;
    height: 64px;
    /* background: #48C857; */
    border-radius: 8px;
}
#affiliate .affiliate-home .overview .details a i {
    position: relative;
    left: -40px;
}
#affiliate .copy-link p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #868686;
}
#affiliate .affiliate-home .overview .copy-link .input-group input {
    background: white !IMPORTANT;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px;
    gap: 16px;
    /* width: 677px; */
    height: 68px;
font-family: 'Archivo';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
/* identical to box height */


/* Ez Ching Golden */
border:none;
color: #D3B039;
}
#affiliate .affiliate-home .overview .copy-link .info p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #383838;
}

#affiliate .copy-link .input-group {
    border-radius: 16px !IMPORTANT;
    overflow: hidden;
    border: 1px solid #ced4da;
}
#affiliate .affiliate-home .overview .copy-link .input-group-right span {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 80px;
    gap: 16px;
    /* width: 243px; */
    height: 68px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
}
#affiliate .affiliate-home .overview .refer-earn .terms .details li::marker {
    color: white;
}
#affiliate .affiliate-home .overview .refer-earn .terms h5 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #FCFCFC;
    padding: 20px;
}
#affiliate .affiliate-home .overview .details p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px !IMPORTANT;
    line-height: 26px;
    text-align: center !IMPORTANT;
    color: #FFFFFF;
}
#affiliate .affiliate-home .overview .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#affiliate .top-section-1 {
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 10px;
    justify-content: center;
}
#affiliate .affiliate-home .overview .copy-link {
    width: auto;
    text-align: left;
    padding-top: 30px;
}
    .affiliate-home .overview .heading-section
    {
        display: flex;
    flex-direction: row;
    justify-content: center; 
    padding-bottom:20px;
    }
    .affiliate-home .overview .heading-section .icon 
    {
    /* display: inline-block;
    width: auto;
    padding: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 14%);
    background: white;
    border-radius: 50%; */
    }
    .affiliate-home .overview .heading-section .icon img 
    {
        /* height: 38px;
    padding: 4px; */
    }
    .affiliate-home .overview .heading-section .info
    {
        display: flex;
        justify-content: center;
        flex-direction: column;  
        padding-left:20px;
    }
    .affiliate-home .overview .heading-section .info h4
    {
        display: flex; 
        justify-content: center;
        flex-direction: column;  
        font-family: 'Archivo';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 30px;

/* Neutral White */

color: #FFFFFF;
    }
    .affiliate-home .overview .details p
    {
        font-family: 'Archivo';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 26px;
text-align: center;

/* Neutral White */

color: #FFFFFF;
    }
    .affiliate-home .overview .copy-link 
    {
        width: 80%;
        margin: 0px auto;
        text-align: center;
    }
    .affiliate-home .overview .copy-link .info p,
    .affiliate-home .overview .refer-earn .info p
    {
        color: #16976e;
    font-size: 19px;
    }
    .affiliate-home .overview .copy-link .input-group-right span,
    .affiliate-home .overview .sharing .input-group-right span {
    background: #16976e;
    color: white;
    border-radius: 0;
    border: 0;
    padding: 8px;
    padding: 8px 20px;
    }
    .affiliate-home .overview .copy-link .input-group input,
    .affiliate-home .overview .sharing  .input-group input,
    .claims-home .form-group input, .claims-home .form-group select, .claims-home .form-group textarea 
     {
    background: #e7e7e7 !important;
    }
 
.claims-home .form-group .fileupload[type="file"]::file-selector-button {
    background: blue;
    height: 60px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 20px;
}
    #claims .claims-home .form-group .fileupload {
    padding: 0;
    background: #FFFFFF !IMPORTANT;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 16px;
    height: 60px;
    border: 1px solid #e9cd6d !important;
    border-image-source: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #D3B039;
}
#claims .claims-home  p.note {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #868686;
padding:10px;
}
#claims .claims-home .form-group textarea {
    background: #FFFFFF !IMPORTANT;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 16px;
    height: 160px;
    border: 1px solid #e9cd6d !important;
    border-image-source: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
    .affiliate-home .overview .refer-earn .info {
    text-align: center;
    }
    .affiliate-home .overview .refer-earn .details {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    grid-gap: 1rem;
    padding: 0;
    margin: 0;
    width: unset;
    border:none !important;
    }
    .affiliate-home .overview .refer-earn .terms
    {
        padding: 0 !IMPORTANT;
        background: #dfdcdc;
        margin: 0;
        border-radius: 8px;
    }
#affiliate .affiliate-home .overview .refer-earn .terms {
    background: #D3B039;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 20px;
padding:20px !important;
margin: 50px 0;
}
#affiliate .affiliate-home .overview .refer-earn .terms .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
gap:5px;
}
#affiliate .affiliate-home .history .container.py-4 .card-header {
    padding: 0 !IMPORTANT;
}
#affiliate .top-section-1 .details {
    display: flex;
    align-items: flex-start !IMPORTANT;
width:100%;
}
#affiliate .affiliate-home .overview .details li p {
    text-align: left !IMPORTANT;
}
#affiliate .refer-earn .details p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FCFCFC;
    text-align: left !IMPORTANT;
}
    .claims-home .terms 
    {
    padding: 0 !IMPORTANT;
    background: #dfdcdc;
    margin: 0;
    border-radius: 8px;
    }
    .affiliate-home .overview .sharing .col-md-6
    {
        padding: 0px 40px;
    }
    .affiliate-home .overview .refer-earn .terms .details
    {
    display: block;
    padding: 0px 40px 40px 40px;
    }
    .claims-home .terms .details
    {
        display: block;
        padding: 0px 40px 10px 40px;
    }
    .affiliate-home .overview .refer-earn .terms h5,
    .claims-home .terms h5 {
    padding: 20px 20px 5px 20px;
    }
    .affiliate-home .overview .refer-earn .show_terms {
    text-align: center;
    margin: 30px;
    }
    .affiliate-home  .refer-earn .details li span.point {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 100%;
    margin-right: 5px;
    padding: 0 10px;
    background-color: #16976e;
    color: #fff;
    border-radius: 5px;
    max-height: 50px;
    flex-shrink: 0;
    }
    .affiliate-home .refer-earn .details li p,
    .claims-home .details li p
    {
    font-size: 14px;
    color: black;
    }
    .affiliate-home .overview  .sharing .info 
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 0px 30px 0px;
    }
    .affiliate-home .overview  .sharing .info p
    {
    margin-bottom: 0;
    padding-left: 20px;
    }
    .affiliate-home .overview .sharing
    {
        margin:40px 0;
    }
    .affiliate-home .overview .sharing .info img {
    padding: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 14%);
    background: white;
    height: 57px;
    }
    .affiliate-home .overview .sharing .input-group
    {
        margin-bottom: 10px;
    }
    .payments-home .payment_section #nav-tab
    {
    /* background: white;
    width: fit-content;
    margin: 0px auto;
    border-radius: 18px; */
    }
    .payment-mode-form .payment_section #nav-tab,
    .payment-mode-form .payment_section #nav-tab-2
    {
        border:none;
    }
    .payments-home .payment_section .nav-tabs .nav-link:focus, 
    .payments-home .payment_section .nav-tabs .nav-link:hover {
    border-color: transparent !IMPORTANT;
    }
    .payments-home .payment_section .nav-tabs .nav-link {
    color: black;
    }
    .payments-home .payment_section #nav-tab .nav-link.active,
    .payments-home .payment_section #nav-tab-2 .nav-link.active{
    background: #e7be33;
    color: white;
    border: none;
    border-radius: 18px;
    }
    .payment-mode-form .payment_section #nav-tab .nav-link.active,
    .payment-mode-form .payment_section #nav-tab-2 .nav-link.active
    
    {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        text-align: right;
        color: #868686;
        border-radius: unset !IMPORTANT;
        background: transparent !IMPORTANT;
        text-decoration: none !IMPORTANT;
    }

    .payment-mode-form .payment_section #nav-tab .nav-link,
    .payment-mode-form .payment_section #nav-tab-2 .nav-link
    
    {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: right;
        color: #868686;
        border-radius: unset !IMPORTANT;
        background: transparent !IMPORTANT;
        text-decoration: none !IMPORTANT;
    }
    .payments-home .payment_section .user-payment-modes .card-body {
    padding-top: 0;
    }
    .payments-home .user-payment-modes .card-body {
    background: white;
    }
    .payments-home .user-payment-modes .overview .card 
    {
        border: 0;
        box-shadow: unset;
        padding: 0;
        margin: 0;
    }
    .payments-home  .user-payment-modes {
    margin-bottom: 30px;
    }















    .custom_single_store_container_1 {
    width: 95% !IMPORTANT;
    margin: 0px auto !important;
    padding-top: 35px;
    }
.custom_single_store_container_1 .all_stores_link a .btn {
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #053326 !IMPORTANT;
    padding: 10px;
}
    .store-info-section {
    padding-top: 15px;
    }
    .store-info-section .store-info-container {
    box-shadow: 0 10px 35px rgb(177 177 177 / 70%);
    border-radius: 17px;
    text-align: center;
background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
border-radius: 8px;
    }
    .store-info-section .store-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .store-info-section .store-info-container .main-image {
    width: 90% !important;
    height: 150px !important;
box-shadow: 4px 4px 19px rgba(199, 197, 194, 0.2) !important;
    border-radius: 8px;
    }
    .store-info-section .store-info-container .main-image {
       box-shadow: 0 10px 35px var(--css-shadow-hover);
    margin-bottom: 20px;
    padding: 20px;
    /* border-radius: 5px; */
    display: flex;
    /* position: relative; */
    width: 163px;
    height: 80px;
    justify-content: center;
    align-content: center;
    background: transparent;
    }
    .store-info-section .store-info-container .main-title {
    font-weight: 500;
    width: 80%;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 5px;
padding-top: 15px;
    }
    .custom_single_store_container_1 .main-title h1 {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 35px;
	/* identical to box height */
	text-align: center;
	/* EZ Ching Green */
	color: #053326;    
	display: flex;
    	flex-direction: column;
	}
.custom_single_store_container_1 .main-title span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #383838;
    padding: 10px;
}
    .custom_single_store_container_1 .fav-icon.far.fa-heart {
    color: #eb2323;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 40px;
    font-size: 22px;
top:50px;
    }
    .custom_single_store_container_1 #tips_link a:hover {
    color: #6c6c6c !IMPORTANT;
    }
    .custom_single_store_container_1 #tips_link a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #383838;    
	}
    .store-info-section .store-info-container .main-image img {
    max-height: 160px !important;
    max-width: 250px !important;
    width:100%;
    }
    .store-info-section .store-info-container .main-image img {
        border-radius: 5px;
        max-height: 65px;
    }
    .store-info-section .store-info-container .tracking-section {
        width: 90%;
        position: relative;        
        margin-top: 1rem!important;
        font-size: 18px;
    }
    .store-info-section .store-info-container .tracking-section .flex {
	justify-content: space-between;
        margin-bottom: 1.5rem!important;
	   }
    .store-info-section .store-info-container .tracking-section .track-speed {
        
    }
.store-info-section  .missing_cb_clain {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #383838;
}
	.store-info-section .store-info-container .tracking-section .track-speed p {
	    font-family: 'Archivo';
	    font-style: normal;
	    font-weight: 500;
	    font-size: 18px;
	    line-height: 20px;
	    color: #053326;
	}
    .store-info-section .store-info-container .tracking-section .white-btn{
    background: #fff;
    padding: 8px 14px;
    border: 0.05px solid #d3d9d7;
     
    border-radius: 12px;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #053326;
    }
    .store-info-section .store-info-container  .tracking-section:after {
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    position: absolute;
    bottom: 55%;
    left: 49%;
    transform: translateX(-49%);
    background-color: #9d9d9d;
    }
    .store-info-section .store-info-container .tracking-section .allowed {
    color: #383838;
    font-weight: 500;
    }
    .store-info-section .store-info-container .tracking-section .n-allowed {
    color: #f03c41;
    font-weight: 500;
    }
    #top-search-form-cb #shop_now_btn_2, 
    .store-info-section .store-info-container .shopbtn {
        margin-top: 20px;
    background-color: #16976e!important;
    color: white !IMPORTANT;
    background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
    border-radius: 8px;
    width: 90%;
padding:10px;
    }
    .store-info-section .store-info-container .shopbtn a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    }
    .store-info-section .store-info-container .shopbtn:hover {
    box-shadow: 0 16px 30px #b7b7b7b3;
    }
    .store-info-section .store-info-container .rates_more {
    margin: 20px;
    cursor: pointer;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #383838;
    }
    .custom_single_store_container_1 .store-info-section .store-info-container .rates {
    width: 90%;
    text-align: left;
    }
    .store-info-section .store-info-container .rates .rates_list {
    max-height: 0px;
    overflow-y: auto;
    }
    .store-info-section .store-info-container .rates .rates_list.active {
    max-height: 300px;
    overflow-y: auto;
    }
    .store-info-section .store-info-container .rates .rates_list {
    overflow: hidden;
    padding-right: 10px;
    transition: all .4s;
    }
    .store-info-section .store-info-container .rates_list .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #707070;
    margin: 10px 0;
    }
    .store-info-section .store-info-container .rates_list .info .rate_value 
    {
    text-align: right;
    width: 40%;
    font-weight: 600!important;
    color: #16976e;
    font-size:14px;
    }
    .store-info-section .store-info-container .rates_list .info .rate_name {
    width: 60%;
    padding-right: 15px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #383838;
    }
    .custom_single_store_container_1 .section-heading {
    text-align: left;
    width: 100%;
    padding: 20px 20px 0px 15px;
    margin-bottom: 0 !IMPORTANT;
    font-weight: bold;
    font-size: 25px;
    }
    .custom_single_store_container_1 h2.section-heading.top_title {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    color: #383838;
}
    .custom_single_store_container_1 .store-detail-section
    {
        margin-bottom: 20px;  
    }
    .custom_single_store_container_1 .store-tips-section #store-tips-container
    {
        flex-direction: column;
    background: #F0C431;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 20px;
    padding: 15px; 
    }
.custom_single_store_container_1 .store-tips-section #store-tips-container p
{
margin: 0;
    padding: 20px;
font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
/* or 133% */


/* Text Gray */

color: #383838;
}
.custom_single_store_container_1 .howitworks-section .howitworks-container .tnc-cont {
    width: 100%;
}
    .custom_single_store_container_1 .store-termcond-section .store-termcond-container .button1,
    .custom_single_store_container_1 .store-tips-section .store-tips-container .button1,
    .custom_single_store_container_1 .howitworks-section .howitworks-container .button1 {font-weight: bold;
     
    display: flex;
    justify-content: space-between;
    width: 100%;
     
    align-items: center;
     border: none;
    padding: 20px !important;
    background: transparent;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #383838;
    filter: drop-shadow(8px 8px 19px rgba(196, 146, 32, 0.13));
    border-radius: 16px;
    }
	.custom_single_store_container_1 .store-termcond-section, .custom_single_store_container_1 .howitworks-section, .custom_single_store_container_1 .store-tips-section {
    margin-bottom: 40px;
padding: 0;
    }
.custom_single_store_container_1 .store-termcond-section, .custom_single_store_container_1 .howitworks-section, .custom_single_store_container_1 .store-tips-section {
    border: 1px solid #f5c82f;
    border-radius: 16px;
}
.custom_single_store_container_1 .similar-store-section .section-heading {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #383838;
}
    .custom_single_store_container_1  .howitworks-section ul {
        display: flex;
    list-style: none!important;
    margin-top: 10px;
    justify-content: center;
    }
.custom_single_store_container_1 .howitworks-section ul
{
justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    background: #F0C431;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 20px;
    padding: 20px 27px;
}
.custom_single_store_container_1 .howitworks-section ul li .count {
    background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
    /* display: flex; */
    /* flex-direction: row; */
    /* position: absolute; */
    padding: 10px 15px;
    border-radius: 50%;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}
    .custom_single_store_container_1 .howitworks-section ul li {
    position: relative;
    flex: 0 0 25%;
    margin-right: 1.1rem;
display: flex;
    flex-direction: row;
align-items: flex-start;
margin-bottom:10px;
    }
    .custom_single_store_container_1 .howitworks-section ul  li:not(:last-child):after
    {
       /* content: "\F054";
        position: absolute;
        font-family: Font Awesome\ 5 Free;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        right: -7px;
        top: 50%;
        transform: translateY(-50%);
*/
    }
    .custom_single_store_container_1 .howitworks-section ul  li:not(:last-child):before
    {
	/*
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        background: #16976e;
        height: 30px;
        width: 30px;
        border-radius: 100%;
*/
    }
    .custom_single_store_container_1 .howitworks-section ul li .card {
        background: transparent;
        padding: 0px 20px;
border:none;
    }
    .custom_single_store_container_1 .howitworks-section ul li .card .card-detail {
        display: flex;
        margin-bottom: 10px;
        justify-content: flex-start;
    }
    .custom_single_store_container_1 .howitworks-section ul li .card .card-heading 
    {
        font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #383838;
    }
.custom_single_store_container_1 .howitworks-section ul li .card .card-info p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #383838;
}
    .custom_single_store_container_1 .store-termcond-container .terms 
    {
        padding: 10px 20px 30px 20px;
	justify-content: space-between;
    }
    .custom_single_store_container_1 .store-termcond-container .col-6.terms_container {
    background: #F0C431;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-radius: 20px;
    padding: 20px;
    max-width: 49%;
}



     #termcond-container,
     #howitworks-container,
      #store-tips-container
    {
        display:none;
    }

    .custom_single_store_container_1 .store-termcond-container .terms_detail ul {
    padding: 10px 0 0 20px;
    }
    .custom_single_store_container_1 .store-termcond-container  .terms_container .title img {
    padding: 0 10px 0 0;
    width: 40px;
    }
    .custom_single_store_container_1 .store-termcond-container .terms .title {
    margin-bottom: 5px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #383838;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
	padding: 10px;
    }
.custom_single_store_container_1 .col-4, .custom_single_store_container_1 .col-8 {
    padding: 0;
}
    .custom_single_store_container_1 .store-termcond-container .terms_detail ul li{
    padding-bottom: 20px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #383838;
    
    }
    .custom_single_store_container_1 .store-termcond-container .terms_detail ul li:before {
   /* content: "";*/
    position: absolute;
    left: 2px;
    width: 10px;
    height: 0.5px;
    background-color: #000;
    margin-top: 11px;
    }
    .custom_single_store_container_1 .store-tips-container ul li
    {
        padding-bottom: 10px;
    }
    .similar-store-section #topstores .top-store-card-container .store-card .storeimage
    {
        display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    }
    .allstores-section #topstores .top-store-card-container .store-card
    {
        border-radius: 15px;
        padding: 20px 15px;
        transition: all .3s;
    }
    .allstores-section #topstores .top-store-card-container
    {
        grid-template-columns: repeat(3,1fr) !IMPORTANT;
    }
    .allstores-section #topstores .top-store-card-container .store-card-info {
    position: unset;
    transform: unset;
    height: auto;
    padding: 20px 5px;
    }
    .allstores-section #topstores .top-store-card-container .store-card .storeimage {
    height: 200px !IMPORTANT;
    min-height: 100px !IMPORTANT;
    
    display: flex !IMPORTANT;
    overflow: hidden;
    max-height: 100px;
    align-items: center;
    background: #f6f6f6;
    width: 100%;
    border-radius:15px 15px 0px 0px;
    }
    .allstores-section .vertical-menu-cont .container:nth-child(1) {
    max-width: 1300px;
    }
    .allstores-section #topstores .top-store-card-container .store-card-info .link-store a {
    margin: 12px 20px !IMPORTANT;
    display: block;
    color: black;
    font-size: 18px;
    }
    .allstores-section #topstores .top-store-card-container .store-card a
    {
        display: inline-block;
    width: 100%;
    border-radius: 22px;
    }
    .allstores-section #topstores .top-store-card-container .store-card:hover {
    box-shadow: 0 10px 35px #d7dfdcb3;
    }
    .allstores-section #topstores .top-store-card-container .store-card-info .link-store {
    display: flex;
    width: 100%;
    }
    .allstores-section #topstores .top-store-card-container .store-card a.greenw-btn {
    visibility: hidden;
    opacity: 0;
    font-size: 18px;
    }
    .allstores-section #topstores .top-store-card-container .store-card:hover a.greenw-btn {
    visibility: visible;
    opacity: 1;
    }
    .allstores-section #topstores .top-store-card-container .store-card .cashback-info .info1
    {
        font-size: 18px;
    }
    /* .store-categories-sidebar .heading {
    color: white !IMPORTANT;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    }
    .vertical-menu-cont .store-categories-sidebar .cat-links {
    border: 1px solid #81c1ad !important;
    border-radius: 5px;
    -webkit-animation: lb_transition .4s;
    }
    .vertical-menu-cont .store-categories-sidebar .cat-links .cat-link:hover{
        background:white;
        color:#16976e !important;
    }
    .vertical-menu-cont .store-categories-sidebar .cat-links .cat-link {
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #81c1ad;
    border-radius: 0;
    color: white;
    padding: 0.75rem 1.25rem!important;
    }
    .vertical-menu-cont .store-categories-sidebar .cat-links .cat-link:nth-child(1) {
    border-top: 0;
    } */
    .page_account #activities .card-body:nth-child(1) {
    padding: 1.25rem 0.1rem !important;
    }
    #favourite #topstores .top-store-card-container {
    grid-template-columns: repeat(4,minmax(200px,1fr)) !important;
    }
    .contact-us {
    max-width: unset;
    background: #16976e;
    padding: 0;
    }
    .contact-us .form {
    background: #19a679;
    padding: 50px 0;
    }
    .contact-us .form .row {
    display: flex;
    justify-content: center;
    }
    .contact-us .detail_container .title {
    font-size: 28px;
    font-weight: bold;
    }
    .contact-us .detail_container p {
    color: white;
    }
    .contact-us .form-group select, 
    .contact-us .form-group input, 
    .contact-us .form-group textarea
    {
        background: #e7e7e7 !important;
    }
    .contact-us .card-body
    {
     padding:0;   
    }
    .contact-us .form input:hover, 
    .contact-us .form input:focus, 
    .contact-us .form textarea:hover, 
    .contact-us .form textarea:focus,     
    .contact-us .form select:hover, 
    .contact-us .form select:focus
    {
    box-shadow: 0 5px 20px #dbdddc !important;
    
    }
    .contact-us .form button
    {
        border-radius: 20px;
    border: 1px solid #d4d4d4;
    padding: 8px 22px !IMPORTANT;
    color: white;
    margin-right: 20px;
    font-weight: normal;
    background: none !IMPORTANT;
    font-size: 16px;
    }
    .contact-us .info-container {
    position: relative;
    background-size: cover;
    min-height: 300px;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .info-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgb(32 32 32 / 35%);
    }
    .contact-us .info {
    
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    font-weight: 500!important;
    }
    .contact-us   .detail {
    font-size: 26px;
    }
    .contact-us  .title {
    font-size: 50px;
    }
    .top-search-results 
    {
        position: absolute;
        width: 100%;
        max-height: 450px;
        top: 45px;
        left: 0;
        padding: 16px;
        background-color: #fff;
        border: 0.04px solid #dbe1df;
        border-radius: 6px!important;
        overflow-y: auto;
    }
    .top-search-results .list-group li .rate {
    float: right;
    color: #c39e23;
    }
    .top-search-results .list-group-item 
    {
        color: #c6a22c;
        border: none;
        padding: 3px 5px;
        font-size: 14px;
    }
    .top-search-results .list-group-item:hover {
        /*color: #16976e;*/
    }
    .top-search-results  .secondary {
        border-top: 0.03px solid #e1e1e1;
        padding-top: 3px;
    }
    #top-search-form input#search:focus, 
    #top-search-form input#search:focus-within, 
    #top-search-form input#search:active,
    #top-search-form-1 input#search1:focus, 
    #top-search-form-1 input#search1:focus-within, 
    #top-search-form-1 input#search1:active    
    {
        box-shadow: unset !important;
    }
     #navbarSupportedContent .balance
    {
        padding: 15px 25px;
    font-size: 16px;
    }
    #my-account .accounts-home .card-header p, #activities .payments-home .card-header p, #payment .payments-home .card-header p, #claims .claims-home .card-header p, #affiliate .affiliate-home .card-header p, #favourite .payments-home .card-header p, #my-profile .accounts-home .card-header p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #868686;
}
    #my-account .accounts-home .card-header h1,
    #activities .payments-home .card-header h1,
    #payment .payments-home .card-header h1,
    #claims .claims-home .card-header h1,
    #affiliate .affiliate-home .card-header h1,
    #favourite .payments-home .card-header h1,
    #my-profile .accounts-home .card-header h1,
    #payment #payments-tab h2,
    #affiliate .history .card-header h2
    {
        text-align: left;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    color: #383838;
    /* Headings/Heading H3 */

font-family: 'Archivo';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 44px;
/* identical to box height */


/* Text Gray */

color: #383838;
    }
    #affiliate  .aff-header-container {
        background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
        box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
        border-radius: 20px;
        display: flex;
        align-items: center;
        padding: 23px;
        /* gap: 10px; */
        flex-direction: column;
        align-content: center;
    }
    #activities .payments-home .payment_section #nav-tab .nav-link.active {
        background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
        color: #053326;
    }
    #activities .payments-home .payment_section #nav-tab .nav-link {
        width: 200px;
        border: none;
       
        border-radius: 8px;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #868686;
        justify-content: center;
    }
    #activities #bonus-tab input,
    #activities #clicks-tab input,
    #activities #shopping-tab input,
    #activities #referrals-tab input
    {
        /* border: none; */
        border: 1px solid #D3B039;
        border-radius: 4px;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        align-items: center;
        color: #868686;
    }
    #activities #bonus-tab .dropdown-toggle,
    #activities #clicks-tab .dropdown-toggle,
    #activities #shopping-tab .dropdown-toggle,
    #activities #referrals-tab .dropdown-toggle
    {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height */

        display: flex;
        align-items: center;

        /* Text Gray */

        color: #383838;

    }
    #activities #bonus-tab .table-responsive thead,
    #activities #clicks-tab .table-responsive thead,
    #activities #shopping-tab .table-responsive thead,
    #activities #referrals-tab .table-responsive thead,
    #claims .table-responsive thead,
    #affiliate .table-responsive thead
    {
        background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    }
    #activities #bonus-tab .table-responsive thead span,
    #activities #clicks-tab .table-responsive thead span,
    #activities #shopping-tab .table-responsive thead span,
    #activities #referrals-tab .table-responsive thead span,
    #claims .table-responsive thead span,
    #affiliate .table-responsive thead span
    {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #383838;
    }
    #activities #bonus-tab .table-responsive tbody,
    #activities #clicks-tab .table-responsive tbody,
    #activities #shopping-tab .table-responsive tbody,
    #activities #referrals-tab .table-responsive tbody,
    #claims .table-responsive tbody,
    #affiliate .table-responsive tbody
    {
        background: #FCE764;
    }
   
    #activities #bonus-tab .table-responsive .table thead th,
    #activities #clicks-tab .table-responsive .table thead th,
    #activities #shopping-tab .table-responsive .table thead th,
    #activities #referrals-tab .table-responsive .table thead th,
    #activities #bonus-tab .table-responsive .table tbody td,
    #activities #clicks-tab .table-responsive .table tbody td,
    #activities #shopping-tab .table-responsive .table tbody td,
    #activities #referrals-tab .table-responsive .table tbody td,
    #claims .table-responsive .table tbody td,
    #affiliate .table-responsive .table tbody td
    {
    border:none;
    border: none;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px; 
    color: #383838;
    text-align: left;
    }
    #activities #bonus-tab     .text-muted,
    #activities #clicks-tab    .text-muted,
    #activities #shopping-tab  .text-muted,
    #activities #referrals-tab .text-muted,
    #claims .text-muted    ,
    #affiliate .text-muted    
    {
        border: none;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #383838;
    }

    #activities #bonus-tab .table,
    #activities #clicks-tab  .table,
    #activities #shopping-tab .table,
    #activities #referrals-tab table,
    #claims table,
    #affiliate table

    {
        border-top-right-radius: 10px !IMPORTANT;
        overflow: hidden;
        border-top-left-radius: 10px;
    }
    #claims .claims-home .card-body,
    #affiliate .claims-home .card-body
    {
     box-shadow:none !important;   
    }
    #activities  .payments-home .payment_section #nav-tab {
        border: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }


    #my-profile .form-group.row {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    }
    #my-profile .form-group.row label {
        text-align: left !important;
    }
    #my-profile .form-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 24px;
            gap: 16px;
            /* width: 909px; */
            /* height: 108px; */
            background: #FFFFFF;
            box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
            border-radius: 20px;
            border: 1px solid #eccf6d57;
    }
    #my-profile .form-group label {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        color: #D3B039;
        margin: 0;
    }
    #my-profile .form-group input {
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
        color: #383838;
        border: none;
        padding: 10px 0;
    }
#my-profile .btn, #claims .btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 50px;
        height: 42px;
        background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
        border-radius: 8px;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 101.91%;
        color: #053326;
        border: none;
        width: 250px;
    }
    #my-profile  .form-group-alert .alert {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        /* gap: 16px; */
        /* width: 909px; */
        /* height: 72px; */
        background: #D3B039;
        opacity: 0.7;
        box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
        border-radius: 20px;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #FCFCFC;
    }
    .accounts-home .card-header .info,
    .payments-home .card-header .info,
    #affiliate .card-header .info
     {
        text-align: left;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #868686;
    }
    #my-account .accounts-home .card-body {
    padding-top: 0;
    }
    

.navbar{
    background: linear-gradient(92.69deg, #FFFFFF 22.93%, #FEFBF0 105.18%);
    /* White */
    
    border: 1px solid #FFFFFF;
} 
.navbar .top-header
{
box-sizing: border-box;
background: linear-gradient(92.69deg, #FFFFFF 22.93%, #FEFBF0 105.18%);
/* White */
border: 1px solid #FFFFFF;
}

.top-search-container
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;


    filter: drop-shadow(4px 4px 19px rgba(196, 146, 32, 0.25));
    border-radius: 4px;
}
.search-input
{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 441px;
    height: 46px;
    /* White */
    background: #FFFFFF;
    /* stroke */

    border: 1px solid #C8C8C8;
    border-radius: 8px 0px 0px 8px;
}
.checkcb #top-search-form-cb .btn {
    width: auto;
        line-height: 30px;
}
.checkcb .top-search-container {
    justify-content: center;
}
.checkcb .custom_single_store_container_1 .store-termcond-container .terms {
    padding: 20px;
    justify-content: space-between;
}
.checkcb .top-search-results {
    position: unset;
}
.checkcb .top-search-form {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#top-search-form .btn, 
#top-search-form-cb .btn,
#top-search-form-1 .btn{
    background: #D3B039;
    border-radius: 0px 8px 8px 0px;
    width: 59px;
    height: 46px;
    background: #D3B039;
    border-radius: 0px 8px 8px 0px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
#top-search-form .btn .vector-container,
#top-search-form-1 .btn .vector-container{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 14px;
    top: 7px;
    border-radius: 0px 8px 8px 0px;
}
#top-search-form .btn .vector-container img,
#top-search-form-1 .btn .vector-container img{
    position: absolute;
    left: 16.67%;
    right: 24.07%;
    top: 18.52%;
    bottom: 22.22%;
    /* background: #FFFFFF; */
}
#top-search-form .buttons-container,
#top-search-form-1 .buttons-container
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 24px;
}
.primarynav
{
    padding: 0.2rem 0rem !important;
    box-sizing: border-box;
    height: 94px;
    background: linear-gradient(92.69deg, #FFFFFF 22.93%, #FEFBF0 105.18%);
    /* background: white; */
    border: unset;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 2;
    display: flex;
    flex-direction: row !important;
    justify-content: space-around !important;
    border: 1px solid #d3b03945;
}
.primarynav .buttons-container .buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
}
.primarynav .buttons-container #login
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;    
    height: 42px;    
    border-radius: 8px;    
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 101.91%;
    color: #053326;
} 
.primarynav  .buttons-container #register,
.hm-sec-1 .hm-sec-info #register1
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    height: 42px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 101.91%;
    /* or 16px */
    /* EZ Ching Green */
    color: #053326;
}

.hm-sec-1 .hm-sec-info #register1
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    width: 136px;
    height: 42px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #053326;
    margin-top: 10px;
    content-visibility: auto;
}





.primarynav .buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 24px;
}

.primarynav .flags
{
    display: flex;
    flex-direction: column;
}
.primarynav .flags .flag
{
    padding: 3px 0;
}
.primarynav .flags .flag img {
    width: 32px; 
    height: 24px;
}
.primarynav .top-search-container .search-input {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #868686;
}
.secondarynav 
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 80px;
    gap: 20px;
    isolation: isolate;
    background: #FFFFFF;
    margin: 0;
    height: 66px;
    overflow: hidden !IMPORTANT;
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}
.secondarynav li {
    display: inline-block;
}
.secondarynav li a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #383838;
}
.secondarynav .sc_container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 40px;
    align-items: center;
}
.secondarynav .sc_container a
{
    position: absolute;
    width: 232px;
    height: 40px;
    left: 40px;
    top: calc(50% - 40px/2 - 1.5px);
    background: linear-gradient(92.45deg, rgba(243, 192, 103, 0.56) 5.24%, rgba(238, 204, 118, 0.56) 55.42%, rgba(254, 229, 96, 0.56) 92.32%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 3%);
    border-radius: 8px;
    text-align: center;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 101.91%;

}





































section.hm-sec-1 {
    display: flex;
    flex-direction: column;
    /* background-image: url(../.././assets/images/landing_person_bg.png); */
    /* background-size: contain; */
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
 
.hm-sec-info-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-image: url(../images/landing_person_bg1.png);
    width: 100% !IMPORTANT;
    padding: 50px 0 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
}
.hm-sec-img img {
    /* width: 95%; */
    
}
.hm-sec-info {
    text-align: left;
    padding-top: 46px;
}
.hm-sec-info h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.1em;
    color: white;
}
.hm-sec-info p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    padding: 15px 0;
    margin: 0;
    color: #CDCDC8;
}
.hm-sec-img {
    width: 64%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    /* padding-bottom: 95px; */
}
.hm-sec-2-info-container {
    padding: 60px 80px;
}
.hm-sec-2-info-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}
.hm-sec-2-info-container li {
    box-sizing: border-box;
    /* width: 305px; */
    /* height: 360px; */
    background: #FFFFFF;
    box-shadow: 6px 5px 20px rgb(196 146 32 / 13%);
    border-radius: 20px;
    margin: 12px;
    display: flex;
    flex-direction: column;
    padding: 13px;
    border: 1px solid rgb(211 176 57 / 16%);
    width: 305px;
    height: 335px;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 98%;
}
.hm-sec-2-info-container .one{
    background-image: url(..//images/01.png);
}
.hm-sec-2-info-container .two{
    background-image: url(..//images/02.png);
}
.hm-sec-2-info-container .thr{
    background-image: url(..//images/03.png);
}
.hm-sec-2-info-container .fr{
    background-image: url(..//images/04.png);
}
.hm-sec-2 .hm-sec-title-container h2,
.hm-sec-3 .hm-sec-title-container h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #383838;
    margin: 0;
}
.hm-sec-3 .hm-sec-title-container h2
{
    line-height: 0.7em;
}
.hm-sec-title-container img
{
    padding-left: 95px;
}
.hm-sec-2 .hm-sec-title-container p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    
    text-align: center;
    padding: 15px 0 30px 0;
    /* Subtext Gray */
    margin: 0;
    color: #868686;
}
.hm-sec-3 .hm-sec-title-container p 
{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    /* identical to box height, or 36px */
    
    text-align: center;
    
    /* Text Gray */
    
    color: #383838;
    padding: 30px 0;
    margin: 0;    
    
}

.hm-sec-2-info-container li img {
    width: 80px;
    height: 80px;
}
.hm-sec-2-info-container li h3 {
    text-align: left;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    color: #383838;
    margin: 0;
    padding-top: 20px;
}
.hm-sec-2-info-container li p{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #868686;
    margin: 0;
    text-align: left;
    padding: 20px 35px 20px 0px;
    
}
section.hm-sec-3 {
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    padding: 19px 0 0 0;
}
.hm-sec-3 .hm-sec-container {
    background-image: url(../images/bg_top_brands.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 60px 95px 40px 95px;
}
.hm-sec-3 .hm-sec-3-info-container ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.hm-sec-3 .hm-sec-3-info-container ul li {
    display: flex;
    flex-direction: column;
    padding: 22px;
    gap: 15px;
    width: 250px;
    height: 166px;
    background: #FFFFFF;
    box-shadow: 8px 8px 19px rgb(196 146 32 / 25%);
    border-radius: 8px;
}
.hm-sec-3 .store-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.hm-sec-3-info-container .store-img-container
{
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hm-sec-3-info-container .store-info-container h4 {
    margin: 0;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #383838;
}
.hm-sec-3 .store-info-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    height: 64px;
}
.hm-sec-3 .store-info-container p {
    margin: 0;
}
.hm-sec-3 .store-info-container span img {
    width: 13px;
    height: 12px;
    margin-right: 12px;
}
.hm-sec-3 .store-info-container span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #383838;
}
.hm-sec-3 .store-info-container p 
{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #383838;    
}
.hm-sec-3  .store-button-container .yellow
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    height: 42px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 101.91%;
    /* or 16px */
    /* EZ Ching Green */
    color: #053326;
}
.hm-sec-3-button-container .grey {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 20%);
    border-radius: 6px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #383838;
    padding: 10px 30px;
    width: 207px !IMPORTANT;
    height: 48px;
}
.hm-sec-3 .hm-sec-3-button-container {
    margin: 75px 0;
}

section.hm-sec-4 {
    background: linear-gradient(93.23deg, #053326 1.53%, rgba(5, 51, 38, 0.83) 106.95%);
    border-radius: 30px;
    margin: 100px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0px 0px 0px;
}
.register-page-1 .hm-sec-4-info-container {
    text-align: left;
    background-image: url(../images/bg_eagle_1.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: flex-start;
    height: 100%;
    /*background-position-x: -70px;*/
    padding-right: 0;
    width: 50% !IMPORTANT;
    /*background-position-y: 150px;*/
    padding-top: 40px;
}
 
.hm-sec-4-info-container {
    text-align: left;
    background-image: url(../images/bg_eagle_1.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 370px;
    background-repeat: no-repeat;
    justify-content: flex-start;
    height: 100%;
    background-position-x: right;
    padding-right: 0;
    background-position-y: bottom;
    width: 50% !IMPORTANT;
}


.hm-sec-4-info-container .info h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2em;
    color: #FFFFFF;
    padding: 10px 0;
}
.hm-sec-4-info-container .info p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    
    /* Light Gray */
    
    color: #CDCDCD;
    
}
.hm-sec-4 .hm-sec-4-info-container .info .yellow
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    width: 136px;
    height: 42px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #053326;
    margin-top: 10px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
}





.hm-sec-4 .social-login-title h2{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #383838;
}
.hm-sec-4 .social-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 24px; */
    gap: 16px;
}
.hm-sec-4-login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 10px;
    /* position: absolute; */
    width: 380px;
    height: 350px;
    left: 767px;
    top: 58px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 20px;
}
.hm-sec-4 .social-login a img {
    width: 32px;
    height: 32px;
}
.register-page-1 .social-login-title {
    padding: 20px;
}
.register-page-1 .social-btn-container
{
    width:400px;
}
.hm-sec-4 .social-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    width: 320px;
    height: 55px;
    border: 1px solid #383838;
    border-radius: 8px;
}
.login-page-1 p.existing-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-top: 1rem;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #383838;
}
.login-page-1 .section-join .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF !IMPORTANT;
     width: 184px;
    height: 64px;
    background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
    border-radius: 8px;
    border: none !IMPORTANT;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
 
.login-page-1 .social-login-title {
    padding-bottom: 20px;
}
.login-page-1 .greenw-btn {
    /* background: blue !IMPORTANT; */
    background-color: #F5C82F !IMPORTANT;
    border-radius: 8px !IMPORTANT;
    border: 0.03px solid #d3b039 !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #053326 !IMPORTANT;
}
.hm-sec-4 .social-btn-container span.social-login-text {
    ALIGN-CONTENT: center;
    margin: 0px auto !IMPORTANT;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #383838;
}
.hm-sec-4  .social-login-term p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #383838;
    margin: 0;
    padding: 10px 0px;
}
.hm-sec-4-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-size: contain;
    background-repeat: no-repeat;
     
}
.hm-sec-4 .hm-sec-4-info-container .info {
    display: flex;
    flex-direction: column;
}
.register-page-1 .hm-sec-4-login {
    width: 50% !IMPORTANT;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url(../images/rectangle_white_1.png) !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    background-size: 443px 740px !IMPORTANT;
    background-position: 88px 210px !IMPORTANT;
    background-color: #deb836 !IMPORTANT;
}
section.hm-sec-4.register-page-1 .hm-sec-4-login {
    padding: 170px 50px 60px 0;
    background: linear-gradient(92.45deg, #F3C067 5.24%, #EECC76 55.42%, #FEE560 92.32%);
    min-height:750px;
}
.hm-sec-4 .hm-sec-4-login {
    background-image: url(../images/bg_rectangle.png);
    background-repeat: no-repeat;
    background-position: 0px 77px;
    padding: 0 0 50px 30px;
    background-size: 350px 300px;
}
.hm-sec-5  .info-links-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    
}
.hm-sec-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 50px;
    margin: 50px 0 200px 0;
}
.hm-sec-5 .info-title-container {
    text-align: left;
}
.hm-sec-5 .info-title-container h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #121212;
}
.hm-sec-5 .info-title-container p {

/* Subtitle 1 */

font-family: 'Archivo';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 20px;
display: flex;
align-items: center;

/* Gray / 900 / default */

color: #121212;
}
.hm-sec-5  .info-links-container ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
}
.hm-sec-5 .info-links-container ul li .link-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 24px;
    gap: 16px;
    width: 550px;
    height: 100px;
   
    box-shadow: 0px 2px 8px rgb(40 41 61 / 2%), 0px 16px 24px rgb(96 97 112 / 12%);
    border-radius: 10px;
}
.hm-sec-5 .info-links-container ul li .link-item:hover {
    background: #053326;
}
.hm-sec-5 .info-links-container ul li .link-item:hover h4
{
    color: white;
}
.hm-sec-5 .link-info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
}
.hm-sec-5  .link-info-container h4 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    display: flex;
    align-items: center;
    
    color: #383838;
    margin:0;
}
.hm-sec-5  .link-info-container p {
/* Body */

font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 17px;
display: flex;
align-items: center;

/* Subtext Gray */
text-align: left;
color: #868686;
margin:0;
}
.hm-sec-5 .image-container img {
    width: 550px;
}
.hm-sec-5 .hm-sec-5-container .yellow {
    display: block;
    padding: 10px 10px;
    width: 136px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #053326;
    margin: 0px auto;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
}
.hm-sec-5  .hm-sec-5-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.hm-sec-6 .hm-sec-6-container {
    display: flex;
    justify-content: space-evenly;
    background: linear-gradient(108.56deg, #D3B039 9.4%, #F8E298 84.12%);
    border-radius: 30px;
    padding: 40px 0 0px 0;
}
.indexpage .hm-sec-6 .hm-sec-6-container {
    padding: 20px 0;
}
.hm-sec-6 {
    width: 80%;
    margin: 100px auto;
    padding: 0px 0 60px 0;
}
.hm-sec-6 .hm-sec-6-image-container img{
    /*margin-bottom: -50px;*/
}
.hm-sec-6 .hm-sec-6-info-container p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
     
    color: #FFFFFF;
    text-align: left;
}
.hm-sec-6 .hm-sec-6-info-container h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #053326;
    text-align: left;
}

.hm-sec-6 #email-submit-form .btn {
     
    background: transparent;
}
.hm-sec-6 #email-submit-form .btn .vector-container {
    
    
    
    border-radius: 0px 8px 8px 0px;
}
.hm-sec-6  #email-submit-form .btn .vector-container img {
    
    /* background: #FFFFFF; */
}
.hm-sec-6  #email-submit-form .buttons-container
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 24px;
}
.hm-sec-6  #email-submit-form  {
    background: #FFFFFF;
    box-shadow: 0px 0px 11px 1px rgb(194 194 194 / 6%);
    border-radius: 53px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
}
.hm-sec-6  form#email-submit-form .input-group {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.hm-sec-6-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
}




 





.faq-section-1 section.af-sec-1 {
    width: 100%;
}
section.af-sec-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 95%;
}
 
 
.faq-section-1 .af-sec-1 .af-sec-info-container {
    background-image: url(../images/faq-main-image-bg-1.png) !IMPORTANT;
} 
.af-sec-1 .af-sec-info-container {
    background-image: url(../images/affiliate_art_1.png);
    width: 100%; 
    height: 645px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
}
.af-sec-1 .af-sec-info-container .info {
    text-align: left;
}
.af-sec-1 .af-sec-info-container .info h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 1em;
    color: #053326;
}
.af-sec-1 .af-sec-info-container .info p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; 
    color: #053326;
}
.af-sec-2 .af-sec-info-container .info h2 
{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%; 
    color: #383838;
    margin: 0;
}
.faq-section-1 .af-sec-2 .af-sec-info-container .info img
{
    padding-right: 0;
}
.af-sec-2 .af-sec-info-container .info img {
    padding-right: 150px;
}
.faq-section-1 section.af-sec-2 {
    margin: 20px auto;
}
section.af-sec-2 {
    width: 52%;
    margin: 100px auto;
}
.af-sec-2 .af-sec-info-container .info p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #868686;
}
section.af-sec-3 {
    padding-bottom: 50px;
}
.af-sec-3 .af-sec-info-container .info h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #383838;
    margin: 0;
    padding: 0 30px;
}
.af-sec-3 .af-sec-info-container .info {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.af-sec-3 .af-sec-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.af-sec-3 .affiliate_3 .info_container_1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    filter: drop-shadow(8px 8px 19px rgba(196, 146, 32, 0.13));
    border-radius: 20px;
    border: 2px solid #D3B039;
    /* border-image-source: linear-gradient(21deg, #D3B039 0%, #F5C82F 99.56%); */
}

.af-sec-3 .affiliate_3 {
    
    padding: 50px;
    }
 
.af-sec-3   .affiliate_3 .container_1 .first .heading_1 h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #D3B039;
}

.af-sec-3 .affiliate_3 .info_container_1 .heading_1 {
    text-align: left;
}
.af-sec-3 .affiliate_3 .container_1 .first .heading_1 p
{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    
    /* EZ Ching Green */
    
    color: #053326; 
}


.af-sec-3 .affiliate_3 .container_1 .first .detail_1 {
    font-family: 'Open Sans';
    padding: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    /* gap: 24px; */
    /* width: 401px; */
    /* height: 306px; */
    background: #F0C431;
    box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
    border-radius: 20px;
    }
    .af-sec-3 .affiliate_3 .container_1 .first .detail_1 span {
        color: #16976e;
        font-weight: bold;
        display: block;
        padding: 7px 0px;
        margin: 0;
        padding: 4px 9px;
        text-align: center; 
        background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
        border-radius: 62px;
        color: #FFFFFF;
        font-size: 18px;
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 600;
        font-size: 10px; 
        color: #FFFFFF;
    }

    .af-sec-3  .affiliate_3 .custom_detail_1 {
        font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #383838;
    padding-left: 10px;
        }

    .af-sec-3 .affiliate_3 .container_1 .first .detail_1 tbody {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        
        justify-content: center;
        row-gap: 10px;
    }
    .af-sec-3 .affiliate_3 .detail_1 .custom_bullet_1 {
    
        vertical-align: top;
        font-weight: bold;
        text-transform: uppercase;
        color: #219771;
        }
        .af-sec-3   .aff_calculator_1 p {
            font-family: 'Archivo';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 30px; 
            color: #383838;
            font-size: 16px;
            text-align: left;
            }



           .cn-sec-1 .image-container {
                display: flex;
                flex-direction: column;
            }
            .cn-sec-2 {
                width: 62%;
                margin: 100px auto;
            }
            .cn-sec-2  .cn-sec-info-container h1 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 48px;
                line-height: 130%;
                color: #383838;
                margin-bottom: -10px;
            }
            .cn-sec-2 .cn-sec-info-container p {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 150%;
                text-align: center;
                color: #868686;
            }
            .cn-sec-2 .cn-sec-info-container {
                padding:0px 50px 50px 50px;
                
                margin: 0px auto;
            }
            .cn-sec-2 .contact-us-form input,  .cn-sec-2 .contact-us-form select {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 17px;
                color: #868686;
                
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 10px 16px;
                 
                height: 60px;
                border: 1px solid #CDCDCD;
                border-radius: 8px;
            }
 
            .cn-sec-2 .contact-us-form select {
                height: 50px !IMPORTANT;
            }
            .cn-sec-2 .contact-us-form textarea {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 17px;
                color: #868686;
                
                display: flex;
                flex-direction: row;
                align-items: center;
                 
                 
                
                border: 1px solid #CDCDCD;
                border-radius: 8px;
            }
            .cn-sec-2  form.contact-us-form .yellow {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 16px 10px;
                width: 100%;
                height: 42px;
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                color: #053326;
                margin-top: 10px;
                background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 17px;

                /* EZ Ching Green */

                color: #053326;

            }








            
            .cs-sec-container {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                row-gap: 20px;
                padding: 100px 0;
            }
            .cs-sec-container h1 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 600;
                font-size: 62px;
                line-height: 67px;
                text-align: center;
                background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                margin-bottom: 0;
                text-fill-color: transparent;
            }
            .cs-sec-container p {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 600;
                font-size: 21px;
                line-height: 23px;
                color: #383838;
            }


            .text-sec-1 {
                text-align: left;
                padding: 50px 0;
            }

            .text-sec-1 h1 {
                /* background: blue; */
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 600;
                font-size: 48px;
                line-height: 52px;
                display: flex;
                align-items: center;
                color: #383838;
                padding: 20px 0 !IMPORTANT;
            }
            section.text-sec-1 .c1 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                display: flex;
                align-items: center;
                color: #868686;
                /* background: blue; */
            }
            section.text-sec-1 .c2 .h4 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 26px;
                display: flex;
                align-items: center;
                color: #383838;
                padding: 20px 0;
            }
            section.text-sec-1 li p {
                margin-bottom: 0;
            }
            section.text-sec-1  span.c3 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 24px;
                display: flex;
                align-items: center;
                color: #868686;
            }















            section.ab-sec-1 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                
            }
             
            .ab-sec-1 .ab-sec-info-container {
                background-image: url(../images/about_us_bg.png);
                width: 100%; 
                height: 645px;
                background-repeat: no-repeat;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                align-content: flex-start;
            }
            .ab-sec-img-container img {
                width: 755px;
            }
            .ab-sec-1 .ab-sec-info-container .info {
                text-align: left;
            }
            .ab-sec-1 .ab-sec-info-container .info h2 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 55px;
                line-height: 1em;
                color: #053326;
            }
            .ab-sec-1 .ab-sec-info-container .info p {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 26px; 
                color: #053326;
            }
            .ab-sec-2 .ab-sec-info-container .info h2 
            {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 48px;
                line-height: 130%; 
                color: #383838;
                margin: 0;
            }
            .ab-sec-2 .ab-sec-info-container .info img {
                
            }
            section.ab-sec-2 {
                width: 60%;
                margin: 100px auto;
            }
            .ab-sec-2 .ab-sec-info-container .info p {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 150%;
                text-align: center;
                color: #868686;
                padding: 20px 0;
            }
            section.ab-sec-3 {
                padding-bottom: 50px;
            }
            .ab-sec-3 .ab-sec-info-container .info h2 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 40px;
                line-height: 130%;
                color: #383838;
                margin: 0;
                padding: 0 30px;
            }
            .ab-sec-3 .ab-sec-info-container .info {
                width: fit-content;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
            }
            .ab-sec-3 .ab-sec-info-container {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .ab-sec-3 .affiliate_3 .info_container_1 {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 18px;
                filter: drop-shadow(8px 8px 19px rgba(196, 146, 32, 0.13));
                border-radius: 20px;
                border: 2px solid #D3B039;
                /* border-image-source: linear-gradient(21deg, #D3B039 0%, #F5C82F 99.56%); */
            }
            
            .ab-sec-3 .affiliate_3 {
                
                padding: 50px;
                }
             
            .ab-sec-3   .affiliate_3 .container_1 .first .heading_1 h3 {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 26px;
                color: #D3B039;
            }
            
            .ab-sec-3 .affiliate_3 .info_container_1 .heading_1 {
                text-align: left;
            }
            .ab-sec-3 .affiliate_3 .container_1 .first .heading_1 p
            {
                font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 26px;
                
                /* EZ Ching Green */
                
                color: #053326; 
            }
            
            
            .ab-sec-3 .affiliate_3 .container_1 .first .detail_1 {
                font-family: 'Open Sans';
                padding: 14px;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 24px;
                /* gap: 24px; */
                /* width: 401px; */
                /* height: 306px; */
                background: #F0C431;
                box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
                border-radius: 20px;
                }
                .ab-sec-3 .affiliate_3 .container_1 .first .detail_1 span {
                    color: #16976e;
                    font-weight: bold;
                    display: block;
                    padding: 7px 0px;
                    margin: 0;
                    padding: 4px 9px;
                    text-align: center; 
                    background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
                    border-radius: 62px;
                    color: #FFFFFF;
                    font-size: 18px;
                    font-family: 'Archivo';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 10px; 
                    color: #FFFFFF;
                }
            
                .ab-sec-3  .affiliate_3 .custom_detail_1 {
                    font-family: 'Archivo';
                font-style: normal;
                font-weight: 700;
                font-size: 15px;
                line-height: 18px;
                color: #383838;
                padding-left: 10px;
                    }
            
                .ab-sec-3 .affiliate_3 .container_1 .first .detail_1 tbody {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    text-align: left;
                    
                    justify-content: center;
                    row-gap: 10px;
                }
                .ab-sec-3 .affiliate_3 .detail_1 .custom_bullet_1 {
                
                    vertical-align: top;
                    font-weight: bold;
                    text-transform: uppercase;
                    color: #219771;
                    }
                    .ab-sec-3   .aff_calculator_1 p {
                        font-family: 'Archivo';
                        font-style: normal;
                        font-weight: 700;
                        font-size: 16px;
                        line-height: 30px; 
                        color: #383838;
                        font-size: 16px;
                        text-align: left;
                        }
            
            
            
            
            
            
            
            
            
            
                        section.ab-sec-3 {
                            padding: 100px;
                        }
            
                        .ab-sec-3-info-container {
                            text-align: left;
                            padding: 0 40px;
                        }
            
                        .ab-sec-3-info-container h2 {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 600;
                            font-size: 48px;
                            line-height: 52px;
                            color: #053326;
                        }
                        .ab-sec-3-info-container p
                        {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 500;
                            font-size: 18px;
                            line-height: 28px;
                            color: #383838;

                        }
                        .ab-sec-3-detail-container ul li {
                            width: 350px;
                        }
                        
                        .ab-sec-3-detail-container ul {
                            display: flex;
                            padding: 0;
                            list-style: none;
                            flex-wrap: wrap;
                            flex-direction: row;
                            align-items: flex-start;
                            justify-content: center;
                        }
                        .ab-sec-3-detail-container .info {
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                            padding: 40px 20px;
                            gap: 16px;
                            /* width: 410.67px; */
                            min-height: 330px;
                            background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
                            box-shadow: 8px 8px 19px rgb(196 146 32 / 13%);
                            border-radius: 20px;
                            margin: 15px;
                            text-align: left;
                        }
                        .ab-sec-3-detail-container .info h3 {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 600;
                            font-size: 37px;
                             
                            color: #053326;
                        }
                        .ab-sec-3-detail-container .info p {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 500;
                            font-size: 18px;
                            line-height: 28px;
                            color: #383838;
                        }
                       

                        section.st-sec-2 {
                            padding: 50px 100px;
                        }
                        section.st-sec-1 .image-container {
                            display: flex;
                            flex-direction: column;
                        }
                        .st-sec-2 .col-md-3.store-categories-sidebar {
                            background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
                            border: 1px solid rgba(211, 176, 57, 0.2);
                            border-radius: 24px;
                            /* text-align: left; */
                            padding: 0;
                        }
                        .st-sec-2 .col-md-3.store-categories-sidebar h2 {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 700;
                            font-size: 24px;
                            /* line-height: 26px; */
                            color: #383838;
                            margin: 0 !IMPORTANT;
                            text-align: left;
                            padding: 20px 18px;
                        }
                        .st-sec-2 .col-md-3.store-categories-sidebar .cat-links {
                            display: flex;
                            flex-direction: column;
                            align-items: stretch;
                            justify-content: center;
                            text-align: left;
                        }
                        .st-sec-2 .col-md-3.store-categories-sidebar .cat-links a {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 17px;
                            padding: 15px 20px;
                            /* Text Gray */
                            border-bottom: 1px solid #ffffff75;
                            color: #383838;

                        }
                        .st-sec-2 .col-md-3.store-categories-sidebar .cat-links a:hover {
                            color: white;
                            
                            background: #053326;
                            box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
                            border-radius: 16px;
                        }
                        
                        
                        
                       



                        .st-sec-2 #stores .top-store-card-container {
                            list-style: none;
                            padding: 0;
                            display: grid;
                            grid-gap: 1rem;
                            padding: 0;
                            grid-template-columns: repeat(4,1fr);
                        }
                        .st-sec-2 #stores li.card1.store-card{
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            padding: 0px 10px 16px;
                            gap: 8px;
                            width: 250px;
                            height: 220px;
                            background: #FFFFFF;
                            box-shadow: 4px 4px 19px rgb(199 197 194 / 20%);
                            border-radius: 8px;
                        }
                        .st-sec-2 #stores .storeimage img {
                            width: 130px;
			max-width: 100px;

                        }
                        .st-sec-2 #stores .storeimage {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            width: 170px;
                            height: 120px;
                            background: #FFFFFF;
                            border-radius: 8px;
                        }

                        .st-sec-2 #stores  .store-info .store-name {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 700;
                            font-size: 20px;
                            line-height: 26px;
                            text-align: center;
                            color: #383838;
                        }
                        .st-sec-2 #stores  .store-info .cashback-info
                        {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 400;
                            font-size: 14px;
                            line-height: 15px;
                            text-align: center;
                            
                            /* Ez Ching Golden */
                            
                            color: #D3B039;
                        }
                        .st-sec-2 #stores .store-info.store-container {
                            display: flex;
                            flex-direction: column;
                            row-gap: 10px;
                        }
                        .st-sec-2 #stores li.card1.store-card a
			{
                            height: 220px;
                        }

                        .st-sec-2 #stores .store-info .cashback-info {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 400;
                            font-size: 13px;
                            line-height: 15px;
                            text-align: center;
                            color: #D3B039;
                        }









                        

                        .lg-sec-1 {
                            width: 630px;
                            border-radius: 20px;
                            padding: 50px;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            background: url(../images/bg_rectangle_1.png);
                            background-repeat: no-repeat;
                            background-size: 420px 700px;
                            background-position-x: 70px;
                            background-position-y: 92px;
                        }
                        .lg-sec-1 .lg-sec-container {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            padding: 20px 24px;
                            gap: 24px;
                            width: 450px;
                            left: 13px;
                            top: 0px;
                            background: #FFFFFF;
                            box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
                            border-radius: 20px;
                        }
                        .lg-sec-1 .logo-container {
                            width: 268px;
                            height: 83px;
                        }
                        .lg-sec-1 .social-login {
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: center;
                            /* padding: 24px; */
                            gap: 16px;
                        }
                        .lg-sec-1  .social-btn-container {
                            display: flex;
                            flex-direction: row;
                            justify-content: flex-start;
                            align-items: center;
                            padding: 16px;
                            width: 380px;
                            height: 55px;
                            border: 1px solid #383838;
                            border-radius: 8px;
                        }
                        .lg-sec-1 .social-login a img {
                            width: 32px;
                            height: 32px;
                        }
                        .social-btn-container {
                            display: flex;
                            flex-direction: row;
                            justify-content: flex-start;
                            align-items: center;
                            padding: 16px;
                            width: 320px;
                            height: 55px;
                            border: 1px solid #383838;
                            border-radius: 8px;
                        }
                        .social-login a img {
                            width: 32px;
                            height: 32px;
                        }
                        .social-btn-container span.social-login-text {
                            ALIGN-CONTENT: center;
                            margin: 0px auto !IMPORTANT;
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 17px;
                            text-align: center;
                            color: #383838;
                        }
                        .lg-sec-1 .lgn-form-container .input-group {
                            box-sizing: border-box;
                            display: flex;
                            flex-direction: row;
                            padding: 16px;
                            width: 380px;
                            border: 1px solid #383838;
                            border-radius: 8px;
                            flex-wrap: nowrap;
                            align-content: center;
                            justify-content: center;
                        }
                        .lg-sec-1 .lgn-form-container .input-group input {
                            padding: 0;
                            height: unset;
                            border: none;
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 17px;
                            color: #868686;
                        }
                        .lg-sec-1 .lgn-form-container .input-group input:focus { 
                            box-shadow: none;
                        }
                        .lg-sec-1 .lgn-form-container form {
                            display: flex;
                            align-items: center;
                            flex-wrap: wrap;
                            flex-direction: column;
                            row-gap: 20px;
                        }
                        .lg-sec-1 .forgot-link { 
                            width: 100%;
                            text-align: right;
                        }
                        .lg-sec-1 .lgn-form-container form .submitbutton {
                            margin: 0 !IMPORTANT;
                            width: 100% !IMPORTANT;
                            display: block;
                            background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
                            border-radius: 8px;
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 600;
                            font-size: 16px; 
                            color: #053326 !IMPORTANT;
                            padding: 15px 0;
                        }
                        .lg-sec-1 .lb-form-btn {
                            width: 100%;
                            display: flex;
                            flex-direction: column;
                            align-content: center;
                            align-items: center;
                        }
                        .lg-sec-1.lb-form-btn.join p {
                            margin: 0; 
                        }
                        .lg-sec-1  button.form-control.btn.md-btn.joinbtn {
                            display: flex;
                            flex-direction: row;
                            justify-content: center;
                            align-items: center;
                            padding: 16px 40px;
                            gap: 8px;
                            width: 184px;
                            height: 64px;
                            background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
                            border-radius: 8px;
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 17px;
                            text-align: center;

                            /* Neutral White */

                            color: #FFFFFF;
                        }
                        .lg-sec-1 .btn-link {  
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 500 !important;
                            font-size: 16px !important;
                            line-height: 17px !important;
                            text-align: center !important;
                            color: #053326 !important;
                        }
                        .lg-sec-1 .divider {
                            width: 90%;
                            border: 1px solid #8686862e;
                            max-height: 0.02em !IMPORTANT;
                            line-height: 1px;
                            margin-top: 10px;
                            margin-bottom: -5px;
                        }
                        .lg-sec-1 .divider span {
                            background: white;
                            color: #868686;
                            padding: 9px; 
                        }
                        .content.primary-content.loginpage {
                            background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }
                        section.reg-sec {
                            display: flex;
                            flex-direction: row;
                            align-items: stretch;
                            justify-content: space-between;
                            width: 100%;
                        }
                        section.lg-sec-0 {
                            background-image: url(../images/register_bg.png);
                            /* height: 100% !IMPORTANT; */
                            display: block;
                            background-color: white;
                            background-size: contain;
                            width: 50%;
                            background-repeat: no-repeat;
                        }
                        .lg-sec-0-container {
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                            justify-content: center;
                            padding: 70px 50px;
                        }
                        .lg-sec-0-container .logo-container {
                            text-align: left;
                        }
                        .lg-sec-info-container h1 {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 700;
                            font-size: 60px;
                            line-height: 70px;
                            color: #053326;
                        }
                        .lg-sec-0-container .logo-container img {
                            width: 240px;
                        }
                        .lg-sec-0-container .logo-container {
                            text-align: left;
                            row-gap: 20px;
                            display: flex;
                            flex-direction: column;
                        }
                        .lg-sec-info-container p {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 400;
                            font-size: 20px;
                            line-height: 22px;
                            color: #053326;
                        }
                        .terms-container p {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 17px;
                            text-align: center;
                            color: #053326;
                        }
                        .terms-container .text-terms {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 500;
                            font-size: 14px;
                            line-height: 15px;
                            text-align: center;
                            color: #868686;
                        }
                        .reg-sec .lg-sec-1 .lg-sec-container
                        {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 600;
                            font-size: 32px;
                            line-height: 35px;
                            text-align: center;
                            gap: 10px;
                            /* text */
                            
                            color: #383838; 
                        }
                        section.reg-sec .lg-sec-1 .divider span {
                            font-size: 18px; 
                        }
                        section.reg-sec .lg-sec-1 .divider {
                            margin-top: 10px;
                            margin-bottom: 15px;
                        }
                        .reg-sec .lg-sec-login-title h2 {
                            margin-bottom: 0;
                        }
                        .reg-sec .lg-sec-1 {
                            background-size: 420px 680px;
                        }






                        .page_account {
                            display: flex;
                            width: 100% !important;
                            flex-direction: column;
                            max-width: unset !important;
                            border: unset !IMPORTANT;
                            padding:10px 50px;
                        }
                        .page_account .card-body {
                            padding: 10px 0;
                            border: none !IMPORTANT;
                        }
                        .page_account .account_settings .main_head p {
                            margin: 0;
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 600;
                            font-size: 18px;
                            line-height: 20px;
                            color: #FFFFFF;
                        }
                        .page_account .account_settings .main_head h3 {
                            font-family: 'Archivo';
                            font-style: normal;
                            font-weight: 600;
                            font-size: 32px;
                            line-height: 35px;
                            color: #383838;
                        }
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        .faq-section {
    background: white !IMPORTANT;
max-width: unset;
}

.faq-section .vertical-menu-cont
{
    background: white;
}
.faq-section .row.tophead {
    display: flex;
    flex-direction: column;
}
.faq-section .row.tophead .col-md-3, .row.tophead .col-md-8 {
    width: 100% !important;
    max-width: unset;
}
.faq-section .row.tophead .nav.nav-pills {
    display: flex;
    flex-direction: row;
}
.faq-section .row.tophead .nav.nav-pills {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* column-gap: 10px !important; */
}
.faq-section .vertical-menu-cont .nav-pills .nav-link {
    padding: 10px 20px;
}
.faq-section .vertical-menu-cont .row .col-lg-10 .row .col-md-3 {
    padding: 0;
    background: white;
}
.faq-section .vertical-menu-cont .nav-pills .nav-link {
    padding: 15px 30px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #868686 !important;
}
.faq-section .vertical-menu-cont .nav-pills .nav-link.active, .faq-section .vertical-menu-cont .nav-pills .nav-link:hover {
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    color: #053326 !important;
}
.faq-section .vertical-menu-cont .row .col-lg-10 .row .col-md-9 .heading {
    display: none;
}
.faq-section .accordion {
    display: grid;
    grid-column: 4;
    grid-template-columns: repeat(2,1fr) !IMPORTANT;
}
.faq-section .tabdetails {
    max-width: unset;
    margin-top: 30px;
}
.faq-section .main_container_1 {
    max-width: 100% !important;
    width: 100% !IMPORTANT;
    margin: 0px auto !important;
    flex: auto;
}
.faq-section .faq-questions-cont .card
{
    margin: 10px 20px;
}
 .faq-section .faq-questions-cont .card {
    border:none !important;
    border-radius: 20px !IMPORTANT;
}
 
.faq-section .faq-questions-cont .card .card-body {
    background: #F0C431;
    box-shadow: 8px 8px 19px rgba(196, 146, 32, 0.13);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.faq-section .faq-questions-cont .card .card-body {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
}
.faq-section .faq-questions-cont .card .card-header {
    background: #F0C431;
border: none !IMPORTANT;
    padding: 20px 15px !IMPORTANT;
}
.faq-section .card
{
    background: white;
    border: none;
}
.faq-section .faq-questions-cont .card-header h5 {
    /* color: white !important; */
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
        color: #383838 !important;
}
.login_page .login_page_container section.hm-sec-4 {
    background: none;
    border: none;
}
section.login-page-1.hm-sec-4 {
    border-radius: unset;
    margin: unset;
    background: #D3B039;
}
.login-page-1 .social-btn-container {
    width: 400px;
}
.login-page-1 .homepage-signup {
    width: 400px;
}
.login-page-1 .hm-sec-4-login-container {
    height: unset;
    width:500px;
}
.login-page-1 .forgot {
    display: flex;
    justify-content: flex-end;
}
.login-page-1 .forgot a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #053326;
}
.login_page .login_page_container .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login_page .login_page_container {
    max-width: 500px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background: white;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.register-page-1 .hm-sec-4-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
section.hm-sec-4.register-page-1 {
    margin: 0;
    border-radius: unset;
    background:white;
    padding:0;
}
.register-page-1 .hm-sec-4-info-container .info h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    color: #053326;
}
.register-page-1 .hm-sec-4-info-container .info p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #053326;
}
.register-page-1 .hm-sec-4-login-container {
    height: fit-content;
        gap: unset;
            width: 450px;
}
.register-page-1 .section-join {
    width: 100%;
}
.register-page-1 form input.form-control {
    font-family: 'Archivo' !IMPORTANT;
    font-style: normal !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    font-size: 16px !IMPORTANT;
    line-height: 17px !IMPORTANT;
    color: #868686;
    background-color: white !IMPORTANT;
    /* border: none !IMPORTANT; */
    box-shadow: none !IMPORTANT;
    border: 1px solid #383838 !IMPORTANT;
}
.container.register_container {
    background: #D3B039;
        max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#payment .payments-home .row .card {
    border: none;
}








#extension_popup_old {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    /* margin: 0px auto; */
    /* text-align: center; */
    height: 100% !IMPORTANT;
    background: #00000054;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity:0;
    visibility:hidden;
    transition: 0.4s;

}
#extension_popup_old .extension_popup_container {
    width: fit-content;
    margin: 0px auto;
    background-color: white;
    padding: 25px 25px;
    border-radius: 20px;
    background-image: url(../images/bg_eagle_1.png);
    background-repeat: no-repeat;
    background-size: 51%;
    background-position-x: -29px;
    background-position-y: -45px;
}

#extension_popup_old .extension_popup_infocontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
}

#extension_popup_old .extension_popup_detail a {
    background: yellow;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    padding: 10px;
    color: #383838;
    border-radius: 5px;
    box-shadow: 0px 4px 12px 0px #00000033;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 19px;
    width: 100%;
    text-align: center;
}
#extension_popup_old .extension_popup_heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#extension_popup_old .extension_popup_container h3 {
    font-family: 'Archivo';
    color: #053326;
    font-weight: bold;
    font-size: 40px;
    line-height: 38px;
}
#extension_popup_old .extension_popup_detail {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#extension_popup_old .extension_popup_info {
    /*border: 3px solid #eecc76;*/
    /*padding: 18px 25px;*/
    /*background: white;*/
    /*border-radius: 15px;*/
    /* border-image-source: linear-gradient(92.45deg, #F3C067 5.24%, #EECC76 55.42%, #FEE560 92.32%) !IMPORTANT; */
    /* border: 2px solid; */
}
#extension_popup_old .extension_popup_info span {
ont-family: 'Archivo';
    text-align: left !IMPORTANT;
    font-weight: 800;
    color: #053326;
    line-height: 17px;
    display: block;
    border: 3px solid #eecc76;
    padding: 9px 25px;
    background: white;
    border-radius: 15px;
    font-size: 13px;
}

#extension_popup_old .extension_popup_detail img {
    width: 220px;
}
#extension_popup_old .extension_popup_container #close_popup_extension {
    font-family: 'Archivo';
    font-size: 25px;
    padding: 0px 4px 3px 39px;
        cursor: pointer;
}













#extension_popup {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100% !IMPORTANT;
    background: #00000054;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity:0;
    visibility:hidden;
    transition: 0.4s;

}
 
 
#extension_popup .extension_popup_container #close_popup_extension {
    font-family: 'Archivo';
    font-size: 25px;
    padding: 6px 4px 4px 0px;
    cursor: pointer;
    float: right;
}
 
#extension_popup .extension_popup_infocontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    background: white;
    width: 100%;
    padding: 20px;
	border-radius: 15px;
}
#extension_popup .extension_popup_info .logo-container {
    padding-bottom: 20px;
}
#extension_popup .extension_popup_detail a {
    background: yellow;
    background: linear-gradient(108.44deg, #053326 0%, #053326 99.56%);
    padding: 15px 40px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 12px 0px #00000033;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 16px;
    /* width: 100%; */
    text-align: center;
    font-weight: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
#extension_popup .extension_popup_detail span {
    color: grey;
    font-family: 'Archivo';
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 15px;
}
#extension_popup .extension_popup_detail p {
    color: #383838;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 15px;
	margin-bottom: 15px;
}
#extension_popup .extension_popup_container {
    width: fit-content;
    margin: 0px auto;
    background-color: #eec331;
    padding: 5px 15px;
    border-radius: 20px;

    background-repeat: no-repeat;
    background-size: 51%;
    background-position-x: -29px;
    background-position-y: -45px;
}
#extension_popup .extension_popup_container #close_popup_extension {
    font-family: 'Archivo';
    font-size: 18px;
    padding: 0px 4px 3px 0px;
    cursor: pointer;
    float: right;
}
#extension_popup .logo-container img {
    width: 200px;
}
#extension_popup .extension_popup_detail p.close_msg {
    text-decoration: underline;
    color: #585656;
    font-size: 12px;
    margin: 0;
    padding-top: 15px;
	cursor: pointer;
	font-weight: 500;
}

 


#extension_popup .extension_popup_heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#extension_popup .extension_popup_container h3 {
    font-family: 'Archivo';
    color: #053326;
    font-weight: bold;
    font-size: 40px;
    line-height: 38px;
}
#extension_popup .extension_popup_detail {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
 
#extension_popup .extension_popup_info span {
font-family: 'Archivo';
    text-align: left !IMPORTANT;
    font-weight: 800;
    color: #053326;
    line-height: 17px;
    display: block;
    border: 3px solid #eecc76;
    padding: 9px 25px;
    background: white;
    border-radius: 15px;
    font-size: 13px;
}

#extension_popup .extension_popup_detail img {
    width: 220px;
}

#extension_popup .small_logo {
    width: 22px !IMPORTANT;
}

.extension_install .af-sec-1 .af-sec-info-container {
    background-size: contain;
}
.extension_install .af-sec-1 {
    width: auto;
}
.extension_install .af-sec-1 .af-sec-info-container .info h2 {
    font-size: 52px;
}
.extension_install .af-sec-1 .af-sec-info-container .info #register1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    width: 136px;
    height: 42px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #053326;
    margin-top: 10px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
}










	
#store_popup {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100% !IMPORTANT;
    background: #00000054;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity:1;
    visibility:visible;
    transition: 0.4s;
}
#store_popup .copy_botton_container {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 5px;
    border-radius: 999px;
    display: flex;
}
 #store_popup .copy_button {
    padding: 5px 20px ! IMPORTANT;
    font-size: 15px ! IMPORTANT;
    border-radius: 9999px;
}
 #store_popup #refferal_code {
   border:none;
       padding: 5px 15px ;
       outline:none;
}
#store_popup #refferal_code:focus {
    border-color: transparent ! IMPORTANT;
}
#store_popup .store_popup_container #close_popup_extension {
    font-family: 'Archivo';
    font-size: 25px;
    padding: 6px 4px 4px 0px;
    cursor: pointer;
    float: right;
}
 
#store_popup .store_popup_infocontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    background: white;
    width: 100%;
    padding: 20px;
        border-radius: 15px;
}
#store_popup .store_popup_info .logo-container {
    padding-bottom: 20px;
}
#store_popup .store_popup_detail a {
    background: yellow;
    background: linear-gradient(108.44deg, #053326 0%, #053326 99.56%);
    padding: 15px 40px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 12px 0px #00000033;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 16px;
    /* width: 100%; */
    text-align: center;
    font-weight: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
/*#store_popup .store_popup_detail span {
    color: grey;
    font-family: 'Archivo';
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 15px;
}*/
#store_popup .store_popup_detail span {
  
    font-family: 'Archivo';
    font-weight: 200;
    padding-bottom: 15px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #000000;
    font-weight: 600;
}
#store_popup .store_popup_detail p {
    color: #383838;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 15px;
        margin-bottom: 15px;
            max-width: 400px;
    text-align: center;
}
#store_popup .copy_info {
    display: flex;
    flex-direction: row;
    padding: 10px;
    gap: 5px;
    margin: 0 !IMPORTANT;
}
#store_popup #popup_offer_expiry {
    font-size: 17px ! IMPORTANT;
    font-weight: 200 !IMPORTANT;
}
#store_popup #popup_store_out_btn_1 {
    display: block ! IMPORTANT;
    background: unset ! IMPORTANT;
    color: black ! IMPORTANT;
    font-weight: 600 !IMPORTANT;
    height: unset ! IMPORTANT;
    min-height: unset ! IMPORTANT;
    padding: 0 !IMPORTANT;
    box-shadow: none !IMPORTANT;
    width: unset ! IMPORTANT;
    min-width: unset ! IMPORTANT;
    /* line-height: normal ! IMPORTANT; */
}
#store_popup .store_popup_container {
    width: fit-content;
    margin: 0px auto;
    background-color: #eec331;
    padding: 5px 15px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 51%;
    background-position-x: -29px;
    background-position-y: -45px;
}
#store_popup .store_popup_container #close_popup_extension {
    font-family: 'Archivo';
    font-size: 18px;
    padding: 0px 4px 3px 0px;
    cursor: pointer;
    float: right;
}
#store_popup .logo-container img {
    width: 200px;
}
#store_popup .store_popup_detail p.close_msg {
    text-decoration: underline;
    color: #585656;
    font-size: 12px;
    margin: 0;
    padding-top: 15px;
        cursor: pointer;
        font-weight: 500;
}
 
#store_popup .store_popup_heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#store_popup .store_popup_container h3 {
    font-family: 'Archivo';
    color: #053326;
    font-weight: bold;
    font-size: 40px;
    line-height: 38px;
}
#store_popup .store_popup_detail {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
 
#store_popup .store_popup_info span {
font-family: 'Archivo';
    text-align: left !IMPORTANT;
    font-weight: 800;
    color: #053326;
    line-height: 17px;
    display: block;
    border: 3px solid #eecc76;
    padding: 9px 25px;
    background: white;
    border-radius: 15px;
    font-size: 13px;
}
#store_popup .store_popup_detail img {
    width: 220px;
}
#store_popup .small_logo {
    width: 22px !IMPORTANT;
}
.popup_install .af-sec-1 .af-sec-info-container {
    background-size: contain;
}
.popup_install .af-sec-1 {
    width: auto;
}
.popup_install .af-sec-1 .af-sec-info-container .info h2 {
    font-size: 52px;
}
.popup_install .af-sec-1 .af-sec-info-container .info #register1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 10px;
    width: 136px;
    height: 42px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #053326;
    margin-top: 10px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
}











#top-search-results-cb .loading {
    width: 40px;
}
#top-search-results-cb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#top-search-form-cb #shop_now_btn_2 {
    border-radius: 5px !IMPORTANT;
    width: fit-content;
    padding: 10px 50px;
    margin: 10px auto;
}
#top-search-form-cb #shop_now_btn_2 a {
    color: white;
}
.custom_single_store_container_1 .checkcb .store-termcond-container .terms {
    padding: 20px;
}







.offers_section .offers-card-container {
    list-style: none;
    padding: 0;
    display: flex;
    row-gap: 2rem;
    flex-direction: column;
    align-items: center;
}
.offers_section .offers-card-container li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 8px;
    width: 100%;
    min-height: 100px;
    background: #ffffff;
    box-shadow: 4px 4px 19px rgb(199 197 194 / 20%);
    border-radius: 8px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    border: 1px solid #f5c82f;
}
.offers_section .offers-card-container .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.offers_section .offers-card-container .info .type {
    background-color: #e3e3e3;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    font-family: 'Archivo';
    font-weight: 600;
}
.offers_section .offers-card-container .info h4.title {
    font-family: 'Archivo';
    font-size: 22px;
    margin: 0;
    padding: 5px;
}
.offers_section .offers-card-container span.expiry {
    font-family: 'Archivo';
    font-size: 14px;
    padding: 5px;
    font-weight: 700;
}
.offers_section .offers-card-container span.verified,
.offers_section .offers-card-container span.uses {
    font-family: 'Archivo';
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    color: #757575;
}
.offers_section .offers-card-container .button button, .offers_section .offers-card-container .button .shop_now
{
    background-color: #16976e !important;
    color: white ! IMPORTANT;
    background: linear-gradient(88.32deg, #053326 2.74%, rgba(5, 51, 38, 0.83) 98.09%);
    border-radius: 8px;
    margin: 0;
    width: auto ! IMPORTANT;
    padding: 15px;
    border: none;
        min-width: 180px;
        text-align: center;
}
.offers_section .offers-card-container .detail {
    width: 100%;
}
.offers_section .offers-card-container .detail p {
    margin: 0;
    font-family: 'Archivo';
    font-size: 15px;
    padding: 5px;
    color: #3e3e3e;
    font-weight: 200;
    transition: 1s;
}
.offers_section .offers-card-container span.detail_head {
    padding: 5px;
    font-family: 'Archivo';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
        cursor: pointer;
}
.offers_section .offers-card-container .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.offers_section .offers-card-container li:hover {
    box-shadow: 4px 4px 19px rgb(8 8 8 / 20%);
    cursor: pointer;
}
.offers_section {
    padding: 20px;
}


.all_offers_page.offers_section .offers-card-container .info {
    display: flex;
    flex-direction: column;
    align-content: center;
}
.all_offers_page .card1.store-card a {
    height: auto ! IMPORTANT;
}
.all_offers_page .card1.store-card {
    padding: 10px ! IMPORTANT;
    height: unset ! IMPORTANT;
}
.all_offers_page .info_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.all_offers_page .offers-card-container {
        display: grid;
    grid-gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

.all_offers_page .offers-card-container .button .shop_now 
{
    width: 100% ! IMPORTANT;
}
.all_offers_page .container_exp
{
    width: 100% ! IMPORTANT;
    display: flex;
    justify-content: space-between;
    padding-bottom:5px;
}
.all_offers_page .card1 .info_container .type_container,
.all_offers_page .offers-card-container .info h4.title
{
    width: 100%;
    text-align: left;
}
.all_offers_page .offers-card-container span.expiry,
.all_offers_page .offers-card-container span.verified,
.all_offers_page .offers-card-container .info .type
{
    font-size: 12px;
}
.all_offers_page .offers-card-container .info .type
{
    padding: 4px;
}
.all_offers_page .offers-card-container .info h4.title {
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    justify-content: flex-start;
}
.all_offers_page li.card1.store-card {
    width: 220px ! IMPORTANT;
}
.offers_head h1 {
    padding-top: 30px;
    font-size: 2.5rem;
}
.all_offers_page .card1 .info_container .type_container {
    margin-bottom: 5px;
}
.all_offers_page .card1 .info_container .store_title {
    width: 100%;
    text-align: left;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Archivo';
}

.section_seperator .sep_1, .section_seperator .sep_3 {
    background: #a5a5a5;
    width: 100%;
    height: 1px;
    color: transparent;
    vertical-align: middle;
}
.section_seperator .sep_2 {
    background: white;
    padding: 0px 10px;
    color: #a5840c;
}
.section_seperator {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 80%;
}
.affiliateprogram .yellow.green_button.tutorial_vid,
.indexpage .yellow.green_button.tutorial_vid
{
    position: fixed;
    left: 0;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    top: 50%;
    border: 1px solid #cbcbce;
    background: #d7b337;
    line-height: 20px;
    padding: 10px 10px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    font-size: 20px;
    z-index: 99;
    column-gap: 6px;
    overflow: hidden;
    color:black;
}
.affiliateprogram .yellow.green_button.tutorial_vid:hover,
.indexpage .yellow.green_button.tutorial_vid:hover{
    transform: scale(1.05);
    transition: 0.3s;
}
.affiliateprogram .yellow.green_button.tutorial_vid .vid_icon,
.indexpage .yellow.green_button.tutorial_vid .vid_icon{
  max-height: 40px;
}
.indexpage .yellow.green_button.tutorial_vid,
.affiliateprogram .yellow.green_button.tutorial_vid,
.hm-sec-1 .hm-sec-info #register1,
a.yellow.green_button.install_ext,
.hm-sec-4 .hm-sec-4-info-container .info .yellow,
.hm-sec-5 .hm-sec-5-container .yellow,
.primarynav .buttons-container #register
{
    content-visibility: auto;
}


/* Animation */
@keyframes shine_effect {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}












    /* Basic styling for the popup container */
    .popup-container {
      display: none; /* Initially hidden */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* Popup content box */
    .popup-content {
      position: relative;
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      width: 80%;
      max-width: 600px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transform: translateX(-100%); /* Start off-screen to the left */
      opacity: 0; /* Hidden initially */
      animation: slide-in 0.5s ease-out forwards;
    }

    /* Close button styling */
    .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      background: none;
      border: none;
      cursor: pointer;
    }

    /* Responsive iframe styling */
    .popup-content iframe {
      width: 100%;
      height: 315px; /* Default YouTube/Vimeo height ratio */
      border: none;
    }

    /* Keyframes for slide-in animation */
    @keyframes slide-in {
      0% {
        transform: translateX(-100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

    /* Hide popup with fade-out effect */
    .popup-container.hide .popup-content {
      animation: slide-out 0.5s ease-out forwards;
    }

    /* Keyframes for slide-out animation */
    @keyframes slide-out {
      0% {
        transform: translateX(0);
        opacity: 1;
      }
      100% {
        transform: translateX(-100%);
        opacity: 0;
      }
    }
    
    
    
    #extension_popup #popup_1 {
    background-color: white;
    padding: 18px;
    background-image: url(https://ezching.com/assets/images/bg_eagle_1.png);
}
#extension_popup #popup_1 .extension_popup_infocontainer {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    column-gap: 3vw;
	background:transparent;
}
#extension_popup #popup_1 .extension_popup_heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#extension_popup #popup_1 .extension_popup_detail a {
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    color: black;
    font-weight: 400 !important;
    cursor:pointer;
}
a.yellow.green_button.install_ext {
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    margin: 7px auto;
    color: #383838;
}










div#stores_cat_main .st-sec-1 .image-container img {
    display: none;
}

.terms_container_1 .small_characters {
  font-size: 11px !important;
}



.marketing_material .info .yellow
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    width: 136px;
    height: 42px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: #053326;
    margin-top: 10px;
    background: linear-gradient(108.44deg, #D3B039 0%, #F5C82F 99.56%);
    border-radius: 8px;
    width: fit-content;
    margin: 0px auto;
}