.white-bg {
  background-color: #fff;
  color: #57585A;
}

.header-wrap {
  background-color: #0093D8;
  padding: 1rem;

}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.begin-btn {
  border: none;
  background-color: #fff;
  color: #0093D8;
  border-radius: 50px;
  padding: 0px 3rem;
  font-weight: 600;
  height: 50px;
  margin-top: 2.6rem;
}

.begin-btn:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #9ce0ff;
  background-color: #0093D8;
  color: #fff;
}

.banner-wrap {}

.banner-wrap img {
  width: 100%;
}

.banner-txt {
  background-color: #0093D8;
  color: #fff;
  padding: 1rem;
}

.tag-line {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.comprehensive {
  background-color: #0093D8;
  color: #fff;
  padding: 2.5rem 0px;
}

.comprehensive-item {
  display: flex;
}

.map-wrap {
  background-color: #fff;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  min-height: 740px;
  position: relative;
}

.map-wrap .container {
  position: absolute;
  top: 24rem;
}

.map-wrap img {}

.map-content {
  padding-top: 22.5rem;
}

.map-content .title {
  padding-right: 2rem;
  padding-bottom: 1.5rem;
}

.title {
  color: #0093D8;
  font-weight: 700;
  font-size: 32px;
}

.benefits {
  background-color: #0093D8;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.benefit-txt {
  font-weight: 600;
  padding-top: 1rem;
  font-size: 24px;
}

.track-record {
  font-weight: 500;
  font-size: 18px;
}

.icon-wrap {
  width: 150px;
  margin: auto;
  margin-bottom: 0.4rem;
}

.icon-wrap img {
  /* width: 100%; */
}

.description {
  font-size: 20px;
  font-weight: 500;
  color: #57585A;
  max-width: 600px;
}

.comprehensive-ul {
  list-style: none;
  padding-left: 0;
}

.comprehensive-ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;

}

.comprehensive-ul li::before {
  content: '\2713';
  /* Unicode for checkmark */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  /* Adjust the size of the checkmark */
  color: #0093D8;
  font-weight: 900;
}

.total-num {
  font-weight: 700;
}

.comprehensive-network {
  border: 10px solid #0093D8;
  padding: 1rem 2rem;
  max-width: 215px;
  border-radius: 100%;
  min-height: 200px;
  text-align: center;
  margin: auto;
}

.comprehensive-network h3 {
  margin-bottom: 0;
}

.title-head {
  font-weight: 600;
}

.submit-btn-access {
  border-radius: 6px !important;
  border: none !important;
  background-color: #0093D8 !important;
  color: #fff;
  padding: 10px !important;
  width: 100% !important;
  margin-top: 1rem !important;

}

/* pdf */
.pdf {
  margin-top: 1.5rem;
}

.pdf ul li {
  list-style: square;
}

.pdf-header {
  background-color: #0159A6;
  color: #BCDA85;
  padding: 40px 2rem;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 2rem;
}

.pdf-header h2 {
  font-weight: 700;
}

.pdf-header .sub-title {
  font-size: 18px;
  font-weight: 600;
}

.triangle {
  border-left: 152px solid transparent;
  /* Adjust size as needed */
  border-top: 120px solid #BCDA85;
  /* Adjust color as needed */
  position: absolute;
  top: 0;
  right: 0;
}

.urgent-triangle {
  border-top: 94px solid #602D8B;
}

.pdf-urgent-health {
  background-color: #F47321;
  color: #602D8B;
  margin-top: 7rem;
}

.city-name {
  color: #0259A6;
  font-weight: 700;
  font-size: 20px;
}

.city {
  color: #45B749;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 0.5rem;
}

.city-places {
  color: #414042;
  font-size: 18px;
  font-weight: 700;
}

.s2 {
  font-style: normal;
  text-decoration: none;
  font-size: 8pt;
  vertical-align: 3pt;
}

.nw-footer {
  height: 60px;
}

.nw-footer img {
  height: 100%;
}

.footer-pd {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.right-details {
  color: #0159A6 !important;
  border-left: 4px solid #45B749;
  padding-left: 1rem;
}
.right-details a{
  color: #0159A6 !important;
cursor: pointer;
}

.urgent-right-details {
  color: #602D8B;
  border-left: 4px solid #F47321;
}

.urgent-health {
  color: #F47321;
}

.city-urgent-health {
  color: #602D8B;
}

.lock-wrap img {
  display: grid;
  margin: auto;
  height: 100px;
  margin-bottom: 1rem;
}

.lock-wrap p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0.5rem;
}

.network-list ul, .at-work ul {
  line-height: 34px;
  font-weight: 500;
  font-size: 16px;
}

.comp-service-wrap,
.comp-services {
  display: flex;
  justify-content: end;
}


.access-menu .access-ul {
  display: flex;
  margin-bottom: 1.5rem;
  list-style-type: none;

  @media (max-width:600px) {
    display: block;
  }
}

.access-menu .access-ul li {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-right: 1px solid #9e9e9e;

  @media (max-width:992px) {
    padding-left: 1rem;
  }

  @media (max-width:600px) {
    padding: 5px;
    border-right: none;
  }
}

