@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

#navbar .nav-item {
  padding: 7px 10px;
  transition: 0.3s all;
}

#navbar .nav-link {
  transition: 0.3s all;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

#navbar .nav-link:hover {
  transition: 0.3s all;
  color: #2098ff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  animation-duration: 0.7s;
  animation-name: slidein;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  transition: ease-in 0.5s;
}

@keyframes slidein {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
}

.dropdown-item:hover {
  background-color: transparent;
  color: #2098ff;
  transition: ease-in 0.5s;
  animation: fadein 0.5s;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
}

.nav-banner {
  background-color: #2098ffcc;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
}

.home-banner {
  background-color: #2098ffcc;
  padding-top: 63px;
  padding-bottom: 98px;
  text-align: center;
  margin-bottom: 130px;
}

.banner-carousel .card {
  background-color: transparent;
  border: none;
  color: #ffffff;
}

.banner-carousel-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 77px;
  margin-bottom: 15px;
}

.banner-carousel p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.banner-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}

.banner-carousel .carousel-indicators {
  bottom: -70px;
}

.banner-carousel .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner-carousel .carousel-indicators .active {
  color: #ffffff;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner-btns-left button {
  border: none;
  outline: none;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.banner-btns-left button:hover {
  background-color: #2098ff;
  border: 1px solid #2098ff;
}

.banner-btns-right button {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.banner-btns-right button:hover {
  background-color: #e06226;
  border: 1px solid #e06226;
}

.service-nav {
  width: 75%;
  margin: auto;
  text-align: center;
}

.service-nav-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-nav-box-head {
  position: absolute;
  top: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: #000000e3;
}

.service-nav-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-top: 34px;
  margin-bottom: 60px;
}

.service_link-row {
  text-align: center;
  box-shadow: 0px 10px 40px 0px #5349490d;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  position: relative;
  color: #000000;
  height: 330px;
}

.service_link-row:hover {
  background-color: #2098ff;
  color: #ffffff;
}

.service_link-row-icon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_link-btn {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_link-row-head {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.service_link-row p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.pryBtn button {
  border: none;
  outline: none;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.pryBtn button:hover {
  background-color: #2098ff;
  border: 1px solid #2098ff;
}

.services-view {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 30px;
}

.services-view button {
  border: none;
  outline: none;
  background-color: #2098ff;
  padding: 10px 50px;
  border-radius: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.services-view button:hover {
  background-color: #000000cc;
}

.ready_to {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 93px;
  color: #ffffff;
  text-align: center;
}

.ready_to-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  margin-bottom: 12px;
}
.ready_to p {
  font-weight: 400;
  font-size: 16px;
  width: 50%;
  margin: auto;
}

.ready_to-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 27px;
}

.ready_to-btn-left button {
  border: none;
  outline: none;
  background-color: #2098ff;
  border: 1px solid #2098ff;
  padding: 10px 50px;
  border-radius: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.ready_to-btn-right button {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #e06226;
  padding: 10px 50px;
  border-radius: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #e06226;
}

.ready_to-btn-right button:hover {
  background-color: #e06226;
  color: #ffffff;
}

.home_about {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 81px;
  padding-bottom: 130px;
}

.inner-nav {
  position: relative;
}

.inner-nav-head {
  position: absolute;
  top: 25px;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: #000000e3;
}

.inner-nav-sub {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 40px;
}

.home_about-left p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 22px;
}

.home_about-left {
  margin-bottom: 30px;
}

.start_consultation {
  background-color: #2098ffcc;
  padding-top: 130px;
  padding-bottom: 130px;
}

.inner-banner-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.inner-banner-sub {
  color: #fd5d23;
  font-weight: 600;
  font-size: 16px;
}

.inner-banner-sub a {
  color: #ffffff;
  text-decoration: none;
}

.inner-banner-sub a:hover {
  color: #000000;
}

.service_page {
  margin-bottom: 100px;
}

.service_page-text p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 27px;
}

.footer-top {
  background-color: #2098ff;
  padding-top: 85px;
  padding-bottom: 83px;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  color: #ffffff;
  position: relative;
  bottom: -30px;
}

.footer-top-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 66px;
}

.footer-top-right-input {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.footer-top-right-input button {
  position: absolute;
  right: 0px;
  border: none;
  outline: none;
  background-color: #ffffff;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #2098ff;
  padding: 9px;
  border-radius: 0px 10px 10px 0px;
}

.footer-top-right-input button:hover {
  background-color: transparent;
  color: #fd5d23;
}

.footer-top-right-input input {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  background-color: transparent;
  color: #ffffff;
}

.footer-top-right-input input::placeholder {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.footer-top-right {
  padding-top: 60px;
}

.footer {
  background-color: #000000e5;
  padding-top: 80px;
  padding-bottom: 21px;
  color: #ffffff;
}

.footer-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 40px;
}

.footer-head:hover {
  border-bottom: 2px solid #2098ff;
  width: fit-content;
  transition: all 0.2s;
}

.footer-img {
  margin-bottom: 20px;
}

.footer a {
  text-decoration: none;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
}

.footer a:hover {
  color: #fd5d23;
}

.footer-add {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-copy {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  margin-top: 50px;
}

.innerServices-row {
  margin-bottom: 100px;
}

.innerServices-rows {
  box-shadow: 0px 10px 40px 0px #0000001a;
  padding: 20px;
  margin-left: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.innerServices-rows-nav {
  display: flex;
  gap: 20px;
  position: relative;
  left: -40px;
  margin-bottom: 20px;
}

.innerServices-rows-nav-left {
  background-color: #e06226;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #ffffff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 96px;
}

.innerServices-rows-nav-right-head {
  font-weight: 600;
  font-style: Bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.innerServices-rows-nav-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000b2;
}

.innerServices-rows2 {
  margin-bottom: 100px;
}

.innerServices-rows2-text-nav {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: #000000e3;
  margin-bottom: 5px;
}

.innerServices-rows2-text-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  color: #000000e3;
  margin-bottom: 10px;
}

.innerServices-rows2-text p {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.innerServices-rows2-text-rows {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.innerServices-rows2-text-rowsR {
  width: 95%;
}

.innerServices-rows2-text-rowsR-head {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000cc;
}

.innerServices-rows2-text-rowsR p {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 20px;
  color: #000000e5;
}

.core_values {
  margin-top: 70px;
  margin-bottom: 100px;
}

.core_values-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.accordion {
  max-width: 600px;
  margin: 1em auto;
  font-family: Arial, sans-serif;
}

.accordion-input {
  display: none; /* Hide the checkbox visually */
}

.accordion-label {
  display: block;
  cursor: pointer;
  padding: 1em;
  background-color: #00000099;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  user-select: none;
  font-size: 18px;
  transition: background-color 0.3s;
}

.accordion-label:hover,
.accordion-label:focus {
  background-color: #00000099;
  outline: none;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #00000099;
  color: white;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 1rem;
  line-height: 1.4;
}

/* Show content when checked */
.accordion-input:checked ~ .accordion-content {
  max-height: 500px; /* Adjust max-height to fit content */
  padding: 1em;
}

/* Plus/minus icon */
.accordion-label::after {
  content: "+";
  float: right;
  font-weight: bold;
  transition: transform 0.3s ease;
  font-size: 1.3rem;
}

.accordion-input:checked + .accordion-label::after {
  content: "-";
}

/* Responsive enhancements */
@media (max-width: 480px) {
  .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }

  .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }

  .accordion-input:checked ~ .accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }

  .accordion-label::after {
    font-size: 1.2rem;
  }
}

.our_values {
  background-color: #2098ffcc;
  padding-top: 69px;
  padding-bottom: 88px;
  margin-bottom: 127px;
}

.our_values-rows {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px #d9d9d9;
  padding: 30px;
  border-radius: 15px;
  height: 280px;
  margin-bottom: 30px;
}

.our_values-rows-head {
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid #fd5d23;
  margin-bottom: 20px;
}

.our_values-rows p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}

.contact-row-left {
  background-color: #484c50;
  padding: 50px;
  box-shadow: 0px 10px 40px 0px #0000001a;
  border-radius: 5px;
  color: #ffffff;
}

.contact-row-left-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  margin-bottom: 25px;
}

