/* banner section starts */

.hm-banner-sec {
    padding: 163px 0 0;
    background-image: url("../images/banner-bg-img.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.hm-banr-blk {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}

.hm-banr-lft {
    width: 54.7%;
    margin: 0 0 0 -60px;
    position: relative;
}

.hm-banr-rht {
    width: 55.5%;
    margin: 0 -62px 106px 0;
}

.hm-banr-lft img {
    width: 100%;
    display: block;
}

.hm-banr-rht h1 {
    font-family: "Mona Sans", sans-serif;
    font-weight: 300;
    font-size: 102px;
    line-height: 1.06;
    letter-spacing: -2.04px;
    color: #fff;
    margin: 0 0 45px;
}

.hm-banr-rht .hmbnr-subtitle {
    font-weight: 300;
    font-size: 55px;
    font-family: "Mona Sans", sans-serif;
    letter-spacing: 0;
    display: block;
    margin: 0 0 5px;
    padding: 10px 0 15px;
    position: relative;
    color: #fff;
}

.hm-banr-btn {
    text-align: center;
}

.hm-banr-rht .hmbnr-subtitle::after,
.hm-banr-rht .hmbnr-subtitle::before {
    position: absolute;
    content: "";
    background-color: #a1a7b1;
    width: 55.3%;
    height: 3px;
    margin: auto;
}

.hm-banr-rht .hmbnr-subtitle::after {
    bottom: 0;
    left: 0;
}

.hm-banr-rht .hmbnr-subtitle::before {
    right: 115px;
    top: 0;
}

.hm-banner-sec::before {
    position: absolute;
    content: "";
    background-color: rgb(48, 66, 112);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.3;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.hm-banr-lft::after {
    position: absolute;
    content: "";
    background-image: url("../images/banner-flower-img.webp");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 62.5%;
    right: -208px;
    top: -50px;
    margin: auto;
}

/* Banner Sec Responsive */

@media screen and (max-width:1680px) {

    .hm-banner-sec {
        padding: 150px 0 0;
    }

    .hm-banr-lft {
        margin: 0 0 0 -40px;
    }

    .hm-banr-rht {
        margin: 0 -50px 90px 0;
    }

    .hm-banr-rht h1 {
        font-size: 90px;
        letter-spacing: -2.44px;
        margin: 0 0 40px;
    }

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 50px;
    }

    .hm-banr-rht .hmbnr-subtitle::before {
        right: 70px;
        width: 57%;
    }

    .hm-banr-lft::after {
        right: -148px;
        top: -46px;
        width: 46%;
        height: 55.2%;
    }

    .hm-plan-cnt {
        font-size: 21px;
        letter-spacing: 9.62px;
        padding: 16px 125px 16px 140px;
    }
}

@media screen and (max-width:1550px) {

    .hm-banner-sec {
        padding: 135px 0 0;
    }

    .hm-banr-rht h1 {
        font-size: 83px;
        letter-spacing: -3.04px;
        margin: 0 0 36px;
    }

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 45px;
        margin: 0 0 3px;
        padding: 8px 0 12px;
    }

    .hm-banr-lft::after {
        right: -138px;
        top: -36px;
        width: 45%;
        height: 54%;
    }

    .hm-banr-blk {
        gap: 13px;
    }

    .hm-banr-rht {
        margin: 0 -43px 82px 0;
    }
}

@media screen and (max-width:1440px) {

    .hm-banner-sec {
        padding: 125px 0 0;
    }

    .hm-banr-rht h1 {
        font-size: 79px;
        letter-spacing: -3.44px;
        margin: 0 0 32px;
    }

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 42px;
    }

    .hm-banr-rht {
        margin: 0 -38px 73px 0;
    }

    .hm-banr-lft::after {
        right: -108px;
        top: -41px;
        width: 43%;
        height: 51.4%;
    }

    .hm-banr-rht .hmbnr-subtitle::before {
        right: 69px;
        width: 56%;
    }

    .hm-banr-lft {
        margin: 0 0 0 -35px;
    }
}

@media screen and (max-width:1366px) {

    .hm-banner-sec {
        padding: 115px 0 0;
    }

    .hm-banr-rht h1 {
        font-size: 74px;
        letter-spacing: -3.94px;
        margin: 0 0 28px;
    }

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 38px;
        padding: 6px 0 10px;
    }

    .hm-banr-rht .hmbnr-subtitle::after,
    .hm-banr-rht .hmbnr-subtitle::before {
        height: 2px;
    }

    .hm-banr-lft::after {
        right: -115px;
        top: -27px;
        height: 54.5%;
    }

    .hm-banr-rht {
        margin: 0 -32px 68px 0;
    }

    .hm-banr-lft {
        margin: 0 0 0 -30px;
    }
}

@media screen and (max-width:1280px) {

    .hm-banner-sec {
        padding: 105px 0 0;
    }

    .hm-banr-blk {
        gap: 10px;
    }

    .hm-banr-rht h1 {
        font-size: 65px;
        letter-spacing: -3.5px;
        margin: 0 0 25px;
    }

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 34px;
        padding: 6px 0 8px;
    }

    .hm-banr-rht {
        margin: 0 -25px 62px 0;
    }

    .hm-banr-lft::after {
        right: -112px;
        top: -10px;
    }

    .hm-banr-lft {
        margin: 0;
    }
}

@media screen and (max-width:1080px) {
    .hm-banr-rht {
        margin: 0 0px 62px 0;
    }
}

@media screen and (max-width:1024px) {

    .hm-banner-sec {
        padding: 140px 0 40px;
        background-image: url("../images/banner-bg-mbl-img.webp");
    }

    .hm-banr-blk {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .hm-banr-lft {
        margin: 0;
        width: 100%;
        max-width: 450px;
        padding: 25px 25px 0;
        background-color: var(--lightblue);
        border-radius: 15px;
        border: 2px solid #1c2c56;
		order:2;
    }
	.banner-cnt{order:1;}
	.hm-banr-btn{ order:3;}

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 30px;
        padding: 0;
    }

    .hm-banr-rht .hmbnr-subtitle::after,
    .hm-banr-rht .hmbnr-subtitle::before {
        display: none;
    }

    .hm-banr-lft::after {
        display: none;
    }

    .hm-banr-rht {
        margin: 0;
        width: 100%;
        max-width: 700px;
        text-align: center;
		display:contents;
    }

    .hm-banr-rht h1 {
        font-size: 47px;
        letter-spacing: 0;
        text-align: center;
		margin:0 !important
    }


    .hm-banner-sec::before {
        opacity: 60%;
    }

}

@media screen and (max-width:768px) {
    .hm-banner-sec {
        padding: 200px 0 40px;
    }

    .hm-banr-rht h1 {
        font-size: 40px;
    }

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 26px;
    }
}

@media screen and (max-width:480px) {

    .hm-banr-blk {
        gap: 20px;
    }

    .hm-banr-rht .hmbnr-subtitle {
        font-size: 22px;
    }

    .hm-banr-rht h1 {
        font-size: 34px;
        margin: 0 0 20px;
    }
}

/* banner section ends */

/* plan section starts */

.hm-plan-sec {
    margin: -4px 0 0 0;
    border-bottom: 1px solid #6299c4;
    background-color: #f8fafc;
}

.hm-plan-sec .container {
    width: 100%;
    max-width: 1640px;
    margin: auto;
}

.hm-plan-cnt {
    font-family: "Mona Sans", sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 10.12px;
    color: #1c2c56;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    border-top: 8px solid #6299c4;
    padding: 20px 134px 20px 150px;
    text-align: center;
}

