/* home Banner Section starts */

.banner-sec {
    padding: 190px 0 0px;
    text-align: center;
    background-color: #eee;
/*     background-image: url(../images/banner-bg_v2.webp); */
	 background-image: url(../images/banner-img_v2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-sec .container {
    max-width: 1700px;
}

.hm-bnr-main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 -15px;
/* 	flex-direction: row-reverse; */
}

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

.hm-bnr-left {
    width: 50.8%;
    margin: 0 0 -3px;
	pointer-events: none;
    opacity: 0;
}

.hm-bnr-rit {
    width: 46%;
    margin-top: 96px;
    text-align: left;
}

.banner-sec .text-heading {
    font-weight: 800;
    font-size: 80px;
    color: #1d151e;
    line-height: 1.05;
    margin: 0 0 13px 0;
    letter-spacing: 0;
}

.banner-sec .text-heading strong {
    font-weight: 800;
    color: #4ee343;
    display: block;
}

.bnr-heading-btm {
    font-family: "Montserrat";
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.bnr-rit-txt {
    font-family: 'Stack Sans Headline';
    font-size: 21px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #6e736e;
    margin: 13px 0px 35px;
}

.hm-bnr-rit-cnt-blk {
    display: flex;
    justify-content: space-between;
}

.bnr-rit-img {
    width: 25%;
}

.hm-bnr-rit-cnt {
    width: 71.4%;
}

.bnr-rit-img img {
    display: block;
    width: 100%;
}

.bnr-btn a.cmn-btn {
    background-color: #000;
    color: #fff;
}

.bnr-btn a.cmn-btn:hover {
    background-color: #4ee343;
    color: #000;
}

@media screen and (max-width: 1800px) {
    .banner-sec .container {
        width: 100%;
        max-width: 1600px;
    }

    .banner-sec .text-heading {
        font-size: 75px;
    }

    .bnr-heading-btm {
        font-size: 41px;
        margin-bottom: 30px;
    }

    .bnr-rit-txt {
        font-size: 20px;
        margin: 13px 0px 30px;
    }

}

@media screen and (max-width: 1680px) {
    .banner-sec .container {
        width: 100%;
        max-width: 1450px;
    }

    .banner-sec {
        padding: 160px 0 0;
    }

    .banner-sec .text-heading {
        font-size: 70px;
    }

    .bnr-heading-btm {
        font-size: 38px;
    }

    .bnr-rit-txt {
        font-size: 18px;
        margin: 12px 0px 25px;
    }

    .hm-bnr-main {
        margin: 0px;
    }
}

@media screen and (max-width: 1550px) {
    .banner-sec .container {
        width: 100%;
        max-width: 1350px;
    }

    .banner-sec .text-heading {
        font-size: 65px;
    }

    .bnr-heading-btm {
        font-size: 35px;
    }

    .bnr-rit-txt {
        font-size: 17px;
        margin: 10px 0px 20px;
    }

    .bnr-rit-img {
        width: 24%;
    }
}

@media screen and (max-width: 1440px) {
    .banner-sec .container {
        width: 100%;
        max-width: 1250px;
    }

    .banner-sec .text-heading {
        font-size: 60px;
    }

    .bnr-heading-btm {
        font-size: 31px;
        margin-bottom: 25px;
    }

    .bnr-rit-txt {
        font-size: 16px;
        margin: 10px 0px 20px;
    }

    .hm-bnr-rit {
        margin-top: 60px;
    }

    .banner-sec {
        padding: 140px 0 0;
    }
}

@media screen and (max-width: 1366px) {
    .banner-sec .container {
        width: 100%;
        max-width: 1180px;
    }

    .banner-sec {
        padding: 140px 0 0;
    }

    .banner-sec .text-heading {
        font-size: 55px;
    }

    .bnr-rit-img {
        width: 22%;
    }

    .hm-bnr-rit-cnt {
        width: 73%;
    }

    .bnr-rit-txt {
        margin: 5px 0px 15px;
    }
}

@media screen and (max-width: 1280px) {
    .banner-sec .container {
        width: 100%;
        max-width: 1130px;
    }

    .banner-sec .text-heading {
        font-size: 50px;
    }

    .bnr-heading-btm {
        font-size: 29px;
        margin-bottom: 21px;
    }

    .hm-bnr-rit {
        margin-top: 50px;
    }

}

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

    .banner-sec .container {
        width: 100%;
        max-width: 980px;
    }


    .banner-sec {
        padding: 130px 0 0;
    }

    .banner-sec .text-heading {
        font-size: 45px;
    }

    .bnr-heading-btm {
        font-size: 25px;
    }

    .bnr-rit-img {
        width: 22%;
    }

    .hm-bnr-rit-cnt {
        width: 75%;
    }

    .bnr-rit-txt {
        font-size: 14px;
    }

}

@media screen and (max-width: 1024px) {
    .hm-bnr-main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .banner-sec .container {
        width: 100%;
        max-width: 720px;
    }

    .hm-bnr-rit {
        width: 100%;
        margin-top: 0;
        text-align: left;
    }

    .hm-bnr-left {
        width: 100%;
        max-width: 450px;
        border: 2px solid #4ee343;
        border-radius: 15px;
        padding: 20px 20px;
        margin: 0 auto;
		pointer-events: unset;
		opacity: 1 !important;
    }

    .banner-sec .text-heading {
        font-size: 35px;
        text-align: center;
        margin: 0 0 15px;
    }

    .bnr-heading-btm {
        font-size: 20px;
        text-align: center;
        margin: 0 0 15px;
    }

    .bnr-rit-img {
        width: 100%;
        max-width: 80px;
    }

    .bnr-rit-txt {
        font-size: 14px;
        text-align: center;
        margin: 0 0 14px;
    }

    .bnr-btn {
        text-align: center;
    }

    .hm-bnr-rit-cnt {
        width: 100%;
    }

    .hm-bnr-rit-cnt-blk {
        justify-content: center;
        gap: 10px;
    }

    .banner-sec {
        padding: 130px 0 50px;
		background-image: url(../images/banner-bg_v2.webp);
    }
}

@media screen and (max-width: 768px) {
    .banner-sec .text-heading {
        font-size: 30px;
        order: 1;
    }

    .banner-sec {
        padding: 40px 0;
    }

    .bnr-heading-btm {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 10px;
        order: 2;
    }

    .hm-bnr-rit-cnt-blk {
        /* display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center; */
        display: contents;
    }

    .hm-bnr-img {
/*         max-width: 280px; */
        margin: auto;
    }

    .hm-bnr-main{gap: 0;}
    .hm-bnr-rit, .hm-bnr-rit-cnt{display: contents;}
    .bnr-rit-img{order: 3;}
    .bnr-rit-txt{order: 4; max-width: 450px;}
    .hm-bnr-left{order: 5; margin-bottom: 20px; max-width: 320px; padding: 15px;}
    .bnr-btn{order: 6;}
}

/* home Banner Section ends */

/* .hm-btm-scroll-sec .scroll-list li {
    color: #4ee343;
}

.hm-btm-scroll-sec.hm-btm-scroll-sec {
    background-color: #000;
} */

.hm-scroll-sec {
    padding: 27px 0;
    background-color: #4ee343;
    overflow: hidden;
    position: relative;
}

.scroll-container {
    display: flex;
    width: 200%
}

.scroll-list {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: scroll-left 80s linear infinite;
    animation-play-state: running
}

.scroll-container:hover ul.scroll-list {
    animation-play-state: paused
}

.scroll-list li {
    font-family: 'Stack Sans Headline';
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.27px;
    color: #1d151e;
    text-transform: capitalize;
    position: relative;
    padding-left: 65px;
    white-space: nowrap;
    margin: 0;
}

.scroll-list li::before {
    position: absolute;
    content: '';
    background-image: url(../images/hm-scrolling-icn.webp);
    width: 20px;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}


@keyframes scroll-left {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@media screen and (max-width: 1440px) {
    .scroll-list li {
        font-size: 22px;
        padding-left: 55px;
    }

    .scroll-list {
        gap: 40px;
    }

    .hm-scroll-sec {
        padding: 22px 0;
    }
}

@media screen and (max-width: 1024px) {
    .scroll-list li {
        font-size: 16px;
        padding-left: 47px;
    }

    .scroll-list {
        gap: 30px;
    }

    .hm-scroll-sec {
        padding: 15px 0;
    }
}

/* Home Our Expertise Section */

.hm-our-expertise-sec {
    padding: 125px 0 120px;
    background-image: url(../images/our-expertise-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    background-size: contain;
}

.hm-our-expertise-sec .container {
    max-width: 1700px;
}

.our-expertise-main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 100px;
}

.our-expertise-left .text-heading strong {
    display: block;
}

.our-expertise-left {
    width: 44.2%;
    margin: 60px 0 0;
}

.our-expertise-top-btn {
    font-family: 'Stack Sans Headline';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 1;
    color: #4ee343;
    border: 2px #4ee343 solid;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 30px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.our-expertise-txt {
    font-family: 'Stack Sans Headline';
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0px;
    line-height: 1.65;
    color: #000;
    margin: 0 0 30px;
}

.our-expertise-btn a.cmn-btn {
    padding: 25px 52px;
}

.our-expertise-rit {
    width: 51%;
    margin: 0 -18px 0;
}

.expert-img {
    position: relative;
}

.expert-img::before {
    position: absolute;
    content: "";
    width: 187px;
    height: 187px;
    background-image: url(../images/expertise-img-logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
}

.hm-our-expertise-sec::after {
    position: absolute;
    content: "";
    background-image: url(../images/expertise-sec-bfr.webp);
    width: 215px;
    height: 70%;
    bottom: 238px;
    right: 0;
    top: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

/* Home Our Expertise Section End*/

@media screen and (max-width:1800px) {
    .hm-our-expertise-sec .container {
        max-width: 1590px;
    }

    .hm-our-expertise-sec {
        padding: 115px 0 90px;
    }

    .our-expertise-main {
        margin: 0 0 0 90px;
    }

    .our-expertise-left {
        margin: 50px 0 0;
    }

    .our-expertise-txt {
        font-size: 18px;
    }
}

@media screen and (max-width:1680px) {
    .hm-our-expertise-sec .container {
        max-width: 1450px;
    }

    .our-expertise-main {
        margin: 0 0 0 80px;
    }

    .hm-our-expertise-sec {
        padding: 100px 0 55px;
    }

    .our-expertise-top-btn {
        font-size: 17px;
        margin: 0 0 21px;
    }

    .our-expertise-txt {
        font-size: 17px;
        margin: 0 0 20px;
    }

    .our-expertise-left {
        margin: 45px 0 0;
    }

    .our-expertise-rit {
        margin: 0px;
    }

    .expert-img::before {
        transform: scale(.9);
    }

    .hm-our-expertise-sec::after {
        transform: scale(0.8);
        right: -21px;
        bottom: 80px;
        height: 100%;
        top: inherit;
    }

    .our-expertise-btn a.cmn-btn {
        padding: 23px 50px;
    }
}

@media screen and (max-width:1550px) {
    .hm-our-expertise-sec .container {
        max-width: 1350px;
    }

    .our-expertise-main {
        margin: 0 0 0 70px;
    }

    .our-expertise-left {
        margin: 40px 0 0;
    }

    .our-expertise-top-btn {
        font-size: 16px;
        margin: 0 0 19px;
    }

    .our-expertise-txt {
        font-size: 16px;
        margin: 0 0 28px;
    }

    .our-expertise-btn a.cmn-btn {
        padding: 21px 47px;
    }

    .hm-our-expertise-sec {
        padding: 95px 0 75px;
    }

    .expert-img::before {
        transform: scale(.85);
    }
}

@media screen and (max-width:1440px) {
    .hm-our-expertise-sec .container {
        max-width: 1250px;
    }

    .hm-our-expertise-sec {
        padding: 85px 0 60px;
    }

    .our-expertise-main {
        margin: 0 0 0 60px;
    }

    .our-expertise-left {
        margin: 35px 0 0;
    }

    .our-expertise-left {
        margin: 35px 0 0;
    }

    .expert-img::before {
        transform: scale(.8);
    }

    .our-expertise-btn a.cmn-btn {
        padding: 19px 43px;
    }

    .our-expertise-txt {
        font-size: 16px;
        margin: 0 0 25px;
    }

    .our-expertise-top-btn {
        font-size: 16px;
        padding: 5px 25px 7px;
    }

    .our-expertise-txt {
        font-size: 15px;
        margin: 0 0 21px;
    }
}

@media screen and (max-width:1366px) {
    .hm-our-expertise-sec .container {
        max-width: 1180px;
    }

    .hm-our-expertise-sec {
        padding: 75px 0 50px;
    }

    .our-expertise-main {
        margin: 0 0 0 50px;
    }

    .our-expertise-top-btn {
        font-size: 15px;
        padding: 5px 20px;
    }

    .our-expertise-left {
        margin: 30px 0 0;
    }

    .our-expertise-txt {
        font-size: 14px;
        margin: 0 0 18px;
    }

    .expert-img::before {
        transform: scale(.75);
    }
}

@media screen and (max-width:1280px) {
    .hm-our-expertise-sec .container {
        max-width: 970px;
    }

    .hm-our-expertise-sec {
        padding: 65px 0 45px;
    }

    .our-expertise-top-btn {
        font-size: 14px;
        margin: 0 0 15px;
    }

    .our-expertise-main {
        margin: 0 0 0 30px;
    }

    .our-expertise-txt {
        font-size: 13px;
        margin: 0 0 14px;
    }

    .our-expertise-left {
        margin: 15px 0 0;
    }

    .hm-our-expertise-sec::after {
        transform: scale(0.6);
        right: -43px;
        bottom: 80px;
    }
}

@media screen and (max-width:1024px) {
    .hm-our-expertise-sec .container {
        max-width: 720px;
        padding: 0 15px;
    }

    .our-expertise-main {
        margin: 0;
        gap: 30px;
        flex-direction: column-reverse;
    }

    .our-expertise-left {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .hm-our-expertise-sec {
        padding: 55px 0 40px;
        background: #f4fff1;
    }

    .our-expertise-rit {
        width: 100%;
        max-width: 380px;
        margin: auto;
    }

    .expert-img::before {
        transform: scale(.3);
    }

    .hm-our-expertise-sec::after {
        display: none;
    }

    .our-expertise-txt {
        font-size: 14px;
    }

}

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

@media screen and (max-width:480px) {
    .our-expertise-top-btn {
        font-size: 13px;
        margin: 0 0 10px;
    }

    .our-expertise-btn a.cmn-btn {
        padding: 14px 30px;
    }

    .our-expertise-btn a.cmn-btn {
        padding: 16px 27px;
    }
}


/* Home Our Expertise Section End*/

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

/* Home main acci Section */

.hm-main-accident-sec {
    padding: 62px 0 10px 0;
    position: relative;
}

.hm-main-accident-sec::after {
    position: absolute;
    content: "";
    width: 264px;
    height: 100%;
    background-image: url(../images/main-accident-after-img.webp);
    background-repeat: no-repeat;
    top: 137px;
    left: 0;
    z-index: -1;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.hm-main-accident-sec .text-heading {
    text-align: center;
    margin-bottom: 35px;
}

.hm-main-accident-sec .text-heading strong {
    font-weight: 400;
    color: #1d151e;
}

.hm-main-accident-sec .main-accident-list {
    display: flex;
    justify-content: center;
	gap:30px;
    align-items: stretch;
    margin-bottom: 40px;
	flex-wrap:wrap;
}
.hm-main-accident-sec .main-accident-list .main-accident-item {
    width: 31.5%;
	height: 100%;
    background-color: #ffffff;
    padding: 18px 23px;
    border-radius: 25px;
    border: 2px solid transparent;
    transition: border-color 0.2s;
    position: relative;
}

.main-accident-list .main-accident-item:hover {
    border: 2px solid #4ee343;
}

.main-accident-list .main-accident-item .main-accident-image img {
    display: block;
    width: 100%;
    border-radius: 25px;
}

.main-accident-list .main-accident-item .main-accident-image {
    position: relative;
    padding: 0 0 35px 0;
    margin-bottom: 10px;
}

.main-accident-list .main-accident-item .main-accident-image::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/main-accident-before-img.webp);
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.main-accident-item .list-item-title {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 30px;
    line-height: 1.13;
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto 5px;
    max-width: 265px;
    min-height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4%;
}

.main-accident-item .list-item-title strong {
    font-weight: 800;
}

.main-accident-cmn-btn {
    text-align: center;
}

.pract-hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 0;
}

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

    .container {
        max-width: 1300px;
    }

    .hm-main-accident-sec .text-heading {
        margin-bottom: 30px;
    }

    .hm-main-accident-sec::after {
        transform: scale(0.85);
        top: 89px;
        left: -25px;
    }

    .hm-main-accident-sec {
        padding: 45px 0 20px 0;
    }

    .main-accident-list .main-accident-item .main-accident-image::before {
        transform: scale(0.85);
        transform-origin: bottom center;
    }

    .main-accident-item .list-item-title {
        font-size: 26px;
        line-height: 1.15;
        min-height: 64px;
    }

    .hm-main-accident-sec .main-accident-list {
        margin-bottom: 32px;
    }
}


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

    .container {
        max-width: 1200px;
    }

    .hm-main-accident-sec {
        padding: 40px 0 20px 0;
    }

    .hm-main-accident-sec::after {
        transform: scale(0.8);
        left: -27px;
        top: 61px;
    }

    .hm-main-accident-sec .main-accident-list .main-accident-item {
        padding: 14px 17px;
    }

    .main-accident-list .main-accident-item .main-accident-image::before {
        transform: scale(0.75);
    }

    .main-accident-item .list-item-title {
        font-size: 24px;
        line-height: 1.13;
    }

    .hm-main-accident-sec .main-accident-list {
        margin-bottom: 29px;
    }

    .main-accident-list .main-accident-item .main-accident-image {
        padding: 0 0 24px 0;
        margin-bottom: 8px;
    }
}

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

    .container {
        max-width: 1125px;
    }

    .hm-main-accident-sec .text-heading {
        margin-bottom: 26px;
    }

    .hm-main-accident-sec::after {
        transform: scale(0.6);
        left: -84px;
        top: 0;
        height: 100%;
    }

    .hm-main-accident-sec .main-accident-list {
        margin-bottom: 22px;
    }

    .hm-main-accident-sec .main-accident-list .main-accident-item {
        padding: 13px 16px;
        border-radius: 18px;
    }

    .main-accident-list .main-accident-item .main-accident-image img {
        border-radius: 18px;
    }

    .main-accident-list .main-accident-item .main-accident-image::before {
        transform: scale(0.7);
    }

    .main-accident-item .list-item-title {
        font-size: 23px;
        min-height: 60px;
    }

    .hm-main-accident-sec .main-accident-list {
        margin-bottom: 27px;
    }
}


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

    .container {
        max-width: 1070px;
    }

    .hm-main-accident-sec::after {
        transform: scale(0.7);
        top: 35px;
    }

    .hm-main-accident-sec .main-accident-list .main-accident-item {
        padding: 13px 15px;
    }

    .main-accident-list .main-accident-item .main-accident-image::before {
        transform: scale(0.69);
    }

    .main-accident-item .list-item-title {
        font-size: 21px;
    }

.hm-main-accident-sec .main-accident-list {
    margin-bottom: 26px;
    gap: 27px;
}
}


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

    .container {
        max-width: 980px;
    }

    .hm-main-accident-sec .text-heading {
        margin-bottom: 22px;
    }

    .hm-main-accident-sec::after {
        transform: scale(0.65);
        top: 23px;
        left: -46px;
    }

    .main-accident-list .main-accident-item .main-accident-image::before {
        transform: scale(0.6);
    }

    .hm-main-accident-sec .main-accident-list .main-accident-item {
        padding: 12px 14px;
        border-radius: 15px;
    }

    .main-accident-list .main-accident-item .main-accident-image img {
        border-radius: 15px;
    }

    .hm-main-accident-sec .main-accident-list {
        margin-bottom: 20px;
    }

    .main-accident-item .list-item-title {
        font-size: 20px;
        min-height: 52px;
    }

    .hm-main-accident-sec .main-accident-list {
        margin-bottom: 25px;
		gap: 26px;
    }

    .main-accident-list .main-accident-item .main-accident-image {
        padding: 0 0 20px 0;
        margin-bottom: 6px;
    }
	.hm-main-accident-sec .main-accident-list .main-accident-item-animate {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }


}

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

    .container {
        max-width: 720px;
    }

    .hm-main-accident-sec {
        background: #f4fff1;
        padding: 20px 0;
    }

    .hm-main-accident-sec::after {
        display: none;
    }

    .hm-main-accident-sec .main-accident-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 13px;
        margin-bottom: 38px;
    }
    .hm-main-accident-sec .main-accident-list .main-accident-item-animate {
        width: 100%;
        max-width: 330px;
        margin: auto;
    }
    .hm-main-accident-sec .main-accident-list .main-accident-item {
        width: 100%;
        padding: 12px 14px;
		margin: 0;
        border-color: #4ee343;
    }

    .main-accident-item .list-item-title {
        font-size: 18px;
    }

    .hm-main-accident-sec .main-accident-list {
        margin-bottom: 0;
    }

    .main-accident-list .main-accident-item .main-accident-image img {
        height: 200px;
        object-fit: cover;
    }

    .main-accident-list .main-accident-item .main-accident-image {
        padding: 0 0 25px 0;
        margin-bottom: 6px;
    }

    .main-accident-item .list-item-title {
        font-size: 20px;
        display: block;
        margin: 0 auto;
        gap: 0;
    }

    .main-accident-list.owl-carousel .owl-nav,
    .hm-why-choose-treatment.owl-carousel .owl-nav {
        margin: 20px auto;
        display: flex;
        justify-content: center;
        gap: 30px;
        width: 100%;
    }

    .main-accident-list.owl-carousel .owl-nav button,
    .hm-why-choose-treatment.owl-carousel .owl-nav button {
        width: 45px;
        height: 45px;
        background-image: url(../images/test-left-arrow.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        background-color: #fff;
        border-radius: 50%;
        outline: 1px solid #4ee343;
        font-size: 0;
    }

    .main-accident-list.owl-carousel .owl-nav button:hover,
    .hm-why-choose-treatment.owl-carousel .owl-nav button:hover {
        background-color: #000;
        outline-color: #000;
    }

    .main-accident-list.owl-carousel .owl-nav button.owl-next,
    .hm-why-choose-treatment.owl-carousel .owl-nav button.owl-next {
        transform: rotate(180deg);
    }

}

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

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

