.review-sub-heading {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 8px 0;
  font-family: 'Nexabold';
}

.review-description {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin: 29px 9px 16px -201px;
  font-family: 'Nexabold';
}
.container-fluid.blog-head h1.text-center{
  font-weight: 700!important;
  padding: 40px 0!important;
  font-size: 30px;
      color: #066277 !important;
}

li {
  list-style: unset;
  margin-bottom: 10px !important;
}
p.heading {
  font-weight: 800!important;
  font-family: 'Nexabold' !important;
  font-size: 24px;
  margin-bottom: 0px;
}
/* ul {
  padding: inherit;
} */
.skiptranslate.goog-te-gadget {
  position: absolute;
  top: -9px;
  left: -50px;
  margin-left: 20px;
}

.review-container {
  padding: 0px 15px 50px;
}

.blog-head {
  background-image: url(../images/about-us/blog-head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usalandinghead {
  background-image: url(../images/homepage/usalandingimage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.container-fluid.blog-head h1.text-center.text-white {
  font-weight: 700 !important;
  padding: 40px 0 !important;
  font-size: 30px;
  color: #066277 !important;
}

.review-container .container .row {
  padding: 50px;
}

.review-container .container .row h2 {
  color: #000;
  font-family: 'Nexabold';
}

.review-container .container .row p {
  margin-bottom: 15px;
  color: #212529;
  font-family: 'Roboto', sans-serif;
}

.review-container h2.review-header {
  padding: 50px 0 15px;
  color: #1fa0d8;
  font-size: 26px;
  font-weight: 700;
}

.blog-head-2 h2 {
  color: #000;
  font-weight: bold;
  font-size: 30px;
}

.row return-img {
  display: flex;
  width: 100%;
}

.image-group {
  gap: 0;
  padding: 0px;
}

.column {
  margin: 0 0 30px 0;

}

.return-img img {
  width: 150px;
  height: 90px;
  object-fit: contain;
  max-width: 100%;
}

.return-img img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container-fluid.blog-head h2.text-center.text-white {
    font-size: 26px;
  }

  .blog-head .usalandinghead {
    height: auto;
  }

  .review-container .container .row {
    padding: 20px 0;
  }

  .review-container .container .row h2 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .usalandinghead {
    height: 350px;
  }

}

@media (max-width: 992px) {
  .usalandinghead {
    height: 300px;
  }

}

@media (max-width: 768px) {
  .usalandinghead {
    height: 250px;
  }

}

@media (max-width: 576px) {
  .usalandinghead {
    height: 200px;
  }

}

@media (max-width: 400px) {
  .usalandinghead {
    height: 150px;
  }
}

.cta-container {
  text-align: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .cta-container {
    margin-left: 12em;
  }
}

@media (max-width: 991px) {
  .cta-container {
    margin-left: 0;
    padding: 0 1em;
  }
}

@media (max-width: 768px) {
  .cta-container {
    margin-left: 0;
    padding: 0 0.5em;
  }
}

@media (max-width: 576px) {
  .cta-container {
    margin-left: 0;
    padding: 0 0.25em;
  }
}

@media (max-width: 400px) {
  .cta-container {
    margin-left: 0;
    padding: 0 0.1em;
  }
}

 body {
     font-family: Arial, sans-serif;
     color: #333;
 }

 /* Container Styles */
 .container-fluid.usalandinghead {
     padding: 20px 0;
 }

 .content-section,
 .content-section-3,
 .content-section-4 {
     margin-bottom: 20px;
 }

 .content-section h2 {
     font-size: 2em;
     margin-bottom: 0.5em;
 }

 .content-section p {
     margin-bottom: 1em;
 }

 .content-section b {
     display: block;
     margin-top: 1em;
     font-size: 1.2em;
 }

 /* Numbered Items */
 .content-section .numbered-item {
     font-weight: bold;
     font-size: 18px;
     color: #050b10;
     margin-bottom: 0.5em;
     margin-left: 2em;
 }

 .content-section-3 ul {
     list-style: none;
     padding-left: 0;
 }

 .content-section-3 li {
     margin-bottom: 1em;
     margin-left: 2em;
     font-size: 16px;
 }


 .content-section-4 b.review-sub-heading {
     font-size: 1.2em;
     color: #040609;
     margin-bottom: 1.5em;
 }

 /* Testimonial Styles */
 .testimonial {
     background: #f8f9fa;
     border-left: 4px solid #007bff;
     padding: 10px;
     margin-bottom: 15px;
     border-radius: 5px;
 }

 .testimonial b {
     display: block;
     font-size: 1.1em;
     color: #343a40;
 }

 .testimonial p {
     margin: 0;
     font-size: 1em;
     color: #495057;
 }

 /* Contact Styles */
 .contact-details {
     list-style-type: none;
     padding: 0;
 }

 .contact-details li {
     margin-bottom: 10px;
     font-size: 1em;
 }

 .contact-details a {
     color: #007bff;
     text-decoration: none;
 }

 .contact-details a:hover {
     text-decoration: underline;
 }

 /* CTA Styles */
 .cta-link {
     color: #007bff;
     text-decoration: none;
     font-weight: bold;
 }

 .cta-link:hover {
     text-decoration: underline;
 }

 /* FAQ Link */
 .faq-link {
     color: #007bff;
     text-decoration: none;
 }

 .faq-link:hover {
     text-decoration: underline;
 }
