


body{

    background: rgba(212, 232, 210, 0.1) !important;
font-family: 'Poppins';
margin: 8px 0px;
  }
  .retail  .header {
        color: #13287a;
        font-weight: bold;
        font-size: 28pt;
        text-align: center;

    }

    .retail  .header2 {
        color: #13287a;
        font-weight: bold;
        font-size: 32pt;
        text-align: center;
    }
    .retail  .default_top{
        margin-top: 30px;

    }
    .default_top2{
    margin-top: 60px;

    }
    .retail   .subtext {
        font-size: 18pt;
        color: #13287a;
        font-weight: bold;
        text-align: center;
    }
    .retail   .images {
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;

    }
    .retail   .image-box {
        width: 50%;
        border-radius: 10px;
        overflow: hidden;
    }
    .retail     .image-box img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .retail   .image-box2 {
        width: 20%;
        border-radius: 10px;
        overflow: hidden;
    }
    .retail     .image-box2 img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .image-mid{
        width: 100%;
        border-radius: 10px;
        overflow: hidden;  
    }
    .image-mid img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .image-mid2{
        width: 50%;
        border-radius: 10px;
        overflow: hidden;  
    }
    .image-mid2 img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .retail   .button {
        background-color: #13287a;
        color: white;
        font-weight: bold;
        padding: 10px 30px;
        border-radius: 30px;
        display: inline-block;
        margin-top: 20px;
        text-decoration: none;
    }
    .retail     .button:hover {
        background-color: #0e1f5b;
        color: white;
    }
    .retail    .page {
        color: red;
        font-weight: bold;
        text-align: left;
    }

    .arrow-container {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.arrow {
    width: 28px;
    height: 28px;
    border-right: 10px solid #FF8F54;
    border-top: 10px solid #FF8F54;
    transform: rotate(45deg);
    margin-left: -5px;
    transition: all 0.3s ease-in-out;
}

.ln-btn:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.arrow:nth-child(2) {


    border-right: 10px solid #b9b9b9;
    border-top: 10px solid #b9b9b9;
}

.arrow:nth-child(3) {

    opacity: 0.9;
}
/* arrow 2*/

.arrow-container2 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.arrow2 {
    width: 15px;
    height: 15px;
    border-right: 5px solid #FF8F54;
    border-top: 5px solid #FF8F54;
    transform: rotate(45deg);
    margin-left: -5px;
    transition: all 0.3s ease-in-out;
}

.ln-btn:hover .arrow2 {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.arrow2:nth-child(2) {


    border-right: 5px solid #b9b9b9;
    border-top: 5px solid #b9b9b9;
}

.arrow2:nth-child(3) {

    opacity: 0.9;
}
.ln-btn {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 28pt;
    padding: 5px 155px;
    border: 2px solid #04187f;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    background-color: #04187f;
    transition: all 0.3s ease-in-out;
}
.clami_btn{
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 24pt;
    padding: 5px 15px;
    border: 2px solid #04187f;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    background-color: #04187f;
    transition: all 0.3s ease-in-out;
}  
.st_btn{
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 28pt;
    padding: 5px 15px;
    border: 2px solid #04187f;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-family: 'poppins';
    text-align: center;
    letter-spacing: 5px;
    background-color: #04187f;
    transition: all 0.3s ease-in-out;   
    margin-top: 30px;
}
.pro_btn{
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 11pt;
    padding: 5px 15px;
    border: 2px solid #04187f;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    text-align: center;

    background-color: #04187f;
    transition: all 0.3s ease-in-out;     
}
.ln-btn:hover {
    background-color: #04187f;
    color: white;
    text-decoration: none;
}
.clami_btn:hover {
    background-color: #04187f;
    color: white;
    text-decoration: none;
}
.st_btn:hover {
    background-color: #04187f;
    color: white;
    text-decoration: none;
}
.pro_btn:hover {
    background-color: #04187f;
    color: white;
    text-decoration: none;
}


.clami_btn:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}
.st_btn:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}
.pro_btn:hover .arrow2 {
    border-right: 3px solid white;
    border-top: 3px solid white;
}
.form-box {
    width: 30%;
    border-radius: 10px;
    background: white;
    padding: 16px;
    border: 5px solid #d9d9d9;
    text-align: left;
}
.form-box h3 {
    color: #13287a;
    font-weight: bold;
    text-align: center;
    font-size: 21pt;
}
.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-group label {
    font-weight: bold;
    color: #13287a;
    width: 30%;
    text-align: right;
    padding-right: 10px;
}
.form-group input {
    width: 65%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f0f8f0;
}
.form-box p {
    text-align: justify;
    color: #13287a;;
    font-size: 14px;
}



@media screen and (max-width: 820px) {
.retail .images{
display: block;
margin: 0 auto;
}
.form-box{
width: 100%;
}
.retail .image-box2{
    width: 100%;
}
.retail .image-box{
    width: 100%;
}
.image-mid2{
    width: 100%;
}
.ln-btn{
    padding: 4px 10px;
    font-size: 19pt;
}
.retail .header{
    font-size: 20pt;
}
.retail .header2{
    font-size: 20pt;
}
.retail .subtext{
    font-size: 17pt;
}
.promo-header{
    font-size: 20pt!important;   
}
.promo-subheader{
    font-size: 18pt!important;     
}
.default_flx{
    display: block!important;
}
.promo-list span{
    font-size: 15pt!important;
} 
.promo-list small{
    font-size: 11pt!important;
}
.clami_btn{
    font-size: 9pt;
} 
.main_img{
    width: 100%!important;
}
.promo-small-image{
    bottom: -10px!important;
}
.promo-list .num{
    font-size: 22pt!important;   
}
.promo-container {
    width: 100%!important;
    padding: 10px!important;
}
.promo-box{
     padding: 1px!important;
}
}


