/* Haboro Soft - Normal */
@font-face {
  font-family: 'Haboro Soft';
  src: url('../fonts/haboro-soft-norm-light.ttf') format('truetype'),
    url('../fonts/HaboroSoft-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Haboro Soft - Bold */
@font-face {
  font-family: 'Haboro Bold';
  src: url('../fonts/haboro-soft-norm-bold.ttf') format('truetype'),
    url('../fonts/HaboroSoft-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Haboro Soft - Medium */
@font-face {
  font-family: 'Haboro Medium';
  src: url('../fonts/haboro-soft-norm-medium.ttf') format('truetype'),
    url('../fonts/HaboroSoft-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

body {
  color: #616161;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Haboro Soft', sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #034b5a;
  font-family: 'Haboro Soft', sans-serif;
}

strong {
  color: #034b5a;
  font-family: 'Haboro Bold', sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

span {
  color: #d46128;
}

/* Links
------------------------------------ */
a {
  display: inline-block;
  color: #616161;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;

}

a:hover,
a:focus,
a:active {
  color: #d46f6f;
}


/* =============== */

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: 0.5s;
}


.menu-box .sticky-logo {
  display: none;
}

.menu-box.sticky-nav .main-menu ul li a {
  color: #034b5a;
  font-family: 'Haboro Medium', sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.menu-box.sticky-nav .sticky-logo {
  display: block;
}

.mobile-menu.mean-container {
  overflow: hidden;
}


/* mobile menu start ================================*/



/* ======================Topbar start========================== */
.topbar .topbar-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0px 28px 0px;
}

.topbar .topbar-wraper .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar .topbar-wraper .contact .phone {
  position: relative;
}

.topbar .topbar-wraper .contact .phone .icon {
  margin-right: 10px;
}

.topbar .topbar-wraper .contact .phone .icon i {
  font-size: 35px;
  color: #39cabb;
}

.topbar .topbar-wraper .contact .spase {
  padding-right: 45px;
  position: relative;
}

.topbar .topbar-wraper .contact .spase::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  background-color: #e5e9ee;
  right: 10%;
  top: 3%;
}

.topbar .topbar-wraper .contact .phone .icon-content p {
  margin-bottom: 6px;
  font-size: 15px;
  color: #727272;
  font-weight: 400;

}

.topbar .topbar-wraper .contact .phone .icon-content span {
  font-size: 18px;
  color: #002c5d;
  font-weight: 600;
}

/* ======================Topbar end========================== */


/* ======================menu section start========================== */
.menu-box .bar {
  background-color: #e5e9ee;
  height: 1px;
}

.menu-box .main-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.menu-box .main-menu ul li a {
  padding: 23px 9px;
  color: #034b5a;
  font-size: 16px;
}

.menu-box .main-menu nav ul i {
  opacity: 0.7;
  font-size: 13px;
}

.menu-box .header-right-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.menu-box .header-right-side::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background-color: #e5e9ee;
  left: -10%;
  top: -23px;
}

.menu-box .header-right-side p {
  margin-bottom: 0;
  color: #949494;
}

.menu-box .header-right-side i {
  color: #949494;
}

.menu-box .icon-wraper i {
  padding: 0px 7px;
  color: #39cabb;
}

.menu-box .icon-wraper {
  position: relative;
}

.menu-box .icon-wraper::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background-color: #e5e9ee;
  left: -10%;
  top: -23px;
}

/* ======================main menu end========================== */

/*--=====================================
    ----------start sub menu---------------
    -========================================*/

.menu-box .main-menu .sub-menu {
  height: auto;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: left;
  top: 80px;
  transition: .3s;
  opacity: 0;
  left: 0;
  visibility: hidden;
  border-radius: 7px;
  padding: 15px 20px;
  border-top: 4px solid#fff;
  border-bottom: 4px solid#034b5a;
}

.menu-box .main-menu .menu-item-has-children {
  position: relative;
}

.menu-box .sub-menu li {
  display: block;
  margin-bottom: -40px;
}

.menu-box .main-menu .sub-menu li a {
  position: relative;
  color: #002c5d;
  margin: 5px 8px 5px 20px;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 50px;
  transition: .5s;
}


.menu-box .main-menu .sub-menu li a:hover {
  color: #034b5a;
  transition: .5s;
}

.menu-box .main-menu ul li:hover .sub-menu {
  top: 63px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: .5s;
}

.menu-box .main-menu .sub-menu li a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background-color: #034b5a;
  left: -18px;
  top: 18px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.menu-box .sub-menu li a:hover {
  margin-left: 30px;
  color: #333;
  transition: .5s;
}

.sticky-nav.header-area .main-menu .sub-menu li a:hover {
  margin-left: 30px;
  color: #034b5a;
  transition: .5s;
}

.menu-box .sub-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}


/*--==========================================
  -------------------------
  -=========================================*/

/* ======================Hero section start========================== */
.hero-section {
  margin-top: 5%;
}

.hero-section-format {
  padding: 30px;
  font-weight: 600;
  font-size: 28px;
  color: #034b5a;
  line-height: 1.4;
}

.hero-section .hero-slider {
  position: relative;
  height: 72vh;
}

.hero-section .hero-slider .slider-content {
  position: relative;
  margin-top: 20px;
}

.hero-section .hero-slider .shape-image1 {
  right: 8%;
  top: 58%;
  position: absolute;
}

.hero-section .hero-slider .shape-image1 img {
  border-radius: 7px;
}

.hero-section .hero-slider .shape-image2 {
  right: 36%;
  top: 43%;
  position: absolute;
}

.hero-section .hero-slider .shape-image2 img {
  border-radius: 7px;
}

.hero-section .hero-slider .slider-content .text-section h1 {
  color: #002c5d;
  font-size: 66px;
}

.hero-section .hero-slider .slider-content .text-section h1 span {
  color: #39cabb;

}

.hero-section .hero-slider .slider-content .text-section p {
  font-size: 16px;
  color: #002c5d;
  font-weight: 500;
  padding: 15px 80px 20px 0px;
}

.hero-section .hero-slider .slider-content .button a {
  padding: 18px 30px;
  background-color: #39cabb;
  border-radius: 5px;
  color: #fff;
  transition: .5s;
  border: 1px solid #39cabb;
}

.hero-section .hero-slider .slider-content .button .left {
  margin-right: 15px;
}

.hero-section .hero-slider .slider-content .button a:hover {
  background-color: transparent;
  border: 1px solid #39cabb;
  color: #002c5d;
  transition: .5s;
}

.card {
  width: 382px;
  height: 368px;
  background: #fff;

  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 368"><path d="M362.9 0H19.0999C14.0343 0 9.17612 2.90785 5.59418 8.08385C2.01223 13.2599 0 20.28 0 27.6V340.4C0 347.72 2.01223 354.74 5.59418 359.916C9.17612 365.092 14.0343 368 19.0999 368C19.0999 368 186.357 367.5 196.544 367.5C199.727 368.42 251.978 323.38 258.026 326.6C263.756 326.6 357.834 326.6 362.9 326.6C367.966 326.6 376.406 318.516 376.406 318.516C376.406 318.516 382 306.32 382 299V27.6C382 20.28 379.988 13.2599 376.406 8.08385C372.824 2.90785 367.966 0 362.9 0Z" fill="white"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 368"><path d="M362.9 0H19.0999C14.0343 0 9.17612 2.90785 5.59418 8.08385C2.01223 13.2599 0 20.28 0 27.6V340.4C0 347.72 2.01223 354.74 5.59418 359.916C9.17612 365.092 14.0343 368 19.0999 368C19.0999 368 186.357 367.5 196.544 367.5C199.727 368.42 251.978 323.38 258.026 326.6C263.756 326.6 357.834 326.6 362.9 326.6C367.966 326.6 376.406 318.516 376.406 318.516C376.406 318.516 382 306.32 382 299V27.6C382 20.28 379.988 13.2599 376.406 8.08385C372.824 2.90785 367.966 0 362.9 0Z" fill="white"/></svg>');

  mask-size: cover;
  -webkit-mask-size: cover;
}

#image {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 145px;
    margin: auto;
    width: 150px;
    max-width: 80%;
}
  

#hero-section-format {
  font-family: 'Haboro Soft', sans-serif;
  padding: 40px;
  font-weight: 600;
  font-size: 33px;
  color: #034b5a;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

@media (max-width: 768px) {
  .hero-section {
    margin-top: 0%;
  }

  .card {
    width: 352px;
    height: 338px;
    background: #fff;

    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 368"><path d="M362.9 0H19.0999C14.0343 0 9.17612 2.90785 5.59418 8.08385C2.01223 13.2599 0 20.28 0 27.6V340.4C0 347.72 2.01223 354.74 5.59418 359.916C9.17612 365.092 14.0343 368 19.0999 368C19.0999 368 186.357 367.5 196.544 367.5C199.727 368.42 251.978 323.38 258.026 326.6C263.756 326.6 357.834 326.6 362.9 326.6C367.966 326.6 376.406 318.516 376.406 318.516C376.406 318.516 382 306.32 382 299V27.6C382 20.28 379.988 13.2599 376.406 8.08385C372.824 2.90785 367.966 0 362.9 0Z" fill="white"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 368"><path d="M362.9 0H19.0999C14.0343 0 9.17612 2.90785 5.59418 8.08385C2.01223 13.2599 0 20.28 0 27.6V340.4C0 347.72 2.01223 354.74 5.59418 359.916C9.17612 365.092 14.0343 368 19.0999 368C19.0999 368 186.357 367.5 196.544 367.5C199.727 368.42 251.978 323.38 258.026 326.6C263.756 326.6 357.834 326.6 362.9 326.6C367.966 326.6 376.406 318.516 376.406 318.516C376.406 318.516 382 306.32 382 299V27.6C382 20.28 379.988 13.2599 376.406 8.08385C372.824 2.90785 367.966 0 362.9 0Z" fill="white"/></svg>');

    mask-size: cover;
    -webkit-mask-size: cover;
  }

  #hero-section-format {
    font-size: 28px;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  #image {
    width: 130px;
  }
}


