.span12.widget-span.widget-type-global_group {
  min-height: 0;
}
.header-section .logo {
  width:30%;
}
.header-section .nav-menu {
  width:calc(70% - 3%);

}
.header-section .logo img {
  max-width:200px !important;
  width:100%;
}
.header-section {
  padding: 10px 0;
  position:fixed;
  top:0;
  left:0;
  width: 100% !important;
  background-color:#fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index:999;
}
.header-section .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-section .nav-menu ul li a {
  font-family: 'MuseoSans-500';
  color: #005792;
  font-size: 16px;
  max-width:100%;
  padding: 10px 25px;
  line-height:1.2;
  position:relative;
  width: 100% !important;
  transition:all 0.4s;
  -webkit- transition:all 0.4s;
  -moz- transition:all 0.4s;
  white-space: normal !important;
}  
.header-section .nav-menu ul li a:hover {
  color: #0297a9;
}
.header-section .nav-menu ul {
  float:right;
}
.header-section .nav-menu ul li {
  line-height: 1;
  min-width: 0;
}
.header-section .nav-menu ul li.hs-item-has-children > a:after {
  position:absolute;
  content:'\f0d7';
  top: 11px;
  right:5px;
  font-family: FontAwesome;
}
.header-section .nav-menu ul li ul {
  background-color:#fff;
  top: auto;
  padding: 10px 5px 5px 0;
  box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
  max-width:200px;
  min-width:200px;
}

