*{
  box-sizing:border-box
}
.footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    visibility: visible !important;
}
.footer_section_up {
  width: 100%;
}
.footer_section_up .footer__top {
  background: #EF5525;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.footer_section_up .footer__top .content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_section_up .footer__top .content-wrapper .col_6 {
  width: 50%;
}
.footer_section_up .footer__top .content-wrapper .col_6.right_content {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer_section_up .footer__top .content_clm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_section_up .footer__top .content_clm p, .footer_section_up .footer__top .content_clm p a {
  margin: 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.footer_section_up .footer__top .content_clm p a {
  text-decoration: underline;
}
.footer_section_up .footer__top .content_clm svg {
  margin-right: 5px;
}
.footer_section_up .footer_main {
  padding: 50px 0px;
}
.footer_section_up .footer_main .row__footer {
  display: flex;
  flex-wrap: wrap;
}
.footer_section_up .footer_main .row__footer .col_3 {
  width: 30%;
  padding-right: 10px;
}
.footer_section_up .footer_main .row__footer .col_9 {
  width: 70%;
}
.footer_section_up .footer_main .row__footer .col_3 .logo img {
  max-width: 170px !important;
}

.footer_section_up .footer_main .row__footer .col_3 .address .lounge_hrs,
.footer_section_up .address .tothrs{
  margin-bottom: 20px;
}
.footer_main_menu .menu__ftr ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 {
  width: 16.66%;
  padding: 0px 12px;
}

.footer_main_menu .menu__ftr {
  width: 100%;
}

.footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  position: static;
  opacity: 1;
}

.footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item {
  width: 100%;
  margin: 5px 0px;
}




.social_infor {
  width: 100%;
  border-top: 1.5px solid #D9D9D9;
  margin-top: 30px;
  padding-top: 30px;
}

.social_infor .srow {
  display: flex;
  flex-wrap: wrap;
}

.social_infor .srow .col_6 {
  width: 70%;
}

.social_infor .srow .col_6:last-child {
  display: flex;
  width: 30%;
  justify-content: flex-end;
}

.social_infor .srow .col_6 .spcl.social ul {
  padding: 0px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;

}

.social_infor .srow .col_6 .spcl.social ul li {
  margin: 0px 5px;
}

.social_infor .srow .col_6 .rows_spd .spcl_icon {
  display: flex;
  align-items: center;
}
.social_infor .srow .col_6 .rows_spd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}



.footer_section_up .bottom_row_ftr .copy_right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}



.footer_section_up .bottom_row_ftr .copy_right .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0;
}

.footer_section_up .bottom_row_ftr .copy_right .menu ul li {
  margin: 0px 35px;
}

=
.footer_section_up .footer__top .content_clm button.dropdown-toggle1 {
  color: #fff !important;
  font-size: 17px;
}
.footer_section_up .footer__top .content_clm button.dropdown-toggle1 svg {
  height: 18px !important;
}
.dropdown-menu1 a {
  font-size: 14px;
  font-weight: 600;
}
.footer_section_up .footer__top .content_clm  .dropdown-menu1 {
  min-width: 250px;
}
.call_action {
  right: -60px;
  transition: 1s;
}
body.body-active .call_action {
  right: 20px;
}
.footer_section_up .footer__top .content-wrapper {
  max-width: 100%;
  padding: 0px;
}

.footer_section_up .footer__top {
  padding-left: 30px;
  padding-right: 30px;
}

.footer_section_up .footer_main .content-wrapper {
  max-width: 100%;
  padding: 0px 30px;
}

.footer_section_up .footer_main .row__footer .col_3 {
  width: 17%;
}

