.we-mega-menu-li > .dropdown-menu {
  font-size: 60px;
  background-color: black !important;
}

.site-logo {
  display: inline !important;
  max-width: unset !important;
  width: unset !important;
}

.main {
  padding: 25px 0 0 !important;
  display: flex;
  justify-content: space-between;
  background: transparent;
}

#main_header {
  width: 100%;
  z-index: 99999;
  position: fixed !important;
  background-color: #fff;
  top: 0;
  /* max-width: 1600px;
  margin: 0 auto; */
  height: auto;
}

.custom-main {
  /* margin-top: 136px; */
}

.we-mega-menu-ul > .we-mega-menu-li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: capitalize;
  color: #181b21;
  text-decoration: none;
}

.region-branding {
  padding: 2%;
}

.we-mega-menu-ul > .we-mega-menu-li {
  border: none;
}

.search-top .region-search {
  margin-left: -30px !important;
  margin-top: 5px !important;
}

.page-cl .search-top .region-search {
  margin-left: -24px !important;
  margin-top: 5px !important;
}

.type-of-block .text-formatted p:first-child img {
  max-width: 300px !important;
}

@media (max-width: 991px) {
  .pad-li-bottom {
    font-size: 14px !important;
    letter-spacing: normal;
  }

  .all-courses h4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stats {
    /* gap: 12px !important; */
  }

  .stats .box {
    margin-bottom: 12px;
    margin-right: 0rem !important;
  }

  .stats .box:last-child {
    margin-bottom: 0rem;
  }

  .step-1 ul {
    padding-left: 12px !important;
  }

  .during-consultation .dark-tag {
    font-size: 12px !important;
  }

  .during-consultation ul li {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .navbar-we-mega-menu .type-of-block {
    display: block !important;
  }

  .type-of-block .text-formatted p:first-child {
    order: 2;
    -webkit-order: 2;
  }

  .type-of-block .text-formatted p:last-child {
    order: 1;
    -webkit-order: 1;
    margin-bottom: 32px;
  }

  .type-of-block .text-formatted p:last-child span {
    display: none;
  }

  .type-of-block .text-formatted {
    display: flex;
    flex-flow: column;
  }

  .type-of-block .text-formatted p:last-child a {
    color: #181b21 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 26px 0px 22px;
    border-bottom: 1px solid #becdf0;
    margin: 0;
    font-weight: normal !important;
  }

  .type-of-block .text-formatted p:first-child img {
    width: 100% !important;
  }

  body.toggled .btn-close {
    z-index: 999999;
    display: none;
  }

  body.toggled .navbar-toggle {
    background-image: url("../images/icons/close-nav.svg");
    background-position: center;
    background-size: 17px;
    width: 17px;
    height: 17px;
  }

  body.toggled .navbar-toggle .icon-bar {
    display: none;
  }

  .inner-content-cls {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }

  .region-branding {
    padding: 0px;
  }

  .we-mega-menu-li:nth-child(3) .we-mega-menu-li {
    border-bottom: 1px solid #becdf0;
    padding: 7px 0px;
  }

  .we-mega-menu-li:nth-child(3) .subul {
    padding-top: 0px !important;
  }

  .we-mega-menu-li:nth-child(4) .we-mega-menu-li {
    border-bottom: 1px solid #becdf0;
    padding: 7px 0px;
  }

  .we-mega-menu-li:nth-child(4) .subul {
    padding-top: 0px !important;
  }
  
  .we-mega-menu-li:nth-child(5) .we-mega-menu-li {
    border-bottom: 1px solid #becdf0;
    padding: 7px 0px;
  }
  .we-mega-menu-li:nth-child(8) .we-mega-menu-li {
    border-bottom: 1px solid #becdf0;
    padding: 7px 0px;
  }

  .we-mega-menu-li:nth-child(8) .subul {
    padding-top: 0px !important;
  }

  .we-mega-menu-li:nth-child(10) .we-mega-menu-li {
    border-bottom: 1px solid #becdf0;
    padding: 7px 0px;
  }

  .we-mega-menu-li:nth-child(10) .subul {
    padding-top: 0px !important;
  }

  .changed_arrow {
    transform: rotate(180deg);
    float: left;
    left: -3px;
    /* margin-top: 4px !important; */
    /* margin-right: -9px !important; */
    /* left: 0;
    margin-left: 3px; */
    top: 19px !important;
    padding: 15px 6px 15px 9px !important;
  }

  .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
    /* animation-name: myanimation !important; */
  }

  .navbar-we-mega-menu.navbar {
    /* top: 54px !important; */
    background-color: #fff !important;
  }

  @-webkit-keyframes myanimation {
    from {
      -webkit-transform: translateX(100px) !important;
      transform: translateX(100px) !important;

      visibility: visible;
      top: 6rem;
    }

    to {
      -webkit-transform: translateX(0) !important;
      transform: translateX(0) !important;

      top: 6rem;
    }
  }

  @keyframes myanimation {
    from {
      -webkit-transform: translateX(100px) !important;
      transform: translateX(100px) !important;
      visibility: visible;

      top: 6rem;
    }

    to {
      -webkit-transform: translateX(0) !important;
      transform: translateX(0) !important;

      top: 6rem;
    }
  }

  .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
    right: 0;
    background: #fff;
    color: #181b21;
    top: 6rem;
    height: 600px;
    overflow-y: scroll;
  }

  .search-top .region-search {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  .page-cl .search-top .region-search {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  .navbar-we-mega-menu.navbar .nav .open > a,
  .navbar-we-mega-menu.navbar .nav .open > a:focus,
  .navbar-we-mega-menu.navbar .nav .open > a:hover {
    color: #181b21 !important;
    background-color: #fff;
    cursor: default;
    border: 0 none;
    border-bottom: 1px solid #becdf0;
  }

  .navbar-we-mega-menu.navbar .nav .open_menu_cls > a,
  .navbar-we-mega-menu.navbar .nav .open_menu_cls > a:focus,
  .navbar-we-mega-menu.navbar .nav .open_menu_cls > a:hover {
    padding-left: 20px !important;
  }

  .we-mega-menu-col {
    border-bottom: 1px solid #becdf0;
  }

  .we-mega-menu-col:nth-child(4) {
    border-bottom: none;
  }

  .we-mega-menu-col:last-child {
    border-bottom: 0px solid #becdf0;
  }

  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    font-family: "Segma";
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    /* line-height: 9px; */
    border-top: 1px solid #fff;
    border-bottom: 1px solid #becdf0 !important;
    color: #181b21;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    text-transform: uppercase;
  }

  .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > a,
  .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > .we-megamenu-nolink {
    border: 0 none;
    color: #181b21 !important;
  }

  .navbar-we-mega-menu.navbar .dropdown-menu > a:after,
  .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
  }

  .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > a,
  .navbar-we-mega-menu.navbar .nav-tabs .nav-tabs > li > .we-megamenu-nolink {
    font-family: "Segma";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #181b21;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 5px 0px;
  }

  .width-60-mobile {
    width: 60% !important;
  }

  .width-40-mobile {
    width: 20% !important;
    padding: 0px !important;
  }

  .width-40-mobile .row {
    margin: 0px;
  }

  .width-20-mobile {
    width: 10% !important;
  }

  .padding-above {
    padding-top: 22px;
  }

  .padding-five {
    padding-top: 5px;
  }

  .topHeader {
    display: none;
  }

  .height-mob-100 {
    height: 54px;
    align-items: center;
  }

  .site-logo img {
    height: 54px;
  }

  .site-logo {
    padding-left: 20px !important;
  }

  .nav-header {
    padding: 0px;
  }

  .navbar-toggle > .icon-bar {
    background: #181b21;
  }

  .navbar-toggle .icon-bar {
    width: 20px !important;
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    width: 16px !important;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    width: 12px !important;
  }

  .region-we-mega-menu {
    background: #ffffff;
  }

  .navbar-we-mega-menu.navbar.we-mobile-megamenu-active {
    right: 0;
    background: #fff;
    color: #181b21;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-top: 0px !important;
  }

  .we-mobile-megamenu-active div.container-fluid {
    overflow-y: auto;
  }
  .we-mobile-megamenu-active div.container-fluid::-webkit-scrollbar
  {
    -webkit-appearance: none;
    width: 2px!important;
  } 
  .navbar-we-mega-menu.navbar ul > li {
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .navbar-we-mega-menu.navbar ul.we-mega-menu-ul > li.we-mega-menu-li:first-child {
    display: none !important;
  }

  .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    padding-top: 0;
    color: #181b21;
    font-weight: 800 !important;
    font-size: 15px !important;
    text-decoration: none;
    text-transform: capitalize !important;
    padding: 7px 0px;
  }

  .we-mega-menu-col:first-child > ul > li:first-child > a {
    font-size: 13px;
  }

  .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
  }

  .nav-tabs > li:nth-child(4) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
  }

  .nav-tabs > li:nth-child(5) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
  }

  .nav-tabs > li:nth-child(8) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
  }

  .nav-tabs > li:nth-child(10) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
  }

  .navbar-we-mega-menu.navbar ul > li ul {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .navbar-we-mega-menu .span12 {
    padding-bottom: 10px;
  }

  /* Tabs */
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .we-mega-menu-ul > .we-mega-menu-li:first-child > a::before {
    content: url("../images/header_images/map.svg");
    padding: 1%;
    margin-right: 2%;
  }

  .we-mega-menu-ul > .we-mega-menu-li:nth-child(10) > a::before {
    content: url("../images/header_images/user.png");
    margin-right: 2%;
  }

  .we-mega-menu-ul > .we-mega-menu-li:nth-child(8) > a::before {
    content: url("../images/header_images/globe.jpg");
    margin-right: 2%;
  }

  .we-mega-menu-ul > .we-mega-menu-li:nth-child(9) > a::before {
    content: url("../images/header_images/comment.jpg");
    margin-right: 2%;
  }

  .contact-icon-cl a::before {
    content: url("../images/header_images/comment.jpg") !important;
    margin-right: 2%;
    float: left;
    width: 20px;
  }

  .main div.container-fluid {
    padding: 25px 32px 20px 32px !important;
  }

  .hamberger-mob-hidden {
    display: none;
  }

  .region-we-mega-menu {
    margin-bottom: 0px !important;
    padding: 0px 0px 0px 0px;
    position: relative;
  }

  .width-full {
    width: 100%;
  }

  .search-top {
    top: 0px;
    left: 25px;
    text-align: right;
    padding-right: 15px;
    margin-top: 0px !important;
  }

  .navbar-we-mega-menu.navbar .dropdown-menu > a:after,
  .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink:after {
    content: url("../images/header_images/rightarr.jpg") !important;
    display: none;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 4;
  }

  body.toggled {
    right: 0;
  }

  .nav-header {
    display: block !important;
  }

  .btn-close {
    box-sizing: content-box;
    width: 1.2em;
    height: 1.2em;
    padding: 0.25em 0.25em;
    color: #000;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    top: 17px;
    /* margin-right: 62px; */
    left: -1px !important;
    padding-right: 25px;
  }

  .btn-close {
    opacity: 1;
    visibility: visible;
    display: block;
    background: #fff;
    box-shadow: none;
    margin-left: 0px;
  }

  .btn-close::before,
  .btn-close::after {
    background: #000;
  }

  .navigation-main {
    padding: 0 12px;
  }

  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a,
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > .we-megamenu-nolink {
    text-shadow: none !important;
    /* right: 378px !important; */
  }

  .navbar-we-mega-menu.navbar ul a.is-active,
  .navbar-we-mega-menu.navbar ul .we-megamenu-nolink.is-active {
    background-color: #fff !important;
  }

  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a,
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus,
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
    background-color: #fff !important;
    color: #181b21 !important;
  }

  .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    padding-left: 0% !important;
  }

  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a,
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:focus,
  .navbar-we-mega-menu.navbar .nav-tabs > li.active > a:hover {
    border-top: none !important;
  }
}

