@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: source_sans;
  src: url("../fonts/sourcesanspro.ttf") format("truetype");
}

:root {
  --primary-color: rgba(90, 154, 46, 1);
  --white-color: rgba(255, 255, 255, 1);
  --tertiary-color: rgba(53, 53, 53, 1);
  --quaternary-color: rgba(18, 18, 18, 1);
  --body_bg: #0a0a0a;
  --color-4: rgba(238, 182, 29, 1);
  --color-5: rgba(26, 26, 26, 1);
  --color-6: rgba(40, 40, 40, 1);
  --hover-color: #ef674f;
  --body-font-size: 16px;
  --transistion: all 0.3s ease;
  --body-font: "Inter", sans-serif;
  --font_1: "Open Sans", sans-serif;
  --font_2: source_sans;
}

body,
html {
  scrollbar-width: thin;
  scroll-behavior: smooth;
  background-color: var(--body_bg);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: var(--transistion);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.gradient {
  background: linear-gradient(149.68deg, #0d2616 0%, #121212 99.04%);
}

li {
  list-style-type: none;
}

img {
  display: block;
}

.container {
  width: min(1512px, 95%);
  max-width: inherit;
  padding: 0;
  margin: auto;
}

.abt-slider {
  margin-top: 70px;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  right: -2.5%;
}

.swiper-button-prev {
  left: -2.5%;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 4px;
}

p {
  margin: 0;
}

h1,
.heading {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.uni-padding {
  padding: 100px 0;
}

[class^=col-] {
  padding-inline: 15px;
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  overflow-x: hidden;
  position: relative;
  color: var(--white-color);
}

p {
  line-height: 1.6;
}

nav li a {
  font-size: var(--body-font-size);
  font-weight: 600;
  color: var(--white-color);
}

nav li a:hover,
nav li.active a {
  color: var(--primary-color);
}

nav li:not(:last-child) {
  margin-right: 50px;
}

header {
  padding: 30px 10px;
  background: var(--quaternary-color);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 98;
  box-shadow: 0 -7px 10px 6px rgba(0, 0, 0, 0.2);
}

.inner-container {
  width: min(1400px, 94%);
  margin-inline: auto;
}

.btn {
  font-family: var(--body-font);
  font-weight: 600;
  border-color: var(--primary-color);
  padding: 13px 30px;
}

.btn-primary {
  background: var(--primary-color);
  color: var(--white-color) !important;
}

.btn-primary:hover {
  background: var(--white-color);
  color: var(--primary-color) !important;
  border-color: var(--primary-color);
}

.et-kicker {
  color: var(--primary-color);
  font-size: var(--body-font-size);
}

.et-title {
  margin: 25px 0 30px 0;
}

.et-accent {
  color: var(--primary-color);
}

.et-sub {
  font-family: var(--font_1);
  margin-bottom: 25px;
}

.et-item {
  max-width: 50%;
  margin: 6px;
  background: var(--quaternary-color);
  border-radius: 42px;
  padding-inline: 85px;
}

.et-right {
  background: linear-gradient(149.68deg, #0d2616 0%, #121212 99.04%) !important;
  padding: 70px 60px 0 60px;
}

.ph-info {
  bottom: 120px;
  left: -75px;
}

.et-minihead {
  margin-bottom: 10px;
}

.et-rating-text {
  font-family: var(--font_1);
  font-weight: 400;
}

.et-avatars {
  width: 125px;
  height: 100%;
}

.et-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2.5px solid var(--color-4);
}

.et-avatars img:nth-child(1) {
  left: 0;
  z-index: 1;
}

.et-avatars img:nth-child(2) {
  left: 30px;
  z-index: 2;
}

.et-avatars img:nth-child(3) {
  left: 60px;
  z-index: 3;
}

.et-avatars img:nth-child(4) {
  left: 90px;
  z-index: 4;
}

.et-checks {
  font-size: 14px;
  margin-top: 30px;
  gap: 25px 20px;
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--white-color) !important;
  color: var(--white-color);
}

.btn-outline-primary:hover {
  background: var(--white-color);
  color: var(--primary-color) !important;
}

.bking-btn {
  margin-bottom: 60px;
}

.heading {
  font-family: var(--font_2);
}

.m-10 {
  margin-inline: 10px;
}

.logo {
  margin-right: 70px;
}

.about-et {
  padding: 100px 0 60px 0;
  background: var(--quaternary-color);
}

.about-et .item {
  background-color: rgb(38, 38, 38);
  border-radius: 30px;
  padding: 30px;
  font-size: 16px;
  color: var(--white-color);
}

.about-et .item .fa-star {
  color: var(--color-4);
}

.about-et .abt-slider-container {
  margin-top: 70px;
  position: relative;
  /* padding: 10px 50px 70px; */
}

.about-et .abt-slider.row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}

.about-et .read-more {
  color: rgb(136, 136, 136);
}

.about-et .read-more:hover {
  color: var(--primary-color);
}

.about-et .body-text {
  font-family: var(--font_1);
  flex-grow: 1;
}

.about-et .title {
  color: rgb(254, 254, 254);
  font-weight: 600;
  margin: 10px 0 5px 0;
}

.auth-page {
  padding: 50px 0;
}

.about-et .date {
  color: rgb(95, 95, 95);
}

.about-et .userimg img {
  width: min(42px, 100%);
  min-height: 42px;
  max-height: 42px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}

.about-et .username,
.about-et .date {
  font-size: 14px;
  font-family: var(--font_1);
}

.about-et .user-platform {
  color: rgb(41, 101, 186);
}


.about-et .abt-slider .swiper-slide {
  height: auto;
  padding: 0 12px;
}

.about-et .abt-slider .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-et .swiper-button-next,
.about-et .swiper-button-prev {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--tertiary-color);
  border-radius: 50%;
  color: var(--white-color);
  width: 44px;
  height: 44px;
  top: 45%;
}

