/* web fotn */
@import url('https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
}

:root {
  --primary-dark: #C02628;
  --secondary-dark: #253F77;
  --light-secondary:#07164F;
  --light-blue: #10268E;
  --light-blue-300:#0B1126;
  --light-blue-400:#0B2A4A;
  --light-blue-500:#1C3181;
  --light-blue-600:#224285;
  --light-blue-700:#1451B5;
  --light-grey-300:#E7EAF8;
  --black-700:#181818;
  --black-gradient:linear-gradient(86.04deg, #020616 -0.16%, rgba(2, 6, 22, 0) 58.48%);
  --white-gradient:linear-gradient(180deg, #FFFFFF 1.59%, rgba(255, 255, 255, 0) 65.98%),
linear-gradient(180deg, rgba(255, 255, 255, 0) 65.16%, rgba(255, 255, 255, 0.673635) 77.12%, rgba(255, 255, 255, 0.87848) 83.84%, #FFFFFF 92.21%);
  --background-gradient:linear-gradient(90deg, #010C36 0%, rgba(1, 12, 54, 0.869401) 18.25%, rgba(1, 12, 54, 0.47) 37%, rgba(1, 12, 54, 0) 48.31%);
  --error: red;
  --white: #fff;
  --black: #000;
}

body {
  margin: 0;
  padding: 0;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 130%;
  text-transform: uppercase;
}
h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
h3{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  text-transform: uppercase;
}
h4{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
}
h5{
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  text-transform: uppercase;
}
h6{
  font-family: "Roboto", sans-serif;
  font-family: Roboto;
  font-weight: 600;
  font-size: 19px;
  line-height: 130%;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

li{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.pera-increase{
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 8%;
  text-transform: uppercase;
}
.accent{
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

li {
  list-style: none;
}

a {
  color:inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
button {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

button,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

.form-control:focus,
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}

input,
select,
textarea {
  font-size: 16px;
  line-height: 37px;
}

textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/dropdown-icon.png") no-repeat right 12px center !important;
  background-size: 26px;
  padding-right: 40px;
  cursor: pointer;
}
input:hover,
input:active,
input:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: inherit;
}

select:hover,
select:active,
select:focus {
  outline: none;
  box-shadow: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0;
}

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

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

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

img {
  max-width: 100%;
  height: auto;
}

.flex-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
}

.custom-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

.lg-main-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

.fullwidth {
  width: 100%;
}

nav.navbar .custom-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.mobile-contact-list {
  display: none;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #D3D3D3;
  display: inline-flex;
  position: relative;
  margin-right: 16px;
  border-radius: 50%;
}

.owl-dots .owl-dot.active span {
  background: var(--primary-dark);
  position: relative;
}

.owl-dots .owl-dot.active span::before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #a2c617;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


.form_group {
  margin-bottom: 20px;
}

.form_group label {
  color: #253F77;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; 
  text-transform: capitalize;
  margin-bottom: 10px;
}

.form_group .field {
  width: 100%;
  position: relative;
}

.form_group .field .form_control {
  width: 100%;
  height: 48px;
  padding: 10px 15px;
  border: 1px solid rgba(159, 184, 200, 0.60);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  background: transparent;
  font-size: 16px;
  color: #3F3435;
}

.form_group .field .form_control::placeholder {
  color: #717680;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.form_group .field .eye {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #172B85;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}

.form_group .field:has(.eye) .form_control {
  padding-right: 40px;
}

.form_group.allready_account {
  color: #181818;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.form_group.allready_account a {
  font-weight: 600;
  color: #10268E;
  text-transform: uppercase;
}

.form_group.forgot_password {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form_group.forgot_password label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin: 0;
  color: #181818;
  font-size: 18px;
  font-weight: 400;
}

.form_group.forgot_password a {
  color: #181818;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.upload_file {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  border: 1px solid rgba(159, 184, 200, 0.60);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.form_group .field .form_control.file {
  opacity: 0;
  z-index: 1;
  position: relative;
}


.custom-check {
  display: inline-block;
  cursor: pointer;
}

.custom-check input {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 3px solid #222;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  background: #e6ddd8; /* light beige background */
}

/* Checkmark */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #222;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Show check when checked */
.custom-check input:checked + .checkmark::after {
  display: block;
}

.or {
  display: flex;
  align-items: center;
}

.or span {
  color: #253F77;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 30px;
}

.or_b {
  flex: 1;
  height: 1px;
  opacity: 0.2;
  background: #253F77;
}


.otp_field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.otp_field .form_control {
  width: 65px;
  height: 55px;
  background: transparent;
  border: 1px solid rgba(96, 56, 19, 0.20);
  color: #2E2E2E;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.otp_timer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #2E2E2E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}


/* global header */
.global-header{
  margin-bottom:40px;
}
.global-header p {
    margin-top: 26px;
}
.global-header h5{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 8%;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--primary-dark);
}
.rodlex-works-outer .global-header {
  text-align: center;
}

/* global solid button */
.global-light-button,
.global-border-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  line-height: 28px;
  color: var(--white);
  position: relative;
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  background-color: var(--primary-dark);
}

.global-light-button:hover {
  color: var(--white);
}
.global-border-button:hover{
  color: var(--black);
  border-color: var(--white);
}
.global-light-button span,
.global-dark-button span,
.global-border-button span {
  position: relative;
  z-index: 2;
}

.global-dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  line-height: 28px;
  color: var(--white);
  position: relative;
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  background-color: var(--secondary-dark);
}

.global-dark-button:hover {
  color: var(--white);
}

.global-light-button::after,
.global-dark-button::after,
.global-border-button::after {
  content: '';
  left: -100%;
  width: 100%;
  position: absolute;
  height: 100%;
  background: #000;
  transition: all 0.4s ease-in-out;
}

.global-light-button:hover::after,
.global-dark-button:hover::after,
.global-border-button:hover::after {
  left: 0px;
}
.global-border-button::after{
  background-color: var(--white);
  color: var(--black);
}
.global-border-button {
  background-color: transparent;
  color: var(--primary-dark);
  border: 1px solid var(--primary-dark);
}

.global-border-button-white {
  border-color: var(--white);
  color: var(--white);
}

/* global solid button */
.partner-item.slick-slide img {
  margin: 0 a;
}
.extra-space {
  padding: 0px 150px;
}
nav.navbar a.nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;  
  color: var(--black);
  padding: 0 !important;
  padding-bottom: 0px;
  transform: all 0.4s ease-in-out;
  overflow-x: hidden;
  position: relative;
}

nav.top-navbar li.nav-item.current_page_item  a.nav-link,
nav.top-navbar li.nav-item a.nav-link:hover {
  color: var(--primary-dark);
  transition: all 0.4s ease-in-out;
}

nav.top-navbar li.nav-item.current_page_item  a.nav-link:before,
nav.navbar a.nav-link:before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0;
  background: var(--primary-dark);
  transition: all 0.4s ease-in-out;
}

nav.top-navbar li.nav-item.current_page_item  a.nav-link:before,
nav.navbar a.nav-link:hover:before {
  left: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
  padding: 0px;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

li.nav-item.dropdown .dropdown-menu a.dropdown-item {
  padding: 10px 19px;
}

li.nav-item.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

li.nav-item.dropdown:hover .dropdown-menu:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #ffffff;
  top: -20px;
  left: 24px;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  right: 0px;
}

.only_mobile_view {
  display: none;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: auto;
  right: -12px;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #000000;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  right: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

nav.top-navbar {
  background-color: transparent;
  padding:0px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  top: 0;
  width: 100%;
}
header.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 99;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 1px 17px 1px #e5e5e5;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
.navbar-collapse {
    padding: 10px 0px;
}
a.navbar-brand.top-logo-part img {
    max-height: 69px;
    object-fit: contain;
}
a.navbar-brand.top-logo-part {
    position: relative;
    margin-top: -4%;
    z-index: 2;
}
nav.top-navbar li.nav-item {
  padding: 0px 6px;
}

.top-navbar ul.navbar-nav {
  margin-left: auto;
  gap: 20px;
}

.dropdown-toggle::after {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  border-top: .0em solid !important;
  vertical-align: 0em;
  transition: all 0.4s ease-in-out;
}

.dropdown-toggle.show::after,
li.nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}

li.nav-item.dropdown:hover .dropdown-toggle {
  color: var(--dark-green);
}

li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  top: 30px;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
  box-shadow: 1px -4px 20px 0px #4a4a4a6e !important;
  transition: all 0.4s ease-in-out;
}

.dropdown-menu {
  border: none;
}

.hero-languages {
  display: flex;
  gap: 11px;
  margin-left: 25px;
}
.hero-languages a.global-dark-button{
  background-color: var(--light-blue);
}

/* navbar end */
/* hero banner start */
.hero-banner {
  padding: 50px 0px 50px;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-inner-banner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image:var(--background-gradient);
}
.hero-inner-banner .content-box {
    /*max-width:614px;
    width: 100%;*/
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.hero-inner-banner .image-box {
  flex: 1;
}

.hero-inner-banner .content-box h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 8%;
  text-transform: uppercase;
}
.hero-inner-banner .content-box .hero-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.hero-inner-banner .content-box .hero-buttons:hover{
  color: var(--light-blue) !;
}
.hero-inner-banner .hero-buttons .global-border-button{
  border-color: var(--white);
  color: var(--white);
}
.hero-inner-banner .content-box li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 10px 0px;
}
.hero-inner-banner .hero-buttons .global-border-button:hover{
  color: var(--light-blue-600);
}
/* hero banner end */
/* why choose us start */
.why-choose-us {
  padding: 80px 0px 80px;
  position: relative;
  background-color: var(--light-blue-300);
}
.why-choose-us a.content-list-item {
  display: flex;
  margin: 20px 0px;
  gap: 20px;
}
.why-choose-us a.content-list-item h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--white);
}
.why-choose-us a.content-list-item:hover h4 {
  color: var(--primary-dark);
}
.why-choose-us a.content-list-item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 8px;
  letter-spacing: 0%;
}
.why-choose-us .content-info {
    flex: 1;
}
.why-choose-us .image-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-choose-us .content-list .content-list-item {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 22px;
}
.why-choose-us .content-info p {
    color: #ffffff78;
    margin-top: 8px;
}
.content-list-item .choose-icon-round img {
  width: 30px;
}

