/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}
html,body {
        overflow-x: hidden;
}
.logo img {
    width: 100%;
}
.navtop .nav-link:hover {
    color: #c2203b;
}
.btn-1 {
    display: inline-flex;
    height: 50px;
    padding: 18px 32px;
    align-items: center;
    gap: 8px;
    background: linear-gradient(102deg, #C5203C 0%, #A71B32 100%);
    box-shadow: 0 4px 14px -3px rgba(197, 32, 60, 0.40);
    color: #FFF !important;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border: 0px;
}

.btn-1.btn-2 {
    border: 1px solid #FFFFFF;
    background: transparent;
}

section {
    padding: 80px 0;
}

/* nav start */
.logo {
    max-width: 188px;
}
.navtop .navbar-nav {
    gap: 25px;
}
nav.navbar.navbar-expand-lg.navtop {
    padding: 25px 0;
}

.navtop .nav-link {
    color: #11233B;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
}

.nav-list {
    margin: auto;
}

/* nav close */


/* banner start */
.hero-banner {
    /* background: linear-gradient(123deg, rgba(25, 51, 87, 0.88) 0%, rgba(32, 65, 111, 0.75) 100%), url("../images/group-83.png") center/cover no-repeat; */
    background: url("../images/main-banner.png") center/cover no-repeat;
}

.banner-heading {
    color: #FFF;
    font-family: "Crimson Pro", serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
}

.red-text {
    color: #C5203C;
}

.check-icon {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #C5203C;
    color: #FFF;
    font-size: 12px;
}

.list {
    display: flex;
    gap: 20px;
    align-items: center;
}

li.check-list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.point-content {
    color: rgba(255, 255, 255, 0.90);
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    flex: 1;
    font-weight: 400;
}

ul.banner-content-listing {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    padding: 25px 20px;
}

.star-icon i {
    color: #D99D26;
    font-size: 15px;
}

.star-icon {
    display: flex;
    gap: 5px;
}

.google-review {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 400;
}

.review-stars {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.review-text {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.two-btn {
    display: flex;
    gap: 15px;
}

.banner-right {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 30px;
    position: relative;
    z-index: 1;
}

.form-heading {
    color: #172645;
    font-family: "Crimson Pro", serif;
    font-size: 24px;
    font-weight: 700;
}

.form-text {
    color: #627084;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "Crimson Pro", serif;
}

.form-div input,
.form-div select {
    border-radius: 8px;
    border: 1px solid #E2E4E9;
    height: 50px;
    width: 100%;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}

.form-div textarea {
    width: 100%;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #E2E4E9;
    resize: none;
    min-height: 228px;
}

.form-div input::placeholder,
textarea::placeholder {
    color: #627084;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.form-btn .btn-1 {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.regulated-btn {
    border-radius: 4px;
    background: rgba(23, 38, 69, 0.10);
    padding: 6px 12px;
    color: #172645 !important;
    font-size: 12px;
    font-weight: 600;
}

.regulated-div .google-review {
    color: #172645;
}

.regulated-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.regulated-div .review-stars {
    margin-bottom: 0;
}

/* banner close */

/* Consultation start */
.consultation {
    background: #F2F2F2;
    position: relative;
    overflow: hidden;
}

.subheading-red-text {
    color: #C5203C;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
}

.title {
    color: #11233B;
    font-family: "Crimson Pro", serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.sub-title {
    color: #C5203C;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.content {
    position: relative;
    font-family: "Urbanist", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -2%;
    z-index: 1;
}

.consultation-img img {
    border-radius: 16px;
}

.consultation-img {
    position: relative;
}

.red-box {
    border-radius: 10px;
    background: #C5203C;
    width: 144px;
    height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: -9%;
    bottom: -8%;
}

.red-box h5 {
    color: #FFF;
    font-size: 59px;
    font-weight: 700;
    line-height: 46px;
}

.red-box span {
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}

.consultation .row {
    align-items: center;
}

section.consultation {
    padding-bottom: 100px;
}

/* Consultation close */

/* Approach start */


.approach-icon {
    border-radius: 50%;
    background: #172645;
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.approach-subheading {
    color: #172645;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0;
}

.approach-box {
    border-radius: 12px;
    background: #EFF2F5;
    padding: 40px 30px 25px;
    text-align: center;
    width: 327px;
    margin: auto;
    position: relative;
}

.approach .sub-heading {
    margin-bottom: 100px;
}

.step-box {
    display: flex;
    width: 90px;
    padding: 4px 16px;
    border-radius: 20px;
    background: #C5203C;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4%;
}

.approach {
    position: relative;
}

.approach-line {
    background: #E2E4E9;
    height: 2px;
    width: 51%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
}

a.btn-1.btn-2.btn-3 {
    box-shadow: none;
    border: 1px solid #172645;
    background: transparent;
    color: #172645 !important;
}

.clarity span {
    color: #627084;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}

.clarity {
    text-align: center;
    margin: auto;
}

.clarity .two-btn {
    justify-content: center;
}

/* Approach close */
/* advice start */
.advice {
    background: #172645;
    background: url("../images/group-41.png") center/cover no-repeat;
    padding: 100px 0 120px;
}

.subheading-white-text {
    font-family: "Urbanist", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -2%;
}

.advice .title {
    color: #fff;
}

.advice .sub-heading {
    text-align: center;
}

.advice-icons {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 25px;
}
.advice-icons img{
    width: 117px;
    height: 117px;
}
.advice-box {
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    width: 533px;
    display: flex;
}

.advice-box .content {
    color: #fff;
    font-weight: 400;
}

.advice-content h5 {
    color: #FFF;
     font-family: "Crimson Pro", serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 60px;
}

.advice-content {
    flex: 1;
    border-left: 1px solid #E4E4E4;
    padding: 20px;
}

.advice-div {
    display: flex;
    gap: 32px;
    justify-content: center;
}

/* advice close */


/* Legal Matters start */
.matters {
    background: #EFF2F5;
    ;
}

.matters-img img {
    width: 100%;
}

.matters .row {
    align-items: center;
}

/* Legal Matters close */


/* Founder start */
.founder-img{
    position:relative;
    display:inline-block;
}

.experience-badge{
    position: absolute;
    width: 150px;
    height: 150px;
    border: 10px solid #ffffff;
    background: #1d4ca1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -76px;
    bottom: 40px;
    top: 36%;
    transform: none;
    z-index: 1;
}

.circular-text{
    position:absolute;
    width:100%;
    height:100%;
    animation:rotateText 12s linear infinite;
}

.circular-text text{
    fill:#fff;
    font-size:13px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
}

.count{
     font-family: "Crimson Pro", serif;
    color:#fff;
    font-size:48px;
    font-weight:700;
    line-height:1;
    z-index:2;
}

@keyframes rotateText{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}







.founderimg{
    position: relative;
    z-index: 1;
}
.founder-bg {
    position: absolute;
    left: -20%;
    top: -16%;
}

.founder .row {
    align-items: center;
}

/* Founder close */

/* expertise start */
.expertise {
    background: #EFF2F5;
    background: url(../images/Group-86.png) center / cover no-repeat;
}
.expertise .title{
    color:#fff;
}
.expertise .sub-heading {
    text-align: center;
}

.expertise-img-div {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(25, 51, 87, 0.10);
}

.expertise-box h5 {
    color: #11233B;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.expertise-box {
    display: flex;
    gap: 13px;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    padding: 25px;
    width: 325px;
}

ul.expertise-list {
    display: flex;
    gap: 25px;
    flex-flow: wrap;
    justify-content: center;
}

/* expertise close */

/* documents start */
.documents {
    background: #EFF2F5;
}

.documents .sub-heading {
    text-align: center;
}

.document-box-bg {
    border-radius: 12px;
    background: #193357;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 14px;
    justify-content: center;
    align-items: center;
}

.document-box h5 {
    color: #11233B;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.document-box {
    border-radius: 16px;
    border: 1px solid rgba(17, 35, 59, 0.50);
    background: #EFF2F5;
    padding: 30px;
    height: 285px;
}

.document-slider {
    padding: 50px 10px 80px;
}

.documents .two-btn {
    justify-content: center;
}

/* documents close */


/*about start  */
section.about-us {
    position: relative;
    background: #F2F2F2;
}

.abRight{
    position: absolute;
    right:0;
    left:auto;
}
.abLeft{
    position: absolute;
    left:0;
    bottom: 0;
    top:auto;
}

section.about-us h4{
    font-family: "Crimson Pro", serif;
    font-size: 42px;
    font-weight: 700;
}

.about-right-img{
    padding-left: 40px;
}
.about-left-img img{
    width:97%;
}

/* Main Circle */

.rotating-text{
    position:relative;
    width: 170px;
    height:170px;
    animation:rotateCircle 15s linear infinite;
}

.rotating-text span{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
     font-family: "Urbanist", sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    color:#fff;
    transition:color .2s ease;
}

.rotating-text span.black{
    color:#000;
}



@keyframes rotateCircle{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

 .circle-text-wrap{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:170px;
    height:170px;
    z-index:99;
}


/* Center Arrow */
.circle-arrow{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#172645;
    z-index:10;
}



/* Mobile */
@media(max-width:991px){
    .circle-text-wrap{
        display:none;
    }
}
/* .about-img {
    position: absolute;
    bottom: 0;
    right: 14%;
}

.about-img img {
    height: 460px;
} */

/*about close  */


/* footer start */
.footer-part .content {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 15px;
    color:#627084;
;

}

.link-heading {
    color: #172645;
    font-family: "Crimson Pro", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.45px;
}

ul.footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.links {
     font-family: "Urbanist", sans-serif;
    color: #627084;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.08px;
}

.footer-links li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-link {
    margin: auto;
    display: table;
}

.sra-div h6 {
    font-family: "Urbanist", sans-serif;
    color: #172645;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.sra-div span {
    color: #627084;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

img.sra-img {
    margin-bottom: 14px;
}

.copy-rights span {
    font-family: "Urbanist", sans-serif;
    color:#11233B;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.24px;
}

.copy-right-text {
    padding: 0 0 20px;
    text-align: center;
}

/* footer close */


/* faq start */
.faq .sub-heading {
   
}

.faq {
    background: #fff;
}

.faq .accordion-button {
    color: #11233B;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 18px;
    border-radius: 12px;
}



.faq .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    color: #11233B;
    background-color: transparent;
    box-shadow: none;
}

.faq .accordion-body {
    font-family: "Urbanist", sans-serif;
    color: #3C3C43D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.faq .accordion-flush .accordion-item .accordion-button {
    border-radius: 12px;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    transform: none;
}

.faq .accordion-item {
    border-bottom: 2px solid #EFEFEF;
    border-radius: 0;
}

 .faq .accordion-button::after{
    background-image: url(../images/plus.svg);
 }


/* faq close */

/* testimonial start */
.testimonial {
    background: #193357;
    background: url(../images/testi-bg.png) center / cover no-repeat;
}

.testimonial .title{
    color: #fff;
}
.testimonial-content p {
    font-family: "Urbanist", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -2%;
}
.quote-img img{
    max-width: 40px;
}
.top-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonial-content{
    text-align: center;
    width: 821px;
    margin: auto;
}

.client-text{
font-family: "Crimson Pro", serif;
color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 24px; 
}

.client-name{
  margin-top: 20px;
}

.testimonial-slider .owl-dots{
   display: block !important;
   position: relative;
   z-index: 1;
   text-align: center;
   margin-top: 25px;
}



 .testimonial-slider  button.owl-dot {
    background: #fff !important;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 0 !important;
    font: inherit;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% ;
    margin: 0 2px;
}

 .testimonial-slider  button.owl-dot.active{
     background: #C5203C !important;
     width: 10px !important;
     height: 10px !important;
     border: 1px solid #fff !important;
 }




/* testimonial close */

/* nav bar */
 .close_btn {
    display: none;
 }
.overlay {
    height: 100vh;
    width: 100%;
    background: #000000a1;
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: 0;
    display: none;
    transition: 0.3s ease-in-out;
 }

.overlay.active {
    opacity: 1;
    display: block;
    transition: 0.3s ease-in-out;
}
.flatpickr-input[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.flatpickr-day.selected {
    background: linear-gradient(102deg, #C5203C 0%, #A71B32 100%) !important;
    border-color: #A71B32 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-size: 15px !important;
}
.flatpickr-current-month {
    padding: 11px 0 0 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ========= new style css ======== */
.footer-part , .copy-rights{
    background: #F4F2F0;
}
.faq .sub-heading{
    padding-bottom: 274px;
}
.stepbg{
    background: #F9F9F9 !important;
}
.step-img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.step-img img {
    height: 100%;
}
.founder{
  background: url(../images/Group-87.png) center / cover no-repeat;
  padding-bottom: 120px;
}
.btn-1{
   border-radius: 46px;
   box-shadow: none;
}
.book-btn span{
   padding-right: 2px;
}
.banner-left p{
    color:#fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;

}
.banner-content-listing .check-icon i{
    color: #000;
}
.mc-btn {
    font-family: "Crimson Pro", serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding-right: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.mc-btn span{
    Width:39.28px;
    height:39.28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    margin-left: 19px;;
    align-items: center;
    justify-content: center;
}
.btn-1{
    font-family: "Crimson Pro", serif;
    font-size:18px;
    font-weight: 600;
}
.mc-btn-width{
    width:243px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftImage{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.stmp_right{
   position: absolute;
   right: 0;
   top:0;
   width: 15%;
}
.stmp_left{
   position: absolute;
   left: 0;
   bottom:0;
   width:15%;
}

.timeline-wrapper {
    position: relative;
    margin: 30px auto 0;
    padding-left: 70px;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 117px;
    width: 1px;
    background: #D4D4D4;
}

.timeline-item {
    position: relative;
    padding-bottom: 50px;
}

.timeline-number {
    font-family: "Urbanist", sans-serif;
    position: absolute;
    left: -70px;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #C5203C;
    letter-spacing: -2%;
    z-index: 2;
}

.timeline-content .step {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #c62828;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: -2%;
    font-family: "Crimson Pro", serif;
}

.timeline-content h3 {
    font-family: "Crimson Pro", serif;
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    color: #11233B;
}

.timeline-content p {
    font-family: "Urbanist", sans-serif;
    margin: 0;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2%;
}
.timeline-item:last-child{
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .timeline-wrapper {
        padding-left: 55px;
    }

    .timeline-number {
        width: 40px;
        height: 40px;
        left: -55px;
        font-size: 12px;
    }

    .timeline-content h3 {
        font-size: 22px;
    }
}

/* family law */


.law-card {
    height: 100%;
    padding: 35px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.02);
    color: #fff;
}

.law-icon {
    margin-bottom: 20px;
}

.law-icon img {
    width: 45px;
}

.law-card h3 {
    font-family: "Crimson Pro", serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.law-card p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    font-family: "Urbanist", sans-serif;
    letter-spacing: -2%;
}

.law-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.law-card ul li {
    font-family: "Urbanist", sans-serif;
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
}

.law-card ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff2d55;
}
.navtop .nav-link{
    font-family: "Urbanist", sans-serif;
}
@media(min-width:1024px) and (max-width:1199px){
    .step-img img {
        height: 533px;
    }
    .faq .sub-heading {
        padding-bottom: 193px;
    }
    .about-right-img img{
        width:100%;
    }
}

@media(min-width:1200px) and (max-width:1299px){
    .step-img img {
        height: 590px;
    }
    .faq .sub-heading {
        padding-bottom: 130px;
    }
}


@media(min-width:1300px) and (max-width:1499px){
    .step-img img {
        height: 700px;
    }
    .faq .sub-heading {
        padding-bottom: 230px;
    }
}

@media(min-width:1300px) and (max-width:1499px){
    .step-img img {
        height: 700px;
    }
    .faq .sub-heading {
        padding-bottom: 230px;
    }
}

@media(max-width:991px){
    .advice-content {
        border-top: 1px solid #E4E4E4;
        border-left:0px;
        padding: 20px;
    }
    .banner-heading{
        font-size: 60px;
        line-height: 62px;
    }
    .timeline-wrapper::before{
        left:20px;
    }
    .title{
        font-size: 50px;
        line-height: 55px;
    }
    .advice-box{
        display: block;
    }
    .advice-icons img {
        width: 100px;
        height: 100px;
    }
    .advice , .founder{
        padding: 80px 0;
    }
    .founder-bg{
       top: -68px;
    }
    .about-left-img img {
    width: 100%;
    }
    .about-us .sub-heading{
       margin-top: 25px;
    }
    .testimonial-content{
       width:100%;
    }
    .faq .sub-heading {
        padding-bottom: 30px;
    }
    .step-img img {
        height: 411px;
    }
    .about-right-img {
    padding-left: 0;
    }
}

@media(max-width:767px){
    .banner-left p{
        font-size: 17px;
       line-height: 27px;
    }
        .btn-1 {
        border-radius: 46px !important;
        width: 100%;
    }
    .btn-1 div{
        flex:1;
    }
    .leftImage , .founder-bg{
        display: none;
    }
    .approach .sub-heading{
        margin-bottom: 15px !important;
    }
    section{
        padding: 30px 0 !important;
    }
    .experience-badge{
        right: -4px;
    }
    .family-law-section{
        padding-bottom: 0 !important;
    }
    section.about-us h4{
        font-size: 27px;
    }
    .about-img img {
        height: 100% !important;
    }
    .top-div{
        justify-content: center;
    }
    .client-name{
        margin: 0 !important;
    }
   .banner-right{
       margin-top:20px;
   }
    .advice-icons img {
        width: 80px;
        height: 80px;
    }
    .law-card{
        padding:20px;
    }

}