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::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;
}

/*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;
}

@media (max-width: 768px) {
    .sticky {
        display: block;
    }
    .sticky img{
        display: block;
    }
    .stiky_header {
        height: 125px;
    }
    .main-navigation {
        display: block;
    }
}
@media(max-width: 800px){
    .google-logo{
        width: 50% !important;
    }
    .top-text{
        margin-top: 20px !important;
    }
    .pl-desk{
        padding-inline: 15px;
    }
}