html,
body {
    font-family: "Roboto", sans-serif;
    background-color: white!important;
    margin: 0;
    padding: 0;
}


/* Footer related classes */

.lnt-sufin-footer-logo{
    color: var(--footer-watermark-text);
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 36px;
    line-height: 1;
    text-align: right;
    letter-spacing: 3px;
    overflow-y: hidden;
}

.footer {
    background: var(--footer-bg-color) 0% 0% no-repeat;
    flex-shrink: none;
    border-top: 5px solid var(--primary-color);
}

.footer-inner {
    padding: 30px 15px 0 15px;
}

.footerHeader {
    font-size: 18px;
    font-weight: bold;
    color: white!important;
    padding: 0 15px 10px 0;
    letter-spacing: 1px;
    margin-bottom:.5rem;
    display: block;
    /* text-transform: uppercase; */
}
.footerHeader1 {
    font-size: 14px;
    font-weight: bold;
    color: white!important;
    padding: 0 15px 10px 0;
    letter-spacing: 1px;
    margin-bottom:.5rem;
    display: block;
}
.footerLinks {
    padding: 0 ;
    list-style-type: none;
    margin-bottom: 0;
}

.footerLinks>li {
    font-size: 14px;
    padding-bottom: 4px;
    font-weight:normal;
}

.footerLinks>li>a, .footerLinks >li > span > a, .footerLinks>li>span, 
.footerLinks >li > span > span {
    color: white;
}

.footerLinks>li>a:hover, .footerLinks>li>span:hover {
    color: var(--light-color-text);
    text-decoration: none;
    /* cursor:pointer; */
}

.footerLinks>li>a>i, .footerLinks>li>span>i  {
    color: var(--primary-color);
    padding-right: 8px;
    font-weight: normal;
    font-size:20px;
}

.footerLinks>li>span {
    color: white;
}

.footerLinks>li>span>i {
    color: white;
    /* font-size: 12px; */

}

.footer-second {
    border-top: 1px solid var(--footer-border-color);
}

.footer-second ul {
    margin: 8px 0;
    padding: 0;
}

.footer-second ul li {
    display: inline-block;
    list-style-type: none;
    color: var(--footer-text-color);
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid var(--footer-border-color)!important;
}

.footer-second ul li:first-child {
    padding-left: 0;
}

.footer-second ul li:last-child {
    border-right: 0!important;
}

.footer-third {
    border-top: 1px solid var(--footer-border-color);
    background: var(--footer-third-bg-color);
}

.footer-third ul {
    margin: 8px 0;
    padding: 0;
}

.footer-third ul li {
    display: inline-block;
    list-style-type: none;
    color: var(--light-color-text)!important;
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid var(--grievance-color);
}
.footer-third ul li a, .footer-third ul li a:hover{
    text-decoration: none;
    color: var(--light-color-text)!important;
}

.footer-third ul li:nth-child(4){
    border-right: 0!important;
    color: var(--light-color-text)!important;
}

.footer-third ul li:first-child {
    padding-left: 0;
    color: var(--light-color-text)!important;
}

.footer-btn {
    background-color: var(--primary-color)!important;
    color: white !important;
    border: 2px solid var(--shadow-color)!important;
    border-radius: 5px;
    font: normal 12px/15px Roboto;
    min-width: 110px;
    min-height: 30px;
    cursor: pointer;
    margin-bottom: 10px;
    white-space: nowrap;
    padding: 0;
}

.footer-btn:hover {
    background-color: transparent;
    color: white !important;
}

/* .grievance-block span {
    color: var(--grievance-color)!important;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    margin-top: 10px;
    

} */

.grievance-block ul {
    margin-bottom: 0;
    padding-inline-start: 0;
}

.grievance-block ul li {
    color: white!important;
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
}


/*-----subscription plan icon----*/

.plan-block {
    text-align: center;
}

.plan-block:last-child {
    border-right: none;
}

.plan-circle {
    background: white;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: auto;
}

.plan-circle span {
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    color: var(--primary-color);
}

.plan-block h3,
.benefit-block h3 {
    font-size: 11px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.subs-text {
    border-top: 1px dotted white;
    border-bottom: 1px dotted white;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 700;
}

.benefit-text span {
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    background-color: white;
    border-radius: 4px;
    padding: 0 5px;
}

.new-footer-logo-text h1 {
    /* writing-mode: vertical-lr; */
    /* text-orientation: unset; */
    color: var(--footer-watermark-text);
    margin: 0;
    /* transform: rotate(180deg); */
    font-weight: normal;
    position: relative;
    /* bottom: 5%; */
    font-size: 40px;
    line-height:1;
    text-align: right;
    letter-spacing: 3px;
}


/*-----subscription plan icon----*/

.plan-block {
    text-align: center;
}

.plan-circle {
    background: white;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin: auto;
}

.plan-circle span {
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    color: var(--primary-color);
    padding: 15px;
}

.plan-block h3,
.benefit-block h3 {
    font-size: 11px;
    text-align: center;
    color: white;
}

.modal-body .fa-check-circle {
    color: var(--primary-color)!important;
}

.fa-5x{
    font-size:5em;
}
.new-footer-logo-text{
    /* padding-right:10px; */
    display: inline-flex;
    flex:1 1 auto;
    bottom: 29px;
    /* right: 25px; */
    position: absolute;
}

.footer-icon{
    text-align: center;
    min-width: 37px;
    max-height: 18px;
    line-height: 25px;
    min-height: 18px;
    display: inline-block;
    margin-right: 20px;
    color:white;
}
.footer-icon i{
    display:block;
    line-height:35px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.word-break{
    word-break: break-all!important;
  }
  .footer-list>li{
    padding-bottom:24px;
 } 
 .cus-support, .footerLinks p{
  color:white;
}  
.cus-support p{
   margin-top: 12px;
   margin-bottom: 0px;
   color:white;
}
/* .cus-support p:hover, .link:hover{
  cursor: pointer;
  color:var(--light-color-text);
} */
 
.link{
  cursor: pointer;
  color: white;
}

 .footer-inner .row{
    margin-bottom: 5px;
 }
 .social-icons .last-social-icon{
    margin-right: 13px;
 }
 .app-icons{
    margin-top:32px;
 }
  /* @media screen and (max-width:1024px){
    .new-footer-logo-text h1{
        font-size:42px;
    }
    .footerHeader {
        font-size: 15px!important;
    }
    .footer-icon{
        margin-right:10px;
    }
    .new-footer-logo-text{
     position:relative;
     right:0;
    }
    .lnt-sufin-footer-logo {
        font-size:42px;
    }
  } */