 
 

.taboola-code {margin: 30px 0;clear: both;}

/*footer*/
footer { background: #555555;clear:both;}
.newFooter .abt { line-height: 23px; color: #fff; font-size: 13px; padding: 20px 0px; }
.newFooter { padding: 30px 0px; position: relative; }
.newFooter .more { color: #fff; padding-left: 10px; }
.newFooter .more:hover { color: var(--purple); }
.newFooter .followUs { color: #fff; font-size: 14px; font-weight: 500; padding: 20px 0 15px 0; }
.newFooter .social-f { padding: 20px 30px 20px 0px; color: #999999; font-size: 20px; }
.newFooter .link { font-size: 18px; color: #ffffff; font-weight: 500; padding: 10px 0px 20px 0px; }
.newFooter .footerLinks li { font-size: 14px; list-style: none; margin-left: 0px; color: rgba(255, 255, 255, 0.7); padding: 7px 0px; }
.newFooter .footerLinks li a { font-size: 14px; color: rgba(255, 255, 255, 0.7); }
.newFooter .footerLinks li a:hover { color: #fff; }
.pageLinks { background: #4611B2; line-height: 50px; text-align: center; }
.pageLinks a { color: rgba(255, 255, 255, 0.7); padding: 5px 12px; text-transform: capitalize; font-size: 13px; text-align: center; }
.pageLinks p { border-top: 1px solid var(--border); padding: 0px 40px; text-align: center; 
    background: transparent; color: rgba(255, 255, 255, 0.5); width: 90%; margin: 0 auto; 
    font-size: 12px; }
.socialMbl { display: none;}
.socialDsk { display:block;}

@media only screen and (max-width: 768px) {   
    
    /*none header*/
     
    .title {margin-bottom:5px;}
    /*footer*/
    .taboola-code { border-radius:4px;background:#D7DADE;padding: 10px;}
    .newFooter { padding: 30px 10px;}  
    .socialMbl { display: block;}
    .techLogo img { display: inline-block;} .socialMbl { display: inline-block;float: right;margin-top: 10px;}
    .socialDsk {display: none;}
    .pl-25 { padding-left: 0;}
    .brBtm {border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding-bottom: 10px;}
    .pageLinks { line-height: 30px;}
    .pageLinks a { white-space:nowrap;}
        
}