.hm-plan-cnt::after,
.hm-plan-cnt::before {
    position: absolute;
    content: "";
    background-image: url("../images/rhombus-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-plan-cnt::after {
    left: 85px;
}

.hm-plan-cnt::before {
    right: 85px;
}

/* Plan Sec Responsive */

@media screen and (max-width:1680px) {
    .hm-plan-sec .container {
        max-width: 1430px;
    }

    .hm-plan-cnt {
        font-size: 20px;
        letter-spacing: 9px;
        padding: 16px 115px 16px 120px;
        border-width: 6px;
    }

    .hm-plan-cnt::after {
        left: 75px;
    }

    .hm-plan-cnt::before {
        right: 75px;
    }

    .hm-plan-cnt::after,
    .hm-plan-cnt::before {
        width: 19px;
    }
}

@media screen and (max-width:1550px) {
    .hm-plan-sec .container {
        max-width: 1314px;
    }

    .hm-plan-cnt {
        font-size: 18px;
        letter-spacing: 8.6px;
        padding: 16px 100px 16px 110px;
    }

    .hm-plan-cnt::after {
        left: 65px;
    }

    .hm-plan-cnt::before {
        right: 65px;
    }

    .hm-plan-cnt::after,
    .hm-plan-cnt::before {
        width: 17px;
    }
}

@media screen and (max-width:1440px) {
    .hm-plan-sec .container {
        max-width: 1230px;
    }

    .hm-plan-cnt {
        font-size: 17px;
        letter-spacing: 7.5px;
        padding: 14px 90px 14px 115px;
        border-width: 5px;
    }

    .hm-plan-cnt::after,
    .hm-plan-cnt::before {
        width: 15px;
    }

    .hm-plan-cnt::after {
        left: 60px;
    }

    .hm-plan-cnt::before {
        right: 60px;
    }
}

@media screen and (max-width:1366px) {
    .hm-plan-sec .container {
        max-width: 1160px;
    }

    .hm-plan-cnt {
        font-size: 16px;
        letter-spacing: 6px;
        padding: 14px 110px 14px 125px;
    }

    .hm-plan-cnt::before {
        right: 100px;
    }

    .hm-plan-cnt::after {
        left: 70px;
    }
}

@media screen and (max-width:1280px) {
    .hm-plan-sec .container {
        max-width: 980px;
    }

    .hm-plan-cnt {
        font-size: 15px;
        letter-spacing: 4px;
        padding: 12px 110px 12px 110px;
        border-width: 4px;
    }

    .hm-plan-cnt::after {
        left: 80px;
        top: -2px;
    }

    .hm-plan-cnt::before {
        right: 75px;
    }

    .hm-plan-cnt::after,
    .hm-plan-cnt::before {
        width: 13px;
    }
}

@media screen and (max-width:1024px) {
    .hm-plan-sec .container {
        max-width: 720px;
    }

    .hm-plan-cnt {
        font-size: 16px;
        letter-spacing: 2px;
        /* padding: 16px 30px; */
        padding: 20px 30px;
        line-height: 1.3;
        text-align: center;
    }

    .hm-plan-cnt::after,
    .hm-plan-cnt::before {
        width: 16px;
    }

    .hm-plan-cnt::before {
        right: 5px;
        top: 0;
    }

    .hm-plan-cnt::after {
        top: 0;
        left: 5px;
    }
}

@media screen and (max-width:768px) {
    .hm-plan-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-plan-cnt {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 18px 30px;
    }

    .hm-plan-cnt::after,
    .hm-plan-cnt::before {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .hm-plan-cnt {
        font-size: 14px;
        letter-spacing: 0;
        padding: 14px 0px;
    }
}


/* plan section ends */

/* future section starts */

.hm-future-main {
    background-image: url(../images/hm-future-main-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hm-future-sec {
    padding: 100px 0 110px;
}

.hm-future-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.hm-future-sec .text-heading {
    position: relative;
    text-align: center;
    font-size: 60px;
    line-height: 1.16;
    letter-spacing: -0.6px;
    margin-bottom: 52px;
    padding-bottom: 14px;
}

.hm-future-sec .text-heading strong {
    color: #4c88b6;
    font-family: 'Mona Sans';
    font-weight: inherit;
}

.hm-future-sec .text-heading::before {
    position: absolute;
    content: "";
    width: 21%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #1c2c56
}

.future-itm {
    border-radius: 50%;
    background-color: #fefeff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 50px 35px;
    min-height: 290px;
    width: 290px;
}

.future-cnt {
    width: 100%;
}

.future-itm:nth-child(even) {
    margin-top: 110px;
}

.future-itm-title {
    font-size: 27px;
    font-weight: 500;
    font-family: var(--bodyFont);
    color: #0b193d;
    line-height: 1;
    letter-spacing: -0.54px;
    text-align: center;
    margin-bottom: 0;
}

.future-lst {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}


.future-itm-img {
    width: 62.8%;
    margin: 0 auto 25px;
}

.future-itm-img img {
    width: 100%;
    display: block;
}

/* .future-itm-cont::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px !important;
    outline: 1px solid var(--blue);
    background-color: transparent !important;
    outline-offset: -3px;
} */

/* .future-itm-cont::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #fff;
    max-height: 0;
    width: 4px;
} */

.future-itm:hover {
    outline: 15px solid #edeff3;
    background-image: url(../images/future-section-itm-bg-hvr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    padding: 30px 30px 10px;
}

.future-itm:hover .future-itm-cont {
    display: block;
}

.future-itm:hover .future-itm-img {
    display: none;
}

.future-itm:hover .future-itm-title {
    font-size: 26px;
    margin: 0 0 10px;
}

.future-itm-cont {
    font-size: 18px;
    font-family: 'Mona Sans';
    font-weight: 400;
    color: #000000;
    text-align: center;
    display: none;
/*     overflow-y: scroll; */
    height: auto !important;
}

.future-sec {
    padding: 100px 0;
}

/* future sec responsive */

@media screen and (max-width:1860px) {

    .future-itm-title {
        font-size: 25px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 25px;
    }

    .future-itm {
        padding: 10px 47px 30px;
        min-height: 280px;
        width: 280px;
    }

}

@media screen and (max-width:1800px) {
    .future-itm {
        padding: 10px 45px 25px;
        min-height: 270px;
        width: 270px;
    }

    .future-itm-title {
        font-size: 23px;
    }

    .future-itm-img {
        margin: 0 auto 22px;
    }

    .future-itm:hover {
        outline: 13px solid #edeff3;
        padding: 27px 27px 9px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 23px;
        margin: 0 0 8px;
    }

    .future-itm-cont {
        font-size: 17px;
    }

    .future-itm:nth-child(even) {
        margin-top: 95px;
    }

}

@media screen and (max-width:1750px) {
    .future-itm {
        padding: 23px 43px;
        min-height: 260px;
        width: 260px;
    }

}

@media screen and (max-width:1680px) {

    .future-itm {
        padding: 10px 43px 23px;
        min-height: 250px;
        width: 250px;
    }

    .future-itm-title {
        font-size: 21px;
    }

    .future-itm-img {
        margin: 0 auto 20px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 21px;
        margin: 0 0 8px;
    }

    .future-itm-cont {
        font-size: 16px;
    }

    .future-itm:hover {
        outline: 11px solid #edeff3;
        padding: 25px 25px 9px;
    }

    .future-lst {
        gap: 13px;
    }

    .hm-future-sec {
        padding: 85px 0;
    }

    .hm-future-sec .text-heading {
        font-size: 53px;
    }

}

@media screen and (max-width:1615px) {

    .future-itm {
        padding: 23px 43px;
        min-height: 240px;
        width: 240px;
    }

}

@media screen and (max-width:1550px) {

    .hm-future-sec {
        padding: 70px 0;
    }

    .hm-future-sec .text-heading {
        font-size: 46px;
        letter-spacing: -0.4px;
        margin-bottom: 38px;
        padding-bottom: 12px;
    }

    .future-itm {
        padding: 21px 40px;
        min-height: 230px;
        width: 230px;
    }

    .future-itm-title {
        font-size: 20px;
    }

    .future-itm-img {
        margin: 0 auto 18px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 19px;
        margin: 0 0 8px;
    }

    .future-itm-cont {
        font-size: 15px;
    }

    .future-itm:nth-child(even) {
        margin-top: 85px;
    }

}

@media screen and (max-width:1490px) {

    .future-itm {
        padding: 21px 40px;
        min-height: 220px;
        width: 220px;
    }

    .future-itm-cont {
        font-size: 14px;
    }

}

@media screen and (max-width:1430px) {
    .hm-future-sec {
        padding: 60px 0;
    }

    .hm-future-sec .text-heading {
        font-size: 41px;
        letter-spacing: 0;
        margin-bottom: 36px;
        padding-bottom: 11px;
    }

    .future-itm:nth-child(even) {
        margin-top: 80px;
    }

    .future-itm {
        padding: 19px 37px;
        min-height: 210px;
        width: 210px;
    }

    .future-itm-title {
        font-size: 18px;
    }

    .future-itm-img {
        margin: 0 auto 16px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 17px;
        margin: 0 0 7px;
    }

    .future-itm-cont {
        font-size: 13px;
    }


}

@media screen and (max-width:1370px) {
    .future-itm {
        padding: 19px 37px;
        min-height: 200px;
        width: 200px;
    }

    .future-itm-cont {
        font-size: 13px;
        padding-right: 10px;
/*         overflow-y: scroll; */
        height: 80px;
    }

    .future-itm:hover {
        outline: 10px solid #edeff3;
        padding: 23px 23px 8px;
    }

}

@media screen and (max-width:1320px) {

    .hm-future-sec {
        padding: 50px 0;
    }

    .future-itm {
        padding: 19px 37px;
        min-height: 190px;
        width: 190px;
    }

    .future-itm-title {
        font-size: 17px;
    }

    .hm-future-sec .text-heading {
        font-size: 37px;
        letter-spacing: 0;
        margin-bottom: 31px;
        padding-bottom: 10px;
    }

    .future-itm:nth-child(even) {
        margin-top: 75px;
    }


}

@media screen and (max-width:1250px) {
    .future-itm {
        padding: 18px 33px;
        min-height: 180px;
        width: 180px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 16px;
        margin: 0 0 7px;
    }

    .future-itm:hover {
        outline: 8px solid #edeff3;
        padding: 21px 21px 7px;
    }

}

@media screen and (max-width:1180px) {

    .future-itm {
        padding: 16px 30px;
        min-height: 170px;
        width: 170px;
    }

    .future-itm-title {
        font-size: 15px;
    }

    .future-itm-img {
        margin: 0 auto 13px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 15px;
        margin: 0 0 6px;
    }

}

@media screen and (max-width:1130px) {

    .future-lst {
        gap: 10px;
    }

    .future-itm {
        padding: 15px 27px;
        min-height: 160px;
        width: 160px;
    }

    .future-itm-img {
        margin: 0 auto 11px;
    }

    .future-itm:hover .future-itm-title {
        font-size: 14px;
        margin: 0 0 6px;
    }

    .future-itm-cont {
        font-size: 12px;
        padding-right: 10px;
/*         overflow-y: scroll; */
        height: 80px;
    }

}

@media screen and (max-width:1050px) {

    .future-itm {
        padding: 13px 24px;
        min-height: 150px;
        width: 150px;
    }

    .hm-future-sec .text-heading {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 28px;
        padding-bottom: 9px;
    }

    .future-itm:nth-child(even) {
        margin-top: 70px;
    }

}

@media screen and (max-width:1024px) {

    .hm-future-sec .container {
        max-width: 720px;
        margin: 0 auto;
    }

    .hm-future-main {
        background-image: url("../images/hmfuture-main-mbl-bg.webp");
    }

    .future-itm-title {
        font-size: 18px;
    }

    .future-lst.owl-carousel {
        margin: 0 auto;
    }

    .future-lst.owl-carousel .owl-stage {
        padding: 10px 0;
        display: flex;
    }

    .future-itm,
    .future-itm:hover {
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        border-radius: 0px;
        height: 100%;
        outline: none;
        padding: 25px 20px;
        background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(248, 250, 252, 0.6) 0%, rgba(248, 250, 252, 0.2) 100%);
        background-color: #b1c8db;
        border: 5px solid #edeff3;
        position: relative;
    }

    .future-itm:before {
        position: absolute;
        content: "";
        background-image: url("../images/hmpract-itm-hov-img.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 7%;
        pointer-events: none;
    }

    .future-itm:hover .future-itm-title,
    .future-itm-title {
        font-size: 20px;
        margin: 0 0 8px;
    }

    .future-itm .future-itm-img {
        display: none;
    }

    .future-itm-cont {
        font-size: 15px;
        padding-right: 0;
        overflow-y: inherit;
        height: auto;
        display: block;
    }



    .future-lst.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 40px;
        gap: 15px;
        margin: 20px auto 0;
    }

    .future-lst.owl-carousel .owl-nav button {
        background-image: url(../images/testi-lft-arrow-img.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 40px;
        height: 40px;
    }

    .future-lst.owl-carousel .owl-nav button.owl-next {
        rotate: 180deg;
    }

    .future-lst.owl-carousel .owl-nav button:hover {
        background-image: url(../images/testi-lft-arrow-hov-img.webp);
    }

    .future-lst.owl-carousel .owl-nav button span {
        font-size: 0;
    }


}

@media screen and (max-width:768px) {
    .future-lst.owl-carousel {
        max-width: 450px;
        margin: 0 auto;
    }

    .hm-future-sec {
        padding: 40px 0;
    }

    .hm-future-sec .text-heading {
        font-size: 28px;
        padding: 0;
        margin-bottom: 25px;
    }

    .hm-future-sec .text-heading strong {
        display: block;
    }

    .hm-future-sec .text-heading strong br {
        display: none;
    }

    .hm-future-sec .text-heading::before {
        display: none;
    }

}

@media screen and (max-width:480px) {
    .hm-future-sec .text-heading {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .future-itm,
    .future-itm:hover {
        padding: 25px 15px;
    }

}

/* future section ends */

/* trusts section starts */

.hm-trusts-sec {
    padding: 0 0 100px;
    position: relative;
}
.hm-trusts-sec.btm{
    padding-top: 100px;
}

.hm-trusts-sec .text-heading {
    margin-right: -20px;
}

.hm-trusts-sec .container {
    max-width: 1280px;
}

.hm-trusts-blk {
    display: flex;
    justify-content: space-between;
}

.hm-trusts-lft-blk {
    position: relative;
    border-radius: 0 0 100px 0;
    overflow: hidden;
}

.hm-trusts-lft {
    width: 55.4%;
}

.hm-trusts-img img {
    width: 100%;
    display: block;
}

.hm-trusts-cnt {
    background-color: #b5cbdd;
    text-align: center;
    border-radius: 100px;
    padding: 20px;
    width: 192px;
    height: 192px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(248, 250, 252) 0%, rgba(248, 250, 252, 0) 100%);
    box-shadow: 0px 0px 30px 0px rgba(3, 19, 60, 0.1);
}

.hm-trusts-cnt p {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #1c2c56;
    margin: 0;
}

.hm-trust-rht {
    width: 39.1%;
}

.hm-trust-rht p {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.71;
    letter-spacing: 0;
    color: #000;
    margin: 0px 0 28px;
}
.hm-trusts-sec.btm .text-heading {
    font-size: 55px;
}

/* Trust Sec Responsive */

@media screen and (max-width:1680px) {
    .hm-trusts-sec .container {
        max-width: 1200px;
    }

    .hm-trust-rht p {
        font-size: 20px;
        margin: 0px 0 23px;
    }

    .hm-trusts-sec {
        padding: 0 0 85px;
    }
    .hm-trusts-sec.btm{
        padding-top: 85px;
    }
	.hm-trusts-sec.btm .text-heading {
    font-size: 51px;
}


}

@media screen and (max-width:1550px) {
    .hm-trusts-sec .container {
        max-width: 1100px;
    }

    .hm-trusts-sec {
        padding: 0 0 75px;
    }
    .hm-trusts-sec.btm{
        padding-top: 75px;
    }

    .hm-trust-rht p {
        font-size: 18px;
        margin: 0px 0 21px;
    }

    .hm-trusts-cnt {
        padding: 18px;
        width: 180px;
        height: 180px;
    }

    .hm-trusts-cnt p {
        font-size: 18px;
        letter-spacing: -0.2px;
    }

    .hm-trusts-lft-blk {
        border-radius: 0 0 92px 0;
    }
	.hm-trusts-sec.btm .text-heading {
    font-size: 47px;
}

}

@media screen and (max-width:1440px) {
    .hm-trusts-sec .container {
        max-width: 1000px;
    }

    .hm-trusts-sec {
        padding: 0 0 65px;
    }
    .hm-trusts-sec.btm{
        padding-top: 65px;
    }

    .hm-trusts-cnt {
        padding: 17px;
        width: 170px;
        height: 170px;
    }

    .hm-trusts-cnt p {
        font-size: 17px;
        letter-spacing: 0;
    }

    .hm-trust-rht p {
        font-size: 16px;
        margin: 0px 0 20px;
    }
	.hm-trusts-sec.btm .text-heading {
    font-size: 42px;
}
}

@media screen and (max-width:1280px) {
    .hm-trusts-sec .container {
        max-width: 950px;
    }

    .hm-trusts-sec {
        padding: 0 0 60px;
    }
    .hm-trusts-sec.btm{
        padding-top: 60px;
    }

    .hm-trust-rht p {
        font-size: 15px;
        margin: 0px 0 18px;
    }
	.hm-trusts-sec.btm .text-heading {
    font-size: 39px;
}

    .hm-trusts-lft-blk {
        border-radius: 0 0 80px 0;
    }

    .hm-trusts-cnt {
        padding: 16px;
        width: 160px;
        height: 160px;
    }

    .hm-trusts-cnt p {
        font-size: 16px;
        letter-spacing: 0;
    }

}

@media screen and (max-width:1024px) {
    .hm-trusts-sec .container {
        max-width: 720px;
    }

    .hm-trusts-sec {
        padding: 0 0 50px;
    }
    .hm-trusts-sec.btm{
        padding-top: 50px;
    }

    .hm-trusts-sec .text-heading {
        margin-right: 0;
    }

    .hm-trusts-sec .text-heading strong {
        display: block;
    }

    .hm-trusts-lft {
        text-align: center;
        width: 100%;
    }

    .hm-trust-rht {
        width: 100%;
        text-align: center;
    }

    .hm-trusts-lft-blk {
        border-radius: 0 0 80px 0;
        max-width: 550px;
        margin: 0 auto;
    }

    .hm-trusts-blk {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }
    .hm-trusts-sec.btm .hm-trusts-blk {
        flex-direction: column-reverse;
    }

}

@media screen and (max-width:768px) {

    .hm-trusts-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-trusts-sec .text-heading {
        font-size: 35px;
    }
	.hm-trusts-sec.btm .text-heading {
    font-size: 29px;
}


}

@media screen and (max-width:480px) {
    .hm-trusts-cnt {
        position: static;
        box-shadow: none;
        margin: 20px auto 0;
        width: 100%;
        border-radius: 10px;
        height: auto;
        background-image: none;
    }

    .hm-trusts-lft-blk {
        border-radius: 0px;
    }

    .hm-trusts-blk {
        gap: 20px;
    }

    .hm-trusts-lft-blk img {
        border-radius: 15px;
    }

    .hm-trusts-sec .text-heading {
        font-size: 23px;
        margin: 0 0 16px;
    }
	.hm-trusts-sec.btm .text-heading strong{
		display:inline-block;
	}
	.hm-trusts-sec.btm .text-heading {
        font-size: 22px;
    }

}

/* trusts section ends */

/* attorney section starts */

.hm-attorney-section {
    margin: 0;
    padding: 150px 0 0;
    position: relative;
}

.hm-attorney-section::after {
    position: absolute;
    content: "";
    background-color: #e7eaef;
    width: 23.9%;
    height: 83%;
    bottom: -90px;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.hm-attorney-section .container {
    max-width: 1770px;
    width: 100%;
    margin: 0 0 0 auto;
}

.hm-attrny-blk {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    background-image: url(../images/attrny-blk-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0 245px;
    position: relative;
    z-index: 3;
    border-radius: 0 0 0 150px;
}
.hm-attrny-blk::before{
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #e7eaef;
    opacity: 80%;
    pointer-events: none;
    z-index: -1;
}

.hm-attrny-blk::after {
    position: absolute;
    content: "";
    background-image: url(../images/attrny-blk-aft-img.webp);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 62%;
    top: -13%;
    left: 1%;
    z-index: -1;
    pointer-events: none;
}

.hm-attrny-title {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    /* font-size: 100px; */
    font-size: 75px;
    line-height: 1;
    letter-spacing: -1.4px;
    color: #0b193d;
    position: relative;
    padding: 17px 0 15px;
    margin: 0 0 8px;
}

.hm-attrny-title::after {
    position: absolute;
    content: "";
    background-color: #4c88b6;
    width: 367px;
    height: 3px;
    top: 0;
    right: 35px;
}

.hm-attrny-title::before {
    position: absolute;
    content: "";
    background-color: #4c88b6;
    width: 417px;
    height: 3px;
    bottom: 0;
    left: -42px;
}

.hm-attrny-lft {
    width: 45.9%;
    padding: 88px 0 0;
}

.hm-attrny-sub-hdg {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.3;
    letter-spacing: -0.84px;
    color: #0b193d;
    margin: 0 0 21px;
}

.hm-attrny-sub-hdg strong {
    font-weight: 400;
    color: #4c88b6;
}

.hm-attrny-text {
    padding: 0 55px 0 0;
}

.hm-attrny-text p {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.77;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 25px;
}

.hm-attrny-rht {
    width: 36%;
}

.hm-attrny-img {
    margin: -55px 0 0 -30px;
}

.hm-attrny-img img {
    width: 100%;
    display: block;
}

/* Attorney Sec Resposnsive */

@media screen and (max-width:1800px) {
    .hm-attorney-section {
        padding: 140px 0 0;
    }

    .hm-attorney-section::after {
        bottom: -75px;
    }

    .hm-attorney-section .container {
        max-width: 1630px;
    }

    .hm-attrny-blk {
        padding: 0 0 0 230px;
        border-radius: 0 0 0 130px;
    }

    .hm-attrny-title {
        /* font-size: 90px; */
        font-size: 70px;
        letter-spacing: -1.2px;
        padding: 15px 0 13px;
    }

    .hm-attrny-title::after {
        width: 350px;
    }

    .hm-attrny-title::before {
        width: 387px;
        left: -38px;
    }

    .hm-attrny-lft {
        padding: 78px 0 0;
    }

    .hm-attrny-sub-hdg {
        font-size: 38px;
        letter-spacing: -0.8px;
        margin: 0 0 20px;
    }

    .hm-attrny-text {
        padding: 0 50px 0 0;
    }

    .hm-attrny-text p {
        font-size: 20px;
        line-height: 1.7;
        margin: 0 0 22px;
    }

    .hm-attrny-img {
        margin: -50px 0 0 -25px;
    }
}

@media screen and (max-width:1680px) {
    .hm-attorney-section {
        padding: 120px 0 0;
    }

    .hm-attorney-section .container {
        max-width: 1500px;
    }

    .hm-attorney-section::after {
        bottom: -65px;
    }

    .hm-attrny-title {
        /* font-size: 85px; */
        font-size: 65px;
        letter-spacing: -1.1px;
    }

    .hm-attrny-title::before {
        width: 370px;
        left: -43px;
    }

    .hm-attrny-title::after {
        width: 330px;
        right: 20px;
    }

    .hm-attrny-sub-hdg {
        font-size: 34px;
        letter-spacing: -0.7px;
        margin: 0 0 18px;
    }

    .hm-attrny-text p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .hm-attrny-text {
        padding: 0 40px 0 0;
    }

    .hm-attrny-img {
        margin: -45px 0 0 -20px;
    }

    .hm-attrny-lft {
        padding: 70px 0 0;
    }

    .hm-attrny-blk {
        padding: 0 0 0 215px;
        border-radius: 0 0 0 120px;
    }
}

@media screen and (max-width:1550px) {
    .hm-attorney-section {
        padding: 105px 0 0;
    }

    .hm-attorney-section .container {
        max-width: 1400px;
    }

    .hm-attorney-section::after {
        bottom: -60px;
    }

    .hm-attrny-title {
        /* font-size: 78px; */
        font-size: 60px;
        letter-spacing: -1px;
        padding: 13px 0 13px;
    }

    .hm-attrny-title::before {
        width: 330px;
        left: -43px;
    }

    .hm-attrny-title::after {
        width: 310px;
        right: 17px;
    }

    .hm-attrny-sub-hdg {
        font-size: 32px;
        letter-spacing: -0.6px;
        margin: 0 0 16px;
    }

    .hm-attrny-blk {
        padding: 0 0 0 200px;
        border-radius: 0 0 0 110px;
    }

    .hm-attrny-lft {
        padding: 63px 0 0;
    }

    .hm-attrny-text {
        padding: 0 35px 0 0;
    }

    .hm-attrny-text p {
        font-size: 17px;
        margin: 0 0 18px;
    }

    .hm-attrny-blk::after {
        top: -14.7%;
        left: 1.3%;
    }

    .hm-attrny-img {
        margin: -42px 0 0 -17px;
    }
}

@media screen and (max-width:1440px) {
    .hm-attorney-section {
        padding: 95px 0 0;
    }

    .hm-attorney-section::after {
        bottom: -55px;
    }

    .hm-attorney-section .container {
        max-width: 1300px;
    }

    .hm-attrny-title {
        /* font-size: 72px; */
        font-size: 56px;
        letter-spacing: -0.6px;
        padding: 10px 0 12px;
    }

    .hm-attrny-sub-hdg {
        font-size: 29px;
        letter-spacing: -0.3px;
    }

    .hm-attrny-text {
        padding: 0 30px 0 0;
    }

    .hm-attrny-text p {
        font-size: 16px;
        margin: 0 0 16px;
    }

    .hm-attrny-blk {
        padding: 0 0 0 180px;
        border-radius: 0 0 0 100px;
    }

    .hm-attrny-lft {
        padding: 55px 0 0;
    }

    .hm-attrny-img {
        margin: -40px 0 0 -13px;
    }

    .hm-attrny-title::before {
        width: 320px;
        left: -38px;
    }

    .hm-attrny-title::after {
        width: 295px;
    }
}

@media screen and (max-width:1366px) {
    .hm-attorney-section {
        padding: 90px 0 0;
    }

    .hm-attorney-section .container {
        max-width: 1230px;
    }

    .hm-attorney-section::after {
        bottom: -50px;
    }

    .hm-attrny-title {
        /* font-size: 68px; */
        font-size: 53px;
        letter-spacing: -0.4px;
    }

    .hm-attrny-sub-hdg {
        font-size: 27px;
        letter-spacing: -0.1px;
        margin: 0 0 12px;
    }

    .hm-attrny-text {
        padding: 0 25px 0 0;
    }

    .hm-attrny-text p {
        font-size: 15px;
        margin: 0 0 14px;
    }

    .hm-attrny-blk {
        padding: 0 0 0 165px;
        border-radius: 0 0 0 90px;
    }

    .hm-attrny-img {
        margin: -34px 0 0 -11px;
    }
}

@media screen and (max-width:1280px) {
    .hm-attorney-section {
        padding: 85px 0 0;
    }

    .hm-attorney-section .container {
        max-width: 1150px;
    }

    .hm-attrny-title {
        /* font-size: 63px; */
        font-size: 49px;
        letter-spacing: 0;
    }

    .hm-attrny-blk {
        padding: 0 0 0 155px;
    }


}

@media screen and (max-width:1180px) {
    .hm-attorney-section .container {
        max-width: 990px;
    }

    .hm-attorney-section {
        padding: 80px 0 0;
    }

    .hm-attrny-title {
        /* font-size: 50px; */
        font-size: 42px;
        letter-spacing: 0;
    }

    .hm-attrny-sub-hdg {
        font-size: 22px;
        letter-spacing: 0;
        margin: 0 0 12px;
    }

    .hm-attrny-text p {
        font-size: 13px;
        margin: 0 0 14px;
    }

    .hm-attrny-lft {
        padding: 45px 0 0;
    }

    .hm-attrny-blk {
        padding: 0 0 0 135px;
    }

}

@media screen and (max-width:1024px) {
    .hm-attorney-section {
        padding: 30px 0;
        margin: 0;
        background-image: url(../images/hmattrny-blk-mbl-img-v2.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hm-attorney-section::before{
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #e7eaef;
    opacity: 80%;
    pointer-events: none;
    }

    .hm-attorney-section .container {
        max-width: 720px;
        margin: 0 auto;
    }

    .hm-attorney-section::after, .hm-attrny-blk::before {
        display: none;
    }

    .hm-attrny-blk {
        padding: 0;
        border-radius: 0;
    }

    .hm-attrny-blk {
        padding: 60px 10px 20px 10px;
        border-radius: 0;
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
        background-image: none;
    }

    .hm-attrny-lft {
        padding: 0;
        width: 100%;
        max-width: 700px;
        text-align: center;
    }

    .hm-attrny-title {
        font-size: 48px;
        letter-spacing: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .hm-attrny-title::before,
    .hm-attrny-title::after {
        display: none;
    }

    .hm-attrny-img {
        margin: 0;
        border-bottom: 2px solid #538bb7;
    }

    .hm-attrny-blk::after {
        display: none;
    }

    .hm-attrny-rht {
        width: 100%;
        max-width: 300px;
    }

    .hm-attrny-sub-hdg {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .hm-attrny-text p {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .hm-attrny-text {
        padding: 0;
    }


}

@media screen and (max-width:768px) {
    .hm-attrny-title {
        font-size: 45px;
    }

    .hm-attorney-section .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-attrny-text p {
        font-size: 15px;
    }

}

@media screen and (max-width:480px) {
    .hm-attrny-blk {
        gap: 20px;
        padding: 40px 10px 20px 10px;
    }

    .hm-attorney-section {
        padding: 20px 0;
    }

    .hm-attrny-title {
        /* font-size: 35px; */
        font-size: 28px;
    }

    .hm-attrny-sub-hdg {
        /* font-size: 20px; */
        font-size: 19px;
        margin: 0 0 10px;
    }

    .hm-attrny-text p {
        margin: 0 0 15px;
    }

}


/* attorney section ends */

/* practice areas section starts */

.hm-practice-sec {
    background-image: url(../images/hm-practice-bg-img.webp);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 80px 0 0;
    background-color: #fff;
}

.hm-practice-sec .container {
    max-width: 1280px;
}

.hm-practice-sec .text-heading {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1.2px;
    text-align: center;
}

.hm-practice-list {
    /* display: flex;
    justify-content: center;
    gap: 50px; */
    margin-bottom: 46px;
}

.hm-practice-item {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #1c2c56;
    position: relative;
    border-radius: 150px;
    border: 4px solid transparent;
    /* width: 48%; */
    width: 100%;
    gap: 35px;
    padding: 20px;
}

.hm-practice-item:hover {
    background-image: linear-gradient(to top, rgb(98 153 196 / 76%) 0%, rgba(98, 153, 196, 0) 100%);
    border-color: #6299c4;
}

.hm-pract-itm-img {
    /* width: 100%; */
    width: 40%;
    max-width: 250px;
}

.hm-pract-cnt {
    width: 60%;
}

.hm-pract-itm-img img {
    width: 100%;
    display: block;
}

.hm-pract-hdg {
    font-family: "Mona Sans", sans-serif;
    color: #ffffff;
    font-weight: 400;
    /* font-size: 50px; */
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 18px;
}

.hm-practice-item-hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 0;
    z-index: 3;
}

.hm-pract-link a {
    font-size: 21px;
    font-family: var(--bodyFont);
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline solid 1px #9ca3b5;
    letter-spacing: -0.21px;
    text-underline-offset: 6px;
}

.hm-pract-link a:hover {
    color: var(--lightblue);
}

.hm-practice-btn {
    text-align: center;
}

.hm-practice-btn a.cmn-btn {
    background-color: var(--lightblue);
    z-index: 2;
}

.hm-practice-btn a.cmn-btn:hover {
    background-color: var(--blue);
}

.hm-practice-list.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: auto;
    position: absolute;
    bottom: -110px;
    width: 100%;
    max-width: 600px;
    align-items: center;
    left: 0;
    right: 0;
    z-index: 0;
}

.hm-practice-list.owl-carousel .owl-nav button {
    background-image: url(../images/testi-lft-arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 56px;
    height: 56px;
}

.hm-practice-list.owl-carousel .owl-nav button.owl-next {
    rotate: 180deg;
}

.hm-practice-list.owl-carousel .owl-nav button:hover {
    background-image: url(../images/testi-lft-arrow-hov-img.webp);
}

.hm-practice-list.owl-carousel .owl-nav button span {
    font-size: 0;
}

/* practice responsive */

@media screen and (max-width:1680px) {
    .hm-practice-sec .container {
        max-width: 1200px;
    }

    .hm-practice-sec {
        padding: 65px 0 0;
    }

    .hm-pract-itm-img {
        max-width: 230px;
    }

    .hm-practice-item {
        gap: 32px;
        padding: 17px;
    }

    .hm-pract-hdg {
        font-size: 48px;
        font-size: 40px;
        letter-spacing: -0.3px;
        margin-bottom: 16px;
    }

    .hm-practice-sec .text-heading {
        font-size: 53px;
        letter-spacing: -0.9px;
    }

    .hm-practice-list {
        gap: 45px;
        margin-bottom: 41px;
    }

    .hm-pract-link a {
        font-size: 19px;
        letter-spacing: -0.11px;
        text-underline-offset: 5px;
    }

    .hm-practice-list.owl-carousel .owl-nav {
        bottom: -96px;
        max-width: 530px;
    }

    .hm-practice-list .owl-nav button {
        transform: scale(0.85);
        margin: -4px;
    }

}

@media screen and (max-width:1550px) {
    .hm-practice-sec .container {
        max-width: 1100px;
    }

    .hm-practice-sec {
        padding: 60px 0 0;
    }

    .hm-practice-sec .text-heading {
        font-size: 48px;
        letter-spacing: -0.6px;
    }


    .hm-practice-list {
        gap: 41px;
        margin-bottom: 37px;
    }

    .hm-practice-item {
        gap: 29px;
        padding: 14px;
    }

    .hm-pract-itm-img {
        max-width: 215px;
    }

    .hm-pract-hdg {
        /* font-size: 45px; */
        font-size: 36px;
        letter-spacing: 0;
        margin-bottom: 14px;
    }

    .hm-pract-link a {
        font-size: 18px;
        letter-spacing: 0;
        text-underline-offset: 5px;
    }

    .hm-practice-list.owl-carousel .owl-nav {
        bottom: -90px;
        max-width: 490px;
    }

}

@media screen and (max-width:1440px) {
    .hm-practice-sec .container {
        max-width: 1000px;
    }

    .hm-practice-sec {
        padding: 55px 0 0;
    }

    .hm-practice-sec .text-heading {
        font-size: 44px;
        letter-spacing: -0.3px;
    }
    .hm-practice-list {
        gap: 37px;
        margin-bottom: 34px;
    }

    .hm-practice-item {
        /* gap: 26px; */
        gap: 20px;
        padding: 13px;
    }

    .hm-pract-itm-img {
        /* max-width: 200px; */
        max-width: 160px;
    }

    .hm-pract-hdg {
        /* font-size: 40px; */
        font-size: 34px;
        letter-spacing: 0;
        margin-bottom: 12px;
    }

    .hm-pract-link a {
        font-size: 17px;
        letter-spacing: 0;
        text-underline-offset: 5px;
    }

    .hm-practice-list .owl-nav button {
        transform: scale(0.75);
        margin: -7px;
    }

    .hm-practice-list.owl-carousel .owl-nav {
        bottom: -82px;
        max-width: 445px;
    }

}

@media screen and (max-width:1280px) {
    .hm-practice-sec .container {
        max-width: 950px;
    }

    .hm-practice-sec {
        padding: 50px 0 0;
    }

    .hm-practice-sec .text-heading {
        font-size: 41px;
        letter-spacing: 0;
    }

    .hm-practice-list {
        gap: 33px;
        margin-bottom: 30px;
    }

    .hm-practice-item {
        gap: 18px;
        padding: 12px;
    }

    .hm-pract-itm-img {
        max-width: 180px;
    }

    .hm-pract-hdg {
        /* font-size: 39px; */
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .hm-pract-link a {
        font-size: 16px;
        letter-spacing: 0;
        text-underline-offset: 5px;
    }

    .hm-practice-list .owl-nav button {
        transform: scale(0.62);
        margin: -10px;
    }

    .hm-practice-list.owl-carousel .owl-nav {
        bottom: -70px;
        max-width: 380px;
    }

}

@media screen and (max-width:1024px) {
    .hm-practice-sec .container {
        max-width: 720px;
    }

    .hm-practice-sec {
        padding: 50px 0 0;
    }

    .hm-practice-item {
        gap: 12px;
        padding: 10px;
        width: 100%;
        border-width: 3px;
        /* max-width: 320px; */
        flex-direction: column;
        align-items: center;
        place-items: center;
        border-radius: 35px;
    }

    .hm-pract-cnt,
    .hm-pract-itm-img {
        width: 100%;
    }

    .hm-pract-itm-img {
        max-width: 110px;
    }

    .hm-pract-hdg {
        /* font-size: 30px; */
        font-size: 28px;
        text-align: center;
    }

    .hm-pract-link {
        text-align: center;
    }

    .hm-pract-link a {
        font-size: 14px;
        text-align: center;
    }

    .hm-practice-list {
        gap: 25px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .hm-practice-list.owl-carousel .owl-nav {
        max-width: 110px;
        position: unset;
        margin: 10px auto;
    }

}

@media screen and (max-width:768px) {

    .hm-practice-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-practice-sec .text-heading {
        font-size: 26px;
        letter-spacing: 0;
    }


    .hm-practice-list {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .hm-practice-sec {
        padding: 40px 0 0;
    }

    .hm-pract-itm-img {
        max-width: 100px;
    }

    .hm-pract-hdg {
        font-size: 25px;
        margin: 0 0 5px;
    }

    .hm-practice-sec .text-heading {
        max-width: 300px;
        margin: 0 auto 16px;
    }

}

/* practice areas section ends */

/* Testimonials Section Starts */


.hm-testimonials {
    position: relative;
    padding: 100px 20px 0 0;
	overflow:hidden;
}

.hm-testimonials::before {
    position: absolute;
    content: "";
    background-image: url(../images/testimonial-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1288px;
    top: -22%;
    z-index: -1;
}

.hm-testimonials .container {
    width: 100%;
    max-width: 1710px;
    margin: 0 auto 0 0;
}

.hm-testi-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4%;
}

.hm-testi-lft {
    width: 52%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom-right-radius: 120px;
}

.hm-testi-lft::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-testi-lft-grad-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 120.6%;
    height: 156.3%;
    top: -72%;
    right: -58%;
    z-index: 2;
    pointer-events: none;
}

.hm-testi-lft img {
    width: 100%;
    display: block;
}

.hm-testi-rgt {
    width: 46%;
}
.zwssgr-slider .zwssgr-star.filled {
    color: #325B86 !important;
}

.zwssgr-slider {
	padding:10px 0 0 0;
}

.zwssgr-slider .zwssgr-slide-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 91%;
    margin-right: 5.5% !important;
    margin-left: 6%;
}

.hm-testi-rgt .zwssgr-slider .zwssgr-swiper-button-next {
    right: -5px;
}

.hm-testi-rgt .zwssgr-slider .zwssgr-content{
	font-size:1.2rem;
}

.hm-testi-rgt .zwssgr-slider .zwssgr-list-inner{
	padding-bottom:5px;
}

.hm-testi-rgt .swiper-wrapper {
    position: relative;
}

.hm-testimonials .hm-testi-item {
    background: transparent;
    /*padding: 0 100px 0 0;*/
}

.star-rat {
    background-image: url(../images/star-rat-img.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 165px;
    height: 31px;
    margin-bottom: 20px;
}

.description {
    font-size: 21px;
    font-family: 'Mona Sans';
    font-weight: 400;
    color: #000000;
    letter-spacing: 0px;
    text-align: left;
    line-height: 1.85;
    margin-bottom: 25px;
}

.author {
    font-size: 30px;
    font-family: 'Mona Sans';
    font-weight: 600;
    text-transform: uppercase;
    color: #1c2c56;
    text-align: left;
}

.testi-btn {
    text-align: center !important;
    margin: 20px 0 10px;
}

.hm-testimonials .testi-blk .owl-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    right: -14px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: max-content;
}

.hm-testimonials .testi-blk .owl-nav button {
    background-image: url(../images/testi-lft-arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 56px;
    height: 56px;
}

.hm-testimonials .testi-blk .owl-nav button.owl-next {
    rotate: 180deg;
}

.hm-testimonials .testi-blk .owl-nav button:hover {
    background-image: url(../images/testi-lft-arrow-hov-img.webp);
}

.hm-testimonials .testi-blk .owl-nav button span {
    font-size: 0;
}

.hm-testimonials .text-heading {
    font-size: 72px;
    letter-spacing: -1.4px;
    padding: 37px 0 27px 0;
    text-align: left;
    position: absolute;
    left: 39.5%;
    z-index: 3;
    top: 125px;
}

.hm-testimonials .text-heading::before {
    position: absolute;
    content: "";
    width: 50.4%;
    height: 3px;
    left: -12%;
    bottom: 0;
    background-color: #4c88b6;
}

.hm-testimonials .text-heading::after {
    position: absolute;
    content: "";
    width: 50.4%;
    height: 3px;
    right: -7%;
    top: 9%;
    background-color: #4c88b6;
}


/* testimonials responsive */

@media screen and (min-width:1920px) {
    .hm-testimonials .text-heading {
        left: 29%;
        z-index: 3;
        top: 135px;
        right: 0;
        margin: auto;
        width: max-content;
    }

    .hm-testimonials .container,
    .hm-attorney-section .container,
    .hm-form-sec .container {
        margin: auto;
    }

    .hm-attorney-section::after {
        width: 50%;
    }

    .hm-form-blk {
        position: relative;
        right: inherit;
        left: -80px;
    }
}


@media screen and (max-width:1800px) {
    .hm-testimonials .container {
        max-width: 1660px;
    }

    .hm-testimonials {
        padding: 80px 20px 0 0;
    }

    .hm-testimonials .text-heading {
        font-size: 65px;
        letter-spacing: -1px;
        padding: 33px 0 23px 0;
        top: 120px;
    }

    .hm-testimonials .text-heading::before {
        width: 47.4%;
        left: -9%;
    }

    .description {
        font-size: 20px;
    }

}

@media screen and (max-width:1680px) {
    .hm-testimonials .container {
        max-width: 1550px;
    }

    .hm-testimonials {
        padding: 70px 20px 0 0;
    }

    .hm-testimonials .text-heading {
        font-size: 61px;
        letter-spacing: -0.7px;
        padding: 32px 0 22px 0;
        top: 85px;
    }

    .hm-testimonials .text-heading::before {
        width: 44.4%;
        left: -7%;
    }

    .testi-btn {
        margin: 16px 0 8px;
    }

    .hm-testi-lft {
        border-bottom-right-radius: 100px;
    }

    .author {
        font-size: 27px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        right: 0;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(0.85);
        margin: -4px;
    }

    /*.hm-testimonials .hm-testi-item {
        padding: 0 80px 0 0;
    }*/

    .description {
        font-size: 19px;
        margin-bottom: 23px;
    }

    .star-rat {
        width: 160px;
        height: 29px;
        margin-bottom: 18px;
    }

}

@media screen and (max-width:1550px) {
    .hm-testimonials .container {
        max-width: 1430px;
    }
	.hm-testi-rgt .zwssgr-slider .zwssgr-content{
		font-size:1.1rem;
	}

    .hm-testimonials .text-heading {
        font-size: 55px;
        letter-spacing: -0.4px;
        padding: 30px 0 23px 0;
    }

    .star-rat {
        width: 150px;
        height: 26px;
        margin-bottom: 16px;
    }

    .description {
        font-size: 18px;
        margin-bottom: 19px;
    }

    .hm-testi-lft {
        border-bottom-right-radius: 90px;
    }

    .author {
        font-size: 24px;
    }

    .testi-btn {
        margin: 14px 0 5px;
    }

}

@media screen and (max-width:1440px) {
    .hm-testimonials .container {
        max-width: 1330px;
    }

    .hm-testimonials {
        padding: 65px 20px 0 0;
    }

    .hm-testimonials .text-heading {
        font-size: 50px;
        letter-spacing: 0;
        padding: 29px 0 20px 0;
    }

    .star-rat {
        width: 145px;
        height: 24px;
        margin-bottom: 14px;
    }

    .description {
        font-size: 16px;
        margin-bottom: 16px;
    }


    /*.hm-testimonials .hm-testi-item {
        padding: 0 70px 0 0;
    }*/

    .hm-testimonials .testi-blk .owl-nav {
        right: 0;
        gap: 12px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(0.75);
        margin: -7px;
    }

}

@media screen and (max-width:1366px) {
    .hm-testimonials .container {
        max-width: 1260px;
    }
	
	.hm-testi-rgt .zwssgr-slider .zwssgr-content{
		font-size:.8rem;
	}

    .hm-testimonials .text-heading {
        font-size: 46px;
        letter-spacing: 0;
        padding: 29px 0 20px 0;
    }
}

@media screen and (max-width:1280px) {
    .hm-testimonials .container {
        max-width: 1180px;
    }

    .hm-testimonials {
        padding: 55px 20px 0 0;
    }

    .hm-testimonials .text-heading {
        font-size: 44px;
        letter-spacing: 0;
        padding: 29px 0 20px 0;
        top: 48px;
    }

    .hm-testimonials .text-heading::before {
        width: 44.4%;
        left: -7%;
        height: 2px;
    }

    .hm-testimonials .text-heading::after {
        height: 2px;
    }

    .star-rat {
        width: 140px;
        height: 22px;
        margin-bottom: 13px;
    }

    .description {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .author {
        font-size: 21px;
    }

    .testi-btn {
        margin: 12px 0 0 0;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(0.7);
        margin: -7px;
    }

   /* .hm-testimonials .hm-testi-item {
        padding: 0 50px 0 0;
    }*/

}

@media screen and (max-width:1200px) {
    /*.hm-testimonials .container {
        max-width: 990px;
    }*/

    .hm-testimonials {
        padding: 50px 20px 0 0;
    }

    .testi-btn {
        margin: 10px 0 10px;
    }

    .author {
        font-size: 19px;
    }

    .description {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .star-rat {
        width: 130px;
        height: 18px;
        margin-bottom: 8px;
    }

    .hm-testimonials .text-heading {
        font-size: 43px;
        letter-spacing: 0;
        padding: 26px 0 15px 0;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(0.6);
        margin: -10px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        gap: 7px;
    }

   /* .hm-testimonials .hm-testi-item {
        padding: 0 45px 0 0;
    }*/

}

@media screen and (max-width:1024px) {
    .hm-testimonials .container {
       /* max-width: 720px;*/
        margin: 0 auto;
    }
	.hm-testi-rgt .zwssgr-slider .zwssgr-content{
		font-size:.8rem;
	}
    .hm-testimonials {
        padding: 50px 0;
    }

    .hm-testimonials:before {
        background-image: url("../images/hmtestimonial-mbl-bg.webp");
    }

    .hm-testimonials .text-heading {
        font-size: 40px;
        padding: 0;
        position: relative;
        left: 0;
        margin: 0 0 25px;
        text-align: center;
        top: 0;
    }

    .hm-testimonials .text-heading::before,
    .hm-testimonials .text-heading::after {
        display: none;
    }

    .hm-testi-list {
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-direction: column-reverse;
    }

    .hm-testi-lft {
        border-radius: 15px;
        width: 100%;
        max-width: 450px;
        box-shadow: none;
        border: 2px solid #548ebb;
    }

    .hm-testi-rgt {
        width: 100%;
    }

    .description {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 0.3px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        gap: 20px;
        position: relative;
        flex-direction: row;
        justify-content: center;
        margin: 15px auto 0;
    }

    .author {
        font-size: 19px;
        text-align: center;
    }

    /*.hm-testimonials .hm-testi-item {
        background-color: #b1c8db;
        padding: 30px;
        border-radius: 20px;
        max-width: 550px;
        margin: auto;
    }*/

    .star-rat {
        width: 130px;
        height: 18px;
        margin: 0 auto 10px;
        background-position: center;
    }

    .testi-btn {
        margin: 18px auto 0;
        text-align: center;
    }
	
	.hm-testi-cont .zwssgr-slider .zwssgr-slide-item {
        max-width: 90%;
        margin-right: 5.5% !important; 
        margin-left: 5%;
}

}

@media screen and (max-width:768px) {

    .hm-testimonials .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-testimonials .text-heading {
        font-size: 35px;
        margin: 0 0 20px;
        margin: 0 !important;
    }
	
	
.hm-testi-rgt .zwssgr-slider .zwssgr-swiper-button-next {
    right: 0;
}
	
.zwssgr-slider .swiper-wrapper {
    gap: 2%;
}
}

@media screen and (max-width:480px) {

    .hm-testimonials {
        padding: 40px 0;
    }

    .hm-testimonials .text-heading {
        font-size: 22px;
        line-height: 1.3;
        margin: 0 0 16px;
    }
	
	.hm-testi-cont .zwssgr-slider .zwssgr-slide-item {
        max-width: 90%;
        margin-right: 5.5% !important; 
        margin-left: 7.5%;
	}

}


/* Testimonials Section Ends */

/* began section starts */

.hm-began-sec {
    padding-top: 200px;
    position: relative;
}

.hm-began-sec .container {
    max-width: 1280px;
}

.hm-began-blk {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1280px;
}

.hm-began-blk::before {
    background-image: url("../images/began-logo-img.webp");
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 34%;
    height: 134%;
    top: -65%;
    left: 34%;
    pointer-events: none;
}

.hm-began-top-hdg {
    font-family: "Mona Sans", sans-serif;
    color: #0b193d;
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1.2px;
    text-align: center;
    margin-bottom: 10px;
}

.hm-began-hdg {
    font-family: "Mona Sans", sans-serif;
    color: #0b193d;
    font-weight: 400;
    font-size: 110px;
    line-height: 1;
    letter-spacing: -2.2px;
    text-align: center;
    margin-bottom: 29px;
}

.hm-began-hdg strong {
    font-weight: 400;
    display: block;
    color: #5991bc;
}

.hm-began-btn-list {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hm-began-img img {
    width: 100%;
    display: block;
}

.hm-began-btn-list a.cmn-btn.call {
    font-size: 23px;
    letter-spacing: 0.4px;
    padding: 24px 50px;
    color: var(--blue);
    background: transparent;
}

.hm-began-btn-list a.cmn-btn.call:hover {
    color: #fff;
    background-color: #1c2c56;
    background-image: linear-gradient(to top,
            rgb(98 153 196 / 42%) 0%,
            rgba(98, 153, 196, 0) 100%);
}

/* began section responsive */

@media screen and (max-width:1680px) {
    .hm-began-blk {
        max-width: 1200px;
    }

    .hm-began-sec {
        padding-top: 170px;
    }

    .hm-began-blk::before {
        width: 31%;
    }

    .hm-began-top-hdg {
        font-size: 56px;
        letter-spacing: -0.9px;
        text-align: center;
        margin-bottom: 9px;
    }

    .hm-began-hdg {
        font-size: 102px;
        letter-spacing: -1.7px;
        text-align: center;
        margin-bottom: 26px;
    }

    .hm-began-btn-list a.cmn-btn.call {
        font-size: 21px;
        letter-spacing: 0.2px;
        padding: 20px 45px;
    }


}

@media screen and (max-width:1550px) {
    .hm-began-blk {
        max-width: 1100px;
    }

    .hm-began-sec {
        padding-top: 150px;
    }

    .hm-began-top-hdg {
        font-size: 51px;
        letter-spacing: -0.6px;
        margin-bottom: 9px;
    }

    .hm-began-hdg {
        font-size: 93px;
        letter-spacing: -1.3px;
        text-align: center;
        margin-bottom: 26px;
    }

    .hm-began-btn-list a.cmn-btn.call {
        font-size: 19px;
        letter-spacing: 0;
        padding: 19px 42px;
    }

}

@media screen and (max-width:1440px) {
    .hm-began-blk {
        max-width: 1000px;
    }

    .hm-began-sec {
        padding-top: 135px;
    }

    .hm-began-top-hdg {
        font-size: 45px;
        letter-spacing: -0.3px;
        margin-bottom: 8px;
    }

    .hm-began-hdg {
        font-size: 75px;
        letter-spacing: -1px;
        margin-bottom: 23px;
    }

    .hm-began-btn-list a.cmn-btn.call {
        font-size: 18px;
        padding: 17px 39px;
    }
}

@media screen and (max-width:1280px) {
    .hm-began-blk {
        max-width: 950px;
    }

    .hm-began-sec {
        padding-top: 120px;
    }

    .hm-began-top-hdg {
        font-size: 37px;
        margin-bottom: 8px;
    }

    .hm-began-hdg {
        font-size: 62px;
        letter-spacing: 0;
        margin-bottom: 21px;
    }

    .hm-began-btn-list a.cmn-btn.call {
        font-size: 16px;
        letter-spacing: 0;
        padding: 13px 35px;
    }
}

@media screen and (max-width:1024px) {
    .hm-began-blk {
        max-width: 720px;
    }

    .hm-began-hdg {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .hm-began-top-hdg {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .hm-began-btn-list {
        gap: 15px;
        flex-wrap: wrap;
    }

}

@media screen and (max-width:768px) {

    .hm-began-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-began-blk {
        max-width: 100%;
        position: relative;
        /* top: 80px; */
        top: 0px;
    }

    .hm-began-img { margin-top: -90px; }

    .hm-began-btn-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hm-began-sec {
        padding-top: 60px;
    }

    .hm-began-blk::before {
        width: 31%;
        top: -130px;
    }

    .hm-began-hdg {
        font-size: 35px;
        margin-bottom: 16px;
    }

    .hm-began-top-hdg {
        font-size: 21px;
        margin-bottom: 8px;
    }

}

@media screen and (max-width:480px) {
    .hm-began-sec {
        padding-top: 10px;
    }

    .hm-began-blk::before {
        display: none;
    }

    .hm-began-top-hdg {
        font-size: 21px;
    }
    
    .hm-began-hdg {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .hm-began-btn-list a.cmn-btn.call {
        font-size: 15px;
        padding: 11px 30px;
    }

    /* .hm-began-blk { top: 40px; } */
    .hm-began-img {
    margin-top: -40px;
}

    .hm-began-btn-list a.cmn-btn {
        font-size: 12px;
        padding: 11px 17px;
    }

}

@media screen and (max-width: 421px) {
    .hm-began-hdg {
        max-width: 300px;
        margin: 0 auto 16px;
    }
}

/* began section ends */



/* Home Faqs Section */

.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}

.hm-faq-sec {
    padding-top: 100px;
}

.hm-faq-sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.hm-faq-sec .text-heading {
    text-align: center;
}

.accordion {
    counter-reset: my-sec-counter;
}

.accordion-section {
    border: 1px solid #d7dbe3;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    border-bottom-right-radius: 53px;
    margin-bottom: 30px;
}

.accordion-heading {
    font-size: 26px;
    letter-spacing: -0.72px;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 30px 100px 34px 94px;
    border: 1px solid transparent;
    background-color: #fff;
    border-bottom-right-radius: 53px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.accordion-section.accordien-active .accordion-heading {
    background: linear-gradient(0deg, rgb(98 153 196 / 50%) 0%, rgba(98, 153, 196, 0) 100%);
    background-color: #1d2d57;
    border-color: rgb(98, 153, 196);
    color: #fff;
    margin: -1px;
}

.accordion-heading::before {
    font-family: 'Mona Sans';
    position: absolute;
    top: 24px;
    left: 38px;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #d7dbe3;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero);
}

.accordion-heading::after {
    position: absolute;
    content: "";
    top: 19px;
    right: 34px;
    width: 56px;
    height: 56px;
    background-image: url(../images/faq-plus-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-section.accordien-active .accordion-heading::before {
    color: #09163b;
}

.accordion-section.accordien-active .accordion-heading::after {
    background-image: url(../images/faq-minuslus-icon.webp);
}


.accordion-section-content {
    padding: 30px 115px 28px 96px;
    font-size: 21px;
    line-height: 1.8;
    color: #000000;
}


.faq-btn {
    text-align: center;
    margin-top: 40px;
}

.accordion-section-content ul li{
    position: relative;
    padding-left: 20px;
}

.accordion-section-content ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(98 153 196) 0%, rgb(98 153 196 / 0%) 100%);
    background-color: #1d2d57;
    left: 0;
    top: 14px;
}

@media screen and (max-width:1366px) {
    .hm-faq-sec .container {
        max-width: 1100px;
    }

    .accordion-section {
        margin-bottom: 25px;
    }

    .accordion-heading {
        font-size: 24px;
        padding: 25px 85px 25px 82px;
    }

    .accordion-heading::before {
        top: 23px;
        left: 32px;
        font-size: 37px;
    }

    .accordion-heading::after {
        transform: scale(0.88);
        top: 8px;
        right: 26px;
    }

    .accordion-section-content {
        padding: 25px 95px 25px 80px;
        font-size: 20px;
    }

    .faq-btn {
        margin-top: 35px;
    }

    .hm-faq-sec {
        padding-top: 80px;
    }
}


@media screen and (max-width:1280px) {
    .hm-faq-sec .container {
        max-width: 960px;
    }

    .accordion-section {
        margin-bottom: 20px;
    }

    .accordion-heading {
        font-size: 22px;
        padding: 22px 78px 22px 82px;
    }

    .accordion-heading::before {
        top: 19px;
        left: 26px;
        font-size: 34px;
    }

    .accordion-heading::after {
        transform: scale(0.8);
        top: 6px;
        right: 20px;
    }

    .accordion-section-content {
        padding: 22px 78px 22px 80px;
        font-size: 18px;
    }

    .faq-btn {
        margin-top: 30px;
    }

    .hm-faq-sec {
        padding-top: 60px;
    }

    .accordion-section-content ul li { padding-left: 16px; }
    .accordion-section-content ul li::before {width: 8px; height: 8px; top: 13px;}
}


@media screen and (max-width:1024px) {
    .hm-faq-sec .container {
        max-width: 720px;
    }

    /* .accordion{max-width: 500px; margin: 0 auto;} */
    .accordion-section {
        margin-bottom: 15px;
        border-bottom-right-radius: 38px;
    }

    .accordion-heading {
        font-size: 20px;
        padding: 20px 65px 20px 55px;
        border-bottom-right-radius: 38px;
        letter-spacing: -0.42px;
    }

    .accordion-heading::before {
        top: 17px;
        left: 15px;
        font-size: 30px;
    }

    .accordion-heading::after {
        transform: scale(0.7);
        top: 5px;
        right: 12px;
    }

    .accordion-section-content {
        padding: 20px 45px 10px 40px;
        font-size: 16px;
        line-height: 1.6;
    }

    .faq-btn {
        margin-top: 25px;
    }

    .hm-faq-sec {
        padding-top: 50px;
    }

    .accordion-section-content ul li { padding-left: 14px; }
    .accordion-section-content ul li::before { width: 7px; height: 7px; top: 10px; }
}

@media screen and (max-width:768px) {
    .hm-faq-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .accordion-section {
        margin-bottom: 10px;
        border-bottom-right-radius: 30px;
    }

    .accordion-heading {
        font-size: 19px;
        padding: 16px 48px 16px 45px;
        border-bottom-right-radius: 30px;
        letter-spacing: -0.24px;
    }

    .accordion-heading::before {
        top: 14px;
        left: 8px;
        font-size: 26px;
    }

    .accordion-heading::after {
        transform: scale(0.58);
        top: 0px;
        right: 0px;
    }

    .accordion-section-content {
        padding: 15px 20px 10px 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .faq-btn {
        margin-top: 20px;
    }

    .hm-faq-sec .text-heading {
        font-size: 40px;
    }

    .hm-faq-sec {
        padding-top: 40px;
    }

    .accordion-section-content ul li::before{top: 7px;}
}

@media screen and (max-width:480px) {
    .accordion-section {
        margin-bottom: 8px;
        border-bottom-right-radius: 15px;
    }

    
    /* .accordion-heading { font-size: 17px; padding: 12px 38px 12px 40px; border-bottom-right-radius: 22px; }
    .accordion-heading::before { top: 12px; left: 7px; font-size: 22px; } */
    .accordion-heading::before { top: 12px; left: 5px; font-size: 20px; }
    .accordion-heading { font-size: 16px; padding: 12px 38px 12px 36px; border-bottom-right-radius: 15px; }

    .accordion-heading::after {
        transform: scale(0.46);
        top: -6px;
        right: -5px;
    }

    .accordion-section-content {
        padding: 12px;
        font-size: 15px;
        line-height: 1.4;
    }

    .faq-btn {
        margin-top: 20px;
    }

    .hm-faq-sec .text-heading {
        font-size: 32px;
    }

    .hm-faq-sec {
        padding-top: 30px;
    }
}

/* Contact Us Section */

.hm-contact-us-sec{
    padding: 65px 0 0 0;
}

.hm-attrny-title.text-heading {
    padding: 0;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
    position: relative !important;
}

.hm-attrny-title.text-heading::before, .hm-attrny-title.text-heading::after {
    display: none;
}

.hm-contact-us-sec .hm-attrny-text {
    padding: 0;
    text-align: center;
}

.hm-contact-us-sec .hm-attrny-text a{
    color: #4c88b6;
}

.hm-contact-us-sec .hm-attrny-text a:hover{
    color: #000;
}

@media screen and (max-width:1680px) {
    .hm-contact-us-sec{padding: 60px 0 0 0;}
}

@media screen and (max-width:1550px) {
    .hm-contact-us-sec{padding: 55px 0 0 0;}
}

@media screen and (max-width:1440px) {
    .hm-contact-us-sec{padding: 50px 0 0 0;}
}

@media screen and (max-width:1280px) {
    .hm-contact-us-sec{padding: 45px 0 0 0;}
    .hm-attrny-title.text-heading{margin: 0 0 20px 0;}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .hm-contact-us-sec .hm-attrny-text p{font-size: 16px;}
}

@media screen and (max-width:1024px) {
    .hm-contact-us-sec{padding: 40px 0 0 0;}
}

@media screen and (max-width:768px) {
    .hm-contact-us-sec{padding: 30px 0 0 0;}
    .hm-attrny-title.text-heading { margin: 0 0 15px 0; }
}

@media screen and (max-width:480px) {
    .hm-attrny-title.text-heading { font-size: 25px;  }
}