@font-face {
    font-family: myriadproregular;
    src: url(https://www.atiz.com/core_css/fonts/MyriadPro-Regular.eot);
    src: url(https://www.atiz.com/core_css/fonts/MyriadPro-Regular.eot?) format('embedded-opentype'), url(https://www.atiz.com/core_css/fonts/MyriadPro-Regular.woff) format('woff'), url(https://www.atiz.com/core_css/fonts/MyriadPro-Regular.ttf) format('truetype');
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: sansbold;
    src: url(https://www.atiz.com/core_css/fonts/googlesans-bold-webfont.woff2) format('woff2'), url(https://www.atiz.com/core_css/fonts/googlesans-bold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sansmedium;
    src: url(https://www.atiz.com/core_css/fonts/googlesans-medium-webfont.woff2) format('woff2'), url(https://www.atiz.com/core_css/fonts/googlesans-medium-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: sansregular;
    src: url(https://www.atiz.com/core_css/fonts/googlesans-regular-webfont.woff2) format('woff2'), url(https://www.atiz.com/core_css/fonts/googlesans-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

:root,
[data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

body {
    font-family: Arial, sans-serif, Helvetica;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    -webkit-font-smoothing: antialiased
}

@media(min-width: 1200px) {
    .container {
        max-width: 980px
    }
}

#global-navbar .container {
    width: auto;
    max-width: 1440px
}

#global-navbar.navbar-default {
    background-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

#global-navbar .navbar-brand {
    padding: 12px 15px 13px
}

#global-navbar.navbar-default .navbar-nav>.open>a,
#global-navbar.navbar-default .navbar-nav>.open>a:focus,
#global-navbar.navbar-default .navbar-nav>.open>a:hover {
    background: 0 0
}

#global-navbar .nav>li.dropdown.open {
    position: static
}

#global-navbar .nav>li.dropdown.open a {
    border-bottom: 5px solid #c00001;
    display: inline-block
}

#global-navbar .nav>li.hospital-nav.open a {
    border-bottom: 5px solid #0142aa;
    display: inline-block
}

#global-navbar .nav>li.active a {
    border-bottom: 5px solid #c00001;
    display: inline-block;
    background: 0 0 !important
}

@media(max-width: 425px) {
    #global-navbar .nav>li.dropdown.open a {
        display: block
    }
}

#global-navbar .navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media(max-width: 425px) {
    #global-navbar .navbar-nav>li>.dropdown-menu {
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
}

#global-navbar .nav>li.dropdown.open .dropdown-menu a {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block
}

#global-navbar .nav>li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    background: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#global-navbar .dropdown-menu .container {
    width: auto;
    max-width: 1280px
}

#global-navbar .navbar-right {
    margin-top: 2px;
    width: fit-content;
    display: table;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 0
}

#global-navbar .navbar-right li {
    display: table-cell;
    float: none;
    text-align: center
}

@media(max-width: 480px) {
    #global-navbar .navbar-right {
        display: block;
        width: auto;
        margin-right: -15px;
        margin-top: 10px
    }

    #global-navbar .navbar-right li {
        position: static;
        display: block;
        text-align: left;
        width: 100%
    }
}

@media(max-width: 428px) {
    #global-navbar .navbar-right {
        display: block;
        width: auto;
        margin-right: -15px
    }

    #global-navbar .navbar-right li {
        position: static;
        display: block;
        text-align: left;
        width: 100%
    }
}

#global-navbar .navbar-right li a {
    display: inline-block;
    font-family: sansmedium, Arial, sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    border-bottom: 5px solid transparent;
    padding-top: 15px;
    padding-bottom: 8px
}

@media(min-width: 992px) and (max-width:1024px) {
    #global-navbar .navbar-right li a {
        font-size: 16px
    }
}

@media(min-width: 769px) and (max-width:991px) {
    #global-navbar .navbar-right li a {
        font-size: 12px
    }
}

@media(min-width: 426px) and (max-width:768px) {
    #global-navbar .navbar-right li a {
        font-size: 11px
    }
}

@media(max-width: 480px) {
    #global-navbar .navbar-right li a {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 8px;
        display: block !important
    }
}

@media(max-width: 428px) {
    #global-navbar .navbar-right li a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 1.1;
        display: block !important;
        font-size: 16px
    }
}

#global-navbar .nav-name-block {
    margin-top: 5px;
    text-align: center;
    font-family: sansregular, Arial, sans-serif;
    font-size: 20px;
    color: #000;
    text-transform: none
}

@media(max-width: 480px) {
    .nav-capture-block {
        min-height: 48px
    }

    #global-navbar .nav-name-block {
        min-height: 48px
    }

    #global-navbar .hospital-nav .nav-name-block {
        min-height: 30px
    }
}

@media(max-width: 428px) {
    .nav-capture-block {
        min-height: 48px
    }

    #global-navbar .nav-name-block {
        min-height: 48px
    }

    #global-navbar .hospital-nav .nav-name-block {
        min-height: 30px
    }
}

@media(max-width: 375px) {
    #global-navbar .nav-name-block {
        font-size: 18px
    }
}

@media(max-width: 320px) {
    #global-navbar .nav-name-block {
        font-size: 14px
    }
}

#global-navbar .nav-name-desc {
    text-align: center;
    font-family: sansregular, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    text-transform: none
}

@media(max-width: 425px) {
    #global-navbar .nav-name-desc {
        font-size: 16px
    }
}

@media(max-width: 320px) {
    #global-navbar .nav-name-desc {
        font-size: 12px
    }
}

#global-navbar .dropdown-menu li a:hover,
#global-navbar .dropdown-menu li a:active,
#global-navbar .dropdown-menu li a:focus {
    color: #000;
    text-decoration: none
}

#global-navbar .nav-product .container {
    padding-top: 10px;
    padding-bottom: 20px
}

@media screen and (max-width: 767px) {
    #global-navbar.navbar .navbar-collapse {
        background: #fff;
        position: absolute;
        width: 100%
    }
}

#global-navbar.navbar-default .navbar-toggle {
    border: none;
    margin-right: 5px
}

#global-navbar.navbar-default .navbar-toggle:focus,
#global-navbar.navbar-default .navbar-toggle:hover {
    background: 0 0
}

#global-navbar .navbar-toggle {
    border: none;
    background: 0 0 !important
}

#global-navbar .navbar-toggle:hover {
    background: 0 0 !important
}

#global-navbar .navbar-toggle .icon-bar {
    width: 22px;
    transition: all .2s;
    background-color: #c00001
}

#global-navbar .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

#global-navbar .navbar-toggle .middle-bar {
    opacity: 0
}

#global-navbar .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

#global-navbar .navbar-toggle.collapsed .top-bar {
    transform: rotate(0)
}

#global-navbar .navbar-toggle.collapsed .middle-bar {
    opacity: 1
}

#global-navbar .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0)
}

#myModalContact {
    font-family: MyriadProRegular, Arial, Sans-serif;
    font-size: 16px
}

@media(min-width: 768px) {
    #myModalContact .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
}

#myModalContact .modal-header {
    border-bottom: none
}

#myModalContact .modal-footer {
    text-align: center;
    border-top: none;
    padding-bottom: 30px;
    padding-top: 0
}

#myModalContact .modal-title {
    margin-bottom: 20px;
    font-weight: 600;
    color: #2c71d2;
    background-position: 0 0;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

#myModalContact .modal-title span {
    margin-left: 5px
}

#myModalContact .modal-title span img {
    max-width: 25px
}

#contact-form h3 {
    padding-top: 20px;
    padding-bottom: 20px
}

#contact-form .form-group {
    margin-bottom: 15px
}

#contact-form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#contact-form .control-label {
    font-weight: 400;
    padding-top: 2px
}

#contact-form .con-email,
#contact-form .con-subj {
    border-top: none;
    border-left: none;
    border-right: none
}

#contact-form .con-msg {}

#contact-form .submitBtn {
    text-align: center
}

#contact-form #btnButton {
    background: #555;
    height: 34px;
    color: #fff;
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #555;
    margin: 0 auto
}

@media(max-width: 414px) {
    #contact-form #btnButton {
        width: 100%
    }
}

#contact-form .first-email {
    padding-top: 40px
}

@media(max-width: 414px) {
    #contact-form .first-email {
        padding-top: 56px
    }
}

.btn-ask-online {
    cursor: pointer
}

#myModalContact .modal-content {
    padding: 10px
}

#myModalContact .modal-header,
#myModalContact .modal-body {
    padding: 20px 50px 10px
}