/* ======================Hero section end========================== */
/* ======================book section start========================== */
.book-section .booking-form-row {
  position: relative;
  margin-top: -62px;
  z-index: 66;
}

.book-section .book-content {
  background-color: #39cabb;
  /* height: 220px; */
  border-radius: 5px;
}

.book-section .book-content .booking-form-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 30px 65px 30px;

}

.book-section .book-content .booking-form-inner input::placeholder {
  color: #e0e3e8;
}

.book-section .book-content .booking-form-inner label {
  color: #fff;
}

.book-section .book-content .booking-form-inner .form-control {
  padding: 25px 8px;
  color: #e0e3e8;
}

.book-section .book-content .booking-form-inner .form-control.date {
  padding: 25px 30px;
}

.book-section .book-content .booking-form-inner .option {
  border: none;
  padding: 25px 60px;
}

.book-section .book-content .booking-form-inner select {
  padding: 15px 31px;
  border-radius: 4px;
  border: none;
  color: #e0e3e8;
  background-color: #fff;
}

.book-section .book-content .booking-form-inner .btn-submit {
  padding: 14px 27px;
  border: none;
  background-color: #034b5a;
  color: #fff;
  border-radius: 4px;
  margin-top: 28px;
}

.book-section .book-content .booking-form-inner .btn-submit i {
  margin-right: 10px;
}

.form-control:focus {
  background-color: transparent !important;
}

.form-control {
  border: none;
}

.agreements input:focus {
  outline: none;
  box-shadow: none;
}

.agreements .icon {
  background-color: white;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  appearance: none;
  outline: none;
  cursor: pointer;
}

/* ======================Contact section start========================== */
.contact-section {
  background-image: url('../image/background-logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.contact-section::after {
  background-image: url('../image/background-logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: rgba(255, 255, 255, 0.63);
}

.contact-section .image img {
  position: absolute;
  left: -120px;
  top: 40px;
  width: 119%;
}

.contact-section .contact-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 40px 50px 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.contact-section .contact-box .main-contant h2 {
  font-size: 35px;
  text-align: center;
  color: #034b5a;
  margin-bottom: 35px;
}


.contact-section .contact-box .main-contant p {
  font-size: 16px;
  margin: 22px 0px;
}

.contact-section .contact-box .main-contant {
  padding: 10px;
}

.contact-section .contact-box .main-contant select {
  padding: 15px 13px;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  width: 100%;
}

.contact-section .contact-box .main-contant select:focus {
  background-color: #fff;
  box-shadow: none;
}

.contact-section .contact-box .main-contant input.contact {
  padding: 25px 15px;
  margin: -2px 0px;
  background-color: #fff;
  border: 1px solid #95a2a6;
  border-radius: 7px;
  font-family: 'Haboro Soft', sans-serif;
}

.contact-section .contact-box .main-contant textarea.contact {
  padding: 25px 15px;
  margin: -2px 0px;
  background-color: #fff;
  border: 1px solid #95a2a6;
  border-radius: 7px;
  font-family: 'Haboro Soft', sans-serif;
  resize: none;
}

.contact-section .contact-box .main-contant input.time {
  padding: 25px 15px;
  background-color: #ebfaf8;
  border: none;
}

.contact-section .contact-box .main-contant button.btn.form-control {
  background-color: #034b5a;
  padding: 17px 0px 37px 0px;
  margin-top: 25px;
  color: #fff;
  font-family: 'Haboro Soft', sans-serif;
  border-radius: 7px;
}

.contact-section .contact-box .main-contant button.btn.form-control:hover {
  padding: 17px 0px 37px 0px;
  margin-top: 25px;
  font-family: 'Haboro Soft', sans-serif;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #e98e25;
  color: #e98e25;
  transition: .5s;
}

.contact-section .contact-box .main-contant input.contact:focus,
.contact-section .contact-box .main-contant textarea.contact:focus {
  background-color: #fff !important;
  border: 1px solid #95a2a6;
  box-shadow: none !important;
  outline: none !important;
  color: #000;
}


/* ======================Contact section end========================== */

/* ======================book section end========================== */
/* ======================about section start========================== */
.about-section {
  margin: 100px 0px 100px 0px;
}

#about-section {
  scroll-margin-top: 250px;
}


.about-section .containt-wraper .right-spase {
  padding-right: 25px;
}

.about-section .containt-wraper .about-title h1 {
  font-size: 44px;
}

.about-section .containt-wraper .about-title p {}

.about-section .containt-wraper .image img {
  width: 100%;
  height: 535px;
  border-radius: 20px;
  object-fit: cover;
}

.about-section .containt-wraper .left-spase {
  padding-left: 25px;
  position: relative;
}

.about-section .containt-wraper .signetire .image img {
  width: 40%;
}

.about-section .containt-wraper .left-spase .shape-image3 {
  position: absolute;
  right: 10px;
  bottom: -58px;
}

.about-section .containt-wraper .list {
  position: relative;
}

.about-section .containt-wraper .about-title p {
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0px;
}

.about-section .containt-wraper .list .icon {
  margin-right: 10px;
}

.about-section .containt-wraper .list p {
  font-family: 'Haboro Medium', sans-serif;
  color: #034b5a;
}

.about-section .containt-wraper .list .icon i {
  color: #034b5a;
  font-size: 20px;
  margin-bottom: 15px;
}

.about-section .containt-wraper .signetire h5 {
  color: #898989;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

.about-section .containt-wraper .signetire h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

#about-exams {
  margin-top: 9%;
  margin-bottom: 2%;
  /* background-image: url("../image/linha.png"); */
  background-position: center center;
}

#exams-image {
  max-width: 600px;
  max-height: 100%;
  border-radius: 5px;
}