/*mega menu css update 28-12*/
.we-mega-menu-ul > .we-mega-menu-li > a {
  font-size: 15px !important;
}

.topHeader {
  height: 40px !important;
  align-items: center;
  padding-right: 0px !important;
}

.topheader-user {
  text-transform: uppercase;
}

.bar-linea {
  margin-top: 0px !important;
}

.width-14 {
  letter-spacing: 2px;
  font-size: 11px !important;
  line-height: 16px !important;
  /* width: 12% !important; */
  color: #181b21 !important;
  border: none !important;
}

.width-14 img {
  padding-right: 9px !important;
  margin-top: -3px !important;
}

.topHeader .dropdown-menu a.dropdown-item {
  font-size: 12px !important;
  line-height: 26px !important;
  color: #181b21 !important;
  position: relative;
  padding: 0 0 0 30px !important;
}

.topHeader .dropdown-menu {
  padding: 24px !important;
}

.nav-header {
  border-bottom: 2px solid #e5e5e5;
}

@media (min-width: 992px) {

  .we-mega-menu-ul > .we-mega-menu-li > a:hover,
  .we-mega-menu-ul > .we-mega-menu-li > a:focus {
    background: none !important;
    color: #181b21;
  }

  .navbar-we-mega-menu .nav-tabs > li.active > a,
  .navbar-we-mega-menu .nav-tabs > li.active > a:focus,
  .navbar-we-mega-menu .nav-tabs > li.active > a:hover {
    background: none !important;
    color: #181b21;
  }

  .navbar-we-mega-menu .nav-tabs > li.active > a:hover {
    background: none !important;
    color: #181b21;
  }

  .we-mega-menu-ul > .dropdown-menu:hover > a,
  .we-mega-menu-ul > .dropdown-menu:hover > span,
  .we-mega-menu-ul > .dropdown-menu:focus > a,
  .we-mega-menu-ul > .dropdown-menu:focus > span {
    background: none !important;
    color: #181b21;
  }

  .btn-close {
    display: none;
  }

  .we-mega-menu-li:nth-child(2) > .we-mega-menu-submenu {
    /* margin-left: -459px !important; */
  }

  .we-mega-menu-submenu li.we-mega-menu-li a {
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #181b21;
    font-family: "Segma";
    letter-spacing: 1px;
    font-weight: 400;
    border: 0 none;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    background-color: transparent;
    text-decoration: none;
    border: none;
  }

  .expertise-menu .we-mega-menu-submenu li.we-mega-menu-li:first-child > a,
  .expertise-menu .we-mega-menu-submenu li.we-mega-menu-li:first-child > span {
    padding-top: 0;
    color: #181b21;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none;
    text-transform: capitalize;
  }

  .we-mega-menu-ul > .we-mega-menu-li:first-child {
    display: none !important;
  }

  /* .we-mega-menu-ul > .we-mega-menu-li:nth-child(8) {
    visibility: hidden;
    display: none !important;
  }
  .we-mega-menu-ul > .we-mega-menu-li:nth-child(9) {
    visibility: hidden;
    display: none !important;
  }
  .we-mega-menu-ul > .we-mega-menu-li:nth-child(10) {
    visibility: hidden;
    display: none !important;
  } */

  .nav-tabs {
    border-bottom: 0 none;
    /* padding-left: 11%; */
    /* margin-left: 60px; */
  }

  .navbar-we-mega-menu .type-of-block a {
    color: #ffffff;
    outline: none;
    font-family: "Segma";
    letter-spacing: 2px;
    font-weight: 400;
    background: #181b21;
    /* padding: 16px 42px 16px 32px; */
    padding: 16px 32px 16px 32px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    display: block !important;
    max-width: 300px;
    margin: 0 auto;
  }

  .navbar-we-mega-menu .type-of-block a::after {
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 9px;
    content: "";
    background-image: url("../images/icons/greater.svg");
    height: 16px;
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 10px;
  }

  .navbar-we-mega-menu .type-of-block a:hover::after {
    background-image: url("../images/icons/greater_black.svg");
  }

  .navbar-we-mega-menu .type-of-block a span {
    display: none;
  }

  .navbar-we-mega-menu .type-of-block a:hover {
    /* color: #fff; */
    text-decoration: none;
    color: #181b21;
    border: 1px solid #181b21;
    background: #fff;
  }

  /* .block-layout-builder>div>p:first-child {
		  margin-bottom: 0 !important;
	  } */
  .text-formatted > p:first-child > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .we-mega-menu-col:first-child > ul > li:nth-child(4) > a {
    width: 200px;
  }

  .we-mega-menu-col:first-child > ul > li:nth-child(5) > a {
    width: 200px;
  }

  .we-mega-menu-col:first-child > ul > li:nth-child(6) > a {
    width: 200px;
  }

  .we-mega-menu-col:nth-child(2) > ul > li:nth-child(5) > a {
    width: 200px;
  }

  .we-mega-menu-col:nth-child(2) > ul > li:nth-child(6) > a {
    width: 200px;
  }

  .we-mega-menu-li:nth-child(2) > .we-mega-menu-submenu > .we-mega-menu-submenu-inner > .we-mega-menu-row > .span12 > li:first-child {
    font-weight: 0 !important;
  }

  .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    width: 200px;
  }

  .nav-tabs > li:nth-child(4) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    width: 200px;
  }

  .we-mega-menu-col:nth-child(4) > ul > li:first-child > a {
    width: 200px;
  }

  .we-mega-menu-col:first-child > ul > li:nth-child(3) > a {
    /* border-bottom: 1px solid #dfe6f8; */
  }

  .we-mega-menu-col:nth-child(2) > ul > li:nth-child(4) > a {
    border-bottom: 1px solid #dfe6f8;
  }
  .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:not(:last-child) > a {
    border-bottom: 1px solid #dfe6f8;
    width: 230px;
  }
  .nav-tabs > li:nth-child(4) > .we-mega-menu-submenu li.we-mega-menu-li:not(:last-child) > a {
    border-bottom: 1px solid #dfe6f8;
    width: 250px;
  }
  .nav-tabs > li:nth-child(5) > .we-mega-menu-submenu li.we-mega-menu-li:not(:last-child) > a {
    border-bottom: 1px solid #dfe6f8;
    width: 230px;
  }
  .nav-tabs > li:nth-child(4) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    width: 250px;
  }

  /* .nav-tabs>li:nth-child(3)>.we-mega-menu-submenu li.we-mega-menu-li:nth-child(3)>a {
		  border-bottom: none;
	  }
	  .nav-tabs>li:nth-child(4)>.we-mega-menu-submenu li.we-mega-menu-li:nth-child(3)>a {
		  border-bottom: none;
	  } */

  .we-mega-menu-submenu li.we-mega-menu-li:hover {
    /* text-decoration: underline !important; */
  }

  .we-mega-menu-submenu li.we-mega-menu-li.active > a,
  .we-mega-menu-submenu li.we-mega-menu-li.active > a:hover,
  .we-mega-menu-submenu li.we-mega-menu-li.active > a:focus,
  .we-mega-menu-submenu li.we-mega-menu-li.active > .we-megamenu-nolink {
    border-bottom: none;
  }

  .nav-header {
    padding: 0;
    /* height: 96px; */
    height: auto;
  }

  .region-branding {
    padding: 0px;
    padding-left: 40px;
  }

  .width-8 {
    width: 7%;
  }

  .region-search > div > .clearfix {
    padding-top: 30px;
  }

  .we-mega-menu-li {
    padding: 0% !important;
  }

  .we-mega-menu-ul > .we-mega-menu-li > a {
    padding: 6px 20px 5px 1px !important;
    font-family: "Segma";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    background: white;
    border-radius: 5px;
  }
  
  .we-mega-menu-ul {
    margin-top: 15px;
  }

  .nav-tabs > li:nth-child(2) > .we-mega-menu-submenu {
    margin-top: -2px !important;
    padding: 30px 0px 20px 30px important;
  }

  .hamberger-desktop-hidden {
    display: none;
  }

  .we-mega-menu-submenu li.we-mega-menu-li:first-child:hover {
    text-decoration: none !important;
  }

  .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    /* pointer-events: none;
    cursor: not-allowed; */
  }

  .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:first-child:hover {
    text-decoration: none !important;
    pointer-events: all;
    cursor: pointer;
  }

  .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    pointer-events: all;
    cursor: pointer;
  }

  .nav-tabs > li:nth-child(4) > .we-mega-menu-submenu li.we-mega-menu-li:first-child:hover {
    text-decoration: none !important;
    pointer-events: all;
    cursor: pointer;
  }

  .nav-tabs > li:nth-child(4) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
    pointer-events: all;
    cursor: pointer;
  }

  .navbar-we-mega-menu .we-mega-menu-group > a:before,
  .navbar-we-mega-menu .we-mega-menu-group > a:after {
    display: none !important;
  }

  .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu li:first-child > a,
  .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu li:first-child > span {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px !important;
  }
}