/* Home Main Section */

/* Home Why Choose Section */

.hm-why-choose-sec {
    background-image: url(../images/hm-why-choose-bg-img.webp);
    background-repeat: no-repeat;
    padding: 115px 0 200px 0;
    background-size: contain;
    background-position: bottom left;
}
.hm-why-choose-sec.two{
	background-image: url(../images/hm-why-choose-bg-img-two_v2.webp);
    background-position-x: right ;
}

.hm-why-choose-sec .container {
    max-width: 1700px;
    width: 100%;
    margin: auto;
}

.hm-why-choose-sec .hm-why-choose-blck {
    display: flex;
}

.hm-why-choose-sec.two .hm-why-choose-blck {
    flex-direction: row-reverse;
}

.hm-why-choose-blck .hm-why-choose-left {
    width: 50%;
    position: relative;
}

.hm-why-choose-blck .hm-why-choose-left::before {
    position: absolute;
    content: "";
    width: 208px;
    height: 242px;
    background-image: url(../images/why-choose-sec-logo.webp);
    top: -114px;
    left: 7px;
    background-repeat: no-repeat;
}

.hm-why-choose-blck .hm-why-choose-left .hm-why-choose-left img {
    display: block;
    width: 100%;
}


.hm-why-choose-blck .hm-why-choose-right {
    width: 50%;
    padding: 0px 100px 0px 40px;
}

