h2 {
  font-size: 25px;
  margin: 0px;
  font-weight: normal;
}
body {
  font-size: 17px;
  margin: 0px;
  padding: 0px;
  font-family: 'Helvetica Now',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer-number p{
  font-size: 22px;
}
.footer-number h3 {
    padding-right: 20px; /* Adjust the value as needed */
}

footer {
  background: #4d4f53;
  color: #fff;
  overflow: hidden;
  background-color: #4d4f53;
  font-family: "Helvetica Now", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 15px;
}
.footer-container {
  padding: 20px 0px;
  max-width: 1400px;
  margin: auto;
}

.hp-input {
  display: none;
}

.footer-centre-block {
  max-width: 960px;
  display: inline-block;
  margin: 0px 50px;
}
.footer-right-block {
  width: 160px;
  display: inline-block;
}
.footer-left-block {
  width: 160px;
}

.footer-links,
.footer-copyright-container {
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.footer-links li {
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
  border-right: 1px solid #fff;
  margin: 0px;
}
.footer-links li:last-child {
  border: none;
}
.footer-links li a {
  color: white;
  text-decoration: none;
}

.footer-logo-container img {
  width: 90px;
  margin: 15px auto;
}

.footer-social-icon-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}
.footer-social-icon-twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
}
.footer-social-icon-fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cstyle%3Esvg%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'/%3E%3C/svg%3E");
}
.footer-social-icon {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2.2em;
  background-repeat: none;
  background-size: cover;
}

.company-container p {
  margin: 0px;
}

.company-container {
  margin-bottom: 20px;
}

.cover-container {
   display: flex;
   flex-direction: column;
   background-color: #eff8f8;
   justify-content: space-between;
   align-items: center;
   padding-left: 50px;
   padding-right: 50px;
}

