@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
    box-sizing: border-box;
}

html {
    width: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
img,
svg {
    vertical-align: middle;
    max-width: 100%;
}
.banner .banner-img {
    padding: 10px 0;
}

header .navbar {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

header .navbar .navbar-nav .nav-item .nav-link {
    /* font-family: "Lato", sans-serif; */
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #666;
    padding: 10px 15px;
}

header .navbar .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #3498db;
}

h1 {
    color: #3498db;
    margin: 0;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 40px;
}
.small-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: bold;
}
.slider-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.VDMIS-content {
    margin-bottom: 40px;
}

.VDMIS-content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: justify;
}

.footer-section {
    background-color: #193441 !important;
    padding-top: 40px;
    padding-bottom: 10px;
}

.logo-ft img {
    width: 180px;
}

.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
    display: flex;
    margin-top: 20px;
}

.social li {
    margin-right: 10px;
}

.social li a {
    width: 34px;
    height: 34px;
    display: block;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    transition: all 200ms ease-out;
    color: #fff;
    line-height: 34px;
}

.social li a .fa-facebook-f {
    background-color: #3b5998;
    position: absolute;
    top: 0;
    height: 0;
}

.social li a .fa-twitter {
    background-color: #00aced;
    position: absolute;
    top: 0;
    height: 0;
}

.social li a .fa-google-plus-g {
    background-color: #dd4b39;
    position: absolute;
    top: 0;
    height: 0;
}

.social li a .fa-instagram {
    background-color: #ea4c89;
    position: absolute;
    top: 0;
    height: 0;
}

.social li a:hover .fa-facebook-f {
    height: 100%;
    cursor: pointer;
}

.social li a:hover .fa-twitter {
    height: 100%;
    cursor: pointer;
}

.social li a:hover .fa-google-plus-g {
    height: 100%;
    cursor: pointer;
}

.social li a:hover .fa-instagram {
    height: 100%;
    cursor: pointer;
}

.logo-ft-two {
    margin-bottom: 20px;
}

.add-cnt {
    font-size: 14px;
    color: #e9b746;
}

.footer-text {
    border-top: #ecf0f1 1px solid;
    text-align: center;
    margin-top: 10px;
}

.footer-text p {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0;
    color: #fff;
}

.logo-ft-two img {
    width: 314px;
}

.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.icon-box .ptb-logo {
    width: 90px;
    object-fit: contain;
}

.icon-box a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

.img-box {
    min-width: 120px;
    text-align: center;
}

.link-cnt {
    font-size: 14px;
    color: #e9b746;
    margin-bottom: 0;
}

.slider img {
    object-fit: contain;
    height: 700px;
}

.slider img {
    width: 100%;
}

.slider h2 {
    color: #4facce;
    margin-bottom: 16px;
}

.text-style {
    text-decoration: none;
}

.text-style:hover {
    color: #ffb818;
}

.media-section {
    position: relative;
    padding: 60px 0;
}

.media-section .media-content h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    padding-bottom: 3rem;
}

.media-section .media-content h2 a {
    color: #000;
    text-decoration: none;
}

.media-section .media-content h4 {
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 600;
    padding-bottom: 3rem;
    color: #0d6efd;
}

.media-section .videos-box {
    margin-bottom: 40px;
    background-color: #ffffff;
    border: 1px solid rgba(11, 125, 176, 0.2);
    box-shadow: 1px 1px 10px rgba(11, 125, 176, 0.1);
    border-radius: 10px;
}

.media-section .videos-box iframe {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.media-section .videos-box a {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: bold;
    color: #222222;
}

.media-section .videos-box .video-link {
    padding: 15px;
    height: 120px;
}

.VDMIS-feaures,
.VDMIS-download-support {
    position: relative;
    padding: 40px 0;
}

.VDMIS-download-support .w-85 {
    width: 85%;
}

.VDMIS-download-support a {
    color: #4facce;
}

.feaures-content h2 {
    color: #4facce;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}
.feaures-content p,
.feaures-content ol li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}
.feaures-images,
.feaures-video {
    background-color: #ffffff;
    border: 1px solid rgba(11, 125, 176, 0.2);
    box-shadow: 1px 1px 10px rgba(11, 125, 176, 0.1);
    padding: 10px;
    border-radius: 10px;
}
.feaures-images img:not(:last-child) {
    margin-bottom: 15px;
}
.feaures-images.d-flex {
    flex-direction: column;
    align-items: center;
}
.feaures-images img,
.feaures-video video {
    border-radius: 10px;
}

.dynamic video,
.dynamic img {
    background-color: #ffffff;
    border: 1px solid rgba(11, 125, 176, 0.2);
    box-shadow: 1px 1px 10px rgba(11, 125, 176, 0.1);
    padding: 10px;
    border-radius: 10px;
}

.dynamic .logo-alt {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.media-section .VDMIS-Desc,
.media-section .CMM-smart,
.media-section .CMM-hardware,
.media-section .CMM-smart-report {
    padding: 40px 0;
}

.VDMIS-Desc h4 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: justify;
}

.VDMIS-Desc h5 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: justify;
    padding-bottom: 25px;
}

