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

.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 related classes */

.footer {
    background: var(--circular-progressbar-stroke) 0% 0% no-repeat;
    flex-shrink: none;
}

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

.footerHeader {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0px 0px 0;
    line-height: 21px;
    margin-bottom: 0px;
    color: var(--header-box-text-color);
    display: block;
    /* text-transform: uppercase; */
}
.appleStoreImg{
    margin-top: 20px
}
.followUsDiv{
    margin-top: 30px;
    margin-bottom: 16px;
}
.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;
    font-weight:400;
    line-height: 16px;
    padding-top: 16px;
}

.footerLinks>li>a, .footerLinks >li > span > a, .footerLinks>li>span, .footerLinks >li > span > span {
    color: var(--header-box-text-color);
}

.footerLinks>li>a:hover {
    color: var(--primary-color) !important;
    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 {
    background: var(--search-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(--header-box-text-color);
}
.footer-third ul li a{
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}
.footer-third ul li a{
    text-decoration: none;
    color: var(--header-box-text-color)!important;
}

.footer-third ul li a:hover{
    text-decoration: none;
    color: var(--primary-color)!important;
}

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

.footer-third ul li:first-child {
    padding-left: 0;
    color: var(--header-box-text-color)!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, 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;
    }
 .social-icons .last-social-icon{
    margin-right: 13px;
 }
 .app-icons{
    margin-top:16px;
 }
 .officeAddressPara{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: var(--header-box-text-color);
 }
 .officeAddressDiv{
    margin-top: 40px;
 }
 @media (max-width: 1024px) {
    .footer-third ul li{
        padding: 0px 8px;
    }
    .footer-third ul li a{
        font-size: 12px !important;
    }
    .footer-second ul li{
        font-size: 12px !important;
        padding-right: 5px;
    }
 }
 /* iPads in portrait and landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: portrait),
only screen and (min-device-width: 768px) and (max-device-width: 1280px) and (orientation: landscape) {
 /* .footerHeader{
     height: 42px;
 } */
 
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .paddingForTab{
        padding-left: 0px !important;
     }
}

@media screen and (min-width: 360px) and (max-width: 767px){
    .footer-inner{
        padding: 25px 10px 15px 10px;
    }

    .footer-inner .row
    {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }


}