#exams-title {
  font-family: 'Haboro Medium', sans-serif;
  font-size: 45px;
  text-align: center;
  margin-bottom: 5%;
}

.right-content {
  background-color: #034b5a;
  border-radius: 5px;
  padding: 40px 40px;
}

.right-content p {
  font-size: 19px;
  margin-bottom: 0;
  font-family: 'Haboro Soft', sans-serif;
}

.shape-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 5%;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .shape-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: auto;
    margin-top: 10%;
  }

  #exams-image {
    max-width: 360px;
    max-height: 100%;
    border-radius: 5px;
    margin-bottom: 5%;
  }

  #exams-title {
    font-family: 'Haboro Medium', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5%;
  }
}

.shape-image img {
  width: 130px;
  height: auto;
  margin-left: 0%;
  margin-top: 20%;
}

.bounce-animate {
  animation: bounce 2s infinite;
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* ======================about section end========================== */
/* ======================feature section start========================== */

.feature-secction {
  background-image: url('../image/Home-1-Recovered-.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 0px 85px 0px;
}

.feature-secction .feature-title h1 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
}

.feature-secction .single-feature {
  background: #fff;
  text-align: center;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 7%);
}

.feature-secction .single-feature .feature-content p {
  font-size: 16px;
  margin-bottom: 8px;
}

.feature-secction .single-feature .feature-content h2 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;

}

.feature-button a {
  padding: 16px 20px;
  background: #39cabb;
  border-radius: 50px;
  color: #fff;
  transition: .5s;
}

.feature-button a span {
  display: none;
  transition: .5s;

}

.feature-button a i {
  transition: .5s;
}

.feature-button a:hover span {
  display: inherit;
  color: #fff;
}

.feature-button a:hover i {
  margin-left: 10px;
}

.feature-button a:hover {
  padding: 16px 30px;
  border-radius: 30px;
}

.feature-secction .single-feature.item-4 {
  background-color: #002c5d;
  text-align: left;
}

.feature-secction .single-feature.item-4 h3 {
  color: #fff;
  font-size: 24px;
  margin: 25px 0px 25px 0px;
}

.feature-secction .single-feature.item-4 p {
  color: #39cabb;
  font-size: 16px;
  margin-bottom: 3px;

}

.feature-secction .single-feature.item-4 h4 {
  color: #fff;
  font-size: 20px;
}

.feature-secction .single-feature.item-4 .bar {
  height: 1px;
  width: 100%;
  background-color: #39cabb;
  margin: 20px 0px;
}

.feature-secction .single-feature.item-4 h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

/* ======================feature section end========================== */
/* ======================Call do section start========================== */
.call-do-section {
  background-image: url('../image/background-lentes.jpg');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;

}

.call-do-section .call-do-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0px;
}

.call-do-section .call-do-content .left-content .image img {
  width: 100%;
}

.call-do-section .call-do-content .left-content .title {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 7%);
}

#atendimento {
  font-size: 15px;
  color: #74717f;
  text-indent: 58px;
  text-align: end;
}

@media (max-width: 768px) {
  #atendimento {
    text-align: center;
  }

  .call-do-section .call-do-content .button p {
    text-align: left;
  }
}

.call-do-section .call-do-content .left-content .title p {
  font-size: 24px;
  color: #034b5a;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Haboro Bold', sans-serif;
}

.call-do-section .call-do-content .left-content .title h1 {
  font-size: 35px;
  color: #034b5a;
  margin-bottom: 5px;
  text-indent: 58px;
  font-family: '', sans-serif;
  font-weight: 600;
}

.call-do-section .call-do-content .button {
  text-align: right;
}

.call-do-section .call-do-content .button a {
  font-size: 16px;
  color: #fff;
  background-color: #034b5a;
  padding: 17px 25px;
  border-radius: 5px;
  transition: .5s;
  font-family: 'Haboro Bold', sans-serif;
}

.call-do-section .call-do-content .button h1 {
  color: #fff;
  font-family: 'Haboro Bold', sans-serif;
}

.call-do-section .call-do-content .button p {
  color: #fff;
  font-family: 'Haboro Medium', sans-serif;
}

.call-do-section .call-do-content .button a:hover {
  background: rgba(233, 142, 37, 0.3);
  color: #fff;
  border-color: rgba(233, 142, 37, 0.7);
}

@media (max-width: 768px) {
  .call-do-section .call-do-content .button h1 {
    margin-top: 3rem;
    text-align: left;
  }

  .service-bg {
    padding-bottom: 150px;
    padding-top: 60px;
    background-position: center;
    background-size: cover;
  }

  .service-bg .service-title-wraper h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }

  .service-bg .service-title-wraper p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }

  .service-section {
    margin-top: -180px;
    padding-bottom: 60px;
  }

  .service-section .service-slider .slider-item {
    height: 570px !important;
    margin-bottom: 30px;
    border-radius: 15px;
  }

  .service-section .service-slider .slider-item .slider-image {
    height: 200px;
  }

  .service-section .service-slider .slider-item .text-content {
    margin: 10px;
    text-align: center;
  }

  .service-section .service-slider .slider-item .text-content h2 {
    font-size: 20px;
    margin-top: 15px;
    text-align: left;
  }

  .service-section .service-slider .slider-item .text-content p {
    font-size: 14px;
    margin: 15px 0;
    text-indent: 0;
    text-align: left;
  }

  .service-section .service-slider .slider-item .text-content .number-box {
    padding-bottom: 20px;
  }

  .service-section .service-slider .slider-item .text-content .number-box .number h2 {
    font-size: 100px;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
  }

  .service-section .owl-dots {
    bottom: -8%;
  }

  .service-button {
    text-align: left;
    margin-top: 30px;
  }

  .service-button a {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 30px;
  }

  .call-do-section .call-do-content .button {
    text-align: left;
  }
}

/* ======================Call do section end========================== */
/* ======================Service section start========================== */
.service-bg {
  background-image: url('../image/background.png');
  background-position: center;
  background-size: cover;
  padding-bottom: 250px;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .service-bg {
    background-position: 0%;
  }

  .about-section .containt-wraper .image img {
    height: auto;
  }
}

.service-bg .service-title-wraper h1 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 60px;
}

.service-bg .service-title-wraper span {
  color: #fff;
}

.service-bg .service-title-wraper p {
  font-size: 16px;
  margin-top: 20px;
}

.service-section {
  margin-top: -264px;
  padding-bottom: 100px;
  position: relative;
}

.service-section .service-slider .slider-item {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  height: 540px;
}

.service-section .service-slider .slider-item .slider-image {
  height: 265px;
  position: relative;
}

.service-section .service-slider .slider-item .icon {
  position: absolute;
  left: 70%;
  bottom: 9%;
  display: inline-block;
  background-color: #39c9ba;
  height: 80px;
  width: 80px;
  padding: 16px;
  border-radius: 5px;
  transition: 0.5s;
}