.about-et .swiper-button-next:after,
.about-et .swiper-button-prev:after {
  font-size: 16px;
}

.about-et .swiper-button-prev:after {
  content: "\2039";
}

.about-et .swiper-button-next:after {
  content: "\203A";
}

.about-et .swiper-pagination-bullet {
  background: var(--white-color);
  opacity: 0.35;
}

.about-et .swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

.about-et .swiper-button-disabled {
  opacity: 0.4;
}

.radius-box {
  border-radius: 42px;
}

.case-slider {
  max-width: 885px;
  margin: auto;
  padding-bottom: 40px;
}

.case-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(26, 26, 26, 1);
  transition: var(--transistion);

}

.case-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  border-radius: 100%;
  background: rgba(46, 46, 46, 1);
  border-radius: 5px;

}

.case-studies {
  position: relative;
  z-index: 1;
}

.case-studies::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/green-line.svg") no-repeat right center;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.case-list {
  margin-top: 70px;
  max-width: 885px;
  background: var(--color-5) url("../images/quote.png") no-repeat 10px top;
  border: 1px solid var(--tertiary-color);
  height: 300px;
  overflow: hidden;
}

.case-content {
  padding: 65px 42px 40px 40px;
  max-width: 620px;
  width: 100%;
}

.case-content .text {
  font-size: 22px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* limit to 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-ratings {
  margin-top: 40px;
}

.case-ratings p {
  line-height: 1.3;
}

.case-rating {
  padding: 12px 13px;
  background: var(--color-6);
}

.case-rating i {
  color: var(--color-4);
}

.rating i {
  color: var(--color-4);
}

.rounded-full {
  border-radius: 100%;
}

.fs-18 {
  font-size: 18px;
}

.client-reviews .user-img {
  width: 50px;
  height: 50px;
}

.total-amount h5 {
  font-size: 30px;
  font-family: var(--font_1);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

small,
.small {
  font-size: 13px;
  font-family: var(--font_1);
  line-height: 1.5;
  display: block;
}

.why-ticket {
  padding-top: 110px;
}

.why-ticket .header {
  max-width: 1100px;
}

.why-ticket .icon {
  width: 124px;
  height: 124px;
  box-shadow: 0px 6px 25px 0px rgba(30, 215, 96, 0.08);
  background-color: var(--quaternary-color);
  border-radius: 100%;
}

.why-ticket .ticket-list {
  margin-top: 70px;
}

.why-ticket .item * {
  font-family: var(--font_1);
}

.why-ticket .item h6 {
  font-size: 22px;
  font-family: var(--font_1);
  color: var(--white-color);
  margin: 30px 0 12px 0;
  font-weight: 600;
}

.submit-ticket {
  background: var(--quaternary-color);
}

.submit-ticket .list {
  max-width: 540px;
}

.submit-ticket .card {
  max-width: 540px;
  border: 1px solid var(--tertiary-color);
  background: var(--color-5);
  padding: 35px;
  height: 100%;
}

.submit-ticket .card h4 {
  font-size: 90px;
  color: var(--tertiary-color);
  font-weight: bold;
}

.submit-ticket .card p {
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--font_1);
}

.submit-ticket .card h5 {
  font-size: 22px;
  font-family: var(--font_1);
  font-weight: 600;
  color: var(--white-color);
}


.faq {
  font-family: var(--font_1) !important;
}

.faq .container,
.inner-container-2 {
  width: min(1200px, 95%);
}

.faq-list {
  margin-top: 55px;
}

.faq .support-card {
  background: var(--color-5);
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid var(--tertiary-color) !important;
}

.faq .support-card * {
  color: var(--white-color);
}

.faq .support-card h5 {
  margin-bottom: 30px;
}

.faq .support-card .btn-primary {
  margin-top: auto;
}

.accordion-item {
  border: 1px solid var(--tertiary-color) !important;
  padding: 20px 25px;
  background: var(--color-5);
  border-radius: 10px !important;
}

.accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion-item * {
  color: var(--white-color) !important;
}

.accordion-button {
  box-shadow: none !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--font_1) !important;
}

