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

body {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

body::-webkit-scrollbar-track {
  background: #eee;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  border-radius: 0px;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: none;
}

.clr {
  clear: both;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 2);
  padding-left: calc(var(--bs-gutter-x) * 2);
  max-width: 1349px;
}

/* HEADER-SECTION */

/* TOP-STRIP */

.top-strip {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.top-strip-in {
  width: 100%;
  height: auto;
}

.top-strip-location {
  width: 100%;
  height: auto;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  color: #fff;
}

.top-strip-location p {
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.social-notification {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.social-notification ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.social-notification ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.social-notification ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.social-notification ul li a i {
  transform: rotate(0deg);
  transition: 0.5s;
}

.social-notification ul li a:hover i {
  transform: rotate(360deg);
  transition: 0.5s;
}

.notification-in {
  width: auto;
  height: auto;
  position: relative;
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.notification-list {
  display: none;
  position: absolute;
  right: 0;
  width: max-content;
  top: 100%;
  margin-top: 10px;
  z-index: 9999;
}

.notification-in button {
  background: none;
  border: none;
  outline: none;
}

.notification-in button img {
  width: 22px;
  height: auto;
}

.notification-list h1 {
  width: 100%;
  height: auto;
  padding: 12px 10px;
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(167.29deg,
      rgba(32, 29, 50, 0.95) 17.81%,
      rgba(16, 11, 45, 0.95) 55.64%,
      rgba(32, 29, 50, 0.95) 99.29%);
}

.notification-list-inner {
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 2px 8px -5px #000;
}

.notification-list-inner::-webkit-scrollbar {
  width: 8px;
  height: 150px;
}

.notification-list-inner::-webkit-scrollbar-track {
  background: #eee;
}

.notification-list-inner::-webkit-scrollbar-thumb {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  border-radius: 0px;
}

.notification-list-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #f4f4f4;
  padding: 12px;
}

.notification-list-item:nth-child(3n) {
  background: #df751b1a;
}

.notification-list-item-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.notification-list-item-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.notification-list-item-text {
  width: auto;
  height: auto;
}

.notification-list-item-text p {
  margin: 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.notification-list-item-text span {
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #828282;
}

/* TOP-STRIP */

/* NAV-BAR */

nav.navbar {
  background-color: #fff !important;
  box-shadow: 0px 0px 10px -5px #00000040;
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 15px 0;
}

.navbar-inner {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.navbar-brand {
  width: 200px;
  padding: 0;
  margin-right: 70px;
  display: block;
}

.navbar-brand img {
  width: 100%;
}

.navbar-inner .nav-link {
  color: #170f0c !important;
  font-size: 17px;
  font-weight: 500;
  padding: 0px !important;
  margin: 0 25px;
}

.navbar-inner a.nav-link.active {
  font-weight: 700;
}

.navbar-inner a.nav-link.active:hover {
  color: #170f0c !important;
}

.navbar-inner a.nav-link:hover {
  color: #f0642c !important;
}

.navbar-right-wrap {
  width: auto;
}

.navbar-right-btn ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.navbar-right-btn ul li {
  list-style: none;
}

.navbar-right-btn ul li a {
  display: block;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
}

.navbar-inner button.navbar-toggler {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #d7450e;
  border-radius: 5px;
}

.navbar-inner button.navbar-toggler span.navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
  filter: brightness(0);
  transform: rotate(0deg);
  transition: 0.1s;
}

.navbar-inner button.navbar-toggler span.navbar-toggler-icon.cross {
  background-image: url(../images/nav-cross.svg);
  transform: rotate(180deg);
  transition: 0.1s;
}

.navbar-right-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.navbar-right-dropdown {
  width: auto;
  height: auto;
  position: relative;
}

button.navbar-right-dropdown-btn {
  background: #fff;
  border: 1px solid #f0642c;
  padding: 7px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

button.navbar-right-dropdown-btn img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.navbar-right-dropdown-list {
  position: absolute;
  box-shadow: 0px 0px 8px -5px #000;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin-top: 5px;
}

.navbar-right-dropdown-list a {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #231f20;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.navbar-right-dropdown-list a:hover {
  color: #f0642c;
}

.navbar-right-dropdown-list a:first-child {
  padding-top: 0;
}

.navbar-right-dropdown-list a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* NAV-BAR */

/* HEADER-SECTION */

/* HOME-PAGE */

/* BANNER-SECTION */

.banner-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  gap: 15px;
}

.banner-in h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

.banner-in h2 {
  color: #fff;
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
}

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

.banner-in form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
}

.banner-in form .banner-search {
  width: 70%;
  height: auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
}

.banner-in form .banner-search input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 10px 80px 10px 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: transparent;
}

.banner-in form .banner-search input[type="text"]::placeholder {
  color: #fff;
}

.banner-in form .banner-search button {
  position: absolute;
  width: 60px;
  height: 36px;
  right: 2px;
  top: auto;
  border: none;
  background: #ffffff66;
  border-radius: 0px 30px 30px 0px;
  color: #fff;
}

.banner-location {
  width: auto;
  height: 100%;
  position: relative;
}

.banner-location button {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.banner-location-list {
  position: absolute;
  width: max-content;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  display: none;
}

.banner-location-list input[type="text"] {
  width: 100%;
  height: auto;
  padding: 5px 8px;
  border: none;
  outline: none;
  background: #d6552533;
  color: #333333;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

/* BANNER-SECTION */

/* ABOUT-SECTION */

.about-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}

.about-wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url(../images/home/about/img-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10%;
  height: 15%;
  z-index: -1;
}

.about-wrap::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  background-image: url(../images/home/about/img-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 10%;
  height: 40%;
  z-index: -1;
}

.about-inner {
    width: 100%;
    height: auto;
    position: sticky;
    top: 20px;
    z-index: 1;
}

.about-inner h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #170f0c;
}

.about-inner h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}

.about-inner p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #424242;
  margin-bottom: 18px;
}