.content-container {
  padding: 0px 50px;
  max-width: 1000px;
  margin: auto;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.aon-logo {
  width: 200px;
  height: auto;
  padding: 20px 0px;
}

.desktop-nav {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.desktop-nav ul {
  display: flex; /* Aligns the list items horizontally */
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav {
  display: flex;
}

.nav-link {
  display: inline-block;
  margin-left: 20px;
  padding: 20px;
  margin-bottom: -50px;
}

.nav-link a {
  text-decoration: none;
  padding-bottom: 5px;
  color: black;
}

.nav-link a:hover {
  border-bottom: 1px solid black;
}

.nav-link .active {
  border-bottom: 1px solid black;
}

.mobile-nav button {
  font-size: 17px;
  border: none;
  background: none;
  margin: 10px;
}
.mobile-nav-link {
  padding: 10px;
  margin: 10px;
  text-align: center;
}
.mobile-nav-link a {
  text-decoration: none;
}

/*  Section after navigation  */

.cover-action-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
  max-width: 1400px;
  padding-bottom: 50px;
}

.call-to-action{
  margin-right: 30px;
}

.call-to-action h1 {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: normal;
}
.call-to-action h2 {
  margin: 40px auto;
  text-align: left;
  max-width: 908px;
}

.action-img-container img {
  display: inline;
  max-width:1400px;
  margin: auto;
}

.action2-img-container img {
  display: block; /* Ensures the image is treated as a block element */
  width: 1040px; /* Ensures the image scales to fit the container */
  padding: 0px 50px; /* Adds padding similar to the content container */
  margin: auto; /* Centers the image within its container */
}

.action-btn {
  background-color: #eb0017;
  color: white;
  padding: 15px 20px;
  font-size: 20px;
  border: none;
  
  margin: 20px 0px;
  cursor: pointer;
}
.action-btn:hover {
  background-color: #eb0018c4;
}

/*Body info section*/

.body-info-container {
  margin: 50px 10px;
}

.body-img-container {
  display: none;
}

/* Why Trust Aon Section */

.aon-trust-container {
  text-align: center;
  margin-top: 100px;
}

.trust-card {
  width: 300px;
  margin: 50px auto;
}

/*Benefits Section*/

.benefits-container {
  margin: 150px auto;
}

.benefits-container h2 {
  text-align: center;
  margin-bottom: 60px;
}

.benefits-list {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 10px 50px;
  max-width: 900px;
  margin: 20px auto;
}

.list-item {
  display: flex;
  align-items: center;
}
.li-img-container {
  margin-right: 15px;
}

.li-btn-container {
  text-align: center;
}

.li-btn {
  padding: 10px 30px;
  border: 1px solid #eb0017;
  color: #eb0017;
  font-size: 17px;
  background: none;
  margin-bottom: 40px;
  cursor: pointer;
}
.li-btn:hover {
  background: #eff8f8;
}

#MOBILE_BTN {
  background-color: #e11b22;
  padding: 10px 20px;
  border-radius: 5px;
  scale: 0.7;
}

.menu-icon-bar1,
.menu-icon-bar2,
.menu-icon-bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.icon-change .menu-icon-bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.icon-change .menu-icon-bar2 {
  opacity: 0;
}

.icon-change .menu-icon-bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.accordion-container {
  max-width: 1200px;
  margin: 50px auto;
}

/*Footer*/

.footer-action-container {
  text-align: center;
  padding: 20px;
}

/*Talk to us Page*/

.accordion-container {
  margin: 50px 10px;
}

.accordion-container h2 {
  margin-bottom: 20px;
}

.accordion {
  background-color: #eff8f8;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
}

.accordion-link{
    background-color: #eff8f8;
    color: #444;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
  }
.accordion-link a{
    text-decoration: none;
    color: #444444;
}
.accordion-link a:hover{
    text-decoration: underline;
    color: #007585;
}

.accordion:after {
  content: "\002B";
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordian-active,
.accordion:hover {
  background-color: #007585;
  color: white;
}

.accordian-active:after {
  content: "\2212";
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.input-block {
  margin-bottom: 20px;
}

.text-input {
  width: 400px;
}

textarea {
  resize: none;
}

.character-count {
  font-size: 15px;
  margin: -10px 0px 0px 0px;
  color: #868b8b;
}

.radio-btns {
  margin-top: 10px;
}

.text-input,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
}

.submit-btn {
  background-color: #007585;
  color: white;
  padding: 14px 20px;
  margin: 10px 0;
  border: none;
  cursor: pointer;
  font-size: 17px;
}

.submit-btn:hover {
  background-color: #007685b4;
}

.form-container {
  background-color: #eff8f8;
  padding: 20px;
  border: 4px solid #007585;
}

/*Policy Info*/
.form-container a{
  text-decoration: none;
}

/*About Us*/
.about-us-container {
  max-width: 1110px;
  margin: 50px auto;
  padding: 10px;
}

.about-us-stats-container {
  max-width: 1000px;
  margin: 50px auto;
}

.right-img-container {
  max-width: 600px;
  margin-left: 10px;
}
.download-brochure-btn{
    padding: 60px;
    width: 270px;
    margin: 10px 5px;
}
.download-brochure{
    text-align: center;
}
.download-brochure a{
    text-decoration: none;
    text-align: center;
    padding: 20px;
}

/*1200*/

@media only screen and (min-width: 1200px) {
  .cover-action-container {
    display: flex;
  }

  .action-img-container img {
    max-width: 600px;
    display: inline;
  }

  .body-info-container {
    display: flex;
    justify-content: space-between;
    margin: 50px 0px;
    padding: 20px;
  }

  .body-img-container {
    margin-right: 60px;
    text-align: center;
    display: inline;
  }

  .body-img-container img {
    max-width: 500px;
  }
  .trust-card-container {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .trust-card {
    margin: 0px auto;
  }

  .accordion-container {
    margin: 50px auto;
  }
}

@media only screen and (min-width: 1000px) {
  .footer-container {
    display: flex;
  }
  .company-container {
    margin-bottom: 0px;
  }

  .desktop-nav {
    display: block;
  }
  .desktop-nav h3{
    text-align: right;
    margin-right: 20px;
  }

  .aon-logo{
    margin-bottom: -20px;
  }
  
  .mobile-nav {
    display: none;
  }
  .mobile-nav-links {
    display: none !important;
  }
}

@media only screen and (min-width: 800px) {
  .about-us-stats-container {
    display: flex;
    justify-content: space-between;
  }

  .footer-numbers-container{
    display: flex;
    text-align: center;
    justify-content: space-between;
    max-width: 900px;
    margin: auto auto 80px auto;
  }
}