    /**main css**/

    body,
    html {
        font-family: 'Poppins', sans-serif;
    }

    section {
        padding: 3rem 0rem;
    }

    section p {
        font-size: 16px;
    }

    section h2 {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 14px;
    }

    /*nav bar*/

    .nav-bg-color {
        background-color: #ffffff;
    }

    .apm-btn {
        color: #fff;
        background-color: #EC1C24;
    }

    .apm-btn:hover {
        background-color: #EC1C24;
        color: #000;
    }

    .txt-color-white {
        font-weight: 600;
        color: #fff;
    }

    .navbar {
        border-bottom: 1px solid #efefef;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #000;
        font-weight: 700;
    }

    .navbar ul li {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar ul li:hover {
        background-color: #EC1C24;
        color: #fff;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: 500;
    }

    /*end navbar*/
    /*start header css*/
    header {
        margin-top: 6rem;
    }

    #home-page header {
        margin-top: 80px;
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 4rem;
        padding-bottom: 4rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .mastercam-logo {
        width: auto;
        margin-bottom: 10px;
    }

    .header-content {
        position: relative;
        z-index: 3;
        text-align: left !important;
    }

    .overlay {
        position: relative;
    }

    .overlay::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        /* backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        filter: none;*/
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
        z-index: 0;
    }



    .header-bg {

        background-color: #fff;
        /*   background-image: url('../images/mastercam.jpg');*/
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;

    }

    .half-header-image {
        margin-bottom: 0rem;

    }

    .half-header-image img {
        display: block;
        float: right;
        max-width: 100%;

    }

    header h1 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 50px;
    }

    header span {
        margin-left: 0px;
        color: #EC1C24;

        padding: 4px 10px;
    }

    .hero-span {
        background-color: white;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        display: inline-block;
    }

    header h2 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 50px;
    }

    header p {
        color: #444;
        font-size: 20px;
    }

    #home-page header p {
        font-size: 20px;
    }

    header p span {
        font-weight: 600;
        color: #292626;
    }

    .bg-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .hero-div {
        text-align: left;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }



    .p-left {
        padding-left: 3rem;
    }

    .make-apm-btn {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 20px;
        background-color: #EC1C24;
        color: #fff;
    }

    .make-apm-btn:hover {
        background-color: #EC1C24;
        color: #000;
    }

    /*end header css*/
    /*start feature*/
    #master-cam {
        background-color: #2D2D2D;
        color: white;

    }

    #master-cam h2 {

        font-weight: 800;

    }

    .border-right {
        border-right: 1px solid;
        border-color: #E5E5E5;
    }

    #cosmos {
        background-color: #ececec;
    }

    #ats-laser {
        background-color: #fff;
    }

    #cosmos h2,
    #ats-laser h2 {
        font-weight: 800;
    }

    #features {
        background-color: #fff;
    }

    .feature-text {
        font-weight: 900;
        font-size: 28px;
        line-height: 50px;
        text-align: center;
        color: #344549;
    }

    .feature-box .feature-text-content {
        text-align: left;
    }

    .feature-box .feature-text-content p {
        margin-top: 5px;
    }

    .icon-size {
        height: 80px;
        width: 80px;
    }

    #other-software h2 {
        font-weight: 500;
        font-size: 24px;
        color: #525252;
    }

    #other-software h3 {
        line-height: 40px;
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 15px;
    }

    /*end feature*/
    /*start about us*/
    #commander-software h2 {
        margin-top: 10px;
        font-weight: 800;
    }

    #why-commander {
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

    #why-commander span {
        font-size: 14px;
        font-weight: 500;
        color: #EC1C24;
    }

    #why-commander h2 {
        margin-top: 10px;
        font-weight: 800;
        text-transform: uppercase;
    }

    #why-commander h3 {
        font-weight: 800;
    }

    #about p {
        margin-top: 1rem;
    }

    .about-text {
        text-align: center;
        margin-top: 1rem;
    }

    .white-bg {
        background-color: #fff !important;
    }


    #service {
        background-color: #F5F5F5;
    }

    #service span {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #EC1C24;
    }

    #service h2 {
        font-weight: 500;
        font-size: 24px;
        color: #525252;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    #service h3 {
        line-height: 40px;
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 15px;
    }

    #service .card {
        background-color: #E6E6E6;
    }

    #service .card-title {
        font-weight: 700;
    }

    #service ul {
        font-weight: 500;
        line-height: 1.4rem;
        list-style: none;
        /* Remove default bullets */
        padding-left: 0;
        /* Optional: Align left */
    }

    #service ul li {
        background: url('../images/check-icon.png') no-repeat left center;
        background-size: 20px 21px;
        /* Adjust bullet size */
        padding-left: 30px;
        font-size: 0.9rem;
        /* Space for bullet */
        display: flex;
        align-items: center;
        /* Vertically center text */
        min-height: 20px;
        /* Ensure enough height */
        margin-bottom: 10px;
    }

    .m-top {
        margin-top: 6rem;
    }

    .feature-box {
        display: flex;
        align-items: center;
        background: #f8f9fa;
        padding: 20px 15px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .check-icon {
        width: 24px;
        height: 24px;
        margin-right: 20px;
        flex-shrink: 0;
        /* Prevents image from shrinking */
    }

    /*end about us*/

    /* gallary*/

    .gallary,
    .training {
        background-color: #fff;
    }

    .gallary h2,
    .training h2 {
        font-weight: 300;
    }

    .gallary h3 {
        line-height: 40px;
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .training h3 {
        line-height: 40px;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .training h4 {
        line-height: 40px;
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .training h5 {
        line-height: 40px;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .gallary p {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .gallary span {
        color: #2D2D2D;
        font-size: 2rem;
        font-weight: 800;
    }

    .features-list {
        display: inline-block;
        margin: 20px 0px;
        list-style: none;
        padding-left: 0px;
    }

    .features-list li {
        float: left;
        display: inline-block;
        width: 50%;
        margin-bottom: 20px;
    }

    .features-list li img {
        float: left;
        display: inline-block;
        margin-right: 10px;
    }

    .text-bg-red {
        background-color: #EC1C24;
        color: #fff !important;
        padding: 4px 12px;
        font-weight: 800;
    }

    .gallary h2 {
        font-weight: 500;
        font-size: 24px;
        color: #525252;
    }

    .gallary ul {
        color: #000;
        font-weight: 500;
        line-height: 28px;
    }

    .training ul {
        color: #000;
        font-weight: 500;
        line-height: 28px;
        list-style: none;
        /* Remove default bullets */
        padding-left: 0;
        /* Optional: Align left */
    }

    .training ul li {
        background: url('../images/check-icon.png') no-repeat left center;
        background-size: 20px 21px;
        /* Adjust bullet size */
        padding-left: 25px;
        /* Space for bullet */
        display: flex;
        align-items: center;
        /* Vertically center text */
        min-height: 20px;
        /* Ensure enough height */
        margin-bottom: 10px;
    }

    .margin-top {
        margin-top: 4rem;
    }

    .image-top-right-margin {
        float: right;
        padding-top: 5rem;
    }

    .image-top-left-margin {
        float: left;
        padding-top: 5rem;
    }

    /* end gallary*/
    /* printers*/
    .home-printer-bg {
        background-color: #F5F5F5;
    }

    /*end Printers*/
    /*start testimonial*/

    .img-size {
        height: 100px;
        width: 100px;
        border: #fff solid 3px;
    }

    .cont-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cont-padding-img {
        /*padding-top: 120px;*/
    }

    .testimonial-bg-color {
        background-color: #e5e5e5;
        /* #505050;*/
    }

    .testimonial-bg-color span {
        /* color: #fff;*/
        font-weight: 300;
        font-size: 24px;
    }

    .testimonial-bg-color h2 {
        line-height: 28px;
        /* color: #fff;*/
        font-size: 36px;
        font-weight: 700;
    }

    .testimonial-bg-color p {
        padding-top: 8px;
        font-size: 16px;
        /* color: #fff;*/
    }

    .testimonial-bg {
        background-color: #ffffff;
        border-radius: 30px 30px 30px 30px;
    }

    .testimonial-bg img {
        margin-top: -70px;
    }

    .t-box-height {
        /*min-height: 220px;*/
    }

    .testimonial-bg p {
        padding-top: 10px;
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }

    .testimonial-bg h3 {
        padding-top: 10px;
        font-size: 22px;
        color: #000;
    }

    .testimonial-text-color h2 {
        /*color: #ffffff;*/
        line-height: 50px;
        font-weight: 700;
    }

    /*end testimonial*/

    .product-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    /*start client us*/

    #client {
        background-color: #F5F5F5;
        margin-top: -8rem;
    }

    #client h2 {
        margin-top: 8rem;
        font-size: 2rem;
        font-weight: 700;
    }

    #client img {
        max-width: 100%;
    }

    .img-pd img {
        padding: 40px;
    }

    .logo-slider {
        overflow: hidden;
        position: relative;
        white-space: nowrap;
        background: transparent;
        /* optional */
    }

    .logo-slide-track {
        display: flex;
        width: max-content;
        /* ensure width fits all logos */
        animation: scroll 60s linear infinite;
        /* adjust duration for speed */
    }

    .logo-slide-track img {
        height: 80px;
        /* adjust size */
        margin: 0 20px;
        flex-shrink: 0;
    }

    @keyframes scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    /*end client us*/
    /* call now css */
    .call-us-now {
        background-color: #F5F5F5;
    }

    .call-us-now h2 {
        text-align: center;
        font-size: 2rem;
    }

    .call-btn {
        font-size: 36px;
        color: #fff;
        background-color: #EC1C24;
        font-weight: 700;
        line-height: 30px;
        border-radius: 5PX;
    }

    .call-btn:hover {
        color: #000000;
    }

    /**call end **/

    #contact-us {
        background-color: #2D2D2D;
    }

    .footer-text h2 {
        color: #fff;
        font-size: 22px;
    }

    .footer-text p {
        margin-top: 20px;
        font-size: 14px;
        color: #fff;
    }

    .footer-text a {
        color: white;
    }

    .footer-text ul {
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
    }

    .footer-text ul li {
        line-height: 30px;
        font-size: 14px;
    }

    .footer-text ul img {
        padding-right: 10px;
    }

    .footer-bottom-color {
        background-color: #525252;
    }

    .footer-bottom-color a {
        color: #fff;
    }

    .footer-bottom {
        margin-top: 16px;
    }

    .page-views {
        background: black;
        padding: 2px 6px;
        border-radius: 4px;
    }

    /**footer end**/
    /* products css */
    /*start header css*/

    .product-header {
        background-color: #F5F5F5;
        padding-top: -2rem;
        padding-bottom: 2rem;
    }

    .product-header h1 {
        margin-top: 1rem;
        font-weight: 700;
        color: #000;
    }

    .product-header p {
        font-size: 1rem;
        padding: 5px 20px;
    }


    .product-header span {
        margin-left: 0px;
        color: #EC1C24;
    }

    /*end header css*/
    .course-meta {
        font-size: 16px;
        color: #333;
    }

    .course-meta .duration {
        color: #000;
        font-size: large;
        /* blue */
        font-weight: 600;
    }

    .course-meta .fee {
        color: #000;
        font-size: large;
        /* green */
        font-weight: 600;
    }

    .box {
        background-color: lightgrey;
        color: black;
        border-radius: 30px;
        align-items: center;
        margin: 10px;
        min-height: 120px;
        padding: 10px 20px;
        text-align: center;
        font-weight: 600;
    }

    .box p {
        width: 100%;
        font-size: 1.2rem;
        margin: 10px 0px;
    }

    /*start about us*/

    .learn-more-btn {
        border: 1px solid;
        color: #EC1C24;
    }

    .software {
        background-color: #F5F5F5;
    }

    /* end about css */

    @media only screen and (max-width: 768px) {
        header .half-header-image {
            background: url(../images/dr-pardeep.png);
            background-position: 17%;
            background-origin: padding-box;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .header-image {
            display: none;
        }

        .btn-pa {
            margin-top: 0.5rem;
            margin-bottom: 1rem;
        }

        .navbar ul li {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 0px;
            padding-bottom: 0px;
            border-top: rgb(233, 233, 233) solid 1px;
        }

        .navbar ul li:hover {
            background-color: #EAF1FF;
            color: #004AAD;
        }

        .about-header {
            padding-top: -2rem;
            padding-bottom: 2rem;
        }

        .about-m-top {
            margin-top: 1rem;
        }

        .social-right-border-1 {
            border-right: #ccc solid 0px;
            padding-bottom: 1rem;
        }

        .mt-n-float {
            float: right;
            margin-top: 0px !important;
        }

        .p-b-social {
            padding-bottom: 2rem;
        }

        .t-box-height {
            height: auto;
            /*  margin-bottom: 100px;*/
        }

        .gray-txt-color-mt {
            padding-top: 2rem;
        }

        .box {
            text-align: left;
            border-radius: 30px;
            min-height: 150px;
            width: auto;
            margin: 10px;
        }

        header h1 {
            font-size: 1.8rem;
            line-height: 45px;
            margin-top: 20px;
        }

        .half-header-image img {
            width: 100%;
            margin-top: 22px;
        }

        header span {
            color: #EC1C24;
        }

        .p-text-size {
            font-size: 16px;
        }

        .make-apm-btn {
            font-size: 14px;
            background-color: #EC1C24;
            color: #fff;
            border-radius: 6px 0px;
        }

        .m-top {
            margin-top: -4rem;
        }

        .light-blue-bg {
            background-color: #ABC8FF;
        }

        .light-blue-bg img {
            height: 40px;
            width: 40px;
        }

        .light-blue-bg h2 {
            color: #484848;
            padding-top: 18px;
            font-size: 20px;
        }

        .light-blue-bg p {
            line-height: 6px;
            font-weight: 700;
            color: #000000;
            padding: 0px;
            font-size: 18px;
        }

        .light-blue-bg-dark {
            background-color: #264380;
        }

        .light-blue-bg-dark img {
            height: 40px;
            width: 40px;
        }

        .light-blue-bg-dark h2 {
            color: #CCCCCC;
            padding-top: 18px;
            font-size: 20px;
        }

        .light-blue-bg-dark p {
            line-height: 6px;
            font-weight: 700;
            color: #ffffff;
            padding: 0px;
            font-size: 18px;
        }

        .m-top {
            margin-top: 3rem;
        }

        .img-top-p {
            padding-top: 2rem;
        }

        video {
            height: 500px;
            width: 720px;
        }

        .video-border {
            border-radius: 20px 20px 20px 20px;
        }

        .t-box-margin {
            margin-top: 5rem;
        }

        .map {
            height: 400px;
        }

        .p-p {
            font-weight: 400;
            font-size: 16px;
            padding: 10px 30px 20px 30px;
            line-height: 25px;
        }

        .p-left {
            padding-left: 0rem;
        }

        .neck-pain-image {
            display: none;
        }

        .about-call-now {
            background-image: none;
            background-size: contain;
            padding: 2rem 15px;
        }

        .about-call-now .make-apm-btn {
            color: white;
        }

        .apm-btn {
            width: 100%;
            background-color: #EAF1FF;
            border-color: #004AAD;
        }

        .video-embed {
            width: 100%;
            height: 390px;
        }

        .call-us-now h2 {
            text-align: center;
        }

        .about-call-now {
            background-image: none;
        }

        .who-is-chiropractor {
            text-align: center;
            margin-top: 1rem;
        }
    }

    /* For mobile phones: */

    @media only screen and (max-width: 600px) {
        header {}

        header .bg-shape {
            background-image: url(../images/ellipse-14.png);
            background-position: initial;
            background-origin: padding-box;
            background-repeat: no-repeat;
        }

        .half-header-image img {
            max-width: 100%;
            margin-top: 22px;
        }

        /*.m-top-nn {
        margin-top: -6.25rem !important;
    }*/
        .margin-top {
            border-top: 1px solid #efefef;
        }

        .btn-pa {
            margin-top: 0.5rem;
            margin-bottom: 1rem;
        }

        .navbar ul li {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 0px;
            padding-bottom: 0px;
            border-top: rgb(233, 233, 233) solid 1px;
        }

        .navbar ul li:hover {
            background-color: #EAF1FF;
            color: #004AAD;
        }

        .gray-txt-color-mt {
            padding-top: 2rem;
        }

        .clinic-pic-size {
            height: 300px;
            width: 300px;
        }

        .about-call-now h2 {
            word-spacing: 2px;
            color: #000;
            line-height: 30px;
            font-weight: 700;
        }

        .zero-p-m {
            padding: 0 0 0 0 !important;
            margin: 0 0 0 0 !important;
        }

        .about-call-now a {
            font-size: 16px;
            font-weight: 600;
        }

        .m-top-n {
            margin-top: -6rem;
        }

        /*
    .did-you-bg h2 {
        font-weight: 600;
        font-size: 24px;

    }
*/
        .testimonial-text-color h2 {
            color: #ffffff;
            font-size: 2rem;
            line-height: 40px;
            font-weight: 700;
            padding-bottom: 2rem;
        }

        .testimonial-text-color a {
            background-color: #ffffff;
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 30px;
            border-radius: 15px;
        }

        /* .gray-txt-color h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }*/
        .make-apm-btn .btn {
            text-align: center;
        }

        .make-apm-btn a {
            font-size: 14px;
            background-color: #EC1C24;
            color: #fff;
            border-radius: 6px 0px;
        }

        .img-top-p img {
            max-width: 100%;
            height: auto;
        }

        .cont-padding {
            padding-top: 80px;
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 80px;
        }

        .testimonial-bg h3 {
            font-weight: 700;
            padding-top: 10px;
            color: #006AA8;
        }

        .t-box-height {
            height: 220px;
            /* margin-bottom: 100px;*/
        }

        .testimonial-bg p {
            padding-top: 10px;
            color: #484848;
        }

        .testimonial-bg-color {
            /* background-color: #505050;*/
        }

        .testimonial-bg-color span {}

        .testimonial-bg-color h2 {

            font-weight: 700;
        }

        .map {
            height: 300px;
        }

        .social-icons li {
            margin: 1rem;
        }

        .social-right-border {
            border-bottom: #ccc solid 1px;
            border-right: #ccc solid 0px;
            padding-bottom: 1rem;
        }

        .box {
            border-radius: 30px;
            min-height: 150px;
            width: auto;
            margin: 10px;
        }

        .box span {
            padding: 30px;
            font-weight: 600;
            font-size: 42px;
            line-height: 25px;
        }

        .box small {
            font-weight: 500;
            padding-right: 30px;
            font-size: 16px;
            line-height: 24px;
        }

        .box h3 {
            padding-right: 5px;
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
        }

        .box img {
            padding-left: 15px;
            padding-right: 15px;
        }

        .p-p {
            font-weight: 400;
            font-size: 16px;
            padding: 10px 10px 20px 10px;
            line-height: 25px;
        }

        .txt-center {
            text-align: left;
        }

        .t-box-height {
            height: auto;
            /*margin-bottom: 100px;*/
        }

        .mt-n-float {
            float: none !important;
        }

        .p-b-social {
            padding-bottom: 0rem !important;
        }

        .pl-logo-f {
            padding-left: 1rem;
        }

        .about-m-top {
            margin-top: 1rem;
        }

        .about-header {
            padding-top: -2rem;
            padding-bottom: 2rem;
        }

        .video-embed {
            width: 100%;
            height: 200px;
        }

        .call-us-now h2 {
            text-align: center;
        }

        .training .row {
            border-bottom: 1px #ccc solid;
        }
    }

    .transition-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%;
    }

    .review-card h5 {
        font-size: 0.9rem !important;
    }

    .review-card h4 {
        font-size: 1.2rem !important;
    }

    .review-card {
        padding-top: 60px;
        flex: 0 0 33.3333%;
        box-sizing: border-box;
    }

    .img-size {
        width: 80px;
        height: 80px;
    }


    /* Faster on mobile */
    @media (max-width: 768px) {
        .logo-slide-track {
            animation: scroll 40s linear infinite;
        }

        .navbar-brand img {
            width: 260px;
        }

        .call-btn {
            font-size: 1rem;
        }

        #home-page header {
            margin-top: 30px;
        }
    }

    .product-logo {
        width: 300px;
    }