.toolbar {
  /* position: fixed;
  top: 90px; */
  left: 0;
  width: 100%;
  height: 40px;
  background: #57585a;
  z-index: 2;
}

.menu-icon {
  height: 25px;
}

.toolbar>.container {
  height: 100%;
}

.toolbar__navigation {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.toolbar__greeting {
  display: flex;
  justify-content: center;
  align-items: center;
}

.toolbar__greeting span {
  color: white;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  margin: 0 20px 0 0;
}

.spacer {
  flex: 0.8;
}

.toolbar_navigation-items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.toolbar_navigation-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.toolbar_navigation-items li {
  align-items: center;
  min-width: 0;
}

.toolbar_navigation-items a {
  color: white;
  text-decoration: none;
}

.toolbar_navigation-items a:hover,
.toolbar_navigation-items a:active {
  color: none;
}

svg.svg-inline--fa.fa-circle-user.fa-10 {
  font-size: 25px;
}

.ant-dropdown.navbar-dropdown .ant-dropdown-menu {
  background-color: transparent;
}

.ant-dropdown.navbar-dropdown .ant-dropdown-menu-item:hover {
  background-color: #494949;
}

.ant-dropdown.navbar-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-active {
  color: #f5841f;
}

.ant-dropdown.navbar-dropdown .ant-dropdown-menu-item {
  padding: 10px;
  color: #fff;
}

.ant-dropdown.navbar-dropdown:before {
  left: 0;
  z-index: -9999;
  opacity: 1;
  background-color: #57585a;
  border: 1px solid #4b4b4b;
  width: 100%;
}

.ant-dropdown.navbar-dropdown .ant-menu-root.ant-menu-vertical {
  background: #57585a;
  color: #fff;
  border: 1px solid #4b4b4b;
}

/* .ant-dropdown.navbar-dropdown {
  background: #57585a;
  color: #fff;
} */

.toolbar_navigation-items .ant-dropdown-trigger.hide-arrow::after,
.toolbar_navigation-items .ant-dropdown-trigger.hide-arrow::before {
  display: none;
}

.toolbar_navigation-items .ant-dropdown-trigger {
  padding: 0 15px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}

.toolbar_navigation-items .ant-dropdown-trigger::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  top: calc(50% - 3px);
  right: 0;
  transform: rotate(-45deg) translateY(2.5px);
}

.toolbar_navigation-items .ant-dropdown-trigger::before {
  top: calc(50% - 3px);
  right: 0;
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  transform: rotate(223deg) translateY(-2.5px);
}

.toolbar_navigation-items .ant-dropdown-trigger.ant-dropdown-open::before {
  transform: rotate(315deg) translateY(-2.5px);
}

.toolbar_navigation-items .ant-dropdown-trigger.ant-dropdown-open::after {
  transform: rotate(45deg) translateY(-2.5px);
}

.toolbar_navigation-items .ant-dropdown-trigger.ant-dropdown-open {
  border: 1px solid #4b4b4b;
  position: relative;
}

.ant-dropdown.navbar-dropdown .ant-dropdown.navbar-dropdown.ant-dropdown-placement-bottom {
  z-index: 1;
}

.desktop-toolbarmenu {
  display: none;
}

.toolbar_navigation-items #mc_nav_icon span {
  background: #ffffff;
}

.menu-ul a {
  font-size: 18px;
}

.ant-dropdown.notification-dropdown ul.ant-dropdown-menu.ant-dropdown-menu-root.ant-dropdown-menu-vertical.ant-dropdown-menu-light {
  padding: 0;
}

.ant-dropdown.notification-dropdown .ant-dropdown-menu-item .image-icon-wrapper img {
  max-width: none;
  height: 20px;
  width: 17.44px;
}

.ant-dropdown.notification-dropdown .ant-dropdown-menu-item .image-icon-wrapper {
  background-color: #F3622233;
  padding: 6px;
  border-radius: 6px;
  width: 46px;
  margin: 0;
}


.ant-dropdown.notification-dropdown .no-notifications-wrapper {
  top: -14px;
  position: relative;
  background: #fff;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 20px 30px;
}

.ant-dropdown.notification-dropdown .no-notifications-wrapper h1 {
  color: #0284C9;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.ant-dropdown.notification-dropdown .no-notifications-wrapper p {
  color: #5E5E60;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.4px;
}