.about-inner a {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}

.about-inner-image {
  width: 90%;
  height: auto;
  padding: 25px;
  border: 2px solid #170f0c;
  margin: auto;
}

.about-inner-image img {
  width: 100%;
  height: 100%;
}

/* ABOUT-SECTION */

/* WHAT-WE-COVER-SECTION */

.we-cover-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-image: url(../images/home/we-cover/cover-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.we-cover-in {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px dashed #f0642c;
  color: #fff;
  padding: 30px;
  gap: 15px;
  transition: 0.5s;
}

.we-cover-in:hover {
  border: 2px dashed #fff;
  transition: 0.5s;
}

.we-cover-in img {
  width: 60px;
  height: auto;
}

.we-cover-in h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.we-cover-in p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* WHAT-WE-COVER-SECTION */

/* CATEGORIES-SECTION */

.categories-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.categories-wrap .heading-in p {
  color: #424242;
}

.categories-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.categories-inner a.categories-box {
  width: 23.8%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 10px;
  border: 2px dashed #f0642c;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  gap: 18px;
  transition: 0.5s;
}

.categories-inner a.categories-box:hover {
  border: 2px dashed #000;
  transition: 0.5s;
}

.categories-inner a.categories-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.categories-btn {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 30px;
}

.categories-btn a {
  display: inline-block;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
}

/* CATEGORIES-SECTION */

/* COUNTER-SECTION */

.counter-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-image: url(../images/home/counter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}

.counter-wrap:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #0a090bcc;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter-inner {
  width: 100%;
  height: auto;
}

.counter-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.counter-inner ul li {
  list-style: none;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.counter-inner ul li span {
  font-size: 52px;
  font-weight: 700;
  display: flex;
  font-family: "Montserrat", sans-serif;
}

/* COUNTER-SECTION */

/* NEAR-ATTORNEYS-SECTION */

.near-attorneys-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.near-attorneys-wrap .heading-in p {
  color: #424242;
}

.near-attorneys-inner {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.near-attorneys-inner ul#pills-tab {
  /* justify-content: space-between; */
  justify-content: center;
  margin-bottom: 40px;
}

.near-attorneys-inner ul#pills-tab li.nav-item {
  width: 25%;
}

.near-attorneys-inner ul#pills-tab li.nav-item button {
  width: 100%;
  border-radius: 0px;
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  border-left: 1px solid #cfcfcf;
}

.near-attorneys-inner ul#pills-tab li.nav-item:last-child button {
  border-right: 1px solid #cfcfcf;
}

.near-attorneys-inner ul#pills-tab li.nav-item button.active {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.near-attorneys-grid-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.near-attorneys-item {
  width: 23.8%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.near-attorneys-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #00000040;
  transition: 0.5s;
}

.near-attorneys-item:hover .near-attorneys-image a img {
  transform: scale(1.1);
  transition: 0.5s;
}

.near-attorneys-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.near-attorneys-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.5s;
}

.near-attorneys-text {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
}

.near-attorneys-text h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}

.near-attorneys-text h1 a {
  color: #000;
}

.near-attorneys-text p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.near-attorneys-text.my-text p {
    margin: 0;
}
.footer-inner.footer-social {
    padding-left: 90px;
}
.near-attorneys-text p span {
  color: #424242;
  margin-left: auto;
}

.near-attorneys-text p span i {
  color: #52a304;
  font-size: 15px;
}

.near-attorneys-text ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px 20px;
  margin-top: 8px;
}

.near-attorneys-text ul li {
  list-style: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #424242;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.near-attorneys-text ul li i {
  font-size: 16px;
  color: #201d32f2;
}

.near-attorneys-text-btn {
  width: 100%;
  margin-top: auto;
}

.near-attorneys-text-btn a {
  width: 122px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 30px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
  border-radius: 30px;
  text-align: center;
}

.near-attorneys-inner-btn {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 50px;
}

.near-attorneys-inner-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
}

/* NEAR-ATTORNEYS-SECTION */

/* TESTIMONIALS-SECTION */

.testimonials-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #201d32;
}

.testimonials-heading {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 50px;
}

.testimonials-heading h1 {
  width: 40%;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  margin: 0;
}

.testimonials-heading p {
  width: 60%;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  border-left: 1px solid #3a4553;
  padding-left: 50px;
}

.testimonials-heading p span {
  color: #f0642c;
}

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

.testimonials-in-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#testimonials-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2n) .testimonials-in-item {
  flex-direction: column-reverse;
}

#testimonials-slider .owl-stage-outer .owl-stage .owl-item:nth-child(2n) .testimonials-in-item .testimonials-in-text {
  border-radius: 50px 0px 0px 0px;
}

.testimonials-in-text {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 50px;
  border-radius: 0px 0px 0px 50px;
}

.testimonials-in-text img {
  width: 20px !important;
  height: auto;
  margin-bottom: 12px;
}

.testimonials-in-text p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}