.accordion-body {
  margin-top: 15px;
}

.accordion p {
  color: var(--white-color);
}

.et-subheading {
  font-size: 22px;
  color: var(--white-color);
  font-weight: 600;
  line-height: 1.5;
}

.get-started {
  padding-bottom: 100px;
}

.get-started .card {
  border: 1px solid var(--tertiary-color);
  border-radius: 10px !important;
}

.get-started .card-body {
  background: var(--color-5) url("../images/bottom-call-to-action.png") no-repeat right;
}

.get-started h3 {
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--font_1);
  color: var(--white-color);
  font-weight: 400;
}

.get-started p {
  color: #fff !important;
  font-size: 16px;
  font-family: var(--font_1);
}

.get-started .btn-primary:hover svg {
  fill: var(--primary-color);
}

footer {
  background: var(--quaternary-color);
}

footer .container {
  padding: 80px 70px;
}

footer h6,
.for-lwers-link {
  font-family: var(--font_1);
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff !important;
}

footer .quick-class {
  color: #979797 !important;
}

.for-lwers-link:hover {
  color: var(--primary-color) !important;
}

footer li a {
  color: var(--white-color);
}

footer li a:hover {
  color: var(--primary-color);
}

footer li:not(:last-child) {
  margin-bottom: 30px;
}

footer .f-logo {
  width: 118px;
}

footer small {
  margin-bottom: 20px;
  display: block;
}

footer .site-logo {
  gap: 10px;
  margin: 30px 0 24px 0;
}

footer .site-logo img {
  width: 93px;
  height: 30px;
}

.social-link {
  gap: 16px;
}

.social-link svg {
  fill: var(--white-color);
  transition: var(--transistion);
}

.social-link a:hover svg {
  fill: var(--primary-color) !important;
}

.site-informatoins {
  padding: 30px;
  background: var(--tertiary-color);
}

.site-informatoins .container {
  max-width: 1100px;
}

