/*
Theme Name: Kyocera theme
Text Domain: Kyocera theme
Version: 1.0
Description: Kyocera theme
Tags: left-sidebar, header, footer, responsive
Author: Hartley Lab Pvt. Ltd.

 */
/*Roboto fond included*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
.light-green-bg {
    background-color: #b4d247;
}

.container {
    max-width: 1174px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.2;
    font-family: "Teko";
    font-weight: 600;
    letter-spacing: 0.1px;
}

h1 {
    font-size: 50px;
    letter-spacing: 0px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.section-title h2 {
    font-size: 35px;
}

a {
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}

textarea,
input,
button,
.btn {
    outline: none;
    box-shadow: none;
}
textarea:focus,
input:focus,
button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

p:empty {
    display: none;
}

.btn {
    border: 1px solid black;
    line-height: 1.15;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.03px;
    min-width: 105px;
    min-height: 40px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: 700;
}
.btn:hover, .btn:active, .btn:focus {
    background-color: #ffffff;
    box-shadow: none;
    border-color: #000000;
    color: #000000;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
    border-color: #000000;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
    border-color: #000000;
}

.btn-primary {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
    border-width: 2px;
    min-width: 207px;
    min-height: 44px;
}
.btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
}
.btn-primary:focus, .btn-primary.focus {
    outline: 0;
    box-shadow: none;
    border-color: #000000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
    border-color: #000000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .show > .btn-primary.dropdown-toggle {
    background-color: transparent;
    color: #000000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: #000000;
}

.btn-secondary {
    background-color: transparent;
    border-color: #b4d247;
    color: #000000;
    border-width: 2px;
    min-width: 144px;
    min-height: 44px;
}
.btn-secondary:hover {
    background-color: #b4d247;
    color: #000000;
    border-color: #b4d247;
}
.btn-secondary:focus, .btn-secondary.focus {
    outline: 0;
    box-shadow: none;
    background-color: #b4d247;
    color: #000000;
    border-color: #b4d247;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
    border-color: #b4d247;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary .show > .btn-primary.dropdown-toggle {
    background-color: transparent;
    color: #ffffff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    border-color: #b4d247;
}

.form-control {
    background-color: #ffffff;
    box-shadow: none !important;
    border-color: #bbbbbb;
    border-radius: 3px;
    min-height: 40px;
    color: #777777;
    letter-spacing: 0.03px;
    font-size: 14px;
    font-family: "Roboto Condensed";
    font-weight: 400;
}
.form-control::-webkit-input-placeholder {
    color: #777777;
}
.form-control::-moz-placeholder {
    color: #777777;
}
.form-control::-o-placeholder {
    color: #777777;
}
.form-control::-ms-input-placeholder {
    color: #777777;
}
.form-control:focus {
    border-color: #bbbbbb;
}

img,
svg {
    max-width: 100%;
}

body {
    color: #000000;
    background-color: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.04px;
    font-family: "Roboto";
    font-weight: 400;
    padding-top: 130px;
    padding-bottom: 48px;
    overflow-x: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.link {
    font-size: 14px;
    letter-spacing: 0.03px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    text-transform: uppercase;
}
.link img {
    max-width: 10px;
    margin-left: 4px;
    display: inline-block;
}

.menu-btn {
    display: none;
}

.header-info {
    background-color: #000000;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-info h6 {
    color: #b4d247;
    letter-spacing: 0.03px;
    font-size: 14px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    margin-bottom: 0;
}

.header-wrap {
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #ffffff;
}

header {
    padding: 25px 0;
}
header .logo {
    max-width: 180px;
    flex: 0 0 180px;
}
header .search-box {
    max-width: 25%;
    flex: 0 0 25%;
}
header .search-box a {
    font-size: 14px;
    color: #777777;
    font-family: "Roboto Condensed";
    font-weight: 700;
    line-height: 1.15;
}
header .search-box .btn {
    min-width: auto;
    position: absolute;
    top: 50%;
    right: 0;
    min-height: 100%;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
}
header .search-box .btn img {
    max-width: 13px;
}
header .search-box .form-group {
    margin-bottom: 0;
    position: relative;
    padding-left: 23px;
}
header .search-box .form-group .form-control {
    max-width: 160px;
    width: 100%;
    padding-right: 28px;
}
header .header-menu ul {
    margin: 0 -15px;
}
header .header-menu li {
    padding: 0 15px;
}
header .header-menu li a {
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
header .header-menu li a:hover {
    color: #e31a2f;
    text-decoration: none;
}
header .header-menu li a:hover:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #e31a2f;
    display: block;
    position: absolute;
    bottom: -36px;
}
header .header-menu .current-menu-item a {
    color: #e31a2f;
}
header .header-menu .current-menu-item a:after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #e31a2f;
    display: block;
    position: absolute;
    bottom: -36px;
}
header .header-menu a {
    font-size: 16px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.04px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
}

footer {
    padding: 50px 0;
}
footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03px;
    margin-bottom: 5px;
}
footer ul li {
    padding: 4px 0;
}
footer ul li a {
    font-size: 13px;
    text-decoration: underline;
}
footer ul li a:hover {
    text-decoration: none;
}
footer .global-link {
    padding-top: 26px;
}

.social-icons {
    position: fixed;
    bottom: 0;
    right: 10.2%;
}
.social-icons ul {
    display: block;
    margin-bottom: 0;
}
.social-icons li {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons .facebook {
    background-color: #325ba5;
}
.social-icons .twitter {
    background-color: #36a1e6;
}
.social-icons .youtube {
    background-color: #fa0b1c;
}
.social-icons .linkedin {
    background-color: #006ba8;
}
.social-icons .instagram {
    background-color: #bd2580;
}

.copyright {
    background-color: #f4f4f4;
    padding: 16px 0;
}
.copyright ul {
    display: flex;
    font-size: 13px;
    letter-spacing: 0.03px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    color: #777777;
    margin: 0 -17px;
}
.copyright ul a {
    color: #777777;
    text-decoration: underline;
}
.copyright ul li {
    padding: 0 17px;
}

.banner {
    position: relative;
    background-color: #2e2c2e;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
.banner .slick-slide:before {
    content: "";
    position: absolute;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: 1;
    background-image: url("././assets/images/slider-bg-image.jpg");
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .slick-slide:first-child:before {
    background-color: #b4d247;
}
.banner .slide {
    width: 100%;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: bottom right;
    min-height: 602px;
    background-color: #2e2c2e;
    position: relative;
}
.banner .banner-content {
    background-color: #ffffff;
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 30%;
    padding: 42px 40px 35px;
    z-index: 2;
    width: 200%;
    transform: translate(-50%,-50%);
}
.banner .banner-content h2 {
    font-size: 70px;
    color: #36405f;
    line-height: 1;
    text-transform: uppercase;
}
.banner .banner-content p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05px;
    font-family: "Roboto";
    font-weight: 400;
}
.banner .banner-content .btn {
    min-width: 234px;
    min-height: 50px;
}

.grid-layout {
    padding: 68px 0 195px;
    background-color: #f4f4f4;
}
.grid-layout .section-title {
    padding: 20px 0;
}
.grid-layout .section-title h2 {
    font-size: 40px;
    letter-spacing: 0.09px;
    line-height: 1;
}
.grid-layout .row {
    margin: 0 -31.5px;
}
.grid-layout .row .col {
    padding: 0 31px;
}
.grid-layout h6 {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04px;
    margin-bottom: 11px;
}
.grid-layout p {
    margin-bottom: 10px;
}
.grid-layout .btn {
    background-color: transparent;
    border: none;
    color: #000000;
    font-family: "Roboto Condensed";
    font-weight: 700;
    padding: 0;
    min-width: auto;
    font-size: 14px;
    min-height: auto;
}
.grid-layout .btn img {
    height: 10px;
    width: 10px;
    margin-left: 4px;
}
.grid-layout .grid-content {
    padding: 28px 0;
}

.home-video-layout {
    position: relative;
    margin-top: -100px;
    padding-bottom: 50px;
}
.home-video-layout .video-box {
    max-width: 64.2%;
    flex: 0 0 64.2%;
}
.home-video-layout .video-box iframe {
    height: 100%;
    width: 100%;
    min-height: 429px;
}
.home-video-layout .content-box {
    align-self: flex-end;
}
.home-video-layout .content-box .content {
    max-width: 313px;
    margin-left: 45px;
    margin-bottom: 47px;
}
.home-video-layout .content-box .content h2 {
    font-size: 50px;
    letter-spacing: 0.11px;
    color: #36405f;
    text-transform: uppercase;
    line-height: 1.1;
}

.home-help-section .container {
    max-width: 1440px;
}
.home-help-section h3 {
    font-size: 36px;
    letter-spacing: 0.08px;
    line-height: 1.2;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
}
.home-help-section .industries-type-wrap h6 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.04px;
    font-family: "Roboto";
    font-weight: 700;
    margin-bottom: 25px;
}
.home-help-section .industries-type {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.home-help-section .industries-type ul {
    max-width: 33%;
    flex: 0 0 33.33%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    letter-spacing: 0.03px;
    font-family: "Roboto";
    font-weight: 400;
    padding: 0 15px;
}
.home-help-section .industries-type ul li {
    margin-bottom: 9px;
}
.home-help-section .content-wrap {
    min-height: 500px;
    display: flex;
    align-items: center;
}
.home-help-section .content {
    max-width: 450px;
    margin: 0 auto;
}
.home-help-section .btn {
    min-width: 149px;
    min-height: 44px;
}
.home-help-section p {
    margin-bottom: 25px;
}
.home-help-section .row:nth-child(even) .col {
    order: 1;
}
.home-help-section .row:nth-child(even) .col:nth-child(2) {
    order: 0;
}
.home-help-section .row:nth-child(even) .left-content {
    align-self: flex-end;
    color: #000000;
}
.home-help-section .row:nth-child(even) .left-content h3 {
    margin-bottom: 20px;
}
.home-help-section .row:nth-child(even) .image-content {
    min-height: 560px;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-help-section .row:nth-child(odd) {
    background-color: #36405f;
    position: relative;
    z-index: 1;
}
.home-help-section .row:nth-child(odd):after, .home-help-section .row:nth-child(odd):before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1000%;
    left: -100%;
    background-color: #36405f;
    z-index: -1;
}
.home-help-section .row:nth-child(odd):after {
    right: -100%;
    left: auto;
}
.home-help-section .row:nth-child(odd) .left-content {
    align-self: flex-end;
    color: #ffffff;
}
.home-help-section .row:nth-child(odd) .left-content h3 {
    color: #ffffff;
}
.home-help-section .row:nth-child(odd) .left-content .content-wrap {
    background: linear-gradient(206.11deg, #36405f 0%, rgba(54, 64, 95, 0) 100%);
}
.home-help-section .row:nth-child(odd) .image-content {
    min-height: 640px;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscriber-section {
    padding: 45px 0;
}
.subscriber-section .section-title {
    max-width: 540px;
    margin: 0 auto 16px;
}
.subscriber-section h2 {
    font-size: 36px;
    letter-spacing: 0.08px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 20px 0;
    margin: 0;
}
.breadcrumb ul {
    display: flex;
    padding: 0;
    margin: 0 -15px;
    list-style: none;
}
.breadcrumb ul li {
    position: relative;
    padding: 0 15px;
}
.breadcrumb ul li:after {
    content: "/";
    display: flex;
    align-items: center;
    position: absolute;
    right: -5px;
    top: 1px;
    color: #999999;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.breadcrumb ul li a,
.breadcrumb ul li span {
    color: #999999;
    text-decoration: underline;
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.03px;
}
.breadcrumb ul li span.active {
    color: #000000;
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.nav-tabs .nav-link {
    border: none;
    margin-bottom: 0;
    color: #999990;
    font-size: 14px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    letter-spacing: 0.03px;
    text-transform: uppercase;
    position: relative;
    min-width: 160px;
    text-align: center;
}
.nav-tabs .nav-link.active {
    color: #000000;
}
.nav-tabs .nav-link.active:after {
    content: "";
    display: block;
    width: 87.5%;
    position: absolute;
    bottom: -2px;
    height: 3px;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tab-section {
    border-bottom: 1px solid #d7d7d7;
}

.product-grid-item {
    padding: 60px 0 100px;
}
.product-grid-item .row {
    justify-content: center;
}
.product-grid-item .col {
    max-width: 235px;
}
.product-grid-item .grid-item {
    position: relative;
}
.product-grid-item .grid-item .grid-item-img {
    background-color: #f4f4f4;
    padding: 15px;
}
.product-grid-item .grid-item .badge {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 70px;
    min-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-family: "Teko";
    font-weight: 400;
}
.product-grid-item .grid-item .new-badge {
    background-color: #b4d247;
}
.product-grid-item .grid-item .sold-out-badge {
    background-color: #b7410f;
    color: #ffffff;
}
.product-grid-item .grid-item .product-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.product-grid-item .grid-item h4 {
    margin: 20px 0 16px;
    font-size: 28px;
    letter-spacing: 0.06px;
    line-height: 1;
    font-weight: 400;
}
.product-grid-item .grid-item .btn {
    min-width: 180px;
}

.page-product .page-info h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page-product .page-info p {
    font-size: 18px;
    color: #1b1b1b;
}
.page-product .subscriber-section-wrap {
    background: linear-gradient(206.11deg, #36405f 0%, rgba(54, 64, 95, 0) 100%);
    margin-top: 80px;
}
.page-product .subscriber-section {
    background-color: #36405f;
    position: relative;
    padding-top: 97px;
}
.page-product .subscriber-section .section-title {
    max-width: 700px;
    margin-bottom: 30px;
}
.page-product .subscriber-section .section-title h2 {
    color: #ffffff;
}
.page-product .subscriber-section .image {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -75px;
}
.page-product .subscriber-section .btn {
    color: #ffffff;
}

.accessories-section {
    background-color: #f4f4f4;
    margin-top: 30px;
}
.accessories-section .content {
    max-width: 390px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.accessories-section .image {
    margin-top: -30px;
    padding-bottom: 50px;
}
.accessories-section h3 {
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.08px;
    text-transform: uppercase;
}
.accessories-section p {
    color: #1b1b1b;
}
.accessories-section a {
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: 700;
}

.product-sold-out-section {
    padding: 75px 0 12px;
}
.product-sold-out-section .product-grid-item {
    padding-top: 40px;
}
.product-sold-out-section .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.08px;
}

.product-detail-info {
    padding: 40px 0 80px;
}
.product-detail-info .image-content {
    max-width: 52.6%;
    flex: 0 0 52.6%;
}
.product-detail-info .product-content {
    max-width: 460px;
    margin: 0 0 0 auto;
}
.product-detail-info .logo-wrapper {
    margin: 0 -8px 25px;
}
.product-detail-info .logo-wrapper img {
    margin: 0 8px;
}
.product-detail-info .prod-title {
    padding-bottom: 10px;
}
.product-detail-info .prod-title h1 {
    text-transform: uppercase;
}
.product-detail-info .prod-title p {
    font-size: 14px;
}
.product-detail-info .prod-tabs h6 {
    line-height: 1;
    letter-spacing: 0.04px;
    font-family: "Roboto";
    font-weight: 700;
    margin-bottom: 10px;
}
.product-detail-info .nav-tabs {
    border-bottom: 1px solid #d7d7d7;
}
.product-detail-info .nav-tabs li {
    max-width: 50%;
    flex: 0 0 50%;
}
.product-detail-info .nav-tabs li .nav-link.active:after {
    width: 100%;
}
.product-detail-info .tab-content {
    padding-top: 20px;
}
.product-detail-info .tab-content .button-wrapper .btn {
    margin-bottom: 14px;
    max-width: 260px;
}
.product-detail-info .location-finder a {
    text-decoration: underline;
    font-size: 14px;
    font-family: "Roboto Condensed";
    font-weight: 700;
}
.product-detail-info .location-finder a img {
    margin-right: 6px;
    max-width: 14px;
}

.product-links-wrapper {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.product-links-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 -25px;
    display: flex;
    justify-content: center;
}
.product-links-wrapper ul li {
    padding: 0 25px;
}
.product-links-wrapper ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: 700;
    line-height: 1.2;
    padding: 37px 0px;
    display: block;
}

.content-image-layout {
    background-color: #f4f4f4;
}
.content-image-layout .container {
    max-width: 1440px;
    padding: 0;
}
.content-image-layout .content-wrapper {
    max-width: 44.25%;
    flex: 0 0 44.25%;
    min-height: 240px;
}
.content-image-layout .content-wrapper .content {
    padding: 0 15px;
    max-width: 390px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.content-image-layout .content-wrapper h3 {
    font-weight: 400;
    letter-spacing: 0.08px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.content-image-layout .content-wrapper p {
    color: #1b1b1b;
}
.content-image-layout .row .image-content {
    background-color: #000000;
}
.content-image-layout .row:nth-child(odd) .image-content {
    background-color: #b74226;
}
.content-image-layout .row:nth-child(even) .image-content {
    order: 0;
}
.content-image-layout .row:nth-child(even) .content-wrapper {
    order: 1;
}

.product-video-content {
    background-color: #36405f;
}
.product-video-content .product-video-wrapper {
    background: linear-gradient(206.11deg, #36405f 0%, rgba(54, 64, 95, 0) 100%);
}
.product-video-content .section-title {
    text-align: center;
    padding: 55px 0 30px;
}
.product-video-content .section-title h2 {
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 0.08px;
    font-weight: 400;
    line-height: 1.1;
}
.product-video-content .video-box {
    margin-bottom: -65px;
}

.blockquote-section {
    background-color: #f4f4f4;
    padding: 125px 0 60px;
}
.blockquote-section h4 {
    letter-spacing: 0.06px;
    font-weight: 400;
    margin: 36px 0;
}
.blockquote-section .content {
    max-width: 500px;
    margin: 0 auto;
}
.blockquote-section .row {
    margin: 0 -35px;
}
.blockquote-section .col {
    padding: 0 70px;
}
.blockquote-section .col:first-child:after {
    content: "";
    display: block;
    width: 2px;
    height: 140px;
    position: absolute;
    right: 0;
    background-color: #bbbbbb;
    top: 50%;
    transform: translateY(-50%);
}

.accordion {
    padding: 25px 0 85px;
}
.accordion .section-title {
    padding: 45px 0 40px;
}
.accordion .section-title h2 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.09px;
    margin: 0;
}
.accordion .btn {
    background-color: transparent;
    color: #000000;
    width: 100%;
    border: none;
    text-align: left;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 0;
    min-height: 62px;
    font-size: 16px;
    letter-spacing: 0.04px;
    font-family: "Roboto Condensed";
    font-weight: 700;
    text-transform: initial;
    line-height: 1;
    padding-right: 32px;
}
.accordion .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotateX(180deg);
    right: 10px;
    height: 16px;
    width: 16px;
    background-image: url("././assets/images/down-arrow.png");
}
.accordion .btn.collapsed:after {
    background-image: url("././assets/images/down-arrow.png");
    transform: translateY(-50%) rotateX(360deg);
}
.accordion .card {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d7d7d7;
}
.accordion .card-body {
    padding: 0 30px 15px 0;
    font-size: 14px;
}
.accordion .card-wrapper .card:first-child {
    border-top: 1px solid #d7d7d7;
}
.accordion .card-header {
    border-radius: 0;
    background-color: transparent;
    border: none;
    padding: 0;
}

.single-product .grid-layout {
    padding: 30px 0;
    background-color: transparent;
}

#popup-video .modal-dialog,
#mobile-security-popup-video .modal-dialog {
    max-width: 800px;
}
#popup-video .modal-header,
#mobile-security-popup-video .modal-header {
    padding: 0;
    border: none;
}
#popup-video .modal-header .close,
#mobile-security-popup-video .modal-header .close {
    padding: 5px;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: -19px;
    right: 0px;
    text-shadow: none;
    background-color: #ffffff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#popup-video .modal-body,
#mobile-security-popup-video .modal-body {
    padding: 10px;
}

.specifics-section {
    background-color: #f4f4f4;
    padding: 35px 0 40px;
}
.specifics-section .specific-info {
    max-width: 755px;
    margin: 0 auto;
}
.specifics-section .specific-info h6 {
    font-size: 20px;
    color: #1b1b1b;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05px;
}
.specifics-section .specific-content {
    max-width: 930px;
    margin: 0 auto;
}
.specifics-section .specific-content h3 {
    font-weight: 400;
    letter-spacing: 0.08px;
    text-transform: uppercase;
    margin: 44px 0 29px;
}
.specifics-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
}
.specifics-section ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 17px;
    position: relative;
}
.specifics-section ul li h6 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2px;
}
.specifics-section ul .active,
.specifics-section ul li:hover {
    background-color: #37405f;
}
.specifics-section ul .active *,
.specifics-section ul li:hover * {
    color: #ffffff;
}
.specifics-section ul .active svg,
.specifics-section ul li:hover svg {
    fill: #b4d247;
}

.fully-integrated-approarch {
    padding: 70px 0 142px;
}
.fully-integrated-approarch .section-title {
    padding-bottom: 23px;
}
.fully-integrated-approarch .content {
    max-width: 490px;
}
.fully-integrated-approarch h2 {
    font-size: 42px;
    letter-spacing: 0.1px;
    line-height: 1.1;
}
.fully-integrated-approarch h3 {
    font-weight: 400;
    letter-spacing: 0.08px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fully-integrated-approarch p {
    color: #1b1b1b;
    margin-bottom: 20px;
}

.page-business-solutions .banner-wrap {
    min-height: 400px;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: bottom right;
    position: relative;
}
.page-business-solutions .banner-wrap:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 30.5%;
    height: 100%;
    position: absolute;
    background-color: #000000;
}
.page-business-solutions .banner-wrap .banner-content {
    max-width: 460px;
}
.page-business-solutions .banner-wrap .banner-content h2 {
    font-size: 50px;
    line-height: 1.1;
}
.page-business-solutions .partner-ecosystem {
    background-color: #36405f;
    position: relative;
}
.page-business-solutions .partner-ecosystem * {
    color: #ffffff;
}
.page-business-solutions .partner-ecosystem .section-title {
    max-width: 700px;
    margin-bottom: 33px;
}
.page-business-solutions .partner-ecosystem h2 {
    margin-bottom: 20px;
}
.page-business-solutions .partner-ecosystem .btn {
    min-width: 190px;
}
.page-business-solutions .partner-ecosystem .image {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -75px;
}
.page-business-solutions .partner-ecosystem .subscriber-section {
    padding: 95px 0 85px;
}

.mobility-security-video-section .container {
    max-width: 1440px;
    padding: 0;
}
.mobility-security-video-section .row:nth-child(even) .image-content {
    order: 1;
}
.mobility-security-video-section .row:nth-child(even) .content-wrap {
    order: 0;
}
.mobility-security-video-section .image-content {
    min-height: 540px;
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 55.8%;
    flex: 0 0 55.8%;
}
.mobility-security-video-section .popup-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.mobility-security-video-section h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.08px;
}
.mobility-security-video-section p {
    color: #1b1b1b;
    margin-bottom: 18px;
}
.mobility-security-video-section .content {
    max-width: 363px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.responder-ready-section {
    margin: 100px 0 140px;
}
.responder-ready-section .image-content {
    background-image: url("");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    max-width: 490px;
}
.responder-ready-section h3 {
    font-weight: 400;
    letter-spacing: 0.08px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.responder-ready-section p {
    color: #1b1b1b;
}
.responder-ready-section .button-wrapper {
    margin: 0 -8px;
}
.responder-ready-section .button-wrapper .btn {
    margin: 0 8px;
    max-width: 180px;
    min-width: auto;
    width: 100%;
}
.responder-ready-section .content {
    max-width: 490px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.learning-center-section {
    background-color: #f4f4f4;
    padding: 80px 0 0;
}
.learning-center-section .section-title {
    padding-bottom: 28px;
}
.learning-center-section .section-title h2 {
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
}
.learning-center-section .section-title p {
    color: #1b1b1b;
}
.learning-center-section .slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.learning-center-section .slider-wrapper .slide-item {
    padding: 0 15px;
}
.learning-center-section .slider-wrapper .slide-content-wrap {
    padding: 30px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.learning-center-section .slider-wrapper .slide-content-wrap:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.learning-center-section .slider-wrapper h6 {
    font-size: 14px;
    letter-spacing: 0.03px;
    color: #36405f;
    font-family: "Roboto Condensed";
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.learning-center-section .slider-wrapper .case-study {
    color: #b7410e;
}
.learning-center-section .slider-wrapper .success {
    color: #80c24e;
}
.learning-center-section .slider-wrapper h3 {
    letter-spacing: 0.06px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.15;
}
.learning-center-section .slider-wrapper p {
    color: #1b1b1b;
}
.learning-center-section .slider-wrapper .slide-content {
    padding: 14px 0 20px;
}
.learning-center-section .slider-buttons {
    text-align: right;
    padding: 21px 0 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.learning-center-section .slider-buttons button {
    width: 50px;
    height: 40px;
    background-color: rgba(54, 64, 95, 0.1);
    margin: 0 8px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    box-shadow: none;
}
.learning-center-section .slider-buttons button:hover {
    background-color: #36405f;
    color: #ffffff;
}
.learning-center-section .slider-buttons button:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

@media screen and (max-width: 1280px) {
    nav a {
        font-size: 21px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .banner .banner-content h2 {
        font-size: 60px;
    }
    .banner .banner-content .btn {
        min-width: auto;
    }

    .grid-layout {
        padding: 50px 0 170px;
    }
    .grid-layout .section-title h2 {
        font-size: 35px;
    }

    .home-video-layout .content-box .content h2 {
        font-size: 40px;
    }

    .product-grid-item .grid-item h4 {
        font-size: 24px;
    }

    .accordion .section-title h2 {
        font-size: 32px;
    }

    .page-business-solutions .banner-wrap .banner-content h2 {
        font-size: 40px;
    }

    .specifics-section ul li {
        padding: 12px;
    }

    .fully-integrated-approarch {
        padding: 50px 0 115px;
    }

    .learning-center-section .section-title h2 {
        font-size: 36px;
    }
    .learning-center-section .slider-wrapper h3 {
        font-size: 24px;
    }
}
/*1280 end*/
@media screen and (max-width: 991px) {
    body {
        padding: 108px 0 48px;
    }

    .menu-btn {
        display: block;
        background: none;
        border: none;
        min-width: 40px;
        padding: 5px;
        min-height: auto;
        height: 30px;
        position: absolute;
        top: 21px;
        right: 15px;
        z-index: 9;
    }
    .menu-btn span {
        max-width: 32px;
        width: 100%;
        height: 2px;
        background-color: #1b1b1b;
        margin-bottom: 5px;
        cursor: pointer;
        display: block;
    }

    .header-info {
        height: inherit;
        padding: 11px 0;
    }

    header {
        padding: 22px 3px;
        position: relative;
    }
    header .row {
        align-items: flex-start !important;
        flex-direction: column;
    }
    header .header-menu {
        display: none;
    }
    header .header-menu .nav {
        flex-direction: column;
        padding-top: 10px;
    }
    header .header-menu li {
        padding: 7px 15px;
    }
    header .header-menu li a:hover:after {
        bottom: 0;
        height: 2px;
    }
    header .header-menu .current-menu-item a:after {
        bottom: 0;
        height: 2px;
    }
    header .logo {
        max-width: 100%;
        flex: 0 0 100%;
    }
    header .logo img {
        max-width: 110px;
    }
    header .search-box {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 7px;
        display: none;
    }
    header .search-box a {
        font-size: 16px;
        color: #000000;
        line-height: 1;
        letter-spacing: 0.04px;
        font-family: "Roboto Condensed";
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }
    header .search-box a:hover {
        color: #e31a2f;
        text-decoration: none;
    }
    header .search-box a:hover:after {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #e31a2f;
        display: block;
        position: absolute;
    }
    header .search-box form {
        width: 100%;
    }
    header .search-box .form-group {
        margin: 16px 0 0;
        padding: 0;
        width: 100%;
        max-width: 250px;
    }
    header .search-box .form-group .form-control {
        max-width: 100%;
    }
    header .d-flex {
        flex-direction: column;
        align-items: start !important;
    }

    .header-open .menu-btn span {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-bottom: -2px;
        background-color: #1b1b1b;
    }
    .header-open .menu-btn span:first-child {
        transform: rotate(46deg);
        -webkit-transform: rotate(46deg);
        -o-transform: rotate(46deg);
    }
    .header-open .menu-btn span:nth-child(2) {
        opacity: 0;
    }
    .header-open .menu-btn span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .header-open .header-menu,
    .header-open .search-box {
        display: block;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .link img {
        height: 8px;
        width: 8px;
    }

    footer {
        padding: 30px 0 10px;
    }
    footer h3 {
        font-size: 18px;
    }
    footer ul {
        margin-bottom: 26px;
    }
    footer ul li {
        padding: 5px 0;
    }
    footer ul li a {
        font-family: "Roboto Condensed";
        font-weight: 400;
    }
    footer .global-link {
        padding-top: 0;
    }
    footer .global-link .btn {
        min-width: 100%;
        font-size: 12px;
        min-height: 40px;
    }

    .social-icons {
        right: 0;
        left: 0;
        position: absolute;
    }
    .social-icons ul {
        justify-content: center;
    }

    .banner .banner-content {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        padding: 30px;
        max-width: 470px;
        top: 50%;
    }
    .banner .banner-content h2 {
        font-size: 50px;
    }
    .banner .banner-content p {
        font-size: 18px;
    }
    .banner .slide {
        min-height: 500px;
    }

    .grid-layout {
        padding: 20px 0 140px;
    }
    .grid-layout .section-title h2 {
        font-size: 32px;
    }
    .grid-layout .row {
        margin: 0 -15px;
    }
    .grid-layout .row .col {
        padding: 0 15px;
    }
    .grid-layout .grid-content {
        padding: 20px 0 19px;
    }
    .grid-layout .btn {
        margin-top: 5px;
    }
    .grid-layout .btn img {
        height: 8px;
        width: 8px;
    }

    .home-video-layout .content-box .content {
        margin-left: 0;
    }
    .home-video-layout .content-box .content h2 {
        font-size: 35px;
    }

    .home-help-section .container {
        padding: 0;
    }
    .home-help-section .row:nth-child(odd) .image-content, .home-help-section .row:nth-child(even) .image-content {
        min-height: 100%;
    }
    .home-help-section .content-wrap {
        min-height: 400px;
        padding: 0 15px;
    }

    .product-grid-item {
        padding: 40px 0 60px;
    }
    .product-grid-item .grid-item {
        padding-bottom: 16px;
    }
    .product-grid-item .grid-item .btn {
        min-width: 152px;
    }
    .product-grid-item .row {
        justify-content: flex-start;
    }

    .product-video-content .section-title {
        padding: 55px 0 20px;
    }

    .fully-integrated-approarch {
        padding: 50px 0 80px;
    }

    .learning-center-section {
        padding: 40px 0 0;
    }
    .learning-center-section .section-title h2 {
        font-size: 32px;
    }
    .learning-center-section .slider-wrapper .slide-content-wrap {
        padding: 30px 20px;
    }

    #popup-video .modal-dialog,
    #mobile-security-popup-video .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }

    .subscriber-section {
        padding: 40px 0;
    }

    .copyright {
        padding: 10px 0;
    }

    .breadcrumb {
        padding: 10px 0;
    }

    .accessories-section .image {
        padding-bottom: 30px;
    }

    .product-sold-out-section {
        padding: 40px 0 12px;
    }
    .product-sold-out-section .product-grid-item {
        padding: 20px 0 40px;
    }

    .product-detail-info {
        padding: 20px 0 40px;
    }
    .product-detail-info .tab-content .button-wrapper .btn {
        min-width: auto;
    }

    .product-links-wrapper ul li a {
        padding: 27px 0;
    }

    .single-product .grid-layout {
        padding: 20px 0 10px;
    }

    .content-image-layout .content-wrapper {
        min-height: 400px;
    }

    .blockquote-section {
        padding: 90px 0 25px;
    }

    .accordion {
        padding: 10px 0 50px;
    }
    .accordion .section-title {
        padding: 27px 0;
    }

    .page-business-solutions .banner-wrap {
        min-height: 380px;
    }
    .page-business-solutions .banner-wrap .banner-content {
        max-width: 320px;
        padding: 20px;
    }
    .page-business-solutions .partner-ecosystem .subscriber-section {
        padding: 50px 0 55px;
    }

    .specifics-section .specific-content h3 {
        margin: 20px 0;
    }

    .mobility-security-video-section .image-content {
        min-height: 400px;
    }

    .responder-ready-section {
        margin: 70px 0;
    }
    .responder-ready-section .button-wrapper .btn {
        max-width: 160px;
    }
}
/*991 end*/
@media screen and (max-width: 767px) {
    body {
        padding: 123px 0 48px;
    }

    h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .header-info {
        min-height: 54px;
    }

    .container {
        padding: 0 20px;
    }

    footer .row .col:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }
    footer .col {
        max-width: 50%;
        flex: 0 0 50%;
    }
    footer .global-link {
        padding-bottom: 30px;
    }
    footer .global-link .btn {
        max-width: 320px;
        font-size: 14px;
        min-height: 44px;
        width: 100%;
        min-width: auto;
    }

    .copyright ul {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        margin: 0 -10px;
    }
    .copyright ul li {
        padding: 8.5px 15px;
    }
    .copyright ul li:first-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .home-banner-slider {
        min-height: 560px;
    }

    .banner {
        position: relative;
    }
    .banner .slide {
        min-height: 220px;
        background-position: center center;
        position: static;
    }
    .banner .banner-content {
        width: 100%;
        padding: 30px 26px;
        max-width: 320px;
        bottom: 45px;
        margin: 0 auto;
        top: auto;
        transform: none;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner .banner-content h2 {
        font-size: 40px;
        line-height: 1.1;
    }
    .banner .banner-content p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .banner .banner-content .btn {
        font-size: 16px;
        max-width: 268px;
        width: 100%;
    }

    .grid-layout {
        padding: 20px 0 111px;
    }
    .grid-layout .section-title {
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    .grid-layout .grid-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .grid-layout .grid-item .grid-img img {
        width: 100%;
    }

    .home-video-layout {
        padding-bottom: 0;
    }
    .home-video-layout .video-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .home-video-layout .content-box .content {
        max-width: 320px;
        margin: 24px auto;
        text-align: center;
    }
    .home-video-layout .content-box .content h2 {
        font-size: 40px;
        letter-spacing: 0.09px;
    }

    .home-help-section {
        padding: 0;
    }
    .home-help-section .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .home-help-section h3 {
        margin: 25px 0;
    }
    .home-help-section .row:nth-child(odd) .image-content, .home-help-section .row:nth-child(even) .image-content {
        min-height: 279px;
    }
    .home-help-section .row:nth-child(odd) .image-content {
        order: 0;
        max-width: 321px;
        margin: 0 auto;
    }
    .home-help-section .row:nth-child(odd) .left-content {
        order: 1;
    }
    .home-help-section .row:nth-child(odd):after, .home-help-section .row:nth-child(odd):before {
        top: 28%;
        height: 72%;
        width: 100%;
        left: 0;
    }
    .home-help-section .content-wrap {
        padding: 0 20px 40px;
    }
    .home-help-section .btn {
        width: 100%;
        max-width: 320px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .subscriber-section .btn {
        max-width: 320px;
        width: 100%;
    }
    .subscriber-section .section-title {
        margin: 0 auto 20px;
    }

    .page-info {
        padding-top: 15px;
    }

    .product-grid-item .row {
        margin: 0 -8px;
    }
    .product-grid-item .col {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 8px;
    }
    .product-grid-item h4 {
        margin: 14px 0 14px;
    }

    .dropdown {
        max-width: 320px;
        margin: 0 auto;
    }

    .custom-dropdown {
        min-height: 44px;
        width: 100%;
        position: relative;
    }
    .custom-dropdown:after {
        content: "";
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("././assets/images/down-arrow.png");
        height: 14px;
        width: 14px;
    }

    .product-tab-section .tab-section {
        border: none;
    }
    .product-tab-section .tab-section h6 {
        font-size: 14px;
        letter-spacing: 0.03px;
        color: #1b1b1b;
        font-family: "Roboto";
        font-weight: 400;
    }
    .product-tab-section .tab-section select {
        min-height: 44px;
        border-color: #979797;
        text-transform: uppercase;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        appearance: none;
        -webkit-appearance: none;
        padding-right: 30px;
    }

    .accessories-section {
        margin: 0;
        padding-bottom: 40px;
    }
    .accessories-section .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .accessories-section .left-content {
        order: 1;
    }
    .accessories-section .image {
        margin: 0;
    }
    .accessories-section .image img {
        width: 100%;
    }
    .accessories-section .link {
        font-size: 16px;
        line-height: 1;
    }
    .accessories-section .content {
        margin: 0 auto;
    }

    .product-sold-out-section .section-title {
        padding-bottom: 10px;
    }
    .product-sold-out-section .section-title h2 {
        font-size: 36px;
    }

    .page-product .subscriber-section {
        padding-bottom: 40px;
    }

    .product-detail-info .image-content {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .product-detail-info .product-content-wrap {
        padding-top: 66px;
    }
    .product-detail-info .prod-tabs h6 {
        font-size: 18px;
    }
    .product-detail-info .tab-content .button-wrapper .btn {
        max-width: 320px;
    }

    .product-links-wrapper {
        overflow-x: auto;
        white-space: nowrap;
    }
    .product-links-wrapper ul {
        padding: 0 5px;
        margin: 0 -6.5px;
    }
    .product-links-wrapper ul li {
        padding: 0 6.5px;
    }

    .grid-layout .section-title {
        padding: 20px 0 5px;
    }

    .content-image-layout .col {
        max-width: 100%;
        flex: 0 0 100%;
        min-height: 100%;
    }
    .content-image-layout .image-content {
        min-height: 243px;
    }
    .content-image-layout .row:nth-child(odd) .image-content {
        order: 0;
    }
    .content-image-layout .row:nth-child(odd) .content-wrapper {
        order: 1;
    }
    .content-image-layout .content-wrapper h3 {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 18px;
    }
    .content-image-layout .content-wrapper .content {
        padding: 30px 20px;
    }

    .product-video-content .section-title h2 br {
        display: none;
    }

    .blockquote-section .row .col {
        padding-bottom: 35px;
        padding-top: 30px;
    }
    .blockquote-section .row .col:first-child:before {
        content: "";
        height: 1px;
        width: 100%;
        max-width: 140px;
        display: block;
        margin: 0 auto;
        background-color: #bbbbbb;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .accordion .section-title h2 {
        text-align: center;
    }
    .accordion .btn:after {
        height: 14px;
        width: 14px;
    }

    .page-business-solutions .banner-wrap:before {
        display: none;
    }
    .page-business-solutions .specifics-section .specific-content {
        max-width: 320px;
        margin: 0 auto;
    }

    .dropdown {
        text-align: left;
    }
    .dropdown h6 {
        font-size: 14px;
        letter-spacing: 0.03px;
        color: #1b1b1b;
        font-family: "Roboto";
        font-weight: 400;
    }
    .dropdown select {
        min-height: 44px;
        border-color: #979797;
        text-transform: uppercase;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        appearance: none;
        -webkit-appearance: none;
        padding-right: 30px;
    }

    .fully-integrated-approarch {
        padding: 35px 0 5px;
    }
    .fully-integrated-approarch h2 {
        font-size: 32px;
    }
    .fully-integrated-approarch .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .fully-integrated-approarch .section-title {
        padding-bottom: 15px;
    }
    .fully-integrated-approarch .content {
        padding-bottom: 30px;
    }

    .mobility-security-video-section .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mobility-security-video-section .image-content {
        min-height: 243px;
    }
    .mobility-security-video-section h3 {
        font-size: 36px;
        line-height: 1.1;
    }
    .mobility-security-video-section .content {
        padding: 20px 0 32px;
    }
    .mobility-security-video-section .row:nth-child(even) .content-wrap {
        order: 1;
    }

    .responder-ready-section {
        margin: 50px 0 35px;
    }
    .responder-ready-section .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .responder-ready-section .content-wrap {
        padding-top: 25px;
    }
    .responder-ready-section h3 {
        font-size: 36px;
    }
    .responder-ready-section .button-wrapper {
        margin-top: 12px;
    }
    .responder-ready-section .button-wrapper .btn {
        max-width: 320px;
        margin-bottom: 10px;
    }
    .responder-ready-section .image-content {
        min-height: 261px;
    }

    .learning-center-section .slider-buttons {
        padding: 30px 0;
    }
    .learning-center-section .slider-wrapper .slide-item {
        padding: 0 8px;
    }
    .learning-center-section .slider-wrapper .slick-list {
        padding-left: 0 !important;
    }
}
/*767 end*/
@media screen and (max-width: 359px) {
    .product-grid-item .grid-item .btn {
        min-width: 100%;
    }
}
/*359 end*/
.error404-content {
    background-image: url(/wp-content/uploads/2021/09/404.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background: hsla(0, 0%, 100%, 1);
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.6) 10%, hsla(0, 0%, 77%, 1) 100%);
    background: -moz-radial-gradient(circle, hsla(0, 0%, 100%, 0.6) 10%, hsla(0, 0%, 77%, 1) 100%);
    background: -webkit-radial-gradient(circle, hsla(0, 0%, 100%, 0.6) 10%, hsla(0, 0%, 77%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#C4C4C4", GradientType=1 );
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.error404-content h1{
    font-size: 50px;
    letter-spacing: 10px;
}
.error404-content .intro-text {
    max-width: 500px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}