.testimonials-in-profile {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimonials-in-profile-image {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.testimonials-in-profile-image img {
  width: 100%;
  height: 100%;
}

.testimonials-in-profile-text {
  width: 70%;
  height: auto;
}

.testimonials-in-profile-text h1 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.testimonials-in-profile-text p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #d7d7d7;
  margin: 0;
}

/* TESTIMONIALS-SECTION */

/* PRESS-SECTION */

.press-wrap {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.press-wrap .heading-in h1 {
  color: #161d27;
  margin-bottom: 60px;
}

.press-inner {
  width: 100%;
  height: auto;
}

.press-inner img {
  width: 100% !important;
  height: 73px;
  object-fit: contain;
}

/* PRESS-SECTION */

/* GET-IN-TOUCH-SECTION */

.get-in-touch-wrap {
  width: 100%;
  height: auto;
  padding: 30px 0;
  margin: 0px 0 50px 0;
  box-shadow: 0px 4px 33px 0px #00000040;
  position: relative;
  overflow: hidden;
}

.get-in-touch-wrap img {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  object-fit: contain;
  object-position: left;
  transform: scale(1.1);
  z-index: -1;
}

.get-in-touch-inner {
  width: 100%;
  height: auto;
}

.get-in-touch-inner h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.get-in-touch-inner h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.get-in-touch-inner form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.get-in-touch-inner form input[type="text"] {
  width: 100%;
  height: auto;
  font-family: "Lexend Deca", sans-serif;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #828282;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.get-in-touch-inner form input[type="text"]::placeholder {
  color: #828282;
}

.get-in-touch-inner form textarea {
  width: 100%;
  height: 100px;
  font-family: "Lexend Deca", sans-serif;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #828282;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

.get-in-touch-inner form textarea::placeholder {
  color: #828282;
}

.get-in-touch-inner form input[type="submit"] {
  width: fit-content;
  padding: 10px 40px;
  border: none;
  outline: none;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}

/* GET-IN-TOUCH-SECTION */

/* FOOTER-SECTION */

.footer-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0 20px 0;
  background: #201d32;
}

.footer-wrap .container-fluid .row .col-lg-3:nth-child(2) .footer-inner {
  padding-left: 80px;
}
.footer-inner {
    padding-left: 40px;
}
.footer-inner {
  width: 100%;
  height: auto;
}

.footer-inner-logo {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}

.footer-inner-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-inner-logo a img {
  width: 100%;
  height: 100%;
}

.footer-inner p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #d2d2d6;
  text-align: justify;
}

.footer-inner h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #ffffff;
}

.footer-inner ul {
  padding: 0;
  margin: 0;
}

.footer-inner ul li {
  list-style: none;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-inner.footer-contact ul li {
  list-style: none;
  margin-bottom: 15px;
}

.footer-inner.footer-contact ul li:nth-child(2) {
  align-items: flex-start;
}

.footer-inner ul li:last-child {
  margin-bottom: 0px;
}

.footer-inner ul li a {
  display: inline-block;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.footer-inner ul li img {
  width: 20px;
  height: auto;
}

.footer-inner.footer-social ul li img {
  width: 30px;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a6a5ad;
  margin: 0;
}

/* FOOTER-SECTION */

/* HOME-PAGE */

/* TERMS-PRIVACY-PAGE */

.terms-privacy-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.terms-privacy-in h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 15px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.terms-privacy-in p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.terms-privacy-in p:last-child {
  margin-bottom: 0px;
}

/* TERMS-PRIVACY-PAGE */

/* ATTORNEY-CATEGORY-PAGE */

.attorney-category-top {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.attorney-category-top .heading-in form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.attorney-category-top .heading-in form .heading-in-search {
  width: 60%;
}

.attorney-category-top .heading-in form .heading-in-filters {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  flex-wrap: wrap;
}

.heading-in-practice {
  width: 40%;
  height: auto;
  position: relative;
}

.heading-in-practice button {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
  transition: 0.5s;
}

.heading-in-practice button i {
  transform: rotate(0deg);
  transition: 0.5s;
}

.heading-in-practice button.active i {
  transform: rotate(180deg);
  transition: 0.5s;
}

.heading-in-practice-list {
  display: none;
  width: max-content;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 4px 0px #00000063;
  padding: 6px;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  right: 0;
  z-index: 999;
  border-radius: 5px;
}

.heading-in-practice-list input[type="text"] {
  width: 100%;
  height: 35px;
  background-image: url(../images/search-icon.svg);
  background-size: 17px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-color: #d6552533;
  padding: 0px 8px;
  border: none;
  outline: none;
  color: #333333;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
}

.heading-in-practice-list input[type="text"]::placeholder {
  color: #333333;
}

.heading-in-practice-list ul {
  padding: 0px 10px 0px 0px;
  margin: 10px 0px 5px 0px;
  height: auto;
  max-height: 120px;
  overflow: auto;
}

.heading-in-practice-list ul::-webkit-scrollbar {
  width: 6px;
  height: 150px;
}

.heading-in-practice-list ul::-webkit-scrollbar-track {
  background: #eee;
}

.heading-in-practice-list ul::-webkit-scrollbar-thumb {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  border-radius: 0px;
}

.heading-in-practice-list ul li {
  list-style: none;
  margin-bottom: 10px;
}

.heading-in-practice-list ul li:last-child {
  margin-bottom: 0px;
}

.heading-in-practice-list ul li label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.heading-in-practice-list ul li label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #d7450e;
  border: 2px solid #d7450e;
  appearance: none;
  border-radius: 3px;
}

.heading-in-practice-list ul li label input[type="checkbox"]:checked {
  appearance: auto;
}

/* ATTORNEY-CATEGORY-PAGE */

/* ATTORNEY-DETAILS-PAGE */

.attorney-details-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.attorney-details-image {
  width: 100%;
  height: 350px;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.5s;
}

.attorney-details-image:hover img {
  transform: scale(1.1) rotate(2deg);
  transition: 0.5s;
}

.attorney-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.attorney-details-content {
  width: 100%;
  height: auto;
}

.attorney-details-content span {
  background: #52a304;
  padding: 2px 10px 2px 5px;
  display: inline-flex;
  border-radius: 30px;
  color: #fff;
  align-items: center;
  gap: 5px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.attorney-details-content span i {
  font-size: 16px;
}

.attorney-details-content h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.attorney-details-content h2 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 15px;
}

.attorney-details-content hr {
  width: 100%;
  height: 1px;
  background: #000;
  border: none;
  opacity: 0.5;
  margin: 20px 0 15px 0;
}

.attorney-details-content p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  margin-bottom: 0;
}

.attorney-details-buttons {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.attorney-details-buttons ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.attorney-details-buttons ul li {
  list-style: none;
  width: 49%;
}

.attorney-details-buttons ul li.attorney-connect-button {
  width: 50%;
}

.attorney-details-buttons ul li a {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 40px;
  border: 2px solid;
  border-color: transparent;
}

.attorney-details-buttons ul li:last-child a {
  background: transparent;
  color: #333;
  border-color: #333;
}

.attorney-details-buttons ul li a img {
  width: 19px;
  height: auto;
}

.attorney-details-buttons ul li:last-child a img {
  width: 25px;
  height: auto;
}

.attorney-about-contact {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.attorney-about-contact-buttons {
  width: fit-content;
  height: auto;
  border: 1px solid #f0642c;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  gap: 30px;
  border-radius: 5px 5px 0px 0px;
}

.attorney-about-contact-buttons a {
  background: transparent;
  padding: 8px 80px;
  color: #333;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 40px;
  border: 1px solid;
  border-color: #333;
}

.attorney-about-contact-buttons a.active {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
  border-color: transparent;
}

.attorney-about-contact-text {
  width: 100%;
  height: auto;
  border: 1px solid #f0642c;
  border-radius: 0px 5px 5px 5px;
  padding: 20px;
}

#attorney-about-text,
#attorney-contact-text {
  display: none;
  transition: 0.5s;
}

#attorney-about-text.show {
  display: block;
  transition: 0.5s;
}

#attorney-contact-text.show {
  display: flex;
  gap: 100px;
  transition: 0.5s;
}

