.mod-footer-bg .outer-sec {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.mod-footer-bg .outer-sec .logo-sec {
  width: 28.3%;
}
.mod-footer-bg .outer-sec .page-sec {
  width: 6.6%;
}
.mod-footer-bg .outer-sec .other-page-sec {
  width: 11.1%;
}
.mod-footer-bg .outer-sec .suscribe-sec {
  width: 28.3%;
}
.mod-footer-bg .outer-sec .logo-sec .logo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-footer-bg .outer-sec .logo-sec .logo-image {
  width: 157.92px;
  height: 28.91px;
}
.mod-footer-bg .outer-sec .logo-sec .social-media-img,
.mod-footer-bg .outer-sec .logo-sec .social-media-icon{
  display: flex;
  grid-column-gap: 30.26px;
}
.mod-footer-bg .outer-sec .logo-sec .logo-contents p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.mod-footer-bg .outer-sec .suscribe-sec .suscribe-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.mod-footer-bg .outer-sec .page-sec .page-menu .hs-menu-wrapper ul {
  display: block !important;
}
.mod-footer-bg .outer-sec .page-sec .page-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.mod-footer-bg .outer-sec .other-page-sec .other-page-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.mod-footer-bg .outer-sec .page-sec .page-heading {
  margin-bottom:28.91px;
}
.mod-footer-bg .outer-sec .other-page-sec .other-page-heading{
  margin-bottom:28.91px;
}

.mod-footer-bg .outer-sec .logo-sec .logo-contents {
  margin-top: 23.92px;
  margin-bottom: 29.91px;
}
.mod-footer-bg .outer-sec .logo-sec .social-media-img .social-media a img,
.mod-footer-bg .outer-sec .logo-sec .social-media-icon .social-media svg{
  height: 17.62px;
  width: auto;
}
.mod-footer-bg .outer-sec .suscribe-sec .suscribe-content {
  margin-top: 28.91px;
  margin-bottom: 29.65px;
}
.mod-footer-bg .outer-sec .page-sec .page-menu ul li,
.mod-footer-bg .outer-sec .other-page-sec .other-page-menu ul li{
  margin-top: 0px;
  margin-bottom: 28.91px;
}

.mod-footer-bg .outer-sec .other-page-sec .hs-menu-wrapper ul{
  display:block;
}
.mod-footer-bg .outer-sec .suscribe-sec .email .form-title { 
  display: none;
}
.mod-footer-bg .outer-sec .suscribe-sec .email form {
  background-color: transparent!important;
  position:relative;
  width:fit-content;
}
.mod-footer-bg .outer-sec .suscribe-sec .email form .hs-button, .mod-footer-bg form input[type=submit]{
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius:100%;
/*   background-image:url("https://www.wx.agency/hubfs/Vector%20(1)-Jul-20-2023-11-38-51-7493-AM.svg"); */
  background-repeat: no-repeat;
  background-position: center;
}
.mod-footer-bg .hs-error-msg {
  color: #ef6b51 !important;
  font-size: 14px;
}
.mod-footer-bg .outer-sec .suscribe-sec .email form .actions {
  position: absolute;
  right: 11px;
  bottom:10px;
}
.mod-footer-bg .submitted-message, .mod-footer-bg form {
  font-size: 18px !important;
  Background-color: transparent;
  color: #777777;
}
.mod-footer-bg .outer-sec .suscribe-sec .email form input[type=email]{
  border: 1px solid #e8e8e8;
  border-radius: 24.9219px;
  padding: 15px 100px 14.61px 22px;
  width: 314px;
  font-size: 16px !important;
  background:transparent;
  color: #777 !important;
}
.mod-footer-bg .outer-sec .suscribe-sec .email form input[type=email]:focus-visible{
  outline:none;
}
.mod-footer-bg .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
  margin-bottom: 0;
}
.mod-footer-bg .outer-sec .suscribe-sec .email form input[type=email]::placeholder{
  font-weight: 400;
  line-height: 19px;
  color: #BEBEBE !important;
}
.mod-footer-bg .email .hs_submit.hs-submit {
  position: relative;
  /*     right: -304px;
  top: -44px;
  width: fit-content; */
}
.mod-footer-bg .hs_error_rollup .hs-main-font-element {
  display: none !important;
}
.mod-footer-bg ul.no-list.hs-error-msgs.inputs-list {
  bottom: -56px;
  position:absolute;
}
.mod-footer-bg .submitted-message {
  color: #0d2345!important;  
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
  .mod-footer-bg{
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod-footer-bg .outer-sec {
    display: block;
  }
  .mod-footer-bg .outer-sec .logo-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .page-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .other-page-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .suscribe-sec {
    width: 100%;
  }
  .mod-footer-bg .outer-sec .logo-sec .logo-contents {
    margin-bottom: 27.14px;
    margin-top: 25.14px;
  }
  .mod-footer-bg .outer-sec .other-page-sec .other-page-heading,  .mod-footer-bg .outer-sec .page-sec .page-heading, .mod-footer-bg .outer-sec .suscribe-sec .subscribe-heading {
    margin-top: 51px;
  }
  .mod-footer-bg .outer-sec .suscribe-sec .email form .actions {
    bottom: 4px;
  }

}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .mod-footer-bg{
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod-footer-bg .outer-sec {
    display: block;
  }
  .mod-footer-bg .outer-sec .logo-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .page-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .other-page-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .suscribe-sec {
    width: 100%;
  }
  .mod-footer-bg .outer-sec .logo-sec .logo-contents {
    margin-bottom: 29.14px;
    margin-top: 25.14px;
  }
  .mod-footer-bg .outer-sec .other-page-sec .other-page-heading,  .mod-footer-bg .outer-sec .page-sec .page-heading, .mod-footer-bg .outer-sec .suscribe-sec .subscribe-heading {
    margin-top: 52px;
  }
  .mod-footer-bg .outer-sec .suscribe-sec .email form .actions {
    bottom: 4px;
  }



}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .mod-footer-bg{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .mod-footer-bg .outer-sec .logo-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .page-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .other-page-sec {
    width: 95%;
  }
  .mod-footer-bg .outer-sec .suscribe-sec {
    width: 100%;
  }
  .mod-footer-bg .outer-sec .logo-sec .logo-contents {
    margin-bottom: 29.14px;
    margin-top: 25.14px;
  }
  .mod-footer-bg .outer-sec .other-page-sec .other-page-heading,  .mod-footer-bg .outer-sec .page-sec .page-heading, .mod-footer-bg .outer-sec .suscribe-sec .subscribe-heading {
    margin-top: 52px;
  }
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

  .mod-footer-bg{
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod-footer-bg .outer-sec .suscribe-sec .email form input[type=email]{
    padding: 15px 14.61px 22px !important;
    width: 270px !important;
  }
  .mod-footer-bg .outer-sec .suscribe-sec .email form .actions {
    bottom: 13px;
  }


}
/*******************************************/


@media only screen and (min-width: 1025px) and (max-width: 1200px){
  .mod-footer-bg{
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod-footer-bg .outer-sec .suscribe-sec .email form input[type=email]{
    width: 270px !important;
  }
}

@media only screen and (min-width: 320px){
  .mod-footer-bg .outer-sec .logo-sec .logo-image {
    height: auto;
  }
}
@media only screen and (min-width: 1201px){
/*   .mod-footer-bg{
    padding-left: 20px;
    padding-right: 20px;
  } */