.service-section .service-slider .slider-item:hover .slider-image .icon {
  background-color: #002c5d;
  color: #fff;
  transition: 0.5s;
}

.service-section .service-slider .slider-item .text-content {
  margin: 0px 20px;
}

.service-section .service-slider .slider-item .text-content .number-box {
  position: absolute;
  bottom: 75px;
  left: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.service-section .service-slider .slider-item .text-content h2 {
  font-size: 24px;
  margin-top: 25px;
}

.service-section .service-slider .slider-item .text-content p {
  font-size: 16px;
  margin: 20px 0px;
}

.service-section .service-slider .slider-item .text-content .number-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.service-section .service-slider .slider-item .text-content .number-box .number h2 {
  font-size: 140px;
  color: #f2f4f7;
  position: absolute;
  bottom: -75%;
  left: 50%;
  transition: 0.5s;
}

.service-section .service-slider .slider-item:hover .text-content .number-box .number h2 {
  bottom: -30%;
  transition: 0.5s;
}

.service-button a {
  padding: 16px 20px;
  background: #034b5a;
  border-radius: 50px;
  color: #fff;
  transition: 0.5s;
}

.service-button a span {
  display: none;
  transition: 0.5s;
}

.service-button a i {
  transition: 0.5s;
}

.service-button a:hover span {
  display: inherit;
  color: #fff;
}

.service-button a:hover i {
  margin-left: 10px;
}

.service-button a:hover {
  padding: 16px 30px;
  border-radius: 30px;
}

.service-section .owl-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
  transition: 0.5s;
}

.service-section .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #034b5a;
  margin-right: 20px;
  transition: 0.5s;
}

.service-section .owl-dots .owl-dot.active {
  background: #034b5a;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

/* ======================Service section end========================== */

/* ======================tab section start========================== */
.tab-section {
  background-color: #f4f5f7;
  padding: 100px 0px;
}

.tab-section .tab-title h1 {
  font-size: 44px;
  text-align: center;
}

.tab-section .tab-title p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.tab-section .accordion {
  background: #fff;
  margin-top: 70px;
}

.accordion-tabs {
  display: none;
}

.accordion-tabs :focus {
  outline: none;
}

.accordion-item {
  border-bottom: 1px solid #eaeaea;
}

.accordion-item:last-child {
  border: none;
}

.tab-section .accordion .accordion-tabs button {
  padding: 30px 0px;
}

.tab-section .accordion .accordion-tabs button img {
  margin-bottom: 20px;
}

.tab-section .accordion .accordion-tabs button span {
  font-size: 16px;
  color: #002c5d;
}

.tab-section .accordion .accordion-content {
  padding: 0px 40px;
}

.tab-section .accordion .accordion-content img {
  width: 100%;
}

.tab-section .accordion .accordion-content .left-content {
  padding-right: 20px;
}

.tab-section .accordion .accordion-content .left-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tab-section .accordion .accordion-content .left-content .sub-title p {
  font-style: italic;
}

.tab-section .accordion .accordion-content .left-content p {
  font-style: normal;
}

.tab-section .accordion .accordion-content .left-content .list .icon-box p {
  margin: 5px 0px;
}

.tab-section .accordion .accordion-content .left-content .list .icon {
  margin-right: 10px;
}

.tab-section .accordion .accordion-content .left-content .list .icon i {
  color: #39cabb;
  font-size: 20px;

}

.tab-section .accordion .accordion-content .left-content .button a {
  font-size: 16px;
  color: #fff;
  background-color: #39cabb;
  padding: 15px 30px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.accordion-item__label:hover {
  background: #d3e1ff;
}

.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

/* .accordion-active {
  background-color: #39cabb;
} */
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}

.accordion-active .accordion-item__label:hover {
  background: none;
}

.accordion-active .accordion-item__label::after {
  opacity: 0;
}

.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}

.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}

.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

.left-content p {
  margin: 20px 0 23px;
}

h4.accordion-item__label {
  opacity: 0;
}




@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    background: rgba(68, 127, 255, 0.1);
  }

  .accordion-tabs .accordion-tab {
    background: rgba(234, 243, 244, 1);
    padding: 1rem 2rem;
    font: inherit;
    flex: 1;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
  }

  .accordion-tabs .accordion-tab:hover {
    background: rgba(249, 249, 249, 0.01);
  }

  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }

  .accordion-tabs .accordion-tab.accordion-active {
    background: #39cabb;

  }

  .accordion-tabs .accordion-tab.accordion-active img {
    filter: brightness(0)invert(1);
  }

  .accordion-tabs .accordion-tab.accordion-active .span-color {
    color: #fff;
  }

  /*  .tab-section .accordion .accordion-content img{
	width: 100%;
} */

  .accordion-item {
    padding: 2.4rem;
    display: none;
    border: none;
    background: #fff;
    min-height: 260px;
  }


  .accordion-item.accordion-active {
    display: block;
  }

  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

.accordion {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

/* @media (min-width: 600px) {
  .accordion {
    max-width: 600px;
  }
} */

/* ===================================================================================================== */

/* ======================tab section end========================== */
/* ======================team section start========================== */
.team-section {
  margin-bottom: 0%;
  /* margin-top: 75px; */
}

@media (max-width: 768px) {
  .team-section {
    margin-bottom: 0%;
    margin-top: 0%;
  }
}

#image-about {
  background-image: url("../image/background-especialidades.png");
}

.team-section .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.team-section .title .team-button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.team-section .title .team-button a {
  padding: 18px 45px;
  background-color: #e98e25;
  border-radius: 5px;
  color: #fff;
  transition: .5s;
  margin-top: 30px;
  font-family: 'Haboro Bold', sans-serif;

  max-width: 350px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-block: 60px 0;
}

.team-section .title .team-button a:hover {
  background: rgba(3, 75, 90, 0.3);
  color: #fff;
  border-color: rgba(3, 75, 90, 0.7);
}

.team-section .single-box {
  position: relative;
  transition: .5s;
  border-radius: 10px;

}

.team-section .single-box .image img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-height: 330px;
  object-fit: cover;
}

.team-section .single-box .text-content {
  padding: 20px 20px 20px 30px;
  background-color: #034b5a;
  color: #fff;
  border-radius: 0 0 10px 10px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.team-section .single-box .text-content h3,
.team-section .single-box .text-content span,
.team-section .single-box .text-content p,
.team-section .single-box .text-content .location i,
.team-section .single-box .text-content .icon i {
  color: #fff;
}


.team-section .single-box .text-content {
  padding: 20px 20px 20px 30px;
}

.team-section .single-box .text-content h3 {
  font-size: 22px;
}

.team-section .single-box .text-content span {
  font-size: 16px;
}

.team-section .single-box .text-content span i {
  font-size: 10px;
  margin-right: 10px;
}

.team-section .single-box .text-content p {
  font-size: 16px;
}

.team-section .single-box .text-content .location i {
  color: #034b5a;
  margin-right: 10px;
}

.team-section .single-box .text-content .icon i {
  color: #034b5a;
  margin-right: 5px;
}

.team-section .single-box .text-content .button a {
  color: #034b5a;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  position: absolute;
  left: 215px;
  bottom: 20px;
}

.team-section .single-box:hover .text-content .button a {
  background-color: #d46128;
  color: #fff;
  transition: .5s;
}

/* ======================team section end========================== */

/* ======================app-download section start========================== */
.app-download-section {
  padding-bottom: 100px;
}

.app-download-section .bg-image {
  background-image: url('../image/add-bg.jpg');
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
}

.app-download-section .bg-image .text-content .image {
  margin-top: 45px;
}

.app-download-section .bg-image .image {
  margin-bottom: -120px;
}

.app-download-section .bg-image .image img {
  width: 100%;
}

.app-download-section .bg-image .text-content {
  margin-top: 25px;
  margin-left: 20px;
}

.app-download-section .bg-image .text-content .image img {
  width: 100%;
}

.app-download-section .bg-image .text-content h1 {
  font-size: 44px;
}

.app-download-section .bg-image .text-content p {
  font-size: 16px;
  margin: 25px 0px 35px 0px;
}

.app-download-section .bg-image .text-content .image .app-stor {
  margin-right: 20px;
}

/* ======================app-download section end========================== */
/* ======================blog section start========================== */
@media (max-width: 768px) {
  #speciality-image {
    width: 100%;
  }
}