.hm-why-choose-right .hm-why-choose-btn {
    margin-bottom: 30px;
}

.hm-why-choose-right .hm-why-choose-btn .btn {
    padding: 10px 15px;
    background-color: #ffffff;
    border: 2px solid #4ee343;
    text-transform: uppercase;
    color: #4ee343;
    border-radius: 50px;
}

.hm-why-choose-right .text-heading {
    margin-bottom: 20px;
    font-weight: 400;
}

.hm-why-choose-right .text-heading strong {
    color: #000000;
    display: block;
}

.hm-why-choose-right .hm-why-choose-content,
.hm-why-choose-right ul li {
    font-family: 'Stack Sans Headline';
    font-weight: 200;
    font-size: 20px;
    line-height: 1.65;
    color: #000000;
    margin-bottom: 40px;
}

.hm-why-choose-right ul li {
    margin-bottom: 15px !important;
    position: relative;
    padding-left: 20px;
}

.hm-why-choose-right ul li::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

.hm-why-choose-right ul {
    margin-bottom: 30px;
}

.hm-why-choose-right .hm-why-choose-treatment {
    margin-bottom: 55px;
    position: relative;
}


.hm-why-choose-treatment .hm-why-choose-treatment-list {
    margin-bottom: 29px;
    padding-bottom: 17px;
    border-bottom: 1px solid #4ee343;
}