.contact-row-left p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-row-left input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact-row-left input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #f5f5f54d;
}

.contact-row-left .form-select {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #f5f5f54d;
  margin-bottom: 30px;
}

.contact-row-left .form-select option {
  color: #000000;
}

.contact-row-left textarea {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact-row-left textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #f5f5f54d;
}

.contact-row-left button {
  border: none;
  outline: none;
  width: 100%;
  background-color: #000000;
  padding: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
}

.contact-row-left button:hover {
  background-color: #2098ff;
}

.contact-row-right-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}

.contact-row-right-navR-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-row-right-navR p {
  font-weight: 400;
  font-size: 16px;
}

.contact-row-right {
  padding-top: 70px;
}

.clients_page {
  margin-bottom: 100px;
}

.clients_page-row {
  margin-bottom: 30px;
}

.start_consultation-row {
  position: relative;
}

.start_consultation-right {
  position: absolute;
  right: 0px;
  top: 40px;
}

.start_consultation-left-img {
  width: 500px;
  box-shadow: 0px 10px 40px 0px #0000000d;
}

.start_consultation-right {
  background-color: #ffffff;
  padding: 30px;
  width: 700px;
  box-shadow: 0px 10px 40px 0px #0000001a;
  border-radius: 10px;
}

.start_consultationiright-row p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.start_consultationiright-row input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #000000;
  margin-bottom: 30px;
}