.footer_section_up .footer_main .row__footer .col_9 {
  width: 83%;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  .footer_section_up .footer_main .row__footer .col_3 {
    width: 100%;
    padding: 0px;
  }
  .footer_section_up .footer_main .row__footer .col_9 {
    width: 100%;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 {
    width: 50%;
    text-align: left;
  }
  .footer_main_menu .menu__ftr ul {
    flex-direction: row !IMPORTANT;
    text-align: left;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    text-align: left;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item a {
    text-align: left;
    white-space: normal;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 {
    padding: 0px 30px 0 0;
  }
  .footer_main_menu .menu__ftr {
    margin: 20px 0px;
  }
  .social_infor .srow .col_6 {
    width: 100%;
  }
  .social_infor .srow .col_6:last-child {
    width: 100%;
    justify-content: left;
    margin-top: 30px;
  }
  .social_infor .srow .col_6 .rows_spd {
    gap: 15px;
  }
  .footer_section_up .footer__top .content_clm button.dropdown-toggle1 a {
    font-size: 12p;
  }

  .footer_section_up .footer__top .content_clm .dropdown-menu1 {
    min-width: 100%;
  }

  .footer_section_up .footer__top .content_clm .dropdown-menu1 a {
    font-size: 13px;
  }
  header.header .top_header.updated_hdr {
    display: block;
    padding: 3px 0px;
  }

  header.header .top_header .wrapp_row .col_sp a {
    margin-right: 10px;
  }

  header.header .top_header .wrapp_row .col_sp a img {
    max-width: 18px !IMPORTANT;
    margin-right: 5px;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1::before {
    display:None;
  }
}


@media only screen and (min-width: 768px)  and (max-width: 1024px) {
  .footer_section_up .footer_main .row__footer .col_3 {
    width: 50%;
  }
  .footer_section_up .footer_main .row__footer .col_9 {
    width: 100%;
    margin-top: 30px;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1:before {
    display: none;
  }

}

@media only screen and (min-width: 1025px)  and (max-width: 1250px) {
  .footer_section_up .footer_main .row__footer .col_3 {
    width: 30%;
  }
  .footer_section_up .footer_main .row__footer .col_9 {
    width: 70%;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1 {
    width: 33.33%;
  }
  .footer_main_menu .menu__ftr ul li.hs-menu-item.hs-menu-depth-1:nth-child(3)::before {
    display: none;
  }

}










/************************ new footer **************/

.footer_main_content .first_row {
  padding: 40px 30px 10px;
  display: flex;
  flex-wrap: wrap;
}

.footer_main_content .first_row .column3.logo {
  width: 20%;
}

.footer_main_content .first_row .column9.navs {
  width: 80%;
}

.footer_main_content .first_row .column3.logo img {
  max-width: 200px !important;!i;!;
}

.footer_main_content .first_row .clmlogosp {
  width: 100%;
}
.footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 {
  width: 20%;
  padding: 0px 15px;
}

.footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1>a {
  font-size: 18px;
  font-weight: 600;
}

.footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  display: block;
  position: static;
  opacity: 1;
  margin-top: 20px;
      visibility: visible;
}

.footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
  font-size: 16px;
  margin: 11px 0px;
}
.map3rd_row {
  display: block;!i;!;
}

.map3rd_row .content-wrapper {
  max-width: 100%;
  padding: 50px  30px 30px;
  display: flex;
  flex-wrap: wrap;
}

.map3rd_row .content-wrapper .map_section {
  width: 20%;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}

.map3rd_row .content-wrapper .where_we_tutor {
  width: 17.5%;
  padding-right: 30px;
}

.map3rd_row .content-wrapper .hours_column {
  width: 20%;
  padding-right: 30px;
}

.map3rd_row .content-wrapper .connect_clm {
  width: 17.5%;
  padding-right: 30px;
}

.map3rd_row .content-wrapper .news_letter {
  width: 25%;
}

.map3rd_row .content-wrapper .map_section .mapbox {
  width: 100%;
}

.map3rd_row .content-wrapper .map_section .mapbox a {
  display: inline-block;
  width: 100%;
}

.map3rd_row .content-wrapper .map_section .mapbox a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #dddddd6b;
  border-radius: 2px;
}

.map3rd_row .content-wrapper .where_we_tutor h4.title {
  margin-bottom: 20px;
  font-size: 22px;
}

.map3rd_row .content-wrapper .where_we_tutor .locations {
  margin-bottom: 20px;
}

.map3rd_row .content-wrapper .where_we_tutor .locations a {
  text-decoration: none;
}

.map3rd_row .content-wrapper .where_we_tutor .locations a h5 {
  margin: 0px 0 20px;
  color: #ef5525;
  font-size: 17px;
  margin: 0px 0px 5px;
}

.map3rd_row .content-wrapper .where_we_tutor .locations p {
  margin: 0px;
  font-size: 16px;
}

.map3rd_row .content-wrapper .where_we_tutor .pageitems {
  text-decoration: none;
  display: block;
  font-weight: 600;
  margin: 10px  0px;
  color: #ef5525;
  text-transform: uppercase;
}
.map3rd_row .content-wrapper .where_we_tutor .locations {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.map3rd_row .content-wrapper .hours_column .clm {
  margin-bottom: 30px;
}

.map3rd_row .content-wrapper .hours_column .clm h5 {
  margin-bottom: 10px;
  font-size: 17px;
}

.map3rd_row .content-wrapper .hours_column .clm p {
  margin: 0px 0 8px;
}

.map3rd_row .content-wrapper .hours_column h4, .map3rd_row .content-wrapper .connect_clm h4 {
  font-size: 22px;
}

.map3rd_row .content-wrapper .connect_clm h4 {}

.map3rd_row .content-wrapper .connect_clm .contenct {}

.map3rd_row .content-wrapper .connect_clm .contenct h5 {
  color: #ef5525;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.map3rd_row .content-wrapper .connect_clm .connect_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.map3rd_row .content-wrapper .connect_clm .connect_info a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.map3rd_row .content-wrapper .connect_clm .connect_info a img {
  margin-right: 10px;
  width: 30px;
  height: auto;
}

.map3rd_row .content-wrapper .connect_clm .connect_info .social_media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}

.map3rd_row .content-wrapper .connect_clm .connect_info .social_media svg {
  display: none;
}

.map3rd_row .content-wrapper .news_letter h4 {
  font-size: 22px;
}

.map3rd_row .content-wrapper .news_letter .form {
  background: #edf6fd;
  padding: 30px;
}
.map3rd_row .content-wrapper .news_letter .form .conetntfrm h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.map3rd_row .content-wrapper .news_letter .form .conetntfrm p {
  margin: 0px 0 15px;
}

.map3rd_row .content-wrapper .news_letter .form h3 {
  margin: 0px;
  padding: 0;
}

.map3rd_row .content-wrapper .news_letter .form form {
  padding: 0px;
  margin: 0px;
  background: transparent !important;!i;!;
}

.map3rd_row .content-wrapper .news_letter .form input.hs-button.primary.large {
  background: #ef5525;
  border: 0px;
  font-size: 17px;
  padding: 14px;
  border-radius: 2px;
}

.map3rd_row .content-wrapper .news_letter .form form input {
  font-size: 16px;
  min-height: 45px;
}
.map3rd_row .content-wrapper .map_section .mapbox {
  height: 100%;
}

.map3rd_row .content-wrapper .map_section .mapbox a {
  height: 100%;
}

.map3rd_row .content-wrapper .map_section .mapbox a img {
  height: 100%;
  object-fit: cover;
}
.map3rd_row .content-wrapper .map_section .mapbox {
  height: 100%;
}

.map3rd_row .content-wrapper .map_section .mapbox a {
  height: 100%;
}

.map3rd_row .content-wrapper .map_section .mapbox a img {
  height: 100%;
  object-fit: cover;
}
.bottom_row_ftr .content-wrapper {
  max-width: 100% !important;
}

.footer_section_up .bottom_row_ftr .copy_right {
  width: 100% !important;!i;!;
  max-width: 100%;
  justify-content: space-between;
}


@media only screen and (max-width: 767px) {
  .footer_main_content .first_row {
    padding: 30px 20px 10px;
  }

  .footer_main_content .first_row .column3.logo {
    width: 100%;!;
  }

  .footer_main_content .first_row .column9.navs {
    width: 100%;!;
  }

  .footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 {
    width: 100%;
    text-align: left;
    padding: 0px;
  }

  .footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item {
    margin: 0;
    text-align: left;
  }

  .footer_main_content .first_row .column9.navs ul {
    flex-direction: row;
  }

  .footer_main_content .first_row .column9.navs ul ul {
    flex-direction: column;
  }

  .map3rd_row .content-wrapper {
    padding: 30px 20px 20px;
  }

  .map3rd_row .content-wrapper .map_section {
    width: 100%;
    padding: 0px;
  }

  .map3rd_row .content-wrapper .map_section .mapbox a img {
    height: auto;
  }

  .map3rd_row .content-wrapper .where_we_tutor {
    width: 100%;
    margin: 20px 0px;
    padding: 0px;
  }

  .map3rd_row .content-wrapper .hours_column {
    width: 100%;
  }

  .map3rd_row .content-wrapper .connect_clm {
    width: 100%;
    margin-top: 20px;
  }

  .map3rd_row .content-wrapper .news_letter {
    margin-top: 40px;
    width: 100%;
  }

  .footer_section_up .bottom_row_ftr .copy_right {
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
  }

  .footer_section_up .bottom_row_ftr .copy_right .menu ul li {
    margin: 5px 0px;
    text-align: left;
  }

  .footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li a {
    margin: 4px 0px;
  }

  .footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    margin-top: 5px;
  }

  .map3rd_row .content-wrapper .news_letter .form {
    padding: 20px;
  }

}


@media only screen and (max-width: 767px) and (min-width: 481px) {
  .footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 {
    width: 33.33%;
  }

  .footer_main_content .first_row .clmlogosp ul {
    justify-content: flex-start;
  }

  .map3rd_row .content-wrapper .map_section {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .footer_main_content .first_row .column3.logo img {
    max-width: 130px !IMPORTANT;!I;!;
  }

  .footer_main_content .first_row .clmlogosp ul li.hs-menu-item.hs-menu-depth-1 {
    width: 33.33%;
    margin: 10px 0px;
  }

  .footer_main_content .first_row .clmlogosp ul {
    justify-content: flex-start;
  }

  .map3rd_row .content-wrapper .map_section {
    width: 50%;
  }

  .map3rd_row .content-wrapper .where_we_tutor {
    width: 50%;
  }

  .map3rd_row .content-wrapper .hours_column {
    width: 50%;
    margin-top: 50px;
  }

  .map3rd_row .content-wrapper .connect_clm {
    width: 50%;
    margin-top: 50px;
  }

  .map3rd_row .content-wrapper .news_letter {
    width: 100%;
    margin-top: 30px;
  }

  .footer_section_up .bottom_row_ftr .copy_right .menu ul li {
    margin: 0px 7px;
  }
}


@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  .map3rd_row .content-wrapper .map_section {
    width: 40%;
  }

  .map3rd_row .content-wrapper .where_we_tutor {
    width: 30%;
  }

  .map3rd_row .content-wrapper .hours_column {
    width: 30%;
    padding: 0;
  }

  .map3rd_row .content-wrapper .connect_clm {
    width: 30%;
    margin-top: 60px;
  }

  .map3rd_row .content-wrapper .news_letter {
    width: 70%;
    margin-top: 60px;
  }

  .footer_main_content .first_row .column3.logo img {
    max-width: 150px !important;
  }
}

