@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --green: #006e27;
    --white: #fff;
    --black: #000000;
}

.container {
    max-width: 1560px;
}

body {
    font-family: "Plus Jakarta Sans", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

}

.m-100 {
    margin: 100px 0;
}

.bg_light_pink {
    background-color: #FFF3EE;
    border-radius: 50px;
    padding: 60px;
}

.title_2 h3 {
    color: #2E2E2E;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 60px;
}
.comm_btn {
    border-radius: 14px;
    background: #F06B38;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.sec_pad {
    padding: 134px 0;
}

.title_2 p {
    color: rgba(20, 20, 20, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.sec_pad {
    padding: 112px 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}





/* header css start */

.header_sec {
    position: relative;
    padding: 15px 0;
    z-index: 99;
}

.header_sec .navbar-brand img {
    max-width: 100%;
}

.header_sec .navbar-nav .nav-link {
    color: #3C3C3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    text-transform: capitalize;
}

.header_sec .navbar-nav .nav-item {
    padding-left: 24px;
}

.navbar_right input {
    background: transparent;
    border: 1px solid #eee;
    width: 100%;

    padding: 10px 30px 10px 15px;
    border-radius: 10px;
}

.navbar_right .find_btn {
    border-radius: 150px;
    background: #F06B38;
    color: var(--White, #FFF);
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 18px 25px;
}



.main_btn01 {
    border-radius: 150px;
    background: #F06B38;
    color: var(--White, #FFF);
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 18px 25px;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border: 1px solid #F06B38;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    width: 100%;
    height: 60px;
}



.main_btn01::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; 
    width: 100%;
    height: 100%;
    background-color: #382F32; 
 
    transition: left 0.5s ease; 
    z-index: -1; 
}


.main_btn01:hover::after {
    left: 0; 
}

.main_btn01:hover {
    border: 1px solid #382F32;
    color: #fff; 
}






.navbar_right input::placeholder {
    color: var(--white);
}

.header_sec .navbar-toggler {
    border: 1px solid #000000;
    height: 40px;
    width: 55px;
    position: relative;
    z-index: 9;
}

.header_sec .navbar-toggler span {
    background-color: #000000;
    height: 2px;
    width: 30px;
    display: block;
    margin: 5px 0;
    transition: 0.2s;
}

.header_sec .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    display: none;
    transition: 0.2s;
}

.header_sec .navbar-toggler[aria-expanded="true"] {
    border: 1px solid var(--black);
}

.header_sec .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(130deg);
    position: relative;
    top: 4px
}

.header_sec .navbar-toggler[aria-expanded="true"] span {
    background-color: var(--black);
}

.header_sec .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-130deg);
    position: relative;
    top: -4px
}

.header_sec .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    color: #000000;
}


.header_sec .navbar-collapse.show .button_logo img {
    display: block;
}

.button_logo img {
    max-width: 100%;
    display: none;
    filter: brightness(0);
    margin-bottom: 20px;
}

.ser_trending{

    margin-bottom: 100px;
}
.banner_side_img{
    display: flex;
    justify-content: end;
}
.banner_side_img1{
    justify-content: start;
}

@media screen and (max-width: 992px) {
    .header_sec .navbar-collapse {
        position: fixed;
        display: block !important;
        left: -420px;
        transition: 0.2s;
        padding: 30px;
    }

    .header_sec .navbar-collapse.show {
        position: fixed;
        display: block !important;
        left: 0;
        background: #fff;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 1;
    }
    .mkes_life_inner_tbs .nav{
        flex: 100% !important;
        width: 100%;
    }
}

/* header css end */