.hm-why-choose-treatment .hm-why-choose-treatment-list:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.hm-why-choose-treatment-list .treatmenyt-inf .treatment-title {
    font-family: 'Stack Sans Headline';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 0.24px;
}

.hm-why-choose-treatment-list .treatmenyt-inf .treatment-content {
    font-family: 'Stack Sans Headline';
    font-weight: 200;
    font-size: 18px;
    line-height: 1.44;
    color: #737373;
    margin-bottom: 0px;
    padding: 0 25px 0 0;
}

.treatmenyt-inf {
    padding-left: 90px;
    position: relative;
}

.treatmenyt-inf::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    background-image: url(../images/comprehensive-treatment.webp);
    background-repeat: no-repeat;
    transform-origin: left center;
    width: 73px;
    height: 63px;
}

.treatmenyt-inf.patient::before {
    background-image: url(../images/patient-centered-approach.webp);
}


@media screen and (min-width:1921px) {
    .hm-why-choose-sec {
        background-position: center;
    }
}

@media screen and (max-width:1800px) {
    .hm-why-choose-sec .container {
        max-width: 1590px;
    }

    .hm-why-choose-sec {
        padding: 95px 0 130px 0;
    }

    .hm-why-choose-blck .hm-why-choose-left::before {
        top: -14%;
        transform: scale(0.8);
    }

    .hm-why-choose-blck .hm-why-choose-right {
        padding: 0px 60px 0px 40px;
    }

    .hm-why-choose-right .hm-why-choose-treatment {
        margin-bottom: 35px;
    }
}

@media screen and (max-width:1680px) {
    .hm-why-choose-sec .container {
        max-width: 1450px;
    }

    .hm-why-choose-right ul li::before {
        top: 9px;
    }

    .hm-why-choose-right .hm-why-choose-content,
    .hm-why-choose-right ul li {
        font-size: 18px;
    }

    .hm-why-choose-treatment-list .treatmenyt-inf .treatment-title {
        font-size: 20px;
    }

    .hm-why-choose-sec {
        padding: 55px 0 70px 0;
    }
}