#myModalContact .error {
    color: red;
    font-size: 14px;
    text-align: left;
    float: left
}

#myModalContact .bottom-show-msg {
    background: #f2f2f2;
    border: 1px solid;
    padding: 10px
}

#myModalContact .modal-header span {
    padding-right: 8px
}

@media(min-width: 768px) {
    #myModalJobs .modal-dialog {
        width: 768px;
        margin: 30px auto
    }
}

#myModalJobs .modal-content {
    padding: 10px
}

#myModalJobs .modal-header {
    border-bottom: none;
    padding: 20px 35px
}

#myModalJobs .modal-body {
    padding: 20px 50px
}

#myModalJobs .apply-job-btn {
    text-align: center
}

#myModalJobs .apply-btn {
    background: #555;
    height: 34px;
    color: #fff;
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #555;
    margin: 10px auto
}

#myModalJobs .apply-btn:hover {
    color: #fff
}

#myModalJobs .panel {
    box-shadow: none
}

#myModalJobs .panel-default>.panel-heading {
    color: #333;
    background: 0 0;
    border: none
}

#myModalJobs .panel-heading {
    padding: 10px 0
}

#myModalJobs .panel-title {
    font-size: 18px;
    font-weight: 700;
    color: #337ab7;
    text-align: left
}

#myModalJobs .panel-default {
    border: none
}

#myModalJobs .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none
}

#myModalJobs h4 {
    margin-bottom: 20px
}

#myModalJobs ul {
    padding-left: 15px;
    margin-bottom: 30px
}

#myModalJobs ul li {
    padding: 0 0 2px;
    text-align: left
}

.block-loader {
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #cd122f;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.lds-default div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px
}

.lds-default div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px
}

.lds-default div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px
}

.lds-default div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px
}

.lds-default div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px
}

.lds-default div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px
}

.lds-default div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px
}

.lds-default div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px
}

.lds-default div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.global-footer-section {
    background: #636363;
    padding-bottom: 30px;
    padding-top: 50px;
    font-family: sansregular, Arial, sans-serif;
    font-size: 16px;
    color: #fff
}

.global-footer-section .footer-head-title {
    font-size: 22px;
    font-family: sansmedium, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px
}

.global-footer-section .fotter-nav-sub-head {
    font-size: 18px;
    font-family: sansmedium, Arial, sans-serif;
    color: #252525
}

@media(max-width: 480px) {
    .global-footer-section .footer-head-title {
        font-size: 18px
    }

    .global-footer-section .product-title {
        margin-top: 30px
    }
}

.global-footer-section ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

.global-footer-section ul li {
    padding-top: 5px;
    padding-bottom: 5px
}

.global-footer-section ul li a {
    color: #fff
}

.global-footer-section ul li a:hover,
.global-footer-section ul li a:active,
.global-footer-section ul li a:focus {
    color: #fff;
    text-decoration: none
}

.global-footer-section .atiz-map {
    list-style: none;
    padding: 0;
    margin: 0
}

.global-footer-section .atiz-map li {
    float: left;
    margin-right: 10px;
    padding-bottom: 0;
    padding-top: 0
}

.global-footer-section .atiz-map li a {
    color: #00aeef
}

.global-footer-section .atiz-map li a:hover,
.global-footer-section .atiz-map li a:active,
.global-footer-section .atiz-map li a:focus {
    color: #00aeef;
    text-decoration: none
}

.global-footer-section .copyright-block {
    text-align: center;
    color: #fff;
    font-family: sansregular, Arial, sans-serif;
    font-size: 16px;
    border-top: 1px solid #fff;
    padding-top: 12px;
    margin-top: 40px
}

.global-footer-section .copyright-block .copyright-company {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.global-footer-section .contact-email:hover,
.global-footer-section .contact-email:active,
.global-footer-section .contact-email:focus {
    color: #fff;
    text-decoration: none
}

.newsletter-block .error-txt {
    display: none
}

.newsletter-block .error-txt .error {
    font-weight: 400;
    font-size: 14px;
    text-align: left
}

.newsletter-block .subscribe-success {
    color: #fff;
    font-size: 12px
}

.newsletter-block .subscribe-error {
    color: red;
    font-size: 12px
}

.newsletter-block .submissionResponse {
    display: none
}

.newsletter-block .input-group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #fff !important
}

#newsletter-join-btn {
    background: red !important;
    color: #fff;
    border: 1px solid red !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: sansmedium, Arial, sans-serif
}

.contact-us-block {
    margin-top: 40px
}

.contact-us-block a {
    color: #fff
}

.contact-us-block a:hover,
.contact-us-block a:active,
.contact-us-block a:focus {
    color: #fff;
    text-decoration: none
}

.contact-us-block .row {
    padding-bottom: 8px
}

.footer-socials-ul li {
    float: left;
    margin-right: 30px
}

#ask-us-btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

#ask-us-btn img {
    max-width: 25px;
    margin-left: 5px
}

.head-hight-space {
    margin-top: 40px
}

.ask-us-section {
    background: #f1063d;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: sansregular, Arial, sans-serif;
    font-size: 18px;
    color: #fff
}

.ask-us-section .container {
    width: auto;
    max-width: 1440px
}

.ask-us-section h1 {
    text-align: center;
    font-family: sansbold, arial, sans-serif;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 20px
}

.ask-us-section h1 span {
    margin-left: 6px
}

.ask-us-section h1 span img {
    max-width: 30px;
    vertical-align: top
}

.ask-us-section .checkbock-block {
    margin-bottom: 15px
}

.ask-us-section .checkbock-block .checkbox-inline {
    margin-right: 50px
}

.ask-us-section .checkbock-block .checkbox-inline label {
    font-weight: 400
}

@media(max-width: 425px) {
    .ask-us-section .checkbock-block .checkbox-inline {
        margin-right: 0
    }

    .ask-us-section .checkbock-block .checkbox-inline+.checkbox-inline {
        margin-left: 0
    }
}

.ask-us-section .btn-block {
    text-align: center;
    margin-top: 30px
}

.ask-us-section .contact-submit-btn {
    background: #636363;
    border: 1px solid #636363;
    color: #fff;
    font-family: sansregular, Arial, sans-serif;
    font-size: 24px;
    padding: 6px 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 auto
}

.contact-frm label.error {
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    margin-top: 10px;
}

.contact-frm .alert-white {
    background: #fff;
    padding-bottom: 30px
}

.contact-text-block {
    margin-bottom: 30px
}

.contact-frm p {
    text-align: center
}

.contact-frm .bottom-show-msg {
    padding: 30px 30px 10px;
    margin-bottom: 30px;
    background: #fff;
    color: #000
}

.bottom-show-msg .thk-txt-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.bottom-show-msg .send-icon {
    display: inline-block;
    margin-right: 10px;
    margin-top: -8px
}

@font-face {
    font-family: 'sansBold';
    src: url('../core_css/fonts/googlesans-bold-webfont.woff2') format('woff2'),
        url('../core_css/fonts/googlesans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansMedium';
    src: url('../core_css/fonts/googlesans-medium-webfont.woff2') format('woff2'),
        url('../core_css/fonts/googlesans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansRegular';
    src: url('../core_css/fonts/googlesans-regular-webfont.woff2') format('woff2'),
        url('../core_css/fonts/googlesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --red: #CD122F;
    --gray: #f5f5f5;
    --dropshadow: drop-shadow(12px 19px 77px rgba(0, 0, 0, 0.25));
}

.video-section {
    background: #1a1a1a;
}

.video-section .container {
    width: auto;
    max-width: 1440px;
}

@media (max-width: 1440px) {
    .video-section .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .video-section .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .video-section .video-colm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.video-section .video-block {
    position: relative;
}


.video-block .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 999;
}

.video-block .play-icon img {
    max-width: 120px;
    cursor: pointer;
}

@media (max-width: 480px) {
    .video-block .play-icon {
        top: 45%;
        transform: translateY(-45%);
    }
}

@media (max-width: 428px) {
    .video-block .play-icon {
        top: 43%;
        transform: translateY(-43%);
    }
}

@media (max-width: 390px) {
    .video-block .play-icon {
        top: 43%;
        transform: translateY(-43%);
    }
}

/* play icon */
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.video-block .icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

#play-btn:hover .stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}

#play-btn:hover .stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}

#play-btn:hover .icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#play-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 100px;
    width: 100px;
}

@media (max-width: 768px) {
    #play-btn {
        height: 70px;
        width: 70px;
    }
}

@media (max-width: 480px) {
    #play-btn {
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 428px) {
    #play-btn {
        height: 60px;
        width: 60px;
    }
}