.bg_banner {
    background-image: url('../images/BANNER.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;

}

.container-fluid {
    padding-right: 70px;
    padding-left: 70px;

}

.banner_itm .banner_side_img img {
    max-width: 100%;
}

.banner_itm {
    padding: 80px 0 280px;
}

.banner_itm .banner_text .banner_title h3 {
    color: var(--Black-Gray, #382F32);
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    line-height: normal;
}

.banner_itm .banner_text .banner_title h5 {
    color: var(--Black-Gray, #382F32);
    text-align: center;
    font-size: 60px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.banner_itm .banner_text .banner_title h5 span {
    border-radius: 50px;
    background: var(--Black-Gray, #382F32);
    padding: 10px 12px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner_itm .banner_text .banner_title h6 {
    color: #F06B38;
    text-align: center;
    white-space: nowrap;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner_itm .banner_text .banner_title p {
    color: #494949;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}

.banner_itm .banner_text .app_img {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.banner_itm .banner_text .app_img img {
    max-width: 100%;
}

@media screen and (max-width: 1300px) {
    .banner_itm .banner_text .banner_title h6 {

        font-size: 50px;

    }

    .banner_itm .banner_text .banner_title h5 {
        font-size: 40px;
    }

    .banner_itm .banner_text .banner_title h3 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 992px) {

    .link_box{
        margin-bottom: 30px;
    }

    .banner_side_img {
        display: none;
    }
}

.link_item {
    margin-top: -210px;
    margin-bottom: 40px;
}

.link_item .link_box {
    position: relative;
}
.link_item .link_box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.link_item .link_box .link_text {
    background-color: #151515;
    padding: 25px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.link_item .link_box .link_text h3 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.link_item .link_box .link_text p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: capitalize;
}

.trending_img img {
    max-width: 100%;
}

.bg_trending {
    position: relative;
}

.bg_trending::before {
    content: '';
    background: #FF9369;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 345px;
}

.bg_trending::after {
    content: '';
    background-image: url('../images/bg_orange.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 100%;
    height: 347px;
}

.trending_sec {
    position: relative;
    z-index: 9;
    top: 10px;
}

.trending_text {
    padding: 90px 0 0;
}

.trending_text h3 {
    color: #FFF;
    font-size: 25.235px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.trending_text ul {
    align-items: center;
    gap: 15px;
margin-top:18px;
}

.trending_text ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}
.trending_text h2{
color
:#fff;
font-size:20px;
}

.search_box {
    display: flex;
    position: relative;
    align-items: center;
    gap: 20px;
    width: 100%;
    background-color: #fff;
    padding: 15px 13px;
    border-radius: 52.573px;
}

.search_box::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 37%;
    background: #E0E0E0;
    width: 3.154px;
    height: 42.059px;
}

.search_box img {
    max-width: 100%;
}

.search_box input {
    border: none;
    width: 100%;
}

.search_box input:focus {
    outline: none;
}

.fomr_field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fomr_field img{
    width: 43px;
    height: 43px;
}

.search_btn {
    color: #FFF;
    display: inline-flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 10px 30px;
    border-radius: 31.544px;
    background: #141414;
}

.booking_manage_sec {
    padding-top: 111px;
}

.booking_manage_sec .booking_manage_text h3 {
    color: #141414;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 51px;
    letter-spacing: -0.42px;
    text-transform: capitalize;
}

.booking_manage_sec .booking_manage_text p {
    color: rgba(20, 20, 20, 0.75);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}
.booking_manage_sec .booking_manage_img{
    margin: auto;
    text-align: center;
}
.booking_manage_sec .booking_manage_img img {
    max-width: 100%;
}


.our_app_sec {
    border-radius: 50px;
    background: #141414;
    padding: 120px;
}

.our_app_sec .our_app_text {
    padding: 0 140px 0 60px;
}

.our_app_sec .our_app_text h3 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.our_app_sec .our_app_text .app_img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.our_app_sec .our_app_text p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.our_app_sec .video_box video {
    width: 100%;
    height: 100%;
}

.main_title h2 {
    text-align: center;
    color: #2E2E2E;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.main_title p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mkeslife_sec {
    padding: 95px 0;
}

.mkeslife_sec .main_tbs_life {
    margin: 50px auto 0;
    display: block;
    text-align: center;
}

.mkeslife_sec .main_tbs_life .tabslife {
    border-radius: 50px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    margin-bottom: 66px !important;

}

.mkeslife_sec .main_tbs_life .tabslife .nav-link.active {
    border-radius: 50px;
    background: #F06B38;
    color: #fff;
}



.mkeslife_sec .main_tbs_life .tabslife .nav-link {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 200px !important;
    height: 50px;
}

.mkes_life_inner_tbs .nav-pills .nav-link {
    position: relative;
    padding: 16px 55px;
    color: #000;
    text-align: start;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.mkes_life_inner_tbs .nav-pills .nav-link::after {
    content: '';
    background-image: url('../images/tick-inside-circle1.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 31px;
    background-position: left;
    align-items: center;
    position: absolute;
    top: 22px;
    width: 20px;
    height: 20px;
    left: 20px;
}

.mkes_life_inner_tbs .nav {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 35%;
    padding-left: 0;
    margin-bottom: 0;
    align-items: flex-start;
    list-style: none;
}

.mkes_life_inner_tbs .tab-content {
    flex: 0 0 65%;
}

.mkes_life_inner_tbs .nav-pills .nav-link.active {
    border-radius: 12px 12px 0px 12px;
    background: #F06B38;
    color: #fff;

}

.mkes_life_inner_tbs .nav-pills .nav-link.active::after {
    filter: brightness(0) invert(1);
}

.mkes_life_inner_tbs .nav-pills .nav-link.active img {
    filter: brightness();
}

.appointment_item {
    text-align: start;
}
.appointment_item p{
    color: rgba(20, 20, 20, 0.75);
font-size: 16px;
font-weight: 400;
line-height: 24px; 
margin-bottom: 30px;
}
.appointment_item h3 {
    color: #2E2E2E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.appointment_item .all_benefits_img {
    padding-bottom: 49%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.mkeslife_sec.home_tbs .appointment_item .all_benefits_img {
    padding-bottom: 45%;
}

.appointment_item .all_benefits_img img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.step_process_inner {
    background-color: #FFF3EE;
    border-radius: 50px;
    padding: 60px;
    height: 1180px;
}

.step_process_inner .icon_stp img {
    width: 199px;
}

.step_process_inner .step_process {
    display: flex;
    align-items: center;
    gap: 25px;
}

.step_process_inner .step_process .step_box {
    text-align: center;
    flex: 0 0 calc(25% - 25px);
}
.step_process_inner .step_process .step_box:nth-child(1) {
    position: relative;
    top: 250px;
}

.step_process_inner .step_process .step_box:nth-child(2) {
    position: relative;
    top: 180px;
}

.step_process_inner .step_process .step_box:nth-child(3) {
    position: relative;
    top: 100px;
}

.step_process_inner .step_process .step_box .step_text h4 {
    color: #141414;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.step_process_inner .step_process .step_box .step_text {
    margin-bottom: 12px;
}

.step_process_inner .step_process .step_box .step_text p {
    color: rgba(20, 20, 20, 0.75);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.step_process_inner .step_process .step_box .step_number_img img {
    max-width: 100%;
}

.step_process_inner .step_process .step_box .step_arrow {
    max-width: 100%;
    height: 100%;
}

.step_process {
    margin-top: 50px;
}

.Service_sec .main_title {
    text-align: center;
}

.Service_sec .main_title h2 {
    font-size: 50px;

}

.Service_sec {
    padding: 120px 0;
    background: #fbf7f7;
    /* overflow: hidden;  */
}
.main{
    overflow: hidden; 

}
.Service_sec .service_box h3 {
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    line-height: 34px;
    z-index: 9;
    transition: 0.5s ease-in-out;
    position: relative;
}

.Service_sec .service_box h3 img {
    width: 25px;
    transition: 0.5s ease-in-out;
}

.Service_sec .service_inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.Service_sec .service_inner {
    padding: 50px 0;
}
/* 
.Service_sec .service_inner .service_box {
    flex: 0 0 calc(20% - 15px);
} */
.Service_sec .service_inner .service_box_mn {
    flex: 0 0 calc(20% - 15px);
    width: 290px;
}
.Service_sec .service_box {
    position: relative;
    /* width: 300px; */
    height: 164px;
    overflow: hidden;
    border: 1px solid #D9E9C2;
    padding: 25px;
    border-radius: 10px;
}

.Service_sec .service_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: -550px;
    width: 100%;
    height: 100%;
    background: linear-gradient(82deg, rgba(240, 107, 56, 0.90) 11.26%, rgba(20, 20, 20, 0.00) 97.22%);
    transition: 0.6s ease-in-out;
    z-index: 2;
}

.Service_sec .service_box .service_icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    transition: 0.5s ease-in-out;
}


.Service_sec .service_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -550px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.6s ease-in-out;
}

.Service_sec .service_box:hover h3 {
    color: #fff;

}

.Service_sec .service_box:hover h3 img {
    filter: brightness(0) invert(1);
}

.Service_sec .service_box:hover .service_icon img {
    filter: brightness(0) invert(1);
}

.Service_sec .service_box:hover::before {
    left: 0px;
}
.Service_sec .service_box:hover::after {
    left: 0px;
}

.Service_sec .service_box:nth-child(1):hover::after {
    background-image: url('../images/service_img1.png');
}
.Service_sec .service_box:nth-child(2):hover::after {
    background-image: url('../images/service_img2.png');
}
.Service_sec .service_box:nth-child(3):hover::after {
    background-image: url('../images/service_img3.png');
}

.Service_sec .service_box:nth-child(4):hover::after {
    background-image: url('../images/service_img4.png');
}

.Service_sec .service_box:nth-child(5):hover::after {
    background-image: url('../images/service_img5.png');
}

.Service_sec .service_box:nth-child(6):hover::after {
    background-image: url('../images/service_img6.png');
}

.Service_sec .service_box:nth-child(7):hover::after {
    background-image: url('../images/service_img7.png');
}


.Service_sec .service_box:nth-child(8):hover::after {
    background-image: url('../images/service_img8.png');
}

.Service_sec .service_box:nth-child(9):hover::after {
    background-image: url('../images/service_img9.png');
}

.Service_sec .service_box:nth-child(10):hover::after {
    background-image: url('../images/service_img10.png');
}

.Service_sec .service_box:nth-child(11):hover::after {
    background-image: url('../images/service_img11.png');
}

.Service_sec .service_box:nth-child(12):hover::after {
    background-image: url('../images/service_img12.png');
}

.Service_sec .service_box:nth-child(13):hover::after {
    background-image: url('../images/service_img13.png');
}

.Service_sec .service_box:nth-child(14):hover::after {
    background-image: url('../images/service_img14.png');
}
.Service_sec .service_box:nth-child(15):hover::after {
    background-image: url('../images/service_img15.png');
}

.Service_sec .service_box:nth-child(16):hover::after {
    background-image: url('../images/service_img16.png');
}

.Service_sec .service_box:nth-child(17):hover::after {
    background-image: url('../images/service_img17.png');
}
.Service_sec .service_box:nth-child(18):hover::after {
    background-image: url('../images/service_img18.png');
}






.subscription_sec {
    position: relative;
    padding: 80px 0 0;
    margin-top:30px;

}

.subscription_sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(113deg, #FF9369 0.23%, #FF9369 0.94%, #F06B38 101.17%);
    z-index: 0;
}
.subscription_sec .row {
 z-index: 1;
 position: relative;

}


.subscription_sec .subscription_img img {
    max-width: 100%;
}

.subscription_sec .subscription_tx {
    margin-top: 10px;
}

.subscription_sec .subscription_tx h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.subscription_sec .subscription_tx h6 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.subscription_sec .subscription_tx p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

.subscription_sec .subscription_tx ul.home_list {

    padding: 0;
}

.subscription_sec .subscription_tx ul.home_list li {
    list-style: none;
    color: #FFF;
    float: left;
    font-size: 20px;
    width: 50%;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    background-image: url('../images/tick-inside-circle6.svg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;

}

.provider_tools_sec {
    padding: 120px 0;
}

.provider_tools_sec .main_title h2 {
    font-size: 50px;

}

.provider_tools_sec .main_title p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.provider_tools_box {
    border-radius: 30px;
    border: 1px solid var(--200, #E3DBD8);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    height: 100%;
}

.provider_tools_box .provider_tools_text h6 {
    color: #2E2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.provider_tools_box .provider_tools_text p {
    color: var(--800, #727272);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.our_blog_sec {
    border-radius: 100px 100px 0px 0px;
    background: #F4F4F4;
    padding: 110px 20px;
}

.our_blog_sec .main_title {
    margin-bottom: 50px;
}

.our_blog_sec .main_title h2 {
    text-align: start;
}
.our_blog_sec .blog_text h3 a {
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our_blog_sec .blog_img {
    position: relative;
    border-radius: 20px;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}


.our_blog_sec .blog_img img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.our_blog_sec .blog_text h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #F06B38;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
}

.our_blog_sec .blog_text h6 span {
    color: #808080;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: -0.36px;
}
.our_blog_sec .blog_text h3 {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.72px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.our_blog_sec .blog_text p {
    color: #808080;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.36px;
    margin: 0px 0 20px;
}

.our_blog_sec .blog_text a {
    color: #F06B38;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq_sec {
    padding: 110px 0;
}

.faq_sec .main_title {
    margin-bottom: 50px;
}

.faq_sec .main_title p {
    color: #6D6D6D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 32px */
    letter-spacing: -0.1px;
    text-align: center;
}


.accordion-body {

    background: rgba(252, 145, 113, 0.14);
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #ffefeb;
    color: var(--Gray-900, #101828);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    box-shadow: none;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 19px;
    overflow: hidden;
    margin-bottom: 15px;

}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #C0C0C0 !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url('../images/plus-circle.svg');
    background-size: 24px;
    width: 25px;
    height: 25px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/Iconwrap.svg');
    background-size: 24px;
    width: 25px;
    height: 25px;
}
footer {
    background: #171717;
    padding: 50px 0px 15px;
    height: 100%;
    background-image: url('../images/bg_footer.png');
}
.footer_link_sec {
    margin: 50px 0 0;
    position: relative;
    padding-top: 50px;
    padding: 50px 100px;
    border-bottom: 1px solid #696664;
}

.footer_link_sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.4;
    background: #E3DBD8;
    height: 1px;
    width: 100%;
}

.download_app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 20px;
    padding: 0px 100px;
}

.download_app::after {
    content: '';
    position: absolute;
    left: 60%;
    top: 0;
    opacity: 0.3;
    background: #FFF;
    width: 1px;
    height: 117px;

}

.download_app .download_text {
    flex: 0 0 calc(55% - 10px);
}


.download_app .download_text h3 {
    color: var(--White, #FFF);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.download_app .download_text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_app {
  
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        border: 1px solid #F06B38;
        transition: color 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        z-index: 1;
        text-decoration: none;
        height: 60px;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        gap: 10px;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-radius: 60px;
        border: 1px solid #FFF;
        padding: 15px 35px;
}

.btn_app::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; 
    width: 100%;
    height: 100%;
    background-color: #ffffff; 
 
    transition: left 0.5s ease; 
    z-index: -1; 
}


.btn_app:hover::after {
    left: 0; 
}

.btn_app:hover {
    border: 1px solid #382F32;
    color: #000000; 
}





.align_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    flex: 0 0 calc(45% - 10px);
}

.footer_abt img {
    max-width: 100%;
    margin-bottom: 15px;
}

.footer_abt span {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
}

.quick_link h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 18px;
}

.quick_link ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.quick_link ul li {
    list-style: none;

}

.quick_link ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Social_link h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 18px;
}

.Social_link ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.Social_link ul li {
    list-style: none;
}

.bussiness_banner .banner_text .banner_title h3 {
    text-align: start !important;
}

.bussiness_banner .banner_text .banner_title h5 {
    text-align: start;
    justify-content: start;
}

.bussiness_banner .banner_text .banner_title h6 {
    text-align: start;
}

.bussiness_banner .banner_text .banner_title p {
    color: #494949;
    text-align: start;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.bussiness_banner .banner_text .app_img {
    justify-content: start;
}

.banner_img_bussiness img {
    max-width: 100%;
}

.grow_business_img img {
    max-width: 100%;
}

.bussiness.banner_itm {
    padding: 80px 0 30px;
}

.live_Session.banner_itm {
    padding: 120px 0 150px;
}

.serviceexplore.banner_itm {
    padding: 0;
}

.restaurant.banner_itm {
    padding: 0;
}


.ultimate_service .main_title {
    width: 80%;
    text-align: center;
    margin: 40px auto 100px;
}

.ultimate_service .ultimate_service_box {
    height: 76vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.ultimate_service .ultimate_service_box::-webkit-scrollbar{
    width: 5px; 
    height: 8px;
  }

  .ultimate_service .ultimate_service_box::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
  }
  .ultimate_service .ultimate_service_box::-webkit-scrollbar-thumb{
    background-color: #F06B38;
    border-radius: 10px;
  }

/* .ultimate_service .ultimate_service_box::-webkit-scrollbar {
    width: 5px;
} */


.ultimate_service .ultimate_service_box .ultimate_service__item .ultimate_service_img {
    position: relative;
    padding-bottom: 88%;
    overflow: hidden;
}

.ultimate_service .ultimate_service_box .ultimate_service__item .ultimate_service_img .service_img0 {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;

}

.ultimate_service .ultimate_service_box .ultimate_service__item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    text-align: start;
}

.ultimate_service .ultimate_service_box .ultimate_service__item::before,
.ultimate_service .ultimate_service_box .ultimate_service__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.ultimate_service .ultimate_service_box .ultimate_service__item::before {
    background: linear-gradient(28deg, rgba(0, 0, 0, 0.85) -12.43%, rgba(20, 20, 20, 0.00) 159.74%);

    opacity: 1;
    z-index: 1;
}

.ultimate_service .ultimate_service_box .ultimate_service__item::after {
    background: linear-gradient(0deg, rgba(240, 107, 56, 0.90) 0%, rgba(20, 20, 20, 0.00) 100%);
    transform: translateY(100%);
    z-index: 2;
}

.ultimate_service .ultimate_service_box .ultimate_service__item:hover::before {
    opacity: 0;
}

.ultimate_service .ultimate_service_box .ultimate_service__item:hover::after {
    transform: translateY(0);
}


.ultimate_service .ultimate_service_box .ultimate_service__item .ultimate_service_text {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    left: 20px;
}

.ultimate_service .ultimate_service_box .ultimate_service__item .ultimate_service_text h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.ultimate_service_title h3 {
    color: #2E2E2E;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.ultimate_service_title p {
    color: rgba(20, 20, 20, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}


.live_session_tabs .mkes_life_inner_tbs .nav {

    flex: 0 0 27%;

}

.live_session_tabs .mkes_life_inner_tbs .tab-content {
    flex: 0 0 73%;
}

.live_session_tabs .main_title p {
    text-align: center;
}

.live_session_tabs .bg_light_pink {
    padding: 100px 172px;
}

.live_session_tabs .appointment_item h3 {
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    
}

.live_session_tabs .nav-pills .nav-link {
    color: var(--Color-Black, #222831);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 293px;
    height: 72px;
}

.live_session_tabs .nav-pills .nav-link.active {
    color: #fff;
    border-radius: 10px;
    background: #F06B38;
}

.live_session_tabs .main_tbs_life .nav-pills .nav-link::after {
    top: 27px;
}


.tabscroll_liver_resto{
    height: 93vh;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block !important;
    padding-right: 18px;
}
.tabscroll_liver_resto::-webkit-scrollbar{
    width: 5px; 
    height: 8px;
  }

  .tabscroll_liver_resto::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
  }
  .tabscroll_liver_resto::-webkit-scrollbar-thumb{
    background-color: #F06B38;
    border-radius: 10px;
  }
.live_session_tabs.restaurant_tabs .nav-pills .nav-link {
    width: 100%;
    transition: all ease 0.5s;
}

.live_session_tabs.restaurant_tabs .mkes_life_inner_tbs {
    gap: 50px;
}

.mkeslife_sec.live_session_tabs.restaurant_tabs {
    padding: 0;
}

.about_banner .abt_banner_text {
    text-align: center;
    width: 60%;
    margin: 0px auto 60px;
}

.about_banner .abt_banner_text h2 {
    color: #2E2B2A;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 60px;
    margin-top: 22px;
}

.about_banner .abt_banner_text p {
    color: #1E1E1F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abt_banner_text span {
    border-radius: 60px;
    background: rgba(240, 107, 56, 0.37);
    border-radius: 30px;
    padding: 10px 20px;
    color: #211F1F;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;

}

.banner_img_abt {
    margin: auto;
    width: 100%;
    text-align: center;
}

.banner_img_abt img {
    max-width: 100%;
}

.abt_secbanner.banner_itm {
    padding: 60px 0 120px;
}

.ourstory .ourstory_title h2 {
    color: #424242;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.ourstory .our_story_subtitle p {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.story_banner {
    margin-top: 50px;
}

.story_banner img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.ourstory.sec_pad {
    padding-bottom: 0;
}

.our_values {
    margin: 0px 0 80px;
}

.our_values .main_title {
    width: 40%;
    margin-bottom: 50px;
}

.our_values .values_box img {
    width: 60px;
    margin-bottom: 15px;
}

.our_values .values_box .values_text h3 {
    color: #1E293B;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.4px;
}

.our_values .values_box .values_text p {
    color: #475569;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.032px;
}



.banner_itm.contactus {
    padding: 80px 0 0;
    margin-bottom: 150px;
}

.contactus .contactus_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.contactus .contactus_banner .contactus_text {
    flex: 0 0 50%;
}

.contactus .contactus_banner .contactus_text h2 {
    color: #000;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contactus .contactus_banner .contactus_text span {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.contactus .contactus_banner .contactus_social_link {
    padding: 0;
}

.contactus .contactus_banner .contactus_social_link li {
    list-style: none;
    margin-bottom: 15px;
}

.contact_form {
    border-radius: 50px;
    background: #151515;
    padding: 120px 90px;
    margin-top: 20px;
    position: relative;
    top: 80px;
}

.contact_form .contact_inner {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.contact_form .contact_inner .form_group {
    flex: 0 0 calc(34% - 30px);
}

.contact_form .contact_inner .form_group input::placeholder {
    color: #fff;
}

.contact_form .contact_inner .form_group input {
    width: 100%;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #fff;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: 0;
    padding-bottom: 30px;
}

.contact_form .contact_inner .form_group input:focus {
    outline: none;
}

.contact_form .form_group textarea:focus {
    outline: none;
}

.contact_form .form_group textarea {
    width: 100%;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #fff;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: 0;
    padding-bottom: 70px;
    margin-bottom: 60px;
}

.contact_form .form_group textarea::placeholder {
    color: #fff;
}

.contact_btn {
    display: flex;
    width: 358px;
    padding: 32px 25px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 37px;
    background: linear-gradient(180deg, #F9E440 0%, #F06B38 100%), #4A3AFF;
    color: #FFF;

    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact_info .contact_info_details {
    margin-bottom: 80px;
}
.contact_info .contact_info_details {
    position: relative;
}
.contact_info .contact_info_details::after{
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #333 50%, rgba(255, 255, 255, 0.00) 100%);


    height: 90px;
}
.contact_info .contact_info_details span {
    display: inline-block;
    margin-bottom: 15px;
    color: #f06b38;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.contact_info .contact_info_details h3 {
    color: #000;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.contact_info .address_contact {
    position: relative;
}

/* .contact_info .address_contact::after {
    content: '';
    width: 27px;
    height: 3px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #000;

} */

.address_contact{
    display: flex;
    align-items: center;
    gap: 10px;

}
.address_contact img{

        width: 78px;
}

.contact_info .address_contact span {
    color: #f06b38;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
}
.contact_info .address_contact h6 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.blog_sec .blog_page_title{
    margin-bottom: 60PX;
}

.blog_sec .blog_page_title h2 {
    color: #2E2E2E;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}


.blog_sec .blog_page_title p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.social_icon{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.social_icon li{
    list-style: none;
}

.blog_bnner .about_banner .abt_banner_text{
 
    margin: 0px auto 30px;
}
.blog_bnner .about_banner .abt_banner_text span{
    margin-bottom: 20px;
    display: inline-block;
}
.blog_inner .about_banner .abt_banner_text{
margin: 0 auto;
}

.blog_sec.sec_pad.our_blog_sec{
    background: unset;
}
.blog_deatils .about_banner .abt_banner_text {
    margin: 0px auto 26px;
}

.blog_details_img{
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.blog_details_img img{
width: 100%;
border-radius: 20px;
}
.blog_text{
    margin-bottom: 40px;
}
.blog_text p{
    color: #111;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin-bottom: 15px;
}
.post_blogs .abt_banner_text {
    padding-top: 40px;
}
.post_blogs  h2 {
    margin-top: 10px;
}
.post_blogs .social_icon {
    justify-content: flex-start;
    margin: 25px 0 0 0;
    padding-left: 0;
}

.post_blogs img{
max-width:100% !important;
width:100% !important;
}


.blog_popular_sec {
    position: relative;
    padding: 30px 20px 80px 20px;
    position: sticky;
    top: 0;
}
.join_us_img img {
    border-radius: 10px;
}
.popular_blog_title {
    padding-left: 10px;
}
.blog_popular_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #EDEDED;
    width: 1px ;
    height: 100%;
}
.popular_blog_title h3{
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;

}
.social_mata {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
    align-items: center;
}
.social_mata ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}
.suggest_blog {
    display: flex;
    gap: 10px;
    margin-top: 20px;

}
.suggest_blog img {
    border-radius: 10px;
    width: 110px;
    height: 85px;
}
.suggest_blog .suggest_text h4, .suggest_blog .suggest_text h4 a{
    color: #111;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
letter-spacing: -0.48px;
}
.suggest_blog .suggest_text span{
    border-radius: 5px;
background: rgba(240, 107, 56, 0.37);
color: #211F1F;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
display: inline-block;
padding: 8px 20px;
margin-bottom: 10px;
}


.join_us_img img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    margin-top: 20px;
}

.popular_blog_gap{
    margin-bottom: 50px;
}


.copy_right span {
    color: var(--White, #FFF);
    display: block;
    text-align: center;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: auto;
}
.copy_right{
 padding: 30px 0 0;
display:flex;
align-items:center;
width:100%;
justify-content:space-between;
}


  
  .animate-dropdown {
    animation: fadeIn 0.3s ease-in-out;
  }

  .custom-dropdown {
    position: relative;
  }
  
  .dropdown.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  

  .dropdown {
    position: absolute;
    top: 100%;
    overflow: hidden;
    left: -80px;
    background: white;
    border-radius: 20px !important;
    list-style: none;
    width: 310px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    padding: 0px;
}
  .custom-dropdown.dropdown-open .dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  

  .dropdown li {
    position: relative;
    overflow: hidden;
  }
  
  .dropdown li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #F06B38;
    transition: width 0.4s ease-in-out;
    z-index: -1;
  }
  
  .dropdown li:hover::after {
    width: 100%;
  }
  
  .dropdown li a {
    font-size: 15px;
    display: inline-block;
    padding: 10px 15px;
    color: #000;
    position: relative;
    z-index: 1;
    width: 100%;
    font-weight: 600;
}
  
  .dropdown li:hover a {
    color: #000;
  }
  

  .dropdown-toggle::after{
    display: none;
  }

  .ultimate_service_box .nav-pills{
    gap: 20px;
  }
  .ultimate_service_box .nav-item {
    flex: 0 0 calc(33% - 20px);
}
  .ultimate_service_box .nav-item button{
width: 100%;
  }
  .ultimate_service_box .nav-pills .nav-link{
    padding: 0;
  }
  .ultimate_service_box .nav-pills .nav-link.active{
    background-color: unset;
    padding: 0;
  }

  .conten_pricy h3{
    font-size: 25px;
    font-weight: 600;
  }
  .conten_pricy p{
    margin-bottom:20px;
    line-height: 30px;
  }



  /* pagerloder css    */


/* From Uiverse.io by mobinkakei */ 
#wifi-loader {
    --background: #0077ff;
    --front-color: #F06B38;
    --back-color: #F06B38;
    --text-color: #c5c1c2;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #wifi-loader svg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #wifi-loader svg circle {
    position: absolute;
    fill: none;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(-100deg);
    transform-origin: center;
  }
  
  #wifi-loader svg circle.back {
    stroke: var(--back-color);
  }
  
  #wifi-loader svg circle.front {
    stroke: var(--front-color);
  }
  
  #wifi-loader svg.circle-outer {
    height: 130px;
    width: 130px;
  }
  
  #wifi-loader svg.circle-outer circle {
    stroke-dasharray: 62.75 188.25;
  }
  
  #wifi-loader svg.circle-outer circle.back {
    animation: circle-outer135 1.8s ease infinite 0.3s;
  }
  
  #wifi-loader svg.circle-outer circle.front {
    animation: circle-outer135 1.8s ease infinite 0.15s;
  }
  
  #wifi-loader svg.circle-middle {
    height: 80px;
    width: 80px;
  }
  
  #wifi-loader svg.circle-middle circle {
    stroke-dasharray: 42.5 127.5;
  }
  
  #wifi-loader svg.circle-middle circle.back {
    animation: circle-middle6123 1.8s ease infinite 0.25s;
  }
  
  #wifi-loader svg.circle-middle circle.front {
    animation: circle-middle6123 1.8s ease infinite 0.1s;
  }
  
  #wifi-loader svg.circle-inner {
    height: 34px;
    width: 34px;
  }
  
  #wifi-loader svg.circle-inner circle {
    stroke-dasharray: 22 66;
  }
  
  #wifi-loader svg.circle-inner circle.back {
    animation: circle-inner162 1.8s ease infinite 0.2s;
  }
  
  #wifi-loader svg.circle-inner circle.front {
    animation: circle-inner162 1.8s ease infinite 0.05s;
  }
  
  #wifi-loader .text {
    position: absolute;
    bottom: -130px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size:20px;
    letter-spacing: 0.2px;
    color: var(--Black-Gray, #382F32);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    line-height: normal;
    font-family: "Plus Jakarta Sans", serif;
 
  }
  
  #wifi-loader .text::before, #wifi-loader .text::after {
    content: attr(data-text);
  }
  
  #wifi-loader .text::before {
    color: var(--text-color);
  }
  
  #wifi-loader .text::after {
    color: var(--front-color);
    animation: text-animation76 3.6s ease infinite;
    position: absolute;
    left: 0;
  }
  
  @keyframes circle-outer135 {
    0% {
      stroke-dashoffset: 25;
    }
  
    25% {
      stroke-dashoffset: 0;
    }
  
    65% {
      stroke-dashoffset: 301;
    }
  
    80% {
      stroke-dashoffset: 276;
    }
  
    100% {
      stroke-dashoffset: 276;
    }
  }
  
  @keyframes circle-middle6123 {
    0% {
      stroke-dashoffset: 17;
    }
  
    25% {
      stroke-dashoffset: 0;
    }
  
    65% {
      stroke-dashoffset: 204;
    }
  
    80% {
      stroke-dashoffset: 187;
    }
  
    100% {
      stroke-dashoffset: 187;
    }
  }
  
  @keyframes circle-inner162 {
    0% {
      stroke-dashoffset: 9;
    }
  
    25% {
      stroke-dashoffset: 0;
    }
  
    65% {
      stroke-dashoffset: 106;
    }
  
    80% {
      stroke-dashoffset: 97;
    }
  
    100% {
      stroke-dashoffset: 97;
    }
  }
  
  @keyframes text-animation76 {
    0% {
      clip-path: inset(0 100% 0 0);
    }
  
    50% {
      clip-path: inset(0);
    }
  
    100% {
      clip-path: inset(0 0 0 100%);
    }
  }
   
  .page_loder{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 555; 
    display: flex;
    align-items: center;
    background-image: url(../images/BANNER.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    justify-content: center;
  }






.service_sub_cat{
    width: 100%;
    min-width: 460px;
    position: absolute; 
    background-color: #fbf7f7;
    z-index: 22;
    border: 1px solid #00000029;
    border-radius: 10px;
    /* top: 0; */
    /* margin-left: 240px; */
    margin-top: -120px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;
    transform: translateX(50px);
    left: 100%;
    padding: 16px;
}

.service_box_mn{
    position: relative;
}
.service_box_mn:hover .service_sub_cat{
visibility: visible;
opacity: 1;
transition: all ease 0.5s;

transform: translateX(0);

}

.service_sub_cat h4{
    font-size: 18px; 
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    line-height: 34px;
    z-index: 9;
}
.service_sub_cat .search{
    display: flex
;
    align-items: center;
    background: #efefef;
    border-radius: 45px;
    position: relative;
}

.service_sub_cat .search input{
    width: 100%;
    background: transparent;
    border: 0;
    padding: 15px 20px;
}
.service_sub_cat .search input:focus{
    outline: 0;
}
.service_sub_cat .search button{
    border: 0;
    background-color: #f06b38;
    position: absolute;
    right: 8px;
    /* height: 90%; */
    padding: 9px;
    border-radius: 100px;
    color: white;
    width: 40px;
    height: 40px;

}




.service_sub_cat ul{
    padding: 10px;
    padding-top: 0px;
    height: 46vh;
    overflow-y: scroll;
    margin-top: 15px;
   
}
.service_sub_cat ul::-webkit-scrollbar{
    width: 5px; 
    height: 8px;
  }

  .service_sub_cat ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
  }
  .service_sub_cat ul::-webkit-scrollbar-thumb{
    background-color: #F06B38;
    border-radius: 10px;
  }

