div#nav {
    background: #4a4a4a;
}
.maintenanceMessage{
    color: #fff;
}
header {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 68px;
    }

    nav {
      display: flex;
      align-items: center;
      margin-left: auto;
      column-gap: 47px;
      margin-right: 47px;
    }

    nav a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
    }
    header nav a {
        font-size: 14px;
        font-family: 'GT-Walsheim-Light';
        font-weight: 300;
        cursor: pointer;
    }
    header nav a:hover {
        font-weight: 600;
    }
    #logo {
      width: 50px; 
      height: auto;
      margin-right: 15px;
    }

    .icnSet{
        display: none;
    }
    .menu-icon {
      display: none; /* Hide hamburger menu by default on larger screens */
      cursor: pointer;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #4A4A49;
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .dropdown-content a {
      color: #fff;
      padding: 12px 16px;
      display: block;
      text-decoration: none;
    }

    .dropdown:hover .dropdown-content {
      display: block;
      padding-top: 20px;
    }
    .msgBtn img {
        margin-left: 10px;
    }
    .maintenanceMessage {
        background: #4a4a49;
        border: 2px solid #f69333;
        color: #fff;
        }

.msgDesc {
    display: none;
    padding: 12px;
    font-size: 12px;
    text-align: center;
    font-family: Arial;
    font-weight: 400;
    max-width: 637px;
    margin: 0 auto;
}
.msgBtn {
    cursor: pointer;
    padding: 9px 0px;
    text-align: center;
    font-family: 'GT-Walsheim-Bold';
    font-size: 12px;
    max-width: 165px;
    margin: 0 auto;
}
.closeBtn {
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 12px;
}
a.btn.btn-brkrprtl {
    background: #fff;
    padding: 8px 47.5px;
    color: #4a4a49;
    cursor: pointer;
    font-size: 14px;
    font-family: 'GT-Walsheim-Regular';
    font-weight: 500;
    z-index: 1;
    position: relative;
}

.subNavMenu {
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 115px;
    background: #d9d9d933;
}

.subNavMenu a {
    color: #4a4a49;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: 'GT-Walsheim-Regular';
}

.footerBanner {
    border-bottom: 1px solid #fff;
    text-align: center;
}

.footerBanner p {
    padding: 22px 0px;
    font-size: 14px;
    font-family: 'GT-Walsheim-Light';
    text-align: left;
}
#footercontent {
    display: flex;
    column-gap: 110px;
    color: white;
    padding: 50px 0px 5px 0px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.footer-link {
    color: white;
    text-decoration: none;
    margin-bottom: 5px;
}
.footer-link-container{
    display: flex;
    column-gap: 30px;
}
.footer-description {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    padding-top: 35px;
}
.ftr-cpyrt {
    display: flex;
    justify-content: space-between;
}

.ftr-cpyrt-lnks {
    display: flex;
    column-gap: 40px;
    margin-right: 25px;
}
.copyrght {
    text-align: center;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'GT-Walsheim-Regular';
}
.ftr-desc1 {
    font-size: 14px;
    padding-bottom: 20px;
    font-family: 'GT-Walsheim-Light';
}
.ftr-desc2{
    font-size: 11px;
    padding-bottom: 25px;
    font-family: 'GT-Walsheim-Regular';
    font-weight: 400;
    color: #a4a4a4;
    line-height: normal;
}
.footerBanner p span {
    font-family: 'GT-Walsheim-Bold';
}
.imp-info {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    column-gap: 6px;
}
.footerBanner img {
        margin-right: 0px;
    width: 18px;
    height: 18px;
    padding: 22px 0px;
}
.footer-section h3 {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'GT-Walsheim-Bold';
}

a.footer-link {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'GT-Walsheim-Regular' !important;
}
.footer-link img {
    margin-right: 5px;
}

.footer-section:nth-child(2) .footer-column:nth-child(1) a.footer-link img {
    margin-right: 8px;
}
.btn-shadow {
    left: 3px;
    top: -5px;
    display: inline-block;
    position: absolute;
    border-right: 5px solid #f69333;
    border-bottom: 5px solid #f69333;
    height: 30px;
    width: 174px;
}

.nav-btn-shadow {
    position: relative;
}
.subNavMenu a:hover {
    font-weight: 600;
}
.subNavMenu a.active {
    border-bottom: 2px solid #F69333;
}
nav.Nav {
    display: none;
}
.Nav a {
    font-size: 14px;
    font-family: 'GT-Walsheim-Light';
    font-weight: 300;
    color: #4a4a4a;
    cursor: pointer;
}

.Nav a:hover {
    font-weight: 600;
}
.Nav.show{
    background: #d9d9d9;
    color: #4a4a4a;
    align-items: normal;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.Nav .dropdown:hover .dropdown-content {
    display: none;
    padding: 0px;
}
.Nav a.dropdown-toggle {
    width: 100%;
    display: block;
}
.dropdown-toggle img {
    margin-left: 4px;
}
.Nav.show .dropdown-content {
    background: transparent;
    box-shadow: unset;
    position: unset;
}
.Nav.show .dropdown-content a{
    padding: 10px 15px;
}

span.arrow-icon {
    background: url(/media/osxbz30o/arrow-5.svg) no-repeat;
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
}
span.arrow-icon.colorIcon{
    background: url(/media/hnnhulql/arrow-1-1.svg) no-repeat;
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 4px;
    vertical-align: middle;
}
.Nav.show span.arrow-icon {
    background: url(/media/qampplgj/arrow-1.svg) no-repeat;
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 4px;
    vertical-align: middle;
}
.Nav.show span.arrow-icon.colorIcon{
    background: url(/media/hnnhulql/arrow-1-1.svg) no-repeat;
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 4px;
    vertical-align: middle;
}
.home-addi-suprt-inner{
    max-width: 1180px;
}
.home-addi-suprt-inner {
    padding-left: 60px;
    padding-right: 60px;
}
@media (min-width: 768px) and (max-width: 1024px){
    nav {
        display: none;
        flex-direction: column;
      }

      nav.show {
        display: flex;
      }
    .icnSet{
        display: block;
    }
      .menu-icon {
        display: block; 
        cursor: pointer;
      }
            .close-icon {
        display: none;
        cursor: pointer;
      }
    .footerBanner {
        width: 90%;
        max-width: 1300px;
        margin: auto;
    }
    .footerBanner img {
        margin-right: 3px;
        vertical-align: -webkit-baseline-middle;
        width: 18px;
        height: 18px;
        padding-top: 15.5px;
    }
    #footercontent{
        column-gap: 25px;
        padding: 60px 0px 5px 0px;
    }
    .ftr-cpyrt-lnks{
        column-gap: 20px;
        margin-right: 15px;
    }
    .footer-link-container {
        display: block;
    }
    .footerBanner p{
        padding: 15.5px 0px;
    }
    .imp-info{
        width: 100%;
        margin: 0px;
    }
    .footer-column {
        margin-bottom: 0px;
    }
    p.ftr-desc1 {
        text-align: center;
    }
    nav.show {
        width: 35%;
        right: 0;
        margin-right: 0;
        position: absolute;
        row-gap: 15px;
        padding: 15px 0px;
    }
    
    .nav-btn-shadow {
        order: 1;
        margin-left: auto;
        right: 44px;
    }
    
    .icnSet {
        order: 2;
        width: 10px;
    }
    header{
        height: 90px;
    }
    .subNavMenu{
        display: none;
            width: 40%;
    position: absolute;
    right: 0;
    top: 181px;
    background: #4a4a4a;
    color: #fff;
    }
    .subNavMenu a {
    color: #fff;
    text-transform: unset;
    font-size: 14px;
    letter-spacing: normal;
    display: block;
    padding: 10px;
}
.brkprtl{
    display: none;
}
}
@media only screen and (max-width: 767px) {
    #logo a img {
    width: 89px;
    height: 36px;
}
    .nav-btn-shadow {
        display: none;
    }
    nav {
        display: none;
    }
      .Nav.show {
          display: flex;
    flex-direction: column;
        width: 100%;
    right: 0;
    margin-right: 0;
    position: absolute;
    row-gap: 15px;
    padding: 15px 0px;
      }

    .icnSet{
        display: block;
    }
      .menu-icon {
        display: block; 
        cursor: pointer;
      }

      .close-icon {
        display: none;
        cursor: pointer;
      }
      .dropdown-content-mobile {
        display: none;
        position: unset;
      }
      .dropdown:hover .dropdown-content {
        display: none; /* Hide dropdown on hover for mobile */
      }
      
      .footerBanner img {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    padding-top: 20px;
}

.footerBanner {
    padding-bottom: 5px;
    border-bottom: none;
}
#footercontent {
    display: block;
}

.footer-column {margin-bottom: 0px;}

.footer-link-container {
    display: block;
    margin-bottom: 12px;
}

.footer-link-container {
    margin-bottom: 15px;
}
.footer-section h3 {
    padding-bottom: 15px;
    font-size: 18px;
}

a.footer-link {
    margin-bottom: 17px;
    font-size: 14px;
}
.copyrght {
    text-align: left;
}

p.ftr-desc2 {
    text-align: left;
    padding-top: 6px;
}
.subNavMenu{
    display: none;
}
.imp-info {
    width: 85%;
}
.footer-description{
    width: 85%;
    padding-top: 25px;
}
#footercontent{
    width: 85%;
    padding-top: 25px;
}
.ftr-cpyrt {
    flex-direction: column;
}

.ftr-cpyrt-lnks a.footer-link {
    margin-right: 21px;
    line-height: 2;
}
.ftr-cpyrt-lnks {
    display: block;
    margin-right: 0px;
}
.footerBanner p{
    padding: 20px 0px;
}
    }
    
@media (min-width: 1025px) and (max-width: 1320px){
    .footerBanner {
    height: 55px;
    }
}