body {
  width: 100%; /* This will fit the width to the screen without causing overflow */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #e1e1e1 !important;
}

::-webkit-scrollbar {
  width: 4px; /* Thin scrollbar */
  height: 4px; /* Thin scrollbar for horizontal scroll */
}

::-webkit-scrollbar-track {
  background: transparent; /* Optional: Makes the track transparent */
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3); /* Dark semi-transparent thumb */
  border-radius: 10px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5); /* Slightly darker on hover */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: textfield;
          appearance: textfield;
}

.sr-body-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sr-buttons {
  display: flex;
  margin-top: 10px;
}

.sr-buttons button {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.sr-add-btn {
  background-color: #28a745;
  color: white;
  margin-right: 10px;
}

.sr-delete-btn {
  background-color: #dc3545;
  color: white;
}

.sr-add-btn:hover {
  background-color: #218838;
  transform: scale(1.05);
}

.sr-delete-btn:hover {
  background-color: #c82333;
  transform: scale(1.05);
}

.sr-edit {
  font-size: 16px !important;
  margin-left: auto;
  align-self: flex-end;
  cursor: pointer;
}

.sr-check {
  color: #28a745;
  margin-top: 5px;
  margin-left: 6px;
  font-size: 22px !important;
}

.sr-dlt {
  margin-top: 5px;
  font-size: 16px !important;
  color: red;
  cursor: pointer;
}

.mobile {
  display: none !important;
}

.desktop {
  display: flex;
}

.sr-column h5 {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

.column h5 {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.btn {
  font-family: "Lexend", sans-serif;
}

.nav-link:focus,
.nav-link:hover {
  color: #1d4aa7 !important;
}

.nav-link {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: black !important;
  padding: 0 13px !important;
}

#sr-navbarNav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}

h1,
h2 {
  font-family: "DM Serif Display", serif;
  color: black;
}

h3 {
  font-size: 44px;
  font-weight: 700;
}

.sr-flexCenter {
  display: flex;
  align-items: center;
}

.sr-logo {
  width: 65px;
  height: auto;
  z-index: 15;
}

.footer-logo {
  margin: auto;
  width: 75px;
  height: auto;
  z-index: 15;
}

.sr-navbar {
  top: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: fixed;
  background-color: white;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin: auto;
}

.sr-navbar-row {
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  padding: 0px 30px;
  justify-content: space-between;
  align-items: center;
}

.sr-drawer-img {
  width: 180px;
  height: auto;
}

.sr-nav-img {
  width: 115px;
  height: auto;
  margin-left: 20px;
}

.sr-hero-text {
  font-size: 50px;
  color: black;
  font-weight: 500;
}

.sr-hero-subText {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 20.5px;
  color: #535252;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  text-align: center;
}

.sr-section {
  padding: 50px 0;
  text-align: center;
}

.sr-download-section {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-around;
  align-items: center;
  margin: -30px auto 30px;
}

.sr-download-section img {
  width: 100%;
  max-width: 280px;
}

.sr-download-text p {
  color: #646464;
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 400;
}

.sr-download-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.sr-download-buttons img {
  width: 210px;
  height: auto;
}

.download-buttons a {
  margin-top: 20px;
}

.sr-add-margin {
  margin-top: 56px;
}

.sr-banner {
  background-size: cover;
  background-position: center;
  width: calc(100vw - 4px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.sr-banner img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sr-second-banner-text {
  max-width: 1000px;
  width: 100%;
  position: relative;
  color: white;
  text-align: center;
  padding: 40px 0;
}
.sr-second-banner-text h3 {
  color: white;
}
.sr-second-banner-text p {
  letter-spacing: 0.8px;
  margin: 70px 0;
  font-size: 20px;
  color: white;
  font-weight: 300;
}
.sr-second-banner-text a {
  font-size: 22px;
  font-weight: 500;
  color: #042f51;
}
.sr-second-banner-text a:hover {
  background-color: #042f51;
  color: white;
}

.sr-feature-wrapper {
  max-width: 1440px;
  width: 100%;
}

.sr-hero-text2 {
  padding: 0 15px;
  font-size: 50px;
  color: black;
  font-weight: 500;
  margin-bottom: 35px;
}

.three-rows-section {
  padding: 50px 0;
}

.three-rows-section .row {
  margin-bottom: 30px;
}

.sr-feature-img {
  width: 200px;
  margin-right: 20px;
}

.sr-feature-container {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  margin: 80px auto 0;
}

.sr-features {
  display: flex;
  flex-direction: row;
  width: 100%;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 0px auto;
  justify-content: center;
  align-items: flex-start;
}

.sr-feature-paragraph {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.sr-feature-paragraph h5 {
  text-align: left;
  color: #042f51;
  font-size: 26px;
  font-weight: 700;
}

.sr-feature-paragraph p {
  text-align: left;
  color: #535252;
  font-size: 17px;
  font-weight: 400;
}

footer {
  width: 100%;
  background-color: #042f51; /* Black background */
  color: white; /* White text */
}

.sr-footer-links {
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin: 0 20px;
  cursor: pointer;
}

.sr-footer-links:hover {
  color: #11e2f3 !important;
}

.sr-footer-bar {
  width: 95%;
  height: 1px;
  background-color: white;
}

.sr-footer-text {
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 200;
  color: white;
}

.sr-active {
  color: #1d4aa7 !important;
  font-weight: 600 !important;
}

.sr-active-footer {
  color: #11e2f3 !important;
  font-weight: 600 !important;
}

.dropdown .nav-link.sr-active-footer {
  color: #11e2f3 !important; /* add mn*/
}

.sr-menu {
  margin-right: 25px;
  width: 30px;
  transform: scaleX(-1);
}

.dropdown {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.dropdown .nav-link {
  font-size: 20px !important;
  font-family: "Lexend", sans-serif !important;
  font-weight: 400 !important;
  color: white !important;
}

.dropdown-menu {
  position: fixed !important;
  height: 100vh !important;
  overflow: hidden !important;
  left: -1px !important;
  top: -1px !important;
  padding: 55px 80px 10px 20px !important;
  text-align: left;
}

.offcanvas {
  background-color: #042f51 !important;
}

.offcanvas-header {
  margin-left: auto;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
  width: 2px !important;
  height: 2px !important;
}

.sr-footer-addon {
  width: 100% !important;
  margin: auto !important;
}

.sr-remove-margin {
  margin-bottom: unset;
}

.sr-other-banner {
  margin-top: 57px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sr-other-banner-img {
  width: 100%;
  height: auto;
}

.sr-other-banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px; /* Adjust as needed */
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.sr-other-text {
  max-width: 1100px;
  width: 100%;
  color: black !important;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
}
.sr-other-text h3,
.sr-other-text p,
.sr-other-text li {
  text-align: left !important;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
}

.contact-item {
  display: flex;
  align-items: center;
}

.sr-icon {
  color: #042f51;
  font-weight: 500;
  font-size: 26px; /* Adjust icon size */
  margin-right: 10px;
}

.sr-margin-added {
  margin: 0 18px 0 6px;
}

.sr-margin-added2 {
  margin: 0 14px 0 4px;
}

.sr-only-text {
  font-size: 18px;
}

.sr-contact-section {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 30px 0;
  width: 100%;
  margin-top: 60px;
}

.sr-col1 {
  width: 50%;
  display: flex;
  row-gap: 30px;
  padding: 35px 0;
  flex-direction: column;
}
.sr-col1 h4 {
  font-size: 21px;
  color: black;
  font-weight: 600;
}

.sr-col2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #042f51;
  border-radius: 10px;
  padding: 25px 10px;
}

.sr-col2-fullName {
  display: flex;
}

.sr-contact-help {
  margin-top: -18px;
  font-size: 15px;
  color: #646464;
  font-weight: 300;
}

.sr-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  width: 100%;
}

.sr-input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #bfbfbf;
  background: transparent;
  border-radius: 10px;
  color: white;
  outline: none;
}

.sr-input::-moz-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 400;
}

.sr-input::placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 400;
}

.sr-error-text {
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: -22px;
  color: #ffd900;
  font-weight: 200;
  font-size: 12px;
  display: none;
}

.sr-input-container.sr-error .sr-error-text {
  display: block;
}

.phone-input {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #bfbfbf;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.country-code {
  border: none;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 0px 5px 10px;
  background-color: transparent;
  color: #bfbfbf;
  outline: none;
  width: 12%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  margin-right: 5px;
}

.phone-number {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 10px;
  color: white;
  font-weight: 300;
  outline: none;
}

.phone-number::-moz-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 400;
}

.phone-number::placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 400;
}

.sr-textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  font-weight: 300;
  font-size: 14px;
  background: transparent;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  color: white;
  resize: none;
  outline: none;
}