.content-list-item .choose-icon-round {
  position: relative;
}

a.content-list-item .choose-icon-round::after {
  content: '';
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -1px;
  height: 28px;
  width: 28px;
}

.why-choose-us .content-list {
  position: relative;
}

.why-choose-us .image-box img {
  width: 100%;
}

.why-choose-us .content-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
}
.why-choose-us a.content-list-item span img {
  width: 18px;
}

.why-choose-us .image-box {
  position: relative;
}

/* why choose us end */
/* get in touch start */
.get-touch-form {
    padding: 80px 0px;
}
.get-touch-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.get-touch-form h3 {
    text-align: center;
    margin-bottom: 40px;
}
.get-touch-form form .form-group:first-child, .get-touch-form form .form-group:last-child {
    width: 100%;
}
.get-touch-form form .form-group {
    width: calc(50% - 15px);
}
.get-touch-form form .form-group button.global-light-button{
  width: 100%;
}
.get-touch-form .form-control {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
}
.get-touch-form .form-field {
    display: flex;
    align-items: center;
    gap: 2px;
}
.get-touch-form .form-field, .get-touch-form .form-field select {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 70px;
    border: 1px solid #07164F1A;
    padding: 10px 20px;
    background: #ecf0ff;
}
.get-touch-form .form-field select{
  background-color:#ecf0ff !important;
}
.get-touch-form .form-field:has(select) {
    padding: 0px;
    border: 0px;
    background: none;
}
.get-touch-form form label {
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 8%;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    color: var(--light-blue-500);
}
.get-touch-form textarea.form-control {
  min-height: 140px;
  resize: none;
}

.get-touch-form .form-check label {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}

.get-touch-form .form-check label a {
  color: var(--light-secondary);
  text-decoration: underline;
}

.get-touch-form .form-check {
  margin: 20px 0px;
}

.get-touch-form input[type="checkbox"] {
  color: var(--light-secondary) !important;
}