@media screen and (max-width:1550px) {
    .hm-why-choose-sec .container {
        max-width: 1374px;
    }

    .hm-why-choose-right .hm-why-choose-content,
    .hm-why-choose-right ul li {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .hm-why-choose-treatment-list .treatmenyt-inf .treatment-title {
        font-size: 18px;
    }

    .hm-why-choose-treatment-list .treatmenyt-inf .treatment-content {
        font-size: 15px;
        padding: 0 10px 0 0;
    }

    .hm-why-choose-treatment .hm-why-choose-treatment-list {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .hm-why-choose-blck .hm-why-choose-right {
        padding: 0px 50px 0px 30px;
    }

    .hm-why-choose-right .hm-why-choose-treatment {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1440px) {
    .hm-why-choose-sec .container {
        max-width: 1276px;
    }

    .hm-why-choose-right .hm-why-choose-content,
    .hm-why-choose-right ul li {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .hm-why-choose-right ul li::before {
        top: 9px;
        width: 8px;
        height: 8px;

    }

    .hm-why-choose-right ul li {
        margin-bottom: 10px !important;
        padding-left: 18px;
    }

    .hm-why-choose-blck .hm-why-choose-left::before {
        left: -5.8%;
    }

    .treatmenyt-inf::before {
        transform: scale(0.8);
    }

    .treatmenyt-inf {
        padding-left: 75px;
    }

    .hm-why-choose-sec {
        padding: 45px 0 60px 0;
    }

}

@media screen and (max-width:1366px) {
    .hm-why-choose-sec .container {
        max-width: 1210px;
    }

    .hm-why-choose-right ul li::before {
        top: 8px;
        width: 8px;
        height: 8px;
    }

}

@media screen and (max-width:1280px) {
    .hm-why-choose-sec .container {
        max-width: 970px;
    }

    .hm-why-choose-right ul li::before {
        top: 7px;
        width: 8px;
        height: 8px;
    }

    .hm-why-choose-right .hm-why-choose-content,
    .hm-why-choose-right ul li {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hm-why-choose-right .text-heading {
        margin-bottom: 10px;
    }

    .treatmenyt-inf::before {
        top: 0;
        transform: scale(0.7);
        left: 5px;
    }

    .hm-why-choose-blck .hm-why-choose-left::before {
        top: -18%;
        left: -25.8%;
        transform: scale(0.6);
    }

    .hm-why-choose-treatment-list .treatmenyt-inf .treatment-content {
        font-size: 14px;
        padding: 0;
    }

    .treatmenyt-inf {
        padding-left: 65px;
    }
}

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

    .hm-why-choose-blck .hm-why-choose-left::before {
        top: -7%;
        left: -3.8%;
        transform: scale(0.6);
    }

}

@media screen and (max-width:1024px) {
    .hm-why-choose-sec {
        background-image: none;
        background-color: #f4fff1;
        padding: 40px 0 50px 0;
    }
	.hm-why-choose-sec.two{
		background-image:none;
	}

    .hm-why-choose-sec .hm-why-choose-blck {
        flex-direction: column;
        align-items: center;
    }
	.hm-why-choose-sec.two .hm-why-choose-blck {
    flex-direction: column;
}

    .hm-why-choose-blck .hm-why-choose-left::before {
        display: none;
    }

    .hm-why-choose-blck .hm-why-choose-right {
        padding: 0px;
        width: 100%;
        max-width: 600px;
        text-align: center;
    }

    .hm-why-choose-right .hm-why-choose-content {
        text-align: center;
    }

    .hm-why-choose-right ul li {
        text-align: left;
    }

    .treatmenyt-inf::before {
        top: 0;
        transform: scale(0.7);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .hm-why-choose-cmn-btn {
        text-align: center;
    }

    .treatmenyt-inf {
        padding: 65px 0 0;
    }

    .hm-why-choose-right .hm-why-choose-treatment {
        margin-bottom: 20px;
    }

    .hm-why-choose-treatment .hm-why-choose-treatment-list {
        border: 2px solid #4ee343 !important;
        padding: 15px !important;
        max-width: 300px;
        margin: 0 auto 10px !important;
        border-radius: 10px;
        height: 100%;
    }

    .hm-why-choose-treatment.owl-carousel .owl-stage {
        display: flex;
    }

    .hm-why-choose-treatment.owl-carousel .owl-item {
        padding: 0 2px;
    }


}

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

}

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

}

/* Home compassionate section*/

.hm-compassionate-sec {
    padding: 170px 0;
    margin: -20px 0 0;
    background-image: url(../images/compassionate-car-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.compassionat-main {
    width: 53%;
    margin: 0 -52px 0 auto;
    position: relative;
    padding: 0;
}

.compassionat-main .compassionat-img {
    position: absolute;
    width: 26.2%;
    top: -7%;
    left: -39%;
}

.compassionat-main .compassionat-img img {
    width: 100%;
    display: block;
}

.hm-compassionate-sec .text-heading {
    line-height: 1.19;
    letter-spacing: 1.9px;
    border-bottom: 3px solid #c5c6c6;
    padding-bottom: 30px;
}

.text-heading span {
    display: inline;
}

.compassion-contact-blk {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.compassion-txt {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.call a {
    font-family: 'Stack Sans Headline';
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    color: #4ee343;
    border: 2px #4ee343 solid;
    padding: 14px 33px 14px 63px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

.call a:hover {
    color: #000;
}

.call a::before {
    content: "";
    position: absolute;
    background-image: url(../images/hm-call-btn-icn.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 31px;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}

/* Compassion Section Responsive Starts */

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

    .hm-compassionate-sec {
        padding: 130px 0 140px;
    }

    .compassion-txt {
        font-size: 26px;
        margin-bottom: 38px;
    }

    .compassionat-main {
        margin: 0 -40px 0 auto;
    }

    .hm-compassionate-sec .text-heading {
        letter-spacing: 1.5px;
        padding-bottom: 25px;
    }

    .call a {
        font-size: 31px;
        padding: 13px 28px 13px 56px;
    }

    .call a::before {
        width: 26px;
        height: 26px;
        top: 2px;
        left: 13px;
    }

}

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

    .hm-compassionate-sec {
        padding: 120px 0px;
        margin: -20px 0 0;
    }

    .hm-compassionate-sec .text-heading {
        letter-spacing: 1.2px;
        padding-bottom: 21px;
    }

    .compassion-txt {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .compassion-contact-blk {
        gap: 13px;
    }

    .call a {
        font-size: 28px;
        padding: 13px 25px 13px 50px;
    }

    .call a::before {
        width: 23px;
        height: 23px;
        top: 2px;
        left: 12px;
    }

}

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

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

    .compassionat-main {
        margin: 0 -30px 0 auto;
    }

    .hm-compassionate-sec .text-heading {
        letter-spacing: 1px;
        padding-bottom: 18px;
    }

    .compassion-txt {
        font-size: 22px;
        margin-bottom: 26px;
    }

    .call a {
        font-size: 26px;
        padding: 12px 22px 12px 47px;
    }

    .call a::before {
        width: 21px;
        height: 21px;
        top: 2px;
        left: 11px;
    }

}

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

    .compassionat-main {
        margin: 0 -20px 0 auto;
    }

    .hm-compassionate-sec .text-heading {
        letter-spacing: 1px;
        padding-bottom: 15px;
    }

    .compassion-txt {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .compassionat-main .compassionat-img {
        width: 24.2%;
        top: -7%;
        left: -35%;
    }

    .call a {
        font-size: 24px;
        padding: 11px 20px 11px 39px;
        border-radius: 7px;
    }

    .call a::before {
        width: 19px;
        height: 19px;
        top: 2px;
        left: 10px;
        transform: none;
    }

}

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

    .hm-compassionate-sec {
        padding: 90px 0 130px;
    }

    .compassionat-main {
        margin: 0 0px 0 auto;
        width: 49%;
    }

    .hm-compassionate-sec .text-heading {
        letter-spacing: 1px;
        padding-bottom: 13px;
        border-width: 2px;
    }

    .compassion-txt {
        font-size: 19px;
        margin-bottom: 22px;
    }

    .call a {
        font-size: 22px;
        padding: 9px 20px 9px 37px;
        border-radius: 5px;
    }

}

@media screen and (max-width: 1180px) {
    .hm-compassionate-sec {
        padding: 90px 0px;
    }
}

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

    .hm-compassionate-sec {
        padding: 60px 0px 50px;
        margin: -70px 0 0;
    }

    .hm-compassionate-sec .text-heading {
        letter-spacing: 0;
    }

    .hm-compassionate-sec .text-heading span,
    .hm-compassionate-sec .text-heading strong {
        display: block;
    }

    .compassionat-main {
        padding: 110px 20px 20px;
        background-color: #ffffff8a;
        border-radius: 15px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .compassion-contact-blk {
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .compassionat-main .compassionat-img {
        width: 100%;
        max-width: 70px;
        top: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

}

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

    .hm-compassionate-sec {
        background-position: center;
    }

    .compassion-txt {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .hm-compassionate-sec .container {
        padding: 0;
    }

}

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

    .compassionat-main .compassionat-img {
        width: 100%;
        max-width: 50px;
        top: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .compassionat-main {
        padding: 90px 20px 20px;
    }

    .hm-compassionate-sec .text-heading {
        font-size: 20px;
        line-height: 1.3;
    }

    .compassion-txt {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 1.3;
    }

}

/* Home compassionate section Ends */

/* Home Our Treatments Section */

.hm-our-treatments-sec {
    padding: 50px 0 75px;
    position: relative;
}

.hm-our-treatments-sec .container {
    max-width: 1700px;
}

.hm-our-treatments-sec::before {
    position: absolute;
    content: "";
    background-image: url(../images/treatment-blk-img.webp);
    width: 296px;
    height: 497px;
    bottom: 21%;
    right: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.treatments-item-img {
    margin: 0 0 32px;
}

.hm-our-treatments-sec .text-heading {
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 30px;
}

.our-treatments-main.owl-carousel {
    display: flex;
    justify-content: space-between;
    padding: 0 5.9%;
    margin: 0 auto 60px;
}

.our-treatments-main.owl-carousel .owl-item {
    padding: 7px 0;
}

.treatments-item-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.treatments-item {
    background-color: #fff;
    padding: 9px 11px 32px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    border: 2px transparent solid;
    box-shadow: 4.286px 2.575px 8px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    height: 100%;
}



.treatments-item:hover {
    border: 2px #4ee343 solid;
    box-shadow: none;
}

.treatments-item:hover .treatments-itm-title {
    color: #4ee343;
}

.treatments-itm-title {
    font-family: 'Stack Sans Headline';
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    margin: 0;
}

.hm-our-treatment-btn {
    text-align: center;
}

.hm-our-treatment-btn a.cmn-btn {
    background-color: #000;
    color: #fff;
}

.hm-our-treatment-btn a.cmn-btn:hover {
    background-color: #4ee343;
    color: #000;
}

.our-treatments-main.owl-carousel .owl-stage {
    display: flex;
}
.hm-our-treatments-sec .owl-nav {
    position: absolute;
    height: fit-content;
    width: 98%;
    display: flex !important;
    justify-content: space-between;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    z-index: -1;
}

.our-treatments-main.owl-carousel .owl-nav button {
    background-color: #fff;
    border-radius: 50%;
    background-image: url(../images/test-left-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
}

.our-treatments-main.owl-carousel .owl-nav button:hover {
    background-color: #000000;
}

.our-treatments-main.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/test-rit-arrow.webp);
}

.our-treatments-main.owl-carousel .owl-nav button span {
    font-size: 0;
}

.treatment-itm-hover a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 0;
}

/* Home Our Treatments Section Responce */
@media screen and (max-width:1800px) {

    .hm-our-treatments-sec .container {
        max-width: 1600px;
    }

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

}

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

    .hm-our-treatments-sec .container {
        max-width: 1490px;
    }

    .hm-our-treatments-sec .text-heading {
        margin: 0 0 26px;
    }

    .our-treatments-main {
        padding: 0 90px;
    }

    .treatments-itm-title {
        font-size: 27px;
    }

    .treatments-item {
        padding: 10px 10px 30px;
    }

    .treatments-item-img {
        margin: 0 0 26px;
    }

    .hm-our-treatments-sec::before {
        transform: scale(0.8);
        right: -30px;
    }

    .our-treatments-main.owl-carousel {
        margin: 0px 0 52px;
    }

    .our-treatments-main.owl-carousel .owl-nav button {
        background-size: 17px;
        width: 45px;
        height: 45px;
    }

}

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

    .hm-our-treatments-sec .container {
        max-width: 1350px;
    }

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

    .treatments-item {
        padding: 9px 9px 24px;
    }

    .treatments-item-img {
        margin: 0 0 22px;
    }

    .hm-our-treatments-sec {
        padding: 40px 0 70px;
        position: relative;
    }

}

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

    .hm-our-treatments-sec .container {
        max-width: 1250px;
    }

    .hm-our-treatments-sec {
        padding: 40px 0 60px;
    }

    .hm-our-treatments-sec .text-heading {
        margin: 0 0 23px;
    }

    .our-treatments-main.owl-carousel {
        margin: 0px 0 44px;
    }

    .treatments-item {
        padding: 9px 9px 21px;
        border-radius: 11px;
    }

    .treatments-item-img img {
        border-radius: 8px;
    }

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

    .our-treatments-main.owl-carousel .owl-nav button {
        background-size: 14px;
        width: 38px;
        height: 38px;
    }

}

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

    .hm-our-treatments-sec .container {
        max-width: 1130px;
    }

    .hm-our-treatments-sec {
        padding: 40px 0 55px;
    }

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

    .treatments-item {
        padding: 7px 7px 25px;
    }

    .our-treatments-main.owl-carousel {
        margin: 0px 0 40px;
    }

}

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

    .hm-our-treatments-sec .container {
        max-width: 1130px;
    }

    .hm-our-treatments-sec {
        padding: 35px 0 50px;
    }

    .treatments-item-img {
        margin: 0 0 18px;
    }

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

    .treatments-item {
        padding: 7px 7px 20px;
        border-radius: 8px;
    }

    .treatments-item-img img {
        border-radius: 6px;
    }

    .our-treatments-main.owl-carousel .owl-nav button {
        background-size: 11px;
        width: 33px;
        height: 33px;
    }

    .hm-our-treatments-sec::before {
        transform: scale(0.5);
        right: -73px;
        top: 0;
    }
}

@media screen and (max-width:1180px) {
    .hm-our-treatments-sec .container {
        max-width: 980px;
    }
}

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

    .hm-our-treatments-sec .container {
        max-width: 720px;
    }

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

    .hm-our-treatments-sec .text-heading {
        margin: 0 0 20px;
    }

    .hm-our-treatments-sec .owl-nav {
        max-width: 125px;
        margin: 20px auto;
        position: relative;
        width: 100%;
    }

    .hm-our-treatments-sec::before {
        display: none;
    }

    .treatments-item {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        border-color: #4ee343;
    }

    .our-treatments-main.owl-carousel .owl-item {
        padding: 10px;
    }

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

    .our-treatments-main.owl-carousel .owl-nav button {
        background-size: 19px;
        width: 45px;
        height: 45px;
        outline: 1px solid #4ee343;
    }

    .our-treatments-main.owl-carousel .owl-nav button:hover {
        outline-color: #000;
    }

    .our-treatments-main.owl-carousel {
        margin: 0 auto;
        flex-direction: column;
        padding: 0;
    }

}

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

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

    .our-treatments-main.owl-carousel {
        max-width: 550px;
    }


}

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

    .hm-our-treatments-sec .text-heading {
        margin: 0 0 16px;
    }

}

