#whychooseus .col-lg-4{
            flex: 0 0 auto;
        width: 20%;
}
.navbar-brand img{
	width:160px;
}
.about-us:before, .our-testimonials:before{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
/*    background: #00000078;*/
    position: absolute;
    z-index: -1;
}
.custmosain {
/*    position: relative;*/
    top: 4px;
/*    left: 5px;*/
    font-size: 24px;
    font-weight: 600;
    color: red;
    display: inline-block;
}

.service .btn-default {
    
    padding: 18px 20px 18px 20px; 
}

.service .custmosain {
    position: relative;
}

.service .btn-default::before{
	display:none;
}

.btn-default::before {
    display:none;
    
}

.service-section-btn .btn-default{
	background:#fff;
	color:var(--accent-color);
}

.service-img img{
/*	border-radius: 20px;*/
	margin-bottom: 20px;
	position: relative;
}

 

#faqs .section-title h3::before {
    background: var(--white-color);
}

.list-services{
min-height:105px;
}

.logos-img figure img {
     aspect-ratio: 0; 
     border-radius: 0;
}

.logos-img figure {
     border-radius: 0; 
}

.logos-img{
    text-align: center;
}

#logos .section-row{
    margin-bottom: 40px;
}
#logos{
    padding: 80px 0 80px;
}
#services{
    background:#eaf4f6;
}

.bannerlinst{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top:20px;
}
.bannerlinst li{
    position: relative;
    width:100%;
    color:#fff;
    font-size:18px;
    line-height: 1.5em;
    padding-left: 30px;
    transition: all 0.4s ease-in-out;
}
.bannerlinst li:before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.color-span{
  color: var(--accent-color);
}
.form-small-p{
  font-size: 12px;
  color:#000;
}
.banner-h4{
  font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #434242;
}
.hero .banner-h4{
    color: #fff;
}
.form-wizard {
  color: #888888;
   
}
.form-control{
    appearance:auto;
}
.wizard-fieldset h4{
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.widget-form .widget-title{font-size:30px;}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
        font-size: 16px;
      background-color:#0b183b;
    color:#ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 100px;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  border: 2px solid #fff;
      padding: 18px 36px;
          font-weight: 600;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  background-color:#000000;
          /*border: 1px solid currentColor;*/
  /*opacity: 0.6;*/
  text-decoration: none;
      border-radius: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
        padding: 18px 36px;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #a5a2a3;
    color: #fff; 
}
.form-wizard .form-control {
         height: auto !important;
    padding: 12px 15px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 15px;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 9px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #000000;
  top: -22px;
  transition: 0.2s linear all;
  font-size: 14px;
}
.form-wizard .form-wizard-steps {
  margin: 20px 0;
}
.form-wizard .form-wizard-steps li {
  width: 33.33%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #a4a1a2;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #a4a1a2;
  border-top: 1px solid #a4a1a2;
}
.form-wizard .form-wizard-steps li span {
  background-color: #a4a1a2;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
  color:#ffffff;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #0b183b;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #0b183b;
  left: 50%;
  width: 50%;
  border-color: #0b183b;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #0b183b;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.span-color-blue{
  color:var(--accent-color);
}
.mbminus{
  margin-bottom: -10px !important;
}
.hero-stats{
    padding: 40px 0;
    background:#434242;
}
.stats-description{
    color:#ffffffad;
    font-size:12px;
}
.hero-stats .stats-number{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 8px;
    color: #fff;
}
.hero-stats .stats-label{
    color: #fff;
    font-size: 15px;
    font-weight:600;
}
.stats-icon{
    color:#fff;
}
.hero-stats .stats-item{
    position: relative;
}
#services{
  background:#f6f4f0;;
}
.services-eyebrow{
  display:block;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#4A6FA5;
  margin-bottom:10px;
}
.service-group-title{
  color:#0e0e0e;
  font-size:25px;
  font-weight:600;
  margin:35px 0 35px;
  padding-bottom:20px;
  border-bottom:1px solid #c3c3c3;
}
.service-list-modern .row:first-child .service-group-title{
  margin-top:0;
}
.service-card-modern{
  background:#fff;
  border-radius:12px;
  padding:32px 26px;
  display:flex;
  flex-direction:column;
  border:1px solid #E2DDD8;
  transition:all 0.3s ease;
  align-items:center;
  text-align:center;
}
.service-card-modern:hover{
  border-color:#434242;
  box-shadow:0 10px 25px rgba(74,111,165,0.15);
  transform:translateY(-4px);
}
.service-icon-ring{
  width:62px;
  height:62px;
  border-radius:50%;
  background: rgb(156 152 144 / 34%);
  border: 1.5px solid rgb(156 152 144);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
  position:relative;
}
.service-icon-ring::after{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  border:1px dashed rgb(156 152 144);
}
.service-icon-ring img{
  width:75%;
}
.icon-img-small{
    width:65% !important;
}
.service-card-modern h4{
  color:#434242;
  font-size:22px;
  font-weight:700;
  margin-bottom:10px;
}
.service-tag{
  display:block;
  font-size:14px;
  font-weight:600;
  letter-spacing:0.8px;
  text-transform:uppercase;
  color:#4A6FA5;
  margin-bottom:14px;
}
.service-card-modern p{
  color:#0e0e0e;
  margin-bottom:0;
  flex-grow:1;
}
.btn-accent-modern{
  background:#4A6FA5 !important;
  border-color:#4A6FA5 !important;
  color:#fff !important;
}

