@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --body-font-size:14px;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family: 'Poppins', sans-serif;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

body{
    font-family: var(--font-family);
    font-size:var(--body-font-size);
}
.gap-1{
    gap:.5rem;
}
.gap-2{
    gap:1rem;
}
.logo img{
    width: auto;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.treatment-hr {
    background: #233C7C;
    width: 30%;
    margin-top: 1px;
    margin-bottom: 1px;
}

.treatment-images {
    padding-top: 5%;
}

.treatment-images .card {
    border: 1px solid #233C7C !important;
    padding: 0% 0%;
   
}

.custom-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.custom-card:hover {
    transform: scale(1.05);
    /* Slight zoom effect */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    /* Smooth shadow */
}

.card-bottom {
    background: #233C7C;
    color: white;
}

.container-fluid {
    max-width: 1920px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.blue_heading {
    font-size: 32px;
    color: #233C7C;
    line-height: 1.1;
    font-weight: 700;
}

.custom-video-container video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.small_content {
    font-size: 16px;
}

.nav-item {
        font-weight: 400;
    color: #1D1D1D;
}

.navbar-light .navbar-nav .nav-link {
    color: #1D1D1D;
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
}

.banner-container {
    background: url(images/round_img_other.png), linear-gradient(#edf4ff, #FFFFFF);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: initial;
    /* height: 32vw; */
}

.banner-container:ht {
    background: url(images/round_img_other.png), linear-gradient(#edf4ff, #FFFFFF);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: initial;
    height: 32vw;
}

/* .ht{
    height: 32vw;
} */

.banner-heading {
    padding: 17% 0% 17% 13%;
}

.banner-heading .heading {
    font-size: 100px;
    color: #233C7C;
    font-weight: 700;
}

.blue_btn {
    font-size: 20px;
    background: #038BFF;
    text-decoration: none;
    color: white;
    border: none;
    padding: 2% 3%;
    border-radius: 97px;
}

.banner_img {
    text-align: right;
}

.cunter_container {
    background: #252E49;
    color: white;
    border-radius: 15px;
    padding: 2% 2%;
}

.cunter_container .counter_num {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.cunter_container .counter_content {
    /* font-family: PoppinRegular !important; */
}

.video_content_heading {
    color: #233C7C;
    /* font-family: PoppinRegular !important; */
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
}

.video_paragraph {
    color: #202020;
    /* font-family: PoppinRegular !important; */
    margin-top: 12px;
}

.footer_conteiner {
    background: #252E49;
}

.footer_conteiner {
    padding: 3% 3%;
    border-radius: 15px;
    color: #FFFFFF !important;
}

.footer_row {
    padding: 3% 0%;
    border-top: 1px solid #DDECFF;
    border-bottom: 1px solid #DDECFF;
    margin-top: 20px;
}

.copyright_content {
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 13px;
}

.footer_ul {
    margin-top: 20px;
    list-style-type: none;
    padding-inline-start: 0px;
}

.footer_ul li {
    font-size: 12px;
    padding: 3px 0px;
}

.footer_ul li a {
    color: white !important;
}

.footer_main_heading {
    font-weight: 600;
}

.piece_mind {
    color: #8C8C8C;
    /* font-family: PoppinRegular !important; */
    font-weight: 600;
    font-size: 37px;
}

.warrenty_content {
    color: #233C7C;
    /* font-family: PoppinRegular !important; */
    font-weight: 700;
    line-height: 1.1;
    margin-top: 6px;
}

.piece_mind_container {
    padding: 1.5% 6%;
}

.piece_ming_img {
    width: 82%;
    height: 100%;
    /* animation: fadeInUp 2s ease forwards; */
}

/* @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  } */

.piece_mind_small_content {
    margin-top: 6%;
    padding-left: 3%;
}

.explore_treatment_img_container {
    text-align: right;
}

.frx_duo_img {
    width: 100%;
    height: 100%;
}

.five_year_worrenty {
    padding: 0% 6% 3% 6%;
}

.our_commit {
    color: #233C7C;
    /* font-family: PoppinRegular !important; */
    font-weight: 700;
    line-height: 1.1;
}

.our_commit_content {
    margin-top: 2%;
    padding-right: 2%;
    /* font-family: PoppinRegular !important; */
    color: #202020;
}

.reliable_content {
    margin-top: 5%;
    color: #233C7C;
    /* font-family: PoppinRegular !important; */
    font-weight: 700;
    font-size: 32px;
}

.explore_container {
    padding: 1% 6%;
    background-image: linear-gradient(#DDECFF, #FFFFFF);
}

.explore_treatment {
    color: #233C7C;
    /* font-family: PoppinRegular !important; */
    font-weight: 700;
    padding-right: 13%;
    padding-top: 26%;
    padding-bottom: 2%;
}

.explore_treatment_content {
    /* font-family: PoppinRegular !important; */
    color: #202020;
}

.learn_more_btn {
    text-decoration: none;
    background: #038BFF;
    color: white;
    border: none;
    /* font-family: PoppinRegular !important; */
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 42px;
}

.frx_duo_main_container {
    padding: 1% 2%;
    /* margin-left: 1%;
    margin-right: 1%; */
}

.frx_duo {
    background: #CFE4FF;
    border-radius: 15px;
}

.frx_duo_heading {
    color: #233C7C;
    /* font-family: PoppinRegular !important; */
    font-weight: 700;
    line-height: 1.1;
}

.frx_duo_content {
    padding: 6% 0% 6% 4%;
}

.frx_duo_sub_heading {
    font-weight: 700;
    /* font-family: PoppinRegular !important; */
    color: #202020;
    margin-left: 6%;
}

.frx_duo_hight_prec {
    margin-top: 3%;
    font-weight: 700;
    /* font-family: PoppinRegular !important; */
    color: #202020;
}

.frx_duo_combine {
    margin-top: 1%;
    /* font-family: PoppinRegular !important; */
    color: #202020;
}

.frx_learn_more_btn {
    text-decoration: none;
    background: #038BFF;
    color: white;
    border: none;
    /* font-family: PoppinRegular !important; */
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 42px;
    margin-top: 5%;
}

.brand_container {
    padding: 2% 6%;
}

.brand_heading {
    color: #233C7C;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2%;
}

.testimonial_container {
    background: #F1F5F9;
    padding: 4% 5%;
}

.testimonial_heading_container {
    padding: 10% 7% 2% 2%;
}

.testimonial_heading {
    color: #233C7C;
    /* font-family: PoppinRegular !important; */
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.testimonial_content {
    margin-top: 4%;
    /* font-family: PoppinRegular !important; */
    color: #202020;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    /* background: #f8f9fa;*/
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.marquee-content {
    display: flex;
    animation: marqueeScroll 5s linear infinite;
    width: 200%;
    /* Double width to accommodate duplication */
}

.marquee-content img {
    height: 58px;
    margin: 0 15px;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/*.testimonial-container {
                background: #f8f9fa;
            padding: 40px 0;
        }*/

.testimonial {
    outline: none;
    border: none;
    background: white;
    text-align: center;
    padding: 25px 25px;
    border-radius: 7px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.testimonial .dr_img {
    margin-top: 0%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* margin-bottom: 15px;*/
}

.testimonial p {
    font-size: 16px;
    color: #333;
}

.testimonial h5 {
    margin-top: 10px;
    font-weight: bold;
    color: #007bff;
}

.testimonial_content {
    /* font-family: PoppinRegular !important; */
    color: #202020;
    text-align: left;
}

.dr_name {
    font-size: 14px;
    /* font-family: PoppinRegular !important; */
    color: #1D1D1D;
    font-weight: 600;
    text-align: left;
}

.dr_profession {
    font-size: 13px;
    /* font-family: PoppinRegular !important; */
    color: #67686B;
    text-align: left;
}

.carousel-control-prev {
    display: none;
}

.carousel-control-next {
    display: none;
}

.qoutes_img {
    text-align: left;
}

.nav-arrows {
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 1000;
}

.nav-arrows button {
    border-radius: 5px;
    color: black;
    border: 1px solid black;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
    background: white;
}

.contact_container {
    padding: 1% 6%;
}

.before-after-padding {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

/* .instagram_container {
    padding: 1.5% 6%;
} */

.submit_btn {
    border-radius: 23px;
    background: none;
    border: 1.5px solid #038BFF;
    padding: 8px 35px;
    color: #038BFF;
    /* font-family: PoppinRegular !important; */
}

.inquiry_content {
    /* font-family: PoppinRegular !important; */
    color: #1D1D1D;
    font-weight: 600;
    text-align: left;
}

.informtaion_list {
    margin-top: 3%;
}

.contact_details_list {
    /* font-family: PoppinRegular !important; */
    padding: 0px 5px 10px 0px;
}

.contact_hr {
    background: #DCDCDC;
    width: 78%;
    height: 3px;
    text-align: left;
    margin-left: 0;
    border: none;
    text-decoration: none;
    outline: none;
}

.social_btn {
    /* font-family: PoppinRegular !important; */
    /* padding: 1px 1px; */
    /* outline: none; */
    /* border: 0px solid #DEDEDE; */
    /* border-radius: 50px; */
    border:none;
    background: none;
    font-size: 14px;
}

.social_btn_list {
    /* padding-top: 3%; */
}

.phone_img {
    display: none;
}

.counter_main_container {
    margin-top: 5%;
    padding: 1% 5.8%;
    
}

.video_box_container {
    padding-left: 0px;
    padding-right: 48px;
}

.frx_duo_img_box {
    text-align: right;
    display: block
}

.phone_img {
    display: none;
}
#machineName {
    font-size: 40px !important;
    color: #233C7C;
    position: absolute;
    top: 42%;
    left: 65%;
    font-weight: 600;
}
.home_banner_heading {
    font-size: 52px;
    color: #233C7C;
    font-weight: 700;
}

.home_banner_machine_img {
    width: 90%;
}

.home_banner_btn {
    margin-top: 6%;
}

.piece_ming_img_container {
    padding: 0% 6% 1.5% 6%;
}

/* .blue_heading {
    font-size: 46px;
} */

/* .home_banner_heading {
    font-size: 60px;
    font-family: PoppinExtraRegular !important;
    color: #233C7C;
    font-weight: 400;
} */

.home_banner_machine_img {
    width: 90%;
}

.home_banner_btn {
    margin-top: 6%;
}

.piece_mind {
    font-size: 37px;
}

.commit_img_container {
    text-align: center;
}

.our_commit_img {
    /* margin-top:3%;*/
    width: 70%;
}

.reliable_content {
    font-size: 39px;
}

.explore_treatment_img {
    width: 90%;
}

.frx_duo_img {
    width: 85%;
    height: 100%;
}

.frx_duo_img_box {
    padding: 2% 5%;
}

.frx_duo_heading {
    font-size: 35px;
}

.frx_btn_container {
    margin-top: 5%;
}

.frx_duo_sub_heading {
    font-size: 20px;
}

.frx_duo_hight_prec {
    font-size: 20px;
}

.feature_images {
    border-radius: 10px;
    width: 100%;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature_images:hover {
    background: #233C7C;
    transform: scale(0.9);
    /* Thoda zoom karega */
    filter: brightness(1.5);
    /* Image aur chamakdaar lagegi */
    box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.7);
    /* Red glowing shadow */
    animation: blink-animation 0.5s infinite alternate;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

.feature_content {
    font-size: 18px;
    /* font-family: PoppinRegular !important; */
    font-weight: 600;
}

.featured_row {
    padding: 1% 1%;
    padding-top: 1%;
}

.plus_sigh {
    font-size: 32px;
    font-weight: 700;
}

/* .home_banner_heading {
    font-size: 60px;
    font-family: PoppinExtraRegular !important;
    color: #233C7C;
    font-weight: 700;
} */

.home_banner_machine_img {
    width: 90%;
}

.home_banner_btn {
    margin-top: 6%;
}

/* .blue_heading {
    font-size: 46px;
} */

/* .home_banner_heading {
    font-size: 60px;
    font-family: PoppinExtraRegular !important;
    color: #233C7C;
    font-weight: 700;
} */

.home_banner_machine_img {
    width: 90%;
}

.home_banner_btn {
    margin-top: 6%;
}

.piece_mind {
    font-size: 37px;
}

.commit_img_container {
    text-align: center;
}

.our_commit_img {
    /* margin-top: 3%;*/
}

.reliable_content {
    font-size: 39px;
}

.explore_treatment_img {
    width: 90%;
}

.frx_duo_img {
    width: 85%;
    height: 100%;
}

.frx_duo_img_box {
    padding: 2% 5%;
}

/* .frx_duo_heading {
    font-size: 42px;
} */

.frx_btn_container {
    margin-top: 5%;
}

/* .frx_duo_sub_heading {
    font-size: 24px;
} */

/* .frx_duo_hight_prec {
    font-size: 24px;
} */

.feature_images {
    border-radius: 10px;
    width: 100%;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature_images:hover {
    background: #233C7C;
    transform: scale(0.9);
    /* Thoda zoom karega */
    filter: brightness(1.5);
    /* Image aur chamakdaar lagegi */
    box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.7);
    /* Red glowing shadow */
    animation: blink-animation 0.5s infinite alternate;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

/* .feature_content {
    font-size: 25px;
    /* font-family: PoppinRegular !important; */
    font-weight: 600;
} */

/* .featured_row {
    padding: 4% 1% padding-top: 2%;
} */

/* .plus_sigh {
    font-size: 45px;
    font-weight: 700;
} */

.banner_round_images {
    height: auto;
    position: relative;
    width: 100%;
}

.banner-machine-img {
    position: absolute;
    top: 21%;
    right: 37%;
    height: 100%;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    opacity: 1;
}

.verve_banner {
    width: 100%;
    position: relative;
}

.verve_content {
    background: #FFFFFF;
    width: 100%;
    padding: 5%;
    border-radius: 10px;
}

.about_heading {
    font-size: 52px;
    color: #233C7C;
    font-weight: 400;
}

.overlap_box {
    position: absolute;
    top: 17%;
    padding: 5% 17% 7% 7%;
}

.highlight_heading {
    /* color: #FFFFFF; */
    font-weight: 500;
    padding-bottom:20px;
    font-size: 44px;
}

.highligh_box {
    background: #252E49;
    color:#fff;
    padding: 15px;
    border-radius: 14px;
}
#Introduction, #highlight, #Technology, #Applicator, #treatment_overview, #benefits, #indications, #before_after, #clear{
    padding-top: 10px;
    padding-bottom:15px;
}
#Introduction{
    padding-top: 25px;
}
.treamtment_content {
    padding: 10px 35px;
}

.treatment_overview_icon {
    transition: transform 0.2s ease-in-out;
    width: 90px;
}

.treatment_overview_icon:hover {
    transform: scale(1.2);
}

.highligh_container {
    padding: 1% 7%;
}

.benifit_container {
    padding: 1.5% 0%;
}

.benifit_list_row {
    padding: 1% 0%;
}

.indiacation_container {
    padding: 2% 2%;
    background: #252E49;
    border-radius: 10px;
}

.indiacation_main_container {
    padding: 2% 7%;
}

.verve_testimonial {
    padding: 5% 1%;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #007bff;
    border: none;
    background: none;
    font-size: 18px;
    padding: 10px;
    text-align: left;
    outline: none;
}


/* Default Plus Sign */

.icon {
    font-size: 43px;
}

.card {
    word-wrap: break-word;
    background-color: transparent!important;
    background-clip: border-box;
    border-bottom: 1px solid #C6C6C6;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    padding: 2% 0%;
}

.card-header {
    padding: 0px !important;
    margin-bottom: 0;
    background-color: transparent!important;
    border-bottom: none !important;
}

.accordion-header {
    padding: 0px !important;
}

.card-body {
    padding: 2% 0% !important;
}

.faq_question {
    font-weight: 500;
    color: #202020;
    font-size: 26px;
}

.mid_nav {
    padding: 2% 0%;
}

.mid_nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.mid_nav ul li {
    /* float: left; */
    /* padding: 0px 20px; */
    font-weight: 500;
    color: #656565;
    font-size: 22px;
}

.mid_nav ul li a {
    color: #656565;
}

.galler_img_box {
    padding: 1% 1%;
    
}

.gallery_img_size {
    width: 350px;
    height: 300px;
    object-fit:cover;
    object-position: 1px 8%;
    border-radius: 12px;
}

.gallery_banner {
    margin-top: 0%;
    padding: 2% 6%;
}

.technical-supper-list ul li {
    padding: 10px
}

.video_main_container {
    background: #CFE4FF;
    /* padding: 3% 5%; */
    border-radius: 15px;
}

.video_paragraph {
    color: #202020;
    /* font-family: PoppinRegular !important; */
    margin-top: 12px;
}

.box-colom {
    margin-top: 3%;
}

.tab-content .tab-pane .card {
    height: 475px;
}

.ne-card-heading {
    font-size: 35px;
    color: #233C7C;
    line-height: 1.1;
    font-weight: 700;
}

.need-more-text {
    font-size: 29px;
    color: #1D1D1D;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: 700;
    font-size: 22px;
    border: 1.5px solid #038BFF;
    background: #D9E9FF;
    border-radius: 7px;
    padding: 13px;
}

.latest-news-box {
    padding: 25px!important
}

.ne-card-content {
    padding: 25px!important
}

.year-list {
    font-size: 22px;
    padding: 13px;
}

.nav-tabs .nav-link {
    color: #1D1D1D !important;
}

.nav-tabs {
    border-bottom: none;
}

.parallax-container {
    position: relative;
    width: 80%;
    height: 400px;
    overflow: hidden;
}

.container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.split-container {
    border-radius: 15px;
    position: relative;
    width: 98%;
    height: 393px;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 10px;
}

.image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.before,
.after {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after {
    clip-path: inset(0 50% 0 0);
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: black;
    cursor: pointer;
    transition: left 0.2s ease-in-out;
}

.handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.handle .arrow {
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.arrow-container {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.arrow {
    /*  background: rgba(0, 0, 0, 0.5);*/
    color: white;
    border: none;
    /*  padding: 10px;*/
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}

/* .before_after_container {
    padding: 2% 6%;
} */

.verve_sub_content {
    max-height: 374px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.indication_img {
    width: 100%;
}

.indication_ul li {
    padding: 10px 1px;
}

.indication_list_container {
    padding: 3% 4%;
}

.video_main_container {
    padding: 2.5% 5.5% 2% 5.5%;
    position: relative;
    width: auto;
    margin-left: 1.8%;
    margin-right: 2.1%;
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    /* Adjust play button size */
    cursor: pointer;
}

.video-container {
    display: none;
    /* Initially hidden */
    width: 100%;
}

video {
    width: 100%;
    /* Full width */
    height: 700px;
    /* Apni desired height daal */
    object-fit: cover;
}

.Emshare_banner_bold {
    font-weight: 700;
}

.Emshare_banner_text {
    font-size: 33px;
    
}

.padding_t{
    padding-top: 20px;
}

@media(max-width:2560px) {
    .banner-heading .heading {
        font-size: 85px;
    }
    .clr_bright{
        padding: 20px 165px;
    }
}

@media(max-width:1920px) {
    .Emshare_banner_text {
        font-size: 33px;
    }
    .split-container {
        height: 377px;
        width: 94%
    }
    video {
        height: 500px;
    }
    .latest-news-box {
        padding: 20px!important
    }
    .gallery_banner {
        margin-top: 0%;
    }
    /* .small_content {
        font-size: 16px;
    } */
    .banner-heading .heading {
        font-size: 66px;
    }
    .banner_icon1 {
        bottom: 19%;
    }
    .banner_icon3 {
        right: 27%;
        top: 19%;
    }
    .banner_icon2 {
        bottom: 40%;
        left: 12%;
    }
    .banner-machine-img {
        top: 14%;
    }
    /* .blue_heading {
        font-size: 46px;
    } */
    .home_banner_heading {
        font-size: 52px;
        color: #233C7C;
        font-weight: 600;
    }
    .home_banner_machine_img {
        width: 90%;
    }
    .home_banner_btn {
        margin-top: 6%;
    }
    .piece_mind {
        font-size: 37px;
    }
    .commit_img_container {
        text-align: center;
    }
    .our_commit_img {
        width: 70%;
    }
    .reliable_content {
        font-size: 39px;
    }
    .explore_treatment_img {
        width: 90%;
    }
    .frx_duo_img {
        width: 85%;
        height: 100%;
    }
    .frx_duo_img_box {
        padding: 2% 5%;
    }
    /* .frx_duo_heading {
        font-size: 42px;
    } */
    .frx_btn_container {
        margin-top: 5%;
    }
    /* .frx_duo_sub_heading {
        font-size: 24px;
    } */
    /* .frx_duo_hight_prec {
        font-size: 24px;
    } */
    /* .feature_content {
        font-size: 25px;
        /* font-family: PoppinRegular !important; */
        font-weight: 600;
    } */
    .featured_row {
        padding: 4% 1%
    }
    /* .counter_main_container {
        margin-top: 2%;
    } */
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
    .icon {
        font-size: 40px;
    }
    .faq_question {
        font-size: 25px;
    }
    .overlap_box {
        top: 20%;
        padding: 7% 6% 7% 8%;
    }
    .about_heading {
        font-size: 35px;
    }
}

@media(max-width:1600px) {
    .Emshare_banner_text {
        font-size: 28px;
    }
    .indication_list_container {
        padding: 3% 4%;
    }
    .split-container {
        height: 315px;
    }
    .verve_sub_content {
        max-height: 308px;
    }
    .tab-content .tab-pane .card {
        height: 395px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 20px;
        padding: 10px;
    }
    .year-list {
        font-size: 20px;
        padding: 10px;
    }
    .need-more-text {
        font-size: 24px;
    }
    .ne-card-heading {
        font-size: 30px;
    }
    .ne-card-content {
        padding: 20px!important
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
    .banner_icon3 {
        right: 26%;
        top: 16%;
    }
    .banner_icon2 {
        bottom: 43%;
        left: 9%;
    }
    .banner-machine-img {
        top: 12%;
    }
    .home_banner_heading {
        font-size: 52px;
    }
    /* .cunter_container .counter_num {
        font-size: 35px;
    } */
    /* .small_content {
        font-size: 16px;
    } */
    /* .blue_heading {
        font-size: 40px;
    } */
    .piece_mind {
        font-size: 32px;
    }
    .piece_mind_small_content {
        margin-top: 8%;
    }
    .reliable_content {
        font-size: 33px;
    }
    /* .blue_btn {
        font-size: 25px;
    } */
    /* .frx_duo_sub_heading {
        font-size: 20px;
    } */
    /* .frx_duo_hight_prec {
        font-size: 20px;
    } */
    /* .feature_content {
        font-size: 20px;
    } */
    .piece_ming_img {
        width: 90%;
    }
    .mid_nav ul li {
        font-size: 19px;
    }
    /* .mid_nav {
        padding: 2% 3%;
    } */
    .faq_question {
        font-size: 21px;
    }
    .icon {
        font-size: 36px;
    }
    .treamtment_content {
        padding: 13px 35px;
    }
    .overlap_box {
        top: 15%;
        padding: 7% 6% 7% 8%;
    }
    .about_heading {
        font-size: 50px;
    }
    .highlight_heading {
        font-size: 34px;
    }
}

@media(max-width:1440px) {
    .Emshare_banner_text {
        font-size: 25px;
    }
    .indication_ul li {
        padding: 7px 1px;
    }
    .split-container {
        height: 284px;
    }
    .tab-content .tab-pane .card {
        height: 349px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 17px;
        padding: 9px;
    }
    .year-list {
        font-size: 17px;
        padding: 9px;
    }
    .need-more-text {
        font-size: 21px;
    }
    .ne-card-heading {
        font-size: 25px;
    }
    .ne-card-content {
        padding: 16px!important
    }
    .gallery_banner {
        margin-top: 0%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .banner_icon3 {
        right: 24%;
        top: 16%;
    }
    .banner_icon1 {
        bottom: 18%;
    }
    .banner_icon2 {
        bottom: 38%;
        left: 10%;
    }
    .reliable_content {
        font-size: 29px;
    }
    .our_commit_img {
        margin-top: 3%;
    }
    .home_banner_heading {
        font-size: 52px;
    }
    /* .blue_btn {
        font-size: 24px;
    } */
    /* .cunter_container .counter_num {
        font-size: 30px;
    } */
    /* .small_content {
        font-size: 16px;
    } */
    /* .blue_heading {
        font-size: 35px;
    } */
    .piece_mind_small_content {
        margin-top: 9%;
    }
    .piece_mind {
        font-size: 28px;
    }
    .our_commit_img {
        width: 70%;
    }
    /* .feature_content {
        font-size: 15px;
    } */
    /* .plus_sigh {
        font-size: 35px;
    } */
    .mid_nav ul li {
        font-size: 17px;
    }
    .faq_question {
        font-size: 18px;
    }
    .icon {
        font-size: 30px;
    }
    .treatment_overview_icon {
        width: 80px;
    }
    .highlight_heading {
        font-size: 31px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .overlap_box {
        top: 13%;
        padding: 7% 6% 7% 8%;
    }
    .about_heading {
        font-size: 52px;
    }
}

@media(max-width:1366px) {
    .Emshare_banner_text {
        font-size: 23px;
    }
    .split-container {
        height: 270px;
    }
    .verve_sub_content {
        max-height: 269px;
    }
    .tab-content .tab-pane .card {
        height: 335px;
    }
    .need-more-text {
        font-size: 20px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 16px;
        padding: 7px;
    }
    .year-list {
        font-size: 16px;
        padding: 7px;
    }
    .gallery_banner {
        margin-top: 0%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }
    .reliable_content {
        font-size: 27px;
    }
    /* .blue_btn {
        font-size: 20px;
    } */
    /* .cunter_container .counter_num {
        font-size: 25px;
    } */
    /* .small_content {
        font-size: 16px;
    } */
    /* .blue_heading {
        font-size: 33px;
    } */
    .piece_mind {
        font-size: 22px;
    }
    .piece_mind_small_content {
        margin-top: 7%;
    }
    .our_commit_img {
        width: 70%;
    }
    /* .frx_duo_heading {
        font-size: 37px;
    } */
    /* .feature_content {
        font-size: 13px;
    } */
    .mid_nav ul li {
        font-size: 15px;
    }
    .icon {
        font-size: 27px;
    }
    .overlap_box {
        top: 13%;
    }
    .about_heading {
        font-size: 52px;
    }
    .highlight_heading {
        font-size: 29px;
    }
}

@media(max-width:1280px) {
    .split-container {
        height: 250px;
    }
    .Emshare_banner_text {
        font-size: 22px;
    }
    .verve_sub_content {
        max-height: 240px;
    }
    .tab-content .tab-pane .card {
        height: 300px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        font-size: 15px;
        padding: 6px;
    }
    .year-list {
        font-size: 15px;
        padding: 6px;
    }
    .need-more-text {
        font-size: 18px;
    }
    .ne-card-heading {
        font-size: 22px;
    }
    .ne-card-content {
        padding: 12px!important
    }
    .latest-news-box {
        padding: 15px !important;
    }
    .gallery_banner {
        margin-top: 0%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }
    .banner_icon1 {
        bottom: 17%;
        position: absolute;
        right: 25%
    }
    .banner-machine-img {
        top: 17%;
    }
    .reliable_content {
        font-size: 26px;
    }
    .home_banner_heading {
        font-size: 35px;
    }
    /* .blue_btn {
        font-size: 19px;
    } */
    .home_banner_btn {
        margin-top: 2%;
    }
    /* .small_content {
        font-size: 15px;
    } */
    .featured_box {
        line-height: 1.2;
    }
    .piece_ming_img {
        width: 94%;
    }
    /* .plus_sigh {
        font-size: 28px;
    } */
    .banner_icon2 {
        bottom: 29%;
        left: 11%;
    }
    .banner_icon3 {
        right: 24%;
        top: 22%;
    }
    /* .counter_main_container {
        margin-top: 3%;
    } */
    /* .mid_nav {
        padding: 2% 2%;
    } */
    .mid_nav ul li {
        font-size: 14px;
        /* padding: 0px 11px; */
    }
    .faq_question {
        font-size: 16px;
    }
    .treatment_overview_icon {
        width: 60px;
    }
    .treamtment_content {
        padding: 5px 35px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }
    .about_heading {
        font-size: 43px;
    }
    .overlap_box {
        top: 17%;
        padding: 7% 6% 7% 9%;
    }
}

@media(max-width:1200px) {
     .split-container {
        height: 250px;
    }
    .gallery_banner {
        margin-top: 0%;
    }
    .counter_main_container {
        margin-top: 5%;
    }
    .banner_icon1 {
        bottom: 14%;
    }
    .banner_icon2 {
        bottom: 26%;
        left: 9%;
    }
    .banner-machine-img {
        top: 22%;
    }
    .reliable_content {
        font-size: 24px;
    }
    .piece_mind {
        font-size: 26px;
    }
    .home_banner_heading {
        font-size: 31px;
    }
    /* .cunter_container .counter_num {
        font-size: 20px;
    } */
    /* .blue_btn {
        font-size: 15px;
    } */
    /* .small_content {
        font-size: 14px;
    } */
    .piece_mind_small_content {
        margin-top: 10%;
    }
    .featured_row {
        padding: 5% 1%;
    }
    .piece_ming_img {
        width: 100%;
    }
}

@media(max-width:1096px) {
    .frx_duo_img {
        height: 85%;
    }
}

@media(max-width:1024px) {
    
    .mid_nav ul li {
        font-size: 12px;
        /* padding: 0px 15px; */
    }
    .counter_main_container {
        margin-top: 3%;
    }
    .banner_icon1 {
        bottom: 17%;
    }
    .banner_icon2 {
        bottom: 29%;
        left: 6%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    }
    .banner-machine-img {
        top: 17%;
    }
    piece_mind_small_content {
        margin-top: 8%;
    }
    /* .small_content {
        font-size: 12px;
    } */
    /* .blue_heading {
        font-size: 25px;
    } */
    .piece_mind {
        font-size: 20px;
    }
    .reliable_content {
        font-size: 21px;
    }
    /* .frx_duo_heading {
        font-size: 30px;
    } */
    /* .frx_duo_sub_heading {
        font-size: 16px;
    } */
    /* .frx_duo_hight_prec {
        font-size: 16px;
    } */
    /* .feature_content {
        font-size: 10px;
        line-height: 0.9;
    } */
    .featured_box {
        line-height: 0.9;
    }
    .piece_ming_img {
        width: 90%;
    }
}

@media (min-width: 991px){
    .five_year_worrenty . {
        font-size:32px;
    }
}

@media(min-width:576px)  and (max-width:991.98px) {
    .mid_nav ul li {
        font-size: 13px;
        /* padding: 0px 11px; */
    }
    /* .mid_nav ul {
        padding-top: 2px;
        padding-bottom: 8px;
    } */
    /* .counter_main_container {
        margin-top: 3%;
    } */
    /* .banner_icon1 {
        bottom: 17%;
    } */
    /* .banner_icon2 {
        bottom: 29%;
        left: 6%;
    } */
    /* .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    } */
    /* .banner-machine-img {
        top: 17%;
    } */
    /* piece_mind_small_content {
        margin-top: 8%;
    } */
    .small_content {
        font-size: 10px;
    }
    .about_heading {
        font-size: 25px;
    }
    .Emshare_banner_text {
        font-size: 15px;
    }
    .overlap_box {
        top: 15%;
        padding: 2% 40% 1% 6%;
    }
    .verve_content {
        padding: 4%;
    }
    .custom-video-container video {
        height: 475px;
    }
    .clr_bright{
        padding: 0px;
    }
    .padding_t{
        padding-top: 0px;
    }
    .blue_heading {
        font-size: 25px;
    }
    /* .piece_mind {
        font-size: 20px;
    } */
    /* .reliable_content {
        font-size: 21px;
    } */
    /* .frx_duo_heading {
        font-size: 30px;
    } */
    /* .frx_duo_sub_heading {
        font-size: 16px;
    } */
    /* .frx_duo_hight_prec {
        font-size: 16px;
    } */
    /* .feature_content {
        font-size: 10px;
        line-height: 0.9;
    } */
    /* .featured_box {
        line-height: 0.9;
    } */
    /* .piece_ming_img {
        width: 90%;
    } */
}

@media(min-width:425px) and (max-width:576px) {
    .mid_nav ul li {
        font-size: 11px;
        /* padding: 0px 15px; */
    }
    /* .mid_nav ul {
        padding-top: 2px;
        padding-bottom: 22px;
    } */
    /* .counter_main_container {
        margin-top: 3%;
    } */
    /* .banner_icon1 {
        bottom: 17%;
    } */
    /* .banner_icon2 {
        bottom: 29%;
        left: 6%;
    } */
    /* .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    } */
    /* .banner-machine-img {
        top: 17%;
    } */
    /* piece_mind_small_content {
        margin-top: 8%;
    } */
    .small_content {
        font-size: 10px;
    }
    .about_heading {
        font-size: 25px;
    }
    .Emshare_banner_text {
        font-size: 15px;
    }
    .overlap_box {
        top: 11.5%;
        padding: 2% 40% 1% 6%;
    }
    .verve_content {
        padding: 4%;
    }
    .custom-video-container video {
        height: 276px;
    }
    .clr_bright{
        padding: 0px;
    }
    .padding_t{
        padding-top: 0px;
    }
    .blue_heading {
        font-size: 25px;
    }
    /* .piece_mind {
        font-size: 20px;
    } */
    /* .reliable_content {
        font-size: 21px;
    } */
    /* .frx_duo_heading {
        font-size: 30px;
    } */
    /* .frx_duo_sub_heading {
        font-size: 16px;
    } */
    /* .frx_duo_hight_prec {
        font-size: 16px;
    } */
    /* .feature_content {
        font-size: 10px;
        line-height: 0.9;
    } */
    /* .featured_box {
        line-height: 0.9;
    } */
    /* .piece_ming_img {
        width: 90%;
    } */
}
@media(min-width:350px) and (max-width:425px) {
    .mid_nav ul li {
        font-size: 10.5px;
        /* padding: 0px 15px; */
    }
    /* .mid_nav ul {
        padding-top: 2px;
        padding-bottom: 28px;
    } */
    /* .counter_main_container {
        margin-top: 3%;
    } */
    /* .banner_icon1 {
        bottom: 17%;
    } */
    /* .banner_icon2 {
        bottom: 29%;
        left: 6%;
    } */
    /* .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    } */
    /* .banner-machine-img {
        top: 17%;
    } */
    /* piece_mind_small_content {
        margin-top: 8%;
    } */
    .small_content {
        font-size: 9px;
    }
    .about_heading {
        font-size: 20px;
    }
    .Emshare_banner_text {
        font-size: 10px;
    }
    .overlap_box {
        top: 11.5%;
        padding: 2% 40% 1% 6%;
    }
    .verve_content {
        padding: 3%;
    }
    .custom-video-container video {
        height: 167px;
    }
    .clr_bright{
        padding: 0px;
    }
    .padding_t{
        padding-top: 0px;
    }
    .blue_heading {
        font-size: 21px;
    }
    /* .piece_mind {
        font-size: 20px;
    } */
    /* .reliable_content {
        font-size: 21px;
    } */
    /* .frx_duo_heading {
        font-size: 30px;
    } */
    /* .frx_duo_sub_heading {
        font-size: 16px;
    } */
    /* .frx_duo_hight_prec {
        font-size: 16px;
    } */
    /* .feature_content {
        font-size: 10px;
        line-height: 0.9;
    } */
    /* .featured_box {
        line-height: 0.9;
    } */
    /* .piece_ming_img {
        width: 90%;
    } */
}
@media(min-width:320px) and (max-width:349px){
    .mid_nav ul li {
        font-size: 11px;
        /* padding: 0px 15px; */
    }
    /* .mid_nav ul {
        padding-top: 2px;
        padding-bottom: 40px;
    } */

    /* .counter_main_container {
        margin-top: 3%;
    } */
    /* .banner_icon1 {
        bottom: 17%;
    } */
    /* .banner_icon2 {
        bottom: 29%;
        left: 6%;
    } */
    /* .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
    } */
    /* .banner-machine-img {
        top: 17%;
    } */
    /* piece_mind_small_content {
        margin-top: 8%;
    } */
    .small_content {
        font-size: 9px;
    }
    .about_heading {
        font-size: 20px;
    }
    .Emshare_banner_text {
        font-size: 10px;
    }
    .overlap_box {
        top: 14%;
        padding: 2% 40% 1% 6%;
    }
    .verve_content {
        padding: 3%;
    }
    .custom-video-container video {
        height: 167px;
    }
    .clr_bright{
        padding: 0px;
    }
    .padding_t{
        padding-top: 0px;
    }
    .blue_heading {
        font-size: 20px;
    }
    /* .piece_mind {
        font-size: 20px;
    } */
    /* .reliable_content {
        font-size: 21px;
    } */
    /* .frx_duo_heading {
        font-size: 30px;
    } */
    /* .frx_duo_sub_heading {
        font-size: 16px;
    } */
    /* .frx_duo_hight_prec {
        font-size: 16px;
    } */
    /* .feature_content {
        font-size: 10px;
        line-height: 0.9;
    } */
    /* .featured_box {
        line-height: 0.9;
    } */
    /* .piece_ming_img {
        width: 90%;
    } */
}

.indication_ul li p{
    font-size:16px;
    color: #656565 !important;
}

.indication_ul h5{
    font-weight: 600;
}

#before_after img{
    height: 250px;
    border-radius:20px;
}

.og_ba_h img{
    height:200px !important;   
}

#exampleModal .modal-title{
    color: #252E49;
    font-weight: bold;
}

#exampleModal .btn-secondary{
    background: #252E49;
    border: #252E49;
}

#doc_testimonial .carousel-control-prev, #doc_testimonial .carousel-control-next{
    display:block;
    background: #5b626a;
    height: max-content;
    width: auto;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: -5%;
}

#doc_testimonial .carousel-control-prev{
    right: 5%;
    left:auto;
}



@media screen and (min-device-width: 1420px) and (max-device-width: 2480px) {
    .banner_img_container {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .counter_main_container .row{
        display: inline-flex !important;
        flex-wrap: nowrap;
    }
    
    .counter_box {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    .counter_box .small_content{
        font-size:14px;
        text-align: left !important;
    }
    
    
    .counter_main_container {
        margin-top: 3%;
    }
    .img-fluid {
        max-width: 80%;
    }
    
    
}



@media screen and (max-width: 768px) {
    .banner_img_container {
        display: none;
    }
    .phone_img {
        text-align: center;
        display: block;
    }
    .banner-heading {
        padding: 10% 13%;
    }
    .banner-heading .heading {
        font-size: 30px;
    }
    .video_box_container {
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 5%;
    }
    .frx_duo_img_box {
        text-align: center;
    }
    .phone_img {
        display: block;
    }
    .frx_duo_img_box {
        display: none;
    }
    .testimonial {
        margin: 2% 0%;
    }
    .testimonial .dr_img {
        width: 25px;
        height: 25px;
        margin-bottom: 15px;
    }
}

.clr_bright{
    /*border: 2px solid #222;*/
    /* background: #e3efff;  */
    /* padding: 20px 165px; */
    /* border-radius: 20px; */
    /* margin-top: 25px; */
       
}
#clear{
    width: 100%;
    /* align-items: center !important; */
    text-align: center !important;
    border-radius: 20px;
    background: #CFE4FF;
      padding: 1% 6%;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(15px);
      opacity: 0;
      transform: translateY(50px);
      animation: fadeIn 1s ease-in;
      margin-top:20px;
}
#clear.visible {
    opacity: 1;
    transform: translateY(0);
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

.clear_bright_title{
    text-align: center !important;
    width: 100%;
}
#clear-car{
    /* position: relative; */
    /* text-align: center !important; */
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      padding: 3% 25%;
}

#clear-car:hover{
    transform: scale(1.02);
}

#carouselExampleSlidesOnly img{
    border-radius: 10px;
}

@media(min-width: 992px){
    .clr_bright{
        /* width: 75%; */
    }
}

.treatment_section{
    padding: 2% 0;
}

.team-band-slider .owl-item {
    width: auto !important;
}
.team-band-slider .owl-item img{
    width: auto !important;
    /* max-width: 100%; */
    /* height: 100px; */
}


@media(max-width: 991px){
    .page-banner .col-md-6{
        width:50%;
    }
    
    .home_banner_heading{
        font-size:16px;
    }
    
    .page-banner .banner_img_container{
        display: block !important;
    }
    
    .page-banner .banner_round_images{
        display:none;
    }
    
    .page-banner .banner_img_container{
        display:flex;
    }
    
    .page-banner #machineName{
        font-size:14px !important;
        left: 55%;
    }
    
    .page-banner .banner-machine-img{
        top: 0 !important;
        right:45%;
    }
    
    .cunter_container{
        overflow-x:scroll;
    }
    
    /*
    .cunter_container .row{
        display: inline-flex !important;
        flex-wrap: nowrap;
    }*/
    
    .piece_ming_img_container{
        padding:4%;
    }
    
    .piece_ming_img{
        width: 100%;
        border-radius: 15px;
    }
    
    .hm_featured{
        overflow-x: scroll;
        margin-top:20px;
    }
    
    /*
    .hm_featured .feature_hm_sections{
        display: inline-flex !important;
        flex-wrap: nowrap;
    }
    */
    
    .hm_featured .featured_box{
        width: 50%;
        margin-top:2%;
        text-align:center;
    }
    
    .hm_featured .fetured_row_padding{
        padding-top:0%;
    }
    
    .hm_featured .feature_images{
        width: 35%;
    }
    
    .hm_featured .feature_content{
        font-size:14px;
    }
    
    .frx_duo_content span{
        display:block;
    }
    
    .frx_duo_content{
        padding:6%;
    }
    
    .frx_duo_content .frx_duo_sub_heading{
        margin-left:0;
        margin-top:3%;
        font-size:18px;
    }
    
    .frx_duo_content .frx_duo_combine{
        margin-top:3%;
    }
    
    .frx_duo_content .small_content{
        font-size:16px;
    }
    
    .small_content{
        font-size:16px;
        text-align:justify !important;
    }
    
    .frx_duo_hight_prec{
        font-size:18px;
    }
    
    .footer_conteiner img{
        width: 50% !important;
    }
    
    .video_main_container{
        padding: 12%;
    }
    
    .video_main_container .blue_heading {
        text-align:left !important;
    }
    
    .owl-carousel .owl-item {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .owl-carousel {
      overflow: hidden;
    }
    
    .owl-carousel .owl-stage {
      display: flex;
      flex-wrap: nowrap;
    }
    
    .owl-carousel .owl-item {
      flex: 0 0 auto; /* Prevent stretching */
    }
    
    .explore_container .row, .frx_duo_main_container .row{
        margin-left:15px;
        margin-right:15px;
    }
    
    .mar-b-3{
        margin-bottom:3%;
    }
    
    .explore_treatment{
        padding-right: 0;
        padding-top: 10%;
    }
    
    .explore_container .explore_treatment_img_container{
        padding:1rem !important;
    }
    
    .explore_container .explore_treatment_img{
        width: 100%;
    }
    
    .testimonial_heading_container{
        padding: 4% 6%;
    }
    
    .mar-t-3{
        margin-top:3%;
    }
    
    .mar-t-5{
        margin-top:5%;
    }
    
    .contact_container form{
        margin-top:10%;
    }
    
    .w-half{
        width:50%;
    }
    
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
    
    .verve_content .small_content{
        font-size:9px;
    }
    
    #treatment_overview .blue_heading{
        margin-top: 5%;
    }
    
    #Applicator .col-md-5{
        order:2;
    }
    
    .indication_container{
        text-align:center;
    }
    
    .indication_container img{
        width: 30%;
    }
    
    #benefits{
        overflow-x:scroll;
    }
    
    #benefits .ben_row{
        display: inline-flex !important;
        flex-wrap: nowrap;
    }
    
    .benifit-content-padding, .benifit-content-padding2{
        padding-left: 0 !important;
        font-size:11px;
    }
    
    #before_after img{
        height: 210px;
    }
    
    #clear-car{
        padding: 10px 0;
    }
    
    .custom-video-container{
        padding:3%;
        margin-top:5%;
    }
    
    .oth_page_banner{
        height:auto !important;
        border:none !important;
        border-radius:0 !important;
    }
    
    .treatment-images{
        padding-top:0;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .treatment-images .custom-card{
        width:100% !important;
    }
    
    .treatment-images .custom-card .p-5{
        padding: 15px !important;
    }
    
    
    .treatment_page .treatment_section .col-lg-7{
        order:2;
    }
    
    .tab-content .tab-pane .card{
        height:320px;
    }
    
    .contact-container{
        position: relative !important;
        width: 100%;
        min-width: 100%;
        margin-top: 5%;
    }
    
    #testimonialSlider{
        margin-top: 10%;
    }
    
    #doc_testimonial .carousel-control-prev{
        right:12%;
    }
    
    .emshape-indications .order-2{
        order:2;
    }
    
    .emshape-indications .indication-images, .emshape-indications .indication-ul{
        width: 50%;
    }
    
    .indication-images img{
        width: 90%;
    }
}

.social_btn_list a:hover{
    text-decoration:none;
}

.timeline-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-left:2%;
}

@media(max-width: 991px){
    .video_container .blue_heading, .blue_heading{
        text-align:center !important;
    }
    
    .highlight_heading{
        text-align:center;
    }
    
    #instagram_container  iframe{
        height: 420px  !important;
    }
    
    .inquiry_content{
        text-align:left !important;
    }
    
    .contact_details_list{
        display:block;
    }
    
    .contact_details_list img{
        width: 6%;
        float: left;
        margin-right: 4%;
    }
    
    .contact_details_list span{
        width: 84%;
          display: block;
          float: left;
    }
    .timeline-list {
        margin-left:5%;
    }
    .about_heading{
        text-align:center !important;
    }
}




.timeline-list li::before {
  content: "-"; /* or "-" if you prefer */
  position: absolute;
  left: 6%;
  color: #000;
}