/* Testimonials Section Starts */

.testi-blk {
    padding: 0;
    margin: 0 0 30px;

}

.hm-testimonials {
    padding: 53px 0 0;
    text-align: center;
    background-color: #4ee343;
    margin-bottom: -340px;
}

.hm-testimonials .text-heading {
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.7px;
    margin: 0 0 15px;
}

.hm-testimonials .text-heading span {
    display: inline;
    color: #fff;
}

.testmonial-btm {
    font-family: 'Stack Sans Headline';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    margin: 0 0 50px;
}

.hm-testi-item {
    background: #fff;
    padding: 50px 66px 80px;
    border-radius: 20px;
    text-align: left;
    position: relative;
}

.hm-testi-item::before {
    content: "";
    position: absolute;
    background-image: url(../images/test-bfr-img.webp);
    background-repeat: no-repeat;
    width: 51px;
    height: 43px;
    right: 61px;
    top: 36px;
}

.star-rat {
    background-image: url(../images/star-rat-img.webp);
    width: 161px;
    height: 30px;
    margin: 0 0 25px;
}

.hm-testi-item p {
    font-family: "Stack Sans Headline";
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #535752;
    margin: 0 0 43px;
}

.hm-testi-item h3 {
    color: #000;
    font-size: 22px;
    position: relative;
    text-transform: capitalize;
}

.hm-testi-item .author {
    font-family: "Stack Sans Headline";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0;
    color: #000;
    margin-top: auto;
}

.hm-testi-cont {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testi-blk.owl-carousel .owl-stage {
    display: flex;
}

.testi-blk.owl-carousel .owl-stage .owl-item {
    display: flex;
    padding: 0 3px;
}

.testi-blk.owl-carousel .owl-nav {
    margin: 40px 0 0 0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    bottom: -95px;
    left: 0;
    right: 0;
    max-width: 540px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testi-blk.owl-carousel .owl-nav button span {
    display: none;

}

.testi-blk.owl-carousel .owl-nav button {
    background-color: #d9f9d7;
    border-radius: 50%;
    background-image: url(../images/test-left-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 53px;
    height: 53px;
}

.testi-blk.owl-carousel .owl-nav button:hover {
    background-color: #000000;
}

.testi-blk.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/test-rit-arrow.webp);

}

.testi-blk.owl-carousel {
    padding: 0;
    margin-bottom: 35px;
}

.testi-btn a:hover {
    background-color: #000;
}

.testi-btn {
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: 0 auto;
}

/* Testimonials Section Responce */
@media screen and (max-width:1680px) {

    .hm-testimonials .text-heading {
        font-size: 28px;
    }

    .testmonial-btm {
        font-size: 19px;
        margin: 0 0 47px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 47px 63px 73px;
    }

    .star-rat {
        transform: scale(.95);
        transform-origin: left;
    }

    .hm-testimonials .hm-testi-item::before {
        transform: scale(.9);
        transform-origin: right top;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 21px;
        margin: 0 0 40px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -88px;
        max-width: 465px;
    }

    .testi-blk.owl-carousel .owl-nav button {
        background-size: 17px;
        width: 45px;
        height: 45px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 29px;
    }

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

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

    .hm-testimonials .text-heading {
        font-size: 25px;
    }

    .testmonial-btm {
        margin: 0px 0 41px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 45px 60px 70px;
    }

    .star-rat {
        transform: scale(.9);
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 20px;
        margin: 0 0 37px
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 28px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        transform-origin: center;
        transform: scale(.9);
    }
}

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

    .hm-testimonials {
        padding: 45px 0;
        margin-bottom: -320px;
    }

    .testmonial-btm {
        margin: 0px 0 40px;
        font-size: 18px;
    }

    .hm-testimonials .text-heading {
        margin: 0 0 10px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 40px 55px 55px;
        border-radius: 15px;
    }

    .star-rat {
        transform: scale(.85);
        margin: 0 0 20px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 25px;
    }

    .testi-blk {
        margin-bottom: 35px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        max-width: 410px;
        bottom: -81px;
    }

    .testi-blk.owl-carousel {
        margin-bottom: 30px;
    }

    .hm-testimonials .hm-testi-item::before {
        transform: scale(.85);

    }

}

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

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

    .hm-testimonials .hm-testi-item {
        padding: 37px 53px 50px;
    }

    .star-rat {
        transform: scale(.8);
        margin: 0 0 18px;
    }

    .hm-testimonials .hm-testi-item::before {
        transform: scale(.8);
        right: 44px;
        top: 34px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 17px;
        margin: 0 0 25px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 23px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(.8);
    }

    .testmonial-btm {
        margin: 0px 0 30px;
        font-size: 17px;
    }
}

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

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

    .hm-testimonials .text-heading {
        font-size: 23px;
    }

    .testmonial-btm {
        margin: 0px 0 25px;
        font-size: 16px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 30px 40px 50px;
        border-radius: 12px;
    }

    .star-rat {
        transform: scale(.75);
        margin: 0 0 14px;
    }

    .hm-testimonials .hm-testi-item::before {
        transform: scale(.75);
        right: 36px;
        top: 27px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 15px;
        margin: 0 0 20px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 21px;
    }

    .testi-blk.owl-carousel {
        margin-bottom: 25px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        max-width: 380px;
        bottom: -70px;
    }

}

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

    .hm-testimonials {
        margin-bottom: -210px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 25px;
        max-width: 100%;
        border-radius: 10px;
        margin: auto;
        width: 100%;
    }

    .testmonial-btm {
        margin: 0px 0 20px;
    }

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

    .hm-testimonials .hm-testi-item::before {
        right: 30px;
        top: 25px;
    }
}

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

    .hm-testimonials .hm-testi-item p {
        font-size: 15px;
        margin: 0 0 15px;
    }

    .star-rat {
        transform: scale(.7);
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 19px;
    }

    .hm-testimonials .hm-testi-item::before {
        transform: scale(.7);
    }

    .hm-testimonials {
        padding: 40px 0;
        background: #4ee343;
        margin: 0;
    }

    .testi-blk.owl-carousel {
        margin: 0;
    }

    .hm-testimonials .testi-blk .owl-nav {
        max-width: 120px;
        bottom: 0;
        margin: 20px auto;
        position: relative;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(1);
    }

    .testi-btn a.cmn-btn {
        background-color: #000;
        color: #fff;
    }

    .testi-btn a.cmn-btn:hover {
        background-color: #deffdb;
        color: #000;
    }

}

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

    .hm-testimonials .text-heading {
        font-size: 22px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 20px;
    }

}


/* Testimonials Section Ends */

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

/* Home Page Team Section  */

.hm-team-sec{
	padding-top:60px !important;
}
.hm-team-sec{
	padding-bottom:60px !important;
}

.hm-team-sec {
    padding: 426px 0 0;
    position: relative;
}