.attorney-contact-in {
  width: 100%;
}

.attorney-about-contact-text h1 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.attorney-about-contact-text p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  line-height: 28px;
  margin-bottom: 15px;
}

.attorney-about-contact-text p b {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.attorney-about-contact-text ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.attorney-about-contact-text ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  line-height: 27px;
}

.attorney-about-contact-text ul li a {
  color: #424242;
}

.attorney-about-contact-text ul li:hover a {
  text-decoration: underline !important;
}

.attorney-about-contact-text ul li img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.attorney-contact-in iframe {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

/* ATTORNEY-DETAILS-PAGE */

/* CONTACT-US-PAGE */

.contact-page-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.contact-page-image {
  width: 88%;
  height: auto;
  margin-left: auto;
}

.contact-page-image img {
  width: 100%;
  height: 100%;
}

.contact-page-inner {
  width: 100%;
  height: auto;
  padding-top: 25px;
}

.contact-page-inner h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-page-inner p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.contact-page-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-page-inner ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 20px;
  background: #201d32;
  gap: 15px;
}

.contact-page-inner ul li img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.contact-page-inner ul li span {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-page-inner ul li span b {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.contact-page-inner ul li span a {
  color: #fff;
}

.contact-page-bottom {
  width: 100%;
  height: auto;
  padding: 25px;
  background: #d7450e1a;
  margin-top: 50px;
}

.contact-page-bottom form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page-bottom form input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0px 10px;
  border: 1px solid #424242;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.contact-page-bottom form textarea {
  width: 100%;
  height: 145px;
  padding: 10px;
  border: 1px solid #424242;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.contact-page-bottom form input[type="submit"] {
  padding: 8px 40px;
  display: inline-flex;
  width: fit-content;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  outline: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* CONTACT-US-PAGE */

/* ABOUT-US-PAGE */

.about-page-top .about-inner-image {
  width: 95%;
  padding: 0;
  border: none;
}

.about-page-top .about-inner p {
  text-align: justify;
}

.mission-wrap {
  width: 100%;
  height: auto;
  padding: 80px 0 150px 0;
  background-image: url(../images/about/misson-bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.mission-inner {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px;
  border-radius: 40px 2px 40px 2px;
  text-align: center;
  gap: 20px;
  margin: auto;
}

.mission-inner img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.mission-inner h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.mission-inner p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.about-help-small {
  width: 100%;
  height: auto;
  margin: -100px 0 50px 0;
}

.about-help-small .container-fluid .row {
  justify-content: center;
}

.about-help-small-in {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 20px 0px #00000040;
}

.about-help-small-in img {
  width: 30%;
}

.about-help-small-text {
  width: 70%;
  padding-left: 20px;
}

.about-help-small-text h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #170f0c;
}

.about-help-small-text h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

.about-help-small-text p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #424242;
  margin-bottom: 10px;
}

.about-help-small-text a {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}

.about-help-big {
  width: 95%;
  height: auto;
  margin: 80px 0 50px 0;
  margin-left: auto;
}

.about-help-big-in {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #00000040;
}

.about-help-big-in img {
  width: 50%;
}

.about-help-big-text {
  width: 50%;
  padding: 20px;
  padding-right: 25px;
}

.about-help-big-text h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #170f0c;
}

.about-help-big-text h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}

.about-help-big-text p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #424242;
  margin-bottom: 20px;
  text-align: justify;
}

.about-help-big-text a {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 30px;
}

/* ABOUT-US-PAGE */

/* USER-SIGN-IN-PAGE */

.user-sign-wrap {
  width: 100%;
  height: auto;
  padding: 90px 0;
}

.user-sign-logo {
  width: 100%;
  height: auto;
}

.user-sign-logo img {
  width: 100%;
  height: 100%;
}

.user-sign-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.user-sign-inner h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.user-sign-inner h2 {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #424242;
  margin: 0;
}

.user-sign-inner form {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form span.error-message:empty,
form span.text-danger:empty {
  display: none;
}

form span.error-message,
form span.text-danger {
  font-family: "Lexend Deca", sans-serif;
}

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

.user-sign-field input[type="text"],
.user-sign-field input[type="password"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: #eee7e3;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  padding: 0px 20px 0px 65px;
}

.user-sign-field input[type="text"]::placeholder,
.user-sign-field input[type="password"]::placeholder {
  color: #333333;
}

.user-sign-reset .user-sign-field input[type="password"] {
  padding: 0px 75px 0px 65px;
}

.user-sign-field img {
  position: absolute;
  height: 100%;
}

.user-sign-field img:nth-child(3) {
  right: 45px;
  width: 22px;
}

.user-sign-field img:nth-child(4) {
  right: 45px;
  width: 22px;
}

.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  top: auto;
  right: 15px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}