.top-bar {
  position: relative;
  text-align: right;
}
.top-bar-wrapper .call-group h6{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 8%;
  text-transform: uppercase;
}
.top-bar-wrapper .call-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-bar-wrapper .btns-group {
    display: flex;
    align-items: center;
    gap: 14px;
}
.top-bar-wrapper .call-group span.call-icon {
    display: inline-flex;
    height: 40px;
    width: 40px;
    background:var(--light-blue-700);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.top-bar:before {
    content: '';
    width: 30%;
    right: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background:var(--light-secondary);
}
.top-bar-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    text-align: left;
    color: var(--white);
    position: relative;
}
.top-bar-wrapper:before {
    content: '';
    width: calc(100% + 130px);
    right: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='913' height='56' viewBox='0 0 913 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H913V56H91.7045C78.2022 56 65.0945 51.4457 54.5012 43.0735L0 0Z' fill='%2307164F'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.top-bar-wrapper .call-group h5{
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
}

/* get in touch end */
/* service demand */

.demand-wrapper h5 {
    margin-top: 40px;
}

.service-on-demand{
  padding:80px 0px;
  background:var(--white-gradient);
  position: relative;
}

.service-on-demand:before {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 65.16%, rgba(255, 255, 255, 0.67) 77.12%, rgba(255, 255, 255, 0.88) 83.84%, #FFF 92.21%);
}


@media screen and (min-width: 1300px) {

  .service-on-demand {
        background-position-y: 500px !important;
  }

}

@media screen and (min-width: 1500px) {

  .service-on-demand {
        background-position-y: 400px !important;
  }

}

@media screen and (min-width: 1600px) {

  .service-on-demand {
        background-position-y: 300px !important;
  }

}

@media screen and (min-width: 1800px) {

  .service-on-demand {
        background-position-y: 200px !important;
  }

}

@media screen and (min-width: 2000px) {

  .service-on-demand {
        background-position-y: 100px !important;
  }

}

@media screen and (min-width: 2200px) {

  .service-on-demand {
        background-position-y: 0 !important;
  }

}

@media screen and (min-width: 2800px) {

  .service-on-demand {
        background-position-y: -500px !important;
  }

}

@media screen and (min-width: 3500px) {

  .service-on-demand {
        background-position-y: -1600px !important;
  }

}

@media screen and (min-width: 4500px) {

  .service-on-demand {
        background-position-y: -2600px !important;
  }

}


.demand-wrapper .srvc-deman-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.srvc-deman-card .card-ietm-srvc:last-child:nth-child(odd) {
  grid-column: span 2;
}
.demand-wrapper .cntn-box {
    width: 50%;
}
.demand-wrapper .global-header {
    margin-bottom: 20px;
}
.demand-wrapper .image-box {
    width: 50%;
}
.demand-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}
.service-on-demand .demand-wrapper:nth-child(even) {
    flex-direction: row-reverse;
    padding-top: 80px;
}
.global-header h5 {
    margin-top: 0px;
}

.bottom-extra-space {
    padding-bottom: 700px;
    background-position: 0% 150%;
}

.srvc-deman-card .card-ietm-srvc {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color:var(--white);
    overflow: hidden;
    position: relative;
}
.srvc-deman-card .card-ietm-srvc:before {
  content: '';
  left: -100%;
  width: 100%;
  position: absolute;
  height: 100%;
  background: #C02628;
  transition: all 0.4s ease-in-out;
}

.srvc-deman-card .card-ietm-srvc:hover:before {
  left: 0;
}

.srvc-deman-card .card-ietm-srvc span,
.srvc-deman-card .card-ietm-srvc p {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}

.srvc-deman-card .card-ietm-srvc span img {
  transition: all 0.4s ease-in-out;
}

.srvc-deman-card .card-ietm-srvc:hover span img {
  filter: contrast(1) brightness(100);
}

.srvc-deman-card .card-ietm-srvc:hover p {
  color: var(--white);
}

/* end */
/* roodlx works start */
.rodlex-works-outer{
  padding: 80px 0px;
}
.rodlex-works-outer .global-header {
    margin-bottom: 80px;
}
.rolex-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
    counter-reset: step;
}
.rolex-wrapper .rodlex-works-item .roodlex-thumb {
    position: relative;
    height: 115px;
    width: 115px;
    background: var(--secondary-dark);
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rolex-wrapper .rodlex-works-item .roodlex-thumb h6.count-number {
    position: absolute;
    top: -10px;
    left: -10px;
    background:var(--primary-dark);
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
.rolex-wrapper .rodlex-works-item .roodlex-thumb h6.count-number::before {
  content: counter(step, decimal-leading-zero);
}
.rodlex-works-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    counter-increment: step;
}
.rodlex-works-item  h5{
  margin-bottom: 12px;
  color: var(--light-blue-400);
}
.rolex-wrapper .rodlex-works-item:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 150px;
    transform: translateX(100%);
    left: calc(50% + 12px);
    top: 50px;
}
.rodlex-works-outer .button-box a.global-light-button {
    max-width: 545px;
    width: 100%;
}
.rodlex-works-outer .button-box {
    margin-top: 50px;
    text-align: center;
}
.rolex-wrapper .rodlex-works-item:nth-child(odd):after{
  background: url(../images/doward-arrow.png) no-repeat;
}
.rolex-wrapper .rodlex-works-item:nth-child(even):after{
  background: url(../images/upward-arrow.png) no-repeat;
}
.rolex-wrapper .rodlex-works-item:last-child::after{
  display: none;
}
/* roodlx works end */
.becomes-technicians-outer{
  padding: 100px 0px 0px;
}
.demand-wrapper .verticle-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 10px 0;
}
.demand-wrapper .verticle-list li p{
  flex: 1;
}
.demand-wrapper .button-box {
    margin-top: 30px;
}
.need-help-right-outer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}
.need-help-right-outer .thumb-sec {
    width: 40%;
    position: relative;
    z-index: 1;
}
.need-help-right-outer .cntn-info {
    padding: 100px 80px;
    position: relative;
    z-index: 1;
    color: var(--white);
    width: 60%;
}
.need-help-right-outer::before{
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: calc(100% - 180px);
  background-color: var(--light-blue-600);
  z-index: 0;
}
.need-help-right-outer .cntn-info h5 {
    margin: 22px 0px;
}
/* footer start */
footer.footer {
  background: var(--light-grey-300);
  padding: 80px 0px 0px;
  color: var(--black-700);
}
.footer-item.get-touch-ftr li span:first-child {
    background:var(--light-blue-700);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
footer.footer .footer-inner-box {
  display: flex;
  gap: 9px 25px;
  flex-wrap: wrap;
}

footer.footer .footer-inner-box .footer-item {
  max-width: calc(17% - 11px);
  width: 100%;
}

footer.footer .footer-inner-box h5.ftr-heading {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 8%;
  text-transform: uppercase;
}
footer.footer .ftr-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
}
footer.footer .footer-inner-box .footer-item .ftr-social li{
  margin: 0px;
}