.hm-team-sec .meet {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 140px;
    line-height: 1;
    letter-spacing: 0;
    color: transparent;
    -webkit-text-stroke: #6f6e6f;
    -webkit-text-stroke-width: 2px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 0px;
    writing-mode: sideways-lr;
}

.hm-team-tab-cont {
    display: flex;
    gap: 50px;
}

.team-cont {
    width: 48.5%;
    padding: 26px 0 88px;
}

.team-img-cont {
    width: 45.3%;
    margin: 0 0 0 -9px;
    position: relative;
    z-index: 2;
}

.team-img-cont::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 91%;
    background-image: url(../images/hm-team-doctor-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -8%;
    left: -8%;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    pointer-events: none;
}

.team-cont .att-name {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    color: #1d151e;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.team-cont .att-name strong {
    color: #4ee343;
}

.att-name .att-desgination {
    display: block;
    font-weight: 400;
}

.att-bio {
    font-family: 'Stack Sans Headline';
    font-size: 33px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 52px;
}

.hm-team-sec .team-tab-list-main {
    position: relative;
    padding: 0;
    width: 10%;
    height: 100%;
    margin: 200px 0 auto -85px;
}

.hm-team-sec .team-tab-list .team-tab-itm {
    width: 100% !important;
    cursor: pointer;
    margin-bottom: 20px;
}

.hm-team-tab-blk.owl-carousel .owl-nav,
.team-tab-list.owl-carousel .owl-nav {
    display: none;
}

.team-tab-list .owl-stage {
    display: inline;
}

.hm-team-tab-blk {
    width: 96.6%;
}

.hm-team-main-block {
    display: flex;
}

.hm-team-tab-blk {
    padding: 55px 110px 0;
    background-image: url(../images/slider-section-bgl.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.team-tab-list-main .owl-item {
    width: 100% !important;
}

.team-tab-img {
    background: #d9f9d7;
    border-radius: 100%;
    border: 2px solid #4ee343;
}

.team-tab-img img {
    border-radius: 100%;
}

.hm-team-sec .team-tab-list .owl-item.active.current .team-tab-img img {
    opacity: 0.4;
}

/* Home Teams Sec Responsive Starts */

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

    .hm-team-sec {
        padding: 350px 0 0;
    }

    .hm-team-tab-blk {
        padding: 40px 70px 0;
    }

    .hm-team-tab-cont {
        gap: 33px;
    }

    .team-cont {
        padding: 18px 20px 70px 0;
    }

    .our-expertise-top-btn {
        font-size: 18px;
        padding: 5px 29px 5px;
        margin: 0 0 23px;
    }

    .team-cont .att-name {
        font-size: 61px;
        letter-spacing: -1.12px;
    }

    .att-bio {
        font-size: 29px;
        margin-bottom: 45px;
    }

    .hm-team-sec .team-tab-list-main {
        margin: 175px 0 auto -71px;
    }

    .hm-team-sec .team-tab-list .team-tab-itm {
        margin-bottom: 17px;
    }
}

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

    .hm-team-tab-blk {
        padding: 36px 65px 0;
    }

    .team-cont {
        padding: 16px 20px 64px 0;
    }

    .our-expertise-top-btn {
        font-size: 16px;
        padding: 5px 26px 5px;
        margin: 0 0 21px;
    }

    .team-cont .att-name {
        font-size: 56px;
        letter-spacing: -1.12px;
    }

    .att-bio {
        font-size: 27px;
        margin-bottom: 40px;
    }

    .hm-team-sec .team-tab-list-main {
        margin: 169px 0 auto -64px;
    }

    .hm-team-sec .team-tab-list .team-tab-itm {
        margin-bottom: 15px;
    }
}

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

    .hm-team-sec {
        padding: 330px 0 0;
    }

    .hm-team-tab-blk {
        padding: 33px 60px 0;
    }

    .hm-team-tab-cont {
        gap: 27px;
    }

    .team-cont {
        padding: 14px 22px 60px 0;
    }

    .our-expertise-top-btn {
        font-size: 15px;
        padding: 5px 23px 4px;
        margin: 0 0 19px;
    }

    .team-cont .att-name {
        font-size: 52px;
        letter-spacing: -1px;
    }

    .att-bio {
        font-size: 25px;
        margin-bottom: 34px;
    }

    .hm-team-sec .team-tab-list-main {
        margin: 157px 0 auto -59px;
    }

    .hm-team-sec .team-tab-list .team-tab-itm {
        margin-bottom: 14px;
    }
}

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

    .hm-team-sec {
        padding: 310px 0 0;
    }

    .hm-team-tab-blk {
        padding: 30px 55px 0;
    }

    .hm-team-tab-cont {
        gap: 24px;
    }

    .team-cont {
        padding: 13px 50px;
    }

    .team-cont .att-name {
        font-size: 50px;
        letter-spacing: -1px;
        margin-bottom: 5px;
    }

    .att-bio {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .main-btm-bg {
        background-size: 100% 100%;
    }

    .hm-team-sec .team-tab-list-main {
        margin: 151px 0 auto -56px;
    }

    .hm-team-sec .team-tab-list .team-tab-itm {
        margin-bottom: 12px;
    }
}

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

    .hm-team-sec {
        padding: 270px 0 0;
    }

    .hm-team-tab-blk {
        padding: 26px 40px 0;
    }

    .hm-team-tab-cont {
        gap: 20px;
    }

    .team-cont {
        padding: 12px 25px;
    }

    .our-expertise-top-btn {
        padding: 5px 10px 4px;
        margin: 0 0 17px;
    }

    .team-cont .att-name {
        font-size: 45px;
        letter-spacing: -0.94px;
        margin-bottom: 4px;
    }

    .att-bio {
        font-size: 19px;
        margin-bottom: 27px;
    }

    .hm-team-sec .team-tab-list-main {
        margin: 137px 0 auto -51px;
    }

    .hm-team-sec .team-tab-list .team-tab-itm {
        margin-bottom: 11px;
    }
}

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

    .main-btm-bg {
        background-size: contain;
        background-position: top right;
        background-color: #deffdb4d;
    }
	.hm-team-sec{
	padding-bottom:0px !important;
}
.hm-team-sec {
    padding-top: 10px !important;
}
    .hm-team-sec {
        padding: 200px 0 0;
    }

    .team-tab-list .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 230px !important;
        margin: auto;
        gap: 10px;
    }

    .team-tab-list .owl-stage .owl-item {
        margin: 0 !important;
    }

    .hm-team-tab-blk {
        max-width: 600px;
        background: none;
        margin: auto;
    }

    .hm-team-sec .team-tab-list-main {
        margin: 30px 0 0;
        width: 100%;
    }

    .hm-team-tab-cont {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .team-cont {
        padding: 0;
        width: 100%;
        max-width: 460px;
        margin: auto;
        text-align: center;
    }

    .team-img-cont {
        width: 100%;
        margin: auto;
    }

    .team-img-cont .att-img {
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .team-cont .att-name {
        font-size: 45px;
        letter-spacing: -0.74px;
        margin-bottom: 4px;
        text-align: center;
    }

    .att-bio {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .hm-team-main-block {
        flex-direction: column;
        align-items: center;
    }

    .hm-team-sec .team-tab-list .team-tab-itm {
        margin-bottom: 10px;
    }
}

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

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

    .our-expertise-top-btn {
        font-size: 14px;
        padding: 5px 14px 4px;
        margin: 0 0 15px;
        line-height: 1.3;
    }

    .team-cont .att-name {
        font-size: 38px;
    }

    .att-bio {
        font-size: 18px;
        margin-bottom: 23px;
    }
}


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

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

    .team-img-cont .att-img {
        max-width: 200px;
    }

    .hm-team-tab-blk {
        padding: 0;
    }

    .team-cont .att-name {
        font-size: 28px;
    }

    .att-bio {
        font-size: 15px;
        margin-bottom: 20px;
    }
}


/* Home Teams Sec Responsive Ends */

.hm-faq-sec {
    /* background-image: url(../images/injuri-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    position: relative;
    padding: 78px 0 0px 0;
    z-index: 1;
}

.hm-faq-sec::before {
    position: absolute;
    content: "";
    width: 227px;
    height: 370px;
    background-image: url(../images/accordion-after-img.webp);
    top: 80px;
    left: -15px;
    z-index: -1;
}

.hm-faq-sec .accordion-title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: -0.6px;
    color: #000000;
    text-align: center;
    margin: 0 0 5px;
}

.hm-faq-sec .text-heading strong {
    font-weight: 400;
}

.hm-faq-sec .text-heading {
    letter-spacing: -1.4px;
    text-transform: capitalize;
    text-align: center;
    padding: 0 35px;
    margin-bottom: 39px;
}

.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.accordion-section {
    margin: 0 0 15px;
    /* outline: 1px solid #00000000; */
    border-radius: 15px;
    overflow: hidden;
    /* outline-offset: -2px; */
}