.VDMIS-Desc ol li,
.CMM-smart ol li,
.CMM-smart-report ol li {
    list-style: disc;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 12px 0;
    text-align: justify;
}

/* .VDMIS-Desc ol li span,
.CMM-smart ol li span,
.CMM-smart-report ol li span {
    color: #3498db;
    font-weight: 600;
} */

.media-section .top-navabr {
    padding-bottom: 15px;
}

.media-section .top-navabr .list-inline {
    background: #060058;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.media-section .top-navabr .list-inline li a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Playfair Display", serif;
}

.media-section .top-navabr .list-inline li {
    padding: 20px 40px;
}
.media-section .top-navabr .list-inline li.active {
    background-color: #f7ac08;
    margin-right: -1px;
    text-align: center;
}
.media-section .top-navabr .list-inline li.active .nav-link {
    color: #ffffff;
    font-weight: 700;
}

.CMM-smart ol li {
    list-style: auto;
}

.CMM-smart h3 {
    padding-bottom: 15px;
}

.CMM-smart.app-ex ol li {
    list-style: disc;
}

.CMM-smart.app-ex h4 {
    padding: 25px 0;
}

.CMM-hardware h1 {
    color: #3498db;
}

.CMM-hardware-probes label {
    color: #3498db;
    font-weight: 800;
}

.trial-form-btn {
    width: 20%;
    padding: 8px;
    background-color: #309cde;
    border: 1px solid #309cde;
}

.trial-form-btn:active {
    transform: translateY(2px);
    transition: all 200ms ease-out;
}

.cmm-demo .title h2 {
    color: #666;
    font-weight: 600;
}

.cmm-demo-form {
    padding: 34px;
    margin-top: 35px;
    border: 2px solid #f1f1f1;
    border-radius: 12px;
}

.cmm-demo-form label {
    font-weight: 600;
}

.demo-link {
    text-align: center;
}

.demo-link a {
    text-decoration: none;
}

.cmm-demo .demo-link img {
    max-width: 100%;
    margin: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: transform 0.5s;
}

.cmm-demo .demo-link img:hover {
    transform: scale(1.04);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px !important;
    right: 4px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.iti {
    width: 100%;
}

.Software-options ol li {
    list-style: disc;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
}

.Software-options .software-options-li li {
    list-style: circle;
}

.Software-options h4 {
    font-size: 18px;
    line-height: 36px;
}

.cmm-retrofit-trial {
    border-radius: 5px;
}

.CMM-retrofit .feaures-content p,
.Software-options .feaures-content p {
    color: #3498db;
    font-weight: 600;
}

.btn-refresh,
.btn-refresh:active {
    border: none;
}

.text-justify {
    text-align: justify;
}

.help-desk {
    margin-bottom: 1.5rem;
}
.help-desk img {
    border-radius: 25px;
    max-width: 150px;
}

.captcha-img {
    border-radius: 8px;
}

.contact-info {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e;
}

.contact-info span {
    margin-right: 7px;
    color: #3498db;
    /* padding-right: 5px; */
}

.logo {
    max-width: 170px;
}

.key-future img {
    border-radius: 10px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* === Responsive CSS Start === */
@media (max-width: 1440px) {
    .media-section {
        padding: 40px 0;
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: bold;
        padding: 8px 12px;
    }
    .media-section .videos-box a {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .media-section .media-content h2 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}
@media (max-width: 1150px) {
    .media-section {
        position: relative;
        padding: 40px 0;
    }
    .media-section .media-content h2 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        padding-bottom: 1.2rem;
    }
    .media-section .videos-box a {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 11px 10px;
    }
}

@media (max-width: 1024px) {
    .slider img {
        object-fit: contain;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }
    header .navbar {
        padding: 10px 0;
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        padding: 8px 15px;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .VDMIS-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .media-section .top-navabr .list-inline {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .media-section .top-navabr .list-inline li.active {
        width: 100%;
    }
    .media-section .CMM-smart-report {
        padding: 20px 0;
    }
    .cmm-demo .demo-link {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .slider img {
        object-fit: contain;
        height: 300px;
    }
    h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .VDMIS-content h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .icon-box a {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .iframe-container {
        padding-bottom: 75%;
    }
}