.fee-and-lawyer-section{
    padding: 80px 0;
}
.fee-card-row{
    margin-bottom: 60px;
}
.fee-card-modern{
    background:#fff;
    border-radius:12px;
    padding:34px 28px;
    border:1px solid rgba(14,14,14,0.08);
    box-shadow:0 4px 18px rgba(14,14,14,0.05);
    border-top:4px solid #4A6FA5;
    position:relative;
    transition:all 0.3s ease;
}
.fee-card-modern:hover{
    box-shadow:0 14px 30px rgba(74,111,165,0.18);
    transform:translateY(-4px);
}
.fee-tag{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.8px;
    text-transform:uppercase;
    color:#4A6FA5;
    border-radius:20px;
    margin-bottom:10px;
}
.fee-card-modern h4{
    color:#0e0e0e;
    font-size:25px;
    font-weight:600;
    margin-bottom:20px;
}
.fee-check-list{
    list-style:none;
    padding:0;
    margin:0;
}
.fee-check-list li{
    position:relative;
    padding:12px 0 12px 28px;
    color:#0e0e0e;
    font-size:15px;
    line-height:1.5;
    border-bottom:1px solid #c3c3c3;
}
.fee-check-list li:last-child{
    border-bottom:none;
    /* padding-bottom:0; */
}
.fee-check-list li::before{
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top:50%;
    transform:translateY(-50%);
    left:0;
    color:#4A6FA5;
    font-weight:700;
}
.fee-check-list li span{
    color:#0e0e0e;
    font-size:15px;
    line-height:1.5;
}
.fee-check-icon{
    flex-shrink:0;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#4A6FA5;
    display:flex;
    align-items:center;
    justify-content:center;
}
.fee-check-icon svg{
    width:12px;
    height:12px;
}
.lawyer-row{
    padding-top:80px;
    border-top:1px solid #c3c3c3;;
}
.lawyer-role, .lawyer-sub{
    color:#4A6FA5;
    font-weight:600;
    font-size:17px;
}
.lawyer-role, .lawyer-sub{
    margin-bottom:4px !important;
}
.lawyer-sub{
    margin-bottom:20px !important;
}
.page-testimonials .section-title h2{
    /* color:#0e0e0e; */
}
.page-testimonials .testimonial-item{
    background:#fff;
    border-radius:12px;
    padding:36px 30px;
}
.page-testimonials .testimonial-rating{
    margin-bottom:18px;
}
.page-testimonials .testimonial-content p{
    color:#0e0e0e;
    /* margin-bottom:20px; */
}
.page-testimonials .testimonial-author h3{
    font-size:22px;
    font-weight:700;
    margin:0;
    color:#434242;
}
.page-testimonials .testimonial-button-prev,
.page-testimonials .testimonial-button-next{
    background:#fff;
    border:1px solid #434242;
    color:#fff;
    border-radius:10px;
}
.page-testimonials .testimonial-button-prev:hover,
.page-testimonials .testimonial-button-next:hover{
    background:#434242;
    border-color:#434242;
    color:#fff;
}
.page-testimonials .testimonial-item .testimonial-content {
    border-color: #c3c3c3;
}
.testimonial-slider .testimonial-button-next:hover:before, .testimonial-slider .testimonial-button-prev:hover:before
 {
    color: #fff;
}
.main-footer{
  background-color: #252525;
}