.blog-section {
  padding: 100px 0px 100px 0px;
  position: relative;
  background-image: url("../image/background-especialidades.png");
  background-repeat: repeat-y;
}

@media (max-width: 768px) {
  .blog-section {
    padding: 100px 0px 100px 0px;
  }

  .blog-section button {
    margin-bottom: 5%;
  }
}

.blog-section button {
  background-color: #034b5a;
  color: #fff;
  border: 1px solid transparent;
  /* mantém o espaço da borda */
  border-radius: 5px;
  margin-left: 10px;
  padding: 3px 15px;
  font-family: sans-serif;
  transition: background-color 0.5s, color 0.5s;
}

.blog-section button:hover,
.blog-section button:active {
  background-color: #d46128;
  color: #fff;
  border: 1px solid transparent;
  /* mantém o espaço da borda no hover também */
}


.blog-section .blog-title h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 5%;
}

.blog-section .blog-title p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 65px;
}

.blog-section .blog-item {
  box-shadow: 0px 5px 40px 0px rgba(0, 44, 93, 0.08);
  height: 100%;
  margin-bottom: 10%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}

.blog-section .blog-item .image img {
  width: 100%;
  height: 250px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  object-fit: cover;
}

.blog-section .blog-item .category h5 {
  color: #fff;
  background-color: #002c5d;
  padding: 15px 30px;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  display: inline-block;
  transition: .5s;
  /* writing-mode: vertical-rl; */
  transform: rotate(-90deg) !important;
  position: absolute;
  left: -31px;
  top: 140px;
}

.blog-section .blog-item .category h5:hover {
  background-color: #39cabb;
  transition: .5s;
}

.blog-section .blog-item .text-wraper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 25px;
  background-color: #034b5a;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.blog-section .blog-item .text-wraper h3 a {
  font-size: 22px;
  margin: 25px 0px 5px 0px;
  font-weight: 600;
  transition: .5s;
  color: #ffffff;
}


.blog-section .blog-item .text-wraper p {
  font-size: 16px;
  margin-top: 0;
  flex-grow: 1;
  color: #fff;
}

#exames-titulo {
  font-size: 22px;
  margin: 14px 0px 5px 0px;
  font-weight: 600;
  transition: .5s;
  color: #034b5a;
}


#exames-descricao {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
  color: #034b5a;
}

#exam-wraper {
  background-color: #ffffff;
}

#exam-btn {
  background-color: #034b5a;
  color: #ffffff;
}

.blog-section .blog-item .text-wraper .bar {
  background-color: #e5e9ee;
  height: 1px;
  width: 100%;
  margin: 10px 0;
  margin-bottom: 7%;
}

.blog-section .blog-item .text-wraper .image {
  margin: 17px 0px;
}

.blog-section .blog-item .text-wraper .name-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.blog-section .blog-item .text-wraper .name-date h4 {
  font-size: 16px;
}

.blog-section .blog-item .text-wraper .name-date span {
  color: #002c5d;
  margin-right: 20px;
}

.blog-section .blog-item .btn {
  margin-top: 0px;
  align-self: flex-start;
  margin-bottom: 25px;
  background-color: #fff;
  color: #034b5a;
}

.blog-section .blog-item .btn:hover {
  background-color: #e98e25;
  color: #fff;
}

.blog-section button:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .blog-section .blog-title h2 {
    font-size: 35px;
  }

  .blog-section .blog-item {
    margin-bottom: 0%;
    height: 330px;
  }

  .blog-section .blog-item .image img {
    height: 150px;
    object-fit: cover;
  }

  .blog-section .blog-item .text-wraper {
    max-height: 175px;
    padding: 0px 10px;
  }

  .blog-section .blog-item .text-wraper h3 a {
    font-size: 16px;
    margin-top: 1px;
  }

  .blog-section .blog-item .text-wraper p {
    font-size: 11px;
    margin-bottom: 0;
  }

  .blog-section .blog-item .btn {
    font-size: 12px;
    text-align: center;
    margin-bottom: 8%;
    padding: 4px 16px;
  }

  #exames-titulo {
    font-size: 12px;
    margin: 10px 0px 5px 0px;
    font-weight: 600;
    transition: .5s;
    color: #034b5a;
  }

  #exames-descricao {
    font-size: 9px;
    margin-top: 0;
    flex-grow: 1;
    color: #034b5a;
  }
}


/* ======================blog section end========================== */
/* ======================subscribe section start========================== */
.subscrib-section {
  background-color: #ebf6f4;
  padding: 50px 0px;
}

.subscrib-section .icon a {
  height: 50px;
  width: 50px;
  border-radius: 24px;
  background-color: #39cabb;
  color: #fff;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  padding: 8px;
  margin-right: 10px;
  transition: .5s;
}

.subscrib-section .icon a:hover {
  background-color: #002c5d;
  transition: .5s;
}

.subscrib-section .form-wraper {
  position: relative;
}

.subscrib-section .form-wraper input {
  padding: 30px 20px;
}

.subscrib-section .form-wraper input::placeholder {
  /* padding-left: 20px;
	margin-left: 30px; */
}

.subscrib-section .form-wraper button {
  position: absolute;
  padding: 19px 40px;
  border: 0;
  background-color: #39cabb;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  right: 0;
  top: 0;
  transition: .5s;
}

.subscrib-section .form-wraper button:hover {
  background-color: #002c5d;
  border: 1px solid #39cabb;
  color: #fff;
  transition: .5s;
}


/* ======================subscribe section end========================== */
/* ======================footer section start========================== */
.footer-section {
  /* background-image: url('../image/Home-1-bg.jpg'); */
  background-color: #034b5a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.footer-section p {
  color: #fff;
  font-size: 16px;
  margin-top: 35px;
  line-height: 1.7;
}

.footer-section .button a {
  font-size: 16px;
  color: #fff;
  background-color: #39cabb;
  padding: 15px 30px;
  border-radius: 4px;
  margin-top: 20px;
  transition: .5s;
  border: 1px solid #39cabb;
}

.footer-section .button a:hover {
  background-color: transparent;
  border: 1px solid #39cabb;
  color: #fff;
  transition: .5s;
}

.footer-section h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-section ul li a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 21px;
  color: #fff;
  transition: .5s;
}

.footer-section ul li a:hover {
  color: #d46128;
  transition: .5s;
}

.footer-section ul li a i {
  margin-right: 10px;
}

.footer-section .footer-news {
  margin-bottom: 30px;
}

.footer-section .footer-news .image img {
  width: 100%;
  border-radius: 5px;
}