.password-eye .eye-close {
  background-image: url(../images/sign/eye-close.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.password-eye .eye-open {
  background-image: url(../images/sign/eye-open.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.user-sign-field input[type="submit"],
.user-sign-field input[type="button"] {
  width: 75%;
  height: 100%;
  margin: auto;
  border-radius: 30px;
  border: none;
  outline: none;
  color: #fff;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  font-size: 18px;
  font-weight: 600;
}

.user-sign-inner form p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #333;
}

.user-sign-inner form p b.check-in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 3px;
}

.user-sign-inner form p b.check-in input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #f0642c;
  appearance: none;
  border-radius: 2px;
  margin-top: 0px;
  margin-right: 5px;
  cursor: pointer;
}

.user-sign-inner form p b.check-in input[type="checkbox"]:checked {
  appearance: auto;
  accent-color: #f0642c;
}

.user-sign-inner form p b {
  font-weight: 600;
}

.user-sign-inner form p a,
.user-sign-inner form p button {
  color: #f0642c;
  border: none;
  outline: none;
  background: none;
}

.user-sign-inner form p button[disabled] {
  color: gray;
}

.user-sign-inner form p span {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.user-sign-code {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.user-sign-code-in {
  display: block;
  height: 50px;
  width: 50px;
  padding: 0px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(164.65deg,
      rgba(240, 100, 44, 0.5) 3.6%,
      rgba(215, 69, 14, 0.5) 51.5%);
  border: none;
  outline: none;
  border-radius: 8px !important;
}

.user-sign-code-in.active {
  background: #da4912;
}

.user-sign-code-in::-webkit-outer-spin-button,
.user-sign-code-in::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.password-changed-heading {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.password-changed-heading img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.password-changed-heading h1 {
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.password-changed-heading p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}

.password-changed-form {
  width: 100%;
  height: auto;
  text-align: center;
}

.password-changed-form .ok-btn,
.password-changed-wrap .ok-btn {
  width: auto;
  padding: 8px 55px;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  margin: auto;
  display: block;
}

.password-changed-pop .modal-dialog {
  max-width: 30%;
}

.password-changed-pop .modal-content {
  border-radius: 20px;
}

.password-changed-pop {
  width: 100%;
  height: 100%;
}

.password-changed-pop .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.user-sign-inner form ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.user-sign-inner form ul li {
  list-style: none;
}

.user-sign-inner form ul li a {
  display: block;
}

.user-sign-inner form ul li a img {
  width: 100%;
  height: 100%;
}

.user-sign-up form .user-sign-field {
  margin-bottom: 10px;
}

.user-sign-inner.user-sign-up form {
  gap: 10px;
}

/* USER-SIGN-IN-PAGE */

/* USER-MY-PROFILE */

.user-dashboard-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.user-dashboard-menu {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  box-shadow: 0px 2px 10px 0px #00000040;
}

.user-dashboard-menu ul {
  padding: 0;
  margin: 0;
}

.user-dashboard-menu ul li {
  list-style: none;
}

.user-dashboard-menu ul li a {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  gap: 10px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #00000080;
}

.user-dashboard-menu ul li:last-child a {
  border-bottom: 0;
}

.user-dashboard-menu ul li a:hover,
.user-dashboard-menu ul li a.active {
  color: #fff;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
}

.user-dashboard-menu ul li a:hover img,
.user-dashboard-menu ul li a.active img {
  filter: brightness(0) invert(1);
}

.user-dashboard-inner {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  box-shadow: 0px 2px 10px 0px #00000040;
  position: relative;
}

.user-profile-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 60px;
}

.user-profile-inner h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  /* background: linear-gradient(164.65deg, #F0642C 3.6%, #D7450E 51.5%);
  -webkit-background-clip: text;
  background-clip: text; */
  color: #000;
}

.user-profile-inner form {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.user-profile-upload {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}

.user-profile-upload-image {
  width: 120px;
  height: 120px;
  border: 2px solid #f0642c;
  border-radius: 50%;
  overflow: hidden;
}

.user-profile-upload-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-profile-upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 2px 10px 0px #00000040;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.profile-input-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px 5px;
  margin-bottom: 18px;
  position: relative;
}

.profile-input-inner span {
  font-size: 15px;
  font-weight: 500;
}

.profile-input-inner img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.profile-input-inner input[type="text"],
.profile-input-inner input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 0 15px 0 55px;
  border: none;
  background: #eee7e3;
  border-radius: 30px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #231f20;
}

.profile-input-inner select {
  width: 100%;
  height: 45px;
  padding: 0 15px 0 55px;
  border: none;
  background: #eee7e3;
  border-radius: 30px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #231f20;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url(../images/dropicon.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.profile-button-inner {
  width: auto;
  margin-top: 20px;
}

.profile-button-inner input[type="submit"],
.profile-button-inner a {
  padding: 8px 70px;
  background: transparent;
  border: 2px solid #f0642c;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.profile-button-inner input[type="submit"].active,
.profile-button-inner a.active {
  border: 2px solid transparent;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
}

/* USER-MY-PROFILE */

/* USER-MY-CONNECTIONS */

.user-connections-wrap {
  width: 100%;
  height: auto;
  padding: 25px;
}

.user-connections-wrap .attorney-category-top .heading-in form {
  justify-content: space-between;
  align-items: center;
}

.user-connections-wrap .attorney-category-top .heading-in form .heading-in-search {
  width: 50%;
}

.user-connections-wrap .attorney-category-top .heading-in form .heading-in-filters {
  width: 50%;
  gap: 10px;
}

.user-connections-wrap .attorney-category-top .heading-in form .heading-in-filters .heading-in-practice {
  width: 42%;
  height: auto;
  position: relative;
}

.user-connections-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.user-connections-box {
  width: 48.8%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0px 0px 5px 0px #00000020;
}

.user-connections-box-image {
  width: 25%;
  height: auto;
}

.user-connections-box-image img {
  width: 100%;
  height: 100%;
}

.user-connections-box-content {
  width: 75%;
}

.user-connections-box-content h1 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.user-connections-box-content p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.user-connections-box-content p i {
  font-size: 18px;
  color: #201d32f2;
}

.user-connections-box-content-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.user-connections-box-content-btn a {
  font-size: 14px;
  font-weight: 600;
  color: #2196f3;
}

.user-connections-box-content-btn span {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}

/* USER-MY-CONNECTIONS */

/* USER-DELETE-LOGOUT-POPUP */

.logout-delete-popup .modal-dialog {
  max-width: 28%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#payment-succ-popup.logout-delete-popup .modal-dialog {
  max-width: 25%;
}

.logout-delete-popup .modal-content {
  border-radius: 20px;
}

.logout-delete-popup .modal-content button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: flex;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.logout-delete-popup .modal-content .modal-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

#payment-succ-popup.logout-delete-popup .modal-content .modal-body {
  padding: 25px 20px;
}

.logout-delete-popup .modal-content .modal-body img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.logout-delete-popup .modal-content .modal-body h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 30px;
}