.contact-info-panel h2{
    margin:14px 0 18px;
    font-weight:700;
    color:#434242;
}
.contact-info-panel p{
    color:#0e0e0e;
    margin-bottom:30px;
}
.contact-info-list{
    list-style:none;
    padding:0;
    margin:0;
    background:none;
    display: block;
}
.contact-info-list li{
    display:flex;
    align-items:center;
    gap:5px;
    margin-bottom:22px;
    color:#0e0e0e;
    font-size:16px;
    background:none;
}
.contact-info-list li:last-child{
    margin-bottom:0;
}
.contact-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    flex-shrink:0;
}
.contact-icon svg{
    width:20px;
    height:20px;
}
.contact-info-list li a{
    color:#0e0e0e;
    text-decoration:none;
}
.contact-info-list li strong{
    color:#0e0e0e;
    margin-right:4px;
    
}
.appointment-form-card{
    background:#fff;
    border-radius:16px;
    padding:44px 40px;
    box-shadow:0 20px 50px rgba(14,14,14,0.12);
}
.appointment-form-card h3{
    font-weight:700;
    font-size:26px;
    margin-bottom:6px;
    color:#434242;
}
.appointment-form-card .form-subtitle{
    color:#0e0e0e;
    font-size:15px;
    margin-bottom:26px;
}

.footer-contact-item {
    margin-bottom: 25px;
}

.footer-contact-link {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-decoration: none;
}

.footer-contact-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-contact-icon svg {
    width: 18px;
    height: 18px;
}

.footer-contact-label {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.footer-contact-text p {
    color: #fff;
    margin: 0;
    transition: color 0.3s ease;
}

.footer-contact-item:hover .footer-contact-icon {
    background: #9C9890;
    border-color: #9C9890;
    color: #fff;
}

.footer-contact-item:hover .footer-contact-text p {
    color: #9C9890;
}
/* .appointment-form-card .form-control{
    border:1px solid rgba(14,14,14,0.15);
    border-radius:8px;
    padding:14px 16px;
    font-size:15px;
} */
/* .appointment-form-card .form-control:focus{
    border-color:#4A6FA5;
    box-shadow:0 0 0 3px rgba(74,111,165,0.15);
} */
/* .btn-pill-modern{
    border-radius:50px !important;
    padding:16px 40px !important;
    width:100%;
} */

.featurestripbanner {
    /* background: #F7F4EF; */
    padding: 30px 0;
    /* border-top: 1px solid #e5e1d8; */
    border-bottom: 1px solid #e5e1d8;
}

.featurestripbanner .fsb-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    /* margin-bottom: 20px; */
}

.featurestripbanner .fsb-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #434242;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.featurestripbanner .fsb-icon svg {
    width: 18px;
    height: 18px;
}

.featurestripbanner .fsb-text h5 {
    font-size: 15px;
    font-weight: 700;
    color: #434242;
    margin-bottom: 5px;
}

