.footer-section{border-top:1px solid rgba(166, 171, 184, 0.30)}
.foot-lts{width:352px;}
.foot-btn {margin:35px 0 0;}
.foot-menus{width:calc(100% - 352px); padding-left:32px;}
.foot-box{width:32%; margin-right:2%;}
.foot-box:nth-child(3n),.foot-box:last-child{margin-right:0;}
.foot-box h5{color:var(--base_color); margin-bottom:16px;}
.foot-box ul li{margin-top:8px;}
.footbtm-lts{width:50%; padding-right:15px;}
.footbtm-rts{width:50%;}
.footbtm-rts ul{justify-content:flex-end;gap:5px;align-items:center;}
.footbtm-rts ul li a{width:45px; height:45px;border-radius:70px; display:flex; align-items:center; justify-content:center;background-color:var(--primary_color)}
.footbtm-rts ul li span{display:inline-block; padding-right:20px; font-family: 'Gotham'; font-size:16px; font-weight:600;color:var(--secondary_colors4);}
.foot-btms{margin:70px 0 0;}
.footbtm-lts p{color:var(--secondary_colors4);font-family: 'Gotham'; font-weight:500}
.foot-frms {padding:24px 16px;background-color:var(--primary_color2);border-radius:7px;border:0.5px solid var(--primary_color)}
.foot-frms form input[type="email"]{background-color:var(--white_color); color:var(--base_color)}
.foot-frms form input::-webkit-input-placeholder { color:#9D9B99;} /* WebKit browsers */
.foot-frms form input:-moz-placeholder {color:#9D9B99;} /* Mozilla Firefox 4 to 18 */
.foot-frms form input::-moz-placeholder {color:#9D9B99;} /* Mozilla Firefox 19+ */
.foot-frms form input:-ms-input-placeholder {color:#9D9B99;} 
.foot-frms .hs-form .hs-error-msgs label{position:relative;}
.foot-frms .hs-richtext p,.foot-frms .hs-richtext{font-size:17px; margin:0;line-height: 150%;letter-spacing: 0.17px;}
.foot-frms form input[type=submit]{width:100%;}
.foot-frms  .hs-form-field {margin-bottom: 10px;}
.foot-frms .submitted-message {text-align: center;margin: 0;padding: 20px;}

@media(min-width:768px){
.foot-title{pointer-events:none;!important}
  .foot-conts{display:block !important}

}
@media(max-width:1280px){
.foot-lts{width:24%;}
.foot-menus{width:76%; padding-left:25px;}
}

@media(max-width:767px){

  .foot-lts{width:100%; text-align:center}
.foot-menus{width:100%; padding:30px 0 0;}
  .foot-btn{display:none;}
.foot-box { margin-right: 0; width: 100%; }  
.foot-title { margin:12px 0 0; border-bottom: 1px solid var(--primary_color); padding-bottom: 16px;position:relative; }
  .foot-title:before{position:absolute; content:""; right:0; top:5px; width:19.5px; height:19.5px;background-size: contain; background-repeat: no-repeat;background-image:url('https://441807473.fs1.hubspotusercontent-ap1.net/hubfs/441807473/PESA/Assets/Frame%2043%20(1).svg');}   
.foot-btms ,.foot-twobox{margin:40px 0 0;}
  .foot-conts{display:none; margin: 20px 0 0;} 
  .foot-title h5{margin:0;}
  .foot-box.active  .foot-title:before{transform:rotate(-180deg)}
 .footbtm-lts { width: 100%; padding: 40px 0 0; text-align: center; order: 1;display:none; } 
 .footbtm-rts { width: 100%; padding: 10px 0 0; } 
  .footbtm-rts ul li:first-child{width:100%;text-align: center;}
  .footbtm-rts ul li span{display:block;width:100%; padding:0;}
  .footbtm-rts ul{justify-content:center;gap:12px;align-items:center;}
}