.auth-content {
  width: min(720px, 95%);
  background-color: #0f0f0f;
  padding: 30px;
  border-radius: 5px;
}

.auth-content h2 {
  font-size: 24px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--font_1) !important;
}

.form-item:not(:last-child) {
  margin-bottom: 18px;
}

.form-label {
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--font_1) !important;
  margin-bottom: 12px;
}

.form-control,
.form-select {
  height: 41px;
  border-radius: 3px;
  background-color: rgba(228, 254, 210, 0);
  border: 1px solid #353535;
  color: var(--white-color) !important;
  font-family: var(--font_1) !important;
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
  background-color: transparent;
}

.optional-text {
  font-size: 16px;
  line-height: 22px;
  color: #a6a6a6;
  font-family: var(--font_1);
}

.auth-optional-text {
  margin-top: 35px;
}

.auth-optional-text small {
  font-size: 12px;
  line-height: 18px;
  color: var(--white-color);
  font-weight: 500;
}

.form-switch input {
  font-size: 25px;
}

.form-switch input:not(:checked) {
  background-color: #c3c3c3;
}

.show-password {
  color: #828282;
  width: 36px;
  text-align: center;
}

.contact-section .left-panel {
  background: #0f1d14;
  border-radius: 10px;
  padding: 30px;
}

.contact-section .right-panel {
  padding: 30px;
  background: #0f0f0f;
}

.contact-section h3 {
  font-size: 40px;
  color: var(--white-color);
  font-weight: bold;
  font-family: var(--font_1);
}

.contact-section .contact-info *:not(.icon i) {
  font-family: var(--font_1);
}

.contact-section .contact-info strong {
  font-size: 16px;
  color: #5a9a2e;
  font-weight: bold;
}

.contact-section .icon {
  min-width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #162c17;
  color: #5a9a2e;
}

.contact-section .map iframe {
  margin-top: 45px;
  min-height: 283px;
  border-radius: 5px;
}

.contact-section .btn-primary {
  width: 159px;
  margin-top: 30px;
}

.text-success {
  color: #5a9a2e !important;
}

textarea,
textarea.form-control {
  height: 100px;
  resize: none;
}

.how-it-works li {
  list-style-type: inherit;
}

.how-it-works .content,
.static-pages .content {
  width: min(1110px, 95%);
  background-color: #0f0f0f;
  border: 1px solid #353535;
  padding: 44px;
}

.upload-ticket .content {
  width: min(720px, 90%);
  border-radius: 6px;
  background-color: #0f0f0f;
  border: 1px solid #353535;
  padding: 45px 90px;
}

.upload-ticket h2 {
  font-size: 40px;
  font-family: var(--font_1);
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 50px;
}

#ticketReceivedDate {
  cursor: pointer;
}

#courtHearingDate {
  cursor: pointer;
}

.upload-ticket .step .btn-outline-primary {
  border-color: var(--primary-color) !important;
  color: var(--primary-color);
}

.upload-ticket .date-field {
  height: 140px;
  padding: 20px 25px;
  border: 1px solid #353535;
}

.upload-ticket .date-input-group .date-input {
  padding-right: 44px;
}

.upload-ticket .date-input-group .date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.upload-ticket .date-input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 16px;
  pointer-events: none;
}

.upload-ticket .sub-heading {
  font-size: 22px;
  line-height: 52px;
  color: #ffffff;
  font-weight: bold;
}

.upload-ticket .search-form input,
.search-border {
  transition: var(--transistion);
}

.upload-ticket .search-form input:focus~.search-border {
  border-color: var(--primary-color);
}

.upload-ticket .search-form input::-moz-placeholder {
  color: #666666;
}

input::placeholder {
  color: #666666 !important;
  font-size: 14px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}


.upload-ticket .search-form .input-group-text {
  border-color: #353535;
}

.upload-ticket .search-list {
  margin-top: 30px;
  max-height: 550px;
  scrollbar-width: none;
}

