/* ========= [ * page-home_15 ]  =========*/ /* --------------- navbar style19 --------------- */
.top-navbar-style32 {
  position: relative;
  background-color: var(--color-cyan4);
  color: #fff;
  z-index: 999;
}
.top-navbar-style32 .dropdown {
  background-color: rgba(0, 0, 0, 0.0666666667);
  padding: 10px 15px;
}

.navbar.style32 {
  padding: 30px 0;
}

/* --------------- navbar style19 --------------- */
.tc-header-style32 {
  position: relative;
  color: #fff;
  background-image: url(../img/header_back.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.tc-header-style32 .main-links {
  margin-bottom: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px -16px 32px 0px rgba(34, 34, 34, 0.06);
          box-shadow: 0px -16px 32px 0px rgba(34, 34, 34, 0.06);
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.tc-header-style32 .main-links .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-header-style32 .main-links .links ul a {
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  color: var(--color-darkBlue1);
  font-weight: 500;
}
.tc-header-style32 .main-links .links ul a.active, .tc-header-style32 .main-links .links ul a:hover {
  text-decoration: underline;
}
.tc-header-style32 .info h1 {
  font-size: 80px;
}

@media screen and (max-width: 991px) {
  .tc-header-style32 .info {
    padding: 50px 0;
  }
  .tc-header-style32 .info h1 {
    font-size: 50px;
  }
}
/* --------------- navbar style19 --------------- */
.tc-about-style32 {
  padding: 120px 0;
}
.tc-about-style32 .img {
  position: relative;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
  padding-bottom: 100px;
}
.tc-about-style32 .img .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
.tc-about-style32 .img .logo {
  position: absolute;
  top: 50px;
  width: 120px;
  height: 120px;
  left: -60px;
  z-index: 5;
}
.tc-about-style32 .img .work-times {
  padding: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #30498f;
  color: #fff;
  width: 360px;
  border-top: 5px solid var(--color-cyan4);
}
.tc-about-style32 .img .work-times .shap {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 40%;
}
.tc-about-style32 .img .work-times ul {
  position: relative;
  z-index: 10;
}
.tc-about-style32 .img .work-times ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
}
.tc-about-style32 .img .work-times ul li span {
  color: #acb9de;
}
.tc-about-style32 .info {
  position: relative;
}
.tc-about-style32 .info .lg-title {
  position: absolute;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #000630;
  opacity: 0.08;
  top: 0;
  left: 0;
  line-height: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-about-style32 .info .text {
  font-size: 18px;
  color: #777;
  margin-bottom: 60px;
}
.tc-about-style32 .info .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-about-style32 .info .imgs .cer-img {
  width: 140px;
  height: 100px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-about-style32 .info .imgs .cer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .tc-about-style32 .img {
    padding: 0;
  }
  .tc-about-style32 .img .work-times {
    width: 100%;
    position: relative;
  }
}
/* --------------- team style32 --------------- */
.tc-team-style32 {
  position: relative;
  padding: 120px 0;
  background-color: #f7f7f7;
  -webkit-padding-start: calc((100vw - 1330px) / 2);
          padding-inline-start: calc((100vw - 1330px) / 2);
}
.tc-team-style32 .info {
  position: relative;
  z-index: 10;
}
.tc-team-style32 .info .lg-title {
  position: absolute;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #000630;
  opacity: 0.08;
  top: 0;
  left: 0;
  line-height: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-team-style32 .info ul li {
  margin: 10px 0;
}
.tc-team-style32 .info ul li a {
  font-size: 18px;
  font-weight: bold;
}
.tc-team-style32 .info ul li a i {
  color: #999;
}
.tc-team-style32 .info ul li a:hover {
  text-decoration: underline;
}
.tc-team-style32 .info ul li a:hover i {
  color: var(--color-cyan4);
}
.tc-team-style32 .doctor-card {
  position: relative;
}
.tc-team-style32 .doctor-card:hover .img .socail-icons {
  opacity: 1;
  visibility: visible;
}
.tc-team-style32 .doctor-card:hover .img .socail-icons .cont {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.tc-team-style32 .doctor-card .img {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.tc-team-style32 .doctor-card .img .socail-icons {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 6, 48, 0.8784313725);
  z-index: 5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style32 .doctor-card .img .socail-icons .cont {
  -webkit-transform: scaleX(2);
      -ms-transform: scaleX(2);
          transform: scaleX(2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style32 .doctor-card .img .socail-icons .cont a {
  margin: 0 5px;
}
.tc-team-style32 .doctor-card .img .socail-icons .cont a:hover {
  color: var(--color-cyan4);
}
.tc-team-style32 .doctor-card .inf {
  padding: 30px;
  background-color: #fff;
}
.tc-team-style32 .doctors-slider32 {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.tc-team-style32 .doctors-slider32 .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  width: 700px;
  max-width: 100%;
  background-color: #fff;
}
.tc-team-style32 .doctors-slider32 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color-cyan4);
}

@media screen and (max-width: 991px) {
  .tc-team-style32 {
    padding: 120px 15px !important;
  }
  .tc-team-style32 .info {
    margin-bottom: 50px;
  }
}
/* --------------- call style32 --------------- */
.tc-call-style32 {
  background-image: url(../img/call_back.png);
  background-size: cover;
  position: relative;
  padding: 40px 0;
  color: #fff;
}
.tc-call-style32::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-cyan4);
  opacity: 0.9;
  z-index: 2;
}
.tc-call-style32 .container {
  position: relative;
  z-index: 10;
}
.tc-call-style32 h3 {
  font-size: 30px;
}

/* --------------- services style32 --------------- */
.tc-services-style32 {
  padding: 120px 0;
}
.tc-services-style32 .title-content {
  position: relative;
}
.tc-services-style32 .title-content .lg-title {
  position: absolute;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #000630;
  opacity: 0.08;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-services-style32 .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-services-style32 .nav-pills .nav-link {
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.06);
  color: var(--color-darkBlue4);
  border-radius: 0;
  margin: 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.tc-services-style32 .nav-pills .nav-link:hover, .tc-services-style32 .nav-pills .nav-link.active {
  background-color: var(--color-cyan4);
  color: #fff;
}
.tc-services-style32 .services-cards .service-card {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.04);
  margin-top: 40px;
}
.tc-services-style32 .services-cards .service-card .img {
  height: 240px;
  overflow: hidden;
}
.tc-services-style32 .services-cards .service-card .info {
  position: relative;
  padding: 40px;
}
.tc-services-style32 .services-cards .service-card .info .icon {
  position: absolute;
  right: 40px;
  top: -40px;
  width: 80px;
  height: 80px;
  padding: 15px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(34, 34, 34, 0.06);
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-services-style32 .nav-pills .nav-link {
    margin-bottom: 20px;
  }
}
/* --------------- gallery style32 --------------- */
.tc-gallery-style32 .img {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.tc-gallery-style32 .img:hover::after {
  opacity: 0.9;
}
.tc-gallery-style32 .img:hover .icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.tc-gallery-style32 .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-darkBlue4);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-gallery-style32 .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-cyan4);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* --------------- numbers style32 --------------- */
.tc-numbers-style32 {
  padding: 120px 0;
  background-color: var(--color-cyan4);
  color: #fff;
}
.tc-numbers-style32 .title-content {
  position: relative;
}
.tc-numbers-style32 .title-content .lg-title {
  position: absolute;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.08;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-numbers-style32 .numbers .number-card {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.tc-numbers-style32 .numbers .number-card:hover::after {
  width: 100%;
}
.tc-numbers-style32 .numbers .number-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1333333333);
}
.tc-numbers-style32 .numbers .number-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-numbers-style32 .numbers .number-card h2 {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.768627451);
}
.tc-numbers-style32 .numbers .number-card h2 small {
  position: relative;
  font-size: 40px;
  top: -50px;
}
.tc-numbers-style32 .numbers .number-card h5 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .tc-numbers-style32 .numbers .number-card h2 {
    font-size: 50px;
  }
  .tc-numbers-style32 .numbers .number-card h2 small {
    top: 0;
  }
  .tc-numbers-style32 .numbers .number-card h5 {
    font-size: 13px;
  }
}
/* --------------- features style32 --------------- */
.tc-features-style32 {
  position: relative;
  padding: 120px 0;
}
.tc-features-style32 .info {
  position: relative;
}
.tc-features-style32 .info .lg-title {
  position: absolute;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #000630;
  opacity: 0.08;
  top: 0;
  left: -10px;
  line-height: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-features-style32 .info .accordion .accordion-item {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.tc-features-style32 .info .accordion .accordion-item .accordion-button {
  border: 0;
  background-color: transparent;
  font-weight: bold;
  color: var(--color-darkBlue4);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 16px;
}
.tc-features-style32 .info .accordion .accordion-item .accordion-body {
  padding: 0 0 20px;
}
.tc-features-style32 .info .accordion .accordion-item .accordion-body p {
  font-size: 16px;
  color: #777;
}
.tc-features-style32 .info .accordion .accordion-item .accordion-button:not(.collapsed) {
  border-color: var(--color-cyan4);
}
.tc-features-style32 .features-icons {
  text-align: center;
}
.tc-features-style32 .features-icons .features-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-features-style32 .features-icons .feat-box {
  position: relative;
  width: 200px;
  height: 115px;
  border-right: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  padding: 10px;
  margin: 52px -1px 0;
}
.tc-features-style32 .features-icons .feat-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 115px;
  border-right: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  -webkit-transform: rotate(-61deg);
      -ms-transform: rotate(-61deg);
          transform: rotate(-61deg);
  pointer-events: none;
}
.tc-features-style32 .features-icons .feat-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 115px;
  border-right: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  -webkit-transform: rotate(61deg);
      -ms-transform: rotate(61deg);
          transform: rotate(61deg);
  pointer-events: none;
}
.tc-features-style32 .features-icons .feat-box .icon {
  height: 65px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .tc-features-style32 .features-icons {
    margin-top: 50px;
  }
  .tc-features-style32 .features-icons .feat-box {
    width: 100px;
    height: 60px;
    margin-top: 20px;
  }
  .tc-features-style32 .features-icons .feat-box::after, .tc-features-style32 .features-icons .feat-box::before {
    height: 60px;
  }
  .tc-features-style32 .features-icons .feat-box .icon {
    height: 20px;
  }
  .tc-features-style32 .features-icons .feat-box .fsz-14 {
    font-size: 10px !important;
  }
}
/* --------------- estimate style32 --------------- */
.tc-estimate-style32 .img {
  height: 100%;
  overflow: hidden;
  max-height: 100vw;
}
.tc-estimate-style32 .info {
  padding: 120px;
  background-color: var(--color-darkBlue4);
  color: #fff;
  height: 100%;
}
.tc-estimate-style32 .info .title-content {
  position: relative;
}
.tc-estimate-style32 .info .title-content .lg-title {
  position: absolute;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.05;
  top: 0;
  left: -10px;
  line-height: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-estimate-style32 .info .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-estimate-style32 .info .contact-item .icon {
  width: 40px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-estimate-style32 .info .contact-item .inf p {
  font-size: 13px;
  color: #7c809e;
  margin-bottom: 10px;
}
.tc-estimate-style32 .info .contact-item .inf h6 {
  font-size: 17px;
  font-weight: bold;
}
.tc-estimate-style32 .estimate-form {
  position: relative;
  z-index: 10;
  padding: 60px;
  background-color: #fff;
  border-left: 5px solid var(--color-cyan4);
  -webkit-margin-start: -180px;
          margin-inline-start: -180px;
  margin-top: 60px;
  z-index: 10;
}
.tc-estimate-style32 .estimate-form .shap_icon {
  position: absolute;
  left: 100px;
  bottom: 10px;
  pointer-events: none;
  z-index: -1;
}
.tc-estimate-style32 .estimate-form .form-group label {
  font-size: 16px;
  color: var(--color-darkBlue4);
  margin-bottom: 5px;
}
.tc-estimate-style32 .estimate-form .form-group .form-control {
  font-size: 14px;
  border-radius: 0;
  padding: 0 15px;
  min-height: 45px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}

@media screen and (max-width: 991px) {
  .tc-estimate-style32 .info {
    padding: 50px 15px;
  }
  .tc-estimate-style32 .info .estimate-form {
    margin: 30px 0 0;
    padding: 50px 30px;
  }
  .tc-estimate-style32 .info .estimate-form .form-group {
    margin-bottom: 20px;
  }
  .tc-estimate-style32 .info .estimate-form .price-card {
    margin-bottom: 20px;
  }
}
/* --------------- team style32 --------------- */
.tc-locations-style32 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-locations-style32 .logos .img {
  width: 20%;
  padding: 70px 15px;
  text-align: center;
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.2);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-locations-style32 .logos .img:hover .logo {
  opacity: 1;
}
.tc-locations-style32 .logos .img .logo {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-locations-style32 .location-map {
  position: relative;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-locations-style32 .location-map .img {
  position: relative;
}
.tc-locations-style32 .location-map .img img {
  -o-object-position: bottom;
     object-position: bottom;
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5%;
}
.tc-locations-style32 .location-map .float-items {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: 10;
}
.tc-locations-style32 .location-map .float-items .item {
  position: absolute;
}
.tc-locations-style32 .location-map .float-items .item img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1333333333);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1333333333);
}
.tc-locations-style32 .location-map .float-items .item:hover img {
  border-color: var(--color-cyan1);
}
.tc-locations-style32 .location-map .float-items .item:hover .info-card {
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 10;
  visibility: visible;
}
.tc-locations-style32 .location-map .float-items .item:nth-of-type(1) {
  top: 30%;
  left: 15%;
}
.tc-locations-style32 .location-map .float-items .item:nth-of-type(2) {
  top: 15%;
  left: 41%;
}
.tc-locations-style32 .location-map .float-items .item:nth-of-type(3) {
  top: 53%;
  left: 55%;
}
.tc-locations-style32 .location-map .float-items .item:nth-of-type(4) {
  top: 33%;
  left: 85%;
}
.tc-locations-style32 .location-map .float-items .info-card {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  width: 300px;
  -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1333333333));
          filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1333333333));
  -webkit-transform: translateX(-50%) translateY(30px);
      -ms-transform: translateX(-50%) translateY(30px);
          transform: translateX(-50%) translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-locations-style32 .location-map .float-items .info-card::after {
  position: absolute;
  content: "";
  left: calc(50% - 10px);
  top: 100%;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.tc-locations-style32 .location-map .float-items .info-card .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  font-weight: bold;
}
.tc-locations-style32 .location-map .search-form {
  position: relative;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px -30px 60px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -30px 60px 0px rgba(0, 0, 0, 0.04);
  z-index: 3;
  margin-bottom: -70px;
}
.tc-locations-style32 .location-map .search-form .form-group {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.2);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
}
.tc-locations-style32 .location-map .search-form .form-group .form-control {
  font-size: 20px;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .tc-locations-style32 .location-map .float-items {
    width: 1300px;
  }
}
@media screen and (max-width: 991px) {
  .tc-locations-style32 .location-map {
    padding: 30px 0;
  }
  .tc-locations-style32 .location-map .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tc-locations-style32 .location-map .img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tc-locations-style32 .location-map .float-items {
    position: relative;
    padding-top: 70px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tc-locations-style32 .location-map .float-items .item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    display: block;
    padding: 10px 30px;
  }
  .tc-locations-style32 .location-map .float-items .item img {
    position: relative;
    z-index: 20;
    margin-left: 30px;
  }
  .tc-locations-style32 .location-map .float-items .item .info-card {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    margin-top: -25px;
    padding-top: 50px;
  }
  .tc-locations-style32 .location-map .float-items .item .info-card::after {
    display: none;
  }
  .tc-locations-style32 .logos .img {
    padding: 10px;
  }
  .tc-locations-style32 .location-map .search-form .form-group {
    margin-bottom: 20px;
    border: 0;
    padding: 0;
  }
}
/* --------------- team style32 --------------- */
.tc-blog-style32 {
  padding: 190px 0 120px;
  background-color: #f7f7f7;
}
.tc-blog-style32 .main-blog .img {
  height: 200px;
}
.tc-blog-style32 .main-blog .info {
  position: relative;
  margin-top: 40px;
  padding: 10px;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  -webkit-border-start: 5px solid var(--color-cyan4);
          border-inline-start: 5px solid var(--color-cyan4);
}
.tc-blog-style32 .main-blog .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  right: 30px;
  top: -40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.tc-blog-style32 .sub-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tc-blog-style32 .sub-blog .img {
  width: 150px;
  height: 100px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  -webkit-border-end: 5px solid var(--color-cyan4);
          border-inline-end: 5px solid var(--color-cyan4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-blog-style32 .sub-blog .inf {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}

@media screen and (max-width: 991px) {
  .tc-blog-style32 {
    padding: 100px 0;
  }
}
/* --------------- services style19 --------------- */
.tc-footer-style32 {
  background-color: var(--color-darkBlue4);
  color: #fff;
}
.tc-footer-style32 .foot-info {
  padding: 120px 120px 120px 0;
  -webkit-padding-start: calc((100vw - 1330px) / 2);
          padding-inline-start: calc((100vw - 1330px) / 2);
}
.tc-footer-style32 .map iframe {
  margin-bottom: -5px;
}

@media screen and (max-width: 991px) {
  .tc-footer-style32 .foot-info {
    padding: 50px 15px;
  }
}
.home-style17 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--color-darkBlue4);
}

@media screen and (max-width: 991px) {
  .home-style17 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style17 .fsz-30 {
    font-size: 20px !important;
  }
  .home-style17 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style17 .lg-title {
    font-size: 60px !important;
  }
  .home-style17 .mb-100 {
    margin-bottom: 50px !important;
  }
  .home-style17 .fsz-35 {
    font-size: 20px !important;
  }
  .home-style17 .fsz-18 {
    font-size: 15px !important;
  }
}