.locate-us-banner {
  padding: 100px 0px;
  background: #f7f7f7;
}
.locate-us-banner .title h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 58px;
}

.locate-us-banner .title p {
  font-size: 16px;
}
.locate-us-banner .tooltip-container img:hover {
  transform: scale(1.2);
}
.tooltip-container.m1 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 27%;
}
.tooltip-container.m2 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 55%;
  left: 26%;
}
.tooltip-container.m3 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 60%;
  left: 38%;
}
.tooltip-container.m4 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 76%;
  left: 43%;
}
.tooltip-container.m5 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 77%;
  left: 40%;
}
.tooltip-container.m6 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 79%;
  left: 37%;
}
.tooltip-container.m7 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 81%;
  left: 41%;
}
.tooltip-container.m8 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 81%;
  left: 35%;
}
.tooltip-container.m9 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 82%;
  left: 39%;
}
.tooltip {
  height: 120px;
  opacity: 0;
  z-index: 1;
  color: #bbb;
  width: 220px;
  display: block;
  font-size: 11px;
  padding: 12px 10px;
  border-radius: 3px;
  text-align: left;
  background: #fff;
  /*border: 1px solid rgba(34,34,34,0.9);*/
  /* box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
  box-shadow: -4px 8px 24px #2dacbb4d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: -100px;
  bottom: 40px;
}

.tooltip:before,
.tooltip:after {
  /*content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51,51,51,0.9);
    position: absolute;
    bottom: -10px;
    left: 43%;*/
}

.tooltip-container:hover .tooltip,
a:hover .tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tooltip p {
  font-size: 12px;
  color: #000;
}
.tooltip p.loc-title {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
.map-sec {
  text-align: center;
  margin-top: 40px;
}
.locate-us-banner .title {
  margin-top: 180px;
}
.address-section {
  padding-bottom: 30px;
  padding-top: 20px;
  background-color: #0a818f;
}
.address-section .One {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  /*background-color: #fff;*/
  border-radius: 10px;
  padding: 10px;
  /* box-shadow: 2px 0 15px 0 rgb(68 88 144 / 35%);*/
  column-gap: 20px;
}
.wrapper {
  max-width: 1200px;
  margin: auto;
}

.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 80%;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #1b98a7;
}
.tab-link {
  margin: 0 2%;
  list-style: none;
  padding: 15px 24px;
  color: #7cbbc3;
  cursor: pointer;
  font-weight: 300;
  transition: all ease 0.5s;
  border-bottom: solid 4px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  font-size: 20px;
}

.tab-link:hover {
  color: #fff;
  border-color: #fff;
}

.tab-link.active {
  color:#fff;
  border-color: #fff;
}

.tab-link:nth-of-type(1).active {
  color: #ffffff;
  border-color: #ffffff;
}

.tab-link:nth-of-type(2).active {
  color: #ffffff;
  border-color: #ffffff;
}

.tab-link:nth-of-type(3).active {
  color: #ffffff;
  border-color: #ffffff;
}

.content-wrapper {
  padding: 30px 80px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}
.c-cont {
  padding: 25px;
  border-radius: 5px;
  text-align: left;
  background-color: #1b8a97;
  margin-bottom: 30px;
}
.c-cont p.title {
  font-size: 16px;
  color: #ffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-cont p {
  font-size: 14px;
  color: #ffff;
}
.c-cont p.address {
  font-size: 14px;
  color: #ffff;
  min-height: 95px;
  line-height: 24px;
}
.c-cont span {
  padding-left: 5px;
}
.c-cont img {
  margin-bottom: 5px;
}
.address-section .One .c-cont:hover {
  background: #fff;
  background-size: 200% 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
.address-section .One .c-cont:hover p {
  color: #000000;
}
.address-section .One .c-cont:hover .title {
  color: #1a8996;
}
.address-section .One .c-cont .map {
  font-size: 16px;
  margin-bottom: 0;
}
.address-section .One .c-cont:hover .map {
  color: #1a8996;
  text-align: right;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .locate-us-banner .title h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 43px;
  }
  .locate-us-banner .title p {
    font-size: 12px;
    text-align: center;
  }
  .content-wrapper {
    padding: 20px 15px;
  }
  .tab-link {
    margin: 0 2%;
    list-style: none;
    padding: 15px 0px;
    color: #7cbbc3;
    cursor: pointer;
    font-weight: 300;
    transition: all ease 0.5s;
    border-bottom: solid 4px rgba(255, 255, 255, 0);
    letter-spacing: 1px;
    font-size: 14px;
  }
  .address-section .One {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    column-gap: 20px;
  }
  .ban-cont {
    position: absolute;
    z-index: 1;
    display: block;
    width: 90%;
  }
  .ban-map {
    position: relative;
  }
  .map-sec {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 0px;
  }
  .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 90%;
  }
  .locate-us-banner {
    padding: 80px 0px;
    background: #f7f7f7;
  }
  .locate-us-banner .title {
    margin-top: 90px !important;
  }
  .c-cont p.title {
    font-size: 14px;
    color: #ffff;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .c-cont p.address {
    font-size: 12px;
    color: #ffff;
    min-height: auto;
    line-height: 22px;
  }
  .address-section .One .c-cont .map {
    font-size: 12px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .locate-us-banner .title h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }
  .locate-us-banner .title p {
    font-size: 14px;
  }
  .content-wrapper {
    padding: 30px 15px;
  }
  .tab-link {
    margin: 0 2%;
    list-style: none;
    padding: 15px 0px;
    color: #7cbbc3;
    cursor: pointer;
    font-weight: 300;
    transition: all ease 0.5s;
    border-bottom: solid 4px rgba(255, 255, 255, 0);
    letter-spacing: 1px;
    font-size: 22px;
  }
  .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 90%;
  }
  .address-section .One {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 10px;
    /* box-shadow: 2px 0 15px 0 rgb(68 88 144 / 35%); */
    column-gap: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .locate-us-banner .title h2 {
    font-size: 40px;
    font-weight: 600;
  }
  .locate-us-banner .title p {
    font-size: 14px;
  }
  .content-wrapper {
    padding: 30px 15px;
  }
  .tab-link {
    margin: 0 2%;
    list-style: none;
    padding: 15px 5px;
    color: #7cbbc3;
    cursor: pointer;
    font-weight: 300;
    transition: all ease 0.5s;
    border-bottom: solid 4px rgba(255, 255, 255, 0);
    letter-spacing: 1px;
    font-size: 22px;
  }
  .tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .desk-sec {
    display: none;
  }
}

.tooltip-container.m7 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 82%;
  left: 41%;
}

.tooltip-container.m8 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 81%;
  left: 35%;
}

.tooltip-container.m9 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 84%;
  left: 39%;
}

.tooltip-container.m10 {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 80%;
  left: 39%;
}