.we-mega-menu-ul .dropdown-menu > a:after {
  background-image: url("../images/header_images/dropdown.svg");
  content: " " !important;
  position: absolute;
  background-repeat: no-repeat;
  color: #181b21 !important;
  background-position: center;
  background-size: 15px;
  width: 24px;
  height: 24px;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.we-mega-menu-ul > .we-mega-menu-li > a:after {
  opacity: 1 !important;
}

@media (max-width: 576px) {
  .custom-main {
    /* margin-top: 54px; */
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1500px) {
  .we-mega-menu-ul > .we-mega-menu-li > a {
    font-size: 12px !important;
  }

  .we-mega-menu-ul > .we-mega-menu-li > a {
    padding: 6px 20px 5px 1px !important;
  }
}

.we-mega-menu-ul .dropdown-menu > a {
  position: relative;
}

.we-mega-menu-ul .dropdown-menu > a:before {
  background-image: none !important;
}

.navbar > .container-fluid {
  display: block !important;
}

.we-mega-menu-ul {
  align-items: stretch !important;
  justify-content: space-between !important;
}

.we-mega-menu-ul > .we-mega-menu-li {
  border: none;
  flex: 0 1 auto !important;
  display: block !important;
}

.navbar {
  display: block !important;
}

.nav-header {
  display: block !important;
}

@media (min-width: 992px) {
  .we-mega-menu-ul .menu-hide {
    visibility: hidden;
    display: none !important;
  }
}

/*Safari browser bug*/
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .we-mega-menu-ul > .we-mega-menu-li > a {
    padding: 6px 10px 5px 1px !important;
  }

  .we-mega-menu-ul > .we-mega-menu-li > a {
    font-size: 10px !important;
  }

  .we-mega-menu-ul .dropdown-menu > a:after {
    font-size: 17px !important;
    background-size: 10px !important;
    right: -8px !important;
  }

  .width-14 {
    letter-spacing: 1px;
    font-size: 10px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  #galderma-portfolio .sub-banner {
    padding: 32px 64px !important;
    max-width: 90%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1500px) {
  #galderma-portfolio .sub-banner {
    max-width: 85%;
  }
}

@media only screen and (min-width: 995px) and (max-width: 1280px) {
  .we-mega-menu-ul .dropdown-menu > a:after {
    right: -15px !important;
  }
}

@media (width: 1280px) {
  .we-mega-menu-ul > .we-mega-menu-li > a {
    padding: 6px 18px 5px 1px !important;
  }

  .we-mega-menu-ul > .we-mega-menu-li > a {
    padding: 6px 18px 5px 1px !important;
  }

  /* .we-mega-menu-ul .dropdown-menu > a:after {
    right: 16px !important;
  } */
  .we-mega-menu-li:nth-child(2) > .we-mega-menu-submenu {
    /* margin-left: -438px !important;
    width: 1280px !important; */
  }

  .we-mega-menu-ul > .we-mega-menu-li > a {
    font-size: 12px !important;
  }

  .post_careBtn {
    font-size: 8px;
    padding: 10px 15px;
  }

  .we-mega-menu-ul .dropdown-menu > a:after {
    right: -5px !important;
  }
}

/*OLO header css*/
.olo_back_connect {
  position: absolute;
  width: auto !important;
  left: 0px;
}

.olo_back_connect img {
  width: 16px;
}

.olo_back_connect .width-14 {
  padding: 0px !important;
}

.header-right-icons a {
  text-decoration: none !important;
}

.olo-navigation .we-mega-menu-li {
  z-index: 21;
}

.olo-navigation .we-mega-menu-ul li:nth-child(4),
.olo-navigation .we-mega-menu-ul li:nth-child(5),
.olo-navigation .we-mega-menu-ul li:nth-child(6) {
  /* display: none !important; */
}

.olo-navigation .we-mega-menu-submenu .subul .we-mega-menu-li {
  display: block !important;
  width: 100%;
}

.olo-navigation {
  background-color: #fff;
  padding: 25px 0 0 !important;
}

.olo-navigation .we-mega-menu-submenu {
  /* margin-left: -459px !important; */
}

.olo-navigation .we-mega-menu-submenu ul.nav-tabs li:first-child a.we-megamenu-nolink {
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  border-bottom: 0px solid #dfe6f8 !important;
}

.olo-navigation .we-mega-menu-submenu ul.nav-tabs li a.we-megamenu-nolink {
  border-bottom: 0px solid #dfe6f8 !important;
}

.olo-navigation .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:nth-child(3) > a {
  border-bottom: 0px solid #dfe6f8 !important;
}

.olo-navigation .we-mega-menu-submenu .we-mega-menu-row .span2:nth-last-child(2) {
  margin-top: 40px !important;
}

.olo-navigation .we-mega-menu-submenu .we-mega-menu-row .span2:nth-last-child(2) ul.subul li.we-mega-menu-li a {
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.olo-navigation .subul li:nth-child(2) {
  display: block !important;
}

.olo-navigation .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:nth-child(2) > a {
  border-bottom: 0px solid #dfe6f8 !important;
}

.olo-navigation .we-mega-menu-submenu .we-mega-menu-col:nth-child(2) .subul li:nth-child(4) a.we-megamenu-nolink {
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  border-top: 1px solid #dfe6f8 !important;
  margin-top: 15px;
  padding-top: 15px !important;
}

.olo-navigation .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:nth-child(4) > a {
  width: 150px;
}

.olo-navigation .we-mega-menu-submenu .we-mega-menu-col:nth-child(3) .subul li:nth-child(4) a.we-megamenu-nolink {
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  border-top: 1px solid #dfe6f8 !important;
  margin-top: 15px;
  padding-top: 15px !important;
}

.olo-navigation .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:first-child > a {
  border-bottom: 0px solid #dfe6f8 !important;
}

#block-oloportfolio {
  margin-top: 10px;
}

.olo-navigation .we-mega-menu-ul > .we-mega-menu-li > a {
  padding: 6px 18px 5px 10px !important;
  text-transform: none;
}

#block-oloportfolio img {
  width: 100% !important;
}