.access-menu .access-ul li:last-child {
  border-right: none;
}

.home-ul {
  justify-content: center;
}

.home-ul li a {
  color: #57585A;
}

.copyright {
  display: flex;
  justify-content: center;
}

.copyright .copyright-left {
  border-right: 1px solid #9e9e9e;
  margin-right: 10px;
  margin-left: 10px;
}

.core-logo {
  display: flex;
  justify-content: center;

}

.core-logo img {
  width: 200px;
  padding-bottom: 0.5rem;
}

.access-footer {
  margin-top: 4rem;
  font-size: 15px;
}

.enrollment-login-container {
  border-radius: 10px;
  display: grid;
  margin: auto;
}

.enrollment-login-container p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0.5rem;
}

.enrollment-login-container img {
  display: grid;
  margin: auto;
  height: 100px;
  margin-bottom: 1rem;
}

.enrollment-login-container input {
  border: 1px solid #d2d2d2;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  width: 100%;
  margin: auto;
  outline: none;
}

.enrollment-login-container .submit-btn {
  border-radius: 6px;
  border: none;
  background-color: #0093D8;
  color: #fff;
  padding: 10px;
  width: 100%;
}

.enrollment-login-container .submit-btn:hover {
  box-shadow: 0 10px 17px -10px #00000094 !important;
  transition: all ease 0.4s !important;
}

.urgent-head {
  display: flex;
  align-items: end;
}

@media(max-width:1200px) {
  .tag-line {
    font-size: 2rem;
  }
}

@media(max-width:1167px) {
  .header {
    display: block;
  }

  .begin-btn {
    margin-top: 10px;
  }
}

@media(max-width:991px) {
  .urgent-head {
    display: block;
  }
  #google_translate_element {
    right: 112px !important;
}
}

@media(max-width:935px) {
  .comp-service-wrap {
    display: block !important;
  }

  .map-content {
    padding-top: 12rem;
    background-color: #cacacab3;
    padding-bottom: 1rem;
  }

  .comprehensive-network {
    margin-bottom: 1rem;
  }
}
@media(max-width:845px) {
.pdf-header{
  padding-left: 1rem ;
}
}
@media(max-width:835px) {
  .comprehensive-title {
    margin-bottom: 1rem;
  }

  .map-wrap {
    height: max-content;
  }
  .triangle {
    border-left: 105px solid transparent;
  }
}


@media(max-width:767px) {
  .comprehensive-network {
    margin-bottom: 2rem;
  }

  .tag-line {
    font-size: 1.5rem;
  }

  .home-ul {
    display: block !important;
    line-height: 40px;
    text-align: center;
  }

  .service-btn {
    margin-top: 0.5rem;
  }
   
  #google_translate_element {
    right: -22px !important;
    top: 27px !important;
}
}

@media(max-width:598px) {
  .footer-pd {
    display: block;
  }

  .right-details {
    margin-top: 1.5rem;
  }
}
@media(max-width:575px) {
  .pdf-header{
    padding-left: 0rem;
  }
  .header-wrap,.banner-txt{
    padding-left: 0;
  }
}
@media(max-width:485px) {
  .header {
    display: block;
  }

  .triangle {
    border-left: 56px solid transparent;
    border-top: 146px solid #BCDA85;
  }
  .urgent-triangle {
    border-top: 115px solid #602D8B;
  }
  .comprehensive-item {
    display: block;
  }

  .comp-services {
    display: block;
  }

  .map-content {
    padding: 1.2rem;
  }

  .container-wrap {
    top: 7rem !important;
    right: 14rem !important;
  }

  /* .container-wrap {
    right: 0rem;
    left: 2rem;
} */
  .btn-wrap {
    margin-top: 3rem;
  }
  #google_translate_element {
    right: 82px !important;
    top: 4px !important;
}
}

@media(max-width:465px) {
  #google_translate_element {
    right: 40px;
  }
}

@media(max-width:459px) {
  #google_translate_element {
    right: 35px !important;
  }
}

@media(max-width:430px) {
  #google_translate_element {
    right: 24px !important;
  }
}

@media(max-width:425px) {
  .container-wrap {
    top: 7rem !important;
    right: 11rem !important;
  }

  .btn-wrap {
    margin-top: 3rem;
  }

  #google_translate_element {
    right: 48px !important;
  }
}

@media(max-width:412px) {
  #google_translate_element {
    right: 55px !important;
  }
}

@media(max-width:395px) {
  #google_translate_element {
    right: 32px !important;
  }
}

@media(max-width:375px) {
  .container-wrap {
    top: 7rem !important;
    right: 8rem !important;
  }

  .service-btn {
    text-align: left;
  }

  #google_translate_element {
    right: 65px !important;
  }
}

@media(max-width:360px) {
  #google_translate_element {
    right: 50px !important;
  }
}

@media(max-width:320px) {
  .container-wrap {
    top: 7rem !important;
    right: 4.6rem !important;
  }

  #google_translate_element {
    right: 68px !important;
  }
}