.promo-container {
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.promo-header {
    font-size: 30pt;
    font-weight: bold;
    color: #13287a;
}
.promo-subheader {
    font-size: 21pt;
    font-weight: bold;
    color: #13287a;
    margin-bottom: 20px;
}
.promo-box {
    background: rgba(212, 232, 210, 0.1) !important;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}
.promo-list {
    font-size: 16px;
    color: #13287a;
    list-style: none;
    padding: 0;
}
.promo-list li {
    margin-bottom: 15px;
    font-size: 21pt;
    display: flex;
    align-items: center;
    gap: 20px; /* Adjust spacing between number and text */
}
.promo-list .num {
    font-weight: bold;
    font-size: 51pt;
    min-width: 20px; /* Ensure proper spacing */
    text-align: right;
 
}
.promo-list span {
    font-weight: 900;
    font-size: 21pt;
    margin-left: 25px;
}
.promo-list small {
    font-weight: normal;
    font-size: 21pt;
    margin-left: 25px;
}
.promo-list strong {
    font-weight: bold;
    font-size: 41pt;
 
}
.promo-button {
    background-color: #13287a;
    color: white;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}
.promo-button:hover {
    background-color: #0e1f5b;
}
.promo-images {
    position: relative;
    display: inline-block;
}
.promo-images img {
    /* width: 100%; */
    border-radius: 15px;
}
.promo-small-image {
    position: absolute;
    bottom: -60px;
    right: -10px;
    width: 40%;
    border-radius: 50%;
}
.main_img{
    width: 550px;
    height: auto;
}
.default_flx{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.default_flx2{
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.step-container {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;

}
.step-box {
    border: 2px solid #112171;
    padding: 20px;
    border-radius: 30px;
    width: 400px;
    text-align: center;
}
.step-box h3 {
    font-size: 21pt;
    font-weight: bold;
    color: #112171;
}
.step-box h4 {
    font-size: 21pt;
    font-weight: bold;
    color: #112171;
}
.step-box p {
    font-size: 21pt;
    color: #112171;
    margin-top: 20px;
}
.main-button {
    background-color: #112171;
    color: white;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    text-decoration: none;
}
.main-button:hover {
    background-color: #081462;
}
.retail_step h2{
    font-size: 32pt;
}







.page-title {
    color: #0c1c80;
    font-weight: bold;
    font-size: 24pt;
}
.product-container {
    display: flex;
    justify-content: space-evenly;
    gap: 0px;
    flex-wrap: wrap;

}
.product-box {
    border: 2px solid #0c1c80;
    padding: 20px;
    border-radius: 10px;
    width: 320px;
    text-align: left;
}
.product-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #0c1c80;
}
.product-box p {
    font-size: 14px;
    color: #000;
}
.button-main {
    background-color: #0c1c80;
    color: white;
    padding: 10px 20px;
    font-size: 12pt;
    border-radius: 15px;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    text-decoration: none;
}
.button-main:hover {
    background-color: #081462;
}
.product-image {
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}


.product_txt p{
    color: #081462;
    font-size:12pt ;
}

.box-container {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    width: 300px;
    font-family: Arial, sans-serif;
}
.step-number {
    /* background: #004aad; */
    border: 3px solid #112171;
    color: #112171;
    padding: 5px 12px;
    border-radius: 50%;
    font-weight: bold;
}
.header-title {
    font-weight: bold;
    color: #112171;
    font-size: 16pt;
    display: inline-block;
    margin-left: 5px;
}
.category-title {
    background: #112171;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    width: 100%;
}
.description {
    font-size: 12pt;
    margin-top: 10px;
    color: #112171;

}
.recommend-box {
    background: #112171;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    font-size: 12pt;
    text-align: center;
}
.product-image {
    width: 100%;
    margin-top: 10px;
}
.amazon-button {
    background: #118216;
    color: white;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 14.6pt;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
}
.amazon-button:hover {
background-color: #000;
}
.pro_small{
    font-size: 9.4pt;
    margin-top: 10px;
    color: #112171;   
}

.round_circle{
    border-radius: 15px;
    border: 2px solid #929293;
    width: 250px;
    margin: 0 auto;
    padding: 15px;
}
.round_circle p{
    color: #112171;
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
}
.round_circle small{
    color: #112171;
    font-size: 12px;
    text-align: left;
    font-weight: bold;  
}
.round_circle span{
    color: #000;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 8px;
    font-weight: bold;  
}
.dis_txt{
    font-size: 10pt;
    color: #112171;
    margin-bottom: 10px;
}

.d_top{
    margin: 30px 0px;
}

@media screen and (max-width: 820px) {
    .step-container{
        justify-content: center!important;
        gap: 0px!important;
    }
    .step-box{
        width: 90%!important;
        margin-bottom: 10px;
    }
    .st_btn{
        font-size: 0.7em!important;
        width: 90%!important;
        margin-top: 5px!important;
    }
    .arrow {
    width: 20px!important;
    height: 20px!important;
    border-right: 8px solid #FF8F54;
    border-top: 8px solid #FF8F54;
 
    margin-left: -2px;
   
}
.mobile-view{
    display: block!important;
    margin-bottom: 30px;
}
.desktop-view{
display: none!important;
}
}

.mobile-view{
    display: none;
}
.desktop-view{
display: block;
}