/* Banner Section */
.hm-banner-sec {
/*     background-image: url(../images/hm-banner-img.webp); */
/* 	background-image: url(https://labanksmedical-staging.fundflu.com/wp-content/uploads/2025/06/hm-bnr-img.webp); */
	background-image: url(https://labanksmedical-staging.fundflu.com/wp-content/uploads/2025/07/home-banner-img-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 112px 0 178px;
    position: relative;
}
.hm-banner-sec::before {
    content: '';
    position: absolute;
    background-color: #000000;
    opacity: 70%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.hm-banner-sec::after {
    content: '';
    position: absolute;
    background-color: #D6BE92;
    opacity: 10%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 0;
}
.bnr-txt {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    background: #ffffff29;
    max-width: max-content;
    margin: 0 auto 27px;
    border-radius: 4px;
}
.bnr-heading {
    font-family: "Poppins";
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.1px;
    color: #ffff;
    text-align: center;
    margin: 0 0 9px;
}
.bnr-cnt{
    position: relative;
    text-align: center;
}
.bnr-para{
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 92px;
}
.bnr-btn a.cmn-btn {
    padding: 18px 54px 18px 27px;
}
.top-rgt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Home Banner Sction Responsive */
@media screen and (max-width:1700px) {
    .bnr-heading {
        font-size: 58px;
    }
    .bnr-para{
        font-size: 19px;
        margin: 0 0 85px;
    }
}
@media screen and (max-width:1600px) {
    .hm-banner-sec {
        padding: 170px 0 150px;
    }
    .bnr-txt {
        margin: 0 auto 18px;
    }
    .bnr-heading {
        font-size: 54px;
        margin-bottom: 12px;
    }
    .bnr-para{
        font-size: 18px;
        margin: 0 0 80px;
    }
    .bnr-btn a.cmn-btn {
        padding: 17px 50px 17px 20px;
    }
}
@media screen and (max-width:1500px) {
    .hm-banner-sec {
        padding: 170px 0 120px;
    }
    .bnr-txt {
        padding: 10px 18px;
        margin: 0 auto 15px;
    }
    .bnr-heading {
        font-size: 48px;
    }  
    .bnr-para{
        font-size: 17px;
        margin: 0 0 50px;
    }
    .bnr-btn a.cmn-btn {
        padding: 16px 48px 16px 18px;
    }
}
@media screen and (max-width:1240px) {
    .container{
        max-width: 970px;
        width: 100%;
    }
    .hm-banner-sec {
        padding: 130px 0 100px;
    }
    .bnr-txt {
        padding: 10px 15px;
        margin: 0 auto 10px;
    }
    .bnr-heading {
        font-size: 43px;
    }
    .bnr-para{
        font-size: 17px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .hm-banner-sec {
        padding: 180px 0 80px;
    }
    .bnr-txt {
        padding: 10px;
        margin: 0 auto 10px;
    }
    .bnr-heading {
        font-size: 38px;
    }
    .bnr-para {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .bnr-btn a.cmn-btn {
        padding: 15px 40px 15px 18px;
    }
    .bnr-btn a.cmn-btn::before {
        right: 18px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .hm-banner-sec {
        padding: 180px 0 60px;
    }
    .bnr-heading {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .bnr-para br{
        display: none;
    }
    .bnr-para{
        font-size: 15px;
        max-width: 480px;
        width: 100%;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 480px) {
    .hm-banner-sec {
        padding: 165px 0 40px;
    }
    .bnr-txt {
        font-size: 12px;
        letter-spacing: 0.7px;
    }
    .bnr-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .bnr-para {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

/* Home Banner Bottom Section  */
.hm-banner-btm-sec {
    padding: 84px 0 74px;
    background-image: url(../images/hm-banner-bottom-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.bnr-btm-list {
    display: flex;
    justify-content: space-between;
    margin: -110px 0 0;
    z-index: 1;
    position: relative;
}
.bnr-btm-itm {
    width: 48.3%;
    padding: 41px 75px 40px;
    border-radius: 8px;
    backdrop-filter: blur(45px);
    text-align: center;
    background-color: rgb(239 235 228 / 59%);
}
.bnr-btm-itm.two {
    padding: 42px 53px 40px;
}
.bnr-btm-itm .sub-text {
    padding: 7px 28px;
    margin-bottom: 10px;
}
.bnr-btm-itm .text-heading {
    margin-bottom: 10px;
}
.hm-banner-btm-sec .para {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    margin: 0;
}
.attrny-img {
    position: relative;
    margin: auto;
    max-width: 900px;
}
.attrny-img::before {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 100%);
    content: "";
    width: 100%;
    height: 233px;
    bottom: 0;
    position: absolute;
}

/* Home Banner Bottom Section Responsive */
@media screen and (max-width:1700px) {
    .bnr-btm-itm .sub-text {
        padding: 7px 23px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:1600px) {
    .hm-banner-btm-sec {
        padding: 70px 0;
    }
    .bnr-btm-itm, .bnr-btm-itm.two {
        padding: 30px 60px;
    }
}
@media screen and (max-width:1500px) {
    .hm-banner-btm-sec {
        padding: 60px 0;
    }
    .bnr-btm-itm, .bnr-btm-itm.two {
        padding: 25px 58px;
    }
}
@media screen and (max-width:1240px) {
    .container{
        max-width: 970px;
        width: 100%;
    }
.attrny-img {
    max-width: 750px;
}
    .bnr-btm-itm .sub-text {
        padding: 7px 20px;
        margin-bottom: 10px;
    }

    .bnr-btm-itm, .bnr-btm-itm.two {
        padding: 25px 20px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .hm-banner-btm-sec {
        padding: 50px 0;
        background-size: 100% auto;
    }
    .attrny-img {
        border: 2px solid #bd9d66;
        margin-bottom: 20px;
        width: 100%;
        max-width: 550px;
    }
    .bnr-btm-list, .bnr-btm-list .slick-list.draggable {
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 340px;
    }
    .bnr-btm-itm{
        width: 100%;
    }
    .hm-banner-btm-sec .para{
        font-size: 15px;
    }
    .attrny-img::before {
        height: 160px;
    }
    .bnr-btm-itm, .bnr-btm-itm.two {
        padding: 20px 25px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .hm-banner-btm-sec {
        padding: 40px 0;
    }

}
@media screen and (max-width: 480px) {
    .hm-banner-btm-sec{
        padding: 40px 0;
    }
    .attrny-img::before{
        height: 100px;
    }
    .attrny-img{
        margin-bottom: 15px;
    }
    .bnr-btm-itm .sub-text {
        padding: 7px 15px;
        margin-bottom: 6px;
    }
    .bnr-btm-itm .text-heading {
        margin-bottom: 5px;
    }
}

/* Home Service Areas Section */
.hm-service-sec {
    padding: 25px 0 50px;
    position: relative;
    text-align: center;
}
.hm-service-sec::before {
    content: "";
    position: absolute;
    background-color: #f8f7f4;
    width: 100%;
    height: 57%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.hm-service-sec-blk .sub-text {
    padding: 7px 16px;
    margin: 0 auto 7    px;
}
.hm-service-sec-blk .text-heading {
    text-transform: capitalize;
    margin: 0 0 20px;
}
.hm-service-sec .para {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    margin: 0px 5px 27px;
}
.hm-service-sec .service-blk-heading {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin: 0 0 43px;
}
.hm-service-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 27px 30px;
    margin: 0 0 60px;
}
.hm-service-itm {
    width: 23.1%;
    padding: 14px 13px 17px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 10px 14px 0px #0000000f;
    min-height: 300px;
    position: relative;
    transition: 0.3s;
    border: 1px solid #0000;
}

.our-services a {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    height: 100%;
    width: 100%;
}

.hm-service-itm:hover { border: 1px solid #D30100; transition: 0.3s;} 
.hm-service-img img {
    width: 100%;
    display: block;
    border-radius: 4px;
}
.hm-service-img {
    margin: 0 0 18px;
}
.hm-service-cnt .serice-title {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin: 0 0 30px;
}
.hm-service-cnt .description {
    font-family: 'Mont';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #848484;
    text-align: center;
    padding: 0;
    margin: 0;
}
.service-btn {
    text-align: center;
}
.service-btn a.cmn-btn{
    padding: 18px 50px 18px 28px;
}
.service-btn a.cmn-btn::before {
    right: 27px;
}
.hmserv-item-img{
    width: 100%;
}

/* Home Service Areas Section Responsive*/
@media screen and (max-width:1500px) {
    .hm-service-sec-blk .sub-text {
        padding: 7px 15px;
    }
    .hm-service-sec-blk .text-heading {
        margin: 0 0 15px;
    }
    .hm-service-sec .para {
        margin: 0px 5px 20px;
    }
    .hm-service-sec .service-blk-heading {
        font-size: 16px;
        margin: 0 0 35px;
    }
    .hm-service-list {
        margin: 0 0 50px;
        gap: 25px;
    }
    .hm-service-cnt .serice-title{
        margin: 0 0 12px;
    }
    .hm-service-cnt .description{font-size: 15px;}

    .hm-service-sec {
        padding: 0 0 50px;}
}
@media screen and (max-width:1240px) {
    .container{
        max-width: 970px;
        width: 100%;
    }
    .hm-service-sec .para {
        margin: 0px 0px 20px;
    }
    .hm-service-sec .service-blk-heading {
        font-size: 16px;
        margin: 0 0 30px;
    }
    .hm-service-list {
        gap: 20px 24px;
        margin: 0 0 40px;
    }
    .service-btn a.cmn-btn {
        padding: 16px 44px 16px 20px;
    }
    .hm-service-itm {
        padding: 8px;
        min-height: 280px;
    }
    .hm-service-cnt .serice-title {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .hm-service-cnt .description {
        font-size: 14px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .hm-service-sec {
        padding: 20px 0 40px;
    }
    .hm-service-sec-blk .text-heading {
        margin: 0 0 10px;
    }
    .hm-service-sec .para {
        margin: 0px 0px 15px;
    }
    .hm-service-sec .service-blk-heading {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .hm-service-list {
        gap: 0;
        margin: 0 0 30px;
        flex-direction: column;
        align-items: center;
    }
    .hm-service-sec .slick-dots {
        position: inherit;
        bottom: 0;
        padding: 12px 0;
    }
    .hm-service-itm {
        padding: 13px 10px 8px;
        width: 100%;
        box-shadow: none;
    }
    .hm-service-sec::before{
        height: 40%;
    }
    .hm-service-cnt .serice-title {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .hm-service-list{
        padding: 0 25px;
    }
    .hm-service-list,.hm-service-list .slick-list{
        width: 100%;
        max-width: 340px;
        align-items: center;
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .hm-service-sec .service-blk-heading{
        margin-bottom: 15px;
        line-height: 1.3;
    }
        .hm-service-sec {
        padding: 0 0 40px;
    }
}
@media screen and (max-width: 480px) {
    .hm-service-list,.hm-service-list .slick-list{
        max-width: 320px;
    }
    .hm-service-list{
        padding: 0;
    }
    .hm-service-sec::before {
        height: 34%;
    }
}

/* Weight Loss Section */
.hm-weight-loss-sec {
  padding: 50px 0 100px;
  text-align: center;
}
.hm-weight-loss-sec .sub-text {
    padding: 8px 15px;
}
.hm-weight-loss-sec .text-heading{
    margin-bottom: 10px;
}
.hm-weight-loss-sec .para,
.options-text {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin: 0 auto 13px;
  width: 73%;
}
.hm-weight-loss-sec .options-text {
    line-height: 1;
    margin: 0 auto 35px;
    text-align: center;
}
.hm-weight-loss-list{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.hm-weight-loss-itm{
  background-color: #ffffff;
  padding: 16px 30px;
  border-radius: 8px;
  width: 48.2%;
  box-shadow: 0px 10px 14px 0px #0000000f;
  border: 1px solid #F6F6F6;
}
.hm-weight-loss-itm .title{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    margin: 0 0 32px;
}
.hm-weight-loss-itm .items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-weight-loss-itm .item img{
    width: 100%;
    display: block;
}
.hm-weight-loss-itm.two .title{
    margin: 0 0 56px;
}
.hm-weight-loss-itm.two .items.two{
    justify-content: start;
    gap: 60px;
}
.hm-weight-loss-itm.two .item-cont{
    font-family: "Poppins";
    font-weight: 600;
    font-size: 23px;
    line-height: 1; 
    background: linear-gradient(38deg, rgba(167,131,83,1) 0%, rgba(198,168,108,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding-left: 57px;
    position: relative;
    margin: 0;
}
.hm-weight-loss-itm.two .item-cont::before{
    content: "";
    position: absolute;
    background-image: url(../images/medi-bfr.webp);
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* Weight Loss Section Responsive*/
@media screen and (max-width:1500px) {
    .hm-weight-loss-sec .options-text {
        margin: 0 auto 30px;
    }
    .hm-weight-loss-itm .title {
        font-size: 16px;
        margin: 0 0 25px;
    }
    .hm-weight-loss-sec {
        padding: 50px 0 80px;
    }
}
@media screen and (max-width:1240px) {
    .container{
        max-width: 970px;
        width: 100%;
    }
    .hm-weight-loss-sec {
        padding: 50px 0 65px;
    }
    .hm-weight-loss-sec .options-text {
        margin: 0 auto 26px;
    }
    .hm-weight-loss-itm {
        padding: 15px;
        width: 49%;
    }
    .hm-weight-loss-itm.two .items.two {
        gap: 20px;
    }
    .hm-weight-loss-itm.two .item-cont::before{
        transform: scale(0.9);
    }
    .hm-weight-loss-itm.two .item-cont{
        font-size: 20px;
        padding-left: 60px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .hm-weight-loss-sec .para, .options-text {
        font-size: 16px;
        margin: 0 auto 13px;
        width: 100%;
    }
    .hm-weight-loss-list{
        width: 100%;
        max-width: 550px;
        margin: auto;
        flex-direction: column;
        align-items: center;
    }
    .hm-weight-loss-itm{
        width: 100%;
    }
    .hm-weight-loss-itm.two .title {
        margin: 0 0 30px;
    }
    .hm-weight-loss-itm.two .item-cont::before{
        transform: scale(0.7);
    }
    .hm-weight-loss-itm.two .item-cont{
        font-size: 18px;
        padding-left: 45px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .hm-weight-loss-sec{
        padding: 40px 0;
    }
    .hm-weight-loss-sec .para, .options-text {
        font-size: 15px;
        margin: 0 auto 10px;
    }
    .hm-weight-loss-sec .options-text{
        margin-bottom: 20px;
    }   
    .hm-weight-loss-itm .items {
        flex-wrap: wrap;
        width: 70%;
        justify-content: space-around;
        margin: auto;
    }
    .hm-weight-loss-list{
        max-width: 400px;
    }
    .hm-weight-loss-itm .items .item {
        width: 100%;
        max-width: 90px;
    }
    .hm-weight-loss-itm.two .items.two{
        width: 100%;
        flex-wrap: nowrap;
    }
    .hm-weight-loss-itm .items.two .item {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .hm-weight-loss-sec .options-text {
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .hm-weight-loss-itm .title {
        font-size: 15px;
        margin: 0 0 20px;
    }
    .hm-weight-loss-itm.two .item-cont::before {
        transform: scale(0.6);
        left: -10px;
    }
    .hm-weight-loss-itm.two .item-cont {
        font-size: 15px;
        padding-left: 30px;
        display: inline-block;
    }

    .hm-weight-loss-itm.two .items.two {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hm-weight-loss-itm .items {
        width: 77%;
        gap: 5px;
    }
}

/* Home Benefits Section */
.hm-benefits-sec{
    background-image: url(../images/benefits-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #EFEBE4;
    padding: 120px 0px 280px; 
}
.hm-benfits-list{
    display: flex;
    justify-content: space-between;
	align-items:center;
}
.hm-benfits-list .left-cnt{
    width: 31%;
}
.hm-benfits-list .left-cnt li {
    margin: 0;
    list-style: disc;
    list-style-position: inside;
}
.hm-benfits-list .left-cnt .sub-text{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #C6A86C;
    background-color: #a8855442;
    display: inline-block;
    border-radius: 4px;
    padding: 20px;
    padding: 8px 34px;
    margin-bottom: 8px;
}
.hm-benfits-list .left-cnt .text-heading{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #201A1A;
    margin-bottom: 15px;
}
.hm-benfits-list .left-cnt .para{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #201A1A;
    margin-bottom: 10px;
}
.benefits-btn a.cmn-btn,
.hm-membership-btn a.cmn-btn{
    display: inline-block;
    font-family: 'Mont';
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: linear-gradient(to top right, #920808 0%, #D30100 100%);
    border-radius: 4px;
    position: relative;
    padding: 18px 54px 18px 32px;
    margin: 10px 0 0;
}
.benefits-btn a.cmn-btn::before,
.hm-membership-btn a.cmn-btn::before{
    content: "";
    background-image: url(../images/Vector.webp);
    width: 12px;
    height: 12px;
    position: absolute;
    top: -1px;
    right: 33px;
    bottom: 0;
    margin: auto;
}
a.cmn-btn:hover{
    background: linear-gradient(to top right, #D30100 0%, #920808 100%);
}
.hm-benfits-list .right-blk{
    width: 65.8%;
}
.hm-benefits-itms {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 30px;
}
.hm-benefit-itm {
    background: #FFFFFF;
    width: 48%;
    padding: 23px 23px 12px;
    border-radius: 4px;
    border: 1px solid #0000;
}
.hm-benefit-itm.one:hover{
    border: 1px solid #D30100;
    transition: 0.3s;
}
.hm-image-blk{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 27px;
    border-bottom: 1px solid #F5F4F4;
    margin-bottom: 18px;
}
.image{
    width: 18%;
}
.hm-image-blk .hm-itm-title{
    width: 78%;
}
.hm-image-blk .hm-itm-title h5{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #201A1A;
    margin: 0;
}
.hm-image-cnt {
    text-align: center;
}
.hm-image-cnt p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #848484;
    text-align: start;
    margin-bottom: 17px;
}
.hm-image-cnt a{
    display: inline-block;
    font-family: 'Mont';
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #920808;
    padding-right: 27px;
    position: relative;
}
.hm-image-cnt a:hover{ color: #000 !important;}
.hm-image-cnt a::before {
    content: "";
    background-image: url(../images/red-vector.webp);
    width: 12px;
    height: 12px;
    position: absolute;
    top: -3px;
    right: 6px;
    bottom: 0;
    margin: auto;
}
.hm-image-cnt a:hover::before{background-image: url(../images/black-vector.webp);}
.hm-benefit-itm.medit {
    width: 100%;
    padding: 23px 100px 35px 23px;
}
.hm-benefit-itm.medit .hm-image-blk {
    margin-bottom: 40px;
}
.hm-benefit-itm.medit .image {
    width: 9%;
}
.hm-benefit-itm.medit .hm-itm-title {
    width: 90%;
}

/* Home Benefits Section Responsive */
@media screen and (max-width:1500px) {
    .hm-benfits-list .left-cnt .sub-text {
        padding: 8px 30px;
    }
    .hm-image-blk .hm-itm-title h5 {
        font-size: 19px;
    }
    .hm-image-blk {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .hm-image-cnt p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .hm-benefit-itm.medit .hm-image-blk {
        margin-bottom: 30px;
    }
    .hm-benefits-sec{padding: 100px 0px 270px;}
}
@media screen and (max-width:1440px) {
    .hm-benefits-sec {
        padding: 100px 0px 240px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .hm-benefits-sec {
        padding: 80px 0px 200px;
    }
    .hm-benefits-itms {
        gap: 18px 24px;
    }
    .hm-benefit-itm {
        padding: 19px 18px 12px;
    }
.hm-benefit-itm.medit {
    padding: 23px 10px 20px 23px;
}
    .hm-benefit-itm.medit .hm-image-blk {
        margin-bottom: 25px;
    }
    .hm-benfits-list .left-cnt .text-heading {
        font-size: 38px;
        line-height: 1.2;
    }
    .hm-benfits-list .left-cnt .para{
        font-size: 15px;
    }
    .hm-benfits-list .left-cnt {
        width: 33.6%;
        padding-top: 40px;
    }
    .hm-benfits-list .right-blk {
        width: 64%;
    }
    .hm-image-blk .hm-itm-title h5 {
        font-size: 17px;
    }
    .hm-image-blk {
        padding-bottom: 12px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .hm-benefits-sec {
        padding: 60px 0px 200px;
    }
    .hm-benfits-list{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .hm-benfits-list .left-cnt{
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 0;
    }
    .hm-benfits-list .right-blk {
        width: 100%;
    }
    .hm-benefits-itms{
        width: 100%;
        max-width: 340px;
        margin: auto;
    }
    .hm-benefit-itm{
        width: 100%;
    }
    .benefits-btn a.cmn-btn, .hm-membership-btn a.cmn-btn {
        padding: 16px 48px 16px 30px;
        margin: 10px 0 0;
    }
    .hm-benfits-list .left-cnt .para {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .hm-benefit-itm.medit .hm-image-blk {
        margin-bottom: 20px;
    }
    .hm-benefit-itm.medit .image{
        width: 18%;
    }
    .hm-benefit-itm.medit .hm-itm-title{
        width: 78%;
    }
    .benefits-btn a.cmn-btn::before, .hm-membership-btn a.cmn-btn::before{
        right: 23px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hm-benefits-sec {
        padding: 40px 0px 180px;
    }
    .hm-benfits-list .left-cnt .text-heading {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .hm-benfits-list {
        gap: 15px;
    }
    .benefits-btn a.cmn-btn, .hm-membership-btn a.cmn-btn {
        padding: 15px 45px 15px 25px;
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .hm-benefits-sec {
        padding: 40px 0px 170px;
    }
    .hm-benfits-list .left-cnt .sub-text{
        padding: 8px 26px;
    }
    .hm-benfits-list .left-cnt .text-heading {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .hm-benfits-list .left-cnt .para {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .hm-benefits-itms {
        gap: 10px;
    }
    .hm-benefit-itm{
        padding: 15px;
    }
}

/* Home Membership Section */
.hm-membership-sec{
    padding: 0px;
}
.hm-membership-blk{
    background-color: #FFFFFF;
    padding: 53px 165px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 7px 0 #0000003b;
    margin-top: -180px;
}
.hm-membership-blk .sub-text{
    padding: 8px 26px;
}
.hm-membership-blk .text-heading{
    margin-bottom: 12px;
}
.hm-membership-btn a.cmn-btn{
    margin-top: 0;
    padding: 18px 50px 18px 24px;
}
.hm-membership-btn a.cmn-btn::before{
    right: 27px;
}
.hm-membership-blk .para{
    margin-bottom: 51px;
}
/* Home Membership Section Responsive*/

@media screen and (max-width:1500px) {
.hm-membership-blk .para {
    margin-bottom: 30px;
}
}

@media screen and (max-width:1240px) {
    .container{
        max-width: 970px;
        width: 100%;
    }
    .hm-membership-blk {
        padding: 40px 80px;
        margin-top: -150px;
    }
    .hm-membership-blk .sub-text {
        padding: 8px 20px;
    }
    .para{
        margin-bottom: 15px;
    }
    .hm-membership-btn a.cmn-btn {
        margin-top: 20px;
        padding: 16px 47px 16px 19px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .hm-membership-blk {
        padding: 30px;
        margin-top: -125px;
    }
    .para {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .hm-membership-btn a.cmn-btn {
        margin-top: 0px;
        padding: 15px 43px 15px 15px;
    }
    .hm-membership-btn a.cmn-btn::before {
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .hm-membership-blk {
        padding: 20px;
        margin-top: -115px;
    }
    .hm-membership-blk .sub-text {
        padding: 8px 15px;
    }
    .hm-membership-blk .text-heading {
        margin-bottom: 10px;
    }
    .hm-membership-blk .para {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .hm-membership-blk {
        padding: 15px;
        margin-top: -115px;
    }
    .hm-membership-blk .sub-text {
        padding: 8px 12px;
    }
    .para {
        margin-bottom: 10px;
        line-height: 1.4;
    }
    .hm-membership-blk .text-heading {
        margin-bottom: 0px;
    }
}

/* Home Our Meet Section */
.hm-our-meet-sec{
    padding: 100px 0 0;
    text-align: center;
    position: relative;
}
.hm-our-meet-sec::before{
    content: "";
    background-color: #F8F7F4;
    width: 100%;
    height: 175px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hm-our-meet-sec .sub-text {
    margin-bottom: 7px;
}
.hm-our-meet-sec .text-heading {
    letter-spacing: 0.3px;
    margin-bottom: 52px;
}
.hm-our-meet-sec .container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0 20px; 
}
.doctor-cont .doctor-title {
    font-family: "Poppins";
    font-size: 25px; 
    font-weight: 500;
    line-height: 1; 
    letter-spacing: 0.3px;
    text-transform: capitalize; 
    margin: 0 0 12px;
}
.doctor-cont .description{    
    font-family: "Poppins";
    font-size: 12px;
    font-weight:700;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase; 
    color: rgb(167,131,83); 
    margin: 0; 
}
.doctor-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}
.doctor-cont {
    background: #fff;
    padding: 24px 10px;
    text-align: center;
    position: absolute;
    width: 83%;
    margin: auto;
    border-radius: 3px;
    transition: 0.6s;
    left: 0;
    right: 0;
    bottom: 0;
}
.doctor-itm {
    position: relative;
    width: 24%; 
    transition: 0.3s;
}
.doctor-itm:hover {
    transform: scale(1.01);
    transition: 0.3s;
}
.ourteam a{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    height: 100%;
    width: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* Home Our Meet Section Responsive */
@media screen and (max-width:1500px) {
    .hm-our-meet-sec .container{
        max-width: 1200px;
        padding: 0;
    }
    .hm-our-meet-sec{
        padding: 80px 0 0;
    }

    .doctor-cont {
        padding: 15px 10px;
        width: 87%;
    }

    .hm-our-meet-sec .text-heading {
        margin-bottom: 38px;
    }
}
@media screen and (max-width:1240px) {

    .hm-our-meet-sec .container{
        max-width: 970px;
        padding: 0 10px;
    }

    .doctor-cont .doctor-title {
        font-size: 18px;
    }
    .hm-our-meet-sec{
        padding: 60px 0 0;
    }
    .hm-our-meet-sec .text-heading{
        margin-bottom: 35px;
    }
    .doctor-cont {
        padding: 15px 10px;
        width: 90%;
        margin: -38px auto 0;
    }    
    .hm-our-meet-sec::before{
        height: 160px;
    }
}
@media screen and (max-width:991px) {
    .hm-our-meet-sec .container {
        max-width: 720px;
        padding: 0;
    }
    .hm-our-meet-sec {
        padding: 50px 0 0;
    }
    .doctor-list{
        width: 100%;
        max-width: 340px;
        margin: auto;
    }
    .doctor-itm{
        width: 100%;
        padding-bottom: 15px;
    }
    .doctor-cont {
        padding: 20px 15px;
        width: 78%;
        left: 0;
    }
    .doctor-cont .description{
        font-size: 11px;
    }
    .doctor-cont .doctor-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .hm-our-meet-sec::before {
        height: 230px;
    }

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

    .hm-our-meet-sec .text-heading {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 480px) {
    .hm-our-meet-sec::before {
        height: 200px;
    }

}

/* Testimonials Section Starts */
.hm-testimonials {
    padding: 99px 0 93px;
}
.hm-testi-cnt-blk {
    text-align: center;
    max-width: 913px;
    width: 100%;
    margin: 0 auto;
}
.hm-testi-cnt-blk .sub-text{
    padding: 8px 22px;
    margin-bottom: 8px;
}
.hm-testi-cnt-blk .text-heading{
    margin-bottom: 40px;
}
.hm-testimonials .hm-testi-item {
    display: flex;
    justify-content: space-between;
}
.hmtesti-item-img {
    width: 31%;
}
.hmtesti-post-img img{
    border-radius: 4px;
    display: block;
    width: 100%;
}
.hm-testi-cont {
    width: 100% !important;
    padding-top: 73px;
    text-align: left;
    position: relative;
}
.hm-testi-cont::before{
    content: "";
    background-image: url(../images/double-code-group.webp);
    width: 44px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 12px;
}
.star-rat{
    margin-bottom: 15px;
}
.hm-testimonials .hm-testi-item .description {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #201A1A;
    margin-bottom: 25px;
}
.hm-testimonials .hm-testi-item .author{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #D30100;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    padding: 0 0 0 28px;
}
.hm-testimonials .hm-testi-item .author::before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #D30100;
    width: 19px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.hm-testimonials .slick-dots li button:before{
    color: #D30100;
    opacity: 20%;
    font-size: 6px;
  
}
.hm-testimonials .slick-dots li.slick-active button:before{
    color: #D30100;
    opacity: 100%;
    font-size: 8px;
}
.hm-testimonials .slick-dots li {
    margin: 0;
}
.hm-testimonials .slick-dots{
    position: inherit;
    bottom: 0;

}
/* Testimonials Responsive Start */

@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .hm-testimonials{
        padding: 40px 0 10px;
    }
    .hm-testi-cnt-blk .text-heading {
        margin-bottom: 30px;
    }
    .hmtesti-item-img {
        width: 35%;
    }
    .hm-testi-cont::before{
        top: 0;
        transform: scale(0.9);
    }
    .hm-testi-cont{
        padding-top: 40px;
    }
    .star-rat{
        margin-bottom: 10px;
    }
    .hm-testimonials .hm-testi-item .description{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .hm-testimonials .hm-testi-item .author {
        font-size: 19px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .hm-testimonials .hm-testi-item {
        flex-direction: column;
        align-items: center;
    }
    .hmtesti-item-img {
        width: 100%;
        max-width: 280px;
    }
    .star-rat img{
        margin: 0 auto 10px;
    }
    .hm-testi-cont::before {
        top: 12px;
    }
    .hm-testi-cont{
        width: 100%;
    }
    .hm-testimonials .hm-testi-item .author {
        font-size: 18px;
    }
    .hm-testi-cnt-blk .text-heading {
        margin-bottom: 20px;
    }
    .hm-testimonials {
        padding: 30px 0;
    }
}
/* Testimonials Responsive End */

/* Home Steps Section */
.steps-section{
    padding:80px 0 70px;
    text-align: center;
}

.steps-section .sub-text{
    padding: 8px 50px;
}
.steps-section .text-heading{
    margin-bottom: 60px;
}
.steps-cont .steps-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}
.steps-cont .steps-sub-title {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    letter-spacing: -0.2px;
    color: #848484;
    margin: 0;
}
.steps-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
    counter-reset: my-sec-counter;
}
.steps-itm {
    width: 31.8%;
    padding: 32px 25px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    position: relative;
}
.steps-itm:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    position: absolute;
    left: 19px;
    top: 10px;
    font-family: "Poppins";
    font-size: 240px;
    line-height: 1;
    letter-spacing: 2.58px;
    color: #920808;
    font-weight: 700;
    pointer-events: none;
    opacity: 0.1;
}
.stepd-btn {
    text-align: center;
    margin: auto;
}
.stepd-btn a.cmn-btn {
    padding: 18px 51px 18px 28px;
    color: #fff !important;
}
.stepd-btn a.cmn-btn::before{
    right: 30px;
}

/* Home Steps Section Responsive */

@media screen and (max-width:1500px) {
    .steps-cont .steps-sub-title{
        font-size: 19px;
    }
    .steps-itm:before{
        font-size: 233px;
    }
}

@media screen and (max-width:1240px) {
    .container{
        max-width: 970px;
        width: 100%;
    }
    .steps-section{
        padding: 60px 0;
    }
    .steps-section .sub-text {
        padding: 8px 40px;
    }
    
    .steps-section .text-heading {
        margin-bottom: 40px;
    }
    .steps-cont .steps-title{
        font-size: 22px;
    }
    .steps-cont .steps-sub-title {
        font-size: 17px;
        line-height: 1.3;
    }
    .steps-itm:before {
        font-size: 200px;
    }

}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .steps-section{
        padding: 50px 0;
    }
    .steps-section .sub-text {
        padding: 8px 30px;
    }
    .steps-section .text-heading {
        margin-bottom: 20px;
    }
    .steps-list{
        max-width: 340px;
        width: 100%;
        margin: auto;
        flex-direction: column;
    }
    .steps-itm{
        width: 100%;
    }
    .steps-itm:before{
        font-size: 200px;
    }
    .stepd-btn a.cmn-btn {
        padding: 15px 44px 15px 23px;
    }
    .stepd-btn a.cmn-btn::before {
        right: 20px;
    }
    .steps-list.slick-initialized .steps-itm {
        min-height: 200px;
    }
    .steps-section .slick-dots {
        position: inherit;
        bottom: 0;
        padding: 12px 0;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .steps-itm{
        padding: 20px;
    }
    .steps-cont .steps-sub-title {
        font-size: 18px;
    }
    .steps-itm:before {
        font-size: 180px;
        top: 0;
    }
    .steps-section {
        padding: 30px 0;
    }
}
@media screen and (max-width: 480px) {
    .steps-section{
        padding: 40px 0;
    }
    .steps-cont .steps-sub-title {
        font-size: 16px;
        line-height: 1.3;
    }
}

/* HomePage Form Section Starts */
 
.hm-form-sec {
    background-image: url(../images/form-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17px 0 30px;
    position: relative;
    margin-bottom: 104px;
}
 
.hm-form-sec .container{
    padding: 0 30px;
}
 
.form-blk{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frm-map-img {
    display: none;
}
.form-loc-point {
    width: 29.9%;
    padding: 155px 0 0;
    position: relative;
    right: -18px;
    top: -8px;
}
.form-loc-point::before {
    content: "";
    position: absolute;
    background-image: url(../images/location-icn.webp);
    width: 98px;
    height: 129px;
    top: 7px;
    left: 0;
    margin: auto;
}
.form-loc-point::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 15px;
    height: 15px;
    left: 42px;
    bottom: 88px;
    margin: auto;
}
.form-loc-point a {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    padding: 14px 52px 15px 36px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.form-loc-point a:hover{
    color: #a80606;
}
.hm-form-sec .hm-form {
    width: 38.1%;
    background-color: #ffffff;
    padding: 25px 30px 27px;
    box-shadow: 26px 69px 21px 0px rgba(0, 0, 0, 0%), 17px 44px 19px 0px rgba(0, 0, 0, 1%), 9px 25px 16px 0px rgba(0, 0, 0, 4%), 4px 11px 12px 0px rgba(0, 0, 0, 7%), 1px 3px 6px 0px rgba(0, 0, 0, 8%);
    border-radius: 4px;
    position: relative;
    margin-bottom: -100px;
    z-index: 1;
}
.hm-form-sec .hm-form form h6 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(38deg, rgb(146, 8, 8) 0%, rgb(211, 1, 0) 100%) text;
    margin: 0px 0px 23px;
}
 
.hm-form-sec form input, form textarea {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 9px 9px!important;
    color: #B4B4B4 !important;
    outline: 0;
    width: 100% !important;
    border: 1px solid #EFEBE4 !important;
    height: auto;
    border-radius: 4px !important;
    margin: 0 0 14px;
}
 
.hm-form-sec .hm-form input::placeholder,
.hm-form-sec .hm-form textarea::placeholder{
    color: #B4B4B4 !important;
}
.hm-form-sec form textarea{
    resize: none;
    height: 127px !important;
    min-height: auto !important;
    margin-bottom: 22px;
}
 
.wpcf7 form .wpcf7-response-output{
    display: none;
}
.hm-form-sec .hm-form .submit-btn input[type=submit]{
    outline: none !important;
    width: 100% !important;
    height: auto !important;
    border: none;
    display: inline-block;
    font-family: 'Mont';
    font-weight: 600;
    font-size: 13px !important;
    line-height: 1.2;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(to top right, #920808 0%, #D30100 100%);
    padding: 16px 49px 16px 23px !important;
    position: relative;
    border-radius: 4px;
    margin: 0 !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}
.hm-form-sec .hm-form .submit-btn input[type=submit]:hover{
    background: linear-gradient(to top left, #920808 0%, #D30100 100%);
}
.hm-form-sec .hm-form .submit-btn input:hover{
    background-color: #000 !important;
    color: #fff !important;
}
 
.hm-form-sec .wpcf7-form .hm-form p{margin: 0 !important; line-height: 1 !important;}
.hm-form-sec .hm-form  .wpcf7-list-item{margin: 0;}
.hm-form .wpcf7-not-valid-tip{position: absolute; top:0px; right: 5px;}
.wpcf7-form .hm-form .gchoice .wpcf7-not-valid-tip{ right: inherit; left: 0;}
.hm-form-sec .wpcf7-form{ position: relative;}
.hm-form-sec .wpcf7-response-output{width: 100%; position: absolute; bottom: -70px;}
.hm-form-sec .hm-form textarea{
    height: 127px;
   
}
/* Home Page Form Resonsive Start */

@media screen and (max-width:1240px) {
    .form-loc-point a{font-size: 16px;padding: 14px 32px;}
    .form-loc-point::before{transform: scale(0.8); top: 25px;}
    .form-loc-point::after{bottom: 76px;}
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
        padding: 0;
    }
    .hm-form-sec{
        background: none;
    }
    .form-blk{
        flex-direction: column;
    }
    

    .frm-map-img {
        width: 100%;
        border: 2px solid #ae8956;
        margin-bottom: 20px;
        max-width: 480px;
        position: relative;
        display: block;
    }
 
    .form-loc-point {
        width: 100%;
        max-width: 400px;
        padding: 100px 20px;
        text-align: center;
        background-image: url(../images/form-sec-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 30px;
        margin-bottom: 20px;
        border: 2px solid #b50403;
        position: inherit;
    }
    .form-loc-point::after {
        /* left: 60px;
        bottom: 68px; */
        display: none;
    }
    .hm-form{width: 100%;}
    .form-loc-point a {
        font-size: 16px;
        padding: 0;
        color: #a80606;
    }
    .form-loc-point::before{
        display: none;
    }
    .form-loc-point a {
        position: relative;
        padding: 92px 20px 15px 20px;
        background-color: transparent;
        z-index: 1;
    }
    .form-loc-point a:hover{
        color: #000;
    }
    .form-loc-point a:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        height: 75px;
        z-index: -1;
    }
     
     
    .form-loc-point a::before{
        content: "";
        position: absolute;
        background-image: url(../images/location-icn.webp);
        transform: scale(0.5);
        top: -38px;
        width: 102px;
        left: 0;
        margin: auto;
        right: 0;
        height: 137px;
        background-position: center center;
    }
    .hm-form-sec .hm-form{ width: 100%; max-width: 500px;}
}
 
 

/* Slider Dots  */
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .slick-dots li.slick-active button:before {
        color: #D30100;
        opacity: 100%;
        font-size: 8px;
    }    
    .slick-dots li button:before {
        color: #D30100;
        opacity: 20%;
        font-size: 6px;
    }
    .slick-dots li{
        margin: 0;
    }
    .slick-slide {
        margin-right:5px;
        margin-left:5px;
    }
    .footer-address-list{ width: 100%;}
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .slick-dots li button:before{
        font-size: 3px;
    }
    .slick-dots li.slick-active button:before {
        font-size: 7px;
    }
    .hm-form-sec .container {
        padding: 0 10px;
    }
    .hm-form-sec .hm-form{ padding: 20px;}

    .footer-address-list {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .slick-dots li button{
        padding: 0;
    }
}