.footer-section {
  padding:70px 0 40px;
  background-image:url('https://6344338.fs1.hubspotusercontent-na1.net/hubfs/6344338/Stamus%202020/Images/Stamus_footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-section .footer-logo {
  max-width: 300px;
  margin: 0 auto 50px  !important;
  float: none !important;
}
.footer-section .intro-text p {
  font-size: 18px;
  line-height: 1.4;
  color:#fff;
}
.footer-section .intro-text p span {
  display:inline-block;
  width:100%;
  margin: 0 0 10px;
}
.footer-section .social-icon ul li {
  list-style-type: none;
  width: 70px;
  line-height: 70px;
  height: 70px;
  /* background: #3B5999; */
  text-align: center;
  border-radius: 5px;
}
.footer-section .social-icon ul li + li {
  /* margin-left:35px;
  /* background: #00acee; */
}
.footer-section .social-icon ul li a {
  color:#fff;
  font-size:50px;
  transition:all 0.4s;
}
.footer-section .social-icon ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.footer-section .social-icon ul li:hover a {
  color:#fbde00;
}
.footer-section .social-icon ul li:hover a svg path {
  fill:#fbde00;
}
.footer-section .contact-section {
  text-align: center;
}
.footer-section .address-section p,
.footer-section .email-section a,
.footer-section .privacy-section a,
.copyright-section p {
  color: #fff;
  font-size: 22px;
  line-height:1.2;
  transition:all 0.4s;
}
.copyright-section  {
  text-align: center;
  padding: 25px 0 0;
}
.footer-section .address-section p span {
  display:inline-block;
  width:100%;
  margin: 0 0 10px;
}
.footer-section .email-section span {
  display:inline-block;
  margin-right:15px;
}
.footer-section .email-section span i {
  color:#fff;
  font-size:24px;
  font-family: FontAwesome;
}
.footer-section .email-section a:hover,
.footer-section .privacy-section a:hover {
  color:#fbde00;
}
.footer-section .address-section {
  border-bottom: 2px solid #fff;
}
.footer-section .social-icon,
.footer-section .address-section, 
.footer-section .email-section {
  margin:0 0 20px;
}
.footer-section .intro-text {
  padding-right: 80px;
}
.discord-logo img {
  position: relative;
  top: -28px;
  width: 80%;
  left: 5px;
}
.discord-logo svg {
  position: relative;
  top: 2px;
  left: 4px;
}



/* .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child a {
background: #005792;
border: 0;
color: #fff;
border-radius: 6px;
}
.header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child:hover a {
background: #0297a9; 
}
.header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child:hover .hs-menu-depth-2 a {
background: transparent; 
}
.header-section-v2.header-section .nav-menu .hs-menu-depth-1:last-child .hs-menu-depth-2 a {
background: transparent;
border: 0;
color: #005792;
border-radius: 0;
text-align: left;
}
.header-section-v2.header-section .nav-menu .hs-menu-depth-1:last-child .hs-menu-depth-2 a:hover {
background: transparent;
color: #0297a9;
} */


/*  above code is commented on 11-jan in above code only last child is trageted i want target both last child below code is for both last child */
/* Header january 2025 */



.header-section.header-section-v2 .nav-menu ul li a {
  font-size: 15px;
  padding: 10px 12px;
}

.header-section.header-section-v2 .nav-menu ul li.hs-menu-depth-1:nth-last-child(-n+2) a{
  background: #005792;
  border: 0;
  color: #fff;
  border-radius: 6px;
}

.header-section.header-section-v2 .nav-menu ul li.hs-menu-depth-1:nth-last-child(-n+2):hover a{
  background: #0297a9;
}






/*----------------   Header - Footer Css END -------------------*/
.threat-detection-module {
  padding:80px 0;
}
.threat-detection-module .left-side-section {
  width:66%;
  padding-right: 25px;
  display: flex;
  flex-wrap: wrap;
}
.threat-detection-module .right-side-section {
  width:34%;
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
}
.threat-detection-module .threat-detection-module-inner {
  display:flex;
  flex-wrap:wrap;
}
.threat-detection-module .section-heading h2 {
  margin:0 0 30px;
  text-align: left;
}
.threat-detection-module .background-text-block p {
  text-align: left;
  max-width: 700px;
}
.threat-detection-module .right-side-section .bottom-cta {
  text-align: center;
  width: 100%;
}
.threat-detection-module .bottom-cta {
  margin-top: 80px;
  align-self: flex-end;
}
.threat-detection-module .right-side-section .section-img {
  align-self:center;
}
.threat-detection-module .right-side-section .section-img img {
  width: 100%;
}
.fancybox-button--zoom {
  display:none !important;
}
.simple-text-module {
  padding:80px 0;
  background: linear-gradient(135deg,#005792 0%,#0297a9 100%,#7db9e8 100%);
}
.simple-text-module .section-text p {
  color:#fff;
}
.swappable-50-50-module .left-side-container .section-heading h3 {
  font-size: 28px;
  color: #005792;
  font-family: MuseoSans-700;
  text-transform: uppercase;
  margin:0;
}
.swappable-50-50-module {
  padding:0;
}
.swappable-50-50-module .left-side-container .section-heading h5 {
  font-size: 22px;;
  color: #414042;
  font-family: MuseoSans-700;
  text-transform: capitalize;
  margin: 0;
}
.swappable-50-50-module .left-side-container .section-heading {
  margin:0 0 25px;
}
.swappable-50-50-module .left-side-container,
.swappable-50-50-module .right-side-container {
  width:calc(50% - 20px)
}
.swappable-50-50-module .right-side-container .section-text h3 {
  font-size: 24px;
}
.swappable-50-50-module .two-column-container {
  display:flex;
  flex-wrap:wrap;
}
.swappable-50-50-module .two-column-container.right-side-img {
  flex-direction:row-reverse;
}
.swappable-50-50-module .two-column-container.right-side-img .left-side-container {
  margin-left: 20px;
  margin-right: 0;
}
.swappable-50-50-module .two-column-container.right-side-img .right-side-container {
  margin-right: 20px;
  margin-left: 0;
}
.swappable-50-50-module .two-column-container + .two-column-container {
  margin-top: 100px;
}
.swappable-50-50-module .left-side-container .service-icon {
  width: 13%;
  max-width: 70px;
  padding: 10px;
  border: 1px solid #fbde00;
  border-radius: 100%;
}
.swappable-50-50-module .left-side-container .left-side-inner {
  width:87%;
  padding-left: 30px;
}
.swappable-50-50-module .left-side-container {
  display:flex;
  flex-wrap:wrap;
  align-items: flex-start;
  margin-right: 20px;
}
.swappable-50-50-module .service-block {
  padding:40px 0;
}
.swappable-50-50-module .service-block:nth-child(2n+2) {
  background-color:rgba(220,221,221,0.4);
}
.swappable-50-50-module .right-side-container {
  margin-left: 20px;
  /*   background: #dcddde; */
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
}
.swappable-50-50-module .right-side-container .section-text {
  align-self: center;
}
.swappable-50-50-module .left-side-container .section-image {
  box-shadow: rgba(0,0,0,0.08) 0px 2px 4px, rgba(0,0,0,0.06) 0px 2px 12px;
  margin: 0 0 25px;
}
.swappable-50-50-module .right-side-container .section-text ul {
  width:100%;
  padding-right:0;
}
.swappable-50-50-module .right-side-container .section-text ul li {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.2;
}

.bottom-cta-container {
  text-align:center;
  padding:0 0 50px;
}
.header-section.header-section-v2 .logo {
  width: 25%;
  padding-right: 15px;
}
.header-section-v2.header-section .nav-menu {
  width: 75%;
  margin: 0;
}




/*---------------------- Responsive ---------------------------------*/
@media screen and (min-width: 1199px) {
  .section-scroll-menu.subnav-fixed {
    position: fixed;
    left: 0;
    top: 84.29px;
    background: #fff;
    margin: 0;
    padding: 30px;
    z-index: 5;
    width: 100%;
  }
}
/*-------- Min 1199 ends here ----------*/

@media screen and (max-width: 1199px) {
  .header-section.header-section-v2 .nav-menu ul li a {
    padding: 10px 9px;
    font-size: 16px;
  } 
  .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child a {
    max-width: 155px;
  }
}
/*-------- 1199 ends here ----------*/


@media screen and (max-width:1140px){
  .header-section.header-section-v2 .nav-menu ul li a {
    font-size: 12px ;
  }
}


/*-------- 1140 ends here ----------*/

@media(max-width:1100px){

  .swappable-50-50-module .left-side-container .section-heading h3 {
    font-size: 26px;
  }
  .swappable-50-50-module .left-side-container .section-heading h5 {
    font-size: 21px;
  }
}
/*-------- 1100 ends here ----------*/

@media(max-width:1024px){
  .swappable-50-50-module .left-side-container .section-heading h3 {
    font-size: 24px;
  }
}
/*-------- 1024 ends here ----------*/

@media(max-width:991px){

  .header-section .nav-menu ul li a {
    padding: 10px 20px;
  }
  .footer-section .intro-text {
    padding-right: 20px;
  }
  .threat-detection-module .left-side-section {
    padding-right: 15px;
  }
  .threat-detection-module .right-side-section {
    padding-left: 15px;
  }
  .threat-detection-module .section-heading h2 {
    margin: 0 0 20px;
  }
  .threat-detection-module .bottom-cta {
    margin-top: 50px;
  }
  .swappable-50-50-module .left-side-container .section-heading h5 {
    font-size: 20px;
  }
  .swappable-50-50-module .left-side-container .section-heading h3 {
    font-size: 22px;
  }
  .swappable-50-50-module .left-side-container .left-side-inner {
    padding-left: 20px;
  }
  .swappable-50-50-module .right-side-container {
    padding: 30px;
  }
  .swappable-50-50-module .right-side-container {
    padding: 25px;
  }

 
  .header-section.header-section-v2 .nav-menu ul li a {
    font-size: 11px ;
 padding: 10px 5px;
  }

}
/*-------- 991 ends here ----------*/


/*  changed max-width:880 to 887px for nav-menu width issue */
@media(max-width:887px){
  .swappable-50-50-module .left-side-container .section-heading h5 {
    font-size: 17px;
  }
  .swappable-50-50-module .left-side-container .section-heading h3 {
    font-size: 19px;
  }
  .swappable-50-50-module .right-side-container .section-text ul li {
    font-size: 18px;
  }

  .header-section.header-section-v2 .logo {
    width: 20%;
  }
  .header-section-v2.header-section .nav-menu {
    width: 80%;
  }
  /*   .header-section.header-section-v2 .nav-menu ul li a {
  font-size: 11px;
  padding: 10px 5px;
} */


}
/*-------- 880 ends here ----------*/

@media (min-width: 768px){  /*  used to be 961 - need to change back? */

  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }


  .header-section-v2.header-section .nav-menu ul li.hs-item-has-children>a:after {
    right: 7px;
  }

  .header-section-v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child {
    padding: 0 10px;
  }
  .header-section-v2.header-section .nav-menu ul li.hs-item-has-children>a:after {
    position: relative;
    top: 1px;
    right: 0;
    padding-left: 7px;
  }
  .header-section .nav-menu ul li a {
    /*     padding: 10px 16px; */
  }
  .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child a {
    text-align: center;
    max-width: 217px;
    border-radius: 6px;
  }
  .header-section-v2.header-section .page-center>.row-fluid-wrapper>.row-fluid {
    flex-wrap: nowrap;
  }

}
/*-------- 768 ends here ----------*/

@media (max-width: 767px){   /* used to be 960 - need to change back?  */

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 14px;          /* Position Button at top right of screen  */
    right: 15px;        /*******************************************/
    width: 34px; /* Button width */
    height: auto; /* Button height */     
    padding: 7px 4px;
    background:  #0297a9 !important; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    border: 1px solid #0297a9;
  }

  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #E2E2E2;
    border-color: #E2E2E2 !important;
  }

  a.mobile-trigger-new span{
    display: inline;
  }

  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }

  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #0297a9;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    display: none
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */ 
  }

  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1;
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color:#fff; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */

  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */ 
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #414042; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .js-enabled .active-branch.hs-menu-flow-horizontal {
    display:none;
    line-height: 0;
  }
  .header-section .nav-menu {
    width:100%;
    min-height: 0;
  }
  .header-section .nav-menu ul {
    width:100%;
    float:none;
  }
  .header-section .nav-menu ul li {
    width:100%;
    line-height: 0;
  }
  .header-section .nav-menu ul li ul {
    position:relative !important;
  }
  .header-section .nav-menu ul li a {
    padding: 13px 40px 13px 15px;
    border-bottom: 1px solid #0297a9 !important;
    font-size: 16px;
    text-align:left;
  }
  .header-section .nav-menu ul li.hs-item-has-children>a:after {
    right: 30px;
  }
  .header-section {
    padding:10px 0;
  }
  .header-section .nav-menu ul li ul {
    padding:0;
    visibility: visible !important;
    opacity: 1 !important;
    transition:none !important;
    -webkit-transition:none !important;
    -moz-transition:none !important;
  }
  .header-section .nav-menu ul li ul li a:last-child {
    border:none;
  }
  .header-section .nav-menu ul li ul li a {
    padding-left:20px;
    font-size: 16px;
  }
  .footer-section .intro-text {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-section .address-section p, .footer-section .email-section a, .footer-section .privacy-section a, .copyright-section p {
    font-size: 20px;
  }
  .footer-section .email-section {
    margin: 0 0 10px;
  }
  .header-section .logo {
    min-width: 150px;
    max-width: 150px;
  }
  .header-section .nav-menu ul li.hs-item-has-children > a::after {
    display:none;
  }
  .header-section .nav-menu ul li .child-trigger-new {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    border: 0 none !important;
  }
  .header-section .hs-menu-wrapper {
    background: #f5f5f5;
    width: auto;
    margin: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 68px;
    width: 100%;
  }
  .header-section .nav-menu ul li ul {
    max-width: none;
    min-width: 0;
  }


  .threat-detection-module {
    padding:40px 0;
  }
  .threat-detection-module .left-side-section,
  .threat-detection-module .right-side-section {
    width:100%;
    padding: 0;
    justify-content: center;
  }
  .threat-detection-module .left-side-section {
    margin-bottom:50px;
  }
  .threat-detection-module .right-side-section .section-img img {
    max-width:350px;
    width: 100%;
  }
  .threat-detection-module .bottom-cta {
    margin-top: 20px;
  }
  .threat-detection-module .right-side-section .bottom-cta {
    margin-top: 50px;
  }
  .threat-detection-module .background-text-block p {
    text-align: center;
  }
  .threat-detection-module .section-heading h2 {
    text-align: center;
  }
  .simple-text-module {
    padding: 40px 0;
  }
  .swappable-50-50-module .left-side-container, .swappable-50-50-module .right-side-container {
    width: 100%;
    margin:0 !important;
  }
  .swappable-50-50-module .service-block {
    padding: 50px 0 20px;
  }
  .swappable-50-50-module {
    padding: 20px 0;
  }
  .swappable-50-50-module .left-side-container .left-side-inner {
    padding-left: 0;
  }
  .swappable-50-50-module .left-side-container .left-side-inner {
    width:100%;
  }
  .swappable-50-50-module .left-side-container .service-icon {
    width:100%;
    margin: 0 auto 20px;
  }
  .swappable-50-50-module .left-side-container .section-heading {
    text-align:center;
  }
  .swappable-50-50-module .right-side-container .section-text h3 {
    font-size: 22px;
  }
  .swappable-50-50-module .right-side-container {
    padding: 15px 0;
  }

/*   .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child {
    padding: 13px 40px 13px 15px;
  }
  .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child a {
    width: auto !important;
    display: block !important;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
  } */
  .header-section.header-section-v2 .nav-menu ul li a {
    font-size: 16px;
  }

  .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:nth-last-child(-n+2) {
    padding: 13px 40px 0 15px;
  }
  .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:last-child {
    padding-bottom: 13px;
  }

  .header-section-v2.header-section .nav-menu ul li.hs-menu-depth-1:nth-last-child(-n+2) a  {
    width: auto !important;
    display: block !important;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
  }
  .header-section.header-section-v2 .nav-menu ul li a {
    font-size: 16px;
  }

}
/*-------- 767 ends here ----------*/

@media (max-width: 480px){  
  .swappable-50-50-module .right-side-container .section-text h3 {
    font-size: 18px;
  }
  .swappable-50-50-module .right-side-container .section-text ul li {
    font-size: 16px;
  }
}
/*-------- 480 ends here ----------*/