@media (max-width: 991px) {

  .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu li:first-child > a,
  .navbar-we-mega-menu .we-mega-menu-group > .we-mega-menu-submenu li:first-child > span {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
  }

  .we-mega-menu-li .subul:first-child {
    padding-top: 16px;
  }

  .we-mega-menu-li .subul:first-child .subul {
    padding-top: 0px;
  }

  .navbar-we-mega-menu .we-mega-menu-group > a:before,
  .navbar-we-mega-menu .we-mega-menu-group > a:after {
    display: none !important;
  }

  .olo-navigation {
    padding: 25px 32px 20px 32px !important;
  }

  .olo-navigation .navbar-we-mega-menu.navbar ul > li:first-child {
    display: block !important;
  }

  .olo-navigation .we-mega-menu-ul > .we-mega-menu-li > a {
    padding: 30px 36px 30px 1px !important;
    margin: 0px !important;
  }

  .olo-navigation .navbar-we-mega-menu.navbar ul > li:first-child {
    display: block !important;
  }

  .olo-navigation .we-mega-menu-ul li:nth-child(2) {
    display: block !important;
  }

  .olo-navigation ul.subul li.we-mega-menu-li:first-child {
    display: block !important;
  }

  .olo-navigation .we-mega-menu-submenu {
    margin-left: 0px !important;
    width: 100% !important;
  }

  .olo-navigation .navbar-we-mega-menu.navbar ul > li:first-child {
    display: block !important;
  }

  .olo-navigation ul.subul li.we-mega-menu-li:first-child a.we-mega-menu-li {
    display: block !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
  }

  .olo-navigation.navbar ul > li:first-child {
    display: block !important;
  }

  /* .olo-navigation .we-mega-menu-li:nth-child(3) .we-mega-menu-li{
    border-bottom: 0px solid #becdf0 !important;
  }
  .olo-navigation .we-mega-menu-li:nth-child(3) .we-mega-menu-li{
    padding: 3px 0px !important;
  } */
  .olo-navigation .we-mega-menu-submenu .we-mega-menu-row .span2:nth-last-child(2) {
    margin-top: 0px !important;
  }

  .olo-navigation .we-mega-menu-submenu .we-mega-menu-col:nth-child(5) {
    border-bottom: 0px solid #becdf0 !important;
  }

  .olo-navigation .nav-tabs > li:nth-child(3) > .we-mega-menu-submenu li.we-mega-menu-li:nth-child(4) > a {
    width: 100%;
  }

  .olo-navigatio .we-mega-menu-col:last-child {
    border-bottom: 0px solid #becdf0 !important;
  }

  .olo-navigatio .we-mega-menu-li:nth-child(3) .subul {
    padding-top: 10px !important;
  }

  .olo-navigation .we-mega-menu-ul li:nth-child(4),
  .olo-navigation .we-mega-menu-ul li:nth-child(5),
  .olo-navigation .we-mega-menu-ul li:nth-child(6) {
    display: block !important;
  }

  /* .close_menu_cls .we-mega-menu-ul li:nth-child(4),
  .close_menu_cls .we-mega-menu-ul li:nth-child(5),
  .close_menu_cls .we-mega-menu-ul li:nth-child(6) {
    display: none !important;
  } */
  .olo-navigation .we-mega-menu-submenu .subul .we-mega-menu-li {
    display: block !important;
    width: 100%;
  }

  .account_olo {
    background-image: url("../images/icons/account.svg");
    background-repeat: no-repeat;
    padding-left: 24px !important;
    background-position: left 16px;
    background-size: 15px;
  }

  .we-mega-menu-ul > .we-mega-menu-li > a {
    font-size: 13px !important;
    letter-spacing: 2px;
  }
}