.upload-ticket .search-list .list-item {
  padding: 15px !important;
  transition: var(--transistion);
  border-radius: 0 !important;
}

.upload-ticket .search-list .state-option {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding-inline: 0;
  cursor: pointer;
}

.upload-ticket .search-list .state-option:disabled {
  cursor: not-allowed;
  color: #707070;
  opacity: .7;
}

.upload-ticket .search-list .state-option:disabled i {
  background: #aaa !important;
}

.upload-ticket .search-list .list-item:not(:last-of-type) {
  border-bottom: 1px solid #353535;
}

.upload-ticket .search-list .list-item:hover * {
  color: var(--primary-color);
}

.upload-ticket .search-list .list-item .fa-arrow-right {
  background: #fff;
  color: #000;
  padding: 4px 5px;
  border-radius: 100%;
  font-size: 12px;
}

.upload-ticket .search-list .state-option.is-selected {
  background: rgba(90, 154, 46, 0.12);
  border-radius: 8px;
}

.upload-ticket .search-list .state-option.is-selected * {
  color: #ffffff;
}

.upload-ticket .search-list .state-option.is-selected .fa-arrow-right {
  background: var(--primary-color);
}

.upload-ticket .search-list .list-item.is-selected {
  background: rgba(90, 154, 46, 0.12);
  border-radius: 8px;
}

.upload-ticket .search-list .list-item.is-selected * {
  color: var(--primary-color) !important;

}

.upload-ticket .search-list .list-item.is-selected i {
  color: #fff !important;
  background: var(--primary-color) !important;
}

.upload-ticket .accordion-button {
  font-size: 16px;
}

.accordion-button::after {
  display: none;
}

.upload-ticket .accordion-button[aria-expanded=true] {
  color: var(--primary-color);
}

.accordion-button[aria-expanded=true]::before {
  transform: rotate(180deg);
}

.accordion-button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  right: 20px;
  transform: rotate(0deg);
  transition: var(--transistion);
}

.upload-ticket .accordion {
  margin-top: 30px;
}

.upload-ticket .accordion .item {
  padding-block: 17px;
}

.upload-ticket .accordion-item {
  border: none !important;
  border-bottom: 1px solid #353535 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.fs-14 {
  font-size: 14px;
}

.form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #151515;
  border: 1px solid #5a9a2e;
}