.start_consultationiright-row input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #00000080;
}

.start_consultationiright-row .form-select {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #00000080;
  margin-bottom: 30px;
}

.start_consultationiright-row .form-select option {
  color: #000000;
}

.start_consultationiright-row textarea {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #000000;
  margin-bottom: 30px;
}

.start_consultationiright-row textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #00000080;
}

.start_consultationiright-row button {
  border: none;
  outline: none;
  width: 100%;
  background-color: #000000;
  padding: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
}

.start_consultationiright-row button:hover {
  background-color: #2098ff;
}

.whoChoose-left {
  padding: 30px;
}

.slideshow {
  position: relative;
  width: 400px; /* Adjust based on your image size */
  height: 300px; /* Adjust based on your image size */
  margin: 0 auto;
}

.slideshow img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow img.active {
  opacity: 1;
}

.faq-home-left imh {
  height: 100%;
}

.faq-home-right {
  padding-top: 80px;
  padding-left: 35px;
  padding-right: 120px;
  padding-bottom: 80px;
  background-color: #e06226;
}

.faq-home .col-md-5 {
  padding-left: 0px;
  padding-right: 0px;
}

.faq-home .col-md-7 {
  padding-left: 0px;
  padding-right: 0px;
}

.faq-home {
  margin-bottom: 100px;
}

.faq-home-right .accordion {
  max-width: 600px;
  margin: 1em auto;
  font-family: Arial, sans-serif;
}

.faq-home-right .accordion-input {
  display: none; /* Hide the checkbox visually */
}

.faq-home-right .accordion-label {
  display: block;
  cursor: pointer;
  padding: 1em;
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  border-radius: 6px;
  user-select: none;
  font-size: 16px;
  transition: background-color 0.3s;
}

.faq-home-right .accordion-label:hover,
.faq-home-right .accordion-label:focus {
  background-color: #ffffff;
  outline: none;
}

.faq-home-right .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 1rem;
  line-height: 1.4;
}

/* Show content when checked */
.faq-home-right .accordion-input:checked ~ .accordion-content {
  max-height: 500px; /* Adjust max-height to fit content */
  padding: 1em;
}

/* Plus/minus icon */
.faq-home-right .accordion-label::after {
  content: "+";
  float: right;
  transition: transform 0.3s ease;
  font-size: 16px;
  background-color: #2098ff;
  padding: 5px 10px;
  border-radius: 50%;
  color: #ffffff;
}

.faq-home-right .accordion-input:checked + .accordion-label::after {
  content: "-";
}

/* Responsive enhancements */
@media (max-width: 480px) {
  .faq-home-right .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }

  .faq-home-right .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }

  .faq-home-right
    .accordion-input:checked
    ~ .faq-home-right
    .accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }

  .faq-home-right .accordion-label::after {
    font-size: 1.2rem;
  }
}

/* MEDIA */

@media (max-width: 736px) {
  .faq-home-right {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    background-color: #e06226;
  }
  .start_consultation-right {
    position: relative;
    right: 0px;
    top: 40px;
  }

  .start_consultation-left-img {
    width: auto;
    box-shadow: 0px 10px 40px 0px #0000000d;
  }

  .start_consultation-right {
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    box-shadow: 0px 10px 40px 0px #0000001a;
    border-radius: 10px;
  }
  .contact-row-left {
    background-color: #484c50;
    padding: 20px;
    box-shadow: 0px 10px 40px 0px #0000001a;
    border-radius: 5px;
    color: #ffffff;
  }
  .our_values-rows {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px #d9d9d9;
    padding: 30px;
    border-radius: 15px;
    height: auto;
    margin-bottom: 30px;
  }
  .innerServices-rows-nav-left {
    background-color: #e06226;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
  .footer-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer-top-left-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
  }
  .footer-top {
    background-color: #2098ff;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
  }
  .service_page-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ready_to-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 45px;
    margin-bottom: 12px;
  }
  .ready_to p {
    font-weight: 400;
    font-size: 16px;
    width: 90%;
    margin: auto;
  }
  .service-nav-box-head {
    position: absolute;
    top: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    color: #000000e3;
  }
  .service-nav {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .service-nav-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 60px;
  }
  .banner-btns {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .banner-carousel-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 15px;
  }

  .banner-carousel p {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .nav-banner {
    background-color: #2098ffcc;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
  .mobile-logo img {
    width: 70%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* STYLES GO HERE */
}

@media (min-device-width: 737px) and (max-device-width: 991px) {
}

@media only screen and (min-device-width: 737px) and (max-device-width: 767px) {
  /* STYLES GO HERE */
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 480px) {
}