.logout-delete-popup .modal-content .modal-body p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.logout-delete-popup .modal-content .modal-body form {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.logout-delete-popup .modal-content .modal-body form input[type="button"],
.logout-delete-popup .modal-content .modal-body form input[type="submit"],
.logout-delete-popup .modal-content .modal-body form a {
  width: 40%;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  padding: 7px 0px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.logout-delete-popup .modal-content .modal-body form input[type="button"] {
  color: #f0642c;
  border: 1px solid #303030;
  background: #fff;
}

/* USER-DELETE-LOGOUT-POPUP */

/* ATTORNEY-CREATE-PROFILE */

.attorney-dashboard-wrap {
  padding: 50px 0;
}

.profile-textarea-inner {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.profile-textarea-inner textarea {
  width: 100%;
  height: 100px;
  padding: 10px 15px;
  border: none;
  background: #eee7e3;
  border-radius: 5px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #231f20;
}

.attorney-dashboard-wrap .profile-button-inner input[type="submit"] {
  padding: 8px 100px;
}

.attorny-right-wrap {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.attorny-right-wrap p {
  margin: 0;
  font-family: Lexend Deca;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.attorny-right-wrap p span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  border-radius: 50%;
}

.profile-toggle-btn {
  width: fit-content;
  display: flex;
  border: 1px solid #4242421a;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.profile-toggle-btn label {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  padding: 8px 20px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #101010;
  cursor: pointer;
  border-radius: 20px;
}

.profile-toggle-btn input:checked+label {
  background: linear-gradient(167.29deg,
      rgba(32, 29, 50, 0.95) 17.81%,
      rgba(16, 11, 45, 0.95) 55.64%,
      rgba(32, 29, 50, 0.95) 99.29%);
  color: #fff;
}

/* ATTORNEY-CREATE-PROFILE */

/* ATTORNEY-LOG */

.attorney-log-wrap {
  width: 100%;
  height: auto;
  padding: 15px;
}

.attorney-log-tabs {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.attorney-log-tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.attorney-log-tabs ul li {
  list-style: none;
}

.attorney-log-tabs ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  padding-bottom: 8px;
  position: relative;
}

.attorney-log-tabs ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: transparent;
}

.attorney-log-tabs ul li a:hover,
.attorney-log-tabs ul li a.active {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.attorney-log-tabs ul li a:hover::before,
.attorney-log-tabs ul li a.active::before {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
}

.attorney-log-inner {
  width: 100%;
  height: auto;
  display: none;
  flex-wrap: wrap;
  gap: 20px;
}

.attorney-log-inner.show {
  display: flex;
}

.attorney-log-box {
  width: 48.8%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0px 0px 5px 0px #00000020;
}

.attorney-log-box-image {
  width: 25%;
  height: 123px;
  border-radius: 8px;
  overflow: hidden;
}

.attorney-log-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.attorney-log-box-content {
  width: 75%;
}

.attorney-log-box-content h1 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.attorney-log-box-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.attorney-log-box-content ul li {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}

.attorney-log-box-content ul li i {
  font-size: 18px;
  color: #201d32f2;
}

.attorney-log-box-content-buttons {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.attorney-log-box-content-buttons button {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  outline: none;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.attorney-log-box-content-buttons a {
  color: #f0642c;
  font-size: 25px;
}

#attorney-log-accepted .attorney-log-box-content {
  position: relative;
}

#attorney-log-accepted .attorney-log-box-content ul li,
#attorney-log-declined .attorney-log-box-content ul li {
  width: 100%;
}

#attorney-log-accepted .attorney-log-box-content .attorney-log-box-content-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  margin: 0;
}

/* ATTORNEY-LOG */

/* ATTORNEY-LOG-DETAIL */

.attorney-log-accepted-detail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 180px;
  position: relative;
}

.attorney-log-accepted-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #201d32;
  margin-bottom: 15px;
}

.attorney-log-accepted-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.attorney-log-accepted-detail h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.attorney-log-accepted-detail .attorney-details-buttons {
  margin-bottom: 20px;
}

.attorney-log-accepted-detail .attorney-details-buttons ul li a {
  gap: 10px;
}

.attorney-log-accepted-detail .attorney-details-buttons ul li:last-child a {
  gap: 10px;
  border-color: #f0642c;
}

.attorney-log-accepted-detail-back {
  position: absolute;
  width: auto;
  height: auto;
  left: 15px;
  top: 15px;
}

.attorney-log-accepted-detail-back a {
  width: 50px;
  height: 30px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
}

/* ATTORNEY-LOG-DETAIL */

/* ATTORNEY-SUBSCRIPTIONS */

.attorney-subscription-wrap {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.attorney-subscription-wrap h1 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.attorney-subscription-in {
  width: 32%;
  height: auto;
  background: #fff;
  border-radius: 70px 0px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px #00000040;
}

.attorney-subscription-in.active {
  border: 2px solid #f0642c;
}

.attorney-subscription-top {
  border-radius: 0px 0px 60px 0px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  text-align: center;
  padding: 20px 0;
}

.attorney-subscription-top h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
  margin: 0;
}

.attorney-subscription-top h2 b {
  font-size: 30px;
  font-weight: 500;
}

.attorney-subscription-top h2 span {
  font-size: 20px;
  font-weight: 500;
}

.attorney-subscription-list {
  width: 100%;
  height: auto;
  padding: 20px 10px;
}

.attorney-subscription-list ul {
  padding: 0;
  margin: 0;
}

.attorney-subscription-list ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.attorney-subscription-list ul li i {
  color: #1b9023;
  font-size: 17px;
  margin-top: 3px;
}

.attorney-subscription-list ul li p {
  margin: 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.attorney-subscription-button {
  width: 100%;
  margin: 30px 0 10px 0;
  text-align: center;
}

.attorney-subscription-button button,
.attorney-subscription-button a {
  padding: 10px 120px;
  border-radius: 30px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.payment-popup .modal-content button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: flex;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.payment-popup .modal-dialog {
  max-width: 30%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}

.payment-popup .modal-content {
  border-radius: 20px;
}

.payment-popup .modal-content .modal-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
}

.payment-popup .modal-content .modal-body h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.payment-popup .modal-content .modal-body form {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}

.attorney-payment-input {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}

.attorney-payment-input label {
  padding-left: 5px;
}

.attorney-payment-input input[type="text"],
.attorney-payment-input input[type="number"] {
  width: 100%;
  border-radius: 20px;
  height: 45px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-left: 15px;
  box-shadow: 0px 0px 6px 0px #00000040;
  border: none;
  outline: none;
}

.attorney-payment-input input[type="number"]::-webkit-outer-spin-button,
.attorney-payment-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.attorney-payment-input-wrap {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.attorney-payment-input-wrap .attorney-payment-input:last-of-type {
  width: 50%;
}

.attorney-payment-label {
  width: 100%;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  gap: 8px;
  color: #000;
  align-items: center;
}

.attorney-payment-label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.payment-popup .modal-content .modal-body form input[type="button"],
.payment-popup .modal-content .modal-body form input[type="submit"] {
  width: 100%;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  padding: 10px 0px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

#add-card-popup input#submit-button {
  text-transform: unset;
}

.payment-succ-popup .modal-content .modal-body form input[type="button"] {
  color: #fff;
  border: none;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
}

/* ATTORNEY-SUBSCRIPTIONS */

/* ATTORNEY-PAYMENT-METHOD */

.attorney-payment-no-save-card {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  padding: 60px 0 100px 0;
}

.attorney-payment-no-save-card img {
  width: 70px;
  height: auto;
  margin-bottom: 15px;
}

.attorney-payment-no-save-card h1 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.attorney-payment-no-save-card p {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 28px;
  text-align: center;
}

.attorney-payment-no-save-card button {
  border: none;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  padding: 9px 90px;
}

/* ATTORNEY-PAYMENT-METHOD */

/* ATTORNEY-SAVED-CARD */
.attorney-saved-card-wrap {
  width: 100%;
  height: auto;
  padding: 20px 20px 100px 20px;
}

.attorney-saved-card-wrap h1 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.attorney-saved-card-wrap form {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.attorney-saved-card-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0px 0;
  gap: 25px;
}

.attorney-saved-card-box {
  width: 48.6%;
  height: 200px;
  position: relative;
  background: #1b1b1b;
  border-radius: 10px;
}

.attorney-saved-card-box:nth-child(2n) {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
}

.attorney-saved-card-box img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
  object-position: bottom;
}

.attorney-saved-card-box button {
  position: absolute;
  top: -18px;
  right: -10px;
  z-index: 999;
  background: none;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #170f0c;
  cursor: pointer;
}

.attorney-saved-card-details {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.attorney-saved-card-details p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  text-align: right;
}

.attorney-saved-card-details-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
}

.attorney-saved-card-details-input-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.attorney-saved-card-details-bottom .input-1 {
  color: #fdfdfd;
  font-family: "Lexend Deca", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
  background: no-repeat;
  border: 0;
  outline: none;
  width: 60%;
}

.attorney-saved-card-details-bottom .input-2 {
  color: #fdfdfd;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: no-repeat;
  border: 0;
  outline: none;
  width: inherit;
  text-align: right;
}

.attorney-saved-card-details-bottom span {
  width: 35%;
  display: flex;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  justify-content: flex-end;
}

.attorney-saved-card-details-bottom h2 {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  margin-top: 15px;
}

.attorney-saved-card-details-bottom h2 img {
  width: 15%;
}

.attorney-saved-card-btm {
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.attorney-saved-card-btm a {
  font-size: 16px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 5px;
  color: #170f0c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.attorney-saved-card-btm a span {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
}

.attorney-saved-card-btm input[type="button"],
.attorney-saved-card-btm input[type="submit"] {
  padding: 10px 100px;
  border-radius: 40px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
}

.attorney-saved-card-box input[type="radio"] {
  z-index: 999;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  appearance: none;
  outline: 2px solid #fff;
  background: transparent;
  outline-offset: 4px;
  border-radius: 50%;
}

.attorney-saved-card-box input[type="radio"]:checked {
  background: #fff;
}

/* ATTORNEY-SAVED-CARD */

/* ATTORNEY-TRANSACTION */

.attorney-transaction-wrap {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.attorney-transaction-wrap table {
  width: max-content;
  min-width: 100%;
  border-bottom: 1px solid #f0642c;
}

.attorney-transaction-wrap table tr:first-child {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
}

.attorney-transaction-wrap table tr:nth-child(odd) td {
  background-color: rgba(215, 69, 14, 0.3);
}

.attorney-transaction-wrap table tr th {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-right: 1px solid #f0642c;
}

.attorney-transaction-wrap table tr th:last-child {
  border-right: 0;
}

.attorney-transaction-wrap table tr td {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #f0642c;
  background: #fff;
}

.attorney-transaction-wrap table tr td:last-child {
  border-right: 0;
}

.attorney-pagination {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 35px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attorney-pagination ul {
  padding: 0px;
  margin: 0;
  display: flex;
  align-items: center;
}

.attorney-pagination ul li {
  list-style: none;
  margin: 0 4px;
}

.attorney-pagination ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.attorney-pagination ul li:first-child a {
  width: auto;
  border: none;
}

.attorney-pagination ul li:last-child a {
  width: auto;
  border: none;
}

.attorney-pagination ul li:first-child a:hover {
  color: #000;
  background: none;
}

.attorney-pagination ul li:last-child a:hover {
  color: #000;
  background: none;
}

.attorney-pagination ul li.active a {
  color: #fff;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border-color: #f0642c;
}

.attorney-pagination ul li a:hover {
  color: #fff;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border-color: #f0642c;
}

.attorney-transaction-wrap .table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.attorney-transaction-wrap .table-responsive::-webkit-scrollbar-track {
  background: rgba(59, 59, 59, 0.3);
}

.attorney-transaction-wrap .table-responsive::-webkit-scrollbar-thumb {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
  border-radius: 0px;
}

/* ATTORNEY-TRANSACTION */

/* ATTORNEY-TRANSACTION-NEW-CSS */

.attorney-pagination nav {
  width: 100%;
  height: auto;
}

.attorney-pagination nav .flex {
  display: none;
}

.attorney-pagination nav .hidden div:first-child {
  display: none;
}

.attorney-pagination nav .hidden div:last-child span.relative {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  gap: 10px;
}

.attorney-pagination nav .hidden div:last-child span.relative span,
.attorney-pagination nav .hidden div:last-child span.relative a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 5px !important;
  font-weight: 500;
  color: #000;
}

.attorney-pagination nav .hidden div:last-child span.relative span[aria-current] span.relative {
  background: linear-gradient(164.65deg,
      #f0642c 3.6%,
      #d7450e 51.5%) !important;
  border-color: #f0642c !important;
  color: #fff;
}

.attorney-pagination nav .hidden div:last-child span.relative a:hover,
.attorney-pagination nav .hidden div:last-child span.relative a:hover svg {
  background: linear-gradient(164.65deg,
      #f0642c 3.6%,
      #d7450e 51.5%) !important;
  border-color: #f0642c !important;
  color: #fff;
  fill: #fff;
}

.attorney-pagination nav .hidden div:last-child span.relative span span.relative svg,
.attorney-pagination nav .hidden div:last-child span.relative a svg {
  stroke: #000;
  stroke-width: 0px;
}

/* ATTORNEY-TRANSACTION-NEW-CSS */

/* NEW-LOG-SCREEN-CSS */

.attorney-log-box-content-buttons.attorney-log-new-btns a {
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

/* NEW-LOG-SCREEN-CSS */

/* NEW-CSS-FOR-FIXES */

.user-sign-inner p.text-center {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #333;
}

.user-sign-inner p.text-center b {
  font-weight: 600;
}

/* NEW-CSS-FOR-FIXES */
.sticky-btn-dropdown {
  display: flex;
  justify-content: center;
  margin: 5px 2px;
}

.sticky-btn-dropdown button {
  color: #ffffff !important;
  font-size: 14px;
  border: none;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  width: auto;
  padding: 7px 28px;
  border-radius: 25px;
  display: flex;
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/*NEW-CSS-FOR-REMEMBER-ME*/

.user-sign-inner form p.text-end.remember-wrap {
  display: flex;
  flex-wrap: wrap;
}

.user-sign-inner form p label.remember-me {
  margin-right: auto;
  cursor: pointer;
}

.user-sign-inner form p label.remember-me input {
  accent-color: #F0642C;
}

/*NEW-CSS-FOR-REMEMBER-ME*/


/* 28-01-2026-DK-CSS */

#connectRequestModal .modal-content {
  border-radius: 20px;
}

.user-sign-inner form {
  position: relative;
}

#requestDetailsModal .modal-content.request-details-modal {
  padding: 0;
  border-radius: 24px;
}

#requestDetailsModal .modal-content.request-details-modal .modal-header {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}

#requestDetailsModal .modal-content.request-details-modal .modal-header h5.modal-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

#requestDetailsModal .modal-content.request-details-modal .modal-body label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  columns: #170F0C;
}

#requestDetailsModal .modal-content.request-details-modal .modal-body .modal-box {
  height: 48px;
  margin-bottom: 20px;
}

#requestDetailsModal .modal-content.request-details-modal .modal-body .modal-actions {
  gap: 20px;
  margin-bottom: 15px;
}

#requestDetailsModal .modal-content.request-details-modal .modal-body .modal-actions a {
  width: 100%;
  text-align: center;
}

#requestDetailsModal .modal-content.request-details-modal .modal-body p.modal-note {
  text-align: center;
}

#requestDetailsModal .modal-content.request-details-modal .modal-header button.btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
}

.uploaded-documents {
  margin-bottom: 25px;
}

.footer-inner-logo {
  height: fit-content !important;
}

/* 28-01-2026-DK-CSS */


/* 09-03-2026-DK-CSS */

#location-popup .modal-dialog {
  max-width: 400px;
}

#location-popup .modal-content img {
  margin: auto;
  width: 150px;
}

#location-popup .modal-content h3 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
}

#location-popup .modal-content p {
  font-family: Lexend Deca;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

#location-popup .modal-content button#enable-location {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(164.65deg, #f0642c 3.6%, #d7450e 51.5%);
  border: none;
}

#location-popup .modal-content button.btn.btn-link.mt-2 {
  font-family: Lexend Deca;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #333;
}

/* 09-03-2026-DK-CSS */