

/* --ltn__secondary-color: #2253E8; */
/* --ltn__secondary-color-2: #0042E7; */

.alink{
    text-decoration: none !important;
    outline: none;
    border: none;
}

:root{
    --primary-color: #2253E8 !important;
    --primary-color2: #014086 !important;
}

:root{
    --ltn__secondary-color-2: var(--primary-color) !important;
    --ltn__secondary-color: var(--primary-color) !important;
}

.footer-top-area{
    background-color: var(--primary-color2);
}

.lowerText{
    text-transform: lowercase;
}

.capText{
    text-transform: capitalize;
}

.upperText{
    text-transform: uppercase;
}

.white{
    color: white;
}

#openMod{
    display: none;
}

.newsletter1{
    display: flex;
    inset: 0;
    position: fixed;
    height: 100vh; 
    width: 100%;
    z-index: 10000;   
}

.newsletter1::before{
    background-color: var(--ltn__paragraph-color);
    content: "";
    opacity: 0.9;
    inset: 0;
    z-index: -1;
    position: absolute;
} 


.modal1{
    width: 60rem;
    padding-top: 9rem;
    z-index: 1000;
}

.preData{
    height: 40rem;
    margin: auto;
    overflow-x: hidden;
    border-radius: 1rem;
}


.img1, .imgFix{
    border: .1rem solid var(--gray);
    height: 3rem;
    width: auto;
    /* min-width: 4rem; */
    max-width: 9rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-color: red; */
    /* background-image: url('/superds/img/site_logo_image.png&site3'); */
  }

.imgFix{
    height: 10rem;
    padding: 3rem;
    width: 10rem;
    background-color: red;
}



.text-red{
    color: red;
}

.text-red2{
    color: rgba(237, 56, 56, 0.671);
}

.text-small{
    font-size: .5rem;
}

.text-small3{
    font-size: .7rem;
}

.text-small2{
    font-size: .6rem;
    color: red;
}