.featurestripbanner .fsb-text p {
    font-size: .75rem;
    color: #0e0e0e;
    margin: 0;
    line-height: 1.4;
}
.process-section-services{
  background:#fff;
  padding:80px 0;
}
.process-section-services-eyebrow{
  display:block;
  font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #434242;
  margin-bottom:10px;
}
.process-section-services-title h2{
  color:#434242;
  font-size:44px;
  font-weight:700;
  margin-bottom:16px;
}
.process-section-services-title p{
  /* font-size:16px; */
  margin-bottom:0;
}
.process-section-services-card{
  background:#fff;
  border-radius:12px;
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  border:1px solid #E2DDD8;
  transition:all 0.3s ease;
}
.process-section-services-card:hover{
  border-color:#434242;
  box-shadow:0 10px 25px rgba(74,111,165,0.15);
  transform:translateY(-4px);
}
.process-section-services-number{
  color:#434242;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:14px;
}
.process-section-services-card h4{
  color:#434242;
  font-size:18px;
  font-weight:700;
  margin-bottom:10px;
}
.process-section-services-card p{
  /* color:#6b6b6b; */
  /* font-size:15px; */
  margin-bottom:0;
  flex-grow:1;
}
.why-choose-ussec{
  background:#f6f4f0;
  padding:80px 0;
}
.why-choose-ussec-eyebrow{
  display:block;
  font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #434242;
  margin-bottom:10px;
}
.why-choose-ussec-title h2{
  color:#434242;
  font-size:38px;
  font-weight:700;
  margin-bottom:0;
}
.why-choose-ussec-card{
  background:#fff;
  border-radius:12px;
  padding:32px 26px;
  display:flex;
  flex-direction:column;
  border:1px solid #E2DDD8;
  transition:all 0.3s ease;
}
.why-choose-ussec-card:hover{
  border-color:#434242;
  box-shadow:0 10px 25px rgba(74,111,165,0.15);
  transform:translateY(-4px);
}
.why-choose-ussec-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:#434242;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  margin-bottom:22px;
}
/* .why-choose-ussec-icon{ */
.why-choose-ussec-card h3{
  color:#434242;
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
}
.why-choose-ussec-card p{
  /* font-size:15px; */
  margin-bottom:0;
  flex-grow:1;
}
.why-choose-ussec-stats{
  border-top:1px solid #E2DDD8;
  padding-top:30px;
}
.why-choose-ussec-stat{
  text-align:center;
}
.why-choose-ussec-stat h4{
  color:#434242;
  font-size:32px;
  font-weight:700;
  margin-bottom:6px;
}
.why-choose-ussec-stat p{
  color:#6b6b6b;
  margin-bottom:0;
}

@media (max-width: 991px){
  /* .why-choose-ussec-title h2{
    font-size:28px;
  } */
}

@media (max-width: 991px){
  /* .process-section-services-title h2{
    font-size:32px;
  } */
}

@media (max-width: 991px) {
    .featurestripbanner .fsb-item {
        margin-bottom: 25px;
    }
    .last-item-stats{
        margin-bottom: 0px !important;
    }
}
@media (min-width: 992px){
    .hero-stats .stats-item:not(:last-child)::after{
        content: "";
        position: absolute;
        top: 10%;
        right: 0;
        height: 80%;
        border-right: 1px solid rgb(255 255 255 / 35%);
    }
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media (max-width: 767px){
  .why-choose-ussec{
    padding:60px 0;
  }
  .d-align-flex-mobile-hide{
    display:block !important;
  }
}
@media (max-width: 767px){
  .process-section-services{
    padding:50px 0;
  }
  .featurestripbanner .fsb-text p {
    font-size: 14px;
  }
  .featurestripbanner .fsb-text h5 {
    font-size: 16px;
  }
  .request-banner {
    font-size: 26px;
  }
}
@media (max-width: 767px){
    .bg-section.dark-section{
        background: var(--light-color-green) !important;
    }
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit{
    min-width: 100px !important;
}
}

@media only screen and (min-width: 1230px) {
    .container {        max-width: 1200px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-flex{
        display: block !important;
    }
    .custmosain{
        margin-top:10px;
    }
    .why-choose-image{
        margin-top:0px;
        margin-bottom:0;
    }
    .list-services {
        min-height: 0px;
    }
    .services2p{
        display: none;
    }
    .btn-default.me-3{
        margin-right:0 !important;
    }
    .third-footer-col{
        margin-top:15px;
    }
    .services-ul, .what-do-item-content p,.testimonial-content p{
        min-height: 0;
    }
    .footer-copyright-text p {
        text-align: center;
    }
    .hero-stats .stats-label {
        min-height: 55px;
    }
    .mb-00-mobile{
      margin-bottom: 0;
    }
    .margin-top-00{
      margin-top:0
    }
    .fee-and-lawyer-section {
        padding: 50px 0;
    }
    .fee-card-row {
      margin-bottom: 40px;
    }
    .lawyer-row {
      padding-top: 40px;
    }
}