.text-primary {
  color: var(--primary-color) !important;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.other-violation-contact {
  cursor: pointer;
}

.other-violation-contact label {
  cursor: pointer;
}

.support-modal .modal-dialog {
  max-width: 360px;
}

.support-modal__content {
  background: #2b2f32;
  border: none;
  border-radius: 26px;
  padding: 36px 28px 30px;
  text-align: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

.support-modal__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e1f4d8;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 4px auto 18px;
}

.support-modal__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.support-modal__phone a {
  font-size: 20px;
  font-weight: 600;
}

.support-modal__note {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #d9d9d9;
}

.support-modal__cta {
  margin-top: 22px;
  padding: 12px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.support-modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.et-left-inner {
  padding-block: 110px;
}
.text-gray {
  color: rgb(177, 171, 171) !important;
}
@media screen and (max-width: 1366px) {
  .et-item {
    max-width: 50%;
    padding-inline: 60px;
  }

  .contact-info br{
    display: none;
  }
  .case-studies::after {
    opacity: .3;
    background-size: 150px;
  }

  .about-et {
    padding: 50px 0 70px 0;
  }

  .uni-padding,
  .get-started {
    padding: 50px 0;
  }

  h1,
  .heading {
    font-size: 60px;
  }

  .et-right {
    display: flex;
    flex-direction: column-reverse;

  }

  .et-phone {
    height: auto !important;
    min-width: 400px;
  }


}

.et-phone {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .et-item {
    padding-inline: 40px;
  }

  .et-title {
    margin: 15px 0;
    line-height: 1.2;
    font-size: 40px;
  }


  .et-left-inner {
    padding: 0 !important;
  }

  .case-studies::after {
    opacity: .2;
  }

  .about-et {
    padding: 50px 0 0;
  }

  .about-et {
    padding: 50px 0;
  }

  .why-ticket {
    padding-top: 60px;
  }

  .et-left {
    padding-block: 45px;
  }

  .bking-btn {
    margin-bottom: 30px;
  }

  h1,
  .heading {
    font-size: 40px;

  }

  .submit-ticket .card h5 {
    font-size: 20px;
  }

  .submit-ticket .card h4 {
    font-size: 50px;
    line-height: 1;
  }

  .submit-ticket .list {

    margin-bottom: 24px;
  }

  .submit-ticket .row {
    margin-inline: 50px;
  }

  .logo {
    margin-right: 0px;
  }

  .right-area .store-link {
    width: min(100px, 90%);
  }

  .right-area .store-link img {
    max-width: 100%;
  }

  header .inner-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 850px) {
  .et-phone {
    min-width: 460px;
    left: -68px;
    position: relative;
  }

  .case-content {
    padding: 20px !important;
  }

  .case-ratings {
    margin-top: 20px;
  }

  .case-slider .swiper-slide {
    flex-shrink: unset;
  }

  footer li:not(:last-child) {
    margin-bottom: 10px;
  }

  .case-list {
    margin-top: 40px;
    height: auto;
    background-size: 80px;
  }

  .case-content .text {
    font-size: 18px;
    -webkit-line-clamp: unset;
  }



  .et-item {
    max-width: 100%;
    padding-inline: 35px;
  }

  .et-right {
    max-width: 40%;
  }

  header .btn {

    padding: 10px 13px !important;

  }

  .ph-info {
    bottom: 120px;
    left: -52px;
    max-width: 400px;
  }

  .right-area .store-link {
    width: min(137px, 100%);
  }

  .et-kicker {
    font-size: 14px;
  }

  .et-hero .btn {
    padding: 13px;
  }

  .et-checks {
    gap: 15px;
  }

  .case-content {
    padding: 40px;
  }

  .faq-list {
    margin-top: 0;
  }

  .uni-padding {
    padding: 70px 0;
  }

  footer .container {
    padding: 50px 20px;
    width: 100%;
  }



  .social-link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
  }

  footer h6,
  .for-lwers-link {
    margin-bottom: 15px;
  }

  .about-et .abt-slider {
    padding: 0 0 18px 0;
    margin-top: 40px;
  }

  .about-et .swiper-button-next,
  .about-et .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  .contact-section h3 {
    font-size: 35px;
  }

  .accordion-item {
    padding: 15px 20px;
  }

  .accordion-button {
    font-size: 18px;
  }

  .get-started h3 {
    font-size: 30px;
  }

  .get-started {
    padding: 0 0 60px;
  }

  .submit-ticket .row {
    margin-inline: 20px;
  }

  .uni-padding {
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
    .case-giver {
    display: none;
  }

  .total-amount h5 {
    font-size: 26px;
  }
.alert .close-btn {	
	font-size: 20px;
}
  .mob-col {
    flex-wrap: wrap;
  }

  .logo img {
    width: 90px;
  }

  header {
    padding: 15px 10px;
  }

  .upload-ticket .form-check-input {
    margin: 0 !important;
  }

  .alert-container,.alert-container-home {

    width: min(100% - 20px, 100%);
  }

  .upload-ticket h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .upload-ticket .sub-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
  }

  .upload-ticket .content {
    padding: 35px 25px;
  }

  .et-right {
    display: none;
  }

  .about-et {
    padding: 40px 0 0;
  }

  .why-ticket {
    padding-top: 0px;
  }

  .why-ticket .ticket-list {
    margin-top: 40px;
  }

  .social-link {
    bottom: 0;
    left: 10px;
    transform: inherit;
  }

  .et-item {
    max-width: 100%;
    padding: 35px 20px !important;
  }


  footer .ftr-row {
    gap: 40px 0;
  }

  .site-informatoins {
    padding: 10px;
  }

  .faq .support-card h5 {
    margin-bottom: 10px;
  }

  .submit-ticket .row {
    margin-inline: 15px;
  }

  .et-subheading {
    font-size: 20px;
  }

  .faq .support-card svg {
    width: 50px;
    height: auto;
  }

  .uni-padding {
    padding: 40px 0;
  }

  .about-et .abt-slider {
    padding: 0 10px 50px;
  }

  .how-it-works {
    margin-inline: 20px !important;
  }

  .contact-section h3 {
    font-size: 26px;
  }

  .contact-section .right-panel,
  .how-it-works .content {
    padding: 20px;
  }

  h5 {
    font-size: 18px;
  }

  .submit-ticket .card {

    padding: 25px;
  }

  h1,
  .heading {
    font-size: 28px;
  }

  .ticket-progress-steps .step-prog {	
	max-height: calc(100% - 138px) !important; 	
}

  .form-label {

    margin-bottom: 4px;
  }


}

.nine-step .item {
  background-color: #151515;
  padding: 20px 10px;
  width: min(544px, 100%)
}

.nine-step h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font_1);
}