.accordion-heading {
    background-color: #ffffff;
    padding: 23px 65px 23px 35px;
    cursor: pointer;
    font-size: 24px;
    line-height: 1.45;
    font-family: 'Stack Sans Headline';
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: 0.1s;
    margin: 0;
}

.important-points ol {
    padding-left: 30px;
    margin: 0 !important;
}

.important-points ol li {
    font-size: 22px;
    line-height: 1.6;
    font-family: 'Stack Sans Headline';
    font-weight: 400;
    margin-bottom: 25px;
    list-style: decimal;
    padding-left: 5px;
}

.important-points ol li:last-child {
    margin: 0 !important;
}

.important-3-lists {
    padding: 30px;
    max-width: 1250px;
    margin: auto;
    background-color: #ffffff94;
    border: 2px solid #4ee343;
    border-radius: 10px;
    text-wrap: pretty;
}


.accordion-section.accordien-active .accordion-heading, .hm-faq-sec .accordion-heading:hover {
    background-color: #000000;
    color: #ffffff;
}

.accordion-section.accordien-active .accordion-heading {
    border-radius: 10px 10px 0 0;
}

.accordion-heading::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 14px;
    background-image: url(../images/accordion-sec-arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 32px;
    right: 34px;
    margin: auto;
}

.accordion-section.accordien-active .accordion-heading::before {
    /* transform: rotate(180deg); */
    background-image: url(../images/accordion-sec-arrow-up.webp);
    filter: brightness(0) invert(1);
}

.hm-faq-sec.two {
    padding-bottom: 0 !important;
}

.accordion-section-content {
    padding: 20px 38px 10px;
    font-family: 'Stack Sans Headline';
    font-weight: 200;
    font-size: 18px;
    line-height: 1.94;
    color: #383a38;
    background-color: #0000000f;
    border-radius: 0 0 10px 10px;
}

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

.in-faq-blk {
    padding: 55px 110px;
    background-image: url(../images/slider-section-bgl.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hm-faq-sec-main {
    background-image: url(../images/main.bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.accordion-section-content li {
    list-style: disc;
    list-style-position: inside;
}

@media screen and (max-width:1800px) {
    .hm-faq-sec::before {
        top: 20px;
        left: -45px;
        transform: scale(0.6);
    }
}

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

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

    .hm-faq-sec .text-heading {
        letter-spacing: -1.1px;
        padding: 0 35px;
        margin-bottom: 35px;
    }

    .hm-faq-sec .accordion-title {
        font-size: 26px;
        line-height: 1.07;
        letter-spacing: -0.5px;
        margin-bottom: 12px;
    }

    .hm-faq-sec::before {
        transform: scale(0.6);
        left: -45px;
        top: 0;
    }

    .accordion-heading {
        font-size: 20px;
        padding: 20px 60px 20px 30px;
    }

    .accordion-heading::before {
        width: 18px;
        height: 12px;
        top: 28px;
        right: 27px;
    }

    .accordion-section-content {
        font-size: 16px;
        padding: 20px 34px 9px;
    }

    .in-faq-blk {
        padding: 45px 90px;
    }

    .important-3-lists {
        padding: 30px;
        max-width: 1080px;
    }

    .important-points ol li {
        font-size: 20px;
        margin-bottom: 20px;
    }

}

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

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

    .hm-faq-sec .accordion-title {
        font-size: 24px;
        line-height: 1.08;
        letter-spacing: -0.48px;
        margin-bottom: 11px;
    }

    .accordion-heading {
        font-size: 19px;
        padding: 18px 50px 18px 27px;
    }

    .accordion-heading::before {
        width: 18px;
        height: 12px;
        top: 25px;
        right: 24px;
    }

    .accordion-section-content {
        font-size: 15px;
        padding: 18px 30px 8px;
    }


}

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

    .hm-faq-sec .text-heading {
        letter-spacing: -0.9px;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .hm-faq-sec .accordion-title {
        font-size: 23px;
        line-height: 1.04;
        letter-spacing: -0.86px;
        margin-bottom: 11px;
    }

    .hm-faq-sec::before {
        transform: scale(0.65);
        left: -40px;
        top: 0;
    }

    .accordion-heading {
        font-size: 18px;
        padding: 16px 45px 16px 24px;
    }

    .accordion-heading::before {
        width: 16px;
        height: 10px;
        top: 23px;
    }

    .accordion-section-content {
        font-size: 14px;
        padding: 16px 26px 7px;
    }

    .in-faq-blk {
        padding: 40px 70px;
    }

    .important-3-lists {
        padding: 25px;
        max-width: 950px;
    }

    .important-points ol li {
        font-size: 18px;
        margin-bottom: 15px;
    }

}

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

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

    .hm-faq-sec .text-heading {
        letter-spacing: -0.7px;
        padding: 0 25px;
        margin-bottom: 26px;
    }

    .hm-faq-sec .accordion-title {
        font-size: 21px;
        line-height: 1.09;
        letter-spacing: -0.42px;
        margin-bottom: 10px;
    }

    .hm-faq-sec::before {
        transform: scale(0.51);
        left: -55px;
        top: 0px;
    }

    .accordion-heading {
        font-size: 17px;
        line-height: 1.41;
    }

    .accordion-section-content {
        font-size: 14px;
        line-height: 1.92;
    }

}

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

    .hm-faq-sec .accordion-title {
        font-size: 20px;
        line-height: 1.05;
        letter-spacing: -0.4px;
        margin-bottom: 12px;
    }

    .hm-faq-sec::before {
        transform: scale(0.45);
        left: -62px;
        top: -60px;
    }

    .accordion-heading {
        font-size: 16px;
        padding: 14px 40px 14px 21px;
        border-radius: 7px;
    }

    .accordion-heading::before {
        width: 15px;
        height: 8px;
        top: 21px;
        right: 21px;
    }

    .accordion-section-content {
        font-size: 14px;
        line-height: 1.85;
        padding: 14px 23px 7px;
    }

    .important-3-lists {
        padding: 20px;
        max-width: 770px;
    }

    .important-points ol li {
        font-size: 17px;
        margin-bottom: 15px;
    }
}

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

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

    .in-faq-blk {
        padding: 40px;
    }

    .hm-faq-sec::before {
        display: none;
    }

    .hm-faq-sec .text-heading {
        letter-spacing: 0;
        padding: 0 25px;
        margin-bottom: 25px;
    }

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

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

    .hm-faq-sec .text-heading strong {
        font-weight: 400;
        display: block;
    }

    .hm-faq-sec .accordion-title {
        font-size: 16px;
        line-height: 1.06;
        letter-spacing: -0.32px;
        margin-bottom: 12px;
    }

    .accordion-heading {
        font-size: 18px;
        padding: 14px 35px 14px 20px;
        border-radius: 7px;
    }

    .accordion-heading::before {
        top: 21px;
        right: 15px;
    }

    .accordion-section-content {
        font-size: 14px;
        line-height: 1.85;
        padding: 15px 18px 7px;
    }

}

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

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

    .hm-faq-sec .text-heading {
        letter-spacing: 0;
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .in-faq-blk {
        padding: 20px;
    }

    .important-3-lists {
        padding: 15px;
        max-width: 770px;
    }

    .important-points ol li {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .important-points ol {
        padding-left: 20px;
    }


}

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

    .hm-faq-sec .accordion-title {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .in-faq-blk {
        padding: 0;
        background-image: none;
    }

    .hm-faq-sec .text-heading {
        font-size: 20px;
        letter-spacing: 0;
        padding: 0;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .hm-faq-sec .text-heading strong {
        font-weight: 400;
        display: block;
    }

    .accordion-heading {
        font-size: 17px;
        padding: 14px 35px 14px 15px;
    }

    .accordion-section-content {
        padding: 15px 15px 7px;
    }

}

.hm-why-choose-sec.two .hm-why-choose-left::before,
.hm-faq-sec.two::before {
    display: none;
}


.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}