.footer-section .footer-news .image-content p {
  margin: 0px 0px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footer-section .footer-news .image-content p a {
  color: #fff;
}

.footer-section .footer-news .image-content p a:hover {
  color: #39cabb;
}


.footer-section .footer-news .image-content span {
  margin: 0px 0px 0px 10px;
}

.footer-section .footer-icon .icon i {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.footer-section .footer-icon p {
  margin: 0px 0px 0px 10px;

}

.footer-section .bar1 {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 25px 0px;
}

.footer-section .bar2 {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 25px 0px;
}

.footer-section .footer-bar {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin-top: 100px;
}

.footer-section .cuppyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  flex-wrap: wrap;
}

.footer-section .cuppyright-section p {
  color: #fff;
  margin: 0;
  font-weight: 500;
  padding: 0;
}

.footer-section .cuppyright-section img {
  width: 100px;
  /* ou ajuste conforme necessário */
  height: auto;
}

#webFloat {
  color: #fff;
}

#logo-footer {
  width: 200px;
  height: auto;
  background-color: #fff;
  padding: 15px;
  padding-right: 15px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .footer-section .cuppyright-section {
    justify-content: center;
  }

  .footer-section .cuppyright-section img {
    margin-top: 15%;
  }
}

/* ======================footer section end========================== */



/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}


.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #034b5a;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}


.top-wrap .go-top-button:hover {
  background-color: #018d8c;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

/* ===========================scroll end===========================  */
/* ===========================************===========================  */

/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(57, 202, 187, 0.5);
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #39cabb;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  outline: 0;
  border: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #0e3d60;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-src-btn {
  display: inline-block;
}




/* ======================Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

/* ======================Animation section end========================== */




/* ===========================bratecome section start============================*/
.bratecome-section {
  background-image: url("../image//banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(3, 75, 90, 0.5);
}

.bratecome-section .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Haboro Soft', sans-serif;
  text-align: center;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Haboro Soft', sans-serif;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'Haboro Soft', sans-serif;
  text-align: center;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/* ===========================bratecome section end============================*/

/* ===========================CONTACT PAGE START===========================  */
/* ===========================************===========================  */
/*contact-section*/
.contact-section {
  position: relative;
  padding: 100px 0px;
  background-color: #fff;

}

/* @media (max-width: 768px) {
  .contact-section {
    padding: 40px 0px;
  }
} */

.contact-section .contact_from .contact {
  border: 1px solid #6d8aab;
  border-radius: 4px;
  padding-left: 15px;
  font-family: 'Haboro Soft', sans-serif;

}

.contact-section .contact_from .contact:focus {
  outline: none;
  box-shadow: none;
}

.contact-section .contact_from .contact::placeholder {
  color: #034b5a;
}

.row.upper12 {
  background: #002c5d;
  border-radius: 10px;
}

.contact-section .dreamit-section-sub-title h5 {
  margin: 0 0 31px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 35px;
  text-align: center;
  color: #034b5a;
}

.contact_from.upper10 {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 40px 50px 40px;
  margin: 104px 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  margin-top: 10%;
}

.right-side-info {
  background: #034b5a;
  padding: 11px 50px 72px 50px;
  border-radius: 20px;
  height: 100%;
  margin-top: -10%;
}

.quote_btn {
  text-align: center;
}

#btn_submit_form {
  width: 100%;
  background-color: #034b5a;
  color: #fff;
  font-family: 'Haboro Soft', sans-serif;
  border-radius: 7px;
}

#btn_submit_form:hover,
#btn_submit_form:active {
  font-family: 'Haboro Soft', sans-serif;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #e98e25;
  color: #e98e25;
  transition: .5s;
}

#btn_submit_form[disabled] {
  cursor: not-allowed;
}

.right-side-info .dreamit-section-sub-title h5::before {
  background: #fff;
}

.contact {
  display: block;
  padding: 12px 0px 14px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #314D8E;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: 'Inter';
  border: none;
  margin-bottom: 26px;
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #39cabb;
  border: 1px solid transparent;
  padding: 16px 42px;
  font-size: 16px;
  transition: .5s;
  line-height: 1.5;
  border-radius: 30px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: inter;
}

.btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  transition: .5s;
  border-radius: 30px;
  /* background:#e8a46b; */
  top: 0;
  right: 0;
  z-index: -1;

}

.btn:hover::after {
  width: 100%;
  left: 0;
}

.btn:hover {
  color: #fff;
}

.info-icon i {
  display: inline-block;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  font-size: 22px;
  color: #50a3d3;
}

.single-info-box {
  border-bottom: 1px solid#ffffff;
  margin-bottom: 21px;
}

.info-content h4 {
  font-size: 22px;
  margin: 0 0 11px;
  font-weight: 700;
  color: #fff;
}

.info-socail-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-socail-address ul {
  display: flex;
  flex-wrap: wrap;
}

.info-socail-address ul li {
  margin-left: 13px;
}

.info-socail-address ul li a {
  height: 35px;
  width: 35px;
  background: #ffffff47;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
}

.info-content-inner h4 {
  font-size: 16px;
  margin: 0 0 17px;
  color: #fff;
}

.info-icon {
  margin-right: 21px;
}

.info-icon.two i {
  color: #3cad82;
}

.info-icon.three i {
  color: #dd7911;
}

.info-content p {
  color: #fff;
  font-family: 'Haboro Soft', sans-serif;
  line-height: 1.5;
}

/* ===========================CONTACT PAGE END===========================  */
/* ===========================************===========================  */

/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  margin-top: 150px;
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .blog-detail-section {
    margin-bottom: 65px;
    margin-top: 0px;
  }
}


.blog-detail-section .title {
  margin-bottom: 5%;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #034b5a;
  letter-spacing: 1px;
  font-family: 'Haboro Soft', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #034b5a;
  letter-spacing: 1px;
  font-family: 'Haboro Soft', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 40px 33px 20px 10px;
}

.blog-detail-section .main-section .text-detail p {
  color: #555;
  font-family: 'Haboro Soft', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 700;
  color: #034b5a;
  font-family: 'Haboro Soft', sans-serif;
  font-size: 23px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #034b5a;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #034b5a;
  margin-bottom: 15px;
  font-family: 'Haboro Soft', sans-serif;
  margin-top: 30px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #02BFC6;
  margin-top: 40px;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 0px 34px 17px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #034b5a;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #565872;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #034b5a;
  border-color: #034b5a;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: 'Haboro Soft', sans-serif;
  margin-bottom: 60px;
  margin-top: 70px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #02BFC6;
  right: 53%;
  bottom: 35%;
  position: absolute;
}

.blog-detail-section .main-section .text-detail .form .name {
  margin-bottom: 25px;
}

.blog-detail-section .main-section .text-detail .form .name input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form .radio {
  margin: 20px 0px 20px 20px;
}

.blog-detail-section .main-section .text-detail .form .radio label {
  padding-left: 10px;
}

.blog-detail-section .main-section .text-detail .form .number input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form textarea {
  height: 130px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 91%;
  margin: 25px 0px;
}

.blog-detail-section .main-section .text-detail .form .submit input {
  background-color: #39cabb;
  border: 1px solid #39cabb !important;
  color: #fff;
  font-size: 16px;
  height: 65px;
  width: 200px;
  transition: .5s;
}

.blog-detail-section .main-section .text-detail .form .submit input:hover {
  background-color: #fff;
  border: 1px solid #d46f6f !important;
  color: #333;
  transition: .5s;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #ced4da;
  color: #034b5a;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 0px;
}

.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}

