/* CSS FOR HOME PAGE */

.et_header_style_left .logo_container,
.chai-menu-right {
  width: 130px;
  float: left;
  position: relative;
  text-align: center;
}
#et-top-navigation {
  width: calc(100% - 280px);
  float: left;
}
.chai-menu-right {
  width: fit-content;
  position: absolute;
  right: 0;
  top: 35px;
}
#top-menu {
  text-align: center;
}
#top-menu-nav,
#top-menu {
  width: 100%;
}
#top-menu {
  align-items: flex-end;
  display: flex;
  height: 100px;
  justify-content: space-around;
}
@media (max-width: 1150px) {
  #top-menu {
    gap: 20px;
  }
}
#top-menu > li {
  /* margin-right: 17px; */
}
#top-menu > li:last-child {
  padding-right: 0;
  margin-right: 17px;
}
.chai-menu-right .menu-item.join-chai {
  border-radius: 30px;
}
.chai-menu-right .menu-item.join-chai a {
  color: #fff;
}
.chai-menu-right .menu-item.join-chai a:hover {
  color: #1282a2;
  background-color: #03284a;
  transition: 0.3s all;
}
.chai-menu-right a {
  font-family: "LeMondeSansStd", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #003e78;
  background-color: #003e78;
  padding: 14px 14px 16px 14px;
  border-radius: 25px;
}
.chai-menu-right a:focus,
.chai-menu-right a:focus-visible {
  outline: 3px solid #1282a2;
  outline-offset: 3px;
}

div.et_pb_row.chai-guid-core-row {
  margin-right: auto !important;
}