.service_sub_cat ul li{
    list-style: none;
    padding: 13px 10px;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
}
.service_sub_cat ul li a{
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
















.Service_sec .service_box_mn:hover h3 {
    color: #fff;

}

.Service_sec .service_box_mn:hover h3 img {
    filter: brightness(0) invert(1);
}

.Service_sec .service_box_mn:hover .service_icon img {
    filter: brightness(0) invert(1);
}

.Service_sec .service_box_mn:hover .service_box::before {
    left: 0px;
}
.Service_sec .service_box_mn:hover .service_box::after {
    left: 0px;
}
.Service_sec .service_box_mn:hover .service_box {
    left: 0px;
}
.Service_sec .service_box_mn:nth-child(1):hover .service_box::after {
    background-image: url('../images/service_img1.png');
}
.Service_sec .service_box_mn:nth-child(1):hover .service_box::after {
    background-image: url('../images/service_img1.png');
}
.Service_sec .service_box_mn:nth-child(2):hover .service_box::after {
    background-image: url('../images/service_img2.png');
}
.Service_sec .service_box_mn:nth-child(3):hover .service_box::after {
    background-image: url('../images/service_img3.png');
}

.Service_sec .service_box_mn:nth-child(4):hover .service_box::after {
    background-image: url('../images/service_img4.png');
}

.Service_sec .service_box_mn:nth-child(5):hover .service_box::after {
    background-image: url('../images/service_img5.png');
}

.Service_sec .service_box_mn:nth-child(6):hover .service_box::after {
    background-image: url('../images/service_img6.png');
}

.Service_sec .service_box_mn:nth-child(7):hover .service_box::after {
    background-image: url('../images/service_img7.png');
}


.Service_sec .service_box_mn:nth-child(8):hover .service_box::after {
    background-image: url('../images/service_img8.png');
}

.Service_sec .service_box_mn:nth-child(9):hover .service_box::after {
    background-image: url('../images/service_img9.png');
}

.Service_sec .service_box_mn:nth-child(10):hover .service_box::after {
    background-image: url('../images/service_img10.png');
}

.Service_sec .service_box_mn:nth-child(11):hover .service_box::after {
    background-image: url('../images/service_img11.png');
}

.Service_sec .service_box_mn:nth-child(12):hover .service_box::after {
    background-image: url('../images/service_img12.png');
}

.Service_sec .service_box_mn:nth-child(13):hover .service_box::after {
    background-image: url('../images/service_img13.png');
}

.Service_sec .service_box_mn:nth-child(14):hover .service_box::after {
    background-image: url('../images/service_img14.png');
}
.Service_sec .service_box_mn:nth-child(15):hover .service_box::after {
    background-image: url('../images/service_img15.png');
}

.Service_sec .service_box_mn:nth-child(16):hover .service_box::after {
    background-image: url('../images/service_img16.png');
}

.Service_sec .service_box_mn:nth-child(17):hover .service_box::after {
    background-image: url('../images/service_img17.png');
}
.Service_sec .service_box_mn:nth-child(18):hover .service_box::after {
    background-image: url('../images/service_img18.png');
}


.sub_cat_model .modal-dialog{
    max-width: 600px;
  
}

.sub_cat_model .modal-content{
    padding: 16px;
}  

.sub_cat_model_inner h4{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    line-height: 34px;
}




.Service_sec .service_box_mn:nth-child(5) .service_sub_cat{
    left: auto;
    right: 0;
}
.Service_sec .service_box_mn:nth-child(10) .service_sub_cat{
    left: auto;
    right: 0;
}
.Service_sec .service_box_mn:nth-child(15) .service_sub_cat{
    left: auto;
    right: 0;
}
.Service_sec .service_box_mn:nth-child(20) .service_sub_cat{
    left: auto;
    right: 0;
}
.sub_cat_model_inner .search{
    display: flex
;
    align-items: center;
    background: #efefef;
    border-radius: 45px;
    position: relative;
}

.sub_cat_model_inner .search input{
    width: 100%;
    background: transparent;
    border: 0;
    padding: 15px 20px;
}
.sub_cat_model_inner .search input:focus{
    outline: 0;
}
.sub_cat_model_inner .search button{
    border: 0;
    background-color: #f06b38;
    position: absolute;
    right: 8px;
    /* height: 90%; */
    padding: 9px;
    border-radius: 100px;
    color: white;
    width: 40px;
    height: 40px;

}




.sub_cat_model_inner ul{
    padding: 10px;
    padding-top: 0px;
    height: 46vh;
    overflow-y: scroll;
    margin-top: 15px;
   
}
.sub_cat_model_inner ul::-webkit-scrollbar{
    width: 5px; 
    height: 8px;
  }

  .sub_cat_model_inner ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
  }
  .sub_cat_model_inner ul::-webkit-scrollbar-thumb{
    background-color: #F06B38;
    border-radius: 10px;
  }