.blog-detail-section .main-section .right-side h2 {
  color: #034b5a;
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  font-family: 'Haboro Soft', sans-serif;
}

.blog-detail-section .main-section .right-side .line {
  height: 1px;
  width: 100px;
  background: #d46f6f;
  right: 26%;
  top: 19%;
  position: absolute;
}

.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #034b5a;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section .right-side .comment-line {
  height: 1px;
  width: 100px;
  background: #d46f6f;
  right: 8%;
  bottom: 2%;
  position: absolute;
}

/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FF3C00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

.title-with-button {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 5%;
}

.title-with-button h2 {
  color: #fff;
}

.title-with-button button {
  margin-top: 10px;
  border-radius: 5px;
  color: #fff;
  padding: 7px 25px;
  background-color: #034b5a;
  font-family: 'Haboro Soft', sans-serif;
  border: none;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

.title-with-button button:hover {
  background: rgba(233, 142, 37, 0.3);
  color: #fff;
  border-color: rgba(233, 142, 37, 0.7);
}

.title-with-button button:focus {
  outline: none;
  box-shadow: none;
}


.title-with-button h1 {
  margin: 0;
}

@media (max-width: 768px) {
  .title-with-button {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10%;
  }

  .title-with-button button {
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 10px;
  }

  .title-with-button h1 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
}

.title-with-button .btn {
  margin-left: 0px;
}

/* Botão flutuante WhatsApp */
.float {
  right: 82px;
  bottom: 110px;
  position: fixed;
  width: 46px;
  height: 46px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.float a,
.float i {
  color: #fff;
}

/* Cor específica para botão WhatsApp */
.float.whatsapp {
  background-color: #25d366;
}

/* Bolinha de notificação animada */
.whatsapp:after {
  content: "1";
  position: absolute;
  right: -5px;
  top: -10px;
  background-color: #ffcc29 !important;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  -webkit-animation: bounce 1.2s infinite;
  animation: bounce 1.2s infinite;
}

/* Efeito ao passar o mouse */
.float:hover,
.float:active,
.float:after,
.float:focus {
  color: #fff;
  background-color: #25d366;
}

@media (max-width: 768px) {
  .float {
    right: 15px;
    bottom: 90px;
  }
}

#contact-section {
  background-image: url("../image/background.png");
  background-position: 20% center;
  background-size: cover;
}

@media (max-width: 768px) {
  #contact-section {
    background-position: 40% center;
  }
}

a.btn {
  display: inline-block;
  padding: 6px 18px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #034b5a;
  color: #fff;
  text-decoration: none;
  font-family: 'Haboro Soft', sans-serif;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
}

a.btn:hover {
  background-color: #e98e25;
  color: #fff;
}

a.btn:focus {
  outline: none;
  box-shadow: none;
}

#img-info {
  margin-top: 16%;
  margin-bottom: 9%;
  align-items: end;
}

@media (max-width: 768px) {
  #img-info {
    margin-top: 0%;
    margin-bottom: 0%;
    align-items: center;
  }

}

.content-section {
  background-image: url("../image/background-specialty.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.specialty-image {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.specialty-title {
  font-size: 3rem;
  font-weight: 700;
  color: #034b5a;
  margin-bottom: 30px;
  text-align: end;
}

@media (max-width: 768px) {
  .specialty-title {
    text-align: center;
  }

  #specialty-image {
    width: 100%;
  }

  .content-section {
    background-image: none;
  }
}


.specialty-description {
  font-size: 19px;
  color: #fff;
  line-height: 1.4;
  background-color: #034b5a;
  padding: 5%;
  border-radius: 30px;
  margin-bottom: 0;
  margin-right: -2%;
  margin-left: 5%;
  /* height: 250px;
  width: 615px; */
}

@media (max-width: 768px) {
  .specialty-description {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
    height: 100%;
  }
}

.section-related .single-box .text-content {
  padding: 20px 20px 20px 30px;
  background-color: #034b5a;
  color: #fff;
  border-radius: 0 0 10px 10px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


.section-related .single-box .text-content h3,
.section-related .single-box .text-content span,
.section-related .single-box .text-content .location i,
.section-related .single-box .text-content .icon i {
  color: #fff;
}

.section-related h2 {
  font-size: 45px;
}

.section-related .single-box .text-content {
  padding: 20px 20px 20px 30px;
}

.section-related .single-box .text-content h3 {
  font-size: 22px;
}

.section-related .single-box .text-content span {
  font-size: 16px;
}

.section-related .single-box .text-content span i {
  font-size: 10px;
  margin-right: 10px;
}

.section-related .single-box .text-content p {
  font-size: 16px;
}

.section-related .single-box .image img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-height: 350px;
  object-fit: cover;
}

/* #section-img{
  background-image: url("../image/linha.png");
  background-size: cover;
  background-repeat: no-repeat;   
  background-position-y: 52%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
} */

.blog-title h1 {
  margin-top: 12%;
  font-family: 'Haboro Medium';
  margin-bottom: 3%;
}

.blog-title input {
  border: #fff;
}

.blog-title input:focus {
  outline: none;
  border: 1px solid #fff;
  box-shadow: none;
}


.blog-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  background-image: url("../image/background-light.webp");
  background-repeat: repeat-y;
  background-position: right center;
  transform: none;
}

.blog-card .filter-box {
  background-color: #fff;
  margin-top: 7%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media (max-width: 768px) {
  .blog-card {
    background-image: none;
  }
}

#card {
  margin-top: 2%;
  margin-left: 0%;
  margin-right: 0%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #fff;
}

.blog-card .category {
  color: #007b8f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-card .title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

.blog-card .icon {
  background-color: white;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  appearance: none;
  outline: none;
  cursor: pointer;
}


.blog-card .excerpt {
  font-size: 14px;
  color: #555;
}

.blog-card .btn-primary {
  background-color: #034b5a;
  border: none;
  padding: 6px 12px;
  font-family: 'Haboro Soft', sans-serif;
}

.blog-card .author-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #007b8f;
}

.blog-card .author-name {
  font-weight: 500;
  margin-bottom: 0;
}

.blog-card .author-role {
  font-size: 12px;
  color: #777;
}

.search-bar-wrapper {
  border: 1px solid #007b8f;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .search-bar-wrapper {
    width: 100%;
    /* margin-right: 5%;
    margin-left: 5%; */
  }
}

.search-input-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.search-input {
  flex: 1;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 4px;
}

.search-button {
  background-color: transparent;
  border: none;
  color: #007b8f;
  font-size: 18px;
  cursor: pointer;
  padding-left: 8px;
}

.search-button:hover {
  color: #005f6d;
}

.doctor-ad h2.doctor-name {
  font-family: 'Haboro Medium', sans-serif;
  margin-top: 5%;
  font-size: 36px;
  font-weight: 700;
}

.foto-medico {
  width: 100%;
}