@media (min-width: 1600px) {
  .chai-hero-banner {
    max-width: calc(100% - 520px);
  }
}
@media (min-width: 981px) {
  #top-menu > li {
    height: 100%;
  }
}
@media (max-width: 1369px) {
  #top-menu > li,
  #top-menu > li:last-child {
    margin-right: 0px;
  }
 
  #top-menu > li > a:hover:after {
    content: unset !important;
  }
  .nav li ul {
    top: 100px;
  }
  .et_header_style_left #et-top-navigation nav > ul > li > a,
  .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding: 0 !important;
  }
}
@media (max-width: 1080px) {
  #wp-admin-bar-wp-logo,
  #wp-admin-bar-updates,
  #wp-admin-bar-comments,
  #wp-admin-bar-new-content,
  #wp-admin-bar-popup-maker {
    display: none;
  }
}
@media (max-width: 980px) {
  #top-menu-nav {
    display: none;
  }
  #main-header,
  #et-top-navigation,
  .et_search_outer,
  .container.et_search_form_container {
    height: 75px !important;
  }
  .container.et_menu_container {
    max-width: 100%;
    padding: 0 15px;
  }
  .chai_logo_svg {
    height: 66px;
  }
  .chai-menu-change-x:before {
    content: "\00d7";
    width: 40px;
    height: 41px;
    top: -28px;
    left: -15px !important;
    font-size: 50px !important;
  }
  .chai-menu-right {
    display: none;
  }
  .et_header_style_left .logo_container {
    width: 130px;
  }
  #et-top-navigation {
    width: calc(100% - 130px);
  }
  .et_header_style_left .et-search-form,
  .chai-menu-full-width {
    width: 100% !important;
    max-width: 100% !important;
  }
  #mobile_menu {
    border-top: 0;
    top: 75px;
    min-height: 600px;
  }
  .et-search-field:focus,
  .et-search-field:focus-visible {
    border: 2px solid #1282a2;
    /* outline-offset: 4px; */
  }
  #et_mobile_nav_menu {
    padding-top: 15px;
  }
  #mobile_menu a:focus,
  #mobile_menu a:focus-visible {
    outline: 3px solid #1282a2;
    outline-offset: -5px;
  }
  .mobile_menu_bar:focus,
  .mobile_menu_bar:focus-visible {
    outline: 3px solid #1282a2;
    outline-offset: 3px;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px;
  }
  #mobile_menu li {
    position: relative;
  }
  #mobile_menu li a {
    background-color: #fff;
    display: block;
    font-family: LeMondeSansStd;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    color: #003e78;
    margin-right: 30px;
    padding: 12.5px 85px 12.5px 30px;
  }
  #mobile_menu li.chai-menu-li-icon a:first-child {
    margin-left: 30px;
  }
  #mobile_menu .chai-menu-li-icon a:focus, 
  #mobile_menu .chai-menu-li-icon a:focus-visible {
    outline: 3px solid #1282a2;
    outline-offset: 3px;
  }
  #et_mobile_nav_menu #mobile_menu .sub-menu .next-arrow:focus,
  #et_mobile_nav_menu #mobile_menu .sub-menu .next-arrow:focus-visible {
    outline: 3px solid #1282a2;
    outline-offset: 3px;
  }
  #et_mobile_nav_menu
    #mobile_menu
    .menu-item-has-children
    > span.next-arrow:after {
    width: 70px;
    /* padding-right: 15px; */
    text-align: right;
    right: 0;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    justify-content: flex-end;
  }
  #et_mobile_nav_menu
    #mobile_menu
    > .menu-item-has-children
    > span.next-arrow:after {
    z-index: 90;
  }
  #et_mobile_nav_menu
    #mobile_menu
    > .menu-item-has-children
    > ul
    > .menu-item-has-children
    > span.next-arrow:after {
    z-index: 91;
  }
  #et_mobile_nav_menu
    #mobile_menu
    > .menu-item-has-children
    > ul
    > .menu-item-has-children
    > ul
    > .menu-item-has-children
    > span.next-arrow:after {
    z-index: 92;
  }
  #et_mobile_nav_menu #mobile_menu .menu-item-has-children > button.next-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 999;
    cursor: pointer;
    height: 30px;
    width: 35px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    content: "";
    transform: translateY(-50%);
  }
  #et_mobile_nav_menu
    #mobile_menu
    .menu-item-has-children
    > button.next-arrow:focus,
  #et_mobile_nav_menu
    #mobile_menu
    .menu-item-has-children
    > button.next-arrow:focus-visible {
    outline: 3px solid #1282a2;
    outline-offset: 3px;
  }
  #et_mobile_nav_menu
    #mobile_menu
    .menu-item-has-children
    > button.next-arrow:after {
    width: 70px;
    text-align: right;
    height: 100%;
    content: "\35";
    font-family: "ETmodules";
    float: right;
    font-size: 25px;
    color: #003e78;
  }
  .et-search-form input {
    left: 0;
    width: 100%;
    opacity: 0.4;
    font-family: LeMondeSansStd;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    color: #010400;
  }
  span.et_close_search_field:after,
  button.et_close_search_field::after {
    bottom: 1px;
  }

  button.et_close_search_field {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99999;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  button.et_close_search_field::after {
    position: absolute;
    font-family: ETmodules;
    content: "\4d";
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .et_search_outer .et_search_form_container {
    height: 100px;
    width: auto;
    margin: 0 40px 0 30px;
  }
  .et-search-form {
    left: 0;
    margin: auto;
  }
  span.et_close_search_field,
  button.et_close_search_field {
    display: none;
  }
  .chai-menu-li-icon {
    height: auto;
    padding-top: 70px;
    background-color: #fff;
    display: flex;
    justify-content: start;
  }
  .chai-menu-li-icon a {
    padding: 0 !important;
    border: none !important;
  }
  .chai-menu-li-icon i:first-child {
    font-size: 12px;
    /* margin-left: 30px; */
    padding: 0;
  }
  .chai-menu-li-icon i:not(:first-child) {
    font-size: 12px;
    margin-left: 20px;
    padding: 0;
  }
  .chai-menu-li-icon i:before {
    color: #fff;
    border-radius: 50%;
    background-color: #1b4075;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 980px) and (min-width: 823px) {
  .chai-menu-change-x:before {
    left: 5px !important;
    top: -30px;
    color: #003e78;
  }
}
@media (max-width: 767px) {
  select[name="our-value__dropdown"] {
    line-height: 2.14 !important;
  }
  .our-approach-text p {
    font-size: 1rem;
  }
  .ceo-red-text {
    font-family: "LeMondeSansStd-Demi";
    font-weight: normal;
    font-size: 16px;
  }
  .mobile-title-1 {
    font-family: "LeMondeSansStd-Bold";
  }
  .chai-guid-core-row {
    width: 100%;
  }
  .chai-guid-core-row .how-we-work-tab,
  .chai-guid-core-row .how-we-work-tab .et_pb_all_tabs .et_pb_tab,
  .chai-guid-core-row .how-we-work-tab .tab-box {
    border: 0;
  }
  .chai-guid-core-row .how-we-work-tab .tab-box {
    width: 100%;
    padding: 40px 30px;
  }
  .chai-guid-core-row
    .how-we-work-tab
    .et_pb_tabs_controls
    li.et_pb_tab_active:after {
    content: unset;
  }
  .chai-guid-core-row .how-we-work-tab .et_pb_tabs_controls:after {
    border-top: 0;
  }
  .chai-guid-core-row
    .how-we-work-tab
    .et_pb_tabs_controls
    li.et_pb_tab_active {
    width: 100%;
    border: solid 1px #1282a2;
    background-color: #1282a2;
  }
  .chai-guid-core-row
    .how-we-work-tab
    .et_pb_tabs_controls
    .et_pb_tab_active
    a {
    font-family: "LeMondeSansStd";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    color: #ffffff;
    text-align: left;
    padding: 28px 30px;
    display: inline-block;
    position: relative;
  }
  .chai-guid-core-row
    .how-we-work-tab
    .et_pb_tabs_controls
    .et_pb_tab_active
    a:after {
    content: "\00d7";
    position: absolute;
    color: #fff;
    right: 30px;
    top: 28px;
    font-size: 29px;
    line-height: 2px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    z-index: 999999999999;
    display: block;
  }
}