/* end paly icon */

.modal {
    text-align: center;
    padding: 0 !important;
}

#videoModalFull .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 1280px;
}

@media (max-width: 1366px) {
    #videoModalFull .modal-dialog {
        max-width: 1024px;
    }
}

@media (max-width: 1280px) {
    #videoModalFull .modal-dialog {
        max-width: 1024px;
    }
}

@media (max-width: 1024px) {
    #videoModalFull .modal-dialog {
        max-width: 940px;
    }
}

@media (max-width: 768px) {
    #videoModalFull .modal-dialog {
        max-width: 680px;
    }
}

@media (max-width: 428px) {
    #videoModalFull .modal-dialog {
        max-width: 400px;
    }
}

@media (max-width: 375px) {
    #videoModalFull .modal-dialog {
        max-width: 360px;
    }
}

@media (max-width: 360px) {
    #videoModalFull .modal-dialog {
        max-width: 340px;
    }
}

@media (max-width: 320px) {
    #videoModalFull .modal-dialog {
        max-width: 305px;
    }
}

#videoModalFull .modal-content {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

#videoModalFull .modal-header {
    border-bottom: none !important;
    padding: 15px 0px !important;
}

#videoModalFull .modal-body {
    padding: 5px;
}

#videoModalFull .close {
    float: right;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: none !important;
    filter: alpha(opacity=100);
    opacity: 1;
    margin-top: -20px;
    padding: 5px;
}

#videoModalFull .close span {
    display: block;
}

/* intro text secction */