@media (width: 1280px) {
  .olo-navigation .we-mega-menu-submenu {
    /* margin-left: -438px !important; */
    width: 1280px !important;
  }
}

.we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto;
}

#user-name-container::after {
  display: none;
}

/*menu hover issues*/
@media (min-width: 992px) {
  .we-mega-menu-ul > .we-mega-menu-li {
    padding: 35px 0px !important;
    z-index: 21;
  }

  .nav-header {
    position: relative;
  }

  .expertise-menu:hover:after {
    content: "";
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    top: 44px;
    border-bottom: 57px solid #fff;
    border-left: 540px solid transparent;
    border-right: 540px solid transparent;
    height: 0;
    width: 100%;
    z-index: 9;
  }

  .olo-navigation .expertise-menu:hover:after {
    content: "";
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    top: 45px;
    /* top: 132px; */
    border-bottom: 57px solid #fff;
    border-left: 540px solid transparent;
    border-right: 540px solid transparent;
    height: 0;
    width: 100%;
    z-index: 9;
  }

  .we-mega-menu-ul {
    margin: 0px !important;
    position: unset !important;
  }

  .navbar-we-mega-menu {
    padding: 0px !important;
    margin: 0px !important;
    position: unset !important;
  }

  .navbar-we-mega-menu {
    padding: 0px !important;
    margin: 0px !important;
  }

  .we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
    opacity: unset !important;
    visibility: unset !important;
    display: none;
    border: none;
    margin-top: 0px;
  }

  .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu,
  .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu {
    opacity: unset !important;
    visibility: unset !important;
    display: block !important;
  }

  .we-mega-menu-ul > .we-mega-menu-li {
    padding: 35px 0px !important;
    /* margin-right: 24px !important; */
  }

  .page-sg .we-mega-menu-ul > .we-mega-menu-li {
    padding: 35px 0px !important;
    /* margin-right: 24px !important; */
  }

  .page-sg .we-mega-menu-submenu div.we-mega-menu-col ul.subul li.we-mega-menu-li {
    display: block !important;
  }

  .we-mega-menu-ul .we-mega-menu-li:nth-child(2) .we-mega-menu-submenu li.we-mega-menu-li {
    display: block !important;
  }

  .we-mega-menu-li:nth-child(2) > .we-mega-menu-submenu {
    max-width: 1600px;
    min-width: 1140px;
    margin: 0 auto;
    width: 100% !important;
    left: 0px;
    right: 0px;
  }

  .navigation-main .width-40-mobile {
    position: unset !important;
  }

  .page-sg .we-mega-menu-submenu li.we-mega-menu-li:first-child:hover {
    text-decoration: none !important;
  }

  .we-mega-menu-submenu li.we-mega-menu-li a:hover {
    text-decoration: underline !important;
  }

  .page-sg .we-mega-menu-group a:hover {
    text-decoration: none !important;
  }

  .hamberger-mob-hidden,
  .contextual-region,
  .navbar-we-mega-menu {
    position: static !important;
  }

  .we-mega-menu-ul .we-mega-menu-li:nth-child(2) {
    position: static;
  }
}