footer.footer .footer-inner-box .footer-item:first-child p {
  margin: 15px 0px;
}
footer.footer .footer-inner-box .footer-item li{
  margin: 15px 0px;
}
footer.footer .footer-inner-box .footer-item li a:hover{
  color: var(--light-blue);
}
.ftr-social li a {
  display: inline-flex;
  height: 38px;
  width: 38px;
  border: 1px solid var(--light-blue);
  background: transparent;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  color: var(--light-blue);
}
.ftr-social li a::before {
    content: '';
    position: absolute;
    background-color: var(--light-blue);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0%;
    width: 0%;
    border-radius: 50%;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
footer.footer .footer-item .ftr-logo {
    margin-bottom: 30px;
}
.ftr-social li a:hover::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: var(--light-blue);
}
.ftr-social li a:hover i {
    position: relative;
    z-index: 3;
    color: var(--white);
}

.newsletter-ftr form input,
.newsletter-ftr form button {
  width: 100%;
}

.footer-item.get-touch-ftr ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.footer-item.get-touch-ftr ul li span:last-child {
  display: flex;
  flex-direction: column;
}

.ftr-copyright {
  border-top:1px solid #253f7717;
  padding: 20px 0px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.ftr-copyright ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.ftr-copyright ul li a {
  display: inline-block;
}

.ftr-copyright ul li {
  line-height: 15px;
}
footer.footer .footer-inner-box .footer-item:first-child {
    border-right: 1px solid #253f7717;
    max-width: 25%;
    margin-right: 40px;
}
/* footer end */






.inner_banner {
  min-height: 80vh;
  align-items: center;
}

.inner_banner .hero-inner-banner .location {
  background: #253F77;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--white);
}

.about_sec1 {
  background: #EDEEF7 url(../images/about-sec3-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 120px 0;
}

.about_sec1 .custom-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about_sec1 .demand-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.about_sec1 .demand-wrapper .cntn-box {
  width: 45%;
}

.about_sec1 .demand-wrapper .image-box {
  width: 55%;
}

.about_sec1 .srvc-deman-card {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin-top: 30px;
}

.about_sec1 .srvc-deman-card .card-ietm-srvc {
  background: transparent;
  padding: 0;
}

.about_sec1 .srvc-deman-card .card-ietm-srvc:last-child:nth-child(odd) {
    grid-column: auto;
}

.about_sec1 .srvc-deman-card .card-ietm-srvc p {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

.about_sec1 .demand-wrapper:last-child {
  padding-top: 130px;
}



.about_sec2 {
  background: var(--light-blue-600);
  position: relative;
}

.about_sec2 .need-help-right-outer {
  justify-content: flex-end;
}


.about_sec2 .need-help-right-outer:before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(-90deg, #224285 0%, rgba(34, 66, 133, 0.74) 25.75%, rgba(34, 66, 133, 0.00) 52.92%);
}

.about_sec2 .need-help-right-outer .cntn-info {
  width: auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about_sec2 .need-help-right-outer .verticle-list li {
  color: var(--white);
}

.about_sec2 .need-help-right-outer .button_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}



/*--------- before login --------*/


.before_login {
  width: 100%;
  padding: 100px 0;
  background: url('../images/customer-login-bg.png') no-repeat;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}

.before_login .custom-container {

}

.login_box_wrap {
  margin: auto;
  border: 1px solid rgba(23, 43, 133, 0.14);
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(17px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.login_box_image {
  text-align: center;
}

.login_box_top {
  width: 100%;
  text-align: center;
  color: #3F3435;
}

.login_box_top h4 {
  margin-bottom: 15px;
}

.login_box_bottom {
  width: 100%;
  margin: 0 auto;
}




.technician_before_login {
  padding-bottom: 400px;
  background: url('../images/technician-login-bg.png') no-repeat;
  background-size: cover;
  background-position: center bottom;
}




.how_it_works_sec1 {
  padding: 100px 0 500px;
  background: url('../images/how-it-works-bg-1.png') no-repeat top center, url('../images/how-it-works-bg-2.png') no-repeat bottom center, #F2F3F9;
  background-size: 100% auto;
  position: relative;
}

.how_it_works_sec1:before {
  width: 45%;
  /*height: auto;
  min-height: calc(100% - 400px);
  max-height: calc(100% - 400px);*/
  height: calc(100% - 1300px);
  content: "";
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: url(../images/how-it-works/border.png) no-repeat;
  background-size:  auto 100%;
  background-position: left top;
}

.how_it_works_sec_list {
  counter-reset: my-sec-counter my-sec-counter2;
}

.how_it_works_box_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.how_it_works_box_content_sec {
  max-width: calc(100% - 480px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.how_it_works_box_content_sec .heading {
  background: url('../images/how-it-works/batch-1.png') no-repeat;
  background-position: right bottom;
  width: auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-right: 120px;
  padding-left: 40px;
  color: var(--white);
  position: relative;
}

.how_it_works_box_content_sec .heading {
  
}

.how_it_works_box_content_sec .heading:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ".";
  color: var(--Color-5, #FFF);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.how_it_works_content_list {
  max-width: 60%;
  padding-left: 30px;
}

.how_it_works_content_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 30px;
}

.how_it_works_content_list ul li {
  display: flex;
  width: 100%;
  padding-left: 30px;
  background: url('../images/red-tick.svg') no-repeat;
  background-position-y: 3px;
}

.how_it_works_content_list ul:has(li:nth-child(5)) li {
  width: calc(50% - 10px);
}


.how_it_works_box_image_sec {
  width: 450px;
  height: 450px;
  position: relative;
}

.how_it_works_box_image_sec:before {
  counter-increment: my-sec-counter2;
  content: counter(my-sec-counter2, decimal-leading-zero) "";
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #C02628;
  color: var(--white);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 30px;
}

.how_it_works_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.how_it_works_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: solid 8px #fff;
}

.how_it_works_box_wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.how_it_works_box_wrap:nth-child(even) .how_it_works_box_content_sec {
  align-items: flex-end;
}

.how_it_works_box_wrap:nth-child(even) .how_it_works_box_content_sec .heading {
  background: url('../images/how-it-works/batch-2.png') no-repeat;
  background-position: left;
  padding-right: 40px;
  padding-left: 120px;
  justify-content: flex-start;
}

.how_it_works_box_wrap:nth-child(even) .how_it_works_content_list {
  padding: 0;
}

.how_it_works_box_wrap:nth-child(even) .how_it_works_box_image_sec:before {
  left: 30px;
  right: auto;
}



.services_sec {

}

.services_sec_wrap {
  width: 100%;
  position: relative;
}

.services_sec_wrap:before {
  width: 958px;
  height: 244px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 958px;
  background: rgba(190, 39, 30, 0.70);
  filter: blur(137px);
}

.services_sec_top {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.services_sec_top:before {
  width: 70%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/services/red-head-shape-bg.png') no-repeat, linear-gradient(to right, #c02628 50%, transparent 50%);
  background-position: right center;
}

.services_sec_top:after {
  width: 70%;
  height: 114%;
  content: "";
  position: absolute;
  top: -10%;
  right: 0;
  background: url('../images/services/red-head-shape.png') no-repeat;
  background-position: right center;
}

.services_sec_top .custom-container {
  position: relative;
  z-index: 2;
}

.services_top_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.services_top_head .alert_icon {
  width: 150px;
  height: 150px;
}

.services_top_head .heading h2 {
  color: var(--white);
  font-size: 44px;
}


.services_sec_top_under {
  width: 100%;
  padding-left: 250px;
  margin-top: 10px;
  position: relative;
  z-index: 3;
}

.services_sec_top_under_box {
  background: #C02628;
  padding: 15px 15px;
  position: relative;
  display: inline-block;
}

.services_sec_top_under_box h4 {
  position: relative;
  z-index: 3;
  color: var(--white);
  font-size: 24px;
}

.services_sec_top_under_box:before,
.services_sec_top_under_box:after {
  width: 277px;
  height: 72px;
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: -50px;
  background: url('../images/services/red-head-shape-bg-under.png') no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: 1;
}

.services_sec_top_under_box:after {
  background: url('../images/services/red-head-shape-bg-under.png') no-repeat;
  background-position: right center;
  background-size: cover;
  right: -50px;
  left: auto;
}



.services_sec_bottom {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 4px;
}

.services_sec_bottom_box_wrap {
  width: 70%;
  padding: 40px 50px 40px 140px;
  background: url('../images/services/white-shape-bg.png') no-repeat;
  display: flex;
  gap: 40px;
}

.services_sec_bottom_box_wrap ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.services_sec_bottom_box_wrap ul li {
  width: 100%;
}

.services_sec_bottom_box_wrap ul li .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.services_sec_bottom_box_wrap ul li .box .icon {
  width: 50px;
  height: 50px;
}

.services_sec_bottom_box_wrap ul li .box .text {
  width: calc(100% - 65px);
}

.services_sec_bottom_box_wrap ul li .box .text h5 {
  color: #1A1A1A;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

.services_sec_bottom_box_wrap ul li .box .text p {
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}







.services_blue.services_sec_wrap:before {
  background: rgba(114, 213, 240, 0.70);
}

.services_blue .services_sec_top:before {
  background: url('../images/services/blue-head-shape-bg.png') no-repeat, linear-gradient(to right, #253F77 50%, transparent 50%);
  background-position: right center;
}

.services_blue .services_sec_top:after {
  width: 80%;
  background: url('../images/services/blue-head-shape.png') no-repeat;
  background-position: left center;
}

.services_blue .services_sec_top_under_box:before,
.services_blue .services_sec_top_under_box:after {
  background: url('../images/services/blue-head-shape-bg-under.png') no-repeat;
  background-position: left center;
  background-size: cover;
}

.services_blue .services_sec_top_under_box {
  background: #253F77;
}

.services_blue .services_sec_top_under_box:after {
  background: url('../images/services/blue-head-shape-bg-under.png') no-repeat;
  background-position: right center;
  background-size: cover;
}




.services_green.services_sec_wrap:before {
  background: #8FD583;
}

.services_green .services_sec_top:before {
  background: url('../images/services/green-head-shape-bg.png') no-repeat, linear-gradient(to right, #12601F 50%, transparent 50%);
  background-position: right center;
}

.services_green .services_sec_top:after {
  width: 80%;
  background: url('../images/services/green-head-shape.png') no-repeat;
  background-position: right center;
}

.services_green .services_sec_top_under_box:before,
.services_green .services_sec_top_under_box:after {
  background: url('../images/services/green-head-shape-bg-under.png') no-repeat;
  background-position: left center;
  background-size: cover;
}

.services_green .services_sec_top_under_box {
  background: #12601F;
}

.services_green .services_sec_top_under_box:after {
  background: url('../images/services/green-head-shape-bg-under.png') no-repeat;
  background-position: right center;
  background-size: cover;
}

.services_green .services_sec_bottom_box_wrap ul {
  gap: 30px 30px;
}

.services_green .services_sec_bottom_box_wrap {
  width: 80%;
}






.services_bottom {
  padding: 100px 0;
}


.services_bottom .services_sec_top_under {
  padding: 0 0 70px;
  text-align: center;
}

.services_bottom .services_sec_top_under_box:before, 
.services_bottom .services_sec_top_under_box:after {
  height: 90px;
}

.services_bottom .services_sec_top_under .services_sec_top_under_box h2 {
    position: relative;
    z-index: 3;
    color: var(--white);
}

.services_bottom_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.services_bottom_list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.services_bottom_list ul li .icon {
  width: 70px;
}

.services_bottom_list ul li .text {
  color: var(--white);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.services_bottom_list ul li .text h5 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

.services_bottom_button_wrap {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.services_bottom_button_wrap .global-dark-button {
  background: #10268E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
}

.services_bottom_button_wrap .global-dark-button .icon {
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #172B85;
  position: relative;
  z-index: 2;
}

.services_bottom_button_wrap .global-dark-button .text {
  display: flex;
  flex-direction: column;
}

.services_bottom_button_wrap .global-dark-button .text .small_text {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
  text-transform: none;
}




.careers_sec {
  padding: 100px 0 0;
  background: url('../images/careers-bg.png') no-repeat center bottom, #F4EDFF;
}

.careers_sec .custom-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.careers_sec_top {

}

.careers_sec_top ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.careers_sec_top ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.careers_sec_top ul li .icon {

}

.careers_sec_top ul li .text {
  color: #181818;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  text-transform: uppercase;
}

.careers_sec_top ul li .text span {
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}


.careers_sec2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.careers_sec2_left {
  flex: 1;
}

.careers_sec2_left_top {
  width: 100%;
  margin-bottom: 50px;
}

.careers_sec2_left_top h2 {

}

.careers_sec2_left_box_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.careers_sec2_left_box {
  width: calc(33.33% - 20px);
  padding: 10px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.careers_sec2_left_box_image {
  width: 100%;
  height: 200px;
}

.careers_sec2_left_box_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers_sec2_left_box_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.careers_sec2_left_box_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.careers_sec2_left_box_head h4 {
  color: #253F77;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

.careers_sec2_left_box_list {
  width: 100%;
}

.careers_sec2_left_box_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.careers_sec2_left_box_list ul li {
  display: flex;
  width: 100%;
  padding-left: 30px;
  background: url(../images/red-tick.svg) no-repeat;
  background-position-y: 3px;
}

.careers_sec2_left_bottom {
  width: 100%;
  padding: 15px;
  background: rgba(99, 241, 132, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.careers_sec2_left_bottom i {
  font-size: 20px;
  color: #087B50;
}

.careers_sec2_right {
  width: 340px;
}




.careers_sec3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px
}

.careers_sec3_top {
  width: 100%;
}

.careers_sec3_bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  counter-reset: my-sec-counter my-sec-counter2;
}

.careers_sec3_bottom .how_it_works_box_content_sec {
  width: calc(33.33% - 40px);
  gap: 30px;
}

.careers_sec3_bottom .how_it_works_box_content_sec .heading {
  width: 100%;
  height: 52px;
  padding-right: 100px;
}

.careers_sec3_bottom .how_it_works_box_content_sec .heading:before {
  font-size: 34px;
}

.careers_sec3_bottom .how_it_works_content_list {
  padding: 0;
}

.careers_sec3_bottom .how_it_works_content_list ul {
  margin: 0;
}



.careers_sec4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.careers_sec4_left {
  width: calc(40% - 20px);
}

.careers_sec4_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  gap: 30px;
}

.careers_sec4_left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin: 0;
}

.careers_sec4_left ul li {
  display: flex;
  width: 100%;
  padding-left: 30px;
  background: url(../images/red-tick.svg) no-repeat;
  background-position-y: 3px;
}

.careers_sec4_right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.careers_sec4_right_box {
  width: calc(50% - 15px);
  background: var(--white);
  position: relative;
  top: 30px;
}

.careers_sec4_right_box_image {
  width: 100%;
  height: 240px;
}

.careers_sec4_right_box_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers_sec4_right_box_content {
  width: 100%;
  text-align: center;
  padding: 25px;
}

.careers_sec4_right_box_content h4 {
  color: #181818;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.careers_sec4_right_box_content h6 {
  color: #253F77;
  font-size: 19.923px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.594px;
  text-transform: uppercase;
  margin: 15px 0;
}

.careers_sec4_right_box_content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers_sec4_right_box_content ul li {

}





.careers_last:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(90deg, #224285 18.78%, rgba(34, 66, 133, 0.72) 34.47%, rgba(34, 66, 133, 0.00) 55.03%);
}

.careers_last .need-help-right-outer {
  justify-content: flex-start;
}

.careers_last .need-help-right-outer:before {
  display: none;
}




.blog_page_sec {
  padding: 60px 0;
  background: url('../images/careers-bg.png') no-repeat center bottom, #F4EDFF;
}


.blog_top {
  margin-bottom: 70px;
}

.search-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 4px;
}

/* Search input */
.search-box input {
  width: 320px;
  height: 55px;
  padding: 10px 12px;
  border: 1px solid rgba(23, 43, 133, 0.20);
  outline: none;
}

/* Category container */
.category-box {
  display: flex;
  justify-content: center;
  flex: 1;
  border: 1px solid rgba(23, 43, 133, 0.20);
  background: var(--white);
}

/* Hide radio */
.category-box input {
  display: none;
}

/* Label style */
.category-box label {
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.category-box label:not(:last-child):after {
  width: 1px;
  height: 25px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(37, 63, 119, 0.20);
}

/* Default text */
.category-box span {
  color: #333;
  padding: 15px 30px;
  display: flex;
  gap: 10px;
}

/* Active (checked) */
.category-box input:checked + span {
  background: #172B85;
  color: var(--white);
}

.category-box input:checked + span img {
  filter: contrast(100%) brightness(100);
}

/* Search button */

.search-button .global-light-button {
  width: 320px;
  height: 55px;
}



.blog_left_sec {

}


.blog_left_sec .heading h2 {
  color: #181818;
}

.blog_box {
  margin-top: 30px;
}

.blog_box a {
  width: 100%;
}

.blog_box_image {
  width: 100%;
  height: 220px;
}

.blog_box_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_box_content {
  width: 100%;
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog_content_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.blog_content_top .blog_tag {
  width: auto;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 6px;
  background: #172B85;
  color: var(--white);
  line-height: normal;
}

.blog_tag.blue {
  background: #172B85;
  color: var(--white);
}

.blog_tag.yellow {
  background: #E59234;
  color: var(--white);
}

.blog_tag.red {
  background: #C02628;
  color: var(--white);
}

.blog_content_top h5 {
  color: #181818;
}

.blog_time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #253F77;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.blog_content_bottom {
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  background: #FDDB8F;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.blog_content_bottom_text {

}

.blog_content_bottom_text h6 {
  color: #181818;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 5px;
}

.blog_content_bottom_text h5 {
  color: #C02628;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-decoration: underline;
}

.blog_content_bottom_check {
  font-size: 30px;
  color: #253F77;
}


.blog_right_sec {
  display: flex;
}

.blog_right_panel {
  background: var(--white);
}

.blog_right_box_wrap {
  width: 100%;
  padding: 15px 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.blog_right_box_wrap h5,
.blog_right_box_wrap h6 {
  line-height: normal;
  color: #181818;
  text-transform: uppercase;
}

.blog_right_box_wrap .blog_right_button {
  width: 100%;
  padding: 15px;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog_right_box_wrap .blog_right_button.blue_button {
  background: #10268E;
}

.blog_right_box_wrap .blog_right_button.red_button {
  background: #C02628;
}


.blog_right_button_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog_right_map {
  width: 100%;
}

.blog_right_map iframe {
  width: 100%;
  height: 150px;
}

.detect_box {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(23, 43, 133, 0.20);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.detect_box .icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #172B85;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detect_box .text {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
}

.blog_bgcolor_box {
  width: 100%;
  background: #FDDB8F;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog_right_box {
  width: 100%;
}

.blog_right_box a {
  width: 100%;
  height: auto;
}

.blog_right_box .blog_right_box_image {
  width: 100%;
  height: 150px;
}

.blog_right_box .blog_right_box_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_right_box_content {
  width: 100%;
  margin-top: 10px;
}

.blog_right_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.blog_list_box {
  width: 100%;
}

.blog_list_box a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.blog_list_image {
  width: 110px;
  height: 75px;
}

.blog_list_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_list_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog_list_content h6 {
  text-transform: none;
}

.rodlx-blog-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 75px;
  background: linear-gradient(135deg, #172B85 0%, #253F77 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.rodlx-blog-image-placeholder.small {
  font-size: 24px;
}

.rodlx-blog-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.rodlx-blog-pagination .page-numbers {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(23, 43, 133, 0.20);
  background: #fff;
  color: #172B85;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.rodlx-blog-pagination .page-numbers.current,
.rodlx-blog-pagination .page-numbers:hover {
  background: #172B85;
  color: #fff;
}

.blog-empty-state {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(23, 43, 133, 0.20);
}



.blog_details_sec {
  padding: 80px 0 100px;
  background: url('../images/careers-bg.png') no-repeat center bottom, #F4EDFF; 
}

.blog_details_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog_details_content .blog_date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #253F77;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.blog_details_content .blog_date i {
  color: #C02628;
}

.blog_details_content h4 {
  margin: 10px 0;
  line-height: 140%;
}

.blog_details_image_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.blog_details_image_wrap .blog_details_image {
  width: calc(50% - 15px);
  height: 500px;
}

.blog_details_image_wrap .blog_details_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rodlx-blog-detail-dot {
  color: rgba(37, 63, 119, 0.55);
}

.rodlx-blog-detail-body {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.rodlx-blog-detail-body p {
  margin: 0;
}

.rodlx-blog-detail-body img {
  max-width: 100%;
  height: auto;
}

.rodlx-blog-detail-body figure,
.rodlx-blog-detail-body .wp-block-image {
  margin: 10px 0;
}

.rodlx-blog-detail-body .wp-block-gallery {
  margin: 10px 0;
}

.rodlx-blog-detail-body ul,
.rodlx-blog-detail-body ol {
  padding-left: 24px;
}

.rodlx-blog-detail-footer {
  margin-top: 10px;
}

.rodlx-blog-related {
  margin-top: 70px;
}





.contractor_sec1 {
  width: 100%;
  position: relative;
  background: url('../images/contractor-bg.png') no-repeat, #EDEEF7;
  background-position: center bottom;
  background-size: 100% auto;
  padding-top: 100px;
  padding-bottom: 500px;
}

.contractor_top_content {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.contractor_top_content_box {
  margin: 0 auto;
  color: #181818;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
}


.contractor_bottom {
  margin: 0 auto;
}

.contractor_bottom_content {
  text-align: center;
  margin-bottom: 40px;
}




.pricing_banner_content {
  width: 100%;
}

.pricing_banner_content_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.price_location_box {
  width: 100%;
  min-height: 160px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 84.04%);
  backdrop-filter: blur(7px);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.price_location_box h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.hero-inner-banner .content-box .price_location_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.hero-inner-banner .content-box .price_location_box ul li {
  margin: 0;
}

.hero-inner-banner .content-box .price_location_box ul li i {
  color: #C02628;
}


.pricing_sec1 {
  padding-bottom: 60px;
  background: url('../images/careers-bg.png') no-repeat center bottom, #D9E7F2;
}

.pricing_sec1_main_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
}

.pricing_sec1_main_box {

}


.price_sec1_top_box {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.price_sec1_head {
  width: 100%;
  background: #C02628;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.price_sec1_head h3 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.price_sec1_head_down {
  border-radius: 0 0 20px 20px;
  background: #F5D8D2;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #C02628;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  text-transform: uppercase;
}

.price_sec1_bottom_box {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(60, 64, 67, 0.10);
  background: #FFF;
}

.price_sec1_bottom_base_top {
  width: 100%;
}

.price_sec1_bottom_box_head {
  padding-bottom: 20px;
}

.price_sec1_bottom_box_head h4 {
  color: #181818;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}


.price_sec1_bottom_box_list {
  width: 100%;
}

.price_sec1_bottom_box_list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.price_sec1_bottom_box_list ul li .list_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.price_sec1_bottom_box_list ul li .list_left .list_icon {
  width: 30px;
}

.price_sec1_bottom_box_list ul li .list_left .list_text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
}

.price_sec1_bottom_box_list ul li .list_left .list_text h5 {
  color: #1A1A1A;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}

.price_sec1_bottom_box_list ul li .list_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.price_sec1_bottom_box_list ul li .list_right .price {

}

.price_sec1_bottom_box_list ul li .list_right .price h5 {
  color: #C02628;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.price_sec1_bottom_box_list ul li .list_right .price.old_price h5 {
  min-width: 50px;
  text-align: right;
  text-decoration: line-through;
  text-transform: uppercase;
  color: rgba(24, 24, 24, 0.60);
}

.price_sec1_bottom_box_list ul li .list_right .price.new_price h5 {
  min-width: 80px;
  text-align: center;
  border-radius: 60px;
  background: #172B85;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
}

/*.price_sec1_bottom_box_list ul li:has(.new_price) .list_left .list_text {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}*/

.pricing_box_up .price_sec1_top_box {
  padding-bottom: 20px;
  margin-top: -30px;
}

.pricing_fees_box .price_sec1_bottom_box {
  background: #172941;
  border-radius: 0 0 20px 20px;
}

.pricing_fees_box .price_sec1_bottom_box_list ul li:not(:first-child) {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.pricing_fees_box .price_sec1_bottom_box_list ul li .list_left .list_text h5,
.pricing_fees_box .price_sec1_bottom_box_list ul li .list_right .price h5 {
  color: #fff;
}




.ev_car_wrap {
  padding: 25px 20px;
  border-radius: 20px;
  border: 2px solid rgba(11, 130, 43, 0.70);
  background: linear-gradient(180deg, #E1F0F3 28.91%, #FFF 100%);
}

.ev_car_top {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev_car_top_icon {
  position: absolute;
  left: 50px;
  top: -22px;
}

.ev_car_top_text h4 {
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 gap: 15px; 
}

.ev_car_bottom {
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ev_car_bottom_left {
  width: 190px;
}

.ev_car_bottom_right {
  flex: 1;
}

.ev_car_bottom_right ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.ev_car_bottom_right ul li:first-child {
  border: none;
}

.ev_car_bottom_right ul li .list_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.ev_car_bottom_right ul li .list_left .list_text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  color: #181818;
}

.ev_car_bottom_right ul li .list_left .list_text h5 {
  color: #181818;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}

.price_sec1_bottom_box_list ul li .list_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.ev_car_bottom_right ul li .list_right .price {

}

.ev_car_bottom_right ul li .list_right .price h5 {
  color: #181818;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}






.car_diamond {

}

.car_diamond .price_sec1_head {
  background: #253F77;
}

.car_diamond .price_sec1_head_down {
  background: #D0E2F3;
  color: #253F77;
}







.premium_detailing {
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  border-top: dashed 2px rgba(0, 0, 0, 0.4);
}

.premium_head {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 14px;
  background: #253F77;
  padding: 10px;
  margin-bottom: 10px;
}

.premium_head h4 {
  color: #fff;
}


.premium_bottom {
  width: 100%;
}

.premium_bottom .price_sec1_bottom_box_list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.premium_bottom .price_sec1_bottom_box_list ul li {
  border-radius: 10px;
  padding: 20px;
  position: relative;
  background: linear-gradient(90deg, #253F77 17.96%, #DCEBF6 70.64%);
  background-position: center;
}

.premium_bottom .price_sec1_bottom_box_list ul li:first-child:before  {
  width: 100%;
  height: 206%;
  content: "";
  background: url(../images/pricing/premium-bg-1.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-position-y: 0px;
  z-index: 1;
}

.premium_bottom .price_sec1_bottom_box_list ul li:first-child:after {
  width: 100%;
  height: 206%;
  content: "";
  background: url(../images/pricing/premium-bg-1-1.png) no-repeat;
  background-position: top center;
  background-size: 63.5%;
  background-position-x: 96px;
  background-position-y: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.premium_bottom .price_sec1_bottom_box_list ul li .list_left,
.premium_bottom .price_sec1_bottom_box_list ul li .list_right {
  position: relative;
  z-index: 2;
}

.premium_bottom .price_sec1_bottom_box_list ul li .list_left .list_text,
.premium_bottom .price_sec1_bottom_box_list ul li .list_left .list_text h5 {
  color: var(--white);
}

.premium_bottom .price_sec1_bottom_box_list ul li .list_right {
  gap: 20px;
}

.premium_bottom .price_sec1_bottom_box_list ul li.most_popular {
  border: 1.5px solid #FBBC04;
  background: url('../images/pricing/premium-bg-2.png') no-repeat, linear-gradient(90deg, #253F77 17.96%, #FFE2AF 70.64%);
  background-position: center;
  padding-top: 40px;
}

.most_tag {
  padding: 8px 10px;
  border-radius: 10px 0;
  background: #E35608;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}




.popular_box_wrap {
  border-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.popular_box_head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: #3E3274;
  padding: 15px;
}

.popular_box_head h4 {
  color: var(--white);
}


.popular_box_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  position: relative;
}

.popular_box_list:before {
  width: 1px;
  height: calc(100% - 50px);
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  inset: 0;
  margin: auto;
}

.popular_box_list ul {
  width: calc(50% - 20px);
}

.popular_box_list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  min-height: 92px;
}

.popular_box_list ul li .add_onn_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1;
}

.popular_box_list ul li .add_onn_left .add_onn_icon {
  width: 30px;
}


.popular_box_list ul li .add_onn_left .add_onn_text h5 {
  line-height: normal;
  color: #1A1A1A;
  text-transform: none;
}


.popular_box_list ul li .add_onn_right {

}

.popular_box_list ul li .add_onn_right .add_onn_price {
  min-width: 105px;
  text-align: right;
}

.popular_box_list ul li .add_onn_right .add_onn_price h5 {
  line-height: normal;
  color: #1A1A1A;
}







.bundle_package_wrap {
  margin-top: 30px;
}

.bundle_package_top {
  background: #087B50;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.bundle_package_top h4 {
  color: var(--white);
}

.bundle_package_bottom {
  padding: 0;
  margin-top: 20px;
}

.bundle_package_bottom_box_wrap {

}

.bundle_package_bottom_box {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0 4.154px 31.157px 0 rgba(0, 0, 0, 0.10);
}

.bundle_package_bottom_box_head {
  width: 100%;
  text-align: center;
  background: #10268E;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bundle_package_bottom_box_head h5 {
  color: var(--white);
}

.bundle_package_bottom_box_body {
  width: 100%;
  height: 220px;
  padding: 15px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}

.bundle_package_bottom_box_body h5 {
  color: #1A1A1A;
  text-align: center;
  text-transform: none;
  line-height: normal;
}

.bundle_package_bottom_box_bottom {
  width: 100%;
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bundle_package_bottom_box_bottom .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.bundle_package_bottom_box_bottom .price .new_price {
  color: #C02628;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.bundle_package_bottom_box_bottom .price .old_price {
  color: rgba(24, 24, 24, 0.60);
  font-size: 15.932px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: line-through;
  text-transform: uppercase;
}

.bundle_package_bottom_box_bottom .save {
  border-radius: 60px;
  background: #172B85;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  font-size: 15.932px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  text-transform: uppercase;
}


.bundle_premium .bundle_package_bottom_box_head,
.bundle_premium .bundle_package_bottom_box_bottom .save {
  background: #C02628;
}

.bundle_full .bundle_package_bottom_box_head,
.bundle_full .bundle_package_bottom_box_bottom .save {
  background: #3E3274;
}


.bundle_vip .bundle_package_bottom_box {
  background: #F4E4CB;
}

.bundle_vip .bundle_package_bottom_box_head {
  background: #684006;
}
.bundle_vip .bundle_package_bottom_box .bundle_package_bottom_box_bottom {
  justify-content: center;
}





.why_choose_price_sec {
  margin-top: 80px;
}

.why_choose_price_box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.why_choose_price_head {
  width: 100%;
  text-align: center;
  background: #253F77;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.why_choose_price_head h4 {
  color: var(--white);
}

.why_choose_price_body {
  width: 100%;
  padding: 35px 60px;
}


.why_choose_price_body ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.why_choose_price_body ul li {
  color: #181818;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-left: 34px;
  background: url('../images/pricing/check-blue.png') no-repeat;
}




.help_price_sec {
  margin-top: 40px;
}

.help_price_box_wrap {
  width: 100%;
  border-radius: 10px;
  background: #031E3B;
  padding: 12px;
}

.help_price_box {
  width: 100%;
  border-radius: 10px;
  border: 2px dashed #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

.help_price_box .help_left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--white);
}

.help_price_box .help_left h4 {
  color: var(--white);
}

.help_price_box .help_right .services_bottom_button_wrap {
  margin: 0;
} 