.imagem-medico {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-medico {
  background-color: #ffffff;
  color: #000;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-height: 325px;
}

@media (max-width: 768px) {
  .info-medico {
    margin-top: 25px;
  }
}


.info-medico p,
.info-medico strong {
  color: #034b5a;
  font-size: 21px;
}

.info-clinica {
  background-color: #034b5a;
  color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  min-height: 245px;
}

.info-clinica strong {
  color: #fff;
}

.imagem-clinica {
  flex: 1 0 150px;
  max-width: 200px;
}

.img-clinica {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.dados-clinica {
  flex: 2 1 60%;
}

.dados-clinica h3 {
  color: #fff;
}

@media (max-width: 768px) {
  .doctor-ad h2.doctor-name {
    font-size: 28px;
    margin-top: 10%;
  }

  .info-clinica {
    flex-direction: column;
  }

  .imagem-clinica,
  .dados-clinica {
    width: 100%;
  }

  .team-section button {
    margin-bottom: 5%;
  }
}

/* ======================team section start========================== */
.team-section {
  padding: 100px 0 100px 0;
}

.team-section button {
  background-color: #034b5a;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  padding: 3px 15px;
  font-family: sans-serif;
  border: 2px solid transparent;
  box-shadow: none;
}

.team-section button:hover {
  background-color: #d46128;
  color: #fff;
  transition: background-color 0.5s ease, color 0.5s ease;
  border-color: #d46128;
}

.team-section button:focus {
  outline: none;
  box-shadow: none;
  border-color: #d46128;
}


/* @media (max-width: 768px) {
  .team-section {
    padding: 20px 0 0px 0;
  }
} */

.team-section .team-title h2 {
  font-size: 44px;
  text-align: center;
  font-family: 'Haboro Medium', sans-serif;
  margin-bottom: 3%;
  margin-top: 5%;
}

.team-section .team-title p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 27px;
}

.team-section .team-content .main-content {
  box-shadow: 0px 5px 60px rgba(0, 44, 93, 0.07);
  margin-top: 30px;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.team-section .team-content .main-content .image img {
  max-width: 100px;
  height: 145px;
  border-radius: 5%;
  object-fit: cover;
}

.team-section .team-content .main-content .text-content {
  flex: 1;
}

.team-section .team-content .main-content .text-content h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.team-section .team-content .main-content .text-content span {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 2%;
}

.team-section .team-content .main-content .text-content .button {
  margin-top: 45px;
  text-align: left;
}

.team-section .team-content .main-content .text-content .button a {
  color: #fff;
  padding: 10px 20px;
  background-color: #034b5a;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.team-section .team-content .main-content .text-content .button a:hover {
  background-color: #d46128;
}

@media (max-width: 768px) {
  .team-section .team-content .main-content {
    flex-direction: row;
    max-height: 200px;
    align-items: center;
    margin-top: 0%;
  }

  .team-section .team-content .main-content .text-content .button {
    text-align: end;
  }

  .team-section .team-content .main-content .image img {
    margin-bottom: 15px;
    border-radius: 15px;
    height: 100%;
  }

  .team-section .team-content .main-content .text-content .button {
    margin-top: 15px;
  }

  .team-section .team-content .main-content .text-content h2 {
    font-size: 20px;
  }

  .team-section .team-content .main-content .text-content span {
    font-size: 13px;
  }

}

/* ======================team section end========================== */
.py-10 {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.mt-7 {
  margin-top: 72px;
}

@media (max-width: 768px) {
  .py-10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mt-7 {
    margin-top: 15px;
  }
}

.doctor {
  margin-top: 130px;
  background-color: #fff;
}

.doctor .image {
  width: 350px;
  height: 429px;
  object-fit: cover;
  border-radius: 5px;
}

.doctor .title {
  font-size: 37px;
  color: #034b5a;
}

.doctor .specialty {
  background-color: #034b5a;
  color: #fff
}

.doctor span {
  padding: 5px 15px;
  border-radius: 20px;
  color: #034b5a;
  font-family: 'Haboro Medium', sans-serif;
  margin-right: 10px;
}

.doctor .clinica {
  margin-left: 5%;
}

.doctor .clinica h5 {
  color: #034b5a
}

.doctor .about {
  color: #034b5a;
}

.artigo {
  font-family: "Haboro Soft", sans-serif;
}

.artigo-blog {
  font-family: "Haboro Soft", sans-serif;
  font-size: 19px;
}

.category {
  color: #034b5a;
}

@media (max-width: 768px) {
  .doctor {
    margin-top: 0px;
  }

  .doctor span {
    margin-top: 10px;
  }

  .doctor .image {
    width: 310px;
    height: 429px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }
}

#font {
  font-weight: 700;
}

/* ======================Exame section start========================== */
.exame-bg {
  background-position: center;
  background-size: cover;
  padding: 100px 0 250px;
}

@media (max-width: 768px) {
  .exame-bg {
    background-position: 0%;
  }
}

.exame-bg .exame-title-wraper h1 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 60px;
}

#ver-todos {
  padding: 10px 24px;
  font-size: 15px;
}

#ver-todos-exames {
  padding: 10px 24px;
  font-size: 15px;
  background-color: #e98e25;
}

#ver-todos-exames:hover {
  background: rgba(3, 75, 90, 0.3);
  color: #fff;
  border-color: rgba(3, 75, 90, 0.7);
}

.exame-grid .grid-item .text-content-exame h2 {
  margin-bottom: 5%;
  font-family: 'Haboro Medium', sans-serif;
  color: #fff;
  font-size: 23px;
  margin-top: 5%;
}

#exames {
  color: #034b5a;
  font-family: 'Haboro Soft', sans-serif;
  font-size: 44px;
}

.exame-section {
  margin-top: -264px;
  padding-bottom: 100px;
}

.exame-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.grid-item {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slider-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.text-content-exame {
  padding: 15px;
  text-align: center;
  height: 185px;
  position: relative;
  background-color: #034b5a;
}

.text-content-exame .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 24px;
  background-color: #fff;
  color: #034b5a;
  font-family: 'Haboro Medium', sans-serif;
}

@media (max-width: 768px) {
  .grid-item {
    flex: 1 1 100%;
  }
}

.agreements {
  margin-top: 5%;
  padding: 100px 0;
}

.agreements .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.agreements .title {
  margin-bottom: 20px;
}

.agreements .title h1 {
  font-size: 45px;
  font-family: 'Haboro Medium', sans-serif;
  text-align: center;
  color: #034b5a;
}

.agreements .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  row-gap: 40px;
}

.agreements .image {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 22.8%;
  /* Tamanho fixo para garantir consistência */
  flex: 0 0 auto;
  /* Evita redução do tamanho */
}

.agreements .image img {
  width: 100%;
  height: 225px;
  object-fit: contain;
}


@media (max-width: 1024px) {
  .agreements .image {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .agreements .image {
    width: 100%;
  }

  .agreements .image img {
    height: auto;
  }
}

.exam-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.2s ease;
}

.exam-card:hover {
  transform: translateY(-5px);
}

.exam-card .image img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.exam-card h2 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.exam-card p {
  font-size: 1rem;
  color: #555;
}

.exam-card .button a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #007bff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.exam-card .button a:hover {
  background-color: #0056b3;
}

.exam-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.alert {
  margin-left: 5%;
  margin-top: 7px;
  padding: 16px 42px;
}

input,
textarea {
  color: #000;
  /* Cor do texto padrão */
  background-color: #fff;
  /* Fundo claro */
}

input:focus,
textarea:focus,
input:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
  color: #000;
  background-color: #fff;
  outline: none;
}

.introduction-section {
  padding-top: 203px;
  padding-bottom: 100px;
}

.introduction-section p {
  font-size: 19px;
  font-weight: 500;
  margin: 12px 0px;
}

.introduction-section img {
  max-width: 100%;
  height: 425px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .introduction-section {
    padding: 20px 0;
  }

  .introduction-section img {
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #034b5a !important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: #034b5a !important;
  opacity: 0.6;
}

.toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  white-space: nowrap;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}

#incoming {
  background: #034b5a;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 8px;
  margin-top: 7%;
}
.banner-index span{
  color: #034b5a !important;
}