.sub_cat_model_inner ul li{
    list-style: none;
    padding: 13px 10px;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
}
.sub_cat_model_inner ul li a{
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sub_cat_model_inner{
    position: relative;
}

.sub_cat_model_inner .close_btn_model{
    background: #ff8a5d;
    border: 0;
    color: white;
    position: absolute;
    right: -2px;
    border-radius: 60px;
    width: 24px;
    height: 24px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    top: -3px;
}
.pagination {
    justify-content: center;
}
.pagination span svg {
    width: 20px;
}
.pagination nav div:first-child {
    display: none;
}
.pagination a svg[fill="currentColor"], .pagination a  {
    fill: #F06B38;
    color: #F06B38;
}
.search_modal .modal-content {
    padding: 35px;
    border-radius: 15px;
    text-align: center;
}
.search_modal .modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.search_modal .modal-content .app_img {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}
.search_modal .modal-content .app_img a img {
    width: 100%;
}
/* .header_sec .navbar-nav .nav-item.custom-dropdown .dropdown  {
    display: none;
    position: absolute;
  }
  .header_sec .navbar-nav .nav-item.custom-dropdown:hover .dropdown  {
    display: block;
    top: 0;
  } */

@media(min-width: 1200px){
    .custom-dropdown:hover .dropdown {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}

@media(max-width: 1399.98px){
    .popular_blog_title {
        padding-left: 0;
    }
}

@media(max-width: 1199.98px){
    .social_mata {
        flex-wrap: wrap;
    }
    .social_mata ul {
        margin-left: 0;
    }
    
}
@media(max-width: 991.98px){
    .post_blogs {
        padding-top: 70px;
    }
    .blog_popular_sec {
        padding: 0;
        border-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    .blog_popular_sec {
        padding: 0;
        border-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    .blog_popular_sec::after{display: none;}
    .blog_popular_sec {
        padding: 20px 0px 20px 0px;
    }
    .join_us_img_itms {
        display: flex;
        gap: 15px;
    }
    .join_us_img {
        flex: 0 0 calc(50% - 12px);
    }
}
@media(max-width: 575.98px){
    .join_us_img_itms {
        flex-wrap: wrap;
    }
    .join_us_img {
        flex: 0 0 100%;
    }
    .post_blogs {
        padding-top: 50px;
    }
    .search_modal .modal-content {
        padding: 20px;
    }
}

.popularblog {

    position: relative;

    overflow: hidden;

    flex: 0 0 90px;

    height: 85px;

    border-radius: 10px;

}
.popularblog img {

    position: absolute;

    left: 0;

    top: 0;

    min-height: 100%;

    min-width: 100%;

    object-fit: cover;

    height: auto;

}
.suggest_blog .suggest_text span {

    border-radius: 5px;

    background: rgba(240, 107, 56, 0.37);

    color: #211F1F;

    text-align: center;

    font-size: 12px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    text-transform: uppercase;

    display: inline-block;

    padding: 5px 14px;

    margin-bottom: 5px;

    line-height: 1;

}  line no 2294
 
.suggest_blog .suggest_text h4 a {

    display: block;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}

.faq_img{
height: 100%;
}

.faq_img img{
width: 100%; 
height: 100%;
border-radius: 30px;
object-fit: cover;
}


 