@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'), url('../fonts/SourceSansPro-Light.woff') format('woff'), url('../fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2'), url('../fonts/SourceSansPro-SemiBold.woff') format('woff'), url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


/*default start*/

body {
    font-family: 'Myriad Pro';
    font-weight: normal;
    color: #fff;
    line-height: normal;
    font-size: 17px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

label {
    font-size: 23px;
    /*font-family: 'Myriad Pro';*/
    font-weight: bold;
}

section {
    position: relative;
}

hr {
    border-top: 1px solid #979799;
}

.text-dark {
    color: #58595b !important;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.dark-blue-bg {
    background-color: #030616;
}

.site-content,
.footer-text,
.dynaedge-ar100 footer,
.dynaedge-de100 footer {
    zoom: 80%;
}

.home .site-content,
.site-content.zoom-disable {
    zoom: 1;
}

.home .section {
    height: auto !important;
    overflow: hidden;
}

.home .section .fp-tableCell {
    height: auto !important;
}

.section-title {
    font-size: 58px;
    /*font-family: 'Myriad Pro';*/
    font-weight: normal;
    margin-bottom: 25px;
}

.section-description {
    font-size: 19px;
    /*font-family: 'Myriad Pro';*/
    font-weight: 300;
}

.section-description strong {
    font-weight: bold;
}

.btn-primary {
    background-color: #0080a0;
    border-color: #0080a0;
}

.btn {
    /*font-family: 'Myriad Pro';*/
    font-weight: normal;
    font-size: 16px;
    border-radius: 28px;
    padding: 12px 60px 10px;
}

.nav-pills .nav-link {
    border-radius: 28px;
}

.btn-primary:hover {
    background-color: #1a7991;
    border-color: #1a7991;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0f7088;
    border-color: #0f7088;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 107, 128, .5);
    box-shadow: 0 0 0 0.2rem rgba(23, 107, 128, .5);
}

.btn-secondary {
    background-color: #838586;
    border-color: #838586;
}

.btn-secondary:hover {
    background-color: #727374;
    border-color: #727374;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #626364;
    border-color: #626364;
}

.series-features-link.btn-secondary.focus,
.series-features-link.btn-secondary:focus,
.series-features-link.btn-secondary:not(:disabled):not(.disabled).active:focus,
.series-features-link.btn-secondary:not(:disabled):not(.disabled):active:focus,
.series-features-link.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 99, 100, .5);
    box-shadow: 0 0 0 0.2rem rgba(98, 99, 100, .5);
}

.series-features-link.btn-secondary.focus,
.series-features-link.btn-secondary:focus,
.series-features-link.btn-secondary:not(:disabled):not(.disabled).active:focus,
.series-features-link.btn-secondary:not(:disabled):not(.disabled):active:focus,
.series-features-link.show>.btn-secondary.dropdown-toggle:focus,
.series-features-link.btn-secondary:not(:disabled):not(.disabled).active,
.series-features-link.btn-secondary:not(:disabled):not(.disabled):active,
.series-features-link .show>.btn-secondary.dropdown-toggle {
    background-color: #0080a0;
    border-color: #0080a0;
}

.btn-secondary .active {
    background-color: #0080a0;
    border-color: #0080a0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-nav button:focus {
    outline: none;
}

.scroll-nav {
    position: fixed;
    top: 50%;
    left: 45px;
    z-index: 20;
}

.scroll-nav-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    display: block;
}

.scroll-nav-dot.active {
    background-color: #0080a0;
}

.fp-left {
    position: fixed;
    top: 50%;
    left: 45px;
    z-index: 20;
}

.fp-left li a {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    display: block;
}

.fp-left li:last-child a {
    margin-bottom: 0px;
}

.fp-left li .fp-sr-only {
    display: none;
}

.fp-left li a.active {
    background-color: #0080a0;
}

.common-table.table thead th,
.common-table.table tbody td {
    padding: 5px 10px;
    border-left: 1px solid #e2e2e2;
}


/*default end*/


/*Header Start*/

header {
    /*font-family: 'Myriad Pro';*/
    font-weight: normal;
    background-color: #231f20;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 102px;
}

.navbar {
    max-width: 1344px;
    margin: auto;
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 220px;
}

.navbar-brand img {
    max-width: 100%;
}

.navbar-nav {
    margin-left: auto;
    position: relative;
}

.navbar-nav .nav-link {
    font-size: 13px;
}

.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navbar-expand-lg .navbar-nav .show>.nav-link {
    color: #0080a0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 43px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar-nav .nav-link:hover {
    color: #0080a0;
}

.sub-menu {
    position: absolute;
    top: calc(100% + 11px);
    left: -190px;
    z-index: 990;
    background-color: rgba(35, 31, 32, .95);
    padding: 15px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 755px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-sub-menu:hover,
.nav-link:hover~.product-sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.sub-menu:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(35, 31, 32, .95);
    top: -11px;
    left: 295px;
}

.sub-menu-item {
    /*font-family: 'Myriad Pro';*/
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 30px;
}

.sub-menu-item:last-child {
    margin-right: 0;
}

.sub-menu-link {
    padding-bottom: 10px;
    border-bottom: 1px solid #6f6f6f;
    display: block;
    color: #fff;
}


/*.sub-menu-link:hover {
color: #0080a0;
}*/

.sub-menu-item img {
    display: block;
    margin-bottom: 10px;
}

.sub-menu-item:nth-child(2) img {
    margin-bottom: 20px;
}

.peta-menu-item {
    text-transform: capitalize;
    letter-spacing: 1px;
}

.peta-menu-item img {
    margin-bottom: 0px;
    margin-top: 10px;
}

.peta-menu-link {
    /*font-family: 'Myriad Pro';*/
    font-weight: 300;
    color: #fff;
    display: block;
    font-size: 11px;
}

.peta-menu-link .peta-menu-link-text {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #6f6f6f;
}

.menu-link-text {
    padding: 10px 0;
    display: block;
}

.about-lp-link {
    color: #00809f;
    text-transform: uppercase;
}

.peta-menu-item:last-child .peta-menu-link-text {
    border-bottom: 0;
}

.peta-menu-link:hover,
.peta-menu-link.active {
    color: #fff;
}

.solutions-sub-menu {
    width: auto;
    left: 130px;
}

.solutions-sub-menu::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.solutions-sub-menu:hover,
.nav-link:hover~.solutions-sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.support-sub-menu {
    width: auto;
    left: 260px;
}

.support-sub-menu::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.support-sub-menu:hover,
.nav-link:hover~.support-sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-toggler-icons {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icons:last-child {
    margin-bottom: 0;
}

.menu-arrow {
    position: absolute;
    top: 15px;
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 11px;
    display: none;
}

.resource-sub-menu {
    width: auto;
    left: 365px;
    min-width: 150px;
}

.resource-sub-menu .sub-menu-item {
    width: 100%;
}

.resource-sub-menu::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.resource-sub-menu:hover,
.nav-link:hover~.resource-sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}


/*Header End*/


/*Home Page Start*/


/*Section Home-Banner Start*/

.home-landing {
    height: unset !important;
}

.scroll-nav {
    display: none;
}

.home .scroll-nav {
    display: block;
}

.home-landing .section-title {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 58px
}

.home-landing::-webkit-scrollbar {
    display: none;
}