.nine-step p {
  margin: 0;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 1.4;
}

.stripe-card-element {
  height: auto;
  min-height: 44px;
  padding: 8px 12px;
}

.stripe-card-element .StripeElement {
  width: 100%;
}

.ticket-progress-steps {
  /* icon circle */
  /* inactive line */
}

.ticket-progress-steps .step {
  display: flex;
  gap: 16px;
  position: relative;
  padding-bottom: 32px;
}

.ticket-progress-steps .step:last-child {
  padding-bottom: 0;
}

.ticket-progress-steps .step-prog {
  content: "";
  left: 24px;
  top: 24px;
  width: 2px;
  max-height: calc(100% - 105px);
  background: #fff;
  height: 100%;
}

.ticket-progress-steps .inner-prgs {
  background: var(--primary-color);
  height:50%;

}

/* 
.ticket-progress-steps .step.completed::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 2px;
  height: 100%;
}

.ticket-progress-steps .step:last-child::before {
  display: none;
} */

.ticket-progress-steps .icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
  background: gray;
}
.ticket-progress-steps .step.completed .icon{
  background: var(--primary-color);
}

/*# sourceMappingURL=style.css.map */

.static-pages h2,
.static-pages h3,
.static-pages h4 {
  margin: 20px 0 10px 0;
}

.alert-container {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.alert-container-home {
  position: fixed;
  top: 138px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.alert-success {
  border: 1px solid var(--primary-color);
  background-color: #f1f9f4;
}

.alert-container .close-btn {
  color: var(--primary-color);
}

.alert-container-home .close-btn {
  color: var(--primary-color);
}

.alert-success .icon {
  background: var(--primary-color);
}

.alert h4 {
  font-size: 17px;
  line-height: 1.5;
  color: var(--color-5);
  font-weight: 600;
}

.case-giver img {
  max-width: 255px;
  object-fit: cover;
  height: 100%;

}

.mid-image {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}


.alert-container .icon {
  min-width: 48px;
  height: 48px;
  border-radius: 24px;
}

.alert-container .icon i {
  color: white;
  font-size: 25px;
}

.alert-container-home .icon {
  min-width: 48px;
  height: 48px;
  border-radius: 24px;
}

.alert-container-home .icon i {
  color: white;
  font-size: 25px;
}

.alert .close-btn {
  font-size: 16px;
  top: 15px;
  right: 15px;
}

.alert-info .icon {
  background: #018cf3;
}

.alert-danger .icon {
  background: #ff4858;
}

.alert-warning .icon {
  background: #ffa503;
}

.testimonial-content-body:not(.is-reading)>p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-content-body:not(.has-read-more) .read-more {
  display: none;
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn.disabled,
.btn:disabled {
  background-color: gray !important;
  border: 1px solid gray;
}

.ElementsApp input {

  height: 27px !important;
}