/*menu hover issues end*/
.bx-wrapper .bx-controls-direction a {
  z-index: 99 !important;
}

.we-mega-menu-submenu li.we-mega-menu-li a:hover,
.we-mega-menu-submenu li.we-mega-menu-li a:focus {
  color: #181b21 !important;
}

.page-sg .we-mega-menu-ul {
  /* justify-content: flex-end !important; */
}

#user-name-container {
  padding: 0.25rem 0;
  background-color: transparent !important;
}

#user-name-container .margin-adjust {
  margin-right: 17px;
  margin-left: 10px;
}

.type-of-block p:first-child {
  margin-bottom: 0 !important;
}

.line-height-cls:after {
  line-height: 34px !important;
}

@media (max-width: 991px) {
  .olo-navigation ul.subul li.we-mega-menu-li:first-child a.we-mega-menu-li {
    display: block !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
    color: #181b21 !important;
  }

  /* .we-mega-menu-ul .hide{
    display: none !important;
  }
  .we-mega-menu-ul .open{
    display: block !important;
  } */
  .arrow_mobile_ic {
    position: absolute;
    top: 19px;
    right: 0px;
    z-index: 9999;
    padding: 15px 8px 15px 15px;
  }

  .navbar-we-mega-menu.navbar .nav-tabs .dropdown-menu {
    position: relative;
  }

  .navbar-we-mega-menu.navbar .dropdown-menu.active > .we-mega-menu-submenu,
  .navbar-we-mega-menu.navbar .dropdown-menu.active-trail > .we-mega-menu-submenu {
    display: none;
  }

  .subul li.we-mega-menu-li .arrow_mobile_ic {
    display: none !important;
  }

  .close_menu_cls .we-mega-menu-li {
    display: none !important;
  }

  .olo-navigation .close_menu_cls .we-mega-menu-li {
    display: none !important;
  }

  .open_menu_cls .we-mega-menu-li {
    display: block !important;
  }

  .navbar ul.we-mega-menu-ul li.open_menu_cls {
    display: block !important;
  }

  .open_menu_cls .we-mega-menu-submenu {
    display: block !important;
  }

  .top-pos {
    /* top:34px; */
  }

  .we-mega-menu-submenu li.profile:first-child a {
    font-weight: normal !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #181b21 !important;
  }

  .navbar-toggle:hover .icon-bar,
  .navbar-toggle:focus .icon-bar {
    background: #181b21 !important;
  }

  .type-of-block .arrow_mobile_ic {
    display: none;
  }

  .address-page .side-navbar {
    display: none !important;
  }

  .mobile-menu-li:first-child > .we-mega-menu-li:nth-child(3) > .we-mega-menu-li {
    border-bottom: 1px solid #becdf0 !important;
    padding: 7px 0px 22px;
    margin-bottom: 15px !important;
  }

  .navbar .we-mega-menu-li:nth-child(2) .we-mega-menu-submenu .we-mega-menu-col:nth-child(2) > ul.subul > li.we-mega-menu-group .we-mega-menu-submenu ul.subul li:nth-child(3) > a {
    border-bottom: 1px solid #becdf0 !important;
    padding: 7px 0px 22px;
    margin-bottom: 15px !important;
  }

  .we-mega-menu-li:nth-child(7) .subul {
    padding-top: 0px !important;
  }

  .profile,
  .help,
  .payment,
  .addresses,
  .favourites,
  .orders,
  .account,
  .faqs {
    border-bottom: 1px solid #becdf0 !important;
    padding: 7px 0px 7px 24px !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-size: 13px !important;
    order: unset !important;
  }

  .we-mega-menu-submenu li.account a.we-mega-menu-li {
    text-transform: uppercase !important;
    font-weight: normal !important;
    font-size: 13px !important;
  }

  .signout {
    padding: 7px 0px 7px 24px !important;
  }

  .user-show-hide::before {
    display: none;
  }
}