.sr-textarea::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 400; /* Same color as border */
  font-size: 14px;
}

.sr-textarea::placeholder {
  color: #bfbfbf;
  font-weight: 400; /* Same color as border */
  font-size: 14px;
}

.sr-submit {
  border-radius: 5px;
  margin: 30px 15px;
  padding: 8px 10px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #042f51;
  background-color: white;
  border: 2px solid white;
}

.sr-submit:hover {
  background-color: #11e2f3;
  color: #042f51;
}

.sr-security-code {
  white-space: nowrap;
  background: white;
  font-size: 15px;
  height: 42px;
  border-radius: 10px;
  padding: 8px 20px;
  margin: 22px 15px;
  color: #042f51;
  font-weight: 500;
}

option {
  background: black;
}

option:checked {
  color: #042f51;
}

.sr-padding {
  padding: 0 4px !important;
}
.sr-padding a {
  text-decoration: none;
}
.sr-padding a:hover {
  color: #042f51;
}

.sr-banner-small {
  height: 200px;
  width: calc(100vw - 4px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.sr-banner-small img {
  position: absolute;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensure the image covers the container */
  -o-object-position: center;
     object-position: center;
}

.sr-car-rental-container {
  padding: 35px 35px 0;
  max-width: 950px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal-width columns */
  gap: 10px;
  align-items: start;
}

.sr-column {
  display: grid;
  grid-auto-rows: minmax(auto, max-content);
}

.sr-row {
  padding: 10px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
}
.sr-row img {
  margin: 4px 0;
  width: 22px;
}
.sr-row div {
  text-align: left;
}
.sr-row div span {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  color: black;
}

.sr-book-car-container {
  padding: 0px 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.sr-rent-car-step {
  flex: 1;
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  text-align: center;
}

.sr-rent-car-step .sr-image-wrapper {
  height: 200px; /* Set a fixed height to maintain alignment */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.sr-rent-car-step img {
  width: 100%;
  max-width: 200px; /* Adjust the image size */
  height: auto;
}

.sr-rent-car-step h2 {
  font-size: 20px;
  color: #0a2d57;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.sr-rent-car-step p {
  font-size: 16px;
  color: #333;
  padding: 10px;
  font-family: "Lexend", sans-serif;
  line-height: 1.5;
  flex-grow: 1; /* Allows paragraph to take up remaining space */
  align-items: flex-end;
  margin-bottom: 0;
}

.accordion-container {
  max-width: 1440px;
  width: 100%;
  padding: 50px 35px 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 40px;
  margin: 0 auto;
  align-items: start;
}

.accordion {
  width: 100%;
}

.button-container {
  position: fixed;
  top: 60px;
  left: 3px;
  z-index: 100;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.button-container button {
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Lexend", sans-serif;
  border-radius: 5px;
}

.save-btn {
  background-color: #28a745; /* Green */
  color: white;
}

.save-btn:hover {
  background-color: #05a32a;
}

.cancel-btn {
  background-color: rgb(243, 55, 55); /* Red */
  color: white;
}

.cancel-btn:hover {
  background-color: rgb(255, 0, 0);
}

.sr-accordion-item {
  width: calc((100% - 40px) / 2);
}

.accordion-button {
  display: flex;
  align-items: flex-start;
  padding: 15px 5px !important;
}

.sr-accordion-header {
  font-family: "Lexend", sans-serif !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.accordion-body {
  padding: 15px 5px !important;
}

/* Make sure button does not shrink when collapsed */
.sr-business-essentials-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 25px;
  padding: 35px 24px 0;
  max-width: 1080px; /* Adjust this based on your desired layout */
  margin: 0 auto;
}

.sr-business-essentials-card {
  width: calc((100% - 50px) / 3);
  background-color: #ffffff;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  row-gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sr-business-essentials-card-img-container {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  width: 100%;
  padding-top: 74.9063670412%;
  display: flex;
  height: auto;
}

.sr-business-essentials-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}

.sr-business-essentials-card h3 {
  padding: 0 15px;
  font-size: 17px;
  color: #0a2d57;
  font-weight: 600;
  margin-bottom: 8px;
  cursor: pointer;
}

.sr-business-essentials-card h3:hover {
  color: #0967db;
}

.sr-business-essentials-card p {
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.sr-resources-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
  padding: 35px 24px;
  max-width: 850px;
  width: 100%;
  margin: 35px auto 0;
}

.sr-resources-card {
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sr-resources-card h3 {
  font-size: 16px;
  color: #0a2d57;
  font-weight: 500;
  cursor: pointer;
}

.sr-resources-card h3:hover {
  color: #0967db;
}

.sr-resources-card p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  margin-bottom: 0 !important;
}

.legal-container {
  margin-top: 30px;
  text-align: center;
}

.legal-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 15px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 600px; /* Adjust as needed */
  margin-top: 40px;
}

.legal-container a {
  text-decoration: none;
  color: #555;
  font-size: 17px;
  font-weight: 500;
  font-family: "Lexend", sans-serif !important;
}

.legal-container a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .sr-navbar-row {
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sr-hero-subText {
    padding: 0 20px;
  }
  .sr-second-banner-text {
    padding: 40px 20px;
  }
  .sr-contact-section {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .nav-link {
    font-size: 14px !important;
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 992px) {
  .sr-business-essentials-card {
    width: calc((100% - 50px) / 2);
  }
  .sr-accordion-item {
    margin: 0 auto;
    width: 80%;
  }
  .accordion-container {
    grid-template-columns: 1fr; /* One column */
    gap: 0px;
  }
  .sr-book-car-container {
    flex-direction: column;
    align-items: center;
  }
  .sr-car-rental-container {
    grid-template-columns: 1fr; /* One column */
  }
  .sr-rent-car-step {
    padding: 15px 0px 0px;
  }
  .sr-footer-addon {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .sr-remove-margin {
    margin-bottom: 0 !important;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .sr-add-margin {
    margin-top: 54px;
  }
  .sr-logo {
    width: 60px;
  }
  .navbar-toggler {
    display: none;
  }
  .mobile {
    display: flex !important;
  }
  .desktop {
    display: none !important;
  }
  .sr-footer-links {
    margin: 0 25px;
  }
  .sr-hero-text {
    font-size: 48px;
  }
  .sr-hero-subText {
    font-size: 18px;
    padding: 0 20px;
  }
  .sr-download-section {
    flex-direction: column;
    -moz-row-gap: 30px;
    row-gap: 30px;
    justify-content: space-around;
    align-items: center;
    margin: -30px auto 30px;
  }
  .sr-download-text {
    text-align: center !important;
  }
  h3 {
    font-size: 36px;
  }
  .sr-download-text p {
    font-size: 18px;
  }
  .sr-second-banner-text p {
    margin: 40px 0;
    font-size: 15px;
  }
  .sr-second-banner-text a {
    font-size: 17px;
  }
  .sr-hero-text2 {
    font-size: 48px;
  }
  .sr-feature-paragraph h5 {
    text-align: center;
  }
  .sr-features {
    flex-direction: column;
    -moz-row-gap: 30px;
    row-gap: 30px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
  }
  .sr-feature-img {
    margin-right: 0;
  }
  .sr-feature-paragraph {
    padding: 0 20px;
    align-items: center;
  }
  .sr-feature-paragraph h5 {
    font-size: 22px;
  }
  .sr-feature-paragraph p {
    text-align: center;
    font-size: 15px;
  }
  .sr-other-banner {
    margin-top: 54px;
  }
  .sr-other-banner-text {
    font-size: 45px;
  }
  .sr-contact-section {
    margin-top: 0;
    flex-direction: column;
    row-gap: 10px;
    padding: 15px 20px;
  }
  .sr-col1 {
    row-gap: 15px;
    width: 100%;
    padding: 15px 0;
  }
  .sr-col2 {
    width: 100%;
  }
  .sr-contact-help {
    margin-top: -5px;
  }
  .contact-info {
    row-gap: 10px;
  }
  .country-code {
    padding: 5px 10px 5px 8px;
    width: 8%;
  }
  .sr-business-essentials-container {
    max-width: 678px;
  }
}
@media screen and (max-width: 760px) {
  .sr-business-essentials-card {
    width: 100%;
    max-width: 360px;
  }
  .sr-col1 h4 {
    font-size: 19px;
  }
  .sr-accordion-item {
    margin: 0 auto;
    width: 100%;
  }
  .sr-footer-links {
    font-size: 11px;
    margin: 0 12px;
  }
  .sr-hero-text {
    padding: 0 15px;
    font-size: 44px;
  }
  h3 {
    font-size: 30px;
  }
  .sr-download-text p {
    font-size: 15px;
  }
  .sr-second-banner-text p {
    font-size: 12px;
  }
  .sr-second-banner-text a {
    font-size: 13px;
  }
  .sr-hero-text2 {
    font-size: 42px;
  }
  .sr-hero-subText {
    font-size: 16px;
  }
  .sr-feature-img {
    width: 200px;
  }
  .sr-download-buttons img {
    width: 200px;
  }
  .sr-feature-paragraph h5 {
    font-size: 20px;
  }
  .sr-feature-paragraph p {
    font-size: 13px;
  }
  .country-code {
    padding: 5px 0px 5px 8px;
    width: 10%;
  }
  .sr-business-essentials-container {
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
  }
  .sr-reduce-gap {
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 580px) {
  .button-container {
    top: 51px;
  }
  .sr-icon {
    font-size: 22px;
  }
  .sr-only-text {
    font-size: 16px;
  }
  .sr-contact-help {
    font-size: 14px;
  }
  .sr-col1 h4 {
    font-size: 17px;
  }
  .offcanvas-body {
    padding: 0px !important;
  }
  .offcanvas-start {
    width: 250px !important;
  }
  .sr-navbar-row {
    padding: 0 15px;
  }
  .sr-nav-img {
    width: 100px;
  }
  .sr-menu {
    margin-right: 20px;
    width: 20px;
  }
  .sr-footer-links {
    font-size: 11px;
    font-weight: 300;
    margin: 0 6px;
  }
  .sr-add-margin {
    margin-top: 48px;
  }
  .sr-logo {
    width: 50px;
  }
  .sr-hero-text {
    font-size: 38px;
  }
  h3 {
    font-size: 25px;
  }
  .sr-download-text p {
    font-size: 13px;
  }
  .sr-second-banner-text p {
    font-size: 11px;
  }
  .sr-second-banner-text a {
    font-size: 11px;
  }
  .sr-hero-text2 {
    font-size: 36px;
  }
  .sr-hero-subText {
    font-size: 13.5px;
  }
  .sr-row div {
    font-size: 15px;
  }
  .sr-row img {
    width: 16px;
  }
  .sr-accordion-header {
    font-size: 14px !important;
  }
  .accordion-body {
    font-size: 13.5px !important;
  }
  .sr-feature-img {
    width: 170px;
  }
  .sr-download-buttons img {
    width: 160px;
  }
  .sr-feature-paragraph h5 {
    font-size: 18.5px;
  }
  .sr-feature-paragraph p {
    font-size: 13.5px;
  }
  .sr-other-banner {
    margin-top: 47px;
  }
  .sr-other-banner-text {
    font-size: 34px;
  }
  .sr-other-text {
    font-size: 15px;
  }
  .sr-col2-fullName {
    flex-direction: column;
  }
  .country-code {
    width: 10%;
  }
  .sr-security-code {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sr-car-rental-container {
    padding: 35px 15px 0;
  }
  .accordion-container {
    padding: 50px 15px 0;
  }
  .dropdown {
    row-gap: 20px;
  }
  .dropdown .nav-link {
    font-size: 15px !important;
    font-family: "Lexend", sans-serif !important;
    font-weight: 400 !important;
    color: white !important;
  }
  .sr-drawer-img {
    width: 130px;
    height: auto;
  }
  .sr-business-essentials-card h3 {
    font-size: 15.5px;
  }
  .sr-business-essentials-card p {
    font-size: 12px;
  }
  .sr-resources-card h3 {
    font-size: 15.5px;
  }
  .sr-resources-card p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .sr-hero-text2 {
    font-size: 32px;
  }
  .sr-hero-text {
    padding: 0 15px;
    font-size: 32px;
  }
  .sr-menu {
    margin-right: 15px;
  }
  .sr-nav-img {
    margin-left: 10px;
  }
  .sr-padding {
    padding: 0 8px !important;
  }
  .sr-footer-links {
    font-size: 11px;
    margin: 0 0px;
  }
  h3 {
    font-size: 20px;
  }
  .sr-other-banner-text {
    font-size: 22px;
  }
  .sr-other-text {
    font-size: 13px;
  }
  .country-code {
    width: 15%;
  }
}/*# sourceMappingURL=sr-custom.css.map */