div, h2, h1, h3, p, a, li{
    font-family: Raleway !important;
}
.stiky_header {
    height: 175px;
}
.landing-banner-from{
    background-color: rgba(255,255,255, 0.55);
}
.top-header {
    justify-content: space-around;
    align-items: center;
}

.inquery{
    border-color: white;
    color: white;
}

.sticky{
    background: linear-gradient(42deg, #06458a 0, #3faeca 100%);
}
.landing-tab-faq{
    background: linear-gradient(42deg, #06458a 0, #3faeca 100%);
}
/*.review-sec{*/
/*    background: linear-gradient(42deg, #06458a 0, #3faeca 100%);*/
/*}*/

.review-sec::after{
    background-color: transparent !important;
}
.review h2{
    text-transform: capitalize;
}
.footer{
    background-color: #000;
}


.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li{
    font-size: 20px;
    font-weight: 500;
}

.checklist li::before {
  content: "\2713";  /* Código Unicode para ✔ */
  color: #3faeca;
  font-weight: bold;
  margin-left: 8px;
}
/*.main-navigation{*/
/*    background-color: white;*/
/*}*/
.top-header{
    margin-top: 10px;
}

.test-slider-controls {
    display: none;
}

.nav-tabs>li>a{
    color: black !important;
}

.faq-item h3 {
    background-color: #57a4d030;}
    
.review-sec::after {
background-color: #638ea8c2;}

.landing-banner-left-area {
    text-align: left;
}



.faq-item h3 {
    background-color: #ffffff9c;
}
.landing-tab-faq p{
    color: white;
}




.medspa-card {
  border-radius: 7px;
  padding: 20px;
  color: white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 100%;
}
.medspa-card li{
  font-size: 14px;
}
 .bg-gradient-gray1 {
    background: linear-gradient(to bottom right, #4b4b4b, #7d7d7d);
  }
  .bg-gradient-gray2 {
    background: linear-gradient(to bottom right, #5a5a5a, #9a9a9a);
  }
  .bg-gradient-gray3 {
    background: linear-gradient(to bottom right, #6b6b6b, #b1b1b1);
  }
  .btn-gradient {
      text-align: center;
      display: inline-block;
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
  }
.check-list {
  list-style: none;
  padding-left: 0;
}
.check-list li::before {
  content: "✔ ";
  color: white;
  font-weight: bold;
}




/*variables***********/
.pl-desk{
    padding-left: 60px;
}
.btn2{
    color: black;
    border-color: black;
}
.with-arrow{
    background-color: rgba(0, 0, 0, 0.01);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    color: #0C4F90;
}
.with-arrow::before {
  content: "\00BB"; /* → */
  margin-right: 8px;
  font-weight: bold;
  color: #0C4F90;
}
.uppercase{
    text-transform: uppercase;
}

.text-bg{
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
}

.overlay-bg1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.8);
}

.relative{
    position: relative;
}

.z10{
    z-index: 10;
}
.padding1{
    padding-inline: 3rem;
}

@media (max-width: 768px) {
    .sticky {
        display: block;
    }
    .sticky img{
        display: block;
    }
    .stiky_header {
        height: 125px;
    }
    .main-navigation {
        display: block;
    }
    .padding1{
        padding-inline: 0.6rem;
    }
}
@media(max-width: 800px){
    .google-logo{
        width: 50% !important;
    }
    .top-text{
        margin-top: 20px !important;
    }
    .pl-desk{
        padding-inline: 15px;
    }
}