#toolbar-administration {
  z-index: 999999;
}

.navbar-we-mega-menu .dropdown-menu li {
  height: auto !important;
}

.olo-navigation .we-mega-menu-col:nth-child(2) > ul > li:nth-child(4) > a {
  border-bottom: 0px solid #dfe6f8 !important;
}

@media (max-width: 576px) {

  .olo-navigation .account,
  .olo-navigation .orders,
  .olo-navigation .favourites,
  .olo-navigation .addresses,
  .olo-navigation .payment,
  .olo-navigation .profile,
  .olo-navigation .help,
  .olo-navigation .signout,
  .olo-navigation .faqs {
    padding: 7px 0px 7px 24px !important;
    border-bottom: 1px solid #becdf0 !important;
    order: unset !important;
  }

  .olo-navigation.navbar ul.we-mega-menu-ul > li.we-mega-menu-li:first-child {
    display: block !important;
  }
}

#portfolio .portfolio-image {
  width: 100%;
  max-width: 300px !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  #portfolio {
    display: flex;
    flex-direction: column;
  }

  #portfolio .portfolio-image {
    max-width: unset !important;
    width: 100% !important;
    margin-top: 32px;
    order: 3;
  }

  #portfolio a.portfolio-link {
    color: #181b21 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 26px 0px 22px;
    border-bottom: 1px solid #becdf0;
    margin: 0;
    font-weight: normal !important;
  }

  #portfolio span {
    display: none;
  }

  .public-home-logo {
    max-height: 54px;
  }

  .username-txt a:before {
    content: url("../images/header_images/user.png") !important;
    margin-right: 2% !important;
  }

  .contact-icon-cl {
    order: 11 !important;
  }

  .separatorline a {
    border-bottom: 1px solid #becdf0 !important;
    padding: 7px 0px 22px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1366px) {
  .we-mega-menu-ul > .we-mega-menu-li {
    padding: 35px 0px !important;
    /* margin-right: 24px !important; */
  }
}