.home-banner {
    position: relative;
    background-color: #040d1d;
    text-align: right;
    min-height: calc(100vh - 85px);
    padding-top: 350px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-banner .banner-img {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}

.home-banner .banner-img {
    height: 100%;
}

.home-slider {
    position: relative;
}

.home-slider .owl-item .chat-icon img,
.home-slider .owl-item .win-versoin img {
    width: auto;
}

.win-container {
    z-index: 9;
    position: relative;
}

.win-versoin {
    position: absolute;
    top: 20px;
    /*right: 70px;*/
    left: 0;
    z-index: 9;
}

.win-versoin a {
    display: block;
    margin-bottom: 10px;
}

.home-banner .window-img {
    position: static;
}

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

.home-banner .processor-img {
    display: block;
    /*margin-left: auto;*/
    margin-top: 20px;
    position: static;
}

.processor-img {
    width: 75px;
}

.chat-icon {
    position: fixed;
    bottom: 55px;
    right: 70px;
    z-index: 500;
    max-width: 80px;
}

.home-slider .owl-dots .owl-dot {
    display: block;
}

.home-slider .owl-dots .owl-dot:focus {
    outline: none;
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
    background: #0080a0;
}

.home-slider .owl-dots {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-text {
    /*position: absolute;
bottom: 110px;
left: 0;*/
    text-align: left;
    max-width: 510px;
    position: relative;
    z-index: 5;
}

#pp-nav.right {
    left: 45px;
}

#pp-nav span,
.pp-slidesNav span {
    border: none;
    background: #fff;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #0080a0;
}

.series .series-text {
    position: absolute;
    top: 168px;
    left: 0;
    right: 0;
    margin: auto;
}

.series .series-detail {
    margin-bottom: 0;
}


/*Section Home-Banner End*/


/*Section New Name Start*/

.new-name {
    background-color: #000f29;
    padding: 110px 0;
}

.new-name .section-title {
    color: #0080a0;
    text-transform: uppercase;
}

.new-name .section-heading {
    padding: 0 210px;
}

.business-built {
    display: block;
    margin-top: 25px;
}

.features {
    margin-top: 55px;
    padding: 0 130px;
}

.features .col:nth-child(1) .media,
.features .col:nth-child(2) .media {
    margin-bottom: 50px;
}

.features .col:nth-child(1) .media,
.features .col:nth-child(3) .media {
    padding-right: 25px;
}

.features .col:nth-child(2) .media,
.features .col:nth-child(4) .media {
    padding-left: 25px;
}

.features-title {
    color: #0080a1;
    white-space: pre;
}

.features .media img {
    margin-right: 20px;
    max-width: 55px;
}


/*Section New Name End*/


/*Section Our Series Start*/

.series,
.series-detail {
    position: relative;
}

.series .section-title {
    position: absolute;
    top: 75px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home .series-detail>img {
    min-height: 50vh;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}

.series-text {
    margin: 0 auto 80px;
    text-align: center;
}

.series-title {
    /*font-family: 'Myriad Pro';*/
    font-weight: bold;
    font-size: 37px;
    max-width: 200px;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
}

.series-subtitle {
    /*font-family: 'Myriad Pro';*/
    font-weight: 600;
    font-size: 27px;
}

.series-essential .series-title {
    color: #808080;
}

.series-essential .series-subtitle {
    color: #58595b;
}

.series-features {
    background-color: rgba(35, 31, 32, .95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 200px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.series-features-list {
    margin-top: auto;
}

.series-detail:hover .series-features {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 15;
}

.series-features-item {
    /*font-family: 'Myriad Pro';*/
    font-weight: 300;
    padding: 15px 0;
    font-size: 24px;
    border-bottom: 1px solid #757575;
    min-width: 280px;
}

.series-features .btn {
    margin-top: auto;
}

.series-features-item:last-child {
    border-bottom: 0;
}


/*Section Our Series End*/


/*Section Experience Start*/

.experience {
    /* background-color: #09101a; */
    padding-top: 150px;
    position: relative;
    padding-bottom: 250px;
    background: linear-gradient(87.44deg, rgb(36 51 83) 0%, rgb(37 52 85) 5%, rgb(38 53 88) 10%, rgb(35 50 82) 25.37%, rgb(9 16 26) 50.84%, rgb(9 16 26) 70.84%, rgb(10 18 30) 80.84%, rgb(9 16 26) 90.84%);
}

.experience .container {
    z-index: 5;
}

.experience-details {
    position: absolute;
    top: 0;
    z-index: 0;
    bottom: 0;
}

.experience-details .img-fluid {
    width: 100%;
    /*height: 100%;*/
}

.experience-program {
    margin-bottom: 65px;
}

.experience-text {
    max-width: 550px;
}

.experience-title {
    /*font-family: 'Myriad Pro';*/
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 20px;
}

.experience-description {
    /*font-family: 'Myriad Pro';*/
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 30px;
}

.experience-program .experience-description {
    padding-right: 40px;
}


/*Section Experience End*/


/*section-win-11 start*/

.win-11-os {
    margin: 80px 0 0 0;
}

.win-11 {
    background-image: url(../images/win_11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.win-11 .win-11-content {
    padding: 0 0px 0 40px;
}

.win-11 .win-11-content h1 {
    font-size: 32px;
    font-weight: 700;
}

.win-11 .win-11-content p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.win-11 .win-11-os {
    padding: 100px 0;
}

.win-11 .win-11-content .btn {
    text-transform: uppercase;
}

/*section-win-11 End*/


/*Home Page End*/


/*Product Page Start*/


/*Product Landing Start*/

.product-banner {
    position: relative;
    background-color: #000;
}

.product-video {
    border: 0;
    height: calc(100vh - 85px);
}

.product-header {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 12;
    width: 1344px;

    /*font-family: 'Myriad Pro';*/
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-header .d-flex {
    align-items: center;
}

.product-landing .section-title {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 590px;
    font-size: 44px;
    margin: 0;
}

.share-social {
    position: absolute;
    top: -100px;
    right: 0;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #514f50;
    padding: 10px 5px 5px 10px;
}

.at-icon {
    fill: #231f20 !important;
    margin-top: -8px;
    width: 20px !important;
    height: 20px !important;
}

.at-share-tbx-element .at-icon-wrapper {
    background-color: #808080 !important;
    width: 20px !important;
    height: 20px !important;
}

span.at-icon-wrapper {
    background-color: #808080 !important;
}

.share-link {
    width: 30px;
    height: 30px;
    background-color: #3b5998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.share-link:hover {
    color: #3b5998;
    background-color: #fff;
}

.share-text {
    color: #808080;
    font-size: 16px;
    margin-right: 10px;
    font-weight: bold;
}

.share-link:nth-child(2) {
    margin-right: 5px;
}

.share-social.static-share {
    position: static;
    margin: 0;
}

.share-light .at-icon {
    fill: #fff !important;
}


/*Product Landing End*/


/*Product Series Start*/

.product-series .nav-item {
    padding: 50px 30px 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.product .series-title {
    font-size: 37px;
}

.product-series-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 280px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.product-features-text {
    text-align: center;
    width: 50%;
    margin-bottom: 30px;
    max-width: 120px;
}

.product-features-lable {
    /*font-family: 'Myriad Pro';*/
    font-size: 14px;
    margin: 0;
}

.product-features-text img {
    margin-bottom: 10px;
    height: 50px;
    object-fit: scale-down;
    object-position: center;
}

.series-detail {
    flex: 1 0 auto;
    margin-bottom: 525px;
}

.series-features-link {
    margin: 0px auto 0;
}

.series-features-link.active {
    background-color: #0080a0;
}

.series-features-content {
    /*font-family: 'Myriad Pro';*/
    padding: 95px 0 0;
    display: none;
    color: #231f20;
}

.series-features-content .section-heading {
    margin-bottom: 100px;
}

.activate {
    display: block;
}

.series-features-link img {
    margin-left: 15px;
    margin-bottom: 5px;
}

.product-essential {
    color: #58595b;
}

.features-content-title {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.features-content-description {
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 25px;
}

.features-content-description-second {
    font-style: italic;
    margin-bottom: 0;
}

.products .col {
    margin-bottom: 150px;
}

.products-card {
    /*margin-top: 150px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.products-card.new .products-img:before {
    content: 'New';
    width: 38px;
    height: 38px;
    background: #008090;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 5px;
    font-size: 15px;
    position: absolute;
    font-weight: 500;
    top: 27px;
    right: 15%;
}

.products-img {
    height: 250px;
    position: relative;
}

.products-img a {
    display: block;
    height: 100%;
}

.products-img a img {
    height: 100%;
    object-fit: contain;
}

.x30l-g-img .product-facility {
    right: 210px;
    top: -20px;
}

.satellite .product-facility {
    top: -20px;
    right: 110px;
}

.satellite-l50 .product-facility {
    right: 220px;
}

.product-facility-text {
    font-weight: bold;
    color: #0080a0;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 10px;
}

.products-card-body {
    padding: 25px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.products-card .btn {
    width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.products-name {
    font-weight: 600;
    font-size: 20px;
    color: #231f20;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.products-name:hover {
    color: #0080a0;
}

.products-text {
    font-weight: 300;
    font-size: 18px;
}

.new-icon {
    display: block;
    background-color: #0080a0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.product-notes {
    /*font-family: 'Myriad Pro';*/
    color: #000;
    font-size: 15px;
    font-weight: 300;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    position: relative;
    z-index: 11;
}


/*Product Series End*/


/*Product Product-X30-E Start*/

.product-x30l-g,
.product-a40-g,
.product-x40-f,
.product-a30-e,
.product-x30-e,
.product-a30-g,
.product-pro-l40,
.dark-theme {
    background-color: #231f20;
}

.product-item-landing,
.product-item-banner {
    position: relative;
}

.product-item-landing .item {
    padding-top: 100px;
    background-color: #030617;
}

.product-item-landing .section-title {
    font-size: 51px;
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
    z-index: 10;
    font-weight: 300;
    width: 100%;
}

.product-item-slider {
    position: relative;
}

.products-detail-link {
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.back-products-link {
    color: #0080a0;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.back-top .back-products-link {
    font-size: 14px;
}

.back-products-link span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 8px;
}

.back-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #909090;
}

.product-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 53px;
    z-index: 10;
}

.product-link .product-link__container {
    max-width: 1344px;
    margin: auto;
    border-bottom: 1px solid #50535e;
    padding-top: 35px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-icon {
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    vertical-align: inherit;
}

.products-icon img {
    height: 26px;
}

.products-icon__name {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    margin-left: 10px;
}

.product-link.fixed {
    position: fixed;
    background-color: #030617;
    top: 0;
    z-index: 55;
    border-bottom: 1px solid #50535e;
}

.product-link-white {
    background-color: #fff;
}

.product-link-white.product-link.fixed {
    border-bottom: 1px solid #50535e;
    background-color: #fff;
}

.product-link.fixed .product-link__container {
    border-bottom: none;
    padding-top: 25px;
    padding-bottom: 25px;
}

.products-detail-link.active,
.back-products-link:hover,
.products-detail-link:hover {
    color: #0080a0;
}

.product-download {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 1344px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.img-download-link {
    color: #808080;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 600;
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 10;
    border-bottom: solid 1px;
    line-height: 24px;
}

.img-download-link:hover {
    color: #0080a0;
}

.product-item-slider .owl-item img {
    width: auto;
    margin: auto;
}

.product-item-slider .owl-nav {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1344px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    height: 0px;
    margin-top: 0px;
}

.product-item-overview {
    padding: 150px 0 300px;
    position: relative;
}

.product-item-overview>.container {
    position: relative;
}

.product-item-overview .section-title {
    color: #0080a0;
    font-weight: normal;
    font-size: 37px;
    text-align: center;
    white-space: pre-line;
    text-transform: uppercase;
}

.item-features-card {
    height: 100%;
    margin-bottom: 60px;
}

.product-item-features {
    padding-top: 70px;
    padding-bottom: 150px;
    /*font-family: 'Myriad Pro';*/
}

.light-weight-img {
    margin-top: 150px;
}

.item-features-title {
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.item-features-title img {
    height: 100%;
    object-fit: contain;
}

.product-solid-state .item-features-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.item-features-text {
    font-size: 70px;
    color: #0080a0;
    font-weight: 300;
}

.item-features-text span {
    font-size: 36px;
}

.item-features-description {
    color: #808080;
    margin-bottom: 0;
    font-size: 21px;
}

.item-features-title .item-features-description {
    width: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    text-align: left;
    padding-left: 30px;
}

.products-different .section-title {
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.products-different {
    position: relative;
    margin-bottom: 60px;
}

.products-different-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 125px;
    width: 125px;
    background-color: #0080a0;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -40px;
    right: 350px;
    font-size: 55px;
    font-weight: 300;
    line-height: 0.8;
}

.products-different-size span {
    font-size: 24px;
    font-weight: normal;
}

.products-different-system {
    background-image: -o-linear-gradient(left, #0080a0, #105668);
    background-image: -webkit-gradient(linear, left top, right top, from(#0080a0), to(#105668));
    background-image: linear-gradient(to right, #0080a0, #105668);
    padding: 30px;
    position: absolute;
    max-width: 335px;
    top: 50px;
    left: 60px;
    z-index: -1;
}

.different-system-title {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    white-space: pre-line;
}

.different-system-description {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.products-different-security {
    position: absolute;
    top: 50px;
    right: 0px;
    max-width: 250px;
}

.products-cooling-title,
.connectivity-text-title,
.different-security-title {
    font-size: 28px;
    font-weight: 600;
    color: #0080a0;
    margin-bottom: 25px;
}

.products-cooling-description,
.connectivity-text-description,
.different-security-description {
    font-size: 23px;
    font-weight: 300;
}

.products-different-finger {
    background-image: none;
    max-width: 600px;
    position: absolute;
    top: 195px;
    left: 185px;
}

.different-finger-text {
    max-width: 285px;
    margin-left: -175px;
}

.products-different-finger img {
    margin-bottom: 20px;
}

.products-Keyboard {
    padding-left: 15px;
    padding-right: 15px;
}

.products-Keyboard-title {
    color: #0080a0;
    font-weight: 600;
    white-space: unset;
    margin-bottom: 20px;
    font-size: 28px;
}

.products-Keyboard-description {
    font-weight: 300;
    font-size: 22px;
}

.products-different-keyboard {
    margin-bottom: 80px;
}

.products-different-keys {
    max-width: 260px;
    position: absolute;
    top: 60px;
    right: -50px;
}

.products-connectivity {
    padding: 270px 0 0;
    position: relative;
}

.products-connectivity-text {
    position: absolute;
    max-width: 350px;
    top: 120px;
    left: 280px;
}

.connectivity-img1 {
    margin-bottom: 80px;
}

.products-cooling {
    padding-top: 250px;
    position: relative;
}

.product-pro-l40 .products-cooling {
    padding-top: 0;
}

.products-cooling-air {
    position: absolute;
    top: 650px;
    left: 300px;
    max-width: 210px;
}

.product-structure-air {
    position: absolute;
    top: 350px;
    right: 100px;
    max-width: 210px;
}

.products-experience.text-center {
    max-width: 830px;
    margin: auto;
}

.products-experience-title {
    font-size: 39px;
    font-weight: normal;
    margin-bottom: 35px;
}

.products-Keyboard {
    position: relative;
}

.products-experience .btn {
    margin-bottom: 125px;
}

.products-experience-text {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.products-experience-text a {
    color: #0080a0;
    text-decoration: underline;
}

.products-experience-text a:hover {
    color: #228ba5;
}


/*Product Product-X30-E End*/


/*Product product-a30-g Start*/

.product-a30-g .products-connectivity {
    padding: 150px 0 0;
}

.product-a30-g .products-cooling {
    padding-top: 50px;
}


/*Product product-a30-g End*/


/*Product Product-X30-E Start*/

.product-x40-f .product-item-features .row {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-high-cooling {
    padding-top: 300px;
    position: relative;
}

.product-x40-f .products-cooling {
    padding-top: 150px;
}

.product-high-cooling .product-structure-air {
    top: 200px;
}


/*Product Product-X30-E End*/


/*Product product-A30-E Start*/

.product-a30-e .products-different-size {
    top: 150px;
    right: 310px;
}

.product-a30-e .products-different-security {
    top: 5px;
    right: -25px;
}

.product-a30-e .products-different-security:after {
    content: '';
    position: absolute;
    left: calc(-100% + -230px);
    top: -18px;
    width: 450px;
    height: 71px;
    background-image: url(../images/product-a30-e-ir-camera.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-a30-e .products-Keyboard-title span {
    font-size: 23px;
    display: block;
}

.product-a30-e .products-connectivity {
    padding: 150px 15px 0;
}

.product-a30-e .products-connectivity-text {
    max-width: 280px;
    top: 400px;
    left: 100px;
}

.product-a30-e .products-cooling {
    padding-top: 70px;
}


/*Product product-A30-E End*/


/*Product Product-X30-e-Specs Start*/

.product-x30l-g-specs,
.product-x40-f-spacs,
.product-a30-e-specs,
.product-x30-e-specs,
.product-a40-g-specs,
.product-a30-g-specs,
.product-pro-l40-specs {
    background-color: #030616;
}


/*.section-product-specs-landing .back-products-link,
.section-product-specs-landing .product-link {
position: static;
}*/

.section-product-specs-landing {
    padding: 140px 0 0;
}

.product-specs-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.product-specs-window .window-img {
    position: static;
    padding: 0 70px;
}

.section-product-specs-landing .section-title {
    font-size: 51px;
    text-align: center;
    margin: 60px 0;
}

.section-product-specs-text {
    margin-bottom: 200px;
}

.section-product-specs-text .product-notes {
    color: #fff;
    margin-top: 20px;
}

.section-product-specs-text .section-title {
    font-size: 30px;
    color: #00a5de;
    font-weight: normal;
    margin-bottom: 10px;
}

.section-product-specs-text .row:first-child {
    padding: 0;
}

.section-product-specs-text .row:last-child {
    border-bottom: none;
}

.ax3500-ssd .section-product-specs-text {
    margin-bottom: 130px;
}

.ax3500-ssd .section-product-specs-text .row:last-child {
    border-bottom: 1px solid #888888;
}

.ax3500-ssd .back-top a {
    display: none;
}

.section-product-specs-text .part-number .row {
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0 15px;
}

.part-number {
    border-bottom: 1px solid #888888;
    border-top: 1px solid #888888;
    padding: 20px 0 10px;
}

.section-product-specs-text .row {
    border-bottom: 1px solid #888888;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 15px;
}

.section-product-specs-text .row.border-bottom {
    border-bottom-color: #888888 !important;
}

.product-specs-label {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.product-specs-description {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 22px;
}

.product-environmental-specs {
    margin-bottom: 25px;
}

.product-spec__inner-card .label {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    position: absolute;
    top: -45px;
}

.micro-sdxc-card .product-spec__inner-card .label {
    top: -65px;
}

.product-spec__inner-card {
    padding: 0;
    position: relative;
}

.product-spec__inner-card {
    border-right: 1px solid #888888;
}

.product-bottom-note {
    margin-top: 80px;
}


/*Product Product-X30-e-Specs End*/


/*Product Product-X30L-G Start*/

.product-x30l-g .products-different-security {
    max-width: 270px;
}

.product-x30l-g .products-different-system {
    background-image: none;
    text-align: right;
    padding: 0;
    top: 250px;
}

.product-x30l-g .different-system-title {
    color: #0080a0;
}

.product-x30l-g .products-different-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    width: 140px;
    top: 20px;
    right: 470px;
    font-size: 57px;
}

.product-x30l-g .products-different-size span {
    font-size: 19px;
    line-height: 1.2;
}

.products-proccesor {
    margin-top: 200px;
}

.products-proccesor .products-different-system {
    background-image: -o-linear-gradient(left, #0080a0, #105668);
    background-image: -webkit-gradient(linear, left top, right top, from(#0080a0), to(#105668));
    background-image: linear-gradient(to right, #0080a0, #105668);
    padding: 35px;
    text-align: left;
    top: 100px;
    max-width: 430px;
    padding-right: 100px;
    z-index: -1;
    left: 0;
}

.products-proccesor .different-system-title {
    color: #fff;
}

.product-x30l-g .products-Keyboard {
    margin-top: 200px;
}

.product-x30l-g .products-different-finger {
    top: 320px;
}

.product-x30l-g .products-different-keys {
    top: 150px;
}

.product-x30l-g .product-structure-air {
    max-width: 250px;
}

/*.product-x30l-g .product-notes {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    zoom: 80%;
    display: block !important;
}*/


/*Product Product-X30L-G End*/


/*Product product-X30L-G-Specs Start*/

.product-x30l-g-specs .section-product-specs-text {
    margin-bottom: 200px;
}

.product-x30l-g-specs .section-product-specs-text .row:last-child {
    border-bottom: 1px solid #616165;
}

.product-x30l-g-specs .product-notes {
    margin: 0;
    color: #fff;
    margin-top: 20px;
}


/*Product product-X30L-G-Specs End*/


/*Product product-Satelight pro L40 Start*/

.product-pro-l40 .product-structure-air {
    max-width: 300px;
    top: 300px;
}


/*Product product-Satelight pro L40 End*/


/*Product product-Satelight pro L40-Specs start*/

.product-pro-l40-specs .product-specs-description {
    padding-left: 20px;
}

.modal-title {
    color: #0080a0;
    font-size: 19px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
}

.modal-border {
    position: relative;
}

.modal-border:after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 69px;
    width: 1px;
    background-color: #515258;
}

.modal-title.modal-border:after {
    bottom: -11px;
    height: 55px;
}

.communications.modal-border:after {
    height: 181px;
}

.product-pro-l40-specs .product-notes {
    color: #fff;
    margin-top: 20px;
}

.warranty.modal-border:after {
    height: 153px;
}


/*Product product-Satelight pro L40-Specs End*/


/*Product Tecra A40-G Start*/

.product-a40-g .product-item-overview .products-different .section-title {
    color: #fff;
}

.product-a40-g .products-Keyboard {
    margin: auto;
    margin-top: 210px;
}

.product-a40-g .products-cooling {
    padding-top: 0;
}

.product-a40-g .notes-a40-g.product-notes {
    display: block !important;
    zoom: 80%;
    color: #fff;
    margin-left: 0;
}

.product-pro-l40-specs .section-product-specs-text .section-title {
    color: #0080a0;
}

.products-experience .btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product-pro-l40-specs .section-product-specs-text {
    margin-bottom: 300px;
}

.product-a40-g-specs .section-product-specs-text {
    margin-bottom: 200px;
}

.product-a40-g .product-item-overview {
    padding-bottom: 370px;
}


/*Product Tecra A40-G end*/


/*Product Product-AE100 Start*/

.mouse-and-keyboard .product-item-landing .item,
.product-ae100 .product-item-landing .item {
    padding-top: 0;
    background-color: #fff;
}

.product-ae100 .back-products-link:hover,
.product-ae100 .products-detail-link:hover {
    color: #58595b;
}

.product-ae100 .social-link {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-ae100 .footer-copyright,
.product-ae100 .footer-menu-link {
    color: #000;
}

.product-ae100 footer {
    position: static;
    padding-top: 30px;
    border-top: 1px solid #b0b0b0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin: auto;
    zoom: 80%;
}

.product-ae100 .section-title {
    color: #58595b;
    font-size: 45px;
    top: 150px;
}

.product-ae100 .section-product-specs-text .section-title {
    font-size: 38px;
}

.other-products .img-download-link {
    border-bottom: 1px solid #a0a0a0;
}

.different-products hr {
    border-color: #c1c1c2;
    width: 100%;
}

.product-drive {
    padding: 70px 0;
}

.product-drive .section-title {
    font-size: 42px;
    font-weight: normal;
    white-space: pre-line;
    text-align: center;
}

.section-subtitle {
    font-size: 32px;
    color: #0080a0;
    text-align: center;
    font-weight: normal;
}

.product-solid-state {
    padding-top: 100px;
}

.product-solid-state .item-features-description {
    padding-left: 0;
}

.product-item-features .section-title {
    padding-bottom: 40px;
}

.product-drive .product-item-features {
    padding-bottom: 0px;
}

.product-ae100 .section-product-specs-text {
    margin-bottom: 70px;
}

.product-ae100 .section-product-specs-text hr {
    padding-bottom: 60px;
    border-color: #c1c1c1;
}

.product-ae100 .item-features-text {
    white-space: nowrap;
    font-size: 55px;
}

.product-ae100 .section-product-specs-text .section-lable {
    color: #00a5de;
    margin-bottom: 0;
    font-size: 27px;
}

.product-ae100 .section-product-specs-text .row {
    border-bottom: 1px solid #a8a8a8;
}

.product-ae100 .product-specs-label {
    color: #231f20;
}

.product-ae100 .product-specs-description {
    color: #404041;
    text-align: center;
}

.product-ae100 .product-specs-label span {
    font-weight: normal;
}

.product-ae100 .item-features-title {
    height: 80px;
    margin-bottom: 0;
}

.product-drive .item-features-title img {
    max-height: calc(100% - 30%);
    height: unset;
}

.product-drive .item-features-title img.exception {
    max-height: none;
    height: unset;
}

.product__ssd .item-features-title img {
    height: 100%;
    object-fit: contain;
    max-height: unset;
}

.product-ae100 .item-features-title .item-features-description {
    top: -20px;
}

.notes {
    color: #404041;
    font-weight: 300;
    margin-top: 25px;
}

.product-title {
    color: #58595b;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 23px;
}


/*Product Product-AE100 End*/


/* Contact-US  Start*/

.form-group label.error {
    font-size: 14px;
    font-weight: normal;
    bottom: -16px;
    margin-bottom: 0;
    color: #f04;
    display: block;
    line-height: 16px;
}

.contact {
    /*font-family: 'Myriad Pro';*/
}

.contact footer {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin: auto;
}

.contact .social-link {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.contact .footer-menu-link {
    color: #000;
}

.contact .footer-copyright {
    color: #000;
}

.contact-landing {
    position: relative;
}

.contact .contact-landing .section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-weight: 300;
}

.support-text .section-title,
.contact .section-title {
    font-size: 34px;
    color: #231f20;
    font-weight: 600;
}

.other-support,
.enquiri-partner-links {
    padding: 90px 0;
    background-image: url(../images/shadow-back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.enquiri-partner-links-text {
    text-align: center;
}

.dynabook-experience .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-support .col:nth-child(1) .other-support-link-text,
.enquiri-partner-links .col:nth-child(1) .enquiri-partner-links-text,
.enquiri-partner-links .col:nth-child(2) .enquiri-partner-links-text {
    border-right: 1px solid #bbbaba;
}

.enquirie-links,
.accessories-links,
.other-support-link,
.partner-links {
    font-size: 22px;
    color: #838586;
    display: block;
    text-transform: uppercase;
    padding-top: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    white-space: pre-line;
}

.other-support-link-text,
.enquiri-partner-links-text {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.other-support-link.active,
.enquirie-links.active,
.accessories-links.active,
.partner-links.active,
.enquirie-links:hover,
.accessories-links:hover,
.partner-links:hover {
    color: #0080a0;
}

.dynabook-experience {
    padding: 70px 0;
}

.dynabook-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #b9bbbb;
}

.dynabook-program:last-child {
    border-bottom: none;
}

.dynabook-program-title {
    font-size: 25px;
    color: #0080a0;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.dynabook-program-description {
    font-size: 23px;
    color: #808080;
    margin: 0;
}

.dynabook-program img {
    margin-right: 50px;
}

.business-trial {
    border: 1px solid #848182;
    padding: 40px 60px;
}

.business-trial-title {
    color: #0080a0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.business-trial-description {
    font-size: 23px;
    color: #231f20;
}

.business-trial-description span {
    color: #0080a0;
    font-weight: 600;
}

.enquiries-form-title,
.enquiries-form-descroption {
    font-size: 25px;
    color: #231f20;
}

.enquiries-form-descroption {
    color: #808080;
    margin-bottom: 45px;
}

.form-require {
    color: #0080a0;
    font-style: italic;
    font-size: 21px;
    margin-bottom: 25px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #c1c2c3;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 5px;
    font-size: 21px;
    color: #808080;
    height: unset;
    font-weight: 300;
}

.form-group {
    margin-bottom: 10px;
}

.contact select option {
    font-size: 20px;
}

.form-control::-webkit-input-placeholder {
    color: #808080;
}

.form-control::-moz-placeholder {
    color: #808080;
}

.form-control:-ms-input-placeholder {
    color: #808080;
}

.form-control::-ms-input-placeholder {
    color: #808080;
}

.form-control::placeholder {
    color: #808080;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.enquiries-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.enquiries-form select option {
    color: #808080;
    font-weight: 300;
}

.enquiries-form-notes {
    font-style: italic;
    font-size: 20px;
    color: #231f20;
    white-space: pre-line;
    margin-bottom: 30px;
}

.enquiries-form .btn {
    width: 380px;
    padding: 10px 15px;
}

.enquiries-form .container {
    padding-bottom: 100px;
    border-bottom: 1px solid #9f9d9e;
}

.contact-consultant {
    padding-top: 100px;
}

.contact-get-touch {
    font-size: 23px;
    font-weight: 300;
    color: #231f20;
    margin-bottom: 40px;
}

.contact-consultant .section-title {
    margin-bottom: 20px;
}

.accessories-partners .contact-consultant .section-title {
    margin-bottom: 50px;
}

.consultant-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

.consultant-title {
    color: #0080a0;
    font-size: 25px;
    font-weight: 600;
    height: 50px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.contact-general-enquiries .consultant-title {
    height: 30px;
}

.consultant-body {
    color: #221f1f;
    font-size: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.accessories-partners .consultant-card .consultant-body:nth-child(3) {
    margin-top: 20px;
}

.consultant-name {
    margin: 0;
}

.consultant-text {
    font-weight: 300;
    margin: 0;
}

.contact-consultant .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #918f90;
}

.accessories-partners .contact-consultant .container {
    border-bottom: none;
}

.contact-general-enquiries {
    padding-top: 80px;
    padding-bottom: 40px;
}

.contact-support-text {
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.contact-support-text a {
    color: #0080a0;
}

.contact-support-text a:hover {
    color: #000000;
}

.contact-general-enquiries .nav {
    display: block;
}

.contact-general-enquiries .btn {
    margin-bottom: 16px;
    position: relative;
}

.contact-general-enquiries .btn-secondary.focus,
.contact-general-enquiries .btn-secondary:focus,
.contact-general-enquiries .btn-secondary:not(:disabled):not(.disabled).active:focus,
.contact-general-enquiries .btn-secondary:not(:disabled):not(.disabled):active:focus,
.contact-general-enquiries .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-general-enquiries .btn-secondary:not(:disabled):not(.disabled).active,
.contact-general-enquiries .btn-secondary:not(:disabled):not(.disabled):active,
.contact-general-enquiries .show>.btn-secondary.dropdown-toggle {
    background-color: #0080a0;
    border-color: #0080a0;
}

.contact-general-enquiries .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 22px;
    background-image: url(../images/contact-btn-arrow.png);
    background-size: cover;
    background-position: center;
}

#mapFirst,
#mapSecond {
    height: 450px;
    width: 100%;
}


/* Contact-US  End*/


/* Partner Page  Start*/

.enquiries-form-descroption a {
    color: #0080a0;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.enquiries-form-descroption a:hover {
    color: #808080;
}

.become-partner {
    padding: 0 15px
}

.become-partner .container {
    padding: 70px 0 230px;
}


/* Partner Page  End*/


/*Product Footer Start*/

.product footer {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
}

.product .back-top .back-products-link,
.contact .back-top .back-products-link {
    color: #231f20;
}

.dark-footer .back-top .back-products-link:hover,
.product .back-top .back-products-link:hover,
.contact .back-top .back-products-link:hover {
    color: #0080a0;
}

.product .social-link img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product .footer-menu-link {
    color: #000;
}

.product .footer-copyright {
    color: #000;
}

.terms-condition-list {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 16px;
}

.terms-condition-list p, .terms-condition-list li {
    margin-top: 10px;
}
.list-letter {
  list-style: none;
  counter-reset: custom-counter;
}
.list-letter >li {
  counter-increment: custom-counter;
  padding-left: 30px;
  position: relative;
}
.list-letter >li::before {
  content: "("counter(custom-counter, lower-alpha) ")  ";
  position: absolute;
  left: 0;
}

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

.padding-top40 {
    padding-top: 40px;
}

.padding-bottom40 {
    padding-bottom: 40px;
}


/*Product Footer End*/


/*Product Page End*/


/*Product Page End*/
.notice-anchors {
    padding: 40px 0 40px;
    border-bottom: solid 1px grey;
}

.notice-anchors a {
    color: initial;
}

.notice-anchors a:hover {
    text-decoration: underline;
}

.notice-anchors a:not(:last-child):after {
    content: '|';
    padding: 0 20px;
}
.terms-condition-content {
    padding-top: 70px;
    color: #231f20;
}

.terms-condition-lable {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.terms-condition-text {
    font-size: 20px;
    font-weight: 300;
}


/*Product Page End*/


/*SSD start*/

.ssd .product-landing .section-title {
    max-width: 800px;
    width: 100%;
}

.ssd .products {
    margin-top: 150px;
}

.ssd .products-card {
    color: #231f20;
}

.ssd .products-img {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ssd .products-img img {
    max-width: 70%;
}

.ssd .products-card-body {
    padding: 20px;
}

.ssd .products-name {
    font-size: 24px;
}

.ssd .products-card .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    width: 220px;
    font-size: 19px;
    padding: 12px 10px 10px;
}

.ssd .products-img.ax7000-ax7600-ssd-img img {
    max-width: 90%;
    margin-top: -35px;
}

.product-ssd__specs .col-lg-7 .col:not(:last-child) {
    border-right: 1px solid #808080;
}

.heatsink-img {
    width: 450px;
}

.product__ssd .item-features-text mark {
    padding: 0;
    background-color: transparent;
    color: #ff0000;
}

.ssd .product-specs-label span {
    font-weight: normal;
}

.ssd .product-item-landing .section-title span {
    font-size: 27px;
    display: block;
}

/*SSD End*/


/*USB Start*/

.usb .product-landing .section-title {
    font-weight: 300;
}

.product__ssd .section-subtitle i {
    font-weight: 100;
    font-size: 28px;
}


/*USB End*/


/*About Us Start*/

.about-video-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-video__card {
    position: relative;
    display: flex;
}

.about-video__card video {
    width: 100%;
}

.about-video__card .play_button {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.video-playing .play_button {
    opacity: 0;
}

.video-playing:hover .play_button {
    opacity: 1;
}

.play_button i {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    font-size: 36px;
    color: #fff;
}

.about-text-section {
    padding: 120px 0 300px;
}

.about-text__content {
    color: #000000;
}

.about-text__content h3 {
    text-align: center;
    color: #58595b;
    margin-bottom: 50px;
    font-size: 60px;
    font-weight: normal;
}

.about-text__content p {
    font-size: 29px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 300;
}


/*About Us End*/


/*Press Search Start*/

.page-image-banner {
    position: relative;
    text-align: center;
    border: none;
}

.page-image-banner .page-title {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 0;
    font-size: 60px;
    color: #fff;
    font-weight: 300;
}

.filter-form-card {
    position: relative;
    background-color: #fff;
    padding: 0 0 20px;
}

.filter-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 80px 50px 40px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    max-width: 1650px;
}

.filter-form .form-group {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.filter-form .form-group:first-child {
    width: 30%;
    max-width: 480px;
}

.btn-icon {
    background-color: transparent;
    width: auto;
    padding: 0;
    width: 30px;
    height: 30px;
}

.btn-icon img {
    width: 22px;
}

.filter-form .form-control {
    width: 100%;
    border: solid 1px #b8b8b8;
    padding: 5px 20px;
    margin: 0;
    line-height: 33px;
    font-size: 18px;
}

.filter-form .form-group .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.filter-form .form-group .btn-default {
    background-color: transparent;
    border: solid 1px #b8b8b8;
    border-radius: 0;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    color: #000;
    font-size: 18px;
}

.filter-form .form-group .btn-default span.bs-caret {
    display: none;
}

.filter-form .form-group .btn-default.dropdown-toggle::after {
    background-image: url(../images/down-arrow.png);
    width: 30px;
    height: 8px;
    border: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.filter-form .form-group .dropdown-menu {
    padding: 0;
}

.filter-form .form-group .dropdown-menu.inner {
    display: block;
}

.filter-form .form-group .dropdown-menu.inner li a {
    display: block;
    padding: 7px 15px;
    color: #000;
}

.filter-form .bootstrap-select>.dropdown-toggle.bs-placeholder,
.filter-form .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.filter-form .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.filter-form .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000;
}

.filter-form-card:after {
    content: "";
    position: absolute;
    width: 100%;
    margin: auto;
    height: 30px;
    bottom: 0;
    background-image: url(../images/filter-shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.press-release-section {
    padding-top: 80px;
    padding-bottom: 200px;
}

.press-list {
    color: #000;
}

.press-release-list .press-list {
    margin-bottom: 30px;
}

.press-release-list .press-list:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.card-press {
    border: solid 1px #d8d8d8;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.card-press:hover .card-press_img {
    background-color: #9a9a9a;
}

.press-release-list .press-list:first-child .card-press {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.press-release-list .press-list:first-child .card-press .card-press_img {
    width: 65%;
    height: auto;
    text-align: center;
    height: 100%;
}

.press-release-list .press-list:first-child .card-press .press-list-con {
    width: 35%;
    padding: 20px;
}

.press-release-list .press-list:first-child .card-press .press-list-con .description {
    opacity: 1;
    font-size: 17px;
}

.card-press_img {
    height: 257px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex: 1 0 auto;
    transition: all ease-in-out 0.3s;
}

.card-press_img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 290px;
}

.card-press .press-list-con {
    padding: 20px 20px 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-press .press-list-con .press-category {
    font-size: 12px;
    color: #0080a0;
    display: inline-block;
    margin-bottom: 2px;
}

.card-press .press-list-con .black {
    flex: 1 0 auto;
    font-size: 20px;
    color: #231f20;
    font-weight: 600;
}

.card-press .press-list-con .description {
    opacity: 0;
    font-size: 14px;
    color: #666666;
    transition: all ease-in-out 0.3s;
    font-weight: 400;
}

.card-press:hover .press-list-con .description {
    opacity: 1;
}

.card-press .press-list-con .press-category {
    font-size: 14px;
    color: #0080a0;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 600;
}

.press-list-con i {
    color: #666666 !important;
    font-style: normal;
    font-size: 14px;
}

.press-release-list .pagination {
    padding: 0px;
    justify-content: center;
}

.press-release-list .pagination li.page-item {
    margin: 0 5px;
}

.press-release-list .pagination li.page-item .page-link {
    border: solid 1px #d8d8d8;
    border-radius: 0;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-release-list .pagination li.page-item .page-link.active {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}

.press-contact__card {
    padding-top: 100px;
}

.press-contact-text {
    text-align: center;
    color: #000;
}

.press-contact-text h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 18px;
}

.press-contact-text h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

.press-contact-text h4 .separator {
    margin: 0 10px;
}

.press-contact-text h4 a {
    color: #0080a0;
    text-decoration: underline;
}


/*Press Search End*/


/*Press Single Star*/

.backto-page {
    max-width: 1410px;
    margin: auto;
    padding: 19px 16px;
}

.backto-page a {
    color: #008087;
    font-weight: 600;
}

.product-thumbnail {
    max-width: 950px;
    margin: 40px auto 95px;
}

.press-release-single-section {
    padding-bottom: 250px;
    color: #000;
}

.press-single__title {
    text-align: center;
    margin-bottom: 80px;
}

.press-single__title .title {
    color: #58595b;
    font-size: 46px;
    margin-bottom: 30px;
}

.press-single__title .sub-title {
    font-size: 32px;
    color: #008087;
    line-height: normal;
}

.press-single__text-card p {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 30px;
}

.press-single__text-card p a {
    color: #0080a0;
    text-decoration: underline;
}

.product-availability {
    padding-left: 20px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 60px;
}

.product-availability li {
    margin-bottom: 10px;
}

.press-single__text-card {
    padding: 0 30px 20px;
    border-bottom: solid 1px #757575;
}

.news-foot__section {
    padding: 70px 30px 40px;
}

.news-foot__section p {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 30px;
}

.news-foot__section p a {
    color: #0080a0;
    text-decoration: underline;
}

.news-foot__list {
    color: #666666;
    font-size: 16px;
    margin-bottom: 0px;
    font-style: italic;
}


/*Press Single End*/


/*Service Page Start*/

.service {
    color: #000;
}

.service .section-title {
    font-size: 37px;
}

.service-landing {
    position: relative;
}

.service-landing img {
    position: relative;
    z-index: 3;
    min-height: 300px;
    object-fit: cover;
}

.service-landing .section-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
    font-weight: 300;
    font-size: 53px;
}

.service-links {
    padding: 90px 0;
    background-image: url(../images/shadow-back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-part-links {
    font-size: 22px;
    color: #808080;
    display: block;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    white-space: pre-line;
    text-align: center;
    padding-top: 25px;
}

.service-part-text {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.service-part-links:hover,
.service-part-links.active {
    color: #0080a0;
}

.service-links .col:nth-child(1) .service-part-text {
    border-right: 1px solid #bbbaba;
}

.discard-devices {
    padding: 70px 0 100px;
}

.discard-devices-text {
    color: #808080;
    font-size: 24px;
    margin-bottom: 50px;
}

.service-specs-title {
    color: #58595b;
    font-size: 32px;
}

.discard-devices .row {
    border-bottom: 1px solid #949494;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}

.discard-devices .row .col {
    padding-left: 0;
}

.discard-devices .product-specs-label {
    color: #008095;
    text-transform: capitalize;
    font-size: 20px;
}

.discard-devices .product-specs-description {
    font-size: 20px;
}

.environmental-specs-label {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}

.returned-assets-text .product-specs-label {
    color: #000;
}

.returned-assets-text:not(:last-child) {
    margin-right: 20px;
}

.returned-assets-text {
    width: 50%;
}

.discard-devices .btn {
    margin: 50px auto 0;
    text-transform: uppercase;
}

.service-process-dis {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.service-process-text:nth-child(3) {
    margin-top: 50px;
}

.service-process-text {
    margin-bottom: 50px;
}

.service-process-label {
    font-size: 20px;
    font-weight: 600;
}

.customer-service-list {
    padding-left: 30px;
    list-style: disc;
    margin-top: 20px;
}


/*Service Page End*/


/*Protection Page Start*/

.protection-program {
    padding: 100px 70px 0;
}

.protection-program .section-title {
    margin-bottom: 60px;
}

.protection-program-dis {
    color: #808080;
    font-size: 24px;
    margin-top: 40px;
}

.protection-program-dis a {
    color: #008095;
    text-decoration: underline;
}


/*Protection Page End*/


/*Dynaedge-ar100 Page Start*/

.dynaedge-ar100 .text-dark {
    color: #58595b !important;
}

.dynaedge-de100 .section-product-specs-text,
.dynaedge-ar100 .section-product-specs-text {
    margin-bottom: 250px;
}

.dynaedge-ar100 .product-specs-label {
    color: #000;
}

.dynaedge-ar100 .section-product-specs-text .section-title,
.dynaedge-de100 .section-product-specs-text .section-title {
    color: #0080a0;
}

.dynaedge-ar100 .footer-text,
.dynaedge-de100 .footer-text {
    padding-left: 15px;
    padding-right: 15px;
}

.text-dark .products-detail-link.active,
.text-dark .back-products-link:hover,
.text-dark .products-detail-link:hover {
    color: #0080a0;
}

.text-dark .products-detail-link {
    color: #58595b;
}


/*Dynaedge-ar100 Page End*/


/*Support Page Start*/

.support-landing,
.common-landing {
    position: relative;
}

.support-landing img,
.common-landing img {
    position: relative;
    z-index: 3;
    min-height: 300px;
    object-fit: cover;
}

.support-landing .section-title,
.common-landing .section-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    z-index: 5;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.support-content {
    padding-top: 150px;
    padding-bottom: 300px;
    color: #000;
}

.download-content {
    padding: 0 20px 100px;
    border-bottom: solid 1px #7f8082;
}

.download-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}

.download-button .btn {
    display: block;
    width: 100%;
    margin-top: 30px;
    white-space: pre-wrap;
}

.download-button .note {
    color: #989898;
    font-size: 19px;
    margin-top: 10px;
}

.download-content .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 70px;
    color: #231f20;
}

.download-content .sub-title {
    color: #221f1f;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}

.download-content .btn {
    margin-top: 30px;
    padding: 15px 60px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 23px;
}

.download-content .btn-primary {
    background-color: #008095;
    border-color: #008095;
}

.update-content {
    padding: 100px 20px 20px;
}

.update-content .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #231f20;
}

.update-content ul li {
    margin-bottom: 20px;
}

.update-content ul li:last-child {
    margin-bottom: 0px;
}

.update-content ul li a {
    font-size: 28px;
    color: #008095;
}

.download-content .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 70px;
    color: #231f20;
}

.download-list li {
    padding: 18px 7px 20px;
    border-bottom: solid 1px #949494;
}

.download-list li a {
    display: flex;
    align-items: flex-start;
}

.download-list li a .download-icon {
    margin-right: 20px;
    margin-top: 8px;
    display: inline-block;
}

.download-list__text .label {
    color: #008095;
    font-size: 28px;
    margin-bottom: 0px;
}

.download-list__text p {
    font-size: 28px;
    color: #221f1f;
    margin-bottom: 0;
}

.btn-pdfdownload {
    display: flex;
    align-items: center;
    font-size: 34px;
    color: #989898;
    text-transform: uppercase;
    max-width: 310px;
    line-height: 34px;
}

.btn-pdfdownload:hover {
    color: #008095;
}

.btn-pdfdownload img {
    margin-right: 20px;
    width: 64px;
}

.support-navbar {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.support-navbar__item {
    padding: 0 20px;
    border-left: solid 1px #808080;
}

.support-navbar__item:first-child,
.support-navbar__item:last-child {
    border-left: none;
}

.support-navbar__item:last-child {
    padding-right: 0px;
}

.support-navbar a {
    font-size: 22px;
    color: #808080;
    padding: 0 5px;
}

.support-navbar__item.active a,
.support-navbar__item a:hover {
    color: #008095;
}

.language-icon {
    width: 40px;
}

.support-nav {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    background-image: url(../assets_new/images/shadow-back.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    margin-bottom: 120px;
    flex-wrap: wrap;
}

.support-safetyMnl-content {
    padding-top: 100px;
}

.support-safetyMnl__textcard {
    margin-bottom: 70px;
}

.support-safetyMnl__textcard .title {
    color: #231f20;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 35px;
}

.support-safetyMnl__textcard p {
    color: #221f1f;
    font-size: 18px;
    margin-bottom: 35px;
}

.safetyMnl__textcard_top p {
    font-size: 24px;
    color: #808080;
}

.signal-table {
    margin-top: 100px;
    margin-bottom: 50px;
    width: 100%;
}

.signal-table thead {
    background-color: #008095;
}

.signal-table thead td {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding: 13px 45px;
}

.signal-table tbody td {
    padding: 20px 42px;
    border-bottom: solid 1px #808080;
    font-size: 20px;
}

.support-safetyMnl__textcard ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 18px;
    color: #221f1f;
}

.signal-table tbody td img {
    max-width: 250px;
    margin: auto;
}

.support-safetyMnl__textcard img {
    width: 260px;
    margin-bottom: 40px;
}

.support-safetyMnl__textcard h6 {
    font-size: 18px;
    color: #221f1f;
    font-weight: 600;
}

.support-safetyMnl-content hr {
    margin-bottom: 70px;
    margin-left: -15px;
    margin-right: -15px;
    border-width: 3px;
}

.support-safetyMnl__textcard.thai-text img {
    width: 80%;
    margin: auto;
    display: block;
}

.chinese .support-safetyMnl__textcard li {
    margin-bottom: 5px;
}


/*Support Page End*/


/*call support start*/

.contact-support__section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.call-support .main-title {
    font-size: 37px;
    color: #231f20;
    font-weight: 600;
    margin-bottom: 50px;
}

.contact-support__section .sub-title {
    font-size: 30px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 15px;
}

.contact-support__section .description {
    font-size: 26px;
    color: #808080;
}

.laptop-support__section {
    padding-top: 100px;
}

.laptop-support__section:before {
    position: absolute;
    content: "";
    max-width: 1150px;
    background-color: #77787a;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: 1px;
}

.laptop-support__section .description {
    font-size: 26px;
    color: #231f20;
    margin-bottom: 50px;
    font-weight: 600;
}

.laptop-support__iframe {
    border: none;
    width: 100%;
    height: 535px;
    position: relative;
    padding-top: 20px;
}

.laptop-support__section iframe {
    border: none;
    width: calc(100% + 10px);
    height: 100%;
    margin-left: -10px;
}

.support-dropdown-box {
    padding-top: 50px;
}

.support-dropdown-link {
    padding: 12px 25px 12px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: #808080;
    border-radius: 30px;
    font-size: 22px;
    text-transform: uppercase;
}

.support-dropdown-link:hover {
    color: #fff;
    opacity: 0.8;
}

.support-dropdown-menu {
    margin: 0 30px;
    background-color: #0080a0;
    padding: 10px 20px;
    width: calc(100% - 60px) !important;
    display: none;
}

.support-dropdown-menu .nav-link {
    color: #fff;
    padding: 2px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.support-dropdown-menu .nav-link:hover {
    opacity: 0.8;
}

.support-dropdown-menu .nav-link.active {
    background-color: transparent;
}

.support-dropdown-box .tab-content {
    padding-left: 20px;
}

.support-contact-card {
    padding: 30px 40px;
    border: solid 1px #c0c0c0;
    margin-bottom: 10px;
}

.support-contact__item {
    padding-bottom: 15px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 25px;
}

.support-contact__item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.support-contact__item .title {
    font-size: 24px;
    color: #008095;
    font-weight: 600;
    margin-bottom: 15px;
}

.support-contact__address {
    margin-bottom: 15px;
}

.support-contact__address h5 {
    color: #221f1f;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.support-contact__address p {
    font-size: 18px;
    color: #221f1f;
}

.support-dropdown-box .tab-content .note {
    font-size: 14px;
    color: #221f1f;
}

.accessories-support__section {
    padding-top: 100px;
    padding-bottom: 250px;
}

.support-type__title {
    font-size: 30px;
    color: #0080a0;
    font-weight: 600;
    margin-bottom: 20px;
}


/*call support end*/


/*Footer Start*/

footer {
    /*font-family: 'Myriad Pro';*/
    font-weight: 300;
    font-size: 22px;
    width: 100%;
    z-index: 10;
    max-width: 1344px;
    margin: auto;
}

.dark-footer p.product-notes {
    color: #000 !important;
}

.social-link img {
    max-width: 25px;
}

.footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
}

.social-link {
    display: inline-block;
    margin-right: 15px;
}

.footer-menu {
    margin-left: 20px;
}

.footer-menu-link {
    color: #fff;
    padding: 0 0px;
    font-size: 20px;
}

.footer-menu-link:hover {
    color: #0080a0;
}

.footer-menu-link .separator {
    display: inline-block;
    margin: 0 14px;
}

.dark-footer .footer-menu-link {
    color: #000000;
}

.dark-footer .-footer-social img {
    filter: brightness(0);
}

.dark-footer .footer-copyright {
    color: #000;
}


/*Footer End*/


/*map style*/

.list-hide-show {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0px;
    width: 26px;
    height: 100%;
    background-color: transparent;
    border: none;
    background-image: url(assets_new/images/up-arrow.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin-bottom: 0px;
}

.locations-div {
    margin-top: 20px;
    max-height: calc(500px - 50px);
    width: 100%;
    max-width: 100%;
}

.map-full-contain {
    position: relative;
}

#map {
    height: 500px;
}

.tab-panel-custom {
    border: none !important;
    border-right: 1px solid !important;
    border-radius: unset !important;
    font-weight: normal;
    color: black;
}

.custom-nav-tab .tab-panel-custom {
    border-bottom: none !important;
    padding: 0 12px !important;
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
}

.custom-nav-tab .tab-panel-custom:last-child {
    border-right: none !important;
}

.custom-nav-tab {
    border-bottom: none !important;
    margin-top: 10px;
}

.tab-panel-custom.active {
    color: #f77e23 !important;
    text-decoration: underline;
}

.listing-contain {
    margin-bottom: 25px;
    padding: 16px;
    background-color: #f3f3f3;
    font-weight: 400;
}

.contain-detail h3 {
    width: calc(100% - 26px);
    font-size: 22px;
    color: #f77e23;
    text-decoration: underline;
    letter-spacing: 1.0px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.address-contain p {
    white-space: pre;
}

.address-contain {
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-size: 15px;
}

.contain-time {
    margin-top: 5px;
    margin-bottom: 15px;
}

.contain-time p {
    margin-bottom: 0;
}

.arrow-up {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.arrow-down {
    -webkit-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    transform: rotate(181deg);
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    margin: 10px auto;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    top: -5px;
}

#singleListingMap .marker-container {
    cursor: default;
}

.marker-container {
    -webkit-perspective: 1000;
    perspective: 1000;
}

.marker-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    z-index: 1;
}

.marker-container:hover .marker-card,
.map-marker-container.clicked .marker-card {
    -webkit-transform: rotateY(180deg) translateY(-4px);
    transform: rotateY(180deg) translateY(-4px);
}

.marker-arrow {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0;
    border-color: #0080a0 transparent transparent;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 100;
}

.face i {
    line-height: 34px;
    font-size: 20px;
}

.face.front {
    z-index: 100;
}

.face.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.face.back i {
    trasform: scaleX(-1);
    line-height: 38px;
    font-size: 18px;
}

.cluster-visible {
    background-color: #164e87;
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: normal;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #66676b;
}

.cluster-visible:before {
    border: 7px solid #164e87;
    -webkit-box-shadow: inset 0 0 0 4px #164e87;
    box-shadow: inset 0 0 0 4px #164e87;
}

.cluster-visible:before {
    border: 7px solid #66676b;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-box-shadow: inset 0 0 0 4px #66676b;
    box-shadow: inset 0 0 0 4px #66676b;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: cluster-animation 2.5s infinite;
    animation: cluster-animation 2.5s infinite;
}

.gm-style-iw-a {
    display: none !important;
}


/*---------------- Prev & Next Buttons--------------------- */

#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
    content: "\e015";
    font-family: "simple-line-icons";
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    font-size: 15px;
    line-height: 1px;
}

#scrollEnabling:before {
    margin-left: -3px;
}

#streetView:before {
    content: "\f21d";
    font-family: "FontAwesome";
    font-size: 16px;
    top: 1px;
    margin-right: 8px;
}

#geoLocation {
    right: auto;
    left: 20px;
    padding: 8px 11px;
}

#geoLocation:before {
    content: "\f192";
    font-family: "FontAwesome";
    font-size: 16px;
    margin: 0;
    top: 2px;
}

.face.back img,
.front.face img {
    width: 25px;
    height: auto;
}

.listing-item-content {
    background-color: #fff;
    padding: 25px;
    min-width: 430px;
}

.listing-item-content .title {
    color: #0080a0;
    font-size: 25px;
    margin-bottom: 15px;
}

.listing-item-content .number,
.listing-item-content .address,
.listing-item-content .pincode,
.listing-item-content .email,
.listing-item-content span {
    color: #221f1f;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 300;
}

.listing-item-content .email {
    margin-top: 10px;
}

.infoBox-close {
    display: none;
}


/*important Notice Start*/

.update-section {
    color: #000;
    padding: 100px 0 300px;
}

.window-update {
    margin-bottom: 80px;
}

.update-section .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.window-update a {
    font-size: 28px;
    color: #008095;
    border-bottom: solid 1px #008095;
}

.window-update a svg {
    font-size: 22px;
}

.nav-update {
    background-color: #f1f1f1;
    padding: 40px 20px 40px 30px;
}

.nav-update .nav-update__scroll {
    height: 605px;
    max-height: 610px;
    overflow: auto;
    flex-wrap: nowrap;
    padding-right: 30px;
}

.nav-update .nav-link {
    color: #808080;
    padding: 0;
}

.nav-update .nav-link-text {
    font-weight: 600;
    line-height: 26px;
    font-size: 24px;
    padding: 20px 0;
    border-bottom: solid 1px #626364;
}

.nav-update .nav-link-text:first-child {
    padding-top: 0px;
}

.nav-update .nav-link-text:last-child {
    border-bottom: none;
}

.nav-update .nav-link.active {
    color: #008095;
}

.nav-update .nav-link-text .nav-link.active~span {
    color: #808080;
}

.nav-update .nav-link-text span {
    color: #808080;
    display: block;
    font-weight: normal;
    font-size: 20px;
    margin-top: 3px;
}

.updatetab-content__title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.resource .updatetab-content__title {
	margin-bottom: 25px;
}

.updatetab-content__date {
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}

.updatetab-content .tab-pane p {
    font-size: 20px;
    margin-bottom: 25px;
}

.updatetab-content {
    padding-left: 50px;
}

.updatetab-content h4 {
    font-size: 24px;
    font-weight: 600;
}

.updatetab-content p a {
    color: #008095;
    text-decoration: underline;
}

.updatetab-content .post-img-title {
    text-align: center;
    color: #008092;
}

.updatetab-content table,
.updatetab-content ol,
.updatetab-content ul {
    font-size: 20px;
    margin-bottom: 20px;
}

.updatetab-content ol,
.updatetab-content ul {
    padding-left: 22px;
}

.updatetab-content table.table.common-table {
    border: 1px solid #e2e2e2;
}

.updatetab-content table.table.common-table tbody td {
    word-break: break-all;
}

.updatetab-content table img {
    max-width: 150px;
}

.latest-update .col-md-4 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.latest-update .col-md-8 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.testimonial-content {
    position: relative;
    background-color: #f7f7f7;
    padding: 60px 60px 50px;
}

.testimonial-content:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10px;
    width: 50px;
    height: 30px;
    background-image: url(../images/quate-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.business-needs-list {
    list-style: disc;
}

.dynabook-experience,
.business-needs-list b {
    color: #008092;
}

.updatetab-content .testimonial-content p {
    color: #666666;
    font-size: 25px;
    font-weight: 300;
}

.testimonial-content i {
    color: #008092;
    font-size: 20px;
}

.article-identity hr {
    border-color: #acacac;
}

.updatetab-content .article-identity p a {
    text-decoration: none;
}

.article-identity i {
    color: #808080;
}

.lightest-laptop-front-img {
    max-width: 80%;
}

.measurements-list,
.power-need-list {
    list-style: disc;
}

.latest-update-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.latest-update-title .share-social {
    position: static;
}

.latest-update-title .share-social .at-icon {
    fill: #fff !important;
}

body .scrollbar-track-y {
    right: 6px;
    width: 6px;
    height: 100%;
    opacity: 1;
    border-radius: 6px;
}

body .scrollbar-track {
    background-color: #808080;
}

body .scrollbar-thumb {
    left: -4px;
    width: 14px;
    background: #008095;
    border-radius: 18px;
    opacity: 1;
}


/*important Notice End*/


/*smart solutions start*/

.smart-solutions-product,
.product-page-content {
    padding: 100px 0 300px;
}

.product-page-content .products-img,
.smart-solutions-product .products-img,
.smart-solutions_product .products-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page-content .products-img a,
.smart-solutions-product .products-img a,
.smart-solutions_product .products-img a {
    height: 100%;
}

.product-page-content .products-img a img,
.smart-solutions-product .products-img a img,
.smart-solutions_product .products-img a img {
    max-width: 300px;
    object-fit: contain;
    height: 100%;
}

.single-white-product .product-item-banner,
.mouse-and-keyboard .product-item-banner,
.smart-solutions_product .product-item-banner,
.accessories-products .product-item-banner {
    max-width: 650px;
    padding-top: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

.smart-solutions_product .product-item-slider .owl-item img,
.accessories-products .product-item-slider .owl-item img {
    width: auto;
    margin: auto;
    height: 350px;
    max-width: 100%;
    object-fit: contain;
}

.accessories-products.bag-accessories .product-item-slider .owl-item img {
    height: 450px;
}

.smart-solutions_product .product-item-slider .owl-nav,
.accessories-products .product-item-slider .owl-nav {
    top: calc(50% + 100px);
}

.single-product__content {
    padding: 100px 0 300px;
}

.single-product__content .section-title {
    font-size: 51px;
}

.section-title.title-md {
    font-size: 42px;
}

.product-item-landing.light-bg hr {
    background-color: #7d7d7f;
}

.single-product__content.text-dark hr {
    background-color: #7d7d7f;
}

.product-item-landing .window-img {
    display: block;
    max-width: 360px;
    object-fit: revert;
}

.workplace-card {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
    margin-top: 50px;
}

.workplace-card img {
    height: 90px;
    object-fit: contain;
    display: block;
    margin: auto;
    max-width: 124px;
    margin-bottom: 30px;
}

.workplace-title {
    font-size: 28px;
    color: #0080a0;
}

.workplace-text {
    color: #808080;
    font-size: 20px;
}

.product-feature__img {
    padding-top: 100px;
    padding-bottom: 100px;
}

.our-differentiators .section-title {
    margin-bottom: 70px;
}

.our-differentiators .row {
    margin-bottom: 100px;
}

.differentiators-card {
    padding-top: 50px;
}

.differentiators-card h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #0080a0;
}

.differentiators-card p {
    color: #808080;
    font-size: 22px;
    line-height: normal;
}

.product-contact {
    padding: 35px 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-contact-card {
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.7);
}

.product-contact-card h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-contact-card .btn {
    white-space: normal;
    padding: 5px 20px 8px;
    border-radius: 50px;
    font-size: 26px;
    line-height: normal;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
}

.product-contact-card .link {
    font-size: 32px;
    color: #0080a0;
    border-bottom: solid 2px;
    line-height: 30px;
}

.recommended-section {
    padding-top: 100px;
}

.recommended-section .section-title {
    margin-bottom: 100px;
}

.benifits-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.benifits-description {
    font-size: 34px;
    color: #58595b;
    margin-bottom: 70px;
}

.benifits-list__item {
    margin-bottom: 30px;
}

.benifits-list .label {
    color: #0080a0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.benifits-list__item .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 0px;
}

.benifits-list__item p {
    font-size: 24px;
    color: #808080;
}

.benifits-grid {
    padding-top: 100px;
}

.benifits-grid .row:nth-child(even) {
    flex-direction: row-reverse;
}

.benifits-grid-card {
    padding: 43px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benifits-grid-card h4 {
    font-size: 30px;
    font-weight: 600;
    color: #0080a0;
    margin-bottom: 20px;
}

.benifits-grid-card p {
    font-size: 24px;
    color: #808080;
}

.industrial-applications-section {
    padding-bottom: 70px;
}

.industrial-title {
    color: #008080;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
}

.industrial-applications-section .row {
    background-color: #eeeeee;
    margin-bottom: 30px;
    align-items: center;
}

.industrial-applications-section .row:nth-child(even) {
    flex-direction: row-reverse;
}

.industrial-content-card {
    padding: 35px;
    height: 100%;
}

.industrial-content-card .title {
    margin-bottom: 10px;
    font-size: 22px;
    color: #0080a0;
    font-weight: 600;
    text-transform: uppercase;
}

.industrial-list-label {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    line-height: normal;
    margin-bottom: 0px;
}

.industrial-list {
    color: #808080;
    font-size: 20px;
}

.industrial-list li {
    position: relative;
    padding-left: 20px;
}

.industrial-list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #808080;
    border-radius: 5px;
}

.glasskit-grid {
    padding: 50px 0;
}

.glasskit-title {
    font-size: 30px;
    font-weight: 600;
    color: #0080a0;
    margin-bottom: 30px;
}

.glasskit-grid img {
    height: 210px;
    object-fit: contain;
}

.glasskit-plus {
    font-size: 28px;
    padding: 0 25px;
    color: #0080a0;
}

.glasskit-section {
    padding-bottom: 100px;
}

.glasskit-section-content {
    color: #808080;
    font-size: 24px;
}

.glasskit-section-content .label {
    margin-bottom: 0;
    font-weight: 600;
}

.glasskit-section-content ul {
    margin-bottom: 30px;
}

.glasskit-section-content li {
    position: relative;
    padding-left: 20px;
}

.glasskit-section-content li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #808080;
    border-radius: 5px;
}


/*smart solutions end*/


/*Accessories Products Start*/

.tech-specs-section {
    padding-top: 70px;
}

.tech-specs-section .section-title {
    margin-bottom: 60px;
}

.tech-specs-table .title {
    font-size: 32px;
    color: #0080a0;
}

.tech-specs-table .table {
    border-bottom: solid 1px #808080;
}

.tech-specs-table .table th {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #231f20;
    border-right: solid 1px #808080;
    border-top: solid 1px #808080;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tech-specs-table .table td {
    font-size: 20px;
    border-right: solid 1px #808080;
    border-top: solid 1px #808080;
    color: #404041;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tech-specs-table .table td:last-child {
    border-right: none;
}

.single-product__description {
    padding-bottom: 50px;
}

.single-product__description p {
    font-size: 30px;
    color: #58595b;
}

.single-product__description p:not(:last-child) {
    margin-bottom: 50px;
}

.single-product__bottom_note {
    padding-bottom: 165px;
    padding-top: 100px;
}

.single-product__bottom_note p {
    font-size: 18px;
    color: #808080;
    margin-bottom: 0;
}

.specification-title {
    font-size: 32px;
    color: #0080a0;
}

.tech-specs__list {
    margin: 20px 0 50px;
}

.tech-specs__list li {
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5px;
}

.tech-specs__list li:before {
    position: absolute;
    content: "";
    background-color: #221f1f;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 13px;
    left: 3px;
}

.download-factsheet {
    text-align: center;
    font-size: 28px;
    padding-top: 20px;
    font-weight: 300;
}

.download-factsheet a {
    color: #0080a0;
    text-decoration: underline;
}


/*Accessories Products End*/


/*Support Paeg Start*/

.support {
    color: #000;
}

.support-landing .section-title {
    color: #fff;
    margin: 0;
}

.support-landing .section-title.text-black {
    color: #000;
}

.support-landing .section-title.text-black span {
    position: relative;
    z-index: 9;
}

.support-landing .section-title.text-black span:before {
    content: "";
    background-image: url(../images/Ellipse-Ellipse.png);
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    top: -50%;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}

.support-text.text-dark {
    color: #000 !important;
}

.pixel-policy footer,
.warranty footer {
    position: static;
    margin: auto;
    transform: translate(0);
    /*zoom: 80%;*/
}

.support-text {
    padding: 100px 0 110px;
}

.register-warranty,
.support-type-content {
    margin-bottom: 70px;
}

.support-title {
    color: #58595b;
    font-size: 32px;
    font-weight: normal;
}

.support-type-text {
    font-size: 20px;
    font-weight: 400;
}

.support-type-text a {
    color: #008095;
    text-decoration: underline;
}

.register-warranty {
    background-color: #f1f1f1;
    text-align: center;
    padding: 30px 20px;
}

.register-warranty-download .support-type-text {
    font-size: 30px;
    white-space: pre-line;
    margin-bottom: 0;
    font-weight: 300;
}

.suport-condition-list {
    list-style: decimal;
    padding-left: 30px;
}

.suport-condition-sublist {
    list-style: upper-roman;
    padding-left: 30px;
}

.suport-condition-list .support-type-text {
    margin-bottom: 16px;
}

.register-warranty-download .support-type-text {
    font-size: 30px;
    white-space: pre-line;
    margin-bottom: 0;
}


/*Support Paeg End*/


/*Registration Paeg Start*/

.registration-text p {
    font-size: 26px;
    color: #808080;
    margin-bottom: 35px;
}

.registration-text {
    padding-top: 30px;
}

.already-registration-text {
    background-color: #0080a0;
    border-radius: 30px;
    padding: 30px 10px 35px;
    color: #fff;
    text-align: center;
}

.already-registration-text p {
    font-size: 34px;
}

.registration-text p {
    font-size: 24px;
    color: #808080;
    margin-bottom: 35px;
}

.already-registration-text label {
    font-size: 28px;
    margin-bottom: 20px;
}

.already-registration-text .btn-white {
    background: #fff;
    color: #008095;
    font-size: 25px;
    padding: 5px 50px;
}

.registration-form {
    margin-top: 50px;
}

.registration-container {
    border-bottom: 1px solid #7f8082;
}

.form-control.proof {
    background-image: url(../images/upload-proof.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 20px;
    background-position: left center;
    position: relative;
}

.form-control.proof p {
    margin-bottom: 0;
}

.form-control.proof input {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form-control.proof:hover {
    background-color: #f3f2f2;
}

.form-control.proof .error {
    bottom: -20px;
    position: absolute;
    left: 0;
}

.registration-form .btn {
    margin: 70px 0;
    font-size: 28px;
    border-radius: 35px;
    padding: 5px 50px;
}

.warranty-conditions {
    padding: 70px 0 200px;
}

.warranty-conditions-file {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid #acacac;
}

.warranty-conditions .section-title {
    margin-bottom: 45px;
}

.warranty-conditions-file img {
    width: 55px;
    margin-right: 30px;
    min-width: 55px;
}

.warranty-conditions-file a label {
    cursor: pointer;
}

.warranty-conditions-file a label:hover {
    color: #0080a0;
}

.warranty-conditions-file p {
    color: #000 !important;
    text-decoration: none;
}

.warranty-conditions-label {
    color: #58595b;
    font-size: 24px;
}

.warranty-conditions-description {
    font-size: 20px;
    margin-bottom: 0;
}


/*Registration Paeg End*/


/*Pixel Policy Paeg Start*/

.pixel-policy-text .section-title {
    font-size: 30px;
    color: #231f20;
    font-weight: 600;
    margin-bottom: 15px;
}

.pixel-policy-text {
    padding: 100px 0 100px;
}

.pixel-policy-faq {
    margin-bottom: 50px;
}

.pixel-policy-description {
    font-size: 24px;
    color: #808080;
    font-weight: normal;
}

.pixel-policy-description span {
    font-weight: 600;
}

.pixel-policy-faq .btn {
    text-transform: uppercase;
    font-size: 23px;
}

.pixel-policy-faq .btn:not(:last-child) {
    margin-right: 25px;
}

.pixel-image {
    margin: 0 0 80px;
}

.pixel-image img {
    max-width: 400px;
}

.pixel-policy-faq ul {
    padding-left: 30px;
    list-style: decimal;
}

.pixel-faul-image {
    max-width: 70%;
    margin-top: 30px;
    margin-left: 30px;
}

.pixel-table {
    margin-top: 40px;
    font-size: 20px;
    color: #221f1f;
}

.pixel-table thead {
    background-color: #008095;
    color: #fff;
}

.pixel-table thead th {
    vertical-align: text-top;
    font-size: 18px;
    border: 2px solid #008095;
}

.table-bordered td {
    border: 1px solid #c2c2c2;
}

.table-bordered th {
    border: none;
}


/*Pixel Policy Paeg End*/


/*Article Page Start*/

.article-blog-section {
    padding: 155px 0;
}

.article-landing .section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-weight: 300;
}

.article-blog-card {
    border: 1px solid #d1d1d1;
    color: #000;
    height: 100%;
}

.article-blog__link {
    color: #000;
    transition: all ease-in-out .3s;
}

.article-blog__link:hover {
    color: #008091;
}

.article-blog-card__body {
    padding: 30px;
}

.article-blog__type {
    font-size: 13px;
    color: #008091;
    margin-bottom: 2px;
    font-weight: bold;
}

.article-blog__type span {
    color: #4d4d4d;
    margin-left: 15px;
    font-weight: 300;
    font-size: 11px;
}

.article-blog__title {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-blog__description {
    color: #000;
    transition: all ease-in-out 0.3s;
    font-weight: 300;
    margin-bottom: 0;
}

.article-blog footer {
    position: static;
    transform: translate(0);
    margin: auto;
}


/*Article Page End*/


/*Single Blog Page Start*/

.single-blog {
    color: #000;
}

.back-blog-link {
    margin: 40px 0;
    display: block;
    width: max-content;
    color: #008091;
    font-size: 15px;
    font-weight: bold;
    margin-left: -160px;
    transition: all ease-in-out .3s;
}

.back-blog-link:hover {
    color: #000;
}

.blog-title {
    color: #000;
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: bold;
}

.blog-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.blog-type {
    font-size: 19px;
    font-weight: bold;
    color: #008091;
    margin-bottom: 0;
}

.blog-type span {
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d;
    margin-left: 10px;
}

.blog-share-link {
    background-color: #008091;
    padding: 15px 35px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: max-content;
    margin-bottom: 20px;
}

.blog-share-link img {
    margin-right: 15px;
}

.blog-share-link:hover {
    color: #fff;
}

.blog-landing-img {
    margin-bottom: 50px;
}

.blog-description {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 30px;
}

.future-work-content .blog-description {
    font-size: 24px;
}

.blog-description a {
    color: #008091;
    text-decoration: underline;
    font-weight: 600;
}

.blog-description:last-child {
    margin-bottom: 0;
}

.blog-landing-text {
    margin-bottom: 100px;
}

.future-title {
    font-size: 30px;
    color: #008091;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.future-work-content {
    margin-bottom: 100px;
}

.what-next-content {
    padding: 80px 80px 100px;
    background-color: #ececec;
}

.whats-next-back {
    margin-bottom: 35px;
}

.what-next-title,
.beyond-laptops-title {
    color: #008091;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.beyond-laptops-content .blog-description {
    font-size: 22px;
}

.next-feature-card__body {
    padding: 40px 45px;
    background-color: #fff;
}

.next-feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #008091;
    margin-bottom: 20px;
}

.next-feature__description {
    color: #000;
    transition: all ease-in-out 0.3s;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 20px;
}

.discover-range {
    padding: 100px 0;
}

.discover-range__title {
    font-size: 24px;
    font-weight: bold;
    white-space: pre-line;
}

.discover-range__title a {
    color: #008091;
    text-decoration: underline;
}

.things-professionals-content .future-title {
    margin-bottom: 20px;
}

.things-professionals__title {
    color: #000;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: bold;
}

.things-professionals__img {
    margin-bottom: 35px;
}

.beyond-laptops-content {
    padding: 80px 80px 70px;
    background-color: #ececec;
    margin-bottom: 170px;
}

.blog-notes p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
}


/*Single Blog Page End*/


/*Mouse Keyboard Product Page End*/

.mouse-keyboard-product {
    padding: 140px 0 300px;
}

.mouse-and-keyboard .product-item-landing .section-title {
    color: #58595b;
}

.text-dark .product-specs-label {
    color: #000;
}

.text-dark .product-specs-description {
    color: #404041;
}

.text-dark.section-product-specs-text .section-title {
    color: #58595b;
    font-size: 42px;
}

.text-dark.section-product-specs-text .section-lable {
    color: #0080a0;
    font-size: 32px;
    margin-bottom: 0px;
}

.section-product-specs-text.text-dark hr {
    margin-bottom: 70px;
}

.mouse-and-keyboard .product-drive .item-features-title img {
    max-height: 100%;
}

.product-specs-description a {
    color: #00808e;
    text-decoration: underline;
}


/*Mouse Keyboard Product Page End*/


/*Mouse Keyboard Product Page End*/

.satellite-pro-c50 .item-features-card,
.satellite-pro-c40 .item-features-card {
    padding: 0 65px;
}

.satellite-pro-c50 .product-item-overview,
.satellite-pro-c40 .product-item-overview {
    padding: 150px 0 380px;
}

.anti-glare-screen {
    margin: 100px auto;
}

.ergonomic-design {
    margin-bottom: 300px;
}

.satellite-pro-c50 .ergonomic-design {
    margin: 250px auto 200px;
}

.satellite-pro-c50 .anti-glare-screen {
    margin: 100px auto 300px;
}

.satellite-pro-c50 .section-product-specs-text,
.satellite-pro-c40 .section-product-specs-text {
    margin-bottom: 220px;
}

.satellite-pro-c50 .products-icon img,
.satellite-pro-c40 .products-icon img {
    height: 21px;
}


/*Mouse Keyboard Product Page End*/


/*Portégé X30W-J Product Page Start*/

.portege-x30w-j .product-item-overview {
    padding: 50px 0 110px;
}

.product-item-features-content {
    background: linear-gradient(to bottom, #231f20, #233673 45%, #231f20 100%);
    padding: 100px 0;
}

.product-item-features-content .section-title {
    color: #fff;
}

.product-features-img img {
    max-width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.product-features-description {
    font-size: 21px;
}

.product-features-description span {
    display: block;
    font-size: 40px;
    font-weight: 300;
    margin-top: 5px;
}

.product-features-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -40px;
    width: calc(100% + 80px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    transform: translateY(-50%);
}

.portege-x30w-j .products-different-img {
    position: relative;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
}

/***** Start free-upgrade *****/

.free-upgrade {
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
}

.product-link__container.upgrade-border {
    border: 0;
    padding: 10px 0;
}

.free-upgrade h4 span {
    text-transform: uppercase;
}

.free-upgrade h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
}

.free-upgrade p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
}



/***** End free-upgrade *****/

.portege-x30w-j .products-different-img .modal-screen-size {
    position: absolute;
    right: 0;
    top: 30px;
    max-width: 150px;
}

.portege-x30w-j .products-different .products-different-keyboard {
    position: absolute;
    top: 140px;
    max-width: 330px;
    text-align: right;
    margin: 0;
}

.portege-x30w-j .products-thin {
    margin: 200px auto;
}

.flexible-viewing {
    margin-bottom: 200px;
}

.ready-you-are-content,
.supreme-performance-content,
.peace-of-mind-content {
    margin-bottom: 250px;
}

.portege-x30w-j .product-notes {
    margin-top: 150px;
    margin-left: -150px;
}


/*Portégé X30W-J Product Page End*/


/*Portégé X30l-J Product Page Start*/

.portege-x30l-j .product-download {
    bottom: 40px;
}

.portege-x30l-j .product-item-overview,
.tecra-product .product-item-overview,
.laptop-product .product-item-overview {
    padding: 150px 0 100px;
}

.portege-x30w-j .product-features-description sub,
.portege-x30l-j .product-features-description sub,
.portege-x40-j .product-features-description sub {
    bottom: 0;
}

.portege-x30l-j .products-different-img {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.portege-x30l-j .products-different-img .modal-screen-size {
    position: absolute;
    top: 0;
    right: 100px;
    max-width: 130px;
}

.portege-x30l-j .products-different .products-different-keyboard {
    position: absolute;
    top: 260px;
    right: 0;
    max-width: 250px;
    margin-bottom: 0;
}

.portege-x30w-j .products-different:before,
.portege-x40-j .products-different:before,
.portege-x30l-j .products-different:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.portege-x30l-j .expanded-connectivity {
    margin: 150px auto 200px;
}

.portege-x30l-j .optional-dynamic,
.portege-x30l-j .backlit-keyboard-content,
.portege-x30l-j .cooling-system-content,
.portege-x30l-j .security-core-content {
    margin-bottom: 200px;
}

.portege-x30l-j .product-notes,
.tecra-product .product-notes,
.laptop-product .product-notes {
    margin-top: 150px;
    margin-left: -150px;
}

.portege-x30l-j .section-product-specs-text .product-notes {
    margin-left: 0;
    margin-top: 50px;
}


/*Portégé X30l-J Product Page End*/

/*Portégé X30l-K, X30W-K Product Page Start*/
.text-align-right {
    text-align: right;
}

.protege-new-laptop .product-item-overview {
    padding-top: 0;
}

.protege-new-laptop .product-item-overview>.container:not(:last-child),
.protege-new-laptop .products-different {
    padding: 100px 20px;
}

.protege-new-laptop .product-item-overview .product-item-features-content {
    background: linear-gradient(to bottom, #030617, #233673 45%, #231f20 100%);
    padding-top: 150px;
}

.portege-x30l-k .product-item-landing .owl-carousel.owl-drag .owl-item {
    transform: scale(1.02);
}

.protege-new-laptop .product-item-features {
    padding-bottom: 0;
}

.protege-new-laptop .products-different::after {
    content: '';
    display: block;
    background: linear-gradient(180deg, rgba(29, 25, 26, 1) 0%, rgba(35, 31, 32, 1) 30%);
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.portege-x40l-k .native-system .flexible-viewing-text img,
.portege-x30l-k .native-system .flexible-viewing-text img {
    width: 50px;
    margin: 0 20px 20px 0;
}

.portege-x30w-k .differentiators-section-2 .laptop-peace-item {
    align-items: flex-start;
}


/*Portégé X30l-K Product Page End*/


/*Portégé X40-J Product Page Start*/

.portege-x40-j .products-different-img {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.portege-x40-j .products-different-img .modal-screen-size {
    position: absolute;
    top: 50px;
    right: 80px;
    max-width: 120px;
}

.portege-x40-j .products-different-keyboard {
    position: absolute;
    top: 250px;
    left: 0;
    max-width: 250px;
    text-align: right;
    margin-bottom: 0;
}

.portege-x40-j .expanded-connectivity {
    margin: 150px auto 200px;
}

.portege-x40-j .aluminium-alloy,
.portege-x40-j .backlit-keyboard-content,
.portege-x40-j .security-core-content {
    margin-bottom: 200px;
}

.portege-x40-j .product-item-overview {
    padding: 150px 0 110px;
}

.portege-x40-j .product-item-overview .product-notes {
    margin-top: 150px;
    margin-left: -150px;
}


/*Portégé X40-J Product Page End*/


/*tecra-a30l-j Product Page End*/

.tecra-a30l-j .products-different:before {
    height: 31%;
}

.tecra-a30l-j .products-different .products-different-keyboard {
    position: absolute;
    left: 0;
    right: unset;
    top: 120px;
    max-width: 270px;
    margin-bottom: 0px;
}

.tecra-a30l-j .products-different-img {
    max-width: 850px;
    margin: auto;
    margin-right: 0;
}

.laptop-peace-item img {
    max-width: 40px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.laptop-peace-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.hd-view-content img {
    max-width: 650px;
    display: block;
}

.hd-view-content .optional-dynamic-text {
    position: absolute;
    top: 0px;
    left: -70px;
    max-width: 370px;
    text-align: right;
}

.hd-view-content .optional-dynamic-text img {
    margin-left: auto;
    max-width: 70px;
}

.hd-view-content .connectivity-wherever-text {
    left: unset;
    right: 0;
    text-align: left;
    top: 160px;
    max-width: 260px;
}


/*tecra-a30l-j Product Page End*/

.g-recaptcha,
.g-recaptcha>div {
    width: 100% !important;
    height: 76px !important;
}

.g-recaptcha iframe {
    width: 378px;
    max-width: 100%;
    display: flex;
    height: auto;
}

.products-cooling-text {
    position: absolute;
    top: 350px;
    max-width: 240px;
}

.products-cooling-text.left-top {
    left: 24%;
    top: 30%;
}

.products-cooling-text.left-middle {
    top: 50%;
    left: 17%;
}

.products-cooling-text.right-top {
    right: 8%;
    top: 33%;
}


/*---------CONTACT-PAGE-MODAL---------*/

.modal.enquiry-modal {
    padding-right: 0 !important
}

.modal-dialog {
    max-width: max-content;
}

.modal-content {
    border-radius: 30px;
    padding: 50px;
}

.modal-header {
    border-bottom: 0;
    padding: 0;
    padding-right: 16px;
}

.modal-header .close {
    font-size: 64px;
    font-weight: 400;
    padding: 0;
    margin-left: auto;
}

.modal-header .close:hover,
.modal-header .close:focus {
    outline: 0;
}

.modal-body {
    padding: 70px 50px;
}

.modal-body img {
    width: 150px;
    margin-bottom: 30px;
    margin-right: 25px;
}

.modal-body h2 {
    font-size: 54px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.modal-body p {
    color: #808080;
    font-size: 26px;
    font-weight: normal;
}

.modal-footer {
    border-top: 0;
    display: block;
    padding: 0;
}

.modal-footer h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.modal.enquiry-modal .modal-footer>:not(:last-child) {
    margin-right: 0;
}

.modal.enquiry-modal .modal-footer>:not(:first-child) {
    margin-left: 0;
}

.modal-footer .modal-social-link .link-item {
    margin: 0 12px;
}

.modal-footer .modal-social-link .link-item .link {
    display: inline-block;
}

.modal-footer .modal-social-link .link-item .link img {
    width: 45px;
}


/*boost-x20-ssd*/
.boost-x20-ssd .products-detail-link {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 18px;
    color: #58595b;
}

/*---------CONTACT-PAGE-MODAL---------*/

.tecra-products .differentiators-section-1 .products-different-img {
    margin: auto !important;
}

.differentiators-section-1 .flexible-viewing-text {
    position: absolute;
    right: 0;
    top: 30%;
    max-width: 300px;
}

.tecra-products .products-different .products-different-keyboard {
    top: 70px;
}

.differentiators-section-1 .products-different-img {
    position: relative;
}

.differentiators-section-1 .products-different-img .product-img {
    max-width: 620px;
    width: 100%;
    margin: auto;
    display: block;
}

.differentiators-section-1 .products-different-img .inch-icon {
    max-width: 130px;
    position: absolute;
    right: 20%;
    top: -60px;
    width: 100%;
}

.differentiators-section-2 {
    padding: 150px 0;
}

.tecra-products .hd-view-content .optional-dynamic-text {
    top: 36%;
}

.tecra-products .hd-view-content .optional-dynamic-text.connectivity-wherever-text {
    top: 10%;
    right: 5%;
}

.reliability-guarantee_section {
    padding-top: 100px;
    padding-bottom: 220px;
}

.reliability-guarantee h1 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 51px;
    color: #008092;
    font-weight: 300;
}

.reliability-guarantee p {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
}

.reliability-guarantee_icon-box {
    display: flex;
    padding: 20px 0;
}

.reliability-guarantee_icon-box_img {
    max-width: 80px;
    width: 100%;
    margin-right: 20px;
}

.reliability-guarantee_icon-box_img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.reliability-guarantee_icon-box_text h5 {
    font-size: 25px;
    line-height: 32px;
    color: #008092;
    font-weight: bold;
    margin-bottom: 0;
}

.reliability-guarantee_icon-box_text p {
    font-size: 25px;
    color: #808080;
}

.reliability-guarantee_icon-box_text p:last-child {
    margin-bottom: 0;
}

.reliability-choice-box {
    display: flex;
    margin-bottom: 40px;
}

.reliability-choice-box_img {
    max-width: 165px;
    width: 100%;
    margin-right: 20px;
}

.reliability-choice-box_img img {
    width: 100%;
}

.reliability-choice-box_text {
    width: calc(100% - 165px);
}

.reliability-choice-box h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.reliability-choice-box p {
    font-size: 20px;
}

.reliability-guarantee .back-top a {
    display: none;
}



/*------------ Windows11 page css start--------------*/
/*------------ Start Section-Hero --------------*/

.section-hero {
    background-image: url(../images/slider-clip.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 350px 0;
    background-position: bottom;
}

.section-hero .hero-content {
    text-align: center;
}

.section-hero .hero-content h1 {
    font-size: 51px;
    font-weight: 300;
    line-height: 1.2;
}

.hero-content h1 span {
    position: relative;
    z-index: 9;
}

.hero-content h1:before {
    content: "";
    background-image: url(../images/Ellipse.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}

/*------------ End Section-Hero --------------*/


/*------------ Start Section-Dynabook --------------*/

.section-dynabook-lp {
    padding: 80px 0;
}

.section-dynabook-lp .title {
    color: #008092;
    font-size: 37px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.section-dynabook-lp .dynabook-lp p {
    color: #000000;
    font-size: 22px;
    margin-top: 35px;
}

.section-dynabook-lp .dynabook-lp p:first-child {
    margin-top: 0;
}

.section-border {
    border-bottom: 2px solid #bbbbbb;
    margin-top: 80px;
}

/*------------ End Section-Dynabook --------------*/

/*------------ Start Section-Guide --------------*/

.section-guide {
    padding: 30px 0;
}

.section-guide .guide-img img {
    height: 200px;
    width: 300px;
    object-fit: cover;
}

.section-guide .guide-content h6 {
    color: #008092;
    font-size: 22px;
    font-weight: bold;
}

.section-guide .guide-content p {
    color: #000000;
    font-size: 22px;
}

.section-guide .guide-content p a {
    color: #29abe2;
    text-decoration: underline;
}

.section-guide .guide-table {
    margin-top: 100px;
}

.section-guide .guide-table thead {
    background-color: #008092;
    color: #ffffff;
    font-size: 24px;
}

.section-guide .guide-table .table {
    max-width: 800px;
    width: 100%;
    border: 1px solid #dddddd;
    color: #000000;
    font-size: 22px;
    text-align: center;
}

.section-guide .guide-table .table td,
.table th {
    border-top: 0;
    border-right: 1px solid #dddddd;
    padding: .5rem
}

/*------------ End Section-Guide --------------*/

/*------------ Start Section-Syatem-req --------------*/

.section-system-req {
    padding: 80px 0;
}

.sys-req-table h4 {
    font-size: 25px;
    color: #008092;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-system-req .sys-req-table table {
    color: #000000;
    font-size: 24px;
}

.section-system-req .sys-req-table .table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

/*------------ End Section-Syatem-req --------------*/

/*------------ Start Section-Imp-Links --------------*/

.section-imp-links {}

.section-imp-links .imp-links h1 {
    font-size: 38px;
    color: #000;
    font-weight: 600;
}

.section-imp-links .imp-links .links {
    margin-top: 30px;
}


.section-imp-links .imp-links .links .nav-link {
    font-size: 27px;
    color: #008092;
    padding: 0;
    font-weight: 600;
}

/*------------ End Section-Imp-Links --------------*/

/*------------ Start Section-Features --------------*/

.section-features {
    padding-bottom: 160px;
}

.section-features .features p {
    font-size: 28px;
    color: #000000;
}

.section-features .features a {
    color: #29abe2;
    text-decoration: underline;
}

.section-features .upgrade {
    margin-top: 60px;
}

.section-features .upgrade .link {
    color: #000000;
    word-break: break-all;
}

.section-features .upgrade p {
    font-size: 20px;
    color: #000000;
}

.section-features .section-border {
    margin-top: 30px;
}

.windows11 footer,
.windows11 footer a {
    color: #000 !important;
}

.windows11 .social-link img {
    filter: brightness(0);
}

.windows11 #page-top {
    display: none;
}

/*------------ End Section-Features --------------*/


/*------------ Windows11 page css end--------------*/




/*Secured-Core PC css start*/
.secured-section-hero {
    background-image: url(../images/secured-core-pc-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0;
    background-position: left center;
}

.secured-section-hero .hero-content h1 {
    font-size: 51px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    padding: 0 15px;
}

.secured-section-hero .hero-content h1:before {
    display: none;
}

.why-secured-core-pc-section {
    color: #000;
    font-size: 22px;
}

.why-secured-core-pc-section h3 {
    font-weight: bold;
    color: #008092;
    font-size: 25px;
}

.why-secured-list {
    padding: 0;
    margin-bottom: 0;
}

.why-secured-list li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 25px;
    color: #808080;
}

.why-secured-list .why-secured-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #007F91;
    border-radius: 50%;
    margin-right: 20px;
}

.why-secured-list .why-secured-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 20px;
}

.secured-explore-banner {
    margin: 80px 0 100px;
}

.secured-features-section {
    padding-bottom: 300px;
}

.secured-features-section .features-title {
    color: #008092;
    font-weight: bold;
    margin-bottom: 40px;
}

.section-guide.secured-features-section .guide-content h6 {
    color: #000000;
}

.secured-features-section .guide-content p:last-child {
    margin-bottom: 0;
}

.secured-core-pc .back-top {
    display: none;
}

.secured-core-pc footer,
.secured-core-pc footer a {
    color: #000 !important;
}

.secured-core-pc .social-link img {
    filter: brightness(0);
}

/*Secured-Core PC css end*/

/*online-shopping page css Start*/
body.online-shopping-page .btn {
    font-size: 21px;
    padding: 6px 25px;
    line-height: normal;
}

/*online-shopping-header*/
.btn.cart-btn {
    display: flex;
    align-items: center;
    font-size: 13px !important;
    text-transform: uppercase !important;
    margin-left: 15px;
    padding: 6px 25px;
}

.btn.cart-btn .cart-icon {
    margin-right: 10px;
    object-fit: contain;
    object-position: center;
    width: 22px;
}

/*online-shopping-header*/

/*online-shopping-landing-section*/
.online-shopping-banner {
    position: relative;
}

.online-shopping-banner:after {
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
}

.online-shopping-banner .section-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 300;
    z-index: 1;
}

/*online-shopping-landing-section*/

/*official-stores-section*/
.official-stores-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.official-stores-title {
    font-size: 41px;
    color: #231F20;
    margin-bottom: 40px;
    font-weight: 600;
}

.official-stores-description {
    color: #808080;
    font-size: 23px;
    font-weight: 300;
    color: #231F20;
    margin-bottom: 40px;
}

.official-stores-list {
    text-align: center;
}

.official-stores-list .dropdown .btn {
    box-shadow: none !important;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.official-stores-list .dropdown .btn:after {
    border: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    margin-left: 15px;
    height: auto;
    width: auto;
    font-size: 16px;
}

.official-stores-list .dropdown-menu {
    background-color: #B3B3B3;
    border-radius: 0;
    max-width: calc(100% - 70px);
    width: 100%;
    min-width: 10rem;
    padding: 10px 20px;
    border: 0;
    margin: 0 auto;
    right: 30px;
    left: 30px;
}

.official-stores-list .dropdown-menu .nav-tabs {
    border: 0;
    flex-direction: column;
}

.official-stores-list .dropdown-menu .nav-tabs .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px;
}

.official-stores-list .dropdown-menu .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    color: #008092;
}

.official-stores-list .dropdown-menu .nav-tabs .nav-link:last-child {
    border: 0;
}

.store-details .shop-online {
    border: 1px solid #000000;
    padding: 40px;
    margin-bottom: 40px;
}

.store-details .title {
    font-size: 27px;
    color: #008092;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.store-details .shop-online .shopping-items {
    margin-bottom: 60px;
}

.store-details .shop-online .shopping-items:last-child {
    margin-bottom: 0;
}

.store-details .shop-online .shopping-items label {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.store-details .shop-online .shopping-items .shopping-links img {
    height: 55px;
    max-width: 140px;
    width: 100%;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: left;
}

.store-details .shop-online .shopping-items .shopping-links .btn {
    font-size: 18px;
    padding: 6px 20px;
    display: block;
    max-width: max-content;
}

.store-details .shop-online .shopping-items .row .col:nth-child(odd) .shopping-links {
    border-right: 1px solid #000000;
    max-width: calc(100% - 30px);
}

.store-details .shop-online .shopping-items .row .col:nth-child(even) .shopping-links {
    /*padding-left: 60px;*/
}

.store-contact-details .store-address {
    color: #000000;
}

.store-contact-details .store-address .country-label {
    color: #666666;
    font-size: 20px;
    padding-bottom: 3px;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.store-contact-details .store-address .country-label:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666666;
}

.store-contact-details .store-address .name {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.store-contact-details .store-address a {
    color: #000000;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

/*official-stores-section*/

/**********Global Platinum Solutions Page Start**********/
.global-platinum-solutions-page .title {
    font-size: 41px;
    font-weight: bold;
    text-transform: uppercase;
}
.global-platinum-solutions-page .blue-subtitle {
    color: #008092;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.global-platinum-solutions-page .description {
    font-weight: normal;
    font-size: 20px;
    margin: 40px 0;
}
.global-platinum-solutions-page .subtitle {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
}
.global-platinum-solutions-page, .brown-bg-color {
    background-color: #231f20;
}
/*.supporting-businesses-section*/
.supporting-businesses-section {
    padding: 110px 0;
}
.global-platinum-solutions-page .common-landing:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgb(10 21 42 / 45%);
    right: 0;
    bottom: 0;
    z-index: 3;
}
/*.supporting-businesses-section*/

/*supporting-businesses-section*/
.quality-cycle {
    background-image: url('../images/quality-cycle-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 70px;
    position: relative;
}
.quality-cycle .features-content-title {
    position: absolute;
    max-width: 350px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    font-weight: 400;
}
.quality-ellipse {
    height: 300px;
    width: 300px;
    border: 1px solid #787878;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(35, 31, 32, .90);
}
.quality-cycle .row .col:nth-child(2), .quality-cycle .row .col:nth-child(3) {
    margin-bottom: 50px;
}
.quality-cycle .row .col:nth-child(4), .quality-cycle .row .col:nth-child(5) {
    margin-top: 50px;
}
.quality-cycle .row .col:nth-child(2) .quality-ellipse, .quality-cycle .row .col:nth-child(4) .quality-ellipse {
    margin-left: 0;
}
.quality-cycle .row .col:nth-child(3) .quality-ellipse, .quality-cycle .row .col:nth-child(5) .quality-ellipse {
    margin-right: 0;
}
.quality-ellipse img {
    width: 140px;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: center;
}
.quality-ellipse .workplace-text {
    padding: 0 50px;
    text-align: center;
    display: block;
}
/*supporting-businesses-section*/

/*fortitude-supply-chain-section*/
.fortitude-supply-chain-section {
    padding: 110px 0;
}
.tier-approach {
    display: flex;
    flex-wrap: wrap;
}
.fortitude-supply-chain-section .features-content-description {
    margin-bottom: 40px;
}
.approach-card-body {
    padding: 0 80px;
    position: relative;
    counter-increment: index;
    flex: 0 0 auto;
    max-width: 50%;
    margin-bottom: 40px;
}
.approach-card-body:before  {
    content: counter(index) '.';
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100px;
    color: #525050;
    font-weight: normal;
    line-height: 0.7;
}
.approach-card-body h6 {
    color: #008092;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.approach-card-body .description {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
/*fortitude-supply-chain-section*/

/*established-quality-assurance-section*/
.established-quality-assurance-section {
    padding: 110px 0;
}
.established-quality-assurance-section .description {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.quality-assurance {
    margin-top: 100px;
}
.quality-assurance .quality-assurance-content {
    padding: 0 20px;
}
.quality-assurance-content img {
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: center;
}
.quality-assurance-content .blue-subtitle {
    margin-bottom: 20px;
}
.quality-assurance-content .description {
    margin: 0;
}
/*established-quality-assurance-section*/
/*ESG-section*/
.esg-section {
    padding: 110px 0;
    background-image: url('../images/ESG-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.esg-items {
    display: flex;
    margin-bottom: 30px;
}
.esg-items > span {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 1px solid #008094;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.esg-items > span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.esg-items .esg-content {
    width: calc(100% - 130px);
}
/*ESG-section*/
/**********Global Platinum Solutions Page End**********/

/*FOOTER START*/
body.online-shopping-page footer {
    position: relative;
    margin: 0 auto;
}

body.online-shopping-page footer .back-top.container {
    display: none;
}
body.online-shopping-page footer .footer-text {
    border-top: 1px solid #909090;
    padding: 40px 30px;
}

/*FOOTER END*/




/*Global Partner Programme - Srart*/
.global-outer-wrapper {
    background-color: #231f20;
}
.global-outer-wrapper h1, .global-outer-wrapper h2, .global-outer-wrapper h3, .global-outer-wrapper h4, .global-outer-wrapper h5 {
    color: #FFF;
    margin-bottom: 40px;
}
.supporting-business-img {
    padding: 80px 0;
    text-align: center;
    display: block;
}
.supporting-business-img img {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.supporting-business-img h4{
    margin-bottom: 30px;
}
.supply-chain {
    padding: 80px 0;
    text-align: center;
    display: block;
}
.supply-chain h5 {
    font-weight: 300;
}
.number-box {
	display: flex;
	text-align: left;
	margin-bottom: 40px;
	padding: 0 50px;
}
.number-box .number-count {
	color: #808080;
	font-size: 90px;
	font-weight: 300;
	line-height: 80px;
	margin-right: 15px;
}
.tier-details h4 {
	color: #008093;
	margin-bottom: 15px;
	font-weight: 700;
}
.tier-details p {
	color: #FFF;
	font-weight: 400;
	font-size: 19px;
}
.supply-chain h4 {
	font-weight: 700;
}
.icon-block {
    margin-top: 20px;
}
.icon-block img {
    margin-bottom: 20px;
}
.esg-standards img {
    width: 64%;
}
.esg-standards {
	background-color: #020a22;
	background-image: url('../images/ESG-bgimg.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.esg-standards .esg-details {
	padding: 90px 0 90px 0;
}
.esg-standards .esg-details ul li {
	color: #FFF;
	font-weight: 300;
	list-style: none;
	display: flex;
	font-size: 19px;
}
.esg-standards .esg-details ul li::before {
	color: #008094;
	content: "\25AA";
	font-size: 1.5em;
	padding-right: .25em;
	position: relative;
	top: -6px;
}
.esg-standards .esg-details .tier-details {
	margin-bottom: 30px;
}
.vas-section .icon-block img {
    width: 100%;
}
.vas-section .icon-block {
	padding: 0 30px;
}
.find-more-btn {
    margin-top: 40px;
}
.world-map-section {
    text-align: center;
    padding-bottom: 50px;
}
.world-map-section h1 {
    color: #008094;
    font-weight: 500;
    padding: 20px 0;
}
.world-map-section h1 a{
    color: #008094;
    text-decoration: underline;
}
.supply-chain.vas-section {
	padding-bottom: 0;
}
.globalservice {
	background-color: #0a152a;
	background-image: url('../images/globalservice-bgimg.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	padding: 90px 120px;
}
.esg-standards.globalservice .esg-details {
	padding: 0;
}
.esg-standards.globalservice .esg-details .tier-details p span{
	font-size: 14px;
}
.unparalleled-section .tier-details.icon-block {
    position: relative;
}
.unparalleled-section .tier-details.icon-block img{
	width: 100%;
}
.series-details {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.unparalleled-section .padding-0 {
    padding: 0;
}
.unparalleled-section .tier-details h2 {
	color: #008093;
}
.unparalleled-section .tier-details p {
	font-size: 22px;
	font-weight: 500;
}
.unparalleled-section h5 {
    margin-bottom: 60px;
}
.discover-btn {
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
}
.footer-text-section {
	text-align: center;
    padding: 80px 0 120px 0;
}
.footer-cta-form .g-recaptcha iframe {
	height: 76px;
	margin-bottom: 15px;
	float: left;
}
.footer-cta-form .form-control {
	padding: 15px;
	background-color: #231f20;
	color: #FFF;
    border-bottom: 1px solid #1a7991;
}
.enquiries-form.footer-cta-form select {
	background-position: 96% 45%;
    background-image: url(../images/dyna-arrow.png);
    background-size: 10px;
}

.enquiries-form.footer-cta-form .form-control::-webkit-input-placeholder {
    color: #FFF;
}

.enquiries-form.footer-cta-form .form-control::-moz-placeholder {
    color: #FFF;
}

.enquiries-form.footer-cta-form .form-control:-ms-input-placeholder {
    color: #FFF;
}

.enquiries-form.footer-cta-form .form-control::-ms-input-placeholder {
    color: #FFF;
}

.enquiries-form.footer-cta-form .form-control::placeholder {
    color: #FFF;
}
.fixed-height {
	height: 665px;
}

.thunderbolt4-features .workplace-card img {
	height: 50px;
}
.thunderbolt4-features .workplace-text {
	font-size: 17px;
	font-family: 'Segoe UI', Helvetica Neue, Arial, sans-serif;
}
.free-upgrade {
	display: none;
}



@media (max-width: 1199.98px) {
    .global-outer-wrapper h1 br, .global-outer-wrapper h2 br, .global-outer-wrapper h3 br, .global-outer-wrapper h4 br, .global-outer-wrapper h5 br, .global-outer-wrapper p br  {
        display: none;
    }
    .supply-chain {
        padding: 40px 0;
    }
    .esg-standards .esg-details {
        padding: 45px 60px;
    }
    .globalservice {
        padding: 40px 30px;
    }

}

@media (max-width: 767px) {
    .esg-standards {
        background-image: unset;
    }
    .tier-details br {
        display: none;
    }
    .series-details {
        padding: 0 30px;
    }

    .fixed-height {
        height: auto;
        width: 100%;
    }
   .custom-blog-layout .row.fixed-height-section .col5.reverse-order {
        padding: 0;
    }
}

/*Global Partner Programme - End*/

.filter-container {
    display: block;
    margin-bottom: 20px;
  }
  
  .filter-container select {
    margin-right: 10px;
    padding: 8px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  }
  
  .filter-container select:focus {
    outline: none;
    border-color: #0080a0;
  }
  
  .filter-container select:invalid {
    color: #aaa;
  }
  
  .filter-container option:first-child {
    color: #aaa;
  }
  
  .filter-container button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0080a0;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  
  .filter-container button:hover {
    background-color: #13b6df;
  }
.article-blog-section .col-lg-4 {
	padding-bottom: 20px;
}
.custom-blog-layout .row {
	display: flex;
	flex-wrap: wrap;
	margin: 75px 0 60px 0;
}
.custom-blog-layout .row .col5 {
	flex: 40%;
	padding: 0 20px 0 0;
}
.custom-blog-layout .row .col7 {
	flex: 60%;
	padding: 0 0 0 20px;
}
.custom-blog-layout .col .blog-landing-img {
	margin-bottom: 0;
}
.custom-blog-layout .row .col5.reverse-order {
	padding: 0 0 0 20px;
}
.custom-blog-layout .row .col7.reverse-order {
	padding: 0 20px 0 0;
}




body.home .enquirie-links, body.home .accessories-links, body.home .partner-links {
	color: #a4a6a7;
}
.commercial-laptop-section {
    background-color: #e4e4e4;
    text-align: center;
}
body.home .enquiri-partner-links {
	background: none;
}
.commercial-laptop-section h2 {
	color: #231f20;
	font-size: 45px;
}
.commercial-laptop-section .enquiries-form-descroption {
	color: #231f20;
}
.become-partner.commercial-laptop-section .container {
	padding: 70px 0 70px;
}

.contact#experience-dynabook .section-title {
	color: #231f20;
	font-size: 45px;
    font-weight: normal;
}
#experience-dynabook .enquiries-form .btn {
	padding: 15px 15px;
	background: #0088c1;
	font-size: 21px;
}
#became-a-partner .experience-text a {
	color: #0080a0;
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#became-a-partner .experience-text .tel-numbers a {
	font-size: 26px;
    text-decoration: none;
}
#became-a-partner .color-text, #became-a-partner .color-text a {
	color: #ec008c !important;
}
#became-a-partner .footer-text {
	border-top: 1px solid #FFF;
}
#became-a-partner .experience-details {
	width: 100%;
}
#became-a-partner.experience {
	padding-bottom: 0;
}
.new-footer-bottom {
	float: left;
	width: 100%;
	display: block;
	margin: 83px 0 0 0;
}
#became-a-partner .experience-details .img-fluid {
	height: 100%;
}
#became-a-partner .experience-title {
	font-size: 45px;
	color: #FFF;
}
#became-a-partner .footer-menu-link {
	color: #fff;
}
#became-a-partner .experience-program .experience-description {
	color: #FFF;
}
#became-a-partner .experience-description {
	color: #FFF;
}
#became-a-partner .social-link {
	-webkit-filter: none;
	filter: none;
}
#became-a-partner .footer-copyright {
	color: #FFF;
}
#became-a-partner .back-top .back-products-link {
	color: #0080a0;
}
.blog-description-area p {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
}
.blog-description-area a {
	color: #008091;
	text-decoration: underline;
	font-weight: 600;
}
.nz-blog-notes {
	margin: 40px 0 90px 0;
}
.blog-description-area li {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 30px;
	margin-left: 22px;
}
.education-content ul.content-ul {
    margin: 20px 0;
    padding: 0 0 0 30px;
}
.nz-privacy-policy  {
	margin-bottom: 90px;
}
.nz-privacy-policy p {
	font-size: 20px;
	font-weight: 300;
}
.nz-privacy-policy h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 30px;
}
.nz-privacy-policy h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 30px;
}
.nz-privacy-policy h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 30px;
}
.nz-privacy-policy h6 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 30px;
}
.nz-privacy-policy ul {
	margin: 5px 0 20px 0;
	padding: 0 0 0 25px;
	list-style: unset;
}
.nz-privacy-policy ul li {
	font-size: 20px;
	font-weight: 300;
}
.container-education ul.custom-ul {
    list-style: unset;
    margin: 20px 0;
    padding: 0 0 0 30px;
}
.contentContainer .seperator15 {
	min-height: 30px !important;
}
.support-sub-menu {
	left: 185px;
}
.resource-sub-menu {
	left: 300px;
}





.tabs {
      position: relative;
}  
.tabs > div {
    cursor: pointer;
} 
.tabs .active-tab {
          position: relative;
}  
/* .tabs .active-tab:after {
              width: 100%;
              height: 2px;
              position: absolute;
              content: "";
              bottom: -0.1em;
              left: 0;
              background: white;
          }

    
          .tabs .active-tab:after {
          display: inline-block;
          cursor: pointer;
          color: #3a5ea7;
          padding: 5px 10px;
          } */
 
  
          .tabs-content {
            margin: 20px;
            padding: 0;
            list-style: none;
            width: 100%;
        }
  .tabs-content li {
          display: none;
      }

      body.home .tabs .enquiri-partner:hover .enquiri-partner-link, body.home .tabs .active-tab .enquiri-partner-link, body.contact .tabs .active-tab .enquiri-partner-link {
        color: #0086bf;
    }
    .hover-icon {
        display: none;
    }

    
    body.home .tabs .enquiri-partner:hover .hover-icon, body.contact .tabs .enquiri-partner:hover .hover-icon  {
        display: block;
        margin: 0 auto;
    }
    body.home .tabs .enquiri-partner:hover .default-icon, body.contact .tabs .enquiri-partner:hover .default-icon {
        display: none;
    }
    body.home .tabs .active-tab .hover-icon, body.contact .tabs .active-tab .hover-icon {
        display: block;
        margin: 0 auto;
    }
    body.home .tabs .active-tab .default-icon, body.contact .tabs .active-tab .default-icon {
        display: none;
    }
    body.home .tabs-content .inquiry-content-wrapper, body.contact .tabs-content .inquiry-content-wrapper {
        background: none;
        margin: 0;
        padding: 80px 0 60px 0;
    }
    body.home .tabs-content .inquiry-content-wrapper .form-require, body.contact .tabs-content .inquiry-content-wrapper .form-require {
        text-align: left;
    }
    body.home .tabs-content .commercial-laptop-section, body.contact .tabs-content .commercial-laptop-section  {
        text-align: left;
    }

    body.home .tabs-content .dynabook-experience, body.contact .tabs-content .dynabook-experience {
        padding: 0;
    }
    body.home .tabs-content .contact#experience-dynabook .section-title, body.contact .tabs-content .contact#experience-dynabook .section-title  {
        font-size: 34px;
        color: #231f20;
        font-weight: 600;
    }
    body.home .tabs-content .enquiries-form, body.contact .tabs-content .enquiries-form  {
        margin: 45px 0 0 0;
    }
    /* body.home .tabs-content .inquiry-content-wrapper.become-partner {
        text-align: center;
    } */
    .hotline-section .experience-description {
        margin-bottom: 5px;
    }
    .hotline-section {
        margin: 0 0 30px 0;
    }
    .hotline-section .experience-description a {
        color: #FFF !important;
    }
    .hotline-section.email-section .experience-description a {
        text-decoration: underline !important;
    }
.home-become-partner-section {
    text-align: center;
}

.become-partner.commercial-laptop-section.inquiry-content-wrapper .btn-contact {
    margin: 30px 0 0 0;
}
.product-video.gif-animation {
	height: auto;
}
.hotline-section h4 {
    color: #FFF;;
}
.anz-warranty-conditions .warranty-conditions-file {
	align-items: center;
}
.warranty-conditions.anz-warranty-conditions {
	padding: 70px 0 20px 0;
}
.warranty-conditions.anz-warranty-conditions.first-child {
	padding: 0 0 20px 0;
}
































































/*RESPONSIVE START*/

@media (max-width: 1199.98px) {
   
    .container-education {
        padding: 0 30px;
    }
    
}

@media (max-width: 991.98px) {
    .text-align-right {
        text-align: left;
    }

    .official-stores-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .online-shopping-banner .section-title {
        font-size: 54px;
    }

    .store-details .title br {
        display: none;
    }

    .store-details .shop-online .shopping-items .row .col:nth-child(odd) .shopping-links {
        max-width: 100%;
    }

    .store-details .shop-online .shopping-items .shopping-links img {
        height: 40px;
    }

    .top-banner-no {
        width: 100%;
        text-align: center;
    }
    .contentContainer .seperator15 {
        min-height: 40px !important;
    }
    .contentContainer .seperator10 {
        min-height: 25px !important;
    }
}

@media (max-width: 767.98px) {
    .online-shopping-banner .section-title {
        font-size: 28px;
    }

    .official-stores-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .official-stores-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .official-stores-description {
        margin-bottom: 30px;
    }

    .official-stores-list {
        margin-bottom: 100px;
    }

    .store-details .shop-online .shopping-items .row .col:nth-child(even) .shopping-links {
        padding-left: 0;
    }

    .store-details .shop-online .shopping-items .shopping-links img {
        object-position: left center;
    }

    .store-details .shop-online {
        padding: 25px;
    }

    .official-stores-list .dropdown-menu {
        max-width: 295px;
        right: 0px;
        top: 0;
        left: 0;
        transform: translate3d(0px, 47px, 0px) !important;
    }

    .latest-update-title {
        display: block;
        margin: 0 0 30px 0;
    }

    .latest-update-title .share-social {
        display: block;
        text-align: center;
    }
    .filter-container select {
        padding: 8px 5px;
    }
    .article-blog-section .col-lg-4 {
        padding-bottom: 0;
    }

    .custom-blog-layout .row {
        display: block;
        margin: 55px 0 50px 0;
    }

    .custom-blog-layout .row .col5 {
        flex: 100%;
        padding: 0 0 35px 0;
        width: 100%;
    }
    .custom-blog-layout .row .col7 {
        width: 100%;
        flex: 100%;
        padding: 0 0 35px 0;
      }
    
      .custom-blog-layout .row .col5.reverse-order {
        padding: 0 0 35px 0;
    }
    .custom-blog-layout .row .col7.reverse-order {
        padding: 0 0 35px 0;
      }
      #became-a-partner .experience-details .img-fluid {
        height: auto;
    }
    .new-footer-bottom {
        margin: 50px 0 0 0;
    }
    .new-footer-bottom .-footer-social {
        margin: 0 0 15px 0;
    }
    #became-a-partner .experience-text .tel-numbers a {
        font-size: 17px;
    }
    #became-a-partner .experience-program {
        margin-bottom: 30px;
    }
    .home-enquiri-partner-links .enquiri-partner-links-text img {
        max-width: none;
    }
    #became-a-partner .experience-title {
        font-size: 30px;
    }
    .contact#experience-dynabook .section-title {
        font-size: 30px;
    }
    #contact-section {
        margin: 35px 0 0 0 !important;
    }
    #became-a-partner .experience-text {
        max-width: 100%;
        padding: 0 5px;
    }
    .enquiries-form-descroption br {
        display: none;
    }
}

@media (max-width: 575.98px) {}

@media (max-width: 380px) {}

@media (max-width: 320.98px) {
    .navbar-brand {
        max-width: 200px;
    }

    .online-shopping-banner .section-title {
        font-size: 24px;
    }

    .store-details .shop-online .shopping-items .col {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .store-details .shop-online .shopping-items .shopping-links {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .store-details .shop-online .shopping-items .row .col:nth-child(odd) .shopping-links {
        border: 0;
    }

    .store-details .shop-online .shopping-items .shopping-links .btn {
        width: 100%;
    }

    .store-details .shop-online .shopping-items {
        margin-bottom: 20px;
    }

    .portege-x30w-k .products-different,
    .portege-x30w-k .product-item-overview>.container:not(:last-child) {
        padding: 50px 40px 100px;
    }

}

@media (min-width: 321px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*online-shopping page css end*/










/*Responsive Start*/
@media (min-width: 1440px) {
    .container {
        max-width: 1344px;
        position: relative;
    }

}

@media (max-width: 1400px) {

    .dynaedge-ar100 footer,
    .dynaedge-de100 footer {
        max-width: 1140px;
        margin: auto;
    }

    .dynaedge-ar100 .footer-text,
    .dynaedge-de100 .footer-text {
        max-width: 1140px;
        margin: auto;
    }

    .dynaedge-ar100 .section-product-specs-text .container,
    .dynaedge-de100 .section-product-specs-text .container {
        max-width: 1076px;
    }

    .section-hero {
        padding: 290px 0;
    }

    .products-card.new .products-img:before {
        font-weight: 600;
    }
}

@media (min-width: 992px) {

    .dynaedge-de100 .footer-text,
    .dynaedge-ar100 .footer-text {
        zoom: 1;
    }

    .sturdy-text {
        position: absolute;
        max-width: 300px;
    }

    .portege-x30l-j .product-notes,
    .tecra-product .product-notes,
    .laptop-product .product-notes {
        margin-left: 0;
        width: 90%;
        margin-bottom: 60px;
    }
}

@media (max-width: 1900px) {
    .product-x30l-g .product-structure-air {
        right: 230px;
    }
}

@media (max-width: 1600px) {
    .scroll-nav {
        left: 15px;
    }

    .new-name .section-heading {
        padding: 0 120px;
    }

    .home-landing .section-title {
        font-size: 53px;
    }

    .section-title {
        font-size: 53px;
    }

    .btn {
        font-size: 20px;
    }

    .series-text {
        width: 350px;
        max-width: 100%;
    }

    .series-detail .section-title {
        width: 350px;
        text-align: center;
    }

    .product-item-landing .section-title {
        top: 180px;
    }

    .product-a30-e .products-different-security {
        right: 75px;
        top: 10px;
    }

    .product-structure-air {
        right: 200px;
    }

    .products-cooling-air {
        top: 550px;
        left: 150px;
    }

    .product-a30-e .products-different-security:after {
        left: calc(-100% + -124px);
        width: 350px;
        height: 55px;
    }

    .product-a30-e .products-connectivity-text {
        top: 400px;
        left: 170px;
    }

    .product-a30-e .product-structure-air {
        top: 200px;
    }

    .product-x30l-g .products-different-size span {
        font-size: 18px;
        font-weight: 300;
        line-height: 1;
    }

    .product-x30l-g .product-structure-air {
        right: 170px;
    }

    .products-different-keys {
        right: 30px;
    }

}

@media (max-width: 1439px) {
    .features {
        margin-top: 75px;
        padding: 0;
    }

    .products-different-system {
        left: 100px;
        top: 190px;
    }

    .products-different-size {
        top: 100px;
    }

    .product-x30l-g .products-different-system {
        top: 350px;
    }

    .products-different-security {
        right: 70px;
        top: 250px;
    }

    .product-a30-e .products-different-security {
        right: 70px;
        top: 140px;
    }

    .product-a30-e .products-different {
        margin-bottom: 0;
    }

    .products-connectivity-text {
        left: 290px;
    }

    .products-cooling-air {
        top: 530px;
        left: 130px;
    }

    .product-structure-air {
        right: 170px;
    }

    .product-a30-e .products-different-security:after {
        left: calc(-100% + -138px);
        width: 330px;
        height: 52px;
    }

    .product-a30-e .products-different-size {
        right: 320px;
        top: 280px;
    }

    .product-a30-e .products-connectivity-text {
        top: 360px;
        left: 0;
    }

    .product-x30l-g .products-different-size {
        right: 480px;
        top: 140px;
    }

    .products-proccesor .products-different-system {
        left: -70px;
    }

    .product-x30l-g .product-structure-air {
        right: 160px;
        top: 420px;
    }

    footer,
    .product-item-slider .owl-nav,
    .product-header,
    .product-download,
    .navbar,
    .home-landing .container,
    .experience-details .container,
    .product-ae100 .container,
    .product-link .product-link__container {
        max-width: 1140px;
        padding: 20px;
        width: 100%;
    }

    .banner-text {
        left: 110px;
    }

    .experience-text {
        right: 110PX;
    }

    .product-facility {
        right: 60px;
    }

    .x30l-g-img .product-facility {
        right: 150px;
    }

    .satellite .product-facility {
        top: -20px;
        right: 40px;
    }

    .satellite-l50 .product-facility {
        right: 150px;
    }

    .products-different-finger {
        left: 85px;
    }

    .products-different-keys {
        right: -30px;
    }

    .series-detail {}
    
}

@media (max-width: 1365px) {
    .product-facility {
        right: 0px;
    }

    .fp-left {
        left: 20px;
    }

    .home-banner .processor-img {
        margin-top: 10px;
    }

    .win-versoin {
        top: 10px;
    }

    .section-title {
        font-size: 45px;
    }

    .navbar {
        padding: 0;
        max-width: 960px;
    }

    .home-slider .owl-dots {
        left: 30px;
    }

    .banner-text {
        bottom: 55px;
        max-width: 400px;
        left: 40px;
    }

    .home-landing .section-title {
        font-size: 45px;
    }

    .win-versoin {
        /*right: 40px;*/
        left: 5%;
    }

    .chat-icon {
        right: 0;
        width: 80px;
        bottom: 70px;
    }

    .new-name .section-heading {
        padding: 0;
    }

    .features {
        padding: 0;
    }

    .features .media img {
        width: 50px;
        height: auto;
        margin-right: 15px;
    }

    .features .col:nth-child(1) .media,
    .features .col:nth-child(3) .media {
        padding-right: 0;
    }

    .features .col:nth-child(2) .media,
    .features .col:nth-child(4) .media {
        padding-left: 0;
    }

    .series-detail .section-title {
        top: 35px;
    }

    .experience-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .series-features {
        padding-bottom: 50px;
    }

    .series-features-item {
        font-size: 23px;
        padding: 15px 0;
    }

    .experience-program {
        margin-bottom: 20px;
    }

    .experience-description {
        margin-bottom: 15px;
    }

    .experience-text {
        top: calc(100% - 300px);
        max-width: 430px;
        right: 100px;
    }

    .product-landing .section-title {
        bottom: 30px;
        font-size: 40px;
    }

    .product-notes {
        margin-left: -10px;
    }

    .product .series-title {
        font-size: 25px;
    }

    .series-subtitle {
        font-size: 24px;
    }

    .series-title {
        margin-bottom: 15px;
    }

    .product-features-text {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .product-facility {
        right: 10px;
        top: 0px;
    }

    .product-features-text {
        margin-right: 0;
        width: 50%;
        margin-bottom: 30px;
    }

    .series-features-link {
        bottom: 50px;
    }

    .series-features-content {
        padding: 65px 0 0;
    }

    .new-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .features-content-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .product-x30l-g .products-proccesor .products-different-text>img,
    .products-different-text>img {
        max-width: 460px;
    }

    .product-x30l-g .products-different-text>img {
        max-width: 600px;
    }

    .products-Keyboard-img {
        margin-right: 100px !important;
        max-width: 500px;
    }

    .products-different-finger img {
        max-width: 380px;
    }

    .products-different-finger {
        top: 165px;
        left: 160px;
    }

    .product-x30l-g .products-different-finger {
        top: 195px;
        left: unset;
        right: 400px;
    }

    .different-finger-text {
        margin-left: -175px;
    }

    .products-card-body {
        padding: 25px 0px;
    }

    .products-card .btn {
        width: 70%;
        /*margin-left: 0;*/
    }

    .ssd .products-card .btn {
        width: 230px;
    }

    .portege-l50 .product-facility {
        right: 100px;
    }

    .x30l-g-img .product-facility {
        right: 100px;
    }

    .product-facility img {
        width: 50px;
    }

    .satellite .product-facility {
        right: 30px;
    }

    .satellite-l50 .product-facility {
        right: 160px;
    }

    .products .col {
        margin-bottom: 100px;
    }

    .product-item-landing .section-title {
        top: 180px;
        font-size: 45px;
    }

    .product-item-overview {
        padding: 100px 0 300px;
    }

    .light-weight-img {
        margin-top: 100px;
    }

    .products-different-system {
        left: 80px;
        top: 140px;
        padding: 15px;
    }

    .product-item-features {
        padding-bottom: 100px;
    }

    .processor-img {
        max-width: 52px;
        height: 52px;
    }

    .back-products-link {
        left: 40px;
    }

    .img-download-link {
        left: 40px;
    }

    .products-different-security {
        right: 80px;
        top: 130px;
    }

    .product-a30-e .products-different-security {
        right: 15px;
    }

    .products-different-size {
        right: 360px;
        width: 80px;
        height: 80px;
        font-size: 45px;
    }

    .products-different-size span {
        font-size: 18px;
    }

    .products-connectivity-text {
        left: 125px;
    }

    .products-connectivity-text {
        left: 90px;
    }

    .products-cooling-air {
        top: 440px;
        left: 70px;
    }

    .product-structure-air {
        right: 90px;
        top: 270px;
    }

    .product-pro-l40 .product-structure-air {
        top: 160px;
    }

    .products-different-keyboard {
        margin-bottom: 0;
        width: 50%;
        margin-right: 20px;
    }

    .section-product-specs-landing {
        padding: 60px 0 0;
    }

    .product-item-overview {
        padding: 100px 0 300px;
    }

    .share-social {
        top: -40px;
    }

    .product-specs-window {
        margin-bottom: 30px;
    }

    .section-product-specs-landing .section-title {
        font-size: 45px;
    }

    .dynaedge-de100 .section-product-specs-landing .section-title,
    .dynaedge-ar100 .section-product-specs-landing .section-title {
        margin-top: 150px;
    }

    .section-product-specs-text .section-title {
        font-size: 28px;
    }

    .product-specs-label,
    .environmental-specs-label,
    .product-specs-description {
        font-size: 20px;
    }

    .section-product-specs-text {
        margin-bottom: 100px;
    }

    .dynaedge-ar100 .section-product-specs-text {
        margin-bottom: 200px;
    }

    .product-pro-l40-specs .section-product-specs-text {
        margin-bottom: 250px;
    }

    .product-high-cooling {
        padding-top: 250px;
    }

    .product-high-cooling .product-structure-air {
        top: 100px;
    }

    .product-x40-f .products-cooling {
        padding-top: 80px;
    }

    .product-a30-e .products-different-security:after {
        left: calc(-100% + -9px);
        width: 250px;
        height: 39px;
        top: -15px;
    }

    .product-a30-e .products-different-size {
        right: 290px;
        top: 230px;
    }

    .product-a30-e .products-Keyboard {
        padding: 0 15px;
    }

    .product-a30-e .products-different-keyboard {
        width: 100%;
    }

    .product-a30-e .products-Keyboard-img {
        margin-left: unset !important;
    }

    .product-a30-e .products-different-keys {
        position: absolute;
        top: 60px;
        right: 0;
        max-width: 400px;
    }

    .product-a30-e .products-connectivity-text {
        top: 410px;
        left: -10px;
    }

    .product-a30-e .products-cooling {
        padding-top: 20px;
    }

    .product-a30-e .product-structure-air {
        top: 100px;
    }

    .product-ae100 .product-item-landing .section-title {
        top: 150px;
    }

    .other-products .img-download-link {
        bottom: 30px;
    }

    .item-features-text span {
        font-size: 24px;
        white-space: nowrap;
    }

    .product-drive {
        padding: 60px 0;
    }

    .other-support,
    .enquiri-partner-links {
        padding: 40px 0;
    }

    .other-support-link-text img,
    .enquiri-partner-links-text img {
        max-width: 90px;
    }

    .enquirie-links,
    .partner-links {
        padding-top: 15px;
    }

    .business-trial {
        padding: 20px 20px;
    }

    .dynabook-experience {
        padding: 70px 0 10px;
    }

    .enquiries-form-descroption {
        margin-bottom: 30px;
    }

    .enquiries-form-title,
    .enquiries-form-descroption {
        font-size: 24px;
    }

    .form-require {
        margin-bottom: 20px;
    }

    .enquiries-form-notes {
        font-style: italic;
        font-size: 19px;
    }

    .enquiries-form .container {
        padding-bottom: 60px;
    }

    .contact-consultant {
        padding-top: 60px;
    }

    .contact-get-touch {
        font-size: 24px;
    }

    .consultant-title,
    .consultant-body {
        font-size: 25px;
    }

    .contact-consultant .container {
        padding-bottom: 10px;
    }

    .contact-general-enquiries {
        padding-top: 60px;
    }

    .general-enquiries-map iframe {
        height: 350px;
    }

    .become-partner .container {
        padding: 70px 0 160px;
    }

    .product-ae100 .item-features-text {
        font-size: 55px;
    }

    #mapFirst,
    #mapSecond {
        height: 400px;
    }

    .listing-item-content .title {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .listing-item-content {
        padding: 25px;
        min-width: 380px;
    }

    .listing-item-content .email {
        margin-top: 7px;
    }

    .listing-item-content .number,
    .listing-item-content .address,
    .listing-item-content .pincode,
    .listing-item-content .email {
        font-size: 16px;
    }

    .product-x30l-g .products-different-size {
        height: 100px;
        width: 100px;
        right: 375px;
        font-size: 42px;
    }

    .product-x30l-g .products-different-size span {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 0px;
    }

    .product-x30l-g .products-different-system {
        top: 240px;
    }

    .product-x30l-g .products-proccesor .products-different-security {
        top: -30px;
    }

    .products-proccesor .products-different-system {
        left: 0;
        padding: 15px;
        z-index: -1;
        top: 70px;
        padding-right: 130px;
        max-width: 420px;
    }

    .product-x30l-g .products-different-keys {
        top: 380px;
        max-width: 550px;
    }

    .products-different-keyboard {
        width: 100%;
    }

    .product-x30l-g .products-cooling {
        padding-top: 100px;
    }

    .product-x30l-g .product-structure-air {
        right: 40px;
        top: 300px;
    }

    .product-x30l-g .product-notes {
        left: 40px;
        bottom: 150px
    }

    .product-x30l-g-specs .section-product-specs-text {
        margin-bottom: 130px;
    }

    .ssd .products .col {
        margin-bottom: 150px;
    }

    .discard-devices-text {
        font-size: 20px;
    }

    .service-links {
        padding: 40px 0;
    }

    .back-blog-link {
        margin: 30px 0;
    }

    .blog-share-link {
        margin-bottom: 0;
    }

    .beyond-laptops-content {
        padding: 60px;
        margin-bottom: 100px;
    }

    .article-blog-section {
        padding: 80px 0;
    }

    .mouse-and-keyboard .section-product-specs-text {
        margin-bottom: 200px;
    }

    footer {
        margin: 0;
        font-size: 16px;
        bottom: 0;
        max-width: 960px;
    }

    .footer-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pixel-policy-faq .btn {
        margin-bottom: 15px;
    }

    .mouse-keyboard-product {
        padding: 100px 0 150px;
    }

    .portege-x30w-j .products-different .products-different-keyboard {
        top: 300px;
    }

    .portege-x30w-j .product-notes {
        margin-left: 0;
    }

    .portege-x30w-j .processor-img {
        height: auto;
    }

    .portege-x30w-j .section-product-specs-text {
        margin-bottom: 150px;
    }

    .portege-x30l-j .section-product-specs-text {
        margin-bottom: 200px;
    }

    .portege-x40-j .products-different-img {
        max-width: 650px;
    }

    .portege-x40-j .products-different-keyboard {
        top: 300px;
        left: 70px;
    }

    .portege-x40-j .products-different-img .modal-screen-size {
        top: 40px;
        right: 70px;
        max-width: 90px;
    }

    .portege-x40-j .product-item-overview .product-notes {
        margin-left: 0;
    }

    .portege-x40-j .section-product-specs-text {
        margin-bottom: 210px;
    }

    .portege-x30l-j .expanded-connectivity {
        margin: 260px auto 200px;
    }

    .tecra-a30l-j .products-different .products-different-keyboard {
        left: 60px;
        right: unset;
        top: 200px;
        max-width: 270px;
    }
}

@media (min-width: 1330px) and (max-width: 1365px) {
    .product-x30-e .products-different-system {
        left: 170px;
        top: 140px;
        padding: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 43px 10px;
    }
}

@media (max-width: 1365px) and (min-width: 1200px) {
    .x30l-g-img .product-facility {
        right: 130px;
    }

    .product-facility {
        right: 60px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 43px 10px;
    }
}

@media (max-width: 1280px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 43px 10px;
    }
}

@media (max-width: 1199px) {
    .hd-view-content .optional-dynamic-text.mb-4 {
        left: -10px;
        max-width: 340px;
    }

}

@media (max-width: 1025px) {
    .home-banner {
        padding-top: 300px;
        min-height: 50vh;
    }

    .products-Keyboard {
        max-width: 950px;
    }

    .products-different-keys {
        right: 15px;
        top: calc(100% + 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 630px;
    }

    .series-text {
        margin-bottom: 40px;
    }

    .series-detail {
        margin-bottom: 300px;
    }

    .series .series-text {
        top: 110px;
    }

    .filter-form {
        justify-content: center;
        padding: 60px 0 40px;
    }

    .filter-form .form-control {
        width: 100%;
    }

    .press-release-section {
        padding-top: 40px;
    }

    .filter-form .form-group .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 135px;
    }
}

@media (max-width: 991px) {
    .btn.cart-btn {
        margin-left: 0;
        margin-top: 15px;
        max-width: fit-content;
    }

    .scroll-nav {
        left: 10px;
    }

    .series .section-title {
        top: 25px;
    }

    label {
        font-size: 22px;
    }

    .btn {
        padding: 8px 25px;
        width: auto;
        font-size: 18px;
    }

    .navbar {
        max-width: 720px;
        padding: 15px 0;
    }

    .product-download {
        max-width: 720px;
        bottom: 30px;
    }

    .product-header {
        max-width: 720px;
        top: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 15px;
    }

    .navbar-brand,
    .navbar-toggler {
        position: relative;
        z-index: 101;
    }

    .navbar-collapse {
        position: absolute;
        top: 00px;
        left: -24px;
        z-index: 100;
        min-height: 100vh;
        width: calc(100% + 48px);
        background-color: #231f20;
        padding: 70px 30px 30px;
    }

    .sub-menu {
        display: block;
        left: 0;
    }

    .open-sub-menu {
        padding: 15px 15px 15px 40px;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        width: auto;
        position: static;
    }

    .sub-menu:after {
        display: none;
    }

    .navbar-nav .nav-item {
        position: relative;
        padding-right: 50px;
    }

    .menu-arrow {
        display: block;
    }

    .section-title {
        font-size: 45px;
    }

    .new-name {
        padding: 80px 0;
    }

    .home-landing .section-title {
        font-size: 42px;
    }

    .banner-text {
        max-width: 350px;
        bottom: 30px;
    }

    .chat-icon {
        right: 15px;
        width: 60px;
        bottom: 80px;
    }

    .win-versoin {
        /*right: 15px;*/
        /*left: 5%;*/
    }

    .home-slider .owl-item .win-versoin .processor-img {
        width: 70px;
        margin-top: 10px;
    }

    .home-slider .owl-item .win-versoin .window-img {
        width: 140px;
    }

    .banner-text {
        max-width: 350px;
        left: 30px;
    }

    .home-landing .section-title {
        font-size: 40px;
    }

    .processor-img {
        width: 70px;
        right: 15px;
    }

    .new-name .section-heading {
        padding: 0;
    }

    .features-title {
        white-space: unset;
    }

    .features .col:nth-child(1) .media,
    .features .col:nth-child(3) .media {
        padding-right: 0;
    }

    .series-text {
        margin-bottom: 15px;
    }

    .series-detail .section-title {
        width: 250px;
    }

    .series-detail {
        margin-bottom: 260px;
    }

    .product-series .nav-item {
        padding: 30px 20px 40px;
    }

    .series-features-item {
        font-size: 20px;
        min-width: 180px;
        padding: 8px 0;
    }

    .series-title {
        font-size: 25px;
        margin-bottom: 15px;
        max-width: 180px;
    }

    .series-features {
        padding-bottom: 20px;
    }

    .social-link img {
        width: 25px;
    }

    .experience-title {
        font-size: 30px;
    }

    .experience-description {
        font-size: 20px;
    }

    .product-landing .section-title {
        font-size: 29px;
    }

    .window-img,
    .product-item-landing .window-img {
        max-width: 200px;
    }

    .products-icon {
        max-width: 270px;
    }

    .products-icon {
        font-size: 16px;
    }

    .products-icon img {
        height: 16px;
    }

    .products-icon__name {
        line-height: 12px;
        margin-left: 8px;
    }

    .product-notes {
        font-size: 18px;
    }

    .series-features-link {
        bottom: 30px;
        padding: 8px 40px;
    }

    .product-video {
        height: auto;
    }

    .product-series .nav-item {
        background-position: bottom center;
    }

    .product .series-title {
        margin-bottom: 10px;
    }

    .product-features-text img {
        max-width: 30px;
    }

    .product-features-text {
        margin-bottom: 10px;
    }

    .product-series-features {
        width: 80%;
    }

    .products-img {
        height: 250px;
    }

    .products-card .btn {
        margin-left: 0;
        width: 230px;
        margin: auto;
    }

    .series-features-content {
        padding: 55px 0 0;
    }

    .features-content-title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .features-content-description {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .portege-l50 .product-facility {
        right: 140px;
    }

    .product-facility {
        right: 30px;
        top: 5px;
    }

    .back-products-link {
        left: 15px;
    }

    .img-download-link {
        bottom: 30px;
    }

    .product-item-features .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .item-features-text {
        font-size: 60px;
    }

    .item-features-title {
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .item-features-title img {
        max-height: 70px;
    }

    .products-Keyboard-title {
        font-size: 23px;
    }

    .products-Keyboard-img {
        max-width: 370px;
    }

    .products-different-finger {
        top: 120px;
        left: 155px;
    }

    .products-different-finger img {
        max-width: 280px;
    }

    .different-finger-text {
        margin-left: -155px;
    }

    .products-different-keys {
        max-width: 440px;
    }

    .products-different-keyboard {
        margin-bottom: 0;
        margin-right: 0px;
        width: 560px;
    }

    .mouse-and-keyboard .product-item-landing .item {
        padding-top: 50px;
    }

    .product-a30-e .products-different-keyboard {
        width: 380px;
        padding: 0;
    }

    .product-item-landing .section-title {
        top: 150px;
        font-size: 31px;
    }

    .mouse-and-keyboard .product-item-landing .section-title {
        top: 160px;
    }

    .product-item-features {
        padding-bottom: 50px;
    }

    .product-item-overview .section-title {
        font-size: 35px;
        margin-bottom: 50px;
    }

    .products-different {
        margin-bottom: 0px;
    }

    .product-a40-g .products-different {
        margin-bottom: 50px;
    }

    .product-a40-g .products-Keyboard {
        margin: auto;
        margin-top: 120px;
    }

    .products-proccesor {
        margin-top: 100px;
    }

    .products-different-system {
        position: static;
        max-width: 100%;
        margin: 0 15px;
    }

    .different-system-title {
        font-size: 30px;
    }

    .products-different-security {
        right: 15px;
        top: unset;
        bottom: 0;
        max-width: 100%;
        position: static;
        padding: 15px;
    }

    .products-cooling-title,
    .connectivity-text-title,
    .different-security-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .products-different-size {
        right: 170px;
        width: 80px;
        height: 80px;
        top: 70px;
        font-size: 40px;
    }

    .product-x30-e .products-different-size {
        right: 220px;
    }

    .products-different-size span {
        font-size: 16px;
    }

    .products-Keyboard {
        margin-top: 70px;
        max-width: 100%;
    }

    .products-connectivity-text {
        left: 0;
    }

    .products-cooling-air {
        top: 230px;
        left: 20px;
    }

    .product-structure-air {
        right: 20px;
        top: 120px;
    }

    .product-pro-l40 .product-structure-air {
        top: 100px;
    }

    .products-experience.text-center {
        max-width: 100%;
        padding: 0 60px;
    }

    .products-experience-title {
        font-size: 28px;
    }

    .products-experience .btn {
        margin-bottom: 100px;
    }

    .products-experience-text {
        font-size: 25px;
    }

    .product-item-overview {
        padding: 100px 0 140px;
    }

    .product-x30l-g .product-item-overview {
        padding-bottom: 270px;
    }

    .products-different-keys {
        max-width: 430px;
    }

    .section-product-specs-landing .section-title {
        font-size: 42px;
        margin: 40px 0;
    }

    .product-x40-f .products-different-keys,
    .product-x30-e .products-different-keys {
        top: 280px
    }

    .product-a30-e .products-different-keys {
        top: 20px;
    }

    .product-a30-e .products-different-security {
        top: 65px;
        max-width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
    }

    .product-x30-e .products-different-security {
        max-width: 100%;
        position: static;
        padding: 15px;
    }

    .product-a30-e .products-different-security:after {
        left: 48%;
        width: 50px;
        height: 16px;
        top: 70px;
        -webkit-transform: rotate(-90deg) translate(-50%);
        -ms-transform: rotate(-90deg) translate(-50%);
        transform: rotate(-90deg) translate(-50%);
        background-position: left;
    }

    .product-a30-e .products-different-size {
        right: 160px;
        top: 260px;
    }

    .product-a30-e .products-different-system {
        left: 0;
        max-width: 100%;
        margin: 0px 15px 0;
    }

    .product-a30-e .products-connectivity-text {
        top: 190px;
        left: 360px;
        text-align: left !important;
    }

    .different-products hr {
        max-width: 100%;
    }

    .other-products .img-download-link {
        left: 15px;
    }

    .product-ae100 .product-item-landing .section-title {
        top: 140px;
    }

    .product-drive .section-title {
        font-size: 35px;
    }

    .section-subtitle {
        font-size: 32px;
    }

    .product-solid-state {
        padding-top: 50px;
    }

    .product-ae100 .item-features-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .product-drive .item-features-title img {
        max-height: calc(100% - 30%);
    }

    .product-ae100 .product-solid-state .item-features-title {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .product-ae100 .section-product-specs-text hr {
        padding-bottom: 30px;
    }

    .product-drive {
        padding: 40px 0;
    }

    .product-ae100 .section-product-specs-text {
        margin-bottom: 50px;
    }

    .other-support-link-text img,
    .enquiri-partner-links-text img {
        max-width: 70px;
    }

    .contact .contact-landing .section-title {
        font-size: 45px;
    }

    .enquirie-links,
    .partner-links {
        font-size: 19px;
    }

    .other-support,
    .enquiri-partner-links {
        padding: 30px 0;
    }

    .dynabook-program {
        padding: 20px 0;
    }

    .dynabook-experience {
        padding: 70px 0 0px;
    }

    .enquiries-form-title,
    .enquiries-form-descroption {
        font-size: 22px;
    }

    .enquiries-form-descroption {
        margin-bottom: 20px;
    }

    .form-control {
        padding: 10px 0;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .enquiries-form .btn {
        width: 300px;
    }

    .enquiries-form .container {
        padding-bottom: 50px;
    }

    .contact-consultant {
        padding-top: 50px;
    }

    .consultant-card {
        margin-bottom: 30px;
    }

    .consultant-title,
    .consultant-body {
        font-size: 22px;
        height: unset;
    }

    .general-enquiries-map iframe {
        height: 300px;
    }

    .contact-general-enquiries {
        padding-top: 50px;
    }

    .become-partner .container {
        padding: 50px 0 120px;
    }

    #mapFirst,
    #mapSecond {
        height: 350px;
    }

    .listing-item-content {
        padding: 15px;
        min-width: 300px;
    }

    .listing-item-content .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .listing-item-content .number,
    .listing-item-content .address,
    .listing-item-content .pincode,
    .listing-item-content .email {
        font-size: 15px;
    }

    .listing-item-content .email {
        margin-top: 5px;
    }

    .product-x30l-g .products-different-text>img {
        max-width: 500px;
    }

    .product-x30l-g .products-different-system {
        position: absolute;
        max-width: 283px;
        text-align: left;
        padding: 0;
        margin: 0;
        top: 170px;
        left: 15px;
    }

    .product-x30l-g .products-different-security {
        top: 150px;
        right: 0;
        position: absolute;
    }

    .product-x30l-g .products-different-size {
        height: 80px;
        width: 80px;
        right: 270px;
        font-size: 35px;
        top: 110px;
    }

    .product-x30l-g .products-different-size span {
        font-size: 12px;
    }

    .product-x30l-g .products-proccesor .products-different-security {
        /* top: -70px; */
        position: static;
        max-width: 100%;
    }

    .product-x30l-g .products-different-keys {
        top: 270px;
        max-width: 410px;
    }

    .products-proccesor .products-different-system {
        position: static;
        max-width: 100%;
        margin: 0 15px;
        padding: 15px;
    }

    .product-x30l-g .products-Keyboard {
        margin-top: 110px;
    }

    .product-x30l-g .products-different-finger {
        left: 180px;
        top: 145px;
    }

    .product-x30l-g .products-different-finger {
        left: unset;
        right: 330px;
        top: 140px;
    }

    .products-different-key {
        margin-right: 30px;
    }

    .product-x30l-g .product-structure-air {
        right: 15px;
        top: 260px;
        max-width: 230px;
    }

    .product-x30l-g .product-notes {
        left: 15px;
        bottom: 110px;
    }

    .x30l-g-img .product-facility {
        right: 130px;
    }

    .satellite .product-facility {
        right: 40px;
    }

    .satellite-l50 .product-facility {
        right: 150px;
    }

    .experience-text {
        top: calc(100% - 240px);
        right: 30px;
        max-width: 410px;
    }

    .modal-title.modal-border:after {
        bottom: 0;
        height: 28px;
    }

    .modal-border:after {
        height: 105px;
    }

    .communications.modal-border:after {
        height: 205px;
    }

    .warranty.modal-border:after {
        height: 180px;
    }

    .ssd .products .col {
        margin-bottom: 100px;
    }

    .ssd .product-landing .section-title {
        width: 100%;
    }

    .ssd .products {
        margin-top: 100px;
    }

    .article-blog-section {
        padding: 50px 0;
    }

    footer {
        font-size: 16px;
        padding: 0;
        margin: 0;
        max-width: 720px;
    }

    .social-link {
        margin-right: 5px;
    }

    .series .series-subtitle {
        font-size: 18px;
    }

    .btn-icon {
        padding: 0px;
        width: 35px;
        height: 35px;
    }

    .product-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-a40-g .product-item-overview .row:last-child .col {
        flex: 0 0 50%;
    }

    .product-a40-g .product-item-overview {
        padding-bottom: 270px;
    }

    .service-part-links img {
        max-width: 70px;
        max-height: 60px;
    }

    .service-part-links {
        font-size: 19px;
    }

    .service-process-text {
        margin-bottom: 30px;
    }

    .service-process-text:nth-child(3) {
        margin-top: 30px;
    }

    .service .section-title {
        font-size: 34px;
    }

    .discard-devices-text {
        margin-bottom: 30px;
    }

    .discard-devices .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .discard-devices {
        padding: 70px 0 70px;
    }

    .support-navbar {
        justify-content: center;
        margin: 20px auto;
    }

    .support-nav {
        margin-bottom: 50px;
    }

    .signal-table thead td {
        padding: 12px 20px;
    }

    .signal-table tbody td {
        padding: 12px 20px;
    }

    .btn-pdfdownload {
        margin-bottom: 20px;
    }

    .product-a30-g .products-connectivity {
        padding: 60px 0 0;
    }

    .product-a30-g .products-Keyboard {
        margin-top: 0px;
    }

    .product-a30-g .product-item-overview {
        padding: 100px 0 200px;
    }

    .latest-update .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .latest-update .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .updatetab-content {
        padding-left: 0;
        margin-top: 50px;
    }

    .product-link .product-link__container {
        max-width: 720px;
    }

    .dynaedge-de100 .section-product-specs-text,
    .dynaedge-ar100 .section-product-specs-text {
        margin-bottom: 200px;
    }

    .dynaedge-de100 .section-product-specs-landing .section-title,
    .dynaedge-ar100 .section-product-specs-landing .section-title {
        margin-top: 120px;
    }

    .single-white-product .product-item-banner,
    .mouse-and-keyboard .product-item-banner,
    .smart-solutions_product .product-item-banner,
    .accessories-products .product-item-banner {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .support-dropdown-box .tab-content {
        padding-left: 0;
        margin-top: 15px;
    }

    .contact-support__section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .laptop-support__section {
        padding-top: 50px;
    }

    .accessories-support__section {
        padding-top: 50px;
    }

    .call-support .main-title {
        margin-bottom: 25px;
    }

    .laptop-support__section .description {
        margin-bottom: 25px;
    }

    .support .section-title {
        margin-bottom: 25px;
    }

    .register-warranty,
    .support-type-content {
        margin-bottom: 40px;
    }

    .support-text {
        padding: 70px 0;
    }

    .register-warranty-download .support-type-text {
        font-size: 22px;
    }

    .registration-form .btn {
        margin: 40px 0;
    }

    .warranty-conditions {
        padding: 40px 0 150px;
    }

    .warranty-conditions-file a {
        width: 70px;
        margin-right: 20px;
    }

    .warranty-conditions-file {
        padding: 20px 0;
    }

    .registration-text p {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .register-warranty {
        padding: 30px 20px;
    }

    .pixel-policy-text {
        padding: 70px 0 70px;
    }

    .pixel-policy-faq {
        margin-bottom: 50px;
    }

    .pixel-policy-description {
        font-size: 23px;
    }

    .pixel-image {
        margin: 0 0 40px;
    }

    .pixel-policy-text .section-title {
        font-size: 26px;
    }

    .pixel-faul-image {
        max-width: 100%;
        margin-left: 0;
    }

    .footer-text {
        padding: 30px;
    }

    .pixel-policy-faq .btn {
        font-size: 20px;
    }

    .pixel-policy-faq .btn:not(:last-child) {
        margin-right: 0;
    }

    .support-safetyMnl__textcard.thai-text img {
        width: 100%;
    }

    .product-x30l-g-specs .section-product-specs-text,
    .product-a30-g-specs .section-product-specs-text {
        margin-bottom: 170px;
    }

    .blog-title {
        font-size: 35px;
    }

    .blog-landing-img {
        margin-bottom: 30px;
    }

    .blog-landing-text {
        margin-bottom: 60px;
    }

    .blog-description,
    .future-text .blog-description {
        margin-bottom: 30px;
    }

    .things-professionals__title {
        font-size: 35px;
    }

    .future-work-content {
        margin-bottom: 60px;
    }

    .what-next-title,
    .beyond-laptops-title {
        font-size: 40px;
    }

    .future-img {
        text-align: center;
    }

    .beyond-laptops-content {
        margin-bottom: 80px;
        padding: 40px;
    }

    .what-next-content {
        padding: 50px;
    }

    .what-next__description {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .next-feature-card__body {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .discover-range {
        padding: 70px 0;
    }

    .discover-range__title {
        font-size: 25px;
    }

    .article-landing .section-title {
        font-size: 45px;
    }

    .products-cooling-text.left-top {
        left: 18%;
        top: 30%;
    }

    .products-cooling-text.left-middle {
        top: 50%;
        left: 11%;
    }

    .products-cooling-text.right-top {
        right: 3%;
    }

    .product-system-bios {
        margin-top: -110px;
        margin-bottom: 50px;
    }

    .product-spec__inner-card .label {
        position: static;
    }

    .product-spec__inner-card {
        border-right: none;
    }

    .satellite-pro-c50 .item-features-card,
    .satellite-pro-c40 .item-features-card {
        padding: 0;
    }

    .satellite-pro-c50 .product-item-overview,
    .satellite-pro-c40 .product-item-overview {
        padding: 150px 0 300px;
    }

    .anti-glare-screen {
        margin: 60px auto;
    }

    .ergonomic-design {
        margin-bottom: 200px;
    }

    .satellite-pro-c50 .anti-glare-screen {
        margin: 0 auto 200px;
    }

    .satellite-pro-c50 .ergonomic-design {
        margin: 250px auto 150px;
    }

    .satellite-pro-c50 .products-icon img,
    .satellite-pro-c40 .products-icon img {
        height: 13px;
    }

    .portege-x30w-j .products-different-img {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .portege-x30w-j .products-different .products-different-keyboard {
        position: static;
        max-width: unset;
        text-align: left;
        width: auto;
    }

    .portege-x30w-j .products-thin {
        margin: 140px auto;
    }

    .flexible-viewing {
        margin-bottom: 100px;
    }

    .ready-you-are-content,
    .supreme-performance-content,
    .peace-of-mind-content {
        margin-bottom: 120px;
    }

    .portege-x30w-j .products-different-img .modal-screen-size {
        max-width: 120px;
    }

    .portege-x30l-j .section-product-specs-text {
        margin-bottom: 200px;
    }

    .portege-x30l-j .products-different-img {
        max-width: 600px;
    }

    .portege-x30l-j .products-different-img .modal-screen-size {
        right: 90px;
        max-width: 90px;
    }

    .portege-x30l-j .product-item-overview,
    .tecra-product .product-item-overview,
    .laptop-product .product-item-overview {
        padding: 50px 0 100px;
    }

    .portege-x30l-j .product-notes,
    .tecra-product .product-notes,
    .laptop-product .product-notes {
        margin-left: 0;
    }

    .portege-x30l-j .expanded-connectivity {
        margin: 110px auto 150px;
    }

    .portege-x30l-j .optional-dynamic,
    .portege-x30l-j .backlit-keyboard-content,
    .portege-x30l-j .cooling-system-content,
    .portege-x30l-j .security-core-content {
        margin-bottom: 120px;
    }

    .portege-x40-j .products-different-keyboard {
        position: static;
        max-width: 100%;
        text-align: left;
    }

    .modal-content {
        padding: 50px 30px;
    }

    .modal-body {
        padding: 60px 40px 0;
    }

    .modal-body h2 {
        font-size: 54px;
        margin-bottom: 35px;
    }

    .modal-body p {
        margin-bottom: 70px;
        font-size: 26px;
    }

    .tecra-a30l-j .products-different .products-different-keyboard {
        top: 170px;
    }

    .hd-view-content .optional-dynamic-text.mb-4 {
        max-width: 100%;
    }

    .hd-view-content .optional-dynamic-text {
        position: static;
        max-width: 100%;
        text-align: left;
    }

    .hd-view-content .optional-dynamic-text img {
        margin-left: 0;
        max-width: 70px;
    }

    .tecra-products .differentiators-section-1 .flexible-viewing-text,
    .tecra-a30l-j .products-different .products-different-keyboard {
        position: static;
        max-width: 100%;
        width: 100%;
    }

    .tecra-products .differentiators-section-1 .products-different-img .inch-icon {
        right: 10px;
    }

    .tecra-products .products-different .products-different-keyboard {
        padding-top: 50px;
    }

    .tecra-products .products-different:before {
        z-index: -1;
    }

    .section-hero {
        padding: 190px 0;
    }

    .win-11 {
        padding: 50px 0;
    }

    /* Secured-Core PC */
    .secured-section-hero {
        padding: 190px 0;
    }

    .protege-new-laptop .product-item-overview {
        padding-top: 0;
    }
}

@media (max-width: 767.5px) {
    .ssd .products .col {
        margin-bottom: 50px;
    }

    .fp-left {
        left: 10px;
    }

    .share-link {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .home .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    .btn {
        padding: 5px 15px;
        font-size: 14px;
    }

    label {
        font-size: 21px;
    }

    .navbar {
        max-width: 100%;
        padding: 15px;
    }

    .product-download,
    .product-header {
        max-width: 100%;
        padding: 0 15px;
    }

    .product-download {
        bottom: 20px;
    }

    .protege-new-laptop .product-download {
        bottom: -40px;
    }

    .x30l-g-img .product-facility {
        right: 120px;
    }

    .section-title {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .section-description {
        font-size: 17px;
    }

    .home-landing .section-title {
        font-size: 21px;
    }

    .banner-text {
        max-width: 200px;
        bottom: 20px;
        left: 15px;
    }

    .win-versoin {
        top: 10px;
        left: 40px;
    }

    .win-versoin a {
        margin-bottom: 5px;
    }

    .home-slider .owl-item .win-versoin .window-img {
        width: 110px;
    }

    .home-slider .owl-item .win-versoin .processor-img {
        width: 50px;
        margin-top: 5px;
    }

    .home-banner {
        padding-top: 120px;
        text-align: left;
        min-height: unset;
        padding-bottom: 0;
    }

    .experience {
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .chat-icon {
        bottom: 10px;
        position: fixed;
        z-index: 500;
    }

    .new-name {
        padding: 40px 0;
    }

    .features .col:nth-child(1) .media,
    .features .col:nth-child(2) .media,
    .features .media {
        margin-bottom: 15px;
    }

    .features {
        margin-top: 40px;
    }

    .experience-program {
        margin-bottom: 10px;
    }

    .experience-text {
        max-width: 230px;
        top: calc(100% - 270px);
        right: 20px;
    }

    .experience-title {
        font-size: 18px;
    }

    .experience-description {
        font-size: 16px;
    }

    .experience-program .experience-description {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .experience-details img {
        /*height: 100%;*/
        width: auto !important;
    }

    .product-item-slider .owl-item .window-img,
    .window-img {
        top: 20px;
        max-width: 150px;
    }

    .product-item-landing .window-img {
        max-width: 200px;
        width: 100%;
    }

    .product-item-slider .owl-item .processor-img,
    .processor-img {
        width: 35px;
        bottom: 20px;
        height: 35px;
    }

    .series .section-title {
        top: 25px;
    }

    .series .series-text {
        top: 60px;
    }

    .product-video {
        height: auto;
    }

    .product-landing .section-title {
        font-size: 17px;
        width: 220px;
        bottom: 20px;
    }

    .series-features-link {
        padding: 8px 40px;
        font-size: 16px;
    }

    .products-card {
        text-align: center;
    }

    .products-card .btn {
        display: block;
        margin: auto;
    }

    .products .col {
        margin-bottom: 50px;
    }

    .product-notes {
        font-size: 15px;
        margin-left: 0px;
        text-align: left;
        margin-bottom: 0px;
    }

    .series-detail {
        margin-bottom: 310px;
    }

    .series-text {
        margin-bottom: 40px;
    }

    .back-products-link {
        top: 20px;
        font-size: 11px;
    }

    .img-download-link {
        bottom: 3px;
        left: 95px;
        font-size: 12px;
    }

    .product-header .products-icon {
        max-width: 90px;
    }

    .product-item-landing .section-title {
        top: 130px;
        font-size: 20px;
    }

    .product-item-overview .section-title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .light-weight-img {
        margin-top: 50px;
    }

    .product-item-features {
        padding-top: 50px;
    }

    .item-features-text {
        font-size: 44px;
    }

    .item-features-title img {
        max-height: 60px;
    }

    .item-features-title {
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .boost-x20-ssd .item-features-title {
        height: auto;
    }

    /* .boost-x20-ssd .item-features-card .item-features-title {
        height: 75px;
    } */
    .boost-x20-ssd .item-features-card .item-features-title {
        height: auto;
    }

    .item-features-title .item-features-description {
        /*padding-left: 110px;*/
        text-align: center;
    }

    .ax4000-ssd .item-features-title .item-features-description {
        padding-left: 0;
    }

    .product-item-overview {
        padding: 100px 0 140px;
    }

    .share-social {
        right: 10px;
        top: -65px;
    }

    .product-x30l-g .products-different-text>img,
    .product-x30l-g .products-proccesor .products-different-text>img,
    .products-different-text>img {
        max-width: 100%;
    }

    .products-different-size {
        right: 40px;
        width: 50px;
        height: 50px;
        top: 50px;
        font-size: 25px;
    }

    .products-different-size span {
        font-size: 12px;
    }

    .products-different-system {
        max-width: 100%;
    }

    .product-x30-e .products-different-security {
        max-width: 100%;
    }

    .product-a30-e .products-different-security {
        top: 55px;
    }

    .products-different-security {
        max-width: 100%;
        position: static;
        margin-top: 30px;
        padding: 0 15px;
    }

    .products-Keyboard img {
        margin-right: 15px !important;
    }

    .products-Keyboard-img {
        max-width: 200px;
    }

    .products-different-finger img {
        max-width: 160px;
        margin-left: 70px;
    }

    .products-different-finger {
        top: 65px;
        left: -2px;
    }

    .products-touch-img {
        max-width: 67%;
    }

    .products-different-keyboard {
        max-width: 100%;
    }

    .different-finger-text {
        max-width: 100%;
        text-align: left !important;
        margin-left: 0;
        padding: 15px 15px 15px 17px;
    }

    .products-different-keys {
        top: calc(100% + 226px);
        display: block;
        max-width: 100%;
        position: static;
        margin-top: 180px;
    }

    .products-connectivity {
        padding: 300px 15px 0;
    }

    .products-connectivity-text {
        left: 15px;
        top: 80px;
    }

    .products-connectivity {
        padding: 220px 15px 0;
    }

    .connectivity-img1 {
        margin-bottom: 50px;
    }

    .different-system-title {
        font-size: 23px;
        white-space: unset;
        margin-bottom: 10px;
    }

    .different-system-description,
    .products-cooling-description,
    .connectivity-text-description,
    .products-Keyboard-description,
    .different-security-description {
        font-size: 19px;
    }

    .products-Keyboard-title {
        margin-bottom: 10px;
    }

    .products-experience.text-center {
        padding: 50px 15px;
    }

    .products-cooling-air {
        position: static;
        max-width: 100%;
        padding: 0 15px;
        text-align: left !important;
    }

    .product-structure-air {
        position: static;
        max-width: 100%;
        padding: 0 15px;
    }

    .products-cooling-text {
        position: static;
        max-width: 100%;
        padding: 0 15px;
        text-align: left !important;
    }

    .products-cooling {
        padding-top: 70px;
    }

    .products-experience-title {
        font-size: 22px;
    }

    .products-experience-text {
        font-size: 19px;
    }

    .products-experience .btn {
        margin-bottom: 50px;
    }

    .products-detail-link {
        font-size: 13px;
        padding-left: 0px;
    }

    .product-specs-label,
    .environmental-specs-label,
    .product-specs-description {
        font-size: 17px;
    }

    .product-specs-label {
        margin-bottom: 8px;
    }

    .section-product-specs-text .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .section-product-specs-text {
        margin-bottom: 250px;
    }

    .product-x30l-g-specs .section-product-specs-text,
    .product-a30-g-specs .section-product-specs-text {
        margin-bottom: 200px;
    }

    .product-x40-f .product-item-features {
        padding-top: 0px;
    }

    .product-high-cooling {
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-x40-f .products-cooling {
        padding-top: 40px;
    }

    .footer-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 10px;
    }

    .product-a30-g .products-connectivity.container {
        padding: 50px 15px 0;
    }

    .product-a30-g .products-connectivity-text {
        position: static;
        max-width: 100%;
        text-align: left !important;
    }

    .footer-menu {
        margin: 5px 0;
        text-align: center;
    }

    .footer-copyright {
        margin-right: auto;
    }

    .product-a30-e .product-item-features {
        padding-top: 0px;
    }

    .product-a30-e .products-different-size {
        right: 30px;
        top: 220px;
    }

    .product-a30-e .products-different-keys {
        top: 20px;
        position: static;
    }

    .product-a30-e .products-different-security:after {
        left: 52%;
        width: 40px;
        height: 13px;
        top: 60px;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
        background-position: left;
    }

    .product-a30-e .products-Keyboard-img {
        max-width: 100%;
    }

    .products-different-keys {
        margin-top: 40px;
    }

    .product-x30-e .products-different-keys,
    .product-x40-f .products-different-keys {
        margin-top: 80px;
    }

    .product-a30-e .products-Keyboard-title span {
        font-size: 22px;
    }

    .product-a30-e .products-connectivity {
        padding: 60px 15px 0;
    }

    .product-a30-e .products-connectivity-text {
        position: static;
        max-width: 100%;
    }

    .product-ae100 .product-item-landing .section-title {
        top: 100px;
    }

    .product-title {
        font-size: 16px;
    }

    .other-products .img-download-link {
        bottom: 25px;
    }

    .product-drive .section-title {
        font-size: 27px;
    }

    .section-subtitle {
        font-size: 25px;
    }

    .product-drive .product-item-features {
        padding-top: 40px;
    }

    .product-drive .product-item-features .row:first-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product-drive .item-features-title img {
        display: block;
        margin: auto;
    }

    .product-ae100 .product-item-landing .item {
        padding-top: 50px;
        background-color: #FFF;
    }

    .product-ae100 .item-features-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .item-features-card,
    .product-ae100 .item-features-card {
        text-align: center;
    }

    .product-solid-state .item-features-title {
        justify-content: center;
    }

    .product-item-features .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product-item-features .optional-item-features-card {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-solid-state {
        clear: both;
        padding-top: 0px;
    }

    .product-ae100 .product-specs-description {
        text-align: left;
    }

    .product-drive {
        padding: 40px 0 0;
    }

    .product-ae100 .section-product-specs-text .section-lable {
        font-size: 23px;
    }

    .product-ae100 .footer-text {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }

    .product-ae100 .section-product-specs-text {
        margin-bottom: 20px;
    }

    .contact .contact-landing .section-title {
        font-size: 35px;
    }

    .other-support-link-text img,
    .enquiri-partner-links-text img {
        max-width: 50px;
    }

    .enquirie-links,
    .accessories-links,
    .partner-links {
        font-size: 17px;
        padding-top: 10px;
        height: 100%;
    }

    .dynabook-experience {
        padding: 40px 0 0px;
    }

    .support-text .section-title,
    .contact .section-title {
        font-size: 25px;
    }

    .dynabook-program-title {
        font-size: 22px;
    }

    .dynabook-program img {
        margin-right: 20px;
        max-width: 60px;
    }

    .dynabook-program-description {
        font-size: 21px;
    }

    .business-trial-title {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .business-trial {
        padding: 10px 10px;
    }

    .business-trial-description {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .dynabook-experience {
        margin-bottom: 40px;
    }

    .enquiries-form-title,
    .enquiries-form-descroption {
        font-size: 20px;
    }

    .form-require {
        margin-bottom: 10px;
        font-size: 19px;
    }

    .form-control {
        padding: 8px 0;
        font-size: 20px;
        margin-bottom: 0;
    }

    .enquiries-form-notes {
        font-size: 16px;
    }

    .enquiries-form .btn {
        width: 100%;
    }

    .enquiries-form .container {
        padding-bottom: 40px;
    }

    .contact-consultant {
        padding-top: 40px;
    }

    .contact-get-touch {
        font-size: 20px;
    }

    .consultant-title,
    .consultant-body {
        font-size: 20px;
    }

    .contact-general-enquiries .btn:after {
        right: 15px;
        width: 10px;
        height: 15px;
    }

    .contact-general-enquiries {
        padding-top: 40px;
    }

    .consultant-title {
        white-space: pre-wrap;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .enquiries-form select {
        background-size: 9px;
    }

    .partner .contact-landing .section-title {
        font-size: 26px;
    }

    .become-partner .container {
        padding: 40px 0 70px;
    }

    .listing-item-content {
        padding: 10px;
        min-width: unset;
    }

    .listing-item-content .title {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .listing-item-content .number,
    .listing-item-content .address,
    .listing-item-content .pincode,
    .listing-item-content .email {
        font-size: 14px;
    }

    .product-x30l-g .product-item-overview {
        padding: 100px 0 380px;
    }

    .product-x30l-g .products-different-size {
        height: 65px;
        width: 65px;
        right: 100px;
        font-size: 20px;
        top: 75px;
    }

    .product-x30l-g .products-different-size span {
        font-size: 10px;
    }

    .product-x30l-g .products-different-system {
        max-width: 100%;
        text-align: left;
        position: static;
    }

    .product-x30l-g .products-different-security {
        max-width: 100%;
        right: 0;
        position: static;
        padding: 0;
    }

    .products-proccesor {
        margin-top: 40px;
        padding: 15px;
    }

    .products-proccesor img {
        max-width: 100%;
    }

    .products-proccesor .products-different-system {
        margin: 0;
    }

    .products-proccesor .products-different-security {
        top: 440px;
        padding: 0;
    }

    .product-x30l-g .products-Keyboard {
        margin-top: 40px;
    }

    .product-x30l-g .products-different-finger img {
        margin-left: 70px;
    }

    .product-x30l-g .products-different-finger {
        left: 0;
        top: 75px;
    }

    .product-x30l-g .products-different-keys {
        max-width: 100%;
        position: static;
        margin-top: 50px;
    }

    .product-x30l-g .products-cooling {
        padding-top: 20px;
    }

    .product-x30l-g .product-structure-air {
        max-width: 100%;
    }

    .product-x30l-g .product-notes {
        bottom: 140px;
    }

    .product-ae100 .product-solid-state .item-features-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .modal-border:after {
        height: 93px;
    }

    .communications.modal-border:after {
        height: 225px;
        bottom: -10px;
    }

    .warranty.modal-border:after {
        height: 181px;
        bottom: -10px;
    }

    .product footer {
        margin: 0 15px;
    }

    footer {
        font-size: 16px;
        padding: 0;
        max-width: calc(100% - 30px);
    }

    .product-ae100 footer {
        margin-left: 15px;
    }

    .product-pro-l40 .product-structure-air {
        max-width: 100%;
    }

    .about-text-section {
        padding: 40px 0 250px;
    }

    .about-text__content h3 {
        margin-bottom: 30px;
        font-size: 48px;
    }

    .about-text__content p {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .filter-form {
        flex-wrap: wrap;
        padding: 40px 0 20px;
    }

    .press-release-list .press-list:first-child .card-press .card-press_img,
    .press-release-list .press-list:first-child .card-press .press-list-con {
        width: 100%;
        height: auto;
    }

    .filter-form .form-group:first-child {
        width: calc(100% - 20px);
        margin-bottom: 15px;
    }

    .filter-form .form-group {
        width: calc(40% - 20px);
    }

    .filter-form .form-group:last-child {
        width: calc(20% - 20px);
    }

    .filter-form .form-group .btn-group.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .press-release-list .pagination li.page-item {
        margin: 0 3px;
    }

    .press-release-list .pagination li.page-item .page-link {
        padding: 5px 10px;
    }

    .press-contact__card {
        padding-top: 60px;
    }

    .press-contact-text h4 .separator {
        display: none;
    }

    .press-contact-text h4>span {
        display: block;
        margin-bottom: 5px;
    }

    .page-image-banner .page-title {
        font-size: 36px;
    }

    .product-thumbnail {
        margin-bottom: 50px;
    }

    .press-single__text-card {
        padding: 0 0px 20px;
    }

    .press-single__title .title {
        font-size: 34px;
    }

    .press-single__title .sub-title {
        font-size: 24px;
    }

    .press-single__title {
        margin-bottom: 50px;
    }

    .press-single__text-card p,
    .news-foot__section p {
        margin-bottom: 20px;
    }

    .product-availability {
        margin-bottom: 30px;
    }

    .news-foot__section {
        padding: 35px 0px 20px;
    }

    .product-link {
        top: 50px;
    }

    .product-link .product-link__container {
        padding: 15px 0;
    }

    .product-link.fixed .product-link__container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-a40-g .product-item-overview .row:last-child .col {
        flex: 0 0 100%;
    }

    .product-a40-g .products-Keyboard {
        margin-top: 30px;
    }

    .product-a40-g .product-item-overview {
        padding-bottom: 300px;
    }

    .service-part-links {
        font-size: 17px;
    }

    .service-specs-title {
        font-size: 26px;
    }

    .service-process-text:nth-child(3) {
        margin-top: 20px;
    }

    .service-process-text {
        margin-bottom: 20px;
    }

    .service-process-dis {
        font-size: 19px;
    }

    .customer-service-list {
        padding-left: 20px;
    }

    .discard-devices {
        padding: 40px 0;
    }

    .protection-program {
        padding: 40px 0;
    }

    .protection-program .section-title {
        margin-bottom: 25px;
    }

    .protection-program-dis {
        font-size: 20px;
        margin-top: 20px;
    }

    .discard-devices-text {
        margin-bottom: 10px;
    }

    .discard-devices .row .col {
        padding-left: 0;
        padding-right: 0;
    }

    .service-links {
        padding: 20px 0;
    }

    .support-content {
        padding-top: 100px;
    }

    .download-content .title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .download-button {
        margin-bottom: 50px;
    }

    .update-content {
        padding: 50px 10px 10px;
    }

    .support-content {
        padding-top: 100px;
    }

    .download-content {
        padding: 0 10px 50px;
    }

    .support-safetyMnl__textcard {
        margin-bottom: 35px;
    }

    .signal-table tbody td img {
        max-width: 150px;
        margin: auto;
    }

    .support-safetyMnl-content hr {
        margin-bottom: 60px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .support-navbar__item {
        padding: 0 5px;
    }

    .nav-update .nav-update__scroll {
        height: 300px;
    }

    .nav-update .nav-update__scroll {
        height: 300px;
    }

    .dynaedge-de100 .section-product-specs-landing .section-title,
    .dynaedge-ar100 .section-product-specs-landing .section-title {
        margin-top: 60px;
        font-size: 38px;
    }

    .dynaedge-ar100 .section-product-specs-text {
        margin-bottom: 150px;
    }

    .dynaedge-de100 .section-product-specs-text,
    .dynaedge-ar100 .section-product-specs-text {
        margin-bottom: 180px;
    }

    .single-white-product .product-item-banner,
    .mouse-and-keyboard .product-item-banner,
    .smart-solutions_product .product-item-banner,
    .accessories-products .product-item-banner {
        padding: 100px 15px 50px;
    }

    .single-product__content {
        padding: 50px 0 300px;
    }

    .workplace-card {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .product-feature__img {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .recommended-section {
        padding-top: 70px;
    }

    .recommended-section .section-title br {
        display: none;
    }

    .differentiators-card {
        text-align: center !important;
    }

    .our-differentiators .row {
        margin-bottom: 30px;
    }

    .product-contact {
        padding: 15px 30px;
    }

    .our-differentiators .section-title {
        margin-bottom: 20px;
    }

    .differentiators-card {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .benifits-grid-card {
        padding: 20px 0;
    }

    .benifits-grid {
        padding-top: 20px;
    }

    .benifits-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .industrial-applications-section {
        padding-bottom: 40px;
    }

    .glasskit-grid {
        padding: 30px 0;
    }

    .glasskit-section {
        padding-bottom: 50px;
    }

    .glasskit-grid img {
        height: 130px;
    }

    .glasskit-plus {
        font-size: 18px;
        padding: 0 10px;
    }

    .support-contact-card {
        padding: 15px 20px;
    }

    .tech-specs-table .table td {
        white-space: nowrap;
    }

    .register-warranty {
        padding: 15px;
    }

    .support-text {
        padding: 50px 0 20px;
    }

    .single-product__bottom_note {
        padding-bottom: 200px;
        padding-top: 50px;
    }

    .registration-form .btn {
        margin: 30px 0;
    }

    .warranty-conditions {
        padding: 40px 0 230px;
    }

    .warranty-conditions-file a {
        width: 100px;
        margin-right: 20px;
    }

    .pixel-policy-description {
        font-size: 21px;
    }

    .pixel-policy-text .section-title {
        font-size: 24px;
    }

    .pixel-policy-text {
        padding: 40px 0 40px;
    }

    .pixel-policy-faq .btn {
        font-size: 16px;
        white-space: normal;
    }

    .g-recaptcha {
        margin-top: 20px;
    }

    .already-registration-text label {
        display: block;
    }

    .article-blog-card {
        height: auto;
        margin-bottom: 30px;
    }

    .back-blog-link {
        margin: 20px 0;
        padding: 10px 0 10px;
        font-size: 18px;
    }

    .single-blog-landing {
        margin-bottom: 20px;
    }

    .blog-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .things-professionals__title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .future-title {
        font-size: 28px;
    }

    .beyond-laptops-content {
        margin-bottom: 60px;
        padding: 15px;
    }

    .what-next-title,
    .beyond-laptops-title {
        font-size: 35px;
    }

    .blog-share-link {
        padding: 10px 25px;
    }

    .what-next-content {
        padding: 20px;
    }

    .discover-range {
        padding: 50px 0;
    }

    .article-landing .section-title {
        font-size: 35px;
    }

    .blog-notes p {
        margin-bottom: 10px;
    }

    .mouse-and-keyboard .product-item-landing .section-title {
        top: 120px;
        font-size: 20px;
    }

    .mouse-and-keyboard .product-drive .product-item-features .row:first-child {
        display: flex;
    }

    .section-product-specs-text.text-dark hr {
        margin-bottom: 40px;
    }

    .navbar-collapse {
        left: 0;
        width: 100%;
        padding: 70px 10px 30px;
    }

    .mouse-and-keyboard .product-item-features .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-system-bios {
        margin-top: -40px;
        margin-bottom: 50px;
    }

    .product-bottom-note {
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .testimonial-content {
        padding: 30px 30px 30px;
    }

    .testimonial-content:before {
        top: 30px;
        left: 5px;
        width: 20px;
        height: 15px;
    }

    .ax7000-ax7600-ssd-img img {
        margin-top: 0;
    }

    .satellite-pro-c40 .products-connectivity-text {
        position: static;
    }

    .ergonomic-design {
        margin-bottom: 80px;
    }

    .satellite-pro-c40 .product-item-overview {
        padding: 90px 0 270px;
    }

    .satellite-pro-c50 .product-item-overview {
        padding: 50px 0 250px;
    }

    .ergonomic-design .products-connectivity-text {
        margin-top: 20px;
    }

    .satellite-pro-c50 .product-header .products-icon,
    .satellite-pro-c40 .product-header .products-icon {
        max-width: unset;
    }

    .satellite-pro-c50 .product-download,
    .satellite-pro-c40 .product-download {
        bottom: 0px;
    }

    .satellite-pro-c50 .ergonomic-design .products-connectivity-text {
        position: static;
    }

    .satellite-pro-c50 .ergonomic-design {
        margin: 50px auto 70px;
    }

    .satellite-pro-c50 .products-connectivity-text {
        position: static;
        margin-top: 40px;
    }

    .satellite-pro-c50 .anti-glare-screen {
        margin: 0 auto 70px;
    }

    .portege-x30w-j .product-item-overview {
        padding: 0px 0 170px;
    }

    .product-features-img img {
        max-width: 100px;
        margin-bottom: 15px;
    }

    .portege-x30w-j .products-different-img .modal-screen-size {
        max-width: 90px;
    }

    .portege-x30w-j .products-thin {
        margin: 90px auto;
    }

    .supreme-performance-text {
        margin-top: 30px;
    }

    .portege-x30w-j .product-notes {
        margin-top: 60px;
    }

    .portege-x30w-j .section-product-specs-text {
        margin-bottom: 200px;
    }

    .portege-x30l-j .products-different .products-different-keyboard {
        position: static;
        max-width: 100%;
    }

    .portege-x30l-j .products-different-img .modal-screen-size {
        right: 50px;
        max-width: 70px;
    }

    .portege-x30l-j .expanded-connectivity {
        margin: 110px auto 100px;
    }

    .portege-x30l-j .optional-dynamic,
    .portege-x30l-j .backlit-keyboard-content,
    .portege-x30l-j .cooling-system-content,
    .portege-x30l-j .security-core-content {
        margin-bottom: 90px;
    }

    .portege-x30l-j .product-download {
        bottom: 20px;
    }

    .portege-x30l-j .product-item-overview,
    .tecra-product .product-item-overview,
    .laptop-product .product-item-overview {
        padding: 80px 0 200px;
    }

    .portege-x30l-j .product-notes,
    .tecra-product .product-notes,
    .laptop-product .product-notes {
        margin-top: 50px;
    }

    .portege-x30l-j .flexible-viewing-text,
    .portege-x30l-j .security-core-text {
        margin-top: 30px;
    }

    .portege-x40-j .product-header .products-icon,
    .portege-x30l-j .product-header .products-icon,
    .portege-x30w-j .product-header .products-icon {
        max-width: 200px;
    }

    .products-icon__name {
        white-space: nowrap;
    }

    .portege-x40-j .product-download {
        bottom: 20px;
    }

    .portege-x40-j .products-different-img .modal-screen-size {
        top: 30px;
        right: 40px;
        max-width: 70px;
    }

    .portege-x40-j .expanded-connectivity {
        margin: 110px auto 100px;
    }

    .portege-x40-j .aluminium-alloy,
    .portege-x40-j .backlit-keyboard-content,
    .portege-x40-j .security-core-content {
        margin-bottom: 80px;
    }

    .portege-x40-j .product-item-overview .product-notes {
        margin-top: 90px;
    }

    .portege-x40-j .product-item-overview {
        padding: 150px 0 200px;
    }

    .portege-x40-j .product-header .products-icon {
        max-width: 180px;
    }

    .portege-x30w-j .products-different:before,
    .portege-x40-j .products-different:before,
    .portege-x30l-j .products-different:before {
        height: 45%;
    }

    .product-features-slide .product-features-description {
        font-size: 18px;
    }

    .portege-x30w-j .products-thin-text {
        margin-top: 20px;
    }

    .portege-x40-j .products-different-keyboard-system,
    .portege-x30l-j .products-different-keyboard-system,
    .portege-x30w-j .products-different-keyboard-system {
        position: relative;
        z-index: 1;
    }

    .modal-body {
        padding: 60px 20px 0;
    }

    .modal-body img {
        width: 150px;
    }

    .modal-content {
        padding: 30px;
    }

    .modal-body h2 {
        font-size: 48px;
    }

    .modal-body p {
        margin-bottom: 40px;
    }

    .modal-footer .modal-social-link .link-item .link img {
        width: 40px;
    }

    .modal-header .close {
        font-size: 48px;
    }

    .tecra-a30l-j .section-product-specs-text {
        margin-bottom: 210px;
    }

    .hd-view-content img {
        max-width: 80%;
    }

    .free-upgrade p {
        font-size: 10px;
    }

    .free-upgrade h4 {
        font-size: 11px;
    }

    .free-upgrade {
        max-width: 105px;
    }

    .protege-new-laptop .product-item-overview {
        padding-top: 0;
    }

    .protege-new-laptop .product-item-overview .product-item-features-content {
        padding-top: 100px;
    }

    .protege-new-laptop .product-item-overview>.container:not(:last-child),
    .protege-new-laptop .products-different {
        padding: 60px 20px;
    }

    .protege-new-laptop .connectivity-text-title {
        margin-top: 30px;
    }

    .protege-new-laptop .product-item-overview .product-item-features-content {
        padding: 140px 0 60px;
    }

    .protege-new-laptop .product-item-overview .product-item-features-content br {
        display: none;
    }

}

@media (max-width: 750px) {
    .guide-content {
        margin: 20px 0 0;
    }

    .products-card.new .products-img:before {
        font-size: 12px;
        right: calc((100% - 250px) / 2);
    }

}

@media (max-width: 575.98px) {
    .modal-body {
        padding: 60px 0px 0;
    }

    .modal-body h2 {
        font-size: 40px;
    }

    .modal-body p {
        font-size: 22px;
    }

    .modal-body img {
        width: 120px;
    }

    .section-hero {
        padding: 120px 0;
    }

    .section-hero .hero-content h1 {
        font-size: 40px;
    }

    .secured-section-hero .hero-content h1 {
        font-size: 40px;
    }

    .section-dynabook-lp .title {
        font-size: 30px;
    }

    .section-dynabook-lp {
        padding: 40px 0;
    }

    .section-border {
        margin-top: 40px;
    }

    .section-guide .guide-table {
        margin-top: 40px;
    }

    .section-system-req {
        padding: 40px 0;
    }

    .win-11 .win-11-content h1 {
        font-size: 22px;
    }

    .win-11 .win-11-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .win-11 .win-11-content {
        padding: 0 25px;
    }

    /* Secured-Core PC */
    .secured-section-hero {
        padding: 120px 0;
    }

}

@media (max-width: 400px) {
    .reliability-choice-box {
        display: block;
    }

    .reliability-choice-box_text {
        width: 100%;
    }

    .reliability-choice-box_img {
        max-width: 100%;
        margin-bottom: 20px;
    }

}

/*Responsive End*/

@media (min-width: 768px) {
    .container {
        max-width: 930px;
    }
}

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

.win-container {
	padding: 0 !import