.intro-section {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.intro-section .container {
    width: auto;
    max-width: 1440px;
}

.intro-section h1 {
    text-align: center;
    font-family: 'sansBold', Arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 60px;
    color: #cd122f;
}

.intro-section h2 {
    text-align: center;
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0px;
}

@media (max-width: 480px) {
    .intro-section h1 {
        font-size: 30px;
    }

    .intro-section h2 {
        font-size: 26px;
    }
}

@media (max-width: 428px) {
    .intro-section h1 {
        font-size: 26px;
    }

    .intro-section h2 {
        font-size: 22px;
    }
}

@media (max-width: 390px) {
    .intro-section h1 {
        font-size: 26px;
    }

    .intro-section h2 {
        font-size: 22px;
    }
}

/* product section */
.product-section {
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f2f2f2;
}

.product-section .container {
    width: auto;
    max-width: 1440px;
}

.product-section h1 {
    text-align: center;
    font-family: 'sansBold', Arial, sans-serif;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 60px;
    color: #cd122f;
}

.product-section h2 {
    text-align: center;
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
    color: #000;
}

.product-section .swiper-container {
    width: 100%;
    height: 100%;
}

.product-section .swiper-wrapper {
    margin-left: calc(-2% + 15px);
    transition-duration: 0.6s !important;
}

@media (max-width: 375px) {
    .product-section .swiper-wrapper {
        margin-left: calc(-5% + 15px);
    }
}

@media (max-width: 320px) {
    .product-section .swiper-wrapper {
        margin-left: calc(-9% + 15px);
    }
}

.product-section .swiper-slide {
    font-size: 18px;
    background: none;
    display: block;
    /* border-right: 1px solid #c8c8c8; */
    width: 25% !important;
    display: grid !important;
    place-content: center;
}

@media (max-width: 991px) {
    .product-section .swiper-slide {
        /* border-right:none; */
        width: 35% !important;
    }
}

@media (max-width: 768px) {
    .product-section .swiper-slide {
        /* border-right:none; */
        width: 28% !important;
    }
}

@media (max-width: 480px) {
    .product-section .swiper-slide {
        /* border-right:none; */
        width: 60% !important;
    }
}

@media (max-width: 428px) {
    .product-section .swiper-slide {
        /* border-right:none; */
        width: 75% !important;
    }
}

@media (max-width: 390px) {
    .product-section .swiper-slide {
        /* border-right:none; */
        width: 75% !important;
    }
}

.product-section .swiper-slide:last-child {
    border-right: none;
}

.product-section .swiper-slide:nth-child(2).swiper-slide-active {
    margin-left: 80px;
}

@media (max-width: 768px) {
    .product-section .swiper-slide:nth-child(1).swiper-slide-prev {
        margin-left: -50px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .product-section .swiper-slide:nth-child(1).swiper-slide-prev {
        margin-left: -110px;
    }

    .product-section .swiper-slide:nth-child(2).swiper-slide-prev {
        margin-left: 160px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 245px;
    }

    .product-section .swiper-slide:nth-child(4).swiper-slide-active {
        width: 100% !important;
    }
}

@media (min-width: 429px) and (max-width: 480px) {
    .product-section .swiper-slide:nth-child(1).swiper-slide-prev {
        margin-left: 0px;
    }

    .product-section .swiper-slide:nth-child(2).swiper-slide-prev {
        margin-left: 160px;
    }

    .product-section .swiper-slide:nth-child(2).swiper-slide-active {
        margin-left: 180px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 245px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-active {
        margin-left: 180px;
    }

    .product-section .swiper-slide:nth-child(4).swiper-slide-active {
        width: 100% !important;
    }

    .product-section .swiper-slide:last-child.swiper-slide-active {
        margin-left: 290px;
    }
}

@media (min-width: 391px) and (max-width: 428px) {
    .product-section .swiper-slide:nth-child(1).swiper-slide-prev {
        margin-left: 0px;
    }

    .product-section .swiper-slide:nth-child(2).swiper-slide-prev {
        margin-left: 180px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 285px;
    }

    .product-section .swiper-slide:nth-child(4).swiper-slide-active {
        width: 100% !important;
    }
}

@media (min-width: 376px) and (max-width: 390px) {
    .product-section .swiper-slide:nth-child(1).swiper-slide-prev {
        margin-left: 0px;
    }

    .product-section .swiper-slide:nth-child(2).swiper-slide-prev {
        margin-left: 180px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 255px;
    }

    .product-section .swiper-slide:nth-child(4).swiper-slide-active {
        width: 100% !important;
    }
}

@media (max-width: 375px) {

    .product-section .swiper-slide:nth-child(2).swiper-slide-prev {
        margin-left: 170px;
    }

    .product-section .swiper-slide:nth-child(2).swiper-slide-active {
        margin-left: 140px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 250px;
    }
}

@media (max-width: 360px) {
    .product-section .swiper-slide:nth-child(2).swiper-slide-prev {
        margin-left: 160px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 240px;
    }

}

@media (max-width: 320px) {
    .product-section .swiper-slide:nth-child(2).swiper-slide-prev {
        margin-left: 150px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 220px;
    }
}

/* @media (max-width: 428px) {
    .product-section .swiper-slide:nth-child(2).swiper-slide-active {
        margin-left: -15px;
    }
    
    .product-section .swiper-slide:nth-child(3).swiper-slide-active {
        margin-left: -20px;
    }

    .product-section .swiper-slide:nth-child(4).swiper-slide-active {
        margin-left: -10px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 0px;
    }
}

@media (max-width: 375px) {
    .product-section .swiper-slide:nth-child(3).swiper-slide-active {
        margin-left: -20px;
    }

    .product-section .swiper-slide:nth-child(4).swiper-slide-active {
        margin-left: -10px;
    }

    .product-section .swiper-slide:nth-child(3).swiper-slide-prev {
        margin-left: 0px;
    }
} */

.product-section .product-block {
    padding-left: 5%;
    padding-right: 5%;
}

.product-section .product-block a {
    color: inherit;
    text-decoration: none;
}

.product-section .product-block a:hover,
.product-section .product-block a:active,
.product-section .product-block a:focus {
    color: inherit;
    text-decoration: none;
}

.product-section .product-name {
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 28px;
}

.product-section .product-type-name {
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    color: #707070;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .product-section .product-type-name {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .product-section .product-name {
        font-size: 18px;
    }

    .product-section .product-type-name {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .product-section .product-name {
        font-size: 24px;
    }

    .product-section .product-type-name {
        font-size: 20px;
    }
}

@media (max-width: 428px) {
    .product-section .product-name {
        font-size: 22px;
    }

    .product-section .product-type-name {
        font-size: 18px;
    }
}

@media (max-width: 390px) {
    .product-section .product-name {
        font-size: 22px;
    }

    .product-section .product-type-name {
        font-size: 18px;
    }
}


@media (max-width: 375px) {
    .product-section .product-name {
        font-size: 22px;
    }

    .product-section .product-type-name {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .product-section .product-name {
        font-size: 20px;
    }

    .product-section .product-type-name {
        font-size: 16px;
    }
}

@media (max-width: 320px) {

    .product-section .product-name {
        font-size: 20px;
    }

    .product-section .product-type-name {
        font-size: 14px;
    }
}

.product-section .product-type-name .new-product {
    background: #2b71d2;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding: 2px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.product-section .product-block .product-img-block img {
    max-width: 285px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .product-section .product-block .product-img-block img {
        max-width: 235px;
    }
}


@media (min-width: 769px) and (max-width: 991px) {
    .product-section .product-block .product-img-block img {
        max-width: 200px;
    }
}

@media (max-width: 768px) {

    .product-section .product-type-name .new-product {
        font-size: 10px;
    }

    .product-section .product-block .product-img-block img {
        max-width: 110px;
    }
}

@media (max-width: 428px) {
    .product-section .product-block .product-img-block img {
        max-width: 165px;
    }
}

@media (max-width: 428px) {
    .product-section .product-type-name .new-product {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .product-section .product-type-name .new-product {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .product-section .product-type-name .new-product {
        font-size: 10px;
    }

    .product-section .product-block .product-img-block img {
        max-width: 130px;
    }
}

.product-section .swiper-pagination {
    position: relative;
    margin-top: 40px;
    cursor: w-resize;
}

.product-section .swiper-container-horizontal>.swiper-pagination-progressbar,
.product-section .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 1px;
}

.product-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
}

/* referance section */
.references-section {
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    background: #f2f2f2;
}

.references-section .container {
    width: auto;
    max-width: 1440px;
}

.references-section .references-block {
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.references-section .references-title {
    text-align: center;
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 40px;
    color: #000;
}

@media (max-width: 480px) {
    .references-section .references-title {
        font-size: 30px;
    }
}

@media (max-width: 428px) {
    .references-section .references-title {
        font-size: 26px;
    }
}

.references-section .ref-effect {
    position: relative;
    overflow: hidden;
    margin: 0px 0% 0px 0%;
    text-align: center;
}

.references-section .ref-effect img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.references-section .ref-effect .ref-title {
    padding: 1.2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .references-section .ref-effect .ref-title {
        padding: 0.8em;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .references-section .ref-effect .ref-title {
        padding: 1.2em 2em;
    }
}

@media (max-width: 428px) {
    .references-section .ref-effect .ref-title {
        padding: 1.5em 1.2em;
    }
}

@media (max-width: 375px) {
    .references-section .ref-effect .ref-title {
        padding: 1.5em 1em;
    }
}

@media (max-width: 320px) {
    .references-section .ref-effect .ref-title {
        padding: 1.2em 0.8em;
    }
}

.references-section .ref-effect .ref-title::before,
.references-section .ref-effect .ref-title::after {
    pointer-events: none;
}

.references-section .ref-effect .ref-title,
.references-section .ref-effect .ref-title>a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.references-section .ref-effect img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.references-section .ref-effect:hover img {
    opacity: 0.7;
}

@media (max-width: 1366px) {

    .references-section .ref-effect .ref-title::before,
    .references-section .ref-effect .ref-title::after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}

.references-section .ref-effect .title-name {
    /* margin-top: 0px;
    margin-bottom: 0px; */
    /* padding-top: 13%; */
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.35s;
    /* transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0); */
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    text-transform: capitalize;
    text-shadow: 0px 3px 5px #333;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .references-section .ref-effect .title-name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .references-section .ref-effect .title-name {
        font-size: 20px;
    }
}

@media (max-width: 428px) {
    .references-section .ref-effect .title-name {
        padding-top: 0%;
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .references-section .ref-effect .title-name {
        padding-top: 0%;
        font-size: 16px;
    }
}

.references-section .ref-effect:hover .ref-title::before,
.references-section .ref-effect:hover .ref-title::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.references-section .ref-effect:hover .title-name,
.references-section .ref-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.references-section .view-more {
    text-align: center;
    margin-top: 50px;
}

.references-section .view-more a {
    display: inline-flex;
    align-items: center;
    color: #006fc8;
    font-size: 22px;
    font-family: 'sansRegular', Arial, sans-serif;
}

.references-section .view-more a:hover,
.references-section .view-more a:active,
.references-section .view-more a:focus {
    color: #006fc8;
    text-decoration: none;
}

.references-section .view-more a span {
    margin-right: 10px;
}

/* 8 column */
.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}

/* end 8 column */

/* software section */
.home-software-section {
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 65px;
}

.home-software-section .container {
    width: auto;
    max-width: 1440px;
}

.home-software-section .software-left-block {
    padding-right: 10px;
}

.home-software-section .software-right-block {
    padding-left: 10px;
}

@media (max-width: 480px) {
    .home-software-section .software-left-block {
        padding-right: 15px;
    }

    .home-software-section .software-right-block {
        padding-left: 15px;
    }
}

.home-software-section .software-main-block {
    display: block;
    position: relative;
    margin-top: 20px;
}

@media (max-width: 428px) {
    .home-software-section .software-main-block {
        margin-top: 15px;
    }
}

.home-software-section .software-name-block {
    position: absolute;
    z-index: 999;
    top: 5%;
    left: 5%;
}

.software-name-block-center {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 45% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.white-name-border {
    font-family: 'Lexend', sans-serif !important;
    color: white !important;
    text-align: center;
    font-size: 45px;
    /* -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black; */
    font-weight: bold;
}

.white-name {
    color: white !important;
    text-align: center;
    font-size: 20px !important;
}

.home-software-section .annoucement-block .software-name-block {
    right: 5%;
}

@media (max-width: 768px) {
    .home-software-section .software-name-block {
        right: 5%;
    }
}

.home-software-section .software-name-block .software-name {
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .home-software-section .software-name-block .software-name {
        font-size: 46px;
        line-height: 1.1;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .home-software-section .software-name-block .software-name {
        font-size: 28px;
        line-height: 1.1;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .home-software-section .software-name-block .software-name {
        font-size: 32px;
        line-height: 1.1;
    }
}

@media (max-width: 480px) {
    .home-software-section .software-name-block .software-name {
        font-size: 30px;
        line-height: 1.1;
    }
}

@media (max-width: 428px) {
    .home-software-section .software-name-block .software-name {
        font-size: 26px;
        line-height: 1.1;
    }
}

/* 
@media (max-width: 375px) {
    .home-software-section .software-name-block .software-name {
        font-size: 30px;
        line-height: 1.1;
    }
}

@media (max-width: 360px) {
    .home-software-section .software-name-block .software-name {
        font-size: 30px;
        line-height: 1.1;
    }
}

@media (max-width: 320px) {
    .home-software-section .software-name-block .software-name {
        font-size: 28px;
        line-height: 1.1;
    }
} */

.home-software-section .software-main-block .black-name {
    color: #000;
}

.home-software-section .software-name-block p {
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .home-software-section .software-name-block p {
        font-size: 24px;
        line-height: 1.1;
    }
}

@media (min-width: 428px) and (max-width: 768px) {
    .home-software-section .software-name-block p {
        font-size: 20px;
        line-height: 1.1;
    }
}

@media (max-width: 428px) {
    .home-software-section .software-name-block p {
        font-size: 22px;
        line-height: 1.1;
    }
}

@media (max-width: 375px) {
    .home-software-section .software-name-block p {
        font-size: 20px;
        line-height: 1.1;
    }
}

@media (max-width: 360px) {
    .home-software-section .software-name-block p {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 320px) {
    .home-software-section .software-name-block p {
        font-size: 18px;
        line-height: 1.2;
    }
}

.home-software-section .software-img-block img {
    transition: all 0.3s ease;
}

.home-software-section .software-img-block img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 8 */
    filter: alpha(opacity=70);
    /* IE 5-7 */
    -moz-opacity: 0.7;
    /* Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    /* Good browsers */
}

.home-software-section .annoucement-block .software-img-block img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
}

.home-software-section .software-block {
    min-height: 100%;
    width: 100%;
    padding: 30px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-software-section a {
    color: inherit;
}

.home-software-section a:hover,
.home-software-section a:active,
.home-software-section a:focus {
    color: inherit;
    text-decoration: none;
}

.home-software-section .capture-block {
    background: #fafafa;
}

.home-software-section .editor-block {
    background: #fafafa;
}

.home-software-section .emr-block {
    background: #26b3eb;
}

.home-software-section .babytag-block {
    background: #22a89e;
}

.home-software-section .fadgi-block {
    background: #f2f2f2;
}

.home-software-section .capture-block:hover {
    background: #ebebeb;
}

.home-software-section .editor-block:hover {
    background: #ebebeb;
}

.home-software-section .emr-block:hover {
    background: #1799e3;
}

.home-software-section .babytag-block:hover {
    background: #138b80;
}

.software-block .software-title {
    text-align: center;
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 5px;
    color: #000;
}

.software-block .black-title {
    color: #000;
}

.software-block .white-title {
    color: #fff;
}

.software-block p {
    text-align: center;
}

.software-block .white-desc {
    color: #fff;
}

.software-block .software-img {
    margin-top: 15px;
}


.home-software-section .annoucement-desc {
    font-size: 23px !important;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 1280px) {
    .home-software-section .annoucement-desc {
        font-size: 24px !important;
    }
}

@media (max-width: 1024px) {
    .home-software-section .annoucement-desc {
        font-size: 22px !important;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .home-software-section .annoucement-block .software-name {
        font-size: 27px;
    }

    .home-software-section .annoucement-desc {
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .home-software-section .annoucement-desc {
        font-size: 24px !important;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .home-software-section .annoucement-block .software-name {
        font-size: 30px;
    }
}


@media (max-width: 428px) {
    .home-software-section .annoucement-block .software-name {
        font-size: 28px;
    }

    .home-software-section .annoucement-desc {
        font-size: 20px !important;
        margin-top: 50px;
        margin-bottom: 40px;
    }
}

@media (max-width: 375px) {
    .home-software-section .annoucement-block .software-name {
        font-size: 26px;
    }

    .home-software-section .annoucement-desc {
        font-size: 18px !important;
    }
}

@media (max-width: 360px) {
    .home-software-section .annoucement-block .software-name {
        font-size: 26px;
    }

    .home-software-section .annoucement-desc {
        font-size: 18px !important;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .home-software-section .annoucement-block .software-name {
        font-size: 22px;
    }

    .home-software-section .annoucement-desc {
        font-size: 16px !important;
    }
}

/* software support block */
.support-software-block {
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
}

.support-software-block .support-software-header {
    font-family: 'sansMedium', Arial, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (max-width: 480px) {
    .support-software-block .support-software-header {
        font-size: 30px;
    }
}

@media (max-width: 428px) {
    .support-software-block .support-software-header {
        font-size: 26px;
    }
}

.support-software-block p {
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 18px;
}

.support-software-block a {
    color: #006fc8;
    text-decoration: none;
}

.support-software-block a:hover,
.support-software-block a:focus-within,
.support-software-block a:active,
.support-software-block a:visited {
    color: #006fc8;
    text-decoration: none;
}

.support-software-block .end-support-img {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* top compare */
.top-product-spec {
    padding-top: 0px;
    padding-bottom: 60px;
    font-family: 'sansRegular', Arial, sans-serif;
    font-size: 18px;
}

@media (max-width: 991px) {
    .top-product-spec {
        background: #F7F9F9;
        background: -moz-linear-gradient(top, #F7F9F9 0%, #ffffff 50%, #ffffff 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #F7F9F9), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(top, #F7F9F9 0%, #ffffff 50%, #ffffff 100%);
        background: -o-linear-gradient(top, #F7F9F9 0%, #ffffff 50%, #ffffff 100%);
        background: -ms-linear-gradient(top, #F7F9F9 0%, #ffffff 50%, #ffffff 100%);
        background: linear-gradient(to bottom, #F7F9F9 0%, #ffffff 50%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F9F9', endColorstr='#ffffff', GradientType=0);
    }
}

.top-product-spec .container {
    width: auto;
    max-width: 1440px;
}


.top-product-spec h2 {
    text-align: center;
    font-family: 'sansBold', arial, sans-serif;
    font-size: 38px;
    color: #448bca;
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1.1;
}

@media (min-width: 481px) and (max-width: 768px) {
    .top-product-spec h2 {
        font-size: 34px;
    }
}

@media (min-width: 429px) and (max-width: 480px) {
    .top-product-spec h2 {
        font-size: 30px;
    }
}

@media (max-width: 428px) {
    .top-product-spec h2 {
        font-size: 26px;
    }
}

.comparison {
    /* max-width:940px; */
    margin: 0 auto;
    font: 16px/1.4 'sansRegular', Arial, sans-serif;
    text-align: center;
    /* padding:10px; */
}

@media (max-width: 428px) {
    .comparison {
        font: 14px/1.4 'sansRegular', Arial, sans-serif;
    }
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /* table-layout: fixed; */
    /* border-bottom:1px solid #CCC; */
}

@media (max-width: 428px) {
    .comparison table {
        table-layout: fixed;
    }
}

.comparison td,
.comparison th {
    /* border-right:1px solid #CCC; */
    empty-cells: show;
    padding: 10px;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    /* background:#F5F5F5; */
    border-top: 1px solid #013370;
    border-bottom: 1px solid #013370;
}

.comparison .compare-row.top-row {
    border-top: 2px solid #013370;
}

@media (max-width: 767px) {
    .comparison .compare-row {
        /* background:#F5F5F5; */
        border-top: none;
        border-bottom: none;
    }

    .comparison .compare-row.top-row {
        border-top: none;
    }
}

.comparison th {
    font-weight: normal;
    padding: 0;
    /* border-bottom:1px solid #CCC; */
}

.comparison tr td:first-child {
    text-align: right;
    background: #448bca;
    color: #fff;
}

.comparison .product-info {
    padding: 5px 15px 15px 15px;
}


@media (max-width: 767px) {

    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td,
    .comparison th {
        /* border:1px solid #CCC; */
    }

    .product-info {
        border-top: 0 !important;
    }

    .td-mb-bg {
        background: #448bca;
        color: #fff;
    }

}

@media (max-width: 639px) {

    .comparison td,
    .comparison th {
        padding: 10px 5px;
        vertical-align: top;
    }

    .comparison .hide-mobile {
        display: none;
    }

    .comparison .price-now span {
        font-size: 16px;
    }

    .compare-heading {
        font-size: 13px;
    }
}

.top-product-spec-desc {
    background: #FFFFFF url("../imagess/index/spec/line-up-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

@media (max-width: 991px) {
    .top-product-spec-desc {
        background: none;
    }
}

.top-product-compare-img img {
    max-height: 275px;
}

.top-product-spec-main-name {
    text-align: center;
    font-family: 'sansBold', arial, sans-serif;
    font-size: 24px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.top-product-spec-main-name a {
    color: #000;
}

.top-product-spec-main-name a:hover,
.top-product-spec-main-name a:active,
.top-product-spec-main-name a:focus {
    color: #000;
    text-decoration: none;
}

.top-product-spec-type-name {
    font-size: 18px;
    font-family: 'sansBold', arial, sans-serif;
    text-align: center;
    line-height: 1.1;
}

@media (max-width: 480px) {
    .top-product-spec-main-name {
        min-height: 60px;
        font-size: 20px;
    }

    .top-product-spec-type-name {
        font-size: 18px;
    }
}

@media (max-width: 428px) {
    .top-product-spec-main-name {
        min-height: 60px;
        font-size: 18px;
    }

    .top-product-spec-type-name {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    .top-product-spec-main-name {
        min-height: 60px;
        font-size: 18px;
    }
}


@media (max-width: 375px) {
    .top-product-spec-main-name {
        font-size: 18px;
        min-height: 50px;
    }

    .top-product-spec-type-name {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .top-product-spec-main-name {
        font-size: 16px;
        min-height: 40px;
    }

    .top-product-spec-type-name {
        font-size: 14px;
    }
}

.top-product-spec-type-name.grey-color {
    color: #939598;
}

.top-product-spec-type-name.blue-color {
    color: #216c9c;
}

.product-desc-head {
    font-family: 'sansBold', arial, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 5px;
}

@media (max-width: 428px) {
    .product-desc-head {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (max-width: 375px) {
    .product-desc-head {
        font-size: 14px;
    }
}

.comparison p {
    margin-bottom: 0px;
    line-height: 1.2;
}

.desc-blue {
    color: #216c9c;
    font-family: 'sansBold', arial, sans-serif;
}

.product-price {
    font-family: 'sansBold', arial, sans-serif;
    font-size: 24px;
    color: #000;
    line-height: 1.1;
    padding-top: 12px;
    padding-bottom: 12px;
}

.software-img-head {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
}

.img-software-inbox {
    width: 80%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.software-price-save {
    color: red !important;
}

@media (max-width: 428px) {
    .product-price {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .product-price {
        font-size: 18px;
    }
}

.td-no-bg {
    background: none !important;
}

.fix-width {
    width: 12%;
}

.product-desc-sub-head {
    color: #a7a7a7;
}

.set-container-new-width {
    max-width: 1800px !important;
}

.set-padding-box-three {
    /* padding: 0 !important; */
}

@media screen and (max-width : 1440px) {
    .software-name-block-center {
        padding: 15px;
    }

    .home-software-section .software-name-block .software-name {
        font-size: 30px;
    }

    .img-software-inbox {
        width: 70%;
    }

    .annoucement-desc {
        margin-top: 0 !important;
    }
}

@media screen and (max-width : 768px) {
    .software-name-block-center {
        top: 50% !important;
    }

    .home-software-section .software-name-block .software-name {
        font-size: 25px;
    }

    .white-name {
        font-size: 20px !important;
    }

    .white-name-border {
        -webkit-text-stroke-width: 1px;
    }

    .set-padding-box-three {
        padding: 15px !important;
    }

    .software-name-block-center {
        padding: 0;
    }
}

@media screen and (max-width : 425px) {
    .software-name-block-center {
        top: 50% !important;
    }

    .home-software-section .software-name-block .software-name {
        font-size: 25px;
    }

    .white-name {
        font-size: 20px !important;
    }
}

@media screen and (max-width : 375px) {
    .software-img-head {
        width: 70px;
    }

    .software-name-block-center {
        top: 46% !important;
    }

    .home-software-section .software-name-block .software-name {
        font-size: 20px;
    }

    .white-name {
        font-size: 15px !important;
    }
}

@media screen and (max-width : 320px) {
    .software-img-head {
        width: 70px;
    }

    .software-name-block-center {
        top: 46% !important;
    }

    .white-name {
        font-size: 15px !important;
    }
}

#global-navbar {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.container-wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    max-width: 1062px;
}

.video .video-block {
    position: relative;
}

.video {
    margin: 32px 0;
}

.container {
    width: auto;
    max-width: 1280px !important;
}

.video-bg {
    width: 100%;
    height: 480px;
    border-radius: 24px;
    background-image: url(../images/hreo-img-bookdrive-mk2-web-pic-01.png);
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding: 92px 0;
    text-align: center;
}

.video-bg p:nth-child(1) {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.video-bg p:nth-child(2) {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.video-play {
    display: flex;
    width: fit-content;
    justify-content: center;
    position: relative;
    height: fit-content;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 55px;
}

.video-play-icon {
    width: 73px;
    height: 73px;
}

.book-drive {
    margin: 65px 0;
}

.book-drive-wrap {
    padding: 32px !important;
    background-color: #F5F5F5;
    border-radius: 24px;
    margin-bottom: 25px;
}

.book-drive-img {
    padding: 0 48px !important;
}

.book-drive-img img {
    width: 100%;
}

.book-drive-content {
    display: flex;
    align-items: center;
    margin-left: 32px;
    margin-top: 35px;
}

.book-drive-content-topic {
    display: flex;
    gap: 15px;
    align-items: center;
}

.book-drive-content-topic p:nth-child(1) {
    font-size: 24px;
    color: #000;
    line-height: 1;
}

.book-drive-content-topic p:nth-child(2) {
    width: 42px;
    height: 22px;
    background-color: #CD122F;
    color: white;
    border-radius: 8px;
    text-align: center;
}

.book-drive-content-desc {
    color: #CD122F;
    font-size: 18px;
    font-weight: 200;
    line-height: 1;
}

.book-drive-content-content {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin: 16px 0;
}

.book-drive-content-href {
    display: block;
    width: 109px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 111px;
    font-size: 16px;
    transition: all .3s;
}

.book-drive-content-href:hover {
    box-shadow: none;
    text-decoration: none;
    color: #000;
}

.book-drive-content-center {
    text-align: center;
    margin-left: 0;
}

.book-drive-content-center .book-drive-content-topic {
    justify-content: center;
}

.book-drive-content-center .book-drive-content-href {
    margin-left: 50%;
    transform: translate(-50%);
}

.sony-alphas {
    margin: 70px 0;
}

.sony-alphas p {
    color: #0c0c0c;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
}

.sony-alphas p span {
    color: var(--red)
}

.sony-alphas img {
    width: 100%;
    border-radius: 24px;
}

.headline {
    background-color: var(--red);
    width: 59px;
    height: 12px;
    border-radius: 5px;
    margin: 30px 0;
}

.hidden-ds {
    display: none;
}

.hidden-mb {
    display: block;
}

.camera {
    margin: 100px 0;
}

.camera-box {
    background-color: var(--gray);
    border-radius: 22px;
    padding: 42px;
    margin-bottom: 25px;
}

.camera-box p {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.camera-img {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    font-weight: 500;
    text-align: center;
    justify-content: space-between;
}

.camera-img img {
    width: 152px;
    max-width: 152px;
}

.camera-img p {
    font-size: 32px;
    margin-top: 15px;
}

.scanner {
    margin: 65px 0;
}

.scanner p:nth-child(1) {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 1;
}

.scanner p:nth-child(2) {
    font-size: 60px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    line-height: 1;
}

.scanner p:nth-child(2) span {
    color: var(--red);
}

.trust-block {
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    max-width: 236px;
    height: 236px;
    padding: 32px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 48px;

}

.trust-block-w {
    background-color: #fff;
}

.trust-block-g {
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
}

.trust-block img {
    width: 100%;
    max-width: 180px;
}

.window {
    margin: 150px 0;
}

.window-block {
    position: relative;
    background-color: rgb(204, 204, 204, 0.2);
    border-radius: 24px;
    padding: 250px 15px 15px 15px;
}

.window-block img {
    width: auto;
    max-width: 542px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: -360px;
    filter: var(--dropshadow)
}

.window-block p:nth-child(2) {
    color: #000;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.window-block p:nth-child(2) span {
    color: var(--red);
}

.window-block p:nth-child(3) {
    color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
    text-align: center;
}

.window-block p:nth-child(3) span:nth-child(1) {
    color: var(--red);
}

.window-block p:nth-child(3) span:nth-child(2) {
    color: #000;
    font-weight: bold;
}

.nms {
    margin: 100px 0;
}

.nms-block {
    width: 100%;
    height: 453px;
    background-color: #1C1815;
    border-radius: 48px;
    position: relative;
}

.nms-detail {
    background-color: #fff;
    border-radius: 48px;
    width: 481px;
    height: 453px;
    filter: var(--dropshadow);
    position: absolute;
    top: 0;
    left: -10px;
    padding: 64px;
}

.nms-detail p:nth-child(1) {
    color: #000;
    font-weight: bold;
    font-size: 28px;
}

.nms-detail p:nth-child(2) {
    color: #000;
    font-size: 16px;
}

.nms-logo {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.nms-bg {
    background-image: url(../images/nms-bg-ds.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.software {
    margin: 100px 0;
    margin-bottom: 50px;
}

.software p:nth-child(1) {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 0;
    margin-top: 10px;
}

.software p:nth-child(2) {
    font-size: 60px;
    color: #000;
    text-align: center;
    line-height: 1;
}

.software-block {
    margin: 50px 0;
}

.software-block>img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    border-radius: 17px;
}

.software-topic {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

.software-topic p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1px;
}

.software-topic img {
    width: 30px;
}

.software-block p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    margin-top: 16px;
}

.what-block {
    background-image: url(../images/what-are.png);
    background-size: cover;
    width: 100%;
    height: 388px;
    border-radius: 16px;
    padding: 32px 32px 15px 32px;
    color: white;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.what-block p {
    font-weight: bold !important;
    font-size: 16px !important;
}

.what-block p span {
    font-size: 24px !important;
}

.what-block a {
    display: block;
    border-radius: 16px;
    background-color: var(--red);
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .3s;
    /* font-size: 16px; */
    font-weight: bold;
    /* position: absolute; */
    bottom: 0;
}

.what-block a:hover {
    text-decoration: none;
    color: white;
}

.what-block-half {
    width: 100%;
    height: 388px;
}

.what-block-half img {
    width: 100%;
    border-radius: 17px;
    margin-bottom: 20px;
    height: 293px;
    object-fit: cover;
}

.what-block-half p:nth-child(2) {
    font-size: 32px !important;
    font-weight: bold !important;
}

.what-block-half p:nth-child(3) {
    font-size: 16px !important;
}

.ask-us-now {
    margin-bottom: 100px;
}

.ask-us-now img {
    max-width: 559px;
    width: 100%;
    border-radius: 32px;
    object-fit: cover;
}

.ask-block {
    width: 100%;
}

.ask-block h3 {
    font-size: 50px;
    font-weight: 500;
}

.ask-block h3 span {
    color: var(--red);
}

.ask-block p {
    font-size: 16px;
}

.form-group input {
    width: 100% !important;
    height: 42px !important;
    border-radius: 8px !important;
    background-color: #f9fafb !important;
    border: 1px solid #d1d5db !important;
    padding: 12px 16px;
}

.form-group textarea {
    width: 100% !important;
    height: 98px !important;
    border-radius: 8px !important;
    background-color: #f9fafb !important;
    border: 1px solid #d1d5db !important;
    padding: 12px 16px;
}

.global-footer-new {
    width: 100%;
    padding: 25px;
}

.footer-block {
    background-color: #f8f8f8;
    border-radius: 32px;
    padding: 25px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.footer-top p {
    font-size: 14px;
    font-weight: 200;
    margin-top: 15px;
}

.footer-top div:nth-child(2) {
    display: flex;
    align-items: center;
}

.footer-top div:nth-child(2) .low-space {
    font-size: 16px;
    font-weight: 200;
    margin-right: 15px !important;
}

.footer-top div:nth-child(2) .form-control {
    background-color: #EBEBEB !important;
    border: none !important;
    padding: 23px 16px !important;
    border-radius: 63px !important;
    max-width: 302px !important;
    width: 100% !important;
    box-shadow: none !important;
}

.footer-top div:nth-child(2) .btn-default {
    background-color: var(--red) !important;
    width: 70px !important;
    height: 45px !important;
    border-radius: 63px !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-left: -35px;
}

.footer-middle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.link-head {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.48);
    margin: 15px 0;
}

.link-flex {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}

.link-flex a {
    color: #000;
    display: block;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.footer-bottom p {
    font-size: 16px;
}

.social ul {
    display: flex;
    list-style-type: none;
    gap: 15px;
    align-items: baseline;
}

.social ul li {
    width: 26px;
    height: 26px;
    background-color: transparent;
}

.video-cap {
    margin: 50px 0;
}

.introduction .title {
    font-size: 60px;
    font-weight: bold;
    margin: 0 !important;
    line-height: 1;
}

.introduction .title span {
    color: var(--red);
}

.introduction p {
    font-size: 18px;
    font-weight: 200;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
}

.introduction a {
    display: flex;
    background-color: var(--red);
    color: #fff;
    box-shadow: var(--dropshadow);
    width: 201px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 111px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s;
    margin-top: 0;
}

.introduction a:hover {
    color: #fff;
    opacity: 0.75;
}

.introduction {
    margin-top: -17px;
    padding-left: 75px;
}

.bookdrive-slide h1 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}

.bookdrive-slide h1 span {
    color: #017FFF;
}

.bookdrive-img {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 15px;
}

.bookdrive-img img {
    width: 100%;
    max-width: 301px;
}

.why h1 {
    font-size: 52px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.why h1 span {
    color: var(--red);
}

.why img {
    min-height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px
}

.why-block {
    background-color: var(--gray);
    padding: 45px 25px;
    border-radius: 16px;
    min-height: 320px;
}

.why-block p {
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

.why-sony p {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-radius: 32px !important;
}

.recommend {
    margin: 100px 0;
}

.recommend h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
}

.recom-block-1 {
    width: 100%;
    border-radius: 24px;
    background-image: url(../images/recom-bg.png);
    background-size: cover;
    background-position: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.recom-block-1 p {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.recom-block-1 img {
    width: 266px;
}

.recom-flex {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: nowrap;
}

.recom-flex-block {
    background-color: var(--gray);
    border-radius: 24px;
    padding: 25px;
    width: 100%;
}

.recom-flex-block p:nth-child(1) {
    font-size: 16px;
    padding: 4px 16px;
    border-radius: 71px;
    background-color: #006fc8;
    max-width: fit-content;
}

.recom-flex-block p:nth-child(2) {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
}

.recom-flex-block p:nth-child(3) {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
}

.recom-flex-block img {
    max-width: 180px;
    width: 100%;
    margin-left: 50%;
    transform: translate(-50%);
}

.recom-block-bottom {
    margin-top: 100px;
    position: relative;
    height: 100%;
}

.recom-block-bottom p:nth-child(1) {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
}

.recom-block-bottom p:nth-child(1) span {
    color: var(--red)
}

.recom-block-bottom p:nth-child(4) {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-top: 50px;
}

.recom-block-bottom p:nth-child(4) span {
    color: var(--red)
}

.recom-block-bottom p:nth-child(5) {
    color: #321615;
    font-weight: bold;
}

.recom-block-bottom p:nth-child(5) span {
    color: #5A5A5A;
}

.recom-block-bottom p:nth-child(2) {
    color: #321615;
    font-weight: bold;
}

.recom-block-bottom p:nth-child(2) span {
    color: #5A5A5A;
}

.recom-block-bottom img {
    width: 100%;
}

.download {
    margin: 50px 0;
}

.download h1 {
    font-size: 52px;
    font-weight: 500;
}

.download h1 span {
    color: var(--red);
}

.download-block {
    background-color: var(--gray);
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 25px;
    margin-left: 80px;
    max-height: 582px;
    height: 582px;
}

.download-img-block {
    width: 100%;
    position: relative;
}

.download-img-block img {
    width: 100%;
}

.download-btn {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.49);
    backdrop-filter: blur(3px);
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 60px;
    right: 55px;
    cursor: pointer;
}

.download-btn img {
    width: 16px;
    height: 16px;
}

.download-status-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 80px;
}

.download-status p:nth-child(1) {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.download-status p:nth-child(2) {
    font-size: 16px;
    line-height: 1;
}

.download-status img {
    width: 100%;
}

.download-status {
    margin-top: -160px;
}

.complete {
    padding: 140px 0;
}

.complete h1 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.complete h1 span {
    color: #017FFF;
}

.accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: 500;
}

.active,
.accordion:hover {
    background-color: transparent;
}

.accordion:after {
    content: '\2329';
    color: #000;
    font-weight: bold;
    font-size: 10px;
    float: right;
    margin-left: 5px;
    transform: rotate(270deg);
}

.active:after {
    content: "\2329";
    transform: rotate(90deg);
}

.panel {
    padding: 0 18px;
    background-color: white;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.supporting-grid {
    display: flex;
    flex-wrap: wrap;
}

.supporting-block {
    background-color: var(--gray);
    padding: 25px;
    border-radius: 24px;
    flex: 1;
    max-width: 243px;
    /* To allow items to shrink */
    box-sizing: border-box;
    margin: 5px;
}

.supporting-block img {
    width: 100%;
    max-width: 160px;
    margin-left: 50%;
    transform: translate(-50%);
}

.supporting-block p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.supporting h1,
.list-support h1 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}

.supporting .desc {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.list-support {
    padding: 100px 0;
}

.list-support-img {
    width: 100%;
    margin-top: 50px;
}

.list-support-img img {
    width: 100%;
}

.software-store {
    width: 100%;
    background-image: url(../images/white-room-with-white-ceiling-white-ceiling.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    height: 100%;
}

.software-store h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: var(--red);
}

.software-img-block {
    background-size: cover;
    border-radius: 15px;
    box-shadow: var(--dropshadow);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    max-height: 367px;
    height: 367px;
    position: relative;
}

.software-img-block img:nth-child(1) {
    width: 58px;
    margin-top: 25px;
}

.software-img-block img:nth-child(3) {
    /* height:100%; */
    position: absolute;
    bottom: 0;
}

.software-img-block h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.software-img-block-1 {
    background-image: url(../images/soft-bg-1.png);
}

.software-img-block-2 {
    background-image: url(../images/soft-bg-2.png);
}

.software-img-block-3 {
    background-image: url(../images/soft-bg-13.png);
}

.swiper-pagination.swiper-pagination-bullets {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    position: relative;
    margin-top: 15px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--red);
}

.software-warning {
    background-color: rgba(205, 18, 47, 0.08);
    color: var(--red);
    border-radius: 8px;
    padding: 16px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.software-warning p {
    line-height: 1;
    margin-bottom: 0;
}

.bookdrive {
    margin-bottom: 120px;
}

.bookdrive .head {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bookdrive .head h1 {
    font-size: 48px;
    font-weight: bold;
}

.bookdrive .head img {
    width: 83px;
}

.bookdrive p:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
    color: #000;
}

.bookdrive p:nth-child(3) {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.bookdrive p:nth-child(4) {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.bookdrive-block {
    background-color: #fff;
    padding: 16px;
    border-radius: 24px;
    box-shadow: var(--dropshadow);
}

.bookdrive-block img {
    width: 100%;
    border-radius: 24px;
}

.list-content {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.list-content img {
    width: 20px;
    height: 20px;
}

.list-content p {
    font-size: 16px !important;
    margin-top: 0 !important;
}

.block-outline {
    width: 100%;
    border: 1px solid var(--red);
    height: 78px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    color: var(--red);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.block-fill {
    width: 100%;
    background-color: var(--red);
    height: 78px;
    border-radius: 16px;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.block-fill p {
    color: #fff !important;
    text-align: center !important;
}

.block-outline p {
    text-align: center !important;
}

.offer-price {
    background-color: #F2F63E;
    border-radius: 41px;
    width: 77px;
    height: 26px;
    color: #FF3D00;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -10px;
    right: 30px;
}

.block-outline p,
.block-fill p {
    margin: 0;
}

.special-offers h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.special-offers h1 span {
    color: var(--red);
}

.special-offers p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.offers-block {
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    box-shadow: var(--dropshadow);
    padding: 32px;
    margin: 25px 0;
}

.offers-block p:nth-child(1) {
    text-align: left;
    color: var(--red);
    font-size: 18px;
    font-weight: bold;
}

.offers-block p:nth-child(2) {
    text-align: left;
    color: var(--red);
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.offers-block img {
    width: 60%;
    margin: 25px 0;
}

.every {
    margin: 100px 0;
}

.every-block {
    width: 100%;
    display: flex;
    gap: 9px;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: var(--dropshadow);
    position: relative;
}

.every-block img {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.every-block div {
    padding: 48px 32px;
    width: 100%;
}

.every-block div p:nth-child(1) {
    font-size: 20px;
    color: #000;
}

.every-block div p:nth-child(2) {
    font-size: 32px;
    font-weight: bold;
}

.every-block div p:nth-child(2) span {
    color: var(--red)
}

.every-block div p:nth-child(3) {
    font-size: 16px;
}

.every-block div p:nth-child(4) {
    font-size: 14px;
}

.every-block div p:nth-child(4) span {
    color: var(--red)
}

.download-block .swiper-slide {
    width: 22% !important;
}

@media screen and (max-width: 991px) {
    .every-block div p:nth-child(1) {
        font-size: 14px;
    }

    .every-block div p:nth-child(2) {
        font-size: 24px;
    }

    .every-block div p:nth-child(3) {
        font-size: 14px;
    }

    .every-block div p:nth-child(4) {
        font-size: 12px;
        margin-top: 20px;
    }

    .every-block {

        flex-wrap: wrap;
    }

    .every-block img {
        border-radius: 16px;
        width: 100%;
    }

    .special-offers h1 {
        font-size: 40px;
    }

    .special-offers p {
        font-size: 16px;
        font-weight: 200;
    }

    .bookdrive .head h1 {
        font-size: 24px;
    }

    .bookdrive .head img {
        width: 32px;
        height: 32px;
    }

    .bookdrive p:nth-child(2) {
        font-size: 16px;
    }

    .bookdrive p:nth-child(3) {
        font-size: 12px;
    }

    .software-store {
        padding: 50px 0;
    }

    .software-store h1 {
        font-size: 40px;
        text-align: left;
    }

    .list-support-img {
        overflow: auto;
        padding-left: 25px;
    }

    .list-support-img img {
        width: 1200px;
    }

    .supporting h1,
    .list-support h1 {
        font-size: 20px;
    }

    .supporting .desc {
        font-size: 16px;
    }

    .supporting-block img {
        max-width: 73px;
        width: 100%;
    }

    .supporting-block p {
        font-size: 14px;
    }

    .supporting-block:nth-child(4),
    .supporting-block:nth-child(5) {
        flex-basis: calc(50% - 10px);
        /* 50% width with margin */
    }

    .complete h1 {
        text-align: left;
        font-size: 32px;
    }

    .download-block {

        max-width: fit-content;

        height: fit-content;

        margin-left: 0;

        background-color: transparent;
    }

    .download h1 {
        font-size: 32px;
        text-align: center;
    }

    .video-bg {
        background-image: url(../images/hreo-img-bookdrive-mk2-web-pic-01-mb.png);
    }

    .video-bg p {
        display: none;
    }

    .video-block .play-icon {
        left: 50%;
        top: 50%;
        transform: translateY(-50%, 50%);
    }

    .video-play {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
    }

    .book-drive-content {
        margin-left: 0;
    }

    .book-drive-content-center {
        text-align: left;
    }

    .book-drive-content-center .book-drive-content-topic {
        justify-content: start;
    }

    .book-drive-content-center .book-drive-content-href {
        margin-left: 0;
        transform: translate(0);
    }

    .headline {
        display: none;
    }

    .sony-alphas p {
        margin-top: 25px;
        font-size: 32px;
        text-align: center;
    }

    .hidden-ds {
        display: block;
    }

    .hidden-mb {
        display: none;
    }

    .camera-box p {
        font-size: 16px;
    }

    .camera-img img {
        width: auto;
        max-width: 100%;
    }

    .camera-img p {
        font-size: 14px;
    }

    .camera-box {
        padding: 16px 10px;
    }

    .scanner p:nth-child(1) {
        font-size: 12px;
    }

    .scanner p:nth-child(2) {
        font-size: 28px;
    }

    .window-block img {
        max-width: 300px;
    }

    .window-block p:nth-child(2) {
        font-size: 24px;
    }

    .window-block p:nth-child(3) {
        font-size: 14px;
    }

    .window-block {
        padding: 115px 15px 15px 15px;
    }

    .window-block img {
        margin-top: -205px;
    }

    .nms-block {
        height: 100%;
    }

    .nms-detail {
        position: relative;
        width: 100%;
        left: 0;
        height: 100%;
    }

    .nms-bg {
        display: none;
    }

    .nms-logo {
        display: block;
    }

    .nms-block {
        background-color: #fff;
    }

    .window {
        margin-bottom: 50px;
    }

    .nms {
        margin: 50px 0;
    }

    .software p:nth-child(1) {
        font-weight: light;
        font-size: 14px;
    }

    .software p:nth-child(2) {
        font-size: 40px;
    }

    .what-block-half img {
        height: auto;
        width: 100%;
    }

    .global-footer-new {
        padding: 0;
    }

    .footer-bottom p {
        text-align: center;
    }

    .social {
        width: 100%;
    }

    .social ul {
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 25px;
    }

    .footer-block {
        border-radius: 0;
    }

    .introduction {
        margin-top: 0;
        padding-left: 0;
    }

    .introduction .title {
        font-size: 40px;
    }

    .bookdrive-slide h1 {
        font-size: 32px;
        text-align: left;
    }

    .bookdrive-img {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .bookdrive-img img {
        width: 100%;
        max-width: 47%;
    }

    .why-block {
        padding: 10px;
    }

    .why h1 {
        font-size: 32px;
    }

    .why-sony .bar .bar-info {
        font-size: 16px;
        margin-top: 6px;
    }

    .main-table {
        min-width: 100px;
    }

    .table-support .title {
        text-align: left;
        font-size: 32px;
    }

    .recommend h1 {
        font-size: 32px;
        text-align: center;
    }

    .recom-flex-block {
        padding: 10px;
        margin-top: 25px;
    }

    .recom-flex-block p:nth-child(1) {
        font-size: 12px;
    }

    .recom-flex-block p:nth-child(2) {
        font-size: 16px;
    }

    .recom-flex-block p:nth-child(3) {
        font-size: 8px;
    }

    .recom-flex-block img {
        max-width: 120px;
    }

    .recom-block-bottom {
        margin-top: 25px;
    }

    .recom-block-bottom p:nth-child(1) {
        font-size: 32px;
    }

    .download-btn {
        width: 24px;
        height: 24px;
        bottom: 20px;
        right: 20px;
    }

    .download-btn img {
        width: 14px;
        height: 14px;
    }

    .download-status {
        margin-top: 0;
    }

    .download-status-block {
        padding-top: 0;
    }

    .download-status p:nth-child(1) {
        font-size: 32px;
    }

    .complete {
        padding: 50px 0;
    }

    .software-img-block {
        height: 210px;
    }

    .software-img-block img:nth-child(1) {
        width: 28px;
    }

    .software-img-block h2 {
        font-size: 14px;
    }

    .software-img-block img:nth-child(3) {
        object-fit: contain;
        width: 90%;
    }

    .every-block div {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .supporting-block {
        min-width: 114px;
    }

    .download-block .swiper-slide {
        width: 33.3333% !important;
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: none;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-body ul,.accordion-body p {
    font-size: 16px;
    font-weight: 400;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}