.ant-dropdown.notification-dropdown .no-notifications-wrapper img {
  height: 100px;
  width: 100px;
  margin: 30px auto 20px;
}

.ant-dropdown.notification-dropdown.no-padding {
  padding: 0 !important;
}

.ant-dropdown.notification-dropdown {
  width: 100%;
}

.ant-dropdown.notification-dropdown .ant-dropdown-menu-item {
  color: #000;
  background-color: #fff !important;
  padding: 20px 10px 25px;
  min-height: 60px;
  width: 100%;
  max-width: 310px;
  border-left: 0;
  border-bottom: 1px solid #DCDDDF;
  border-radius: 0;
}

.notification-dropdown .ant-dropdown-menu-item:hover {
  background-color: #fff !important;
}

.ant-dropdown.notification-dropdown .ant-dropdown-menu-item {
  white-space: unset;
}

.ant-dropdown.notification-dropdown .ant-dropdown-menu-item .ant-dropdown-menu-title-content h1 {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 16px;
  font-weight: 600;
  color: #051C29;
}

.ant-dropdown.notification-dropdown .ant-dropdown-menu-item .ant-dropdown-menu-title-content p {
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
  font-weight: 400;
  color: #242426;

}

/* .ant-dropdown.notification-dropdown .ant-dropdown-menu-item::before {
  border-left: 5px solid #f5841f;
  content: "";
  height: 100%;
  position: absolute;
  left: -1px;
  border-radius: 10px 0 0 10px;
} */

.ant-dropdown.notification-dropdown .ant-dropdown-menu-item span {
  padding-left: 15px;
}

.ant-dropdown.notification-dropdown.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
  top: -14px;
  right: 19px;
}

.ant-dropdown.notification-dropdown ul.ant-dropdown-menu.ant-dropdown-menu-root.ant-dropdown-menu-vertical.ant-dropdown-menu-light {
  top: -14px;
  overflow: auto;
  max-height: 60vh;
  min-width: 320px;
}

.ant-dropdown.notification-dropdown .dropdown-menu .ddm-view-all {
  bottom: -20px;
  position: absolute;
  background-color: #F2F2F2;
  width: 100%;
  display: block;
  padding: 10px 10px;
  color: #0284c9;
  font-weight: bold;
  border-radius: 0 0 8px 8px;
  text-align: center;
  border: 1px solid #dedede;
  min-width: 320px;
}

.ant-dropdown.notification-dropdown .dropdown-menu .ddm-view-all:hover {
  color: #0284c9;
}


.ant-dropdown.notification-dropdown .dropdown-menu {
  box-shadow: 0px 0px 15px 0px #797979;
  background-color: #fff;
  border-radius: 8px;
}

.ant-dropdown.notification-dropdown.no-padding .dropdown-menu {
  box-shadow: 0 0px 6px 0px #797979;
}

.profile-photo-small {
  border-radius: 50%;
  height: 28px;
}

