/* Local Font Link */
@import url('../fonts/fontsheet.css');

:root{
    /* Fonts Root Shot Name */
    --p-thin:proxima-thin;
    --p-regular:proxima-regular;
    --p-bold:proxima-bold;
    --p-extrabold:proxima-extrabold;
    --p-black:proxima-black;
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 14px;
    color: var(--black);
    background-color: var(--background-gray);
    font-family: 'Poppins', sans-serif;
    position: relative;
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    color: #000;
}
h1{
    font-size: 47px;
    font-family: 'Poppins', sans-serif;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
h5{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
}
h6{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
b{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
input{
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #c8c8c8;
}
/*input:focus-visible{*/
/*    border: 1px solid #222222;*/
/*    outline: unset;*/
/*}*/
select{
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}
.full-header{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.page-content-wrapper{
    /* margin-top: 128px; */
    box-shadow: 0px 5px 8px rgb(0 0 0 / 20%);
}
.z-index-2 {
    z-index: 2;
}

.text-dark {
  color: #343a40 !important;
  padding-right: 10px;
  padding-left: 10px;
}

header{
    background-color: #222222;
    padding: 10px 0;
    min-height: 50px;
}

.sec_header{
    background-color: #fff;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 20%);
    z-index: 1;
    position: relative;
    border: 1px 0 1px 0 solid #c8c8c8;
}
.sec_header .navbar{
    padding: 0.8rem 0 !important;
}

.custom_style{
    margin: 0;
    padding: 0;
}

.custom_style .navbar-nav .nav-link{
    font-size: 20px;
    color: #000000;
    position: relative;
    padding: 0;
    margin: 0 15px;
    font-family: 'Poppins', sans-serif;
}

.custom_style .navbar-nav .nav-link.active{
    color: #222222;
}

.custom_style .navbar-nav .nav-link.active::after{
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #222222;
    content: "";
    bottom: -24px;
    left: 0;
}

.icon_custon i{
    color: #222222;
    font-size: 50px;
}

.header_em{
    margin: 0;
}

.header_em ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a.navbar-brand img{
    width: 100%;
}

.header_em ul li{
    position: relative;
    margin: 0 20px;
}.header_em ul li:first-child{
    
}

.header_em ul li::after{
    background-color: #fff;
    height: 100%;
    width: 2px;
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
}

.header_em ul li:last-child:after{
    display: none;
}

.header_em ul li a{
    color: #fff;
}

.social_icon_h{
    margin: 0;
}

.social_icon_h a{
    color: #fff;
    margin: 0 0 0 15px;
    font-size: 20px;
}

.sec_header .navbar-brand {
    position: absolute;
    top: -48px;
    left: 0px;
    width: 160px;
}

.hero_wrapper{
    position: relative;
}

.hero_img{
    margin: 0;
}

.hero_img img{
    width: 100%;
}

.btn-border-slide {
  padding: 5px 10px;
  font-size: 12px;
  background-color: #000000;
  color: #a2a2a2;
  border: 2px solid #232323;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.btn-border-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.btn-border-slide:hover::before {
  left: 0;
}

.btn-border-slide:hover {
  color: rgb(255, 255, 255);
}

.hero-content-wrapper{
    margin-left: 15px;
}

.hero-content-wrapper h1{
    font-size: 47px;
    margin-bottom: 2px;
	font-weight: 700;
	color: #000000;
}
.hero-content-wrapper h5{
    font-size: 48px;
    color: #222222;
	font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
   
}
.hero-content-wrapper .Select-wrapper{
    box-shadow: 0px 0px 20px #979393;
    border-radius: 8px;
}
.hero-content-wrapper .Select-wrapper .select-top{
    border-radius: 8px 8px 0 0;
}
.hero-content-wrapper .Select-wrapper .select-active{
    border-bottom: 1px solid #e5e4e4;
}
.hero-content-wrapper .Select-wrapper .select-bottom{
    border-radius: 0 0 8px 8px;
}
.hero-content-wrapper .Select-wrapper .select-bottom .list_area ul{
    margin: 0;
}
.hero-content-wrapper .Select-wrapper .select-input  .tags {
    font-size: 18px;
    margin-right: 10px;
}
.hero-bg{
    background-image: url(../images/hero_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	height: 594px;
}
.bg-gray::after{
    position: absolute;
    content: "";
    background-color: #b7b7b7;
    opacity: 60%;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.hero-content-wrapper{
    z-index: 999 !important;
    margin: 205px 0;
    padding-left: 15px;
}
.hero_content_card{
    background-color: #fff;
    padding: 20px;
}
.hero-content-wrapper{
    width: 100%;
}
.hero_wrapper{
    box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
}
.navbar-nav{
    margin-right: -15px !important;
}

.hcc_btn{
    margin: 0;
}

.hcc_btn  .tags{
    border: 1px solid #222222;
    color: #222222;
    border-radius: 8px;
    padding: 4px 15px;
    margin: 0 15px 0 0;
    transition: all 0.5s ease;
}

.list_area li{
    list-style: none;
    font-size: 16px;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    color: #444;
}

.list_area li input[type='checkbox']{
    margin: 0 10px 0 0;
}

.get_btn{
    margin: 14px 0 0 0;
}

.get_btn button{
    background-color: #000;
    border: 2px Solid #000000;
    border-radius: 8px;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0px 0px 20px #979393;
    transition: all 0.5s ease;
}

.get_btn button:hover{
    background-color: #222222;
    border: 2px Solid #000000;
}

.header_style{
    text-align: center;
    margin: 70px 0 0 0;
}

.header_style h1{
    font-size: 38px;
    color: #222222;
	font-weight: 800;
    margin: 0 0 30px 0;
}

.header_style .tittel-sub-tittel{
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin: 0 0 40px 0;
}
.cards-wrapper{
    margin-bottom: 80px;
}
.suspendisse_card{
    border: 1px solid #c8c8c8;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
	margin-bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    min-height: 200px;
}

.suspendisse_card span{
    display: block;
    margin: 0 0 30px 0;
}

.suspendisse_card h2{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px 0;
}

.suspendisse_card p{
    font-size: 16px;
    font-weight: 500;
    color: #444444;
    margin: 0;
}

.suspendisse_card:hover{
    border: 1px solid #222222;
}

.suspendisse_card.active{
    border: 1px solid #222222;
}

.our_current_wrapper{
    background-color: #d3d2d2;
    padding: 70px 0 60px 0;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
    z-index: 1;
    position: relative;
}
.our_current_wrapper .header_style{
    margin-top: 0;
}
.our_current_wrapper .header_style .tittel-sub-tittel{
    margin-bottom: 15px;
}

.page-with-Padding{
    padding: 80px 0;
	
}

.footer{
    padding: 27px 0;
	
}
.footer p{
    margin: 0;
}

.footer_link{
    margin: 0;
}

.footer_link a{
    color: #010000;
    position: relative;
    padding: 0 0 0 30px;
}

.footer_link a::after{
    position: absolute;
    height: 14px;
    width: 1px;
    content: "";
    right: -17px;
    top: 3px;
    background-color: #010000;
}

.footer_link a:last-child:after{
    display: none;
}


.term-policy-headding{
    margin: 80px 0;
}
.term-policy-text {
    margin-bottom: 80px;
}
.term-policy-text p{
    margin: 0;
}
.Address-icon-text{
    margin-left: 15px;
}
.Address-icon-text span{
    font-size: 18px;
    font-family:  var(--p-regular);
    font-weight: 600;
}
.Address-icon-text p{
    margin: 0;
}
.contact-icon-box{
    margin-bottom: 20px;
}

.form-section{
    background-color: #e8e8e8;
    border-radius: 10px;
    padding: 30px;
}
.form-section h6{
    margin-bottom: 30px;
}

.btn-sec{
    background-color: #000000;
    border-radius: 8px;
    border: 2px solid #000000;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0px 0px 20px #979393;
    transition: all 0.5s ease;
    font-family: var(--p-bold);
}
.btn-sec:hover{
    background-color: #222222;
    color: #fff;
    border: 2px solid #fff;
}

.btn-pri{
    background-color: #d3d1d2;
    border-radius: 8px;
    border: 2px solid #222222;
    padding: 10px 40px;
    color: #000;
    font-size: 18px;
    box-shadow: 0px 0px 20px #979393;
    transition: all 0.5s ease;
    font-family: var(--p-bold);
}
.btn-pri:hover{
    background-color: #222222;
    color: #fff;
    border: 2px solid #fff;
}

.mob-view{
    display: none
}
.navbar-nav{
    align-items: center;
}
.advocacy-header_style{
    margin-bottom: 60px;
}
.advocacy-card{
    border: unset;
}
.advocacy-card-link:hover{
    text-decoration: none;
}
.advocacy-card-link.advocacy-card img{
    border-radius: 8px !important;
    border:  1px solid #c8c8c8;
}
.advocacy-card-link:hover .advocacy-card img{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) !important;
    border-color: #222222 !important;
}
.advocacy-card p,.advocacy-card-link:hover .advocacy-card p{
    color: #444 !important;
}
.advocacy-card-link.advocacy-card h6,.advocacy-card-link:hover .advocacy-card h6{
    color: #000;
}
.advocacy-section-2{
    width: 100%;
    background-image: url(../images/advocacy-section-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.advocacy-section-content{
    padding: 80px 0;
}
.advocacy-section-content h1{
    margin-bottom: 30px;
}
.advocacy-section-content p{
    margin-bottom: 50px;
}
.btn-3rd{
    background-color: #000;
    border-radius: 8px;
    border: 2px solid #000;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    transition: all 0.5s ease;
    font-family: var(--p-bold);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.btn-3rd:hover{
    background-color: #222222;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
}
.advocacy-cards-wrapper{
    padding: 0 15px;
}
.help-tittel h1{
    margin-bottom: 30px;
}
.help-search{
    margin: 0 auto;
    margin-bottom: 30px;
    width: 60%;
    position: relative;
}
.help-search i{
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 18px;
    color: #222222;
}
.help-search input{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.help-card h2{
 font-size: 26px;
}
.help-card img{
    width: auto !important;
}
.help-card-img{
    margin: 0 auto;
}
.help-card {
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.help-card-link:hover .help-card .help-card-img img{
    box-shadow: none !important;
}
.help-card-link:hover .help-card{
    border: 1px solid #222222;
    
}
.help-accoding-section{
    background-color: #d3d1d2;
}
.help-accoding .accordion .card{
    border: 1px solid #afaeae;
    border-bottom: none;
}
.help-accoding .accordion .card:first-child{
    border-radius: 8px 8px 0 0;
}
.help-accoding .accordion .card:last-child{
    border-radius: 0 0 8px 8px;
}
.help-accoding .accordion .card .card-header{
    border-bottom: 1px solid #afaeae;
}
.help-accoding .accordion .card .card-header button{
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
}
.help-accoding .accordion .card .card-header button span i{
    margin-left: 62%;
}
.help-accoding .accordion .card .card-header button:focus{
    box-shadow: none;
    outline: none;
}
.help-accoding .accordion .card .card-header{
    background-color: #fff;
}
.help-accoding .accordion .card .card-body{
    color: #444;
}
.help-accoding{
    margin-bottom: 80px;
    padding: 0 15px;
}
.footer_link span{
    display: none;
}

.step_content_card h3{
    color: #000;
    font-size: 46px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    text-align: center;
}

.step_content_form h4{
    font-size: 22px;
    font-weight: 400;
    color: #444;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.step_content_card .mui-inputs label{
    background-color: #fff;
}

.input_r_icon i {
    position: absolute;
    right: 30px;
    top: 15px;
}
.step_count img{
    margin: 80px 0px;
    margin-right: 15px;
    width: 100%;
}
.step-tittel h1{
    margin-bottom: 50px;
}
.step-sub-tittel h4{
    margin-bottom: 30px;
    font-style: var(--p-bold);
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}
.btn-4th {
    background-color: #d3d1d2;
    border-radius: 8px;
    border: 2px solid #d3d1d2;
    padding: 10px 40px;
    color: #000;
    font-size: 18px;
    box-shadow: 0px 0px 20px #979393;
    transition: all 0.5s ease;
    font-family: var(--p-bold);
    box-shadow: unset;
}
.btn-4th:hover{
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.btn-5th {
    background-color: #00A300;
    border-radius: 8px;
    border: 2px solid #000;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0px 0px 20px #979393;
    transition: all 0.5s ease;
    font-family: var(--p-bold);
    box-shadow: unset;
}
.btn-5th:hover{
    background-color: #222222;
    border: 2px solid #000;
    color: #fff;
}
.step-btn-group{
    margin: 30px 0 0 0;
}
.step-btn-group a:first-child{
    margin-right: 20px;
}
.select-mui-label{
    margin-bottom: 30px;
}
.select-mui-label b{
    display: block;
    font-size: 16px;
}
.select-mui-label label{
    position: unset;
    display: block;
}
.select-mui-label .form-check-input{
    margin-bottom: 0;
}
.radio-list-group{
    list-style: none;
}
.select-mui-label input[type=radio]{
    width: auto;
}
.other-input-popup{
    margin-top: 10px;
}
.radio-list-group{
    margin: 0;
}
.input-radios-wrapper {
    margin: 109px 0;
}
.input-radios-wrapper-2{
    margin: 88px 0;
}
.step-3-wrapper {
    margin: 103px 0;
}
.step-thankyou-wrapper{
    margin: 224px 0;
}
.step-btn-group-adding-mt{
    margin-top: 60px;
}
.mob-step-img{
    display: none;
}
.navbar-2 {
    padding: 0.8rem 0 !important;
}
.bankruptcy-client-steps .step-tittel h1{
    font-size: 37px;
}
.bankruptcy-client-steps .step_count img {
    margin: 96px 0px;
}

.sub-line {
    font-size: 14px;
    font-style: italic;
    color: #a0a0a0;
}

.add-more-a{
    
    color: #222222;
}
.add-more-a:hover{
    text-decoration: none;
    color: #444444;
}
.add-more-a i{
    font-size: 14px;
}
.add-more-a p{
    text-decoration: underline;
}
.add-more-a:hover p{
    text-decoration: none;
}
.mui-inputs b{
    display:block;
    font-size: 16px;
    margin-bottom: 10px;
}
.bankruptcy-steps-1 {
    margin: 2px 0;
}
.bankruptcy-steps-3 {
    margin: 18px 0;
}
.bankruptcy-steps-4 {
    margin: 80px 0;
}
.bankruptcy-steps-5 {
    margin: 132px 0;
}
.bankruptcy-steps-6 {
    margin: 18px 0;
}
.bankruptcy-steps-7 {
    margin: 87px 0;
}
.bankruptcy-steps-8 {
    margin: 92px 0;
}
.bankruptcy-steps-9 {
    margin: 170px 0;
}
.bankruptcy-steps-10 {
    margin: 43px 0;
}
.bankruptcy-steps-11 {
    margin: 99px 0;
}
.bankruptcy-steps-12 {
    margin: 91px 0;
}
.bankruptcy-steps-13 {
    margin: 43px 0;
}
.bankruptcy-steps-14 {
    margin: 52px 0;
}
.bankruptcy-steps-15 {
    margin: 102px 0;
}
.bankruptcy-steps-16 {
    margin: 225px 0;
}
.form-section h6{
    font-style: 22px;
    color: #444;
    text-transform: uppercase;
}
/* 13/10/2022 */
.family-law-01{
    padding-top: 60px;
}
.family-law-01 .bankruptcy-client-steps .step-tittel h1 {
    font-size: 34px;
}
.family-law-01 .step-tittel h1 span{
    font-size: 24px !important;
}
.family-law-01 .step_count img{
    margin: 64px 0px;
}
.family-law-01-step-01 .step_count img{
    margin: 93px 0px;
}
.family-law-01-step-02 .step_count img{
    margin: 93px 0px;
}
.family-law-01-step-03 .step_count img{
    margin: 40px 0px;
}
.family-law-01-step-04 .step_count img{
    margin: 19px 0px;
}
.family-law-01-step-05 .step_count img{
    margin: 93px 0px;
}
.family-law-01-step-06 .step_count img{
    margin: 78px 0px;
}
.family-law-01-step-07 .step_count img{
    margin: 78px 0px;
}
.family-law-01-step-08 .step_count img{
    margin: 51px 0px;
}
.family-law-01-step-09 .step_count img{
    margin: 81px 0px;
}
.family-law-01-step-10 .step_count img{
    margin: 97px 0px;
}
.family-law-01-step-11 .step_count img{
    margin: 117px 0px;
}
.family-law-01-step-12 .step_count img{
    margin: 95px 0px;
}
.family-law-01-step-13 .step_count img{
    margin: 23px 0px;
}
.family-law-01-step-14 .step_count img{
    margin: 73px 0px;
}
.family-law-01-step-15 .step_count img{
    margin: 78px 0px;
}
.family-law-01-step-16 .step_count img{
    margin: 0px 0px;
}
.family-law-01-step-17 .step_count img{
    margin: 0px 0px;
}
.family-law-01-step-17 .thankyou-step{
    margin: 124px 0px;
}
.family-law-01-step-17 .mob-step-img{
    width: auto;
    margin: 0px auto !important;
}
.family-law-01 .bankruptcy-steps-1, .family-law-01 .bankruptcy-steps-3, .family-law-01 .bankruptcy-steps-4, .family-law-01 .bankruptcy-steps-6, .family-law-01 .bankruptcy-steps-8{
    margin: 0px;
}


.family-law-02 .step-tittel h1 span{
    font-size: 25px !important;
}
.family-law-02 .bankruptcy-steps {
    margin: 0px;
}
.family-law-02 .family-law-02-step-01 .desktop-step-img{
    margin: 117px 0px !important;
}
.family-law-02 .family-law-02-step-02 .desktop-step-img{
    margin: 117px 0px !important;
}
.family-law-02 .family-law-02-step-03 .desktop-step-img{
    margin: 64px 0px !important;
}
.family-law-02 .family-law-02-step-04 .desktop-step-img{
    margin: 81px 0px !important;
}
.family-law-02 .family-law-02-step-05 .desktop-step-img{
    margin: 40px 0px !important;
}
.family-law-02 .family-law-02-step-06 .desktop-step-img{
    margin: 102px 0px !important;
}
.family-law-02 .family-law-02-step-07 .desktop-step-img{
    margin: 102px 0px !important;
}
.family-law-02 .family-law-02-step-08 .desktop-step-img{
    margin: 64px 0px !important;
}
.family-law-02 .family-law-02-step-09 .desktop-step-img{
    margin: 43px 0px !important;
}
.family-law-02 .family-law-02-step-10 .desktop-step-img{
    margin: 84px 0px !important;
}
.family-law-02 .family-law-02-step-11 .desktop-step-img{
    margin: 112px 0px !important;
}
.family-law-02 .family-law-02-step-12 .desktop-step-img{
    margin: 163px 0px !important;
}
.family-law-02 .family-law-02-step-13 .desktop-step-img{
    margin: 134px 0px !important;
}
.family-law-02 .family-law-02-step-14 .desktop-step-img{
    margin: 128px 0px !important;
}
.family-law-02 .family-law-02-step-15 .desktop-step-img{
    margin: 58px 0px !important;
}
.family-law-02 .family-law-02-step-16 .desktop-step-img{
    margin: 110px 0px !important;
}
.family-law-02 .family-law-02-step-17 .bankruptcy-steps {
    margin: 114px 0px !important;
}
.family-law-02 .family-law-02-step-18 .desktop-step-img{
    margin: 174px 0px !important;
}
.family-law-02 .family-law-02-step-18 .bankruptcy-steps {
    margin: 0px 0px !important;
}
.family-law-02 .family-law-02-step-19 .bankruptcy-steps {
    margin: 114px 0px !important;
}
.family-law-02 .family-law-02-step-20 .bankruptcy-steps {
    margin: 114px 0px !important;
}
.family-law-02 .family-law-02-step-21 .bankruptcy-steps {
    margin: 131px 0px !important;
}
.family-law-02 .family-law-02-step-22 .desktop-step-img{
    margin: 0px;
}
.family-law-02 .step-thankyou-wrapper{
    margin: 116px 0px;

}

.family-law-03 .step-tittel h1 span{
    font-size: 28px !important;
}
.family-law-03-step-01 .desktop-step-img{
    margin:  96px 0px !important;
}
.family-law-03-step-02 .desktop-step-img{
    margin:  135px 0px !important;
}
.family-law-03-step-03 .desktop-step-img{
    margin:  45px 0px !important;
}
.family-law-03-step-04 .desktop-step-img{
    margin:  0px 0px !important;
}
.family-law-03-step-04 .bankruptcy-steps{
    margin: 54px 0px;
}
.family-law-03-step-05 .desktop-step-img{
    margin:  0px 0px !important;
}
.family-law-03-step-05 .bankruptcy-steps{
    margin: 43px 0px;
}
.family-law-03-step-06 .desktop-step-img{
    margin:  23px 0px !important;
}
.family-law-03-step-07 .desktop-step-img{
    margin:  0px 0px !important;
}
.family-law-03-step-07 .step-thankyou-wrapper{
    margin: 126px 0px;
}


.family-law-04 .step_count .desktop-step-img {
    margin: 120px 0px !important;
}
.family-law-04-step-01 .step_content_form {
    margin: 96px 0px !important;
}
.family-law-04-step-02 .step_content_form {
    margin: 58px 0px !important;
}
.family-law-04-step-03 .step_content_form {
    margin: 96px 0px !important;
}
.family-law-04-step-04 .step_content_form {
    margin: 62px 0px !important;
}
.family-law-04-step-05 .step_content_form {
    margin: 58px 0px !important;
}
.family-law-04-step-06 .step_content_form {
    margin: 58px 0px !important;
}
.family-law-04-step-07 .step_content_form {
    margin: 96px 0px !important;
}
.family-law-04-step-08 .step_content_form {
    margin: 76px 0px !important;
}
.family-law-04-step-09 .step_content_form {
    margin: 47px 0px !important;
}
.family-law-04-step-10 .step_content_form {
    margin: 82px 0px !important;
}
.family-law-04-step-11 .step_content_form {
    margin: 117px 0px !important;
}
.family-law-04-step-12 .step_content_form {
    margin: 0px 0px !important;
}

.family-law-05 .step-tittel h1 span{
    font-size: 28px !important;
}

.family-law-05 .step_count .desktop-step-img {
    margin: 107px 0px !important;
}
.family-law-05-step-01 .step_content_form {
    margin: 65px 0px !important;
}
.family-law-05-step-02 .step_content_form {
    margin: 65px 0px !important;
}
.family-law-05-step-03 .step_content_form {
    margin: 103px 0px !important;
}
.family-law-05-step-04 .step_content_form {
    margin: 126px 0px !important;
}
.family-law-05-step-05 .step_content_form {
    margin: 109px 0px !important;
}
.family-law-05-step-06 .step_content_form {
    margin: 65px 0px !important;
}
.family-law-05-step-07 .step_content_form {
    margin: 126px 0px !important;
}
.family-law-05-step-08 .step_content_form {
    margin: 126px 0px !important;
}
.family-law-05-step-09 .step_content_form {
    margin: 83px 0px !important;
}
.family-law-05-step-10 .step_content_form {
    margin: 107px 0px !important;
}
.family-law-05-step-11 .step_content_form {
    margin: 51px 0px !important;
}
.family-law-05-step-12 .step_content_form {
    margin: 46px 0px !important;
}
.family-law-05-step-14 .step_content_form {
    margin: 37px 0px !important;
}
.family-law-05-step-15 .step_content_form {
    margin: 35px 0px !important;
}
.family-law-05-step-16 .step-thankyou-wrapper {
    margin: 234px 0;
}

.mob-contect.text-center{
    margin: 200px 0 0 0;
}

.mob-contect.text-center h1{
    font-size: 38px;
    color: #222222;
    font-weight: 800;
    margin: 0 0 30px 0;
}

.mob-contect.text-center h1 span{
    color: #000000;
}

.mob-contect.text-center p{
    color: #7a7a7a;
}

.icon-box_new{
    border: 1px solid #c8c8c8;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    min-height: 305px;
    background-color: #fff;
}

.icon-box_new:hover{
    border-color: #000000;
}

.icon-box_new.active{
    border-color: #000000;
}


.icon-box_new .icon-content b{
    display: block;
    margin: 20px 0;
}

.contact_wrapper{
    background-color: #d3d2d2;
    padding: 60px 0;
    box-shadow: 0 3px 7px 0px #8f8f8f;
    margin: 30px 0;
}

.term-policy-headding{
    margin: 60px 0 0 0;
}

.term-policy-headding h1{
    color: #032d60;
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.term-policy-headding h1 span{
    color: #000000;
}

.text-dark b{
    color: #032d60;
}

.text-dark b i{
    font-size: 14px;
}

.text-dark h5{
    margin: 0;
}

.text-dark p, .text-dark p b{
    font-size: 14px;
}



/* Media Query */
@media only screen and (max-width: 768px){
    .header_em ul{
        justify-content: center;
    }
    .bg-gray::after{
        width: 100%;
    }
    .hero-content-wrapper{
        text-align: center;
        font-size: 45px;
    }
    .hero-content-wrapper h1{
        font-size: 45px;
    }
    .hcc_btn i{
        font-size: 20px;
    }
    .hero-content-wrapper .Select-wrapper .select-bottom{
        margin-top: 0
    }
    .hero-content-wrapper{
        padding-left: 0;
    }
    .header_style h1{
        font-size: 32px;
    }
    .suspendisse_card h2{
        font-size: 24px;
    }
    .suspendisse_card{
        margin-bottom: 30px !important;
    }
    .suspendisse_card:nth-child(3){
        margin-bottom: 0px !important;
    }
    .page-content-wrapper {
        margin-top: 110px;
    }
    .hero-bg{
        background-image: url(../images/hero_bg_mob.png) !important;
    }
    .mob-view{
        display: inline-block;
    }
    .social_icon_h{
        display: none;
    }
    .hero-content-wrapper{
        margin: 127px 0;
    }
    .header_style{
        margin-top: 50px;
    }
    .cards-wrapper{
        margin-bottom: 50px;
    }
    .our_current_wrapper{
        padding: 50px 0;
    }
    .social_icon_nav a i{
        color: #000;
    }
    .navbar-nav{
        align-items: unset !important;
        margin: 0.8rem 0;
    }
    .custom_style .navbar-nav .nav-link{
        padding: 6px 0px;
    }
    .custom_style .navbar-nav .nav-link.active::after{
        display: none;
    }
    .custom_style .navbar-nav .nav-link{
        margin: 0;
    }
    .social_icon_nav.mob-view a i{
        font-size: 20px;
        padding: 6px;
    }
    .social_icon_nav.mob-view a:hover i{
        color: #222222;
    }
    .page-with-Padding {
        padding: 60px 0;
    }
    .form-section{
        margin-top: 60px;
    }
    .term-policy-headding{
        margin: 60px 0;
    }
    .term-policy-text{
        margin-bottom: 60px;
    }
    .help-search{
        width: 90%;
    }
    .help-card-link{
        margin-bottom: 30px;
        display: inline-block;
    }
    .help-section-2{
        padding-top: 50px;
    }
    .help-accoding .accordion .card .card-header button span:first-child{
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .help-accoding{
        margin-bottom: 50px;
    }
    .footer p {
        text-align: center;
    }
    .footer_link a::after{
        display: none;
    }
    .footer_link span{
        display: inline-block;
    }
    .bg-gray::after {
        opacity: 80%;
    }
    .desktop-step-img{
        display: none;
    }
    .mob-step-img{
        display: block;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .step-page-padding{
        padding: 35px 0;
        margin-top: 127px;
    }
    .step-tittel h1{
        margin-bottom: 30px;
    }
    .step-btn-group-adding-mt{
        margin-top: 30px;
    }
    .input-radios-wrapper,.input-radios-wrapper-2, .step-3-wrapper, .step-thankyou-wrapper{
        margin: 0;
    }
    .mob-select select, .mob-select input{
        margin-bottom: 0;
    }
    .d-none-br br{
        display: none !important;
    }
    .bankruptcy-steps-1, .bankruptcy-steps-2, .bankruptcy-steps-3, .bankruptcy-steps-4, .bankruptcy-steps-5, .bankruptcy-steps-6, .bankruptcy-steps-7,
    .bankruptcy-steps-8, .bankruptcy-steps-9, .bankruptcy-steps-10, .bankruptcy-steps-11, .bankruptcy-steps-12, .bankruptcy-steps-13, .bankruptcy-steps-14,
    .bankruptcy-steps-15, .bankruptcy-steps-16 {
        margin: 0;
    }
    .bankruptcy-client-steps .carousel-inner .carousel-item select{
        margin-bottom: 20px;
    }
    .All-done-steps img{
        width: auto !important;
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 767px){

.map_section img{
    width: 100%;
}

.header_em ul li {
    margin: 0 13px;
}

.social_icon_h{
    text-align: center;
    margin: 15px 0 0 0;
}

.social_icon_h a{
    margin: 0 10px;
}

.sec_header .navbar{
    padding-left: 0;
    padding-right: 0;
}

.hero_content{
    position: relative;
}

.hero_content_card{
    margin-top: 20px;
}

.hcc_btn button{
    margin-bottom: 10px;
}

.list_area ul{
    margin-bottom: 0;
}

.hero_img{
    display: none;
}

.header_style h6{
    font-size: 14px;
}

.footer_link a{
    padding: 0 15px;
}

.footer_link a::after{
    right: -2px;
}

.step_count{
    margin: 0 0 20px 0;
}

.step_count img{
    width: 100%;
}

.sec_header{
    height: 60px;
}

.sec_header .navbar-brand img{
    width: 120px;
}

.sec_header .navbar .navbar-toggler{
    position: absolute;
    right: 0;
    top: 10px;
}

.navbar-nav {
    padding: 40px 26px 0 0;
    text-align: right;
}
   
}

@media only screen and (max-width: 440px){
    a.navbar-brand img {
        width: 280px;
    }
    .hero-content-wrapper .Select-wrapper .select-input .tags{
        width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .hero-content-wrapper .Select-wrapper .select-input .tags:first-child{
        width: auto;
    }
    .step-page-padding {
        padding: 50px 0;
        margin-top: 126px;
    }
}

@media only screen and (max-width: 386px){
    a.navbar-brand img {
        width: 238px;
    }
}

@media only screen and (max-width: 360px){
    a.navbar-brand img {
        width: 238px;
    }
    .hero-content-wrapper .Select-wrapper .select-input .tags,.hero-content-wrapper .Select-wrapper .select-input .tags:first-child{
        width: 95px;
    }
    .header_em ul{
        display: block !important;
    }
    .header_em ul li{
        text-align: center;
    }
    .header_em ul li:first-child{
        margin-bottom: 5px;
    }
    .header_em ul li::after{
        display: none;
    }
    a.navbar-brand img {
        width: 220px;
    }
    .page-content-wrapper {
        margin-top: 138px;
    }
    .page-content-wrapper {
        margin-top: 110px;
    }
	
	.mob-header {
		font-size: 13px;
		display: none !important;
		}
}