@media (max-width: 992px) {

  .navbar-we-mega-menu.navbar ul a:hover,
  .navbar-we-mega-menu.navbar ul a:focus,
  .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:hover,
  .navbar-we-mega-menu.navbar ul .we-megamenu-nolink:focus {
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .page-cl .we-mega-menu-ul > .we-mega-menu-li {
    margin-right: 28px;
  }

  .page-mx .we-mega-menu-ul > .we-mega-menu-li {
    margin-right: 20px;
  }

  .page-cl .we-mega-menu-ul {
    justify-content: flex-end !important;
  }

  .page-mx .we-mega-menu-ul {
    justify-content: flex-end !important;
  }

  .olo-navigation .we-mega-menu-ul {
    align-items: center !important;
    justify-content: left !important;
  }

  .olo-navigation .we-mega-menu-submenu li.we-mega-menu-li:first-child > a,
  .olo-navigation .we-mega-menu-submenu li.we-mega-menu-li:first-child > span {
    padding-top: 0;
    color: #181b21;
    font-weight: 400 !important;
    font-size: 12px !important;
    text-decoration: none;
    text-transform: uppercase;
  }

  .olo-navigation .we-mega-menu-submenu li.we-mega-menu-li:first-child > a.we-mega-menu-li,
  .olo-navigation .we-mega-menu-submenu li.we-mega-menu-li:first-child > span {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
  }

  .we-mega-menu-col:nth-child(3) > ul > li:nth-child(4) > a {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
  }

  .olo-navigation .we-mega-menu-submenu ul.subul li.olo-menu-subheading a.we-mega-menu-li {
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
    border-bottom: 0px solid #dfe6f8 !important;
  }

  .nav-tabs li.no-border-menu .no-border-list li.no-border-item a.we-mega-menu-li {
    border-bottom: none !important;
  }

  .page-cl .separatorline a {
    border-bottom: 1px solid #becdf0 !important;
    margin-bottom: 4px !important;
  }
}

@media (min-width: 577px) and (max-width: 991px) {

  .profile,
  .help,
  .payment,
  .addresses,
  .favourites,
  .orders,
  .account,
  .faqs,
  .signout {
    padding: 7px 0px 7px 33px !important;
  }

  .ipad-flex-center {
    justify-content: center;
  }

  .ipad-flex-end {
    justify-content: end;
  }

  .width-20-mobile {
    padding-left: 35px !important;
  }

  .username-txt a:before {
    content: url("../images/header_images/user.png") !important;
    margin-right: 2% !important;
  }

  .contact-icon-cl {
    order: 7 !important;
  }

  .separatorline a {
    border-bottom: 1px solid #becdf0 !important;
    padding: 7px 0px 22px !important;
    margin-bottom: 15px !important;
  }

  .width-40-mobile {
    width: 5% !important;
  }

  .height-mob-100 {
    height: 96px;
  }

  .site-logo img {
    height: 96px;
  }

  .no-product {
    padding: 0px !important;
  }

  .width-60-mobile {
    width: 80% !important;
  }
}

@media (max-width: 991px) {
  .divider-line-blue {
    border-bottom: 1px solid #becdf0 !important;
  }
}

.menu-divider-line {
  border-bottom: 1px solid #becdf0 !important;
  margin-bottom: 4px !important;
}

@media (max-width: 992px) {
  .nav-tabs li.noborder-menu-xs .noborder-list-xs li.noborder-item-xs a.we-mega-menu-li {
    border-bottom: none !important;
  }

  .page-fr .navbar .we-mega-menu-li:nth-child(2) .we-mega-menu-submenu .we-mega-menu-col:nth-child(2) > ul.subul > li.we-mega-menu-group .we-mega-menu-submenu ul.subul li:nth-child(3) > a {
    border-bottom: 0px solid #becdf0 !important;
    padding: 7px 0px !important;
    margin-bottom: 5px !important;
  }
}