@media only screen and (max-width: 991px) {
  .toolbar_navigation-items .ant-dropdown-trigger {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 992px) {
  .toolbar_navigation-items ul {
    gap: 0;
  }

  .toolbar_navigation-items ul>*:not(.no-gap) {
    margin: 0 35px 0 0;
  }

  .no-gap-10 {
    margin-right: 10px;
  }

  .toolbar_navigation-items ul>*:last-child {
    margin-right: 10px;
  }

  .menu-ul svg.menu-icon {
    height: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .ant-dropdown.notification-dropdown {
    max-width: 310px;
  }

  .menu-ul a {
    font-size: 14px;
    text-transform: uppercase;
  }

  .menu-ul svg.menu-icon {
    height: 12px;
    padding: 0 5px 2px 0;
  }

  .border-left-desktop {
    border-left: 1px solid #fff;
  }

  .toolbar_navigation-items .bars-menu {
    display: none;
  }

  .desktop-toolbarmenu {
    display: flex;
  }

  .mobile-toolbarmenu,
  .desktop-hide {
    display: none;
  }

  .header-logo {
    width: 240px;
  }

  .header_navigation-items .ant-menu-horizontal {
    border: 0;
  }

  .header_navigation-items .ant-menu-overflow {
    justify-content: flex-end;
  }

  .toolbar_navigation-items .ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
    display: block;
    right: -15px;
  }

  .ant-drawer.mchi-mobile-toolbarmenu {
    display: none;
  }
}



@media only screen and (max-width: 767px) {
  .ant-dropdown.notification-dropdown .ant-dropdown-menu-item {
    max-width: 100%;
  }

  .menu-ul svg.menu-icon {
    height: 16px;
    width: 16px;
    padding: 0 5px 2px 0;
    top: 1px;
    position: relative;
    color: #f5841f;
  }

  .t_hide,
  .mobile_hide {
    display: none;
  }

  .mc-first-menu.container {
    padding: 0 20px;
  }

  .mc_log_c_b {
    font-size: 12px;
  }

  .ant-drawer.mchi-mobile-toolbarmenu {
    top: 130px;
    height: calc(100vh - 130px);
  }

  .ant-drawer.mchi-mobile-toolbarmenu .ant-drawer-body {
    padding: 0;
  }

  .ant-drawer.mchi-mobile-toolbarmenu .menu-ul {
    padding: 0;
  }

  .ant-drawer.mchi-mobile-toolbarmenu .header_navigation-items ul {
    flex-direction: column;
    width: 100%;
  }

  .mchi-mobile-toolbarmenu ul {
    list-style-type: none;
  }

  .mchi-mobile-toolbarmenu ul li {
    margin: 10px 0;
  }

  .ant-dropdown.navbar-dropdown:before {
    left: 0;
    z-index: -9999;
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    width: 100%;
  }

  .ant-dropdown.navbar-dropdown .ant-dropdown-menu-item {
    color: #000;
  }

  .ant-dropdown.navbar-dropdown .ant-dropdown-menu-item:hover {
    background-color: #ffffff;
  }

  .ant-drawer.mchi-mobile-toolbarmenu .ant-drawer-body a {
    color: #57585a;
  }

  .ant-dropdown.notification-dropdown.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    right: 55px;
    top: -13px;
  }

  .ant-dropdown.notification-dropdown {
    left: 5vw !important;
    width: 90vw;
  }

  .mobile-toolbarmenu img {
    max-width: inherit;
  }
}

@media only screen and (max-width: 390px) {
  .ant-dropdown.notification-dropdown.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    right: 57px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5841f;
  z-index: 51;
}

.no-toolbar>.header {
  border-bottom: 1px solid #D4D4D5;
}

.select-language .ant-select-arrow svg,
.select-language .ant-select-selection-item {
  color: #fff;
}

.select-language .ant-select-selection-item {
  width: 65px;
}

.mc-first-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2px;
  min-height: 28px;
}

.mc-first-menu .mc_language_selection {
  padding-right: 0;
}

.mc-first-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mc-first-menu ul li {
  padding: 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mc-first-menu ul a {
  color: #fff;
}

.mc-first-menu .mc_l_l {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  border: dashed 0 #000;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-logo {
  width: 150px;
  min-width: 150px;
}

.header__navigation {
  min-height: 60px;
  display: flex;
  background: #fff;
  border-top: 5px solid #0284c9;
  border-radius: 12px 12px 0 0;
}

.header-inner-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.header__greeting {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__greeting a {
  text-decoration: none;
  font-size: 16px;
  margin: 0 20px;
}

.headerspacer {
  flex: 0.8;
}

.desktop-menu {
  display: none;
}

.header_navigation-items {
  width: 100%;
}

.header_navigation-items .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: transparent;
}

.header_navigation-items a {
  color: black;
  text-decoration: none;
}

.header_navigation-items a:hover,
.header_navigation-items a:active {
  color: none;
}

#mc_nav_icon {
  width: 26px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 15px;
  z-index: 101;
}

#mc_nav_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #212529;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mc_nav_icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#mc_nav_icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#mc_nav_icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

#mc_nav_icon.mc_open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}

#mc_nav_icon.mc_open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mc_nav_icon.mc_open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}

.ant-menu-item,
.ant-menu-submenu {
  text-transform: capitalize;
  line-height: 32px;
}

li.ant-menu-overflow-item.ant-menu-item.ant-menu-item-only-child:nth-last-child(2) {
  padding-right: 0;
}

.header-inner-navigation .ant-menu-submenu-arrow:before {
  transform: rotate(225deg) translateY(-2.5px);
  top: -3px;
}

.header-inner-navigation .ant-menu-submenu.ant-menu-submenu-active .ant-menu-submenu-arrow:after {
  transform: rotate(45deg) translateY(-2.5px);
  top: 0px;
}

.header-inner-navigation .ant-menu-submenu.ant-menu-submenu-active .ant-menu-submenu-arrow:before {
  transform: rotate(315deg) translateY(-2.5px);
  top: 0px;
}

.header-inner-navigation .ant-menu-submenu-arrow:after {
  top: -3px;
}

@media only screen and (min-width: 768px) {
  .border-left-desktop {
    border-left: 1px solid #fff;
  }

  .header-inner-navigation .bars-menu {
    display: none;
  }

  .desktop-menu {
    display: flex;
    width: calc(100% - 150px);
  }

  .header-logo {
    width: 240px;
  }

  .header-logo img {
    max-height: 32px;
  }

  .header_navigation-items .ant-menu-horizontal {
    border: 0;
  }

  .header_navigation-items .ant-menu-overflow {
    justify-content: flex-end;
  }

  .header-inner-navigation .ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
    display: block;
    right: -15px;
  }

  .ant-drawer.mchi-mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .t_hide {
    display: none;
  }

  .mc-first-menu.container {
    padding: 0 20px;
  }

  .mc_log_c_b {
    font-size: 12px;
  }

  .ant-drawer.mchi-mobile-menu {
    top: 90px;
    height: calc(100vh - 90px);
  }

  .ant-drawer.mchi-mobile-menu .ant-drawer-body {
    padding: 20px 0 0 20px;
  }

  .ant-drawer.mchi-mobile-menu .header_navigation-items ul {
    flex-direction: column;
    width: 100%;
  }

  .header__navigation .container {
    padding: 10px 20px;
  }
}
.common-footer.ant-layout-footer {
  padding: 10px 0 0;
  background: #F2F2F2;
}

.mc_font_define,
.mc_font_define * {
  font-size: 12px;
}

.mc_font_define *,
.mc_font_define_14 * {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.mc_col_fixed {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.mc_l_o_c {
  -ms-flex: 0 0 22%;
  -webkit-box-flex: 0;
  flex: 0 0 22%;
  max-width: 22%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc_l_o_c:nth-child(1),
.mc_l_o_c:nth-child(5) {
  -ms-flex: 0 0 34%;
  -webkit-box-flex: 0;
  flex: 0 0 34%;
  max-width: 34%;
}

.mc_col_fluid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.mc_f_mt {
  margin-top: 345px;
}

.ant-collapse-item.ant-collapse-item-active {
  border: 0;
}

.mc_bg_footer {
  color: #000;
}

.mc_footer_spacer {
  padding-top: 15px;
  padding-bottom: 8px;
  width: 100%;
}

.mc_s_m_l {
  position: relative;
  padding-bottom: 30px;
}

.mc_s_m_l ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.mc_s_m_l ul li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-right: 10px;
}

.mc_s_m_l ul li a {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  text-indent: -99999px;
  background-position: center !important;
  background-size: contain !important;
}

.mc_s_m_l ul li.fb a {
  background: url('/assets/images/social/fb.png') no-repeat;
}

.mc_s_m_l ul li.insta a {
  background: url('/assets/images/social/insta.png') no-repeat;
}

.mc_s_m_l ul li.twitter a {
  background: url('/assets/images/social/twitter.png') no-repeat;
}

.pb-20 {
  padding-bottom: 20px;
}

.mc_f_b_ic.p-0 {
  padding: 0;
}

.mc_f_b_ic.pt-20,
.mc_c_r_content.pt-20 {
  padding-top: 20px;
}

.mc_col_full.pad-zero {
  padding: 0;
}

.mc_w_c {
  position: relative;
}

.mc_w_c .mc_i_f_mt {
  margin-top: 20px;
}

.mc_w_c a {
  color: #0284c9;
  text-decoration: none;
}

.mc_h4 {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
}

.mc_l_o_c ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mc_l_o_c ul li {
  display: block;
  margin-bottom: 3px;
}

.mc_l_o_c ul li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc_l_o_c ul li a:active,
.mc_l_o_c ul li a:hover {
  color: #0284c9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc_i_c_b {
  margin-bottom: 30px;
}

.mc_f_logo {
  position: relative;
  margin-bottom: 15px;
}

.mc_f_logo a {
  display: block;
  background: url('/logo.png') no-repeat center left;
  background-size: contain;
  width: 200px;
  height: 44px;
  text-indent: -99999px;
}

.mc_f_b_ic {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 0 100%;
  -webkit-box-flex: 1;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e6e7e9;
  padding-top: 0;
  margin-top: 15px;
  padding-bottom: 40px;
}

.mcfbic_2 {
  padding-right: 15px;
  padding-left: 15px;
  border: 0;
  margin: 0;
  padding-bottom: 20px;
}

.mc_r_c_b {
  position: relative;
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
}

.mc_l_c_b {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 30px;
}

.mc_l_c_b .mb30 {
  margin-bottom: 30px;
}

.mc_r_c_b p span {
  display: block;
}

.prefooter {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.common-footer .main-panel-header .ant-collapse-header .ant-collapse-expand-icon .ant-collapse-arrow {
  font-size: 1.5em;
}

.common-footer .main-panel-header .ant-collapse-header .ant-collapse-expand-icon {
  z-index: 2;
  background-color: #f2f2f2;
  padding-left: 5px !important;
}

.common-footer .main-panel-header .ant-collapse-header .ant-collapse-header-text .panel-text {
  background: #F2F2F2;
  position: relative;
  padding-right: 5px;
  z-index: 2;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.common-footer .main-panel-header .ant-collapse-header .ant-collapse-header-text:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  border-bottom: 1.5px solid #000;
  top: 50%;
  right: 50px;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.common-footer .main-panel-header .no-header-line .ant-collapse-header .ant-collapse-header-text:before {
  display:none;
}
.common-footer .main-panel-header .ant-collapse-header .ant-collapse-header-text {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.common-footer .main-panel-header .ant-collapse-header {
  padding: 16px 0;
}

.mc_c_r_content_outside {
  background: #D4D4D5;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0
}

.mc_c_r_content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 0 100%;
  -webkit-box-flex: 1;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e6e7e9;
  padding-top: 40px;
}

.mc_mob_accordian {
  display: none;
}

.mc_n_m_c_b {
  display: none;
}

.mc_oc_bm {
  position: relative;
}

.mc_col_fixed,
.mc_col_fluid,
.mc_col_full,
.mc_l_o_c {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mc_container {
  margin: 0 -15px;
}

.mc_col_full {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.mc_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 0 100%;
  -webkit-box-flex: 1;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.beware-box {
  padding: 10px;
  border: 1px solid #000000;
}

.beware-box * {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-mobile-accordian.ant-collapse {
    background: transparent;
    border: 0;
  }

  .footer-mobile-accordian.ant-collapse .ant-collapse-content {
    background: transparent;
  }

  .footer-mobile-accordian.ant-collapse .ant-collapse-content .ant-collapse-content-box {
    padding: 10px 0;
    margin: 0 -15px;
  }

  .footer-mobile-accordian.ant-collapse.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header {
    padding: 12px 40px 12px 0px;
  }

  .mc_row {
    flex-direction: column;
  }

  .mc_col_fixed,
  .mc_l_o_c,
  .mc_l_o_c:nth-child(1),
  .mc_l_o_c:nth-child(5) {
    width: 100%;
    max-width: 100%;
  }

  .mc_f_mt {
    margin-top: 30px;
  }

  .mc_mob_accordian {
    display: block;
  }

  .mc_f_b_ic:not(.mcfbic_2) {
    padding: 10px 0;
  }

  .mc_contact_container {
    margin-bottom: 30px;
  }

  .ant-collapse.ant-collapse-icon-position-right.footer-mobile-accordian .ant-collapse-item {
    position: relative;
  }

  h4.mc_h4.hide-mobile {
    display: none;
  }

  .mobile-know-more-wrapper {
    padding: 30px 15px 0;
  }

  .mc_l_c_b {
    padding: 0;
  }

}

@media only screen and (max-width: 575px) {
  .mc_footer_spacer {
    padding-top: 0;
  }
}
