@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 1140px;
  margin: auto;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1140px;
}

.flex {
  display: flex;
}

.flex2 {
  display: flex;
  width: 97px;
  flex-direction: column-reverse;
  margin-left: 55px;
  padding-top: 30px;
}

.flex2 img {
  width: 100%;
  height: fit-content;
  padding: 5px;
}

.sum a {
  text-decoration: none;
  text-align: center;
  color: black;
}

.sum.header {
  display: grid;
  grid-template-columns: 160px auto auto;
  gap: 13px;
  text-align: center;
  padding: 15px 70px;
  /* ddd */
  margin: auto;
  max-width: 1140px;
}

.sum.header a {
  font-family: "Rubik", sans-serif;
  font-weight: 410;
  line-height: 22px;
}

.sum .nav {
  display: grid;
  grid-template-columns: 1px 1px 52px 60px 150px 140px 94px 100px 0px;
  margin: auto;
  gap: 25px;
}

.sum .headericon {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  line-height: 50px;
  justify-content: right;
  align-items: center;
}

.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.25rem;
  margin: 0 auto;
}

.business_meetings {
  padding-top: 75px;
  width: 75%;
  left: 4.2%;
  position: relative;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}

.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}

.menu.is-active .menu-link {
  color: white;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.h_fix {
  height: 360px;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.tree_img {
  margin: 0 auto;
  width: 80%;
  position: relative;
  bottom: 100px;
}

.main_text {
  color: #015a92;
  font-weight: 600;
  font-size: 25px;
}

.text_center_fix {
  position: absolute;
  top: 52%;
  left: 57%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}

.text_quality_fix {
  position: absolute;
  top: 52%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.text_quality_fix p {
  padding-top: 25px;
  font-size: 17px;
}

.col-6 {
  width: 50%;
}

.text_sun {
  font-weight: 600;
  position: absolute;
  top: 20%;
  font-size: 18px;
  left: 77%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.text_flawor {
  font-weight: 600;
  position: absolute;
  top: 15%;
  font-size: 18px;
  left: 67%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.text_sub_sustain {
  font-weight: 600;
  position: absolute;
  top: 15%;
  font-size: 18px;
  left: 57%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.corporate_paddings {
  padding: 40px 0 30px 0;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_center_fix p {
  padding-top: 25px;
  font-size: 17px;
}

.last_sustain_padding_bottom {
  padding-bottom: 50px;
}

.text_sustain {
  color: #40c8f4;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 30px 0;
}

.main_sustain {
  padding-top: 70px;
}

.mt_top {
  margin-top: -100px;
}

.bg_last {
  background-image: url("./images/our_approch_to_sustainability/oas_06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

span.dot_circule_downlod {
  background: linear-gradient(
    90deg,
    rgba(102, 204, 51, 1) 0%,
    rgba(184, 210, 0, 1) 30%,
    rgba(111, 186, 44, 1) 55%,
    rgba(184, 210, 0, 1) 100%
  );
  padding: 15px;
  border-radius: 30px;
  position: absolute;
  left: -35px;
  text-align: center;
  top: -10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: -12px;
  right: 405px;
  transition: 0.4s all;
}

.button_download a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #6fba2c;
  padding: 7px 20px 7px 42px;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 999;
  right: 40px;
  top: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.5s ease 0s;
}

.collaborative {
  margin-left: 10%;
  font-size: 20px;
}

.padding_bottom_0 {
  padding-bottom: 0 !important;
}

.margin_bottom_0 {
  margin-bottom: 0 !important;
}

.flex_d {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.our_ceo {
  margin: 0 auto;
  width: 80%;
}

p.meet1 {
  padding-right: 20px;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

.menu-language {
  padding-left: 85px;
}

#red {
  color: red;
}

.EN {
  color: red;
}

.subdiv {
  display: flex;
  padding-right: 15%;
  padding-left: 30%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 1px solid #c27b11;
}

.h_circle {
  background-color: #f9ae33;
  width: 20px;
  height: 32px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  display: inline-block;
  margin-right: 20px;
}

.subdiv span {
  font-size: 14px;
}

.subdiv img {
  width: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 440px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 2;
  text-align: center;
}

.dropdown {
  line-height: 22px;
}

.dropdown-content a {
  color: rgb(68, 68, 68);
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

#dpcontent {
  margin-left: -800%;
  margin-top: -13%;
  z-index: 9999;
}

@media only screen and (max-width: 1064px) {
  .menuicon {
    display: none;
  }

  #dpcontent {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1064px) {
  .menudownloadicon {
    display: none;
  }
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu.is-active .menu-inner {
  background-color: black;
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    padding-left: 70px;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin: 0 auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: black;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.home-logo img {
  height: 55px;
}

.menu-link:hover {
  color: #e60012;
}

.menu-link:active,
.menu-link:focus {
  color: #e60012;
}

@media only screen and (max-width: 600px) {
  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

/* Our Approch To Sustainability meeting age population Main section */

.business-overview-meet-age-population-section {
  position: relative;
  background-color: #fff7ed;
}

.business-overview-meet-age-population-header {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.bc3 {
  width: 41%;
}

.meeting_need {
  text-align: center;
  position: absolute;
  bottom: 100px;
  width: fit-content;
  right: 130px;
  top: 44%;
  transform: translateY(-45%);
}

.bc3 p {
  color: #f9ae33;
}

.meeting_need p {
  font-weight: 600;
  font-size: 48px;
  display: flex;
  justify-content: flex-start;
  line-height: 62px;
  text-align: left;
}

p.meet3 {
  padding-right: 60px;
}

.business-overview-meet-age-population-header h2 {
  color: #add25c;
  font-size: 30px;
  padding-left: 5%;
  font-weight: 600;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

.business-overview-meet-age-population-header2 {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0%;
}

.business-overview-meet-age-population-header2 h1 {
  padding-top: 60px;
  padding-left: 62%;
  width: 100%;
  font-size: 60px;
  font-size: 2vw;
  color: #fbac3f;
  font-weight: bolder;
  line-height: 50px;
}

/* subcontent section  */

.business-overview-meet-age-population-content {
  background-color: #fff7ed;
  text-align: justify;
  align-items: center;
  color: #f9ae33;
  padding: 3% 5% 10% 5%;
}

.business-overview-meet-age-population-content p {
  font-size: 21px;
  font-weight: 420;
}

.business-overview-meet-age-population-sm-img {
  margin-top: -6px;
  padding: 0;
}

/* Senior Citizen Residences Scheme */
/* The Tanner Hill */

.business-overview-meet-age-population-subcontent-header {
  padding-left: 3%;
  padding-top: 5vw;
}

.business-overview-meet-age-population-subcontent-header span {
  padding-left: 5px;
}

.heart-img {
  width: 3vw;
  height: fit-content;
}

.headspan {
  font-size: 35px;
  font-weight: 550;
  color: #f0831e;
  padding-left: 5px;
}

.headspan img {
  max-width: 22%;
}

.headspan2 img {
  max-width: 10%;
}

.meet-age-sub-list {
  display: flex;
  font-size: 21px;
}

.meet-age-subcontent-one {
  padding-left: 6%;
  padding-bottom: 2%;
  padding-top: 1%;
}

.maso1 {
  padding-left: 0%;
  padding-bottom: 2%;
  padding-top: 7%;
}

.meet-age-subcontent-one img {
  vertical-align: bottom;
  width: 4vw;
}

.meet-age-subcontent-two {
  padding-left: 8%;
  padding-top: 0.75%;
}

.maso2 {
  padding-left: 8%;
  padding-top: 5%;
}

.meet-age-subcontent-two img {
  width: 5vw;
  vertical-align: bottom;
}

/* Other Supply of Elderly Housing */
/* sec0nd section */

.business-section-two {
  padding-top: 0%;
  padding-bottom: 60px;
}

.business-section-two-subcontent {
  margin-left: 0;
  line-height: 1.3;
  padding-top: 4%;
}

.Subcontent-header {
  font-size: 35px;
  color: #f9ae33;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Subcontent-header img {
  width: 4vw;
  padding-right: 10px;
  padding-bottom: 1%;
}

.Subcontent-header span {
  font-size: 45px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 0;
}

.subcontent-header-2 {
  padding-left: 5%;
  font-size: 30px;
  color: #c27b11;
  font-weight: 500;
}

.subcontent-header-2 span {
  font-size: 45px;
  font-weight: 500;
}

.arrow img {
  padding-right: 0;
  padding-bottom: 0;
}

.subcontent-para {
  font-size: 21px;
  padding-top: 0;
  margin-left: 0;
}

.subcontent-para span {
  color: #fbac3f;
  font-size: 1vw;
}

.subcontent-right-img {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.subcontent-right-img img {
  width: 100%;
  padding-top: 0;
}

#numberspan {
  font-size: 2vw;
  font-weight: 401;
  color: #add25c;
}

.subcontent-centre-content {
  width: 100%;
}

.subcontent-left-content {
  padding: 0%;
}

/*  second section 2*/
.subcontent-left-two img {
  width: 6%;
  padding: 1%;
  padding-top: 0;
}

.right-align-para {
  padding-left: 6%;
}

.subcontent-left-two {
  padding-left: 5px;
  width: 90%;
}

/* footer check box */
.footer-checkbox {
  position: relative;
  background: #ffffff;
}

.scroll-to-right {
  float: right;
}

.scroll-left-right button {
  border: none;
  width: 6vw;
  background: none;
  font-size: 2.5vw;
  color: #add25c;
}

.scroll-left-right {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.scroll-to-left {
  float: left;
  padding-right: 0;
}

/*  footer  */
#backtotop {
  background-color: #add25c;
  float: right;
  margin-right: 0;
  border: none;
  width: 70px;
  height: 37px;
  border-radius: 40px 40px 0 0;
  color: white;
  bottom: 80px;
  right: 50px;
  position: absolute;
}

.fa-caret-up:before {
  font-size: 35px;
}

.scroll-to-top {
  position: relative;
  /* bottom: 5vw; */
}

.scroll-to-top button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.footer {
  text-align: center;
  padding: 30px 0px;
}

.footer p {
  font-size: 14px;
}

.togglebar {
  position: absolute;
  right: 65px;
  top: 25px;
  display: none;
}

@media only screen and(min-width:800px) {
  .scroll-left-right {
    height: 2vh;
  }
}

@media only screen and (max-width: 761px) {
  .collaborative {
    font-size: 18px;
  }

  p.meet1 {
    padding-right: 0;
  }

  .h_circle {
    width: 13px;
    height: 23px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    display: inline-block;
    margin-right: 20px;
  }

  .Subcontent-header span {
    padding-right: 0;
  }

  span.px_set {
    font-size: 16px !important;
  }

  .bicon_fix {
    max-width: 10%;
    padding-right: 7px;
    height: auto;
  }

  .bicon_fix_one {
    max-width: 85%;
    padding-right: 3px;
    height: auto;
  }

  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

/* business body */
.business-overview-body {
  max-width: 1140px;
}

@media (max-width: 1600px) {
  .sticky {
    right: 245px;
  }
}

@media (max-width: 1440px) {
  .sticky {
    right: 168px;
  }
}

@media (max-width: 1280px) {
  .meeting_need {
    right: 60px;
  }

  .sticky {
    right: 0px;
  }

  .bicon_fix {
    max-width: 7%;
  }

  .scroll-left-right {
  }

  .business-overview-header2 h1 {
    /*padding-left: 104%;
    width: 209%;*/
    font-size: 4.7vw;
  }

  .business-overview-header h2 {
    font-size: 4vw;
  }

  .subcontent-header-2 {
    padding-left: 4%;
  }

  .Subcontent-header span {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  .meeting_need {
    right: 0;
  }

  .fix_container {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #numberspan {
    font-size: 3vw;
    font-weight: 401;
  }

  .business-overview-header2 h1 {
    font-size: 2.7vw;
    padding-top: 0;
  }

  .business-overview-header h2 {
    font-size: 2.5vw;
  }

  .subcontent-header-2 {
    padding-left: 4%;
  }

  .Subcontent-header {
    font-size: 24px;
  }

  .subcontent-header-2 span {
    font-size: 38px;
  }

  .subcontent-right-img img {
    width: 100%;
  }

  .Subcontent-header img {
    width: 40px;
  }

  .subcontent-para span {
    font-size: 26px;
  }

  .business-overview-content p {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .meeting_need p {
    font-size: 46px;
    line-height: 52px;
  }

  .text_sub_sustain,
  .text_flawor,
  .text_sun {
    font-size: 15px;
  }

  .tree_img {
    width: 80%;
    bottom: 65px;
  }

  .meeting_need {
    right: 0;
    top: 80px;
  }

  .button_download a {
    right: 0;
    top: 41px;
  }

  .sticky {
    right: 0px;
    top: 0;
  }

  .subcontent-header-2 span {
    font-size: 28px;
  }

  .subcontent-header-2 {
    font-size: 24px;
  }

  .Subcontent-header {
    font-size: 22px;
  }

  .Subcontent-header span {
    font-size: 25px;
  }

  .subcontent-para {
    padding-left: 0;
  }

  .scroll-left-right {
  }

  .scroll-left-right button {
    width: 6vw;
    font-size: 2vw;
  }
}

@media (max-width: 761px) {
  .row {
    margin-right: 0px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .text_sub_sustain {
    top: 16%;
    font-size: 18px;
    left: 58%;
  }

  .text_sub_sustain,
  .text_flawor,
  .text_sun {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text_sun {
    top: 16%;
  }

  .flex_d {
    padding-bottom: 0px;
  }

  .bicon_fix {
    max-width: 9%;
  }

  .h_circle {
    margin-right: 5px;
  }

  .business-overview-header h2 {
    font-size: 15px;
    padding-top: 25px;
  }

  /*.business-overview-header2 {
  width: 345px;
}*/
  .sum.header a {
    width: 160px;
  }

  .subdiv a {
    width: 50px !important;
  }

  .subdiv {
    padding-left: 5%;
  }

  .business-overview-header {
    top: 0%;
    left: 0;
  }

  .business-overview-content {
    padding: 6% 2%;
  }

  .business-overview-content p {
    font-size: 18px;
    width: 100%;
  }

  .business-overview-details-p {
    font-size: 18px;
  }

  .business-overview-details {
    padding-left: 0;
  }

  .business-overview-header2 h1 {
    padding-left: 48%;
    width: 100%;
    font-size: 2.7vw;
    padding-top: 15vw;
  }

  .business-section-two-subcontent {
    margin-left: 0;
    width: 100%;
    padding-top: 5px;
  }

  .Subcontent-header img {
    width: 32px;
    float: left;
    padding-bottom: 10px;
  }

  .subcontent-para {
    font-size: 19px;
    /* padding-left: 0; */
    /* margin-left: 0; */
  }

  .subcontent-para span {
    font-size: 20px;
  }

  .Subcontent-header span {
    font-size: 18px;
  }

  .subcontent-header-2 {
    font-size: 13px;
    line-height: 1;
    width: 90%;
  }

  .subcontent-header-2 span {
    font-size: 18px;
  }

  #numberspan {
    font-size: 4vw;
    font-weight: 401;
  }

  .scroll-left-right button {
    width: 7vw;
    font-size: 3.5vw;
  }

  .subcontent-right-img img {
    width: 36px;
    /* padding-top: 6px; */
  }

  .scroll-left-right {
  }

  .subcontent-left-two {
    padding-left: 0;
    width: 85%;
    padding-bottom: 0;
  }

  .subcontent-left-two p {
    align-items: flex-start;
  }

  .Subcontent-header {
    font-size: 17px;
    line-height: 0;
    height: 045px;
  }

  .subcontent-centre-content {
    padding-left: 0;
  }

  #arrow img {
    width: 25px;
    margin-right: 0px;
  }

  #ml-30 {
    margin-left: 25px;
  }

  .subcontent-left-two img {
    width: 10%;
  }

  .business-overview-riding-sm-lastimg {
    margin-top: 40px;
  }

  .business-overview-riding-sm-lastimg img {
    height: 20px;
  }

  #backtotop {
    bottom: 90px;
  }

  .fa-caret-up:before {
    font-size: 22px;
  }

  .footer {
    padding: 15px 20px 10px;
  }

  .footer p {
    font-size: 10px;
  }

  .business-section-two {
    padding-bottom: 0;
  }

  .subcontent-left-two img {
    width: 28px;
  }
}

@media (max-width: 479px) {
  .right-align-para {
    padding-left: 10%;
  }
}

@media (max-width: 430px) {
  .tree_img {
    width: 90%;
    bottom: 41px;
  }

  .text_sustain {
    color: #40c8f4;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 0;
  }

  .main_sustain {
    padding-top: 55px;
  }

  .business-overview-meet-age-population-header h2 {
    font-size: 18px !important;
    padding-top: 10px !important;
  }

  .collaborative {
    font-size: 13px;
  }

  .subcontent-para span {
    font-size: 18px;
  }

  .meeting_need p {
    font-size: 18px;
    line-height: 20px;
  }

  p.meet3 {
    padding-right: 30px;
  }

  p.meet1 {
    padding-right: 0;
    justify-content: end;
  }

  .meeting_need {
    right: 40px;
    top: 65px;
  }

  .business-overview-meet-age-population-content p {
    font-size: 12px !important;
  }

  span.dot_circule_downlod {
    left: -25px;
    top: -8px;
    width: 50px;
    height: 50px;
  }

  .button_download a {
    right: 0;
    top: 20px;
    font-size: 15px;
  }

  .sticky {
    right: 0px;
    top: 0;
  }

  .bicon_fix {
    max-width: 9%;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  #numberspan {
    font-size: 3vw;
  }

  .business-overview-content p {
    font-size: 15px;
  }

  .Subcontent-header {
    font-size: 17px;
    line-height: 1.2;
    height: 45px;
  }

  .Subcontent-header span {
    font-size: 15px;
    padding-right: 0;
  }

  .business-overview-header h2 {
    padding-left: 3%;
  }

  .business-overview-header2 h1 {
    padding-left: 0;
    padding-top: 30px;
  }

  .subcontent-header-2 {
    padding-left: 11%;
  }

  .subcontent-left-two {
    padding-bottom: 0px;
    font-size: 13px;
  }

  .subcontent-left-two p {
    align-items: baseline;
  }
}

@media (max-width: 390px) {
  .meeting_need p {
    font-size: 17px;
    line-height: 17px;
  }

  .text_sustain {
    font-size: 20px;
  }

  .meeting_need {
    right: 10px;
  }

  .bicon_fix {
    max-width: 10%;
  }

  .Subcontent-header span {
    font-size: 16px;
    padding-right: 5px;
    margin-right: 10px;
  }

  .Subcontent-header {
    font-size: 16px;
    line-height: 1.2;
  }

  .scroll-left-right {
  }
}

@media (max-width: 374px) {
  .text_flawor,
  .text_sun {
    top: 13%;
  }

  .meeting_need {
    right: 10px;
  }

  .tree_img {
    bottom: 34px;
  }

  .meeting_need p {
    font-size: 13px;
    line-height: 14px;
  }

  p.meet1 {
    padding-right: 10px;
  }

  .business-overview-meet-age-population-header h2 {
    font-size: 13px !important;
    padding-top: 13px !important;
  }
}

@media (max-width: 325px) {
  .text_flawor,
  .text_sun {
    top: 8%;
  }

  .text_sub_sustain {
    top: 13%;
  }

  .meeting_need p {
    font-size: 14px;
    line-height: 14px;
  }

  .main_sustain {
    padding-top: 20px;
  }

  .tree_img {
    bottom: 30px;
  }

  p.meet1 {
    padding-right: 10px;
  }

  .business-overview-meet-age-population-header h2 {
    font-size: 13px !important;
    padding-top: 13px !important;
  }
}

/* ================================================== */
.business_meetings img {
  width: 90%;
}
.business-overview-meet-age-population-section .header_top {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 16%;
}
.talent_service {
  display: flex;
  align-items: center;
}
.talent_service .service {
  background-color: #fedcad;
  padding: 40px 20px;
  border-radius: 0 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.talent_service .service:nth-child(2) {
  width: 40%;
}

.talent_service .service img {
  width: 90px;
  margin-bottom: 25px;
}
.talent_service .service p {
  font-size: 22px;
}
.talent_service .service:nth-child(2) {
  background-color: #fff0dd;
  margin-bottom: 120px;
}
.talent_service .service:nth-child(3) {
  background-color: #ffebd0;
  border-radius: 70px 0;
  margin-top: 30px;
}
.staff_development {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.staff_development .staff_training {
  border-radius: 0 40px;
  width: 40%;
  margin: 0 20px;
  min-height: 315px;
  background-color: #fff7ed;
  padding: 40px 40px 0 40px;
}
.staff_development .staff_training h6 {
  font-size: 20px;
  width: 150px;
}
.staff_development .staff_training h2 {
  font-size: 90px;
  margin: 0;
  padding: 10px 0;
  color: #bb6a1f;
  font-weight: 600;
}
.staff_development .staff_training .staff_training_img {
  width: 100%;
  display: flex;
  justify-content: end;
}
.staff_development .staff_training img {
  width: 180px;
}
.staff_development .training_training {
  width: 60%;
  margin: 0 20px;
  border-radius: 0 40px;
}
.staff_development .training_training h6 {
  font-size: 20px;
  width: 100%;
  margin: 0;
}
.staff_development .training_training h2 {
  font-size: 90px;
  margin: 0;
  padding: 0;
  color: #bb6a1f;
  text-align: end;
}
.staff_development .gander {
  display: flex;
  align-items: center;
}
.staff_development .gander .male {
  width: 50%;
}
.staff_development .gander .male span {
  display: flex;
  align-items: end;
  font-weight: 500;
}
.staff_development .gander .male span img {
  width: 45px;
  margin: 0 10px 6px 0;
}
.staff_development .gander .male h2 {
  text-align: left;
  margin: 0;
  color: #f9ae33;
}
.staff_development .gander .female h2 {
  color: #e84e0f;
}
.employment_profile {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.employment_profile .staff_training {
  display: flex;
  border-radius: 0 40px;
  width: 100%;
  margin: 0 20px;
  min-height: 200px;
  background-color: #fff7ed;
  padding: 40px 40px 0 40px;
}
.employment_profile .staff_training .sub {
  width: 35%;
}
.emp-mobile .staff_training .sub {
  width: 100%;
}
.employment_profile .staff_training h6 {
  font-size: 20px;
  width: 100%;
  font-weight: 400;
}
.employment_profile .staff_training h5 {
  font-size: 20px;
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  white-space: nowrap;
}
.employment_profile .staff_training h2 {
  font-size: 90px;
  margin: 0;
  padding: 10px 0;
  color: #bb6a1f;
  font-weight: 600;
}
.employment_profile .staff_training .staff_training_img {
  width: 100%;
  display: flex;
  justify-content: end;
}
.employment_profile .staff_training img {
  width: 80px;
}
.employment_profile .grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
  align-content: center;
  align-items: center;
}
.employment_profile .grid-container2 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
  align-content: center;
  align-items: center;
  min-height: 181px;
}
.employment_profile .grid-item {
  padding: 10px;
  font-size: 25px;
  text-align: center;
}
.emp-mobile {
  display: none;
}
.employment_profile .img {
  padding: 0px;
  text-align: center;
  min-width: 80px;
}
.employment_profile .brown {
  color: #000;
  font-size: 18px;
}
.employment_profile span {
  color: #f9ae33;
  font-size: 25px;
}
.employment_profile .blue {
  color: #00a0c9;
  font-size: 25px !important;
}
.employment_profile .pink {
  color: #c4638f;
  font-size: 25px !important;
}
.employment_profile .border-b {
  border-bottom: 1px solid #f9ae33;
}
.wellness_data ul {
  margin-left: 40px;
}
.wellness_data ul li {
  display: flex;
  padding: 0;
}
.wellness_data ul li span {
  padding-top: 10px;
  color: #f9ae33;
}
.health_txt {
  margin-left: 45px !important;
  padding-top: 10px;
}
.wellness_data .more_txt {
  font-size: 20px;
  margin-left: 20px;
}
.wellness_data .more_txt:last-child {
  padding-bottom: 0;
  text-align: justify;
}
.wellness_data .more_txt span {
  font-size: 30px;
  color: #f9ae33;
  font-weight: 500;
}

.safety {
  position: relative;
  padding: 50px 0;
}
.safety .safety_title {
  text-align: center;
  color: #ce9461;
  padding-bottom: 30px;
}
.safety .responsibilities {
  background-color: #fff7ed;
  padding: 40px;
  border-radius: 0 30px;
}
.safety .responsibilities.secend_data {
  background-color: #fee8c8;
  margin-top: 30px;
}
.safety .responsibilities h4 {
  font-size: 24px;
  font-weight: 600;
}
.safety .responsibilities ul {
  width: 34%;
  margin-top: 20px;
}
.safety .responsibilities ul li {
  display: flex;
  align-items: start;
}
.safety .responsibilities ul li span {
  margin-right: 10px;
  color: #f9ae33;
}
.safety .responsibilities ul li p {
  font-size: 20px;
}
.safety .responsibilities_img {
  position: absolute;
  top: 55%;
  width: 50%;
  right: 80px;
  transform: translateY(-50%);
}

.highlights_sec {
  padding: 0 0 0 40px;
}
.highlights_sec .highlight_title {
  display: flex;
  align-items: center;
}
.highlights_sec .highlight_title.highlight_title_lsat {
  padding: 30px 0;
}
.highlights_sec .highlight_title img {
  width: 60px;
  height: 60px;
}
.highlights_sec .highlight_title p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  margin-left: 20px;
}
.highlights_sec ul {
  margin-left: 80px;
}
.highlights_sec ul li {
  display: flex;
  padding: 0;
}
.highlights_sec ul li span {
  padding-top: 10px;
  color: #f9ae33;
}
.highlights_sec ul li p span {
  font-size: 30px;
  color: #f9ae33;
  font-weight: 500;
}
.highlights_sec ul li p {
  font-size: 20px;
  margin-left: 20px;
}

.occupational {
  padding-bottom: 30px;
}
.round_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 40px;
}
.round_section .round {
  margin: 0 3px;
  position: relative;
  width: fit-content;
}
.round_section .round img {
  width: 240px;
}
.round_section .round .round_txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}
.round_section .round .round_txt h2 {
  font-size: 62px;
  margin: 0;
  font-weight: 600;
  color: #f9ae33;
}
.round_section .round .round_txt p {
  font-size: 22px;
}

.overall_section {
  padding: 0 120px;
}
.overall_section .image_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.overall_section .image_sec img {
  width: 50%;
  padding: 30px;
}
.overall_section .image_sec img:first-child {
  padding-left: 0;
}
.overall_section .image_sec img:last-child {
  padding-right: 0;
}
.overall_section .overall_section_txt {
  display: flex;
  align-items: center;
  background-color: #fff8e9;
  padding: 40px 80px;
  border-radius: 0 100px;
}
.overall_section .overall_section_txt img {
  width: 100px;
  margin: 0 30px 0 0;
}
.overall_section .overall_section_txt p {
  font-size: 22px;
  margin: 0;
}
.overall_section .overall_section_txt h3 {
  font-size: 62px;
  margin: 0;
  font-weight: 600;
  color: #f9ae33;
}

.case_study {
  padding-bottom: 60px;
}
.case_study .case_study_title {
  margin: 50px 0 10px 0;
}
.case_study .case_study_title img:first-child {
  background-color: #fff;
}
.case_study .case_study_title {
  position: relative;
  z-index: 99;
}
.case_study .case_study_title h2 {
  padding: 5px 0;
  margin: 0;
  text-align: center;
  width: 100%;
  background-color: #fdf6eb;
  color: #f9ae33;
  font-weight: 700;
  font-size: 36px;
}
.case_study .case_study_all_data {
  margin-top: -32px;
  background-color: #fdf6eb;
  padding: 0 40px;
}
.case_study .case_study_all_data p.my_txt:nth-child(1) {
  padding-top: 40px;
}
.case_study .case_study_all_data p.my_txt:nth-child(2) {
  padding-bottom: 40px;
}
.case_study .case_study_all_data p.my_txt {
  font-size: 22px;
  padding: 20px 0;
  line-height: 38px;
  margin: 0;
}
.case_study .case_study_all_data .case_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_study .case_study_all_data .case_img img {
  height: 228px;
  margin: 0 20px;
}
.case_study .case_study_all_data ul.case_study_ul {
  padding: 60px 0 30px 0;
  margin: 0;
}
.case_study .case_study_all_data ul.case_study_ul li {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.case_study .case_study_all_data ul.case_study_ul li:nth-child(2) {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.case_study .case_study_all_data ul.case_study_ul li img {
  width: 60px;
}
.case_study .case_study_all_data ul.case_study_ul li p {
  font-size: 22px;
  margin-left: 20px;
  margin-bottom: 0;
}
.case_study .case_study_all_data ul.case_study_ul li p span {
  font-size: 36px;
  color: #f9ae33;
  font-weight: 500;
}

/* .case_study_all_data { display: none; } */
.case_study .case_study_all_data .data_list {
  padding: 30px 0 60px 0;
}
.case_study .case_study_all_data .data_list h3 {
  margin: 0 0 20px 0;
  width: 80%;
  font-size: 24px;
  border-radius: 0 15px;
  background-color: #f9ae33;
  color: #fdf6eb;
  font-weight: 500;
  padding: 10px 20px;
}
.case_study .case_study_all_data .data_list .case_list {
  display: flex;
  width: 80%;
  padding: 0 0 50px 0;
}
.case_study .case_study_all_data .data_list .case_list ul {
  width: 50%;
}
.case_study .case_study_all_data .data_list .case_list ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.case_study .case_study_all_data .data_list .case_list ul li span {
  font-size: 20px;
  margin-right: 10px;
  color: #f9ae33;
}
.case_study .case_study_all_data .data_list .case_list ul li p {
  margin: 0;
  font-size: 20px;
}
.case_study .more_data_btn {
  text-align: center;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.case_study .more_data_btn button {
  width: 120px !important;
  height: 60px !important;
  background-color: #f8af33;
  margin-right: 0;
  border: none;
  width: auto;
  height: auto;
  border-radius: 0 0 70px 70px;
  color: white;
  padding: 6px 20px;
  display: flex;
  flex-direction: column;
}
.case_study .more_data_btn button p {
  margin: 0;
  width: 100%;
}
.case_study .more_data_btn button .down_arrow {
  line-height: 30px;
  width: 100%;
  margin-top: -12px;
  font-size: 30px;
}
.case_study .case_data {
  position: relative;
}

.case_study_all_data {
  display: none;
}
.down_arrow {
  transition: transform 0.3s ease-in-out;
}
.active .down_arrow {
  transform: rotate(180deg);
}
.more_data_btn.active {
  top: inherit !important;
  bottom: 40px;
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #f8af33;
  padding: 5px 0;
}
.case_study .more_data_btn.active button {
  border-radius: 70px 70px 0 0;
  padding: 0 0 5px 0;
  flex-direction: column-reverse;
}
.case_study .more_data_btn.active button .down_arrow {
  margin-top: 0;
  line-height: 10px;
}

/*? Responsive Home Page */
@media (max-width: 1600px) {
}

/*/ Desktop 1440px /*/
@media (max-width: 1440px) {
}

/*/ Desktop 1280px /*/
@media (max-width: 1366px) {
}

/*/ iPad 1024px /*/
@media (max-width: 1199px) {
  .sum.header nav#nav a {
    text-align: center;
    width: 100%;
  }
  .staff_development {
    width: 100%;
  }
  .overall_section .overall_section_txt {
    padding: 40px 60px;
  }
  .case_study .case_study_all_data p.my_txt {
    font-size: 18px;
    line-height: 30px;
  }
  .talent_service .service p {
    font-size: 20px;
  }
  .case_study .case_study_all_data .data_list h3 {
    font-size: 22px;
  }
  .round_section {
    padding: 0 20px 0 20px;
  }
}

/*/ iPad 768px /*/
@media (max-width: 991px) {
  section,
  .business-section-two-subcontent {
    padding: 0 15px !important;
  }
  .banner_sec,
  .h_fix,
  .round_section,
  .case_study {
    padding: 0 !important;
  }
  .safety {
    padding: 40px 15px !important;
  }
  .wellness_data .business-section-two-subcontent {
    padding: 0 !important;
  }
  .business-overview-meet-age-population-section .header_top {
    top: 140px;
    right: 20px;
    width: 22%;
  }
  .talent_service .service {
    width: 33.33%;
    padding: 30px 20px;
  }
  .talent_service .service p {
    font-size: 16px;
  }
  .talent_service .service img {
    width: 70px;
    margin-bottom: 15px;
  }
  .business-section-two-subcontent {
    padding: 30px 0;
  }
  .employment_profile {
    width: 100%;
  }
  .employment_profile .staff_training h6 {
    font-size: 18px;
  }
  .employment_profile .staff_training {
    margin: 0 20px;
    padding: 20px 20px 0 20px;
  }
  .employment_profile .grid-item {
    font-size: 18px;
    padding: 10px;
  }
  .staff_development .staff_training h2 {
    font-size: 45px;
    font-weight: 700;
  }
  .staff_development .staff_training {
    padding: 20px 20px 10px 20px;
    min-height: inherit;
  }
  .staff_development .staff_training h6 {
    font-size: 18px;
  }
  .staff_development .staff_training img {
    width: 130px;
  }
  .talent_service .service:nth-child(2) {
    margin-bottom: 70px;
  }
  .wellness_data .more_txt {
    font-size: 18px;
    padding: 0px 0;
  }
  .wellness_data .more_txt span {
    font-size: 22px;
    padding: 0px 0;
  }
  .safety .safety_title {
    padding-bottom: 10px;
  }
  .case_study .case_study_all_data .case_img img {
    height: 168px;
  }
  .h_fix {
    height: 330px;
  }
  .business-overview-meet-age-population-content p {
    font-size: 18px;
  }
  .safety {
    padding: 20px 0 40px 0;
  }
  .safety .responsibilities ul {
    width: 100%;
  }
  .safety .responsibilities {
    padding-bottom: 140px;
  }
  .safety .responsibilities.secend_data {
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .safety .responsibilities_img {
    right: 50%;
    top: 53%;
    transform: translate(50%, -50%);
  }
  .round_section .round .round_txt h2 {
    font-size: 35px;
  }
  .round_section .round .round_txt p {
    font-size: 15px;
  }
  .overall_section .image_sec img {
    padding: 5px 0;
  }
  .overall_section .overall_section_txt {
    padding: 40px 70px;
  }
  .case_study .case_study_title h2 {
    font-size: 26px;
  }
  .case_study .more_data_btn {
    top: -18px;
  }
  .case_study .case_study_all_data ul.case_study_ul li p {
    font-size: 16px;
  }
  .case_study .case_study_all_data ul.case_study_ul li p span {
    font-size: 26px;
  }
  .case_study .case_study_all_data ul.case_study_ul li img {
    width: 45px;
  }
  .case_study .case_study_all_data ul.case_study_ul li {
    margin-bottom: 20px;
  }
  .case_study .case_study_all_data ul.case_study_ul {
    padding: 50px 0 30px 0;
  }
  .case_study .case_study_all_data .data_list h3 {
    width: 100%;
  }
  .case_study .case_study_all_data .data_list h3 {
    font-size: 20px;
  }
  .case_study .case_study_title {
    margin: 20px 0 10px 0;
  }
  .case_study .case_study_all_data .data_list .case_list {
    padding: 0 0 30px 0;
    width: 100%;
  }
  .case_study .case_study_all_data .data_list .case_list ul li p {
    font-size: 17px;
  }
  .case_study .case_study_all_data p.my_txt {
    font-size: 16px;
  }
}

/*/ Iphone 767px /*/
@media (max-width: 767px) {
  .highlights_sec {
    padding: 0 40px 0 30px !important;
  }
  .highlights_sec ul li {
    display: flex;
    padding: 0 0px 0 50px;
    align-items: baseline;
  }
  .wellness_data ul li {
    display: flex;
    padding: 0;
    align-items: baseline;
  }
  #backtotop {
    bottom: 50px;
    right: 0;
  }
  .overall_section {
    padding: 10px 15px 30px 15px !important;
  }

  .emp-mobile {
    display: flex;
    margin-bottom: 20px;
  }
  .employment_profile .grid-item {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    height: 100%;
  }
  .employment_profile .img {
    min-width: 40px;
    padding: 0px;
    justify-content: center;
  }
  .employment_profile .grid-container2 {
    min-height: 115px;
  }
  .employment_profile .staff_training h6 {
    font-size: 16px;
  }
  .employment_profile .staff_training h5 {
    font-size: 14px;
  }
  .employment_profile .staff_training img {
    width: 40px;
  }
  .employment_profile span {
    font-size: 18px;
  }
  .employment_profile .blue {
    font-size: 18px !important;
  }
  .employment_profile .pink {
    font-size: 18px !important;
  }
}

/*/ Iphone 414px /*/
@media (max-width: 430px) {
}
/*/ Iphone 414px /*/
@media (max-width: 567px) {
  .health_txt {
    margin-left: 22px !important;
  }
  .business-overview-meet-age-population-section .header_top {
    top: 83px;
    right: 10px;
    width: 24%;
  }
  .talent_service {
    display: block;
  }
  .talent_service .service,
  .staff_development .staff_training h6 {
    width: 100%;
  }
  .talent_service .service {
    margin: 20px 0 !important;
    width: 100% !important;
  }
  .h_fix {
    height: 180px;
  }
  .staff_development {
    display: block;
  }
  .staff_development .staff_training,
  .staff_development .training_training {
    width: 100%;
    margin: 20px 0;
  }
  .staff_development .staff_training h2 {
    font-size: 50px;
  }
  .wellness_data .more_txt {
    font-size: 16px;
    margin-left: 10px;
  }
  .wellness_data .more_txt span {
    font-size: 18px;
  }
  .safety .safety_title {
    font-size: 20px;
  }
  .safety .responsibilities h4 {
    font-size: 20px;
  }
  .safety .responsibilities ul li p {
    font-size: 16px;
  }
  .safety .responsibilities_img {
    width: 90%;
  }
  .round_section {
    flex-wrap: wrap;
    justify-content: center;
  }
  .round_section .round:nth-child(1),
  .round_section .round:nth-child(2) {
    margin: 10px 4px !important;
  }
  .round_section .round img {
    width: 130px;
  }
  .round_section .round .round_txt p {
    font-size: 13px;
  }
  .overall_section .overall_section_txt {
    display: block;
    padding: 40px;
    border-radius: 0 50px;
  }
  .overall_section .overall_section_txt p {
    font-size: 18px;
  }
  .overall_section .overall_section_txt h3 {
    font-size: 52px;
  }
  .case_study .more_data_btn {
    top: -10px;
  }
  .case_study .case_study_all_data {
    padding: 0 20px;
  }
  .case_study .case_study_all_data .case_img {
    display: block;
  }
  .case_study .case_study_all_data .case_img img {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .case_study .case_study_all_data ul.case_study_ul {
    padding: 50px 0 0 0;
  }
  .case_study .case_study_all_data .data_list h3 {
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case_study .case_study_all_data .data_list .case_list ul li p {
    font-size: 16px;
  }
  .case_study .case_study_all_data .data_list .case_list ul {
    margin-bottom: 0;
    width: 100%;
  }
  .case_study .case_study_all_data .data_list .case_list {
    display: block;
  }
  .case_study .case_data {
    padding-bottom: 40px;
  }
  .case_study .more_data_btn button {
    width: 100px !important;
    height: 50px !important;
  }
  .case_study .more_data_btn.active button .down_arrow {
    line-height: 0px;
  }
  .overall_section .image_sec {
    display: block;
  }
  .overall_section .image_sec img {
    width: 100%;
  }

  .wellness_data ul {
    margin: 0 20px;
  }
  .highlights_sec .highlight_title p {
    font-size: 16px;
  }
  .highlights_sec ul {
    margin-left: 10px;
  }
  .highlights_sec ul li p {
    font-size: 16px;
    margin-left: 10px;
  }
  .highlights_sec ul li p span {
    font-size: 20px;
  }
  .highlights_sec .highlight_title img {
    width: 40px;
    height: 40px;
  }
  .overall_section .overall_section_txt img {
    margin: 0 0px 20px 0;
  }
  .employment_profile .grid-container {
    grid-template-columns: 40px auto;
  }
  .employment_profile .staff_training {
    margin: 0;
    min-height: 220px;
  }
}

@media (max-width: 360px) {
  .round_section .round {
    margin: 3px !important;
  }
  .round_section .round img {
    width: 110px !important;
  }
  .round_section .round .round_txt p {
    font-size: 11px;
  }
}

/*/ Mobile 390px /*/
@media (max-width: 390px) {
  .round_section .round img {
    width: 122px;
  }
  .round_section .round {
    margin: 0 3px;
  }
  .round_section .round .round_txt h2 {
    font-size: 28px;
  }
  .round_section .round .round_txt p {
    font-size: 12px;
  }
  .overall_section .overall_section_txt {
    padding: 20px;
    text-align: center;
  }
  .overall_section .overall_section_txt {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

/*/ Mobile 375px /*/
@media (max-width: 375px) {
  .round_section .round {
    margin: 3px !important;
  }
  .round_section .round img {
    width: 118px;
  }
  .round_section .round {
    margin: 0 3px;
  }
  .round_section .round .round_txt h2 {
    font-size: 28px;
  }
  .round_section .round .round_txt p {
    font-size: 12px;
  }
  .overall_section .overall_section_txt {
    padding: 20px;
  }
  .overall_section .overall_section_txt h3 {
    font-size: 44px;
  }
}

/*/ Mobile 320px /*/
@media (max-width: 320px) {
}
