/*!
 * FOXTECH STYLESHEET
 * 
 *   AUTHOR:  ANANTHU
 *   WRITTEN ON:22 SEP 2022
 *   VERSION : 3.0.5(Sidebar update)
       1:REGISTRATION PAGE
       2:LOGIN PAGE
       3:HOME PAGE
       4:ABOUT PAGE
       5:ALL PRODUCTS LISTING PAGE
       6:CCTV LISTING PAGE
       7:PRODUCT DESCRIPTION
       8:CONTACT
       9:DOWNLOADS 

*/
*,
:after,
:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 9.8rem;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .customNav {
    padding: 1.7rem 1.5rem !important;
}
a {
    text-decoration: none !important;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
p {
    margin-bottom: 0;
}
.btn.focus,
.btn:focus,
.navbar-toggler:focus,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
main {
    margin-top: 9.8rem;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (min-width: 1440px) {
    .container {
        max-width: 130rem;
    }
}
@media screen and (max-width: 1199px) {
    header {
        height: 7.9rem;
    }
    main {
        margin-top: 7.9rem;
    }
}
body.modal-open {
    overflow: auto !important;
}
body.modal-open[style] {
    padding-right: 0 !important;
}
@font-face {
    font-family: Barlow-SemiBold;
    src: url(../fonts/Barlow-SemiBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Barlow-Regular;
    src: url(../fonts/Barlow-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.otf);
    font-display: swap;
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.otf);
    font-display: swap;
}
@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat-Light.otf);
    font-display: swap;
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium.ttf);
    font-display: swap;
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: Sen-Bold;
    src: url(../fonts/Sen-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Sen-Regular;
    src: url(../fonts/Sen-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
    font-display: swap;
}
@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../fonts/Raleway-ExtraBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/Raleway-SemiBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
    font-display: swap;
}
.contact__btn,
.contact__submit__btn,
.datatable__download__btn,
.download__btn,
.login__btn,
.register__btn,
.registration__btn,
.send__now__btn,
.view__product__btn {
    width: 20rem;
    display: block;
    text-align: center;
    height: 5rem;
    background: #5882ed;
    padding: 1.5rem;
    border-radius: 0.4rem;
    font: 700 2.4rem/1.8rem Sen-Bold, sans-serif;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.contact__btn:hover,
.contact__submit__btn:hover,
.datatable__download__btn:hover,
.download__btn:hover,
.login__btn:hover,
.register__btn:hover,
.registration__btn:hover,
.send__now__btn:hover,
.view__product__btn:hover {
    border-color: #5882ed;
    color: #5882ed;
    background: #fff;
}
.login__btn {
    width: 100%;
    margin-bottom: 4.8rem;
}
.registration__btn {
    width: 9.6rem;
    height: 5.6rem;
    margin-top: 3.2rem;
}
.download__btn {
    width: 16rem;
    height: 4.6rem;
    background: #1761ae;
    font: 700 1.6rem/1.8rem Sen-Bold, sans-serif;
    color: #fff;
}
.download__btn:hover {
    border-color: #1761ae;
    color: #1761ae;
    background: #fff;
}
.contact__btn {
    width: 13rem;
    height: 4.6rem;
    background: #1761ae;
    font: 700 1.8rem/1.8rem Montserrat-SemiBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0.4rem;
}
.contact__btn:hover {
    border-color: #1761ae;
    color: #1761ae;
    background: #fff;
}
.view__product__btn {
    width: 14rem;
    height: 3.3rem;
    background: #5882ed;
    font: 700 1.4rem/1.7em Sen-Bold, sans-serif;
    color: #f9f9f9;
    text-transform: uppercase;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.view__product__btn:hover {
    border-color: #5882ed;
    color: #5882ed;
    background: #fff;
}
.cancel__link {
    font: 1.8rem/2.6rem Barlow-SemiBold, sans-serif;
    color: #555;
}
.send__now__btn {
    width: 12rem;
    height: 5rem;
    background: #5882ed;
    font: 1.6rem/2.6rem Raleway-SemiBold, sans-serif;
    color: #f9f9f9;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.send__now__btn:hover {
    border-color: #5882ed;
    color: #5882ed;
    background: transparent;
}
.modal-btn-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.contact__submit__btn {
    width: 13rem;
    height: 4.5rem;
    background: #5882ed;
    font: 1.8rem/2.6rem Sen-Bold, sans-serif;
    color: #f9f9f9;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact__submit__btn:hover {
    border-color: #5882ed;
    color: #5882ed;
    background: transparent;
}
.datatable__download__btn {
    width: 15.4rem;
    height: 3.5rem;
    background: transparent;
    font: 1.6rem/1.6rem Sen-Regular, sans-serif;
    color: #5882ed;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #5882ed;
    border-radius: 0.4rem;
    margin-left: auto;
}
.datatable__download__btn:hover {
    border-color: #5882ed;
    color: #fff;
    background: #5882ed;
}
.d--none {
    display: none !important;
}
.icon-bar {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.rotate--45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rotate--neg-45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px !important;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    padding-top: 8px;
    text-align: center;
    color: #5882ed;
    font-size: 2.1rem;
    -webkit-box-shadow: 0 1px 6px rgba(51, 60, 127, 0.33);
    box-shadow: 0 1px 6px rgba(51, 60, 127, 0.33);
}
#return-to-top:hover {
    background: #5882ed;
    color: #fff;
}
.effect {
    background: #fff;
    border-bottom: 1px solid #f1f1f0;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    background-color: #5882ed;
    margin: 0 0 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 2px;
    display: block;
}
.bar2 {
    width: 20px;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
}
.bg--transparent {
    background: transparent !important;
}
.login-reg-head .page--header {
    background: none !important;
}
.login-reg-head.bg--transparent {
    background: #fff !important;
}
.login-reg-head.effect {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.page--header {
    background: linear-gradient(0.85deg, #fff -90.92%, hsla(0, 0%, 100%, 0.1) 401.44%) !important;
    border-radius: 0 0 0.8rem 0.8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header--mrg--34 {
    margin-top: 3.4rem;
}
.header--mrg--34 .page--header {
    border-radius: 0.8rem !important;
}
.customNav {
    padding: 1.7rem 0;
}
.customNav-logo a img {
    max-width: 21.4rem;
}
.customNav .dropdown-menu {
    padding: 1rem;
}
.customNav a.dropdown-item {
    color: #222;
    font: 400 1.6rem/1.9rem Sen-Regular, sans-serif;
    padding: 0.75rem;
}
.customNav a.dropdown-item:active {
    background: transparent;
}
.customNav .dropdown-toggle:after {
    border: none;
    background: url(../img/svg/arrow.svg) no-repeat;
    width: 1rem;
    height: 0.5rem;
    vertical-align: 0.155em;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.customNav .dropdown-toggle.show:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.customNav .nav-item {
    margin-right: 4.8rem;
}
.customNav .nav-item:last-child {
    margin-right: 0;
}
.customNav .nav-link {
    color: #222;
    font: 400 1.6rem/1.9rem Sen-Regular, sans-serif;
}
.customNav .nav-link.active {
    font: 600 1.6rem/1.9rem Montserrat-Bold, sans-serif;
    color: #1761ae;
    position: relative;
}
.customNav .nav-link.active:before {
    position: absolute;
    content: "";
    min-width: 6rem;
    width: 100%;
    border-radius: 0.4rem;
    background: #d42c2c;
    height: 0.5rem;
    left: 0.1rem;
    top: 3.4rem;
}
.customNav-select .nice-select {
    background: #f9f9f9;
    border: none;
    padding: 2.2rem 1.5rem;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    color: #222;
    font: 400 1.3rem/1.9rem Sen-Regular, sans-serif;
}
.customNav-select .nice-select:after {
    width: 1rem;
    background: url(../img/svg/arrow.svg) no-repeat;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -1.5rem;
    right: 1.6rem;
    top: 70%;
}
.customNav-select .nice-select.open:after {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    margin-top: -22px;
}
.customNav-select .nice-select.open .list {
    width: 100%;
}
.customNav .active.dropdown-toggle:after {
    background: url(../img/svg/active-blue.svg) no-repeat;
}
@media screen and (max-width: 1439px) {
    .customNav .nav-item {
        margin-right: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .customNav .nav-item {
        margin-right: 0;
    }
    .customNav .nav-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .customNav .navbar-toggler {
        padding-left: 0;
        padding-right: 0;
    }
    div#navbarSupportedContent {
        overflow-y: auto;
        max-height: 33rem;
        position: absolute;
        top: 7.8rem;
        text-align: center;
        background: rgba(233, 236, 239, 0.922);
        border: 1px solid rgba(63, 65, 69, 0.01);
        border-radius: 4px;
        width: 100%;
        left: 0;
    }
    .customNav .nav-link.active:before {
        display: none;
    }
    .page--header div#navbarSupportedContent {
        top: 8.8rem;
    }
    ul.dropdown-menu.show {
        max-width: 30rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .customNav-select .nice-select {
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 1.5rem;
    }
    .customNav-select .nice-select.open .list {
        max-height: 13rem;
        overflow-y: auto;
    }
    .customNav-select .nice-select .list {
        max-height: 3rem;
    }
}
@media screen and (max-width: 575px) {
    .customNav .nav-link {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .customNav-select .nice-select.open .list {
        max-height: 9rem;
    }
}
@media screen and (max-width: 414px) {
    div#navbarSupportedContent {
        overflow-y: auto;
        max-height: 30rem;
    }
}
.popup-Box {
    background: #fff;
    -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.051);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.051);
    border-radius: 5px;
    padding: 2.5rem 2rem;
    max-width: 300px;
    position: fixed;
    left: 1.7rem;
    bottom: 1.7rem;
    z-index: 99;
    border: 1px solid hsla(0, 0%, 47%, 0.161);
}
.popup-Box__heading {
    font: 1.8rem/2.6rem Raleway-Bold, sans-serif;
    letter-spacing: 0;
    color: #555;
    margin-bottom: 1.5rem;
}
.popup-Box__txt {
    font: 1.4rem/2.4rem Sen-Regular, sans-serif;
    letter-spacing: 0;
    color: #555;
    margin-bottom: 2.2rem;
}
.popup-Box__txt a {
    color: #5882ed;
}
.Accept__btn {
    min-width: 219px;
    height: 50px;
    background: #5882ed;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 1.5rem 3.5rem;
    color: #fff;
    font: 1.4rem/1.9rem Raleway-Bold, sans-serif;
}
.Accept__btn:hover {
    border: 1px solid #5882ed;
    color: #5882ed;
    background: transparent;
}
@media screen and (max-width: 575px) {
    .popup-Box {
        bottom: 8.4rem;
        left: 1rem;
    }
}
footer {
    height: 30rem;
    background: url(../img/footerBg.webp) no-repeat 100% 100%;
    background-size: contain;
    position: relative;
}
footer:before {
    position: absolute;
    content: "";
    background: rgba(180, 191, 220, 0.27);
    width: 100%;
    height: 30rem;
}
footer .container {
    padding: 3.8rem 0;
    position: relative;
    z-index: 9;
}
.footerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.footer-col__headTxt {
    font: 500 2.2rem/4.8rem Montserrat-Medium, sans-serif;
    color: #1761ae;
    position: relative;
    margin-bottom: 2rem;
}
.footer-col__headTxt:after {
    position: absolute;
    content: "";
    width: 5rem;
    height: 0.3rem;
    border-radius: 0.4rem;
    top: 4.5rem;
    left: 0;
    background: linear-gradient(89.86deg, #d42c2c -30.76%, rgba(212, 44, 44, 0) 100.54%);
}
.footer-col-1__img {
    max-width: 17.8rem;
}
.footer-col-1__img img {
    width: 100%;
}
.footer-col-2 ul li {
    margin-bottom: 1.6rem;
}
.footer-col-2 ul li:last-child {
    margin-bottom: 0;
}
.footer-col-2 ul li a {
    font: 500 1.4rem/1.9rem Montserrat-Regular, sans-serif;
    color: #777;
}
.footer-col-3 ul li img {
    max-width: 21.4rem;
    max-height: 5.5rem;
    margin-bottom: 2rem;
}
.footer-col-4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-col-4 ul li {
    margin-right: 1.2rem;
}
.footer-col-4 ul li:last-child {
    margin-right: 0;
}
.footer-col-4 ul li img {
    max-width: 2.4rem;
}
.footer-col-5 ul li a {
    font: 500 1.4rem/1.9rem Montserrat-Regular, sans-serif;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-col-5 ul li a img {
    max-width: 2.1rem;
    margin-right: 0.7rem;
}
.blue--bg {
    background: #1761ae;
}
.footer-copyright {
    padding: 1rem;
    text-align: center;
}
.footer-copyright a,
.footer-copyright p {
    font: 500 1.4rem/1.9rem Montserrat-Regular, sans-serif;
    color: #fff;
}
@media screen and (max-width: 1199px) {
    footer,
    footer:before {
        height: 100%;
    }
    .footerWrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-col-1__img {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-col-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 2rem;
    }
    .footer-col-2,
    .footer-col-3,
    .footer-col-4,
    .footer-col-5 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 23rem;
    }
    .footer-col-3 ul li img {
        max-width: 18rem;
    }
}
@media screen and (max-width: 991px) {
    .footer-col-2,
    .footer-col-3,
    .footer-col-4,
    .footer-col-5 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 25rem;
        margin-left: auto;
    }
}
@media screen and (max-width: 767px) {
    .footer-col-2,
    .footer-col-3,
    .footer-col-4,
    .footer-col-5 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .footer-col__headTxt {
        max-width: 14rem;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-col-2 ul li {
        text-align: center;
    }
    .footer-col-3 ul li img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .footer-col-4 ul,
    .footer-col-5 ul li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .datatable__download__btn {
        width: 11.4rem;
        font-size: 13px !important;
    }
}
@media screen and (max-width: 575px) {
    .footer-copyright a {
        display: block;
    }
}
.login {
    padding: 10rem 0;
}
.login-leftCol {
    padding: 15rem 7.7rem 0;
    position: relative;
}
.login-leftCol:after,
.login-leftCol:before {
    position: absolute;
    content: "";
}
.login-leftCol:after {
    width: 9rem;
    height: 10.2rem;
    bottom: 0;
    left: 0;
    background: url(../img/svg/login-leftDot.svg) no-repeat;
}
.login-leftCol:before {
    width: 8.4rem;
    height: 8.6rem;
    top: 0;
    right: 0;
    background: url(../img/svg/login-rightDot.svg) no-repeat;
}
.login-leftCol__whiteLogo {
    max-width: 47.2rem;
    margin-bottom: 5.1rem;
}
.login-leftCol__bannerImg {
    max-width: 51.8rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.login-rightCol {
    padding: 8.3rem 12.4rem;
}
.login-rightCol h1 {
    font: 700 4.8rem/5.8rem Sen-Bold, sans-serif;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 4.8rem;
}
.login-rightCol .form-label {
    color: hsla(0, 0%, 47%, 0.7);
    font: 700 1.6rem/2rem Sen-Bold, sans-serif;
}
.login-rightCol .form-control {
    padding: 1.175rem 0.75rem 1.175rem 0;
    border-radius: 0;
    margin-bottom: 4.8rem;
    font: 400 1.6rem/2rem Barlow-Regular, sans-serif;
    color: #3f4145;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 47%, 0.7);
}
.login-rightCol .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-rightCol .form-check {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}
.login-rightCol .form-check-input {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1.3rem;
    border-radius: 2px;
    border: 1px solid hsla(0, 0%, 47%, 0.7);
}
.login-rightCol .form-check-label {
    color: rgba(34, 34, 34, 0.75);
    font: 600 1.6rem/2rem Barlow-SemiBold, sans-serif;
}
.login .register-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login .register-sec p {
    font: 400 1.6rem/2rem Sen-Regular, sans-serif;
    color: rgba(34, 34, 34, 0.75);
    margin-right: 1rem;
}
.login .register-sec a {
    font: 400 2rem/2.4rem Sen-Regular, sans-serif;
    color: #5882ed;
}
.login .login--border {
    border: 1px solid hsla(0, 0%, 47%, 0.25);
    border-radius: 1.6rem;
}
.login .blue--bg {
    border-top-left-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    background: linear-gradient(173.83deg, #5882ed -57.88%, rgba(88, 130, 237, 0) 170.45%);
}
.head--border {
    border: 1px solid #d2d6db;
}
@media screen and (max-width: 1400px){
    .login-rightCol {
        padding: 8.3rem;
    } 
}
@media screen and (max-width: 1199px) {
    .login-leftCol {
        padding: 15rem 6rem 0;
    }
    .login-leftCol__whiteLogo {
        max-width: 36rem;
    }
    .login-leftCol__bannerImg {
        max-width: 38rem;
    }
    .login-rightCol {
        padding: 4.6rem;
    }
}
@media screen and (max-width: 991px) {
    .login .blue--bg {
        border-top-left-radius: 1.6rem;
        border-top-right-radius: 1.6rem;
        border-bottom-left-radius: 0;
    }
}
@media screen and (max-width: 575px) {
    .login-leftCol__whiteLogo {
        max-width: 21rem;
    }
    .login-leftCol__bannerImg {
        max-width: 24rem;
    }
    .login-leftCol:before {
        width: 6rem;
    }
    .login-leftCol:after {
        width: 5.9rem;
        height: 7.6rem;
    }
    .login-rightCol h1 {
        font: 700 3.2rem/4.8rem Sen-Bold, sans-serif;
        margin-bottom: 3.6rem;
    }
    .login-rightCol {
        padding: 4rem 2.4rem;
    }
    .login {
        padding: 5rem 0;
    }
}
.inputfileWrap {
    border-bottom: 1px solid #8793bc;
    margin-bottom: 2.4rem;
    max-width: 39.2rem;
}
.inputfile {
    max-width: 37.7rem;
    width: 100%;
    height: 43.5px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 1.175rem 0.75rem;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    width: 100%;
    height: 43.5px;
    color: #fff;
    display: inline-block;
    position: relative;
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif !important;
}
.inputfile:focus {
    outline: 1px solid #fff !important;
    border: 1px solid #fff !important;
}
.inputfile + label {
    cursor: pointer;
}
.inputfile:focus + label {
    outline: none;
}
.inputfile + label * {
    pointer-events: none;
    position: absolute;
    top: 30%;
    left: 0;
}
@media screen and (max-width: 991px) {
    .inputfile,
    .inputfileWrap {
        max-width: 100%;
    }
    .inputfile {
        width: auto;
    }
}
.regBanner {
    position: relative;
    height: 55.2rem;
    background: linear-gradient(173.83deg, #5882ed -57.88%, rgba(88, 130, 237, 0) 170.45%);
}
.regBanner h1 {
    font: 700 6rem/7rem Sen-Bold, sans-serif;
    color: #fff;
    max-width: 45.6rem;
}
.regBanner img {
    max-width: 56.7rem;
}
.regBanner:after,
.regBanner:before {
    position: absolute;
    content: "";
}
.regBanner:after {
    background: url(../img/svg/left-dots.svg) no-repeat;
    background-size: cover;
    height: 8rem;
    width: 7.9rem;
    left: 0;
    bottom: 0;
}
.regBanner:before {
    background: url(../img/svg/right-dots.svg) no-repeat;
    background-size: cover;
    height: 10.8rem;
    right: 0;
    width: 11.2rem;
    top: 0;
}
@media screen and (max-width: 1199px) {
    .regBanner img {
        max-width: 44rem;
    }
}
@media screen and (max-width: 991px) {
    .regBanner h1 {
        max-width: 36.5rem;
    }
    .regBanner h1,
    .regBanner img {
        margin-left: auto;
        margin-right: auto;
    }
    .regBanner img {
        max-width: 34rem;
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .regBanner h1 {
        font: 700 3.8rem/6rem Sen-Bold, sans-serif;
    }
    .regBanner img {
        max-width: 30rem;
    }
    .regBanner:before {
        height: 8rem;
        width: 8rem;
    }
    .regBanner:after {
        height: 6rem;
        width: 6rem;
    }
}
.regForm {
    margin-bottom: 7.2rem;
}
.regForm > .container:first-child {
    margin-top: 7.2rem;
    margin-bottom: 4.4rem;
}
.regForm h2 {
    font: 700 4.8rem/5.7rem Sen-Bold, sans-serif;
    color: #222;
    opacity: 0.8;
    text-align: center;
    position: relative;
}
.regForm h2:after {
    position: absolute;
    content: "";
    width: 9.6rem;
    height: 0.5rem;
    background: #5882ed;
    border-radius: 0.5rem;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 1.6rem;
}
.regForm-wrap {
    max-width: 86rem;
    margin: 2.4rem auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.regForm-wrap .col-lg-6:last-child .form-control {
    margin-bottom: 0;
}
.regForm .full-width {
    padding: 5.2rem 0;
    background: hsla(0, 0%, 98%, 0.75);
}
.regForm .full-width textarea {
    max-width: 81.5rem;
}
.regForm .full-width .label-checkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 32rem;
}
.regForm .full-width .label-checkWrap label {
    margin-right: 2.4rem;
}
.regForm .full-width .label-checkWrap .form-check-label {
    font: 400 1.4rem/1.9rem Barlow-Regular, sans-serif;
    color: #222;
    opacity: 0.75;
}
.regForm label {
    display: block;
    color: #3f4145;
    font: 600 1.6rem/1.9rem Barlow-SemiBold, sans-serif;
}
.regForm textarea {
    overflow: hidden;
    resize: none;
    max-width: 81.4rem !important;
}
.regForm .form-control,
.regForm .form-select {
    background-color: transparent;
    padding: 1.175rem 0.75rem 1.175rem 0;
    color: #3f4145;
    margin-bottom: 2.4rem;
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #8793bc;
    max-width: 39.2rem;
}
.regForm .form-control:focus,
.regForm .form-select:focus {
    color: #3f4145;
    border: none;
    border-bottom: 1px solid #8793bc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.regForm .form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%238793bc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}
.regForm .nice-select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #8793bc;
    border-radius: 0;
    color: #3f4145;
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif;
    padding: 1.175rem 0.75rem 1.175rem 0;
    height: 4.35rem;
    margin-bottom: 2.4rem;
    max-width: 39.2rem;
}
.regForm .nice-select:after {
    border-bottom: 2px solid #8793bc;
    border-right: 2px solid #8793bc;
    width: 0.8rem;
    height: 0.8rem;
}
.regForm .nice-select .list {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}
.regForm .nice-select .list li[data-value=""] {
    display: none;
}
.regForm .nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.regForm .nice-select .list::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.regForm .nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}
.addLess,
.addMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 10.8rem;
    margin-left: auto;
    margin-bottom: 1.7rem;
    cursor: pointer;
}
.addLess a,
.addMore a {
    font: 600 1.6rem/1.92rem Barlow-SemiBold, sans-serif;
    color: #5882ed;
}
.addLess img,
.addMore img {
    max-width: 2.4rem;
    margin-right: 0.8rem;
}
.addLess a {
    color: #dc4e41;
}
.mb--72 {
    margin-bottom: 7.2rem;
}
.mb--28 {
    margin-bottom: 2.8rem;
}
.addedFields {
    margin-top: 1.5rem;
}
.color--red {
    color: red;
}
@media screen and (max-width: 991px) {
    .regForm .form-control,
    .regForm .form-select,
    .regForm .nice-select {
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .regForm .full-width .label-checkWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .regForm .full-width .label-checkWrap label {
        margin-left: 0;
    }
    .regForm .full-width .label-checkWrap .form-check-label {
        margin-left: 0.8rem;
        margin-top: 1.6rem;
    }
}
#regSuccessModal .modal-footer,
#regSuccessModal .modal-header {
    padding: 3rem 2rem 0;
}
#regSuccessModal .modal-body {
    padding: 3rem 3rem 4rem;
}
#regSuccessModal .modal-header {
    border-bottom: none;
}
#regSuccessModal .modal-footer {
    border-top: none;
}
#regSuccessModal .modal-body h4 {
    color: #3f4145;
    font: 600 5.6rem/6.72rem Barlow-SemiBold, sans-serif;
    text-align: center;
}
#regSuccessModal .modal-body h5 {
    color: #777;
    font: 600 2.1rem/3.5rem Barlow-Regular, sans-serif;
    margin-top: 3rem;
    text-align: center;
}
#regSuccessModal .modal-body .registration__btn {
    width: 9.6rem;
}
#regSuccessModal .modal-body img {
    max-width: 28rem;
}
@media screen and (max-width: 991px) {
    #regSuccessModal .modal-body img {
        max-width: 20rem;
        margin-bottom: 3rem;
    }
    #regSuccessModal .modal-body h5 {
        margin-top: 2rem;
    }
}
.intl-tel-input input {
    height: 43.5px;
    padding-left: 47px;
    max-width: 392px;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    margin-bottom: 2.4rem;
    color: #3f4145;
    border-bottom: 1px solid #8793bc;
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif;
}
.intl-tel-input .flag-dropdown .selected-flag {
    margin-top: 8px;
}
.intl-tel-input .flag-dropdown .country-list {
    width: 300px;
    color: #3f4145;
    font: 1.4rem/1.9rem Barlow-Regular, sans-serif;
    top: 43px;
}
@media screen and (max-width: 991px) {
    .intl-tel-input input {
        max-width: 100%;
    }
}
.hexagon {
    background-size: contain !important;
    height: 26rem;
    max-width: 28rem;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.hexagon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}
.hexagon:nth-child(2n) {
    margin-top: 12rem;
}
.hexagon-contents {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 45%;
    left: 45%;
}
.hexagon-contents img {
    max-width: 15.4rem;
    max-height: 11rem;
    margin-bottom: 1.6rem;
}
.hexagon-contents a,
.hexagon-contents img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hexagon-contents a {
    font: 1.6rem/2rem Sen-Bold, sans-serif;
    color: #777;
    text-align: center;
    max-width: 18.3rem;
    text-transform: uppercase;
}
.shape--blue {
    background: url(../img/svg/shape-blue.svg) no-repeat;
}
.shape--grey {
    background: url(../img/svg/shape-grey.svg) no-repeat;
}
.shape--red {
    background: url(../img/svg/shape--red.svg) no-repeat;
}
.shape--light {
    background: url(../img/svg/shape--light.svg) no-repeat;
}
.shape--yellow {
    background: url(../img/svg/shape-yellow.svg) no-repeat;
}
@media screen and (max-width: 991px) {
    .hexagon:nth-child(2n) {
        margin-top: 0 !important;
    }
}
.clients-slider .slick-prev,
.clients-slider .slick-prev:before {
    display: none;
}
.clients-slider .slick-slide {
    margin: 0 40px 0 0;
}
.clients-slider .slick-active .clients-sliderContent-next-arrow {
    display: block;
}
.clients-slider .clients-sliderContent-next-arrow {
    background: url(../img/svg/client-slider-arrow.svg) 50% no-repeat;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 88%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    padding: 1.5rem;
    border-radius: 50%;
    border: none;
    z-index: 1;
    display: none;
}
@media screen and (max-width: 991px) {
    .opacity--0 {
        opacity: 0 !important;
    }
    .opacity--1 {
        opacity: 1 !important;
    }
    .clients-sliderWrap .slick-slide {
        margin: 0 20px 0 0;
    }
    .clients-sliderWrap .slick-track {
        padding: 0 14px;
    }
}
@media screen and (max-width: 574px) {
    .clients-slider .clients-sliderContent-next-arrow {
        left: 82%;
    }
    .clients-slider .slick-slide {
        margin: 0 10px 0 0;
    }
    .clients-slider .clients-sliderContent-next-arrow {
        left: 91.5%;
        width: 3rem;
        height: 3rem;
    }
}
@media screen and (max-width: 479px) {
    .clients-slider .clients-sliderContent-next-arrow {
        left: 87.5%;
    }
}
@media screen and (max-width: 359px) {
    .clients-slider .slick-slide {
        margin: 0 31px 0 0;
    }
}
.homeBanner-Slider {
    position: relative;
}
.homeBanner-Slider-contents {
    background: url(../img/banner.webp) no-repeat 50%;
    background-size: cover;
    height: 80rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.homeBanner-txt {
    max-width: 86.6rem;
}
.homeBanner-txt h1 {
    font: 6.4rem Montserrat-Bold, sans-serif;
    color: #fff;
    margin-bottom: 3.2rem;
    text-align: center;
}
.homeBanner-txt p {
    font: 2.7rem/4.5rem Montserrat-Medium, sans-serif;
    color: #fff;
    max-width: 76.3rem;
    text-align: center;
    margin-bottom: 0;
}
.homeBanner-arrow {
    position: absolute;
    margin-bottom: 3.6rem;
    max-width: 4.9rem;
    bottom: -1.8%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.homeBanner-arrow img {
    width: 100%;
}
.bounce {
    -webkit-animation: a 2s infinite;
    animation: a 2s infinite;
}
@-webkit-keyframes a {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes a {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@media screen and (max-width: 991px) {
    .homeBanner-txt h1 {
        font-size: 5.4rem;
        margin-bottom: 2.4rem;
    }
    .homeBanner-txt p {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .homeBanner-txt h1 {
        font-size: 4rem;
    }
    .homeBanner-txt p {
        font-size: 2.1rem;
        line-height: 4rem;
    }
    .aboutContent-txts h2 {
       font: 5.6rem/6.8rem Raleway-Bold, sans-serif !important;
    }
}
@media screen and (max-width: 575px) {
    .homeBanner-txt h1 {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
    .aboutContent-txts h2 {
        font-size: 3.2rem !important;
        margin-bottom: 1.6rem !important;
        line-height: 8rem !important;
    }
    .aboutContent-txts h2:after {
        width: 9rem;
        top: 80px;
    }
}
.about {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 20rem;
}
.about:after {
    position: absolute;
    content: "";
    background: url(../img/about-img.webp) no-repeat;
    width: 61.5rem;
    height: 75.5rem;
    right: 0;
    top: 13rem;
    background-size: cover;
}
.aboutRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.aboutLeftCol {
    max-width: 64rem;
    margin-left: auto;
}
.aboutLeftCol h2 {
    font: 4.8rem Montserrat-Light, sans-serif;
    color: rgba(185, 10, 10, 0.63);
    margin-bottom: 1.5rem;
}
.aboutLeftCol h3 {
    font: 600 6.4rem Montserrat-SemiBold, sans-serif;
    color: #222;
    margin-bottom: 3.2rem;
}
.aboutLeftCol p {
    margin-bottom: 3.2rem;
    color: #000;
    font: 600 1.8rem/3.5rem Montserrat-Light, sans-serif;
}
.aboutLeftCol p:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
    .about {
        padding-bottom: 0;
        padding-top: 0;
    }
    .aboutRow {
        min-height: 97.4rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 1199px) {
    .aboutRow {
        max-width: 96rem;
        margin-left: auto;
        margin-right: auto;
    }
    .aboutLeftCol {
        max-width: 100%;
        grid-column: 1/-1;
    }
    .about:after {
        display: none;
    }
    .about {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
@media screen and (max-width: 991px) {
    .aboutRow {
        max-width: 72rem;
    }
}
@media screen and (max-width: 767px) {
    .aboutRow {
        max-width: 54rem;
    }
}
@media screen and (max-width: 575px) {
    .aboutRow {
        max-width: 100%;
    }
    .aboutLeftCol h3 {
        font-size: 4.4rem;
    }
    .aboutLeftCol h2 {
        font-size: 3.2rem;
    }
}
.products {
    background: #f8f8f8;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.products-txtWrap {
    position: relative;
}
.products-txtWrap h4 {
    font: 600 27.7rem/19rem Montserrat-SemiBold, sans-serif;
    color: rgba(34, 34, 34, 0.05);
    position: absolute;
    top: -5rem;
}
.products-txtWrap h5 {
    font: 600 6.4rem/7.8rem Montserrat-SemiBold, sans-serif;
    color: #222;
    position: relative;
    max-width: 37.5rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.products-txtWrap h5:after {
    position: absolute;
    content: "";
    width: 7.8rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: rgba(185, 10, 10, 0.6);
    left: 50%;
    top: 50%;
    margin-top: 6.8rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.products-itemsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12.3rem;
}
@media screen and (max-width: 1439px) {
    .products-txtWrap h4 {
        font-size: 23rem;
    }
    .products-itemsWrap {
        max-width: 84rem;
    }
    .shape--light {
        margin-top: -11rem !important;
    }
}
@media screen and (max-width: 1199px) {
    .products-txtWrap h4 {
        font-size: 19rem;
    }

    .pages-Banner-Breadcrumb-txt a {
        margin: 0 1.2rem 1.8rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 280px;
        text-align: center;
        line-height: 2.8rem;
    }

    .pages-Banner-Breadcrumb-txt a span {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .products-txtWrap h4 {
        font-size: 14rem;
    }
    .products-txtWrap h5 {
        font-size: 5.6rem;
        max-width: 33rem;
    }
    .products-txtWrap h5:after {
        margin-top: 5.6rem;
    }
    .products-itemsWrap {
        max-width: 56rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .shape--light {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .products-txtWrap h4 {
        font-size: 10.6rem;
    }
}
@media screen and (max-width: 575px) {
    .products-txtWrap h4 {
        font-size: 19rem;
        font-size: 6rem;
    }
    .products-txtWrap h5 {
        font-size: 3.6rem;
        max-width: 21.5rem;
    }
    .products-txtWrap h5:after {
        margin-top: 2.9rem;
    }
}
.download-brochure,
.download-software {
    background: url(../img/software.webp) no-repeat;
    background-size: cover;
    height: 50rem;
    padding: 5.3rem 0;
}
.download-brochure-Txtwrap,
.download-software-Txtwrap {
    max-width: 32rem;
    margin-left: auto;
    margin-right: 19.4rem;
}
.download-brochure-Txtwrap h6,
.download-software-Txtwrap h6 {
    font: 3.2rem/4.8rem Raleway-Medium, sans-serif;
    color: #222;
    max-width: 16rem;
    margin-bottom: 2.4rem;
    position: relative;
}
.download-brochure-Txtwrap h6:after,
.download-software-Txtwrap h6:after {
    position: absolute;
    content: "";
    width: 5.4rem;
    height: 0.2rem;
    background: #222;
    top: 50%;
    left: 28px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 6rem;
}
.download-brochure-Txtwrap p,
.download-software-Txtwrap p {
    font: 1.4rem/2.8rem Montserrat-Light, sans-serif;
    color: #222;
    max-width: 28.6rem;
    margin-bottom: 2.4rem;
}
.download-brochure {
    background: url(../img/brochure.webp) no-repeat;
    background-position: 50%;
    background-size: cover;
}
.download-brochure-Txtwrap {
    margin-right: auto;
    margin-left: 19.4rem;
}
@media screen and (max-width: 991px) {
    .download-brochure,
    .download-software {
        background-position-x: -100px !important;
    }
    .download-brochure {
        background-position-x: -425px;
    }
}
@media screen and (max-width: 767px) {
    .download-brochure-Txtwrap,
    .download-software-Txtwrap {
        margin-right: 0;
    }
    .download-brochure {
        background-position-x: -600px;
    }
    .download-brochure-Txtwrap {
        margin-left: 0;
        margin-right: auto;
    }
}
@media screen and (max-width: 575px) {
    .download-brochure-Txtwrap,
    .download-software-Txtwrap {
        max-width: 24rem;
    }
    .download-brochure,
    .download-software {
        background-position-x: -245px !important;
    }
    .download-brochure {
        background-position-x: -800px;
    }
}
.camera {
    padding: 8.1rem 0;
    position: relative;
}
.camera:after,
.camera:before {
    position: absolute;
    content: "";
}
.camera:after {
    background: url(../img/svg/FOXTECH.svg) no-repeat;
    bottom: -0.8rem;
    width: 48.8rem;
    height: 8.5rem;
}
.camera:before {
    background: url(../img/svg/circle-pattern.svg) no-repeat;
    top: 0;
    width: 35.1rem;
    height: 35.1rem;
}
.camera-row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.camera-rightCol {
    max-width: 43rem;
    margin-right: 3.2rem;
}
.camera-rightCol h6 {
    color: #222;
    text-align: center;
    font: 6.4rem/6.8rem Montserrat-SemiBold, sans-serif;
    margin-bottom: 4.5rem;
    position: relative;
    max-width: 41.8rem;
}
.camera-rightCol h6:after {
    position: absolute;
    content: "";
    width: 7.8rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: rgba(185, 10, 10, 0.6);
    left: 50%;
    top: 50%;
    margin-top: 5.4rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.camera-rightCol p {
    color: #222;
    font: 1.8rem/3.5rem Montserrat-Light, sans-serif;
}
.camera-leftCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid rgba(88, 130, 237, 0.12);
    max-width: 83.8rem;
}
.camera-leftCol-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 41.8rem;
    flex-basis: 41.8rem;
    padding: 5.7rem 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.camera-leftCol-infoContents {
    max-width: 31.6rem;
}
.camera-leftCol-infoContents h6 {
    color: #222;
    font: 3.2rem/4.8rem Montserrat-Medium, sans-serif;
    position: relative;
}
.camera-leftCol-infoContents h6:after {
    position: absolute;
    content: "";
    width: 5rem;
    height: 0.3rem;
    border-radius: 0.4rem;
    top: 5rem;
    left: 0;
    background: linear-gradient(89.86deg, #d42c2c -30.76%, rgba(212, 44, 44, 0) 100.54%);
}
.camera-leftCol-infoContents p {
    margin-bottom: 0;
    margin-top: 2.8rem;
    color: #222;
    font: 1.6rem/2.8rem Montserrat-Light, sans-serif;
}
.camera-leftCol-info:first-child,
.camera-leftCol-info:nth-child(4) {
    background: rgba(88, 130, 237, 0.12);
}
.camera-leftCol-img {
    -ms-flex-preferred-size: 41.8rem;
    flex-basis: 41.8rem;
    padding: 6.4rem 3.6rem;
}
.camera-leftCol-img img {
    max-width: 34.6rem;
}
@media screen and (max-width: 1439px) {
    .camera:before {
        background-size: cover;
        width: 25.1rem;
        height: 25.1rem;
    }
}
@media screen and (max-width: 1399px) {
    .camera-rightCol {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 3.2rem;
    }
    .camera-rightCol h6 {
        margin-left: auto;
        margin-right: auto;
    }
    .camera-row-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .camera-rightCol p {
        text-align: center;
    }
    .camera:before {
        width: 20.5rem;
        height: 20.5rem;
    }
}
@media screen and (max-width: 991px) {
    .camera-leftCol-info:nth-child(4) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .camera-leftCol-img:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .camera-leftCol-img {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .camera:before {
        width: 15.5rem;
        height: 15.5rem;
    }
}
@media screen and (max-width: 575px) {
    .camera-rightCol h6 {
        font-size: 4.8rem;
    }
    .camera-leftCol {
        max-width: 100%;
    }
    .camera-leftCol-img img {
        max-width: 24rem;
    }
    .camera-leftCol-img {
        max-width: 24rem;
        padding: 6.4rem 0;
    }
    .camera-leftCol-infoContents h6 {
        font-size: 2.8rem;
    }
    .camera:after {
        background-size: contain;
        bottom: -3.6rem;
        width: 300px;
    }
    .camera:before {
        width: 10.5rem;
        height: 10.5rem;
    }
}
.contact {
    padding: 7.2rem 0;
}
.contactRow {
    max-width: 135.6rem;
    margin-left: auto;
}
.contactForm {
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 7.6rem 10.5rem 7.6rem 6.6rem;
    max-width: 66.2rem;
    position: relative;
}
.contactForm:after {
    position: absolute;
    content: "";
    background: url(../img/contactImg.webp) no-repeat;
    background-size: cover;
    height: 51.5rem;
    width: 76.5rem;
    top: 8.2rem;
    left: 56rem;
    margin-left: 3.8rem;
}
.contactForm h6 {
    font: 600 5.6rem/4.2rem Montserrat-SemiBold, sans-serif;
    color: #222;
    position: relative;
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.2rem;
}
.contactForm h6:after {
    position: absolute;
    content: "";
    width: 7.8rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: rgba(185, 10, 10, 0.6);
    left: 50%;
    top: 50%;
    margin-top: 4.8rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contactForm-inputWrap {
    min-height: 5rem;
    margin-bottom: 3.6rem;
}
.contactForm-inputWrap .form-label {
    margin-bottom: 0;
    font: 1.6rem/1.6rem Sen-Regular, sans-serif;
    color: #777;
}
.contactForm-inputWrap .form-control {
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    padding: 1rem 0;
    font: 1.6rem/1.6rem Sen-Regular, sans-serif;
    color: #222;
}
@media screen and (min-width: 1600px) {
    .contactRow {
        margin-right: auto;
    }
}
@media screen and (max-width: 1399px) {
    .contactForm:after {
        width: 56.5rem;
        top: 16.5rem;
        left: 58.5rem;
        background-size: contain;
    }
    .contactRow {
        margin-right: auto;
        max-width: 118.6rem;
    }
}
@media screen and (max-width: 1199px) {
    .contactForm:after {
        display: none;
    }
    .contactForm {
        padding: 7.6rem;
        max-width: 100%;
    }
    .contactRow {
        margin-right: auto;
        max-width: 83.2rem;
    }
}
@media screen and (max-width: 767px) {
    .contactForm {
        padding: 4.8rem;
    }
}
@media screen and (max-width: 575px) {
    .contactForm {
        padding: 2.4rem;
    }
    .contactForm h6 {
        font-size: 4.2rem;
        max-width: 25rem;
    }
    .products-txtWrap h4 {
        top: 4rem;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .products-itemsWrap {
        margin-top: 2rem;
    }
}
.clients {
    background: #f8f8f8;
    padding: 4.8rem 6rem;
}
.clientsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 132rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clientsLeftCol {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    max-width: 37rem;
    margin-right: 4rem;
}
.clientsLeftCol h6 {
    font: 600 6.4rem/6.8rem Montserrat-SemiBold, sans-serif;
    color: #222;
    position: relative;
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.6rem;
}
.clientsLeftCol h6:after {
    position: absolute;
    content: "";
    width: 7.8rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: rgba(185, 10, 10, 0.6);
    left: 4rem;
    top: 50%;
    margin-top: 10.2rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.clientsRightCol {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
}
.clients-sliderContent {
    background: #fff;
    border: 1px solid rgba(34,34,34,.25);
    border-radius: 10px;
    width: 42.5rem;
    padding: 3.6rem 2.4rem;
    min-height: 270px;
}
.clients-sliderContent-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}
.clients-sliderContent-head img {
    max-width: 12rem;
}
.clients-sliderContent-head h6 {
    font: 500 2.4rem/3rem Montserrat-Medium, sans-serif;
    color: #222;
    text-transform: capitalize;
}
.clients-sliderContent-body h6 {
    font: 500 2.4rem/3rem Montserrat-Medium, sans-serif;
    color: #222;
    margin-bottom: 1.8rem;
}
.clients-sliderContent-body p {
    font: 500 1.6rem/3.2rem Montserrat-Regular, sans-serif;
    color: #777;
}
@media screen and (max-width: 1439px) {
    .clientsWrap {
        max-width: 86rem;
    }
}
@media screen and (max-width: 1199px) {
    .clientsLeftCol h6 {
        font-size: 6rem;
    }
    .clientsLeftCol,
    .clientsRightCol {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
    }
    .clientsLeftCol {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 4.8rem;
    }
    .clientsLeftCol h6 {
        max-width: 37rem;
        text-align: center;
    }
    .clientsLeftCol h6:after {
        margin-top: 8.2rem;
        top: 6%;
        left: 50%;
    }
    .clientsWrap {
        max-width: 45rem;
    }
}
@media screen and (max-width: 574px) {
    .clientsLeftCol h6 {
        font-size: 4.2rem;
    }
    .clients {
        padding: 2.4rem;
    }
    .clients-sliderContent-body h6 {
        font: 500 1.8rem/3rem Montserrat-Medium, sans-serif;
    }
    .clientsWrap {
        max-width: 43.4rem;
    }
}
@media screen and (max-width: 479px) {
    .clients-sliderContent {
        max-width: 30rem;
    }
    .clientsWrap {
        max-width: 30.8rem;
    }
}
@media screen and (max-width: 359px) {
    .clients-sliderContent {
        max-width: 28.5rem;
    }
    .clients {
        padding: 2.4rem 1rem;
    }
    .clientsWrap {
        max-width: 29.5rem;
    }
}
#locationModal .modal-body {
    padding: 2.4rem;
    background: url(../img/svg/modal-bg.svg) no-repeat;
    background-size: cover;
    min-height: 38rem;
    border-radius: 0.8rem;
}
#locationModal .modal-content {
    height: 100%;
    border-radius: 8px;
}
.locationModal-contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.locationModal-contentHead {
    position: relative;
    width: 100%;
}
.locationModal-contentHead .logo {
    max-width: 21.4rem;
    margin: 2rem auto 2.4rem;
    display: block;
}
.locationModal-contentHead .close {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    top: -1.2rem;
    cursor: pointer;
}
.locationModal-contentBody-welcome__txt {
    font: 600 1.6rem/1.8rem Raleway-SemiBold, sans-serif;
    color: rgba(23, 97, 174, 0.75);
    margin-bottom: 1.6rem;
}
.locationModal-contentBody-body__txt {
    font: 400 1.6rem/2.7rem Sen-Regular, sans-serif;
    color: rgba(34, 34, 34, 0.75);
    margin-bottom: 2.4rem;
}
.locationModal-contentBody-countrySelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.locationModal-contentBody-countrySelect p {
    font: 400 1.6rem/2.7rem Sen-Regular, sans-serif;
    color: rgba(34, 34, 34, 0.75);
}
.locationModal-contentBody-countrySelect .customNav-select {
    margin-left: 2.9rem;
}
.locationModal-contentBody-countrySelect .customNav-select .nice-select {
    width: 23.5rem;
    margin-bottom: 0;
    padding: 2.2rem 1.5rem 2.2rem 1rem;
}
.locationModal-contentBody-countrySelect .customNav-select .nice-select:after {
    right: 0.8rem;
}
.locationModal-contentFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-top: 5.4rem;
}
.locationModal-contentFooter-followus__txt {
    font: 400 1.6rem/2.7rem Sen-Regular, sans-serif;
    color: rgba(34, 34, 34, 0.75);
}
.locationModal-contentFooter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 1rem;
}
.locationModal-contentFooter ul li {
    margin-right: 1.2rem;
}
.locationModal-contentFooter ul li:last-child {
    margin-right: 0;
}
.locationModal-contentFooter ul li img {
    max-width: 2.4rem;
}
@media screen and (min-width: 576px) {
    #locationModal .modal-dialog {
        max-width: 60.6rem;
    }
}
@media screen and (max-width: 606px) {
    .locationModal-contentBody-countrySelect .customNav-select {
        margin-left: 0;
        margin-top: 2rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .locationModal-contentBody-countrySelect p {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}
.aboutBanner {
    background: url(../img/about-banner.webp) no-repeat 50%;
    background-size: cover;
    height: 60rem;
}
.aboutBanner-txt {
    max-width: 22rem;
}
.aboutBanner-txt h1 {
    font: 4.8rem/3.5rem Raleway-ExtraBold, sans-serif;
    color: #fff;
    margin-bottom: 3.2rem;
}
.aboutBanner-Breadcrumb-txt {
    font: 2.4rem/1.5rem Raleway-SemiBold, sans-serif;
    color: #fff;
    margin-bottom: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 22rem;
}
.aboutBanner-Breadcrumb-txt:after {
    position: absolute;
    content: "";
    height: 2.8rem;
    width: 0.3rem;
    top: -6px;
    background: #fff;
    right: 12.6rem;
    border-radius: 0.4rem;
}
.aboutBanner-Breadcrumb-txt--active {
    color: #fea700;
    margin-left: 2.4rem;
}
.aboutContent {
    padding: 7.2rem 0;
}
.aboutContent .row {
    margin-bottom: 7.2rem;
}
.aboutContent .row:last-child {
    margin-bottom: 0;
}
.aboutContent-txts h2 {
    font: 6.4rem/6.8rem Raleway-Bold, sans-serif;
    color: #222;
    position: relative;
    margin-bottom: 2.4rem;
}
.aboutContent-txts h2:after {
    position: absolute;
    content: "";
    width: 9.7rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: #5882ed;
    left: 0;
    top: 90px;
}
.aboutContent-txts h2 + p {
    margin-top: 5.4rem;
}
.aboutContent-txts p {
    font: 1.6rem/3rem Sen-Regular, sans-serif;
    color: #777;
    margin-bottom: 2rem;
}
.aboutContent-txts p:last-child {
    margin-bottom: 0;
}
.aboutContent-img {
    max-width: 54.5rem;
}
@media screen and (max-width: 1199px) {
    .aboutContent-img {
        margin-top: 7.2rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 575px) {
    .aboutContent {
        padding: 4.8rem 0;
    }
    .aboutContent-img {
        margin-top: 4.8rem;
    }
}
.product-slide-body .slick-slide {
    margin-right: 4rem;
}
.product-slide-body .slick-disabled {
    background: blue;
}
.product-slide-body .product-slide-next-arrow,
.product-slide-body .product-slide-prev-arrow {
    background: url(../img/svg/right-arrow.svg) 50% no-repeat;
    width: 2.8rem;
    height: 2.8rem;
    top: -8.8rem;
    right: 0.3rem;
    position: absolute;
    padding: 1.5rem;
    border-radius: 50%;
    border: none;
    z-index: 1;
    display: none;
}
.product-slide-body .product-slide-next-arrow.slick-disabled,
.product-slide-body .slick-disabled.product-slide-prev-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../img/svg/left-arrow.svg) 50% no-repeat;
}
.product-slide-body .product-slide-prev-arrow {
    background: url(../img/svg/right-arrow.svg) 50% no-repeat;
    right: 3rem;
    margin-right: 1.6rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-slide-body .product-slide-prev-arrow.slick-disabled {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(../img/svg/left-arrow.svg) 50% no-repeat;
}
@media screen and (max-width: 575px) {
    .product-slide-body .product-slide-next-arrow,
    .product-slide-body .product-slide-prev-arrow {
        top: -4.5rem;
    }
}
.pages-Banner {
    background-size: cover !important;
    height: 60rem;
}
.pages-Banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pages-Banner-txt h1 {
    font: 4.8rem/4.5rem Raleway-ExtraBold, sans-serif;
    color: #fff;
    margin-bottom: 3.2rem;
    text-align: center;
}
.pages-Banner-Breadcrumb-txt {
    font: 2.4rem/1.5rem Raleway-SemiBold, sans-serif;
    margin-bottom: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pages-Banner-Breadcrumb-txt a {
    color: #fff !important;
    margin: 0 1.2rem;
    position: relative;
}
.pages-Banner-Breadcrumb-txt a span {
    position: absolute;
    right: -1.6rem;
}
.pages-Banner-Breadcrumb-txt a.pages-Banner-Breadcrumb-txt--active {
    color: #fea700 !important;
    margin-left: 1.2rem !important;
}
.allproductsList__bannerImg {
    background: url(../img/products-list-banner.webp) no-repeat 50%;
}
.body--bg {
    background-color: #f5f5f7;
    padding: 7.2rem 0;
}
@media screen and (max-width: 991px) {
    .pages-Banner {
        background-position: -13rem !important;
    }
}
.productsList-txtsWrap {
    max-width: 57.3rem;
    margin-left: auto;
    margin-right: auto;
}
.productsList-txtsWrap h2 {
    font: 6.4rem/7.9rem Raleway-Bold, sans-serif;
    color: #222;
    position: relative;
    text-align: center;
    margin-bottom: 4.8rem;
}
.productsList-txtsWrap h2:after {
    position: absolute;
    content: "";
    width: 9.7rem;
    border-radius: 0.4rem;
    background: #5882ed;
    margin-top: 2.4rem;
    height: 0.45rem;
    left: 50%;
    top: 92%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.productsList-txtsWrap p {
    font: 1.6rem/3rem Sen-Regular, sans-serif;
    color: #777;
    text-align: center;
}
.productsList-detailsWrap {
   /* max-width: 96.8rem;*/
    max-width: 98.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.4rem;
    display: block;
}
.productsList-detailsWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productsList-detailsWrap ul li {
    margin-right: 6.6rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 18.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.productsList-detailsWrap ul li:last-child {
    margin-right: 0;
}
.productsList-detailsWrap-items img {
    width: 13rem;
    height: 13rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.productsList-detailsWrap-items a {
    font: 400 1.4rem/1.4rem Sen-Regular, sans-serif;
    color: #222;
    display: block;
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem;
    max-width: 14.8rem;
}
.productsList-detailsWrap-items a.active-productItem {
    font: 400 1.4rem/1.4rem Sen-Bold, sans-serif;
    color: #5882ed;
    border-bottom: 1px solid rgba(212, 44, 44, 0.5);
    padding-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
    .productsList-detailsWrap ul li {
        margin-right: 6rem;
    }
}
@media screen and (max-width: 991px) {
    .productsList-detailsWrap {
        max-width: 58.8rem;
    }
    .productsList-detailsWrap li:nth-child(3) {
        margin-right: 0;
    }
    .productsList-detailsWrap ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .productsList-txtsWrap h2 {
        font-size: 3.7rem;
        line-height: 5.5rem;
    }
    .productsList-txtsWrap h2:after {
        top: 85%;
    }
}
@media screen and (max-width: 767px) {
    .productsList-detailsWrap ul li {
        margin-right: 4.9rem;
    }
    .pages-Banner-Breadcrumb-txt a {
        margin: 0 1.2rem 1.8rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 280px;
        text-align: center;
    }
    
}
@media screen and (max-width: 575px) {
    .productsList-detailsWrap {
        margin-top: 2.4rem;
    }
    .productsList-detailsWrap ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .productsList-detailsWrap ul li {
        margin-right: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .productsList-detailsWrap-items a {
        max-width: 100%;
    }
    .pages-Banner-txt h1 {
        font-size: 3.2rem;
        text-align: center;
    }
    .pages-Banner-txt {
        width: 100%;
    }
    .productsList-txtsWrap h2 {
        font-size: 3.4rem;
    }
}
.product-slideWrap {
    max-width: 119.1rem;
    margin: auto;
    margin-top: 7.2rem;
}
.product-slide-head {
    margin-bottom: 6.4rem;
}
.product-slide-head h2 {
    font: 3.2rem/2.4rem Raleway-Bold, sans-serif;
    color: #222;
    position: relative;
}
.product-slide-head h2:after {
    content: "";
    position: absolute;
    width: 7.5rem;
    border: 0.3rem solid #5882ed;
    border-radius: 0.4rem;
    left: 0;
    top: 2.3rem;
    margin-top: 2.4rem;
}
.product-slide-content {
    background: #fdfdfe;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 1.8rem;
    /*max-width: 40rem;*/
    padding: 2.9rem;
    position: relative;
    min-height: 33.3rem;
    margin-bottom: 10px;
}
.product-slide-contentHead h3 {
    font: 2.4rem/2.4rem Sen-Bold, sans-serif;
    color: #777;
    margin-bottom: 2.4rem;
}
.product-slide-contentBody p {
    font: 1.6rem/3rem Sen-Regular, sans-serif;
    color: #777;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slide-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-slide-img img {
    max-width: 14.5rem;
    height: 14rem;
    border-radius: 1.8rem;
}
@media screen and (min-width: 1600px) {
    .product-slideWrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 109rem;
    }
}
@media screen and (max-width: 1365px) {
    .product-slideWrap {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    .product-slide-body .slick-slide {
        margin: 0 2.2rem;
    }
    .product-slideWrap {
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }
    .product-slide-content {
        /*max-width: 30rem;*/
        padding: 1.6rem 1.6rem 0;
    }
    .product-slide-head h2 {
        font-size: 2.4rem;
    }
    .product-slide-head h2:after {
        width: 6.5rem;
        top: 1.5rem;
    }
    .product-slide-img img {
        width: 12rem;
        height: 13rem;
    }
}
#sidenav-container {
    display: grid;
    grid-template: 1fr/27rem 113.2rem;
}
#sidenav-close,
#sidenav-open {
    display: none;
}
#sidenav-open {
    margin-bottom: 2.4rem;
}
#sidenav-open span {
    font: 2.4rem/3rem Sen-Regular, sans-serif;
    color: #777;
}
#sidenav-open img {
    max-width: 2rem;
    position: relative;
    top: -5px;
}
#sidenav-sidemenu {
    padding: 0 2rem 0 0;
}
@media screen and (max-width: 1439px) {
    #sidenav-container {
        display: grid;
        grid-template: 1fr/26.8rem 1fr;
    }
}
@media screen and (max-width: 1199px) {
    #sidenav-container {
        grid-template: 1fr / repeat(2, 1fr);
    }
    #sidenav-close,
    #sidenav-open {
        display: block;
    }
    #sidenav-sidemenu {
        position: fixed;
        top: 0;
        height: 100vh;
        overflow-x: hidden;
        visibility: hidden;
        width: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        background-color: #f5f5f7;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    #sidenav-contentWrap,
    #sidenav-sidemenu {
        grid-column: 1/-1;
        grid-row: 1/-1;
    }
    .sidenav--d--block {
        visibility: visible !important;
        width: 30rem !important;
    }
    .overlay--width {
        width: 100% !important;
    }
    #sidenav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        width: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}
@media screen and (max-width: 1199px) {
    #sidenav-contentWrap {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    #sidenav-sidemenu {
        padding: 1.6rem;
    }
    #sidenav-close {
        float: right;
    }
    #sidenav-close:after {
        content: "";
        clear: both;
        display: table;
    }
}
.subcategory-menuItems .accordion-button,
.subcategory-menuItems .accordion-item {
    background-color: transparent;
    border: none;
}
.subcategory-menuItems .accordion-button:focus,
.subcategory-menuItems .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.subcategory-menuItems .accordion-header {
    padding: 0 0 0 1.25rem;
    margin-bottom: 2.4rem;
}
.subcategory-menuItems .accordion-header a {
    font: 1.4rem/1.7rem Sen-Regular, sans-serif;
    color: #222;
    padding: 0;
    position: relative;
}
.subcategory-menuItems .accordion-header a:before {
    position: absolute;
    content: "";
    background: url(../img/svg/dots.svg);
    width: 0.3rem;
    height: 1.6rem;
    background-size: cover;
    top: 0;
    left: -1.2rem;
}
.subcategory-menuItems .accordion-button:not(.collapsed) {
    color: #5882ed;
   font-weight: bold;
}
.subcategory-menuItems .accordion-collapse.collapse.show {
    position: relative;
}
.subcategory-menuItems .accordion-collapse.collapse.show:after {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 100%;
    width: 0.2rem;
    top: 0;
    left: 1.2rem;
    border-radius: 4px;
}
.subcategory-menuItems .accordion-collapse.collapse.show h2 {
    margin-bottom: 1.6rem;
}
.subcategory-menuItems .accordion-body {
    padding: 0 1.25rem;
}
/*#accordionProducts .accordion-button:after,
.subcategory .accordion-header a:before {
    display: none;
}*/
.subcategory .accordion-header a:before {
    display: none;
}
.accordion__arrow__wrap {
    position: relative;
    display: block;
    cursor: pointer;
}
.accordion__arrow__wrap:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    right: 0;
}
.rotate--arrow {
    position: relative;
    display: block;
    cursor: pointer;
}
.rotate--arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    right: 0;
}
.inactive--accordion--anchor {
    font: 1.4rem/1.7rem Sen-Regular, sans-serif !important;
    color: #222 !important;
}
.subcategory-wrap {
    max-width: 138.7rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.2rem;
}
.subcategory-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.subcategory-contentsBox {
    padding: 3.2rem 2.6rem;
    background: #fdfdfe;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 1.8rem;
    max-width: 35rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.subcategory-contentsBox:last-child {
    margin-right: 0;
}
.subcategory-contentsBox-head {
    max-height: 17.4rem;
    margin-bottom: 2.4rem;
    margin-left: auto;
    margin-right: auto;
}
.subcategory-contentsBox-head img {
    max-height: 17.4rem;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.subcategory-contentsBox-body h3 {
    font: 2.4rem/3rem Sen-Bold, sans-serif;
    color: #777;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}
.subcategory-contentsBox-body p {
    font: 1.6rem/3rem Sen-Regular, sans-serif;
    color: #777;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subcategory-menuHead {
    position: relative;
    margin-bottom: 2.4rem;
}
.subcategory-menuHead:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background: #ddd;
    bottom: 0;
    margin-top: 1.6rem;
}
.subcategory-menuHead h2 {
    font: 2.4rem/4.6rem Raleway-SemiBold, sans-serif;
    color: #222;
    text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
    .subcategory-contentsBox:nth-child(3) {
        margin-right: 0;
    }
    .subcategory-wrap {
        max-width: 133.7rem;
    }
    .subcategory-contentsBox {
        max-width: 34.3rem;
    }
}
@media screen and (max-width: 1356px) {
    .subcategory-wrap {
        max-width: 118rem;
    }
    .subcategory-contentsBox {
        max-width: 29rem;
        margin-right: 1.4rem;
        margin-bottom: 1.4rem;
    }
}
@media screen and (max-width: 1199px) {
    .subcategory-contentsBox {
        max-width: 30rem;
    }
    .subcategory-contents {
        margin-left: auto;
        margin-right: auto;
        max-width: 97rem;
    }
}
@media screen and (max-width: 991px) {
    .subcategory-contentsBox {
        max-width: 31rem;
    }
    .subcategory-contents {
        max-width: 100%;
    }
    .subcategory-contentsBox:nth-child(3) {
        margin-right: 2rem;
    }
    .subcategory-contentsBox:nth-child(2n) {
        margin-right: 0;
    }
    .subcategory-contents {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
    }
}
@media screen and (max-width: 767px) {
    .subcategory-contentsBox {
        max-width: 100%;
        width: 100%;
        margin-right: 0 !important;
    }
    .subcategory-contents {
        max-width: 40rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 575px) {
    .subcategory-wrap {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 339px) {
    .subcategory-contentsBox {
        max-width: 30rem;
    }
    .subcategory-contentsBox-head,
    .subcategory-contentsBox-head img {
        max-width: 25rem;
    }
}
.productDescription-leftCol-SliderWrap .slider-for {
    max-width: 35.2rem;
    margin: 0 auto;
    overflow: hidden;
}
.productDescription-leftCol-SliderWrap img {
    width: 100%;
    min-height: 100%;
}
.productDescription-leftCol-SliderWrap .slider-for img {
    padding: 1.6rem 1.6rem 0;
}
.productDescription-leftCol-SliderWrap .slider-nav {
    max-width: 35.2rem;
    margin: 1.6rem auto 0;
}
.productDescription-leftCol-SliderWrap .slider-nav .slick-slide img {
    opacity: 0.5;
}
.productDescription-leftCol-SliderWrap .slider-nav .slick-current.slick-active img {
    border: 1px solid #5882ed;
    opacity: 1;
}
.productDescription-leftCol-SliderWrap .slider-nav img {
    padding: 1.6rem;
}
@media screen and (max-width: 575px) {
    .productDescription-leftCol-SliderWrap .slider-for,
    .productDescription-leftCol-SliderWrap .slider-nav {
        max-width: 30rem;
    }
}
.commonModal .modal-content {
    border-radius: 0.8rem;
    background-color: #f6f7fb;
}
.commonModal .modal-body {
    padding: 2.4rem;
}
.commonModal .modal-body h4 {
    font: 2.4rem/3.6rem Barlow-SemiBold, sans-serif;
    color: #555;
    text-align: center;
    margin-bottom: 2.4rem;
}
.commonModal .modal-body label {
    color: #a0a0a0;
    font: 1.4rem/1.9rem Sen-Regular, sans-serif;
}
.commonModal .modal-body .form-control {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none !important;
    padding: 1rem 1.5rem;
    min-height: 50px;
    font: 1.6rem/1.9rem Sen-Regular, sans-serif;
    color: #555;
}
.commonModal .modal-body textarea {
    resize: none;
}
.productDescription-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 96.3rem;
}
.productDescription-leftCol {
    max-width: 38rem;
}
.productDescription-leftCol-featureIcon img {
    max-width: 5.4rem;
    margin-bottom: 1.6rem;
    margin-right: 1rem;
}
.productDescription-rightCol {
    margin-left: 32px;
}
.productDescription-rightCol h3 {
    font: 3.6rem/6.4rem Sen-Bold, sans-serif;
    max-width: 41.4rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 3.2rem;
}
.productDescription-rightCol p {
    font: 1.6rem/3.3rem Sen-Regular, sans-serif;
    max-width: 53.4rem;
    color: #777;
    margin-bottom: 3.2rem;
}
.productDescription-rightCol-code h4 {
    font: small-caps 2.4rem/3.3rem Raleway-Bold, sans-serif;
    color: #000;
    margin-bottom: 3.2rem;
}
.productDescription-rightCol-code h4 span {
    font: 2.4rem/3.3rem Sen-Bold, sans-serif;
    color: #d42c2c;
    margin-left: 1.9rem;
}
.productDescription-rightCol-shareWithUs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productDescription-rightCol-shareWithUs h5 {
    font: small-caps 2.4rem/3.3rem Raleway-Bold, sans-serif;
    color: #000;
}
.productDescription-rightCol-shareWithUs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.9rem;
}
.productDescription-rightCol-shareWithUs ul li {
    margin-right: 3.2rem;
}
.productDescription-rightCol-shareWithUs ul li:last-child {
    margin-right: 0;
}
.productDescription-rightCol-shareWithUs ul li a img {
    width: 2.4rem;
}
.productDescription-accordion {
    margin-top: 4.2rem;
    max-width: 100.8rem;
    padding: 0 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.productDescription-accordion .accordion-item {
    margin-bottom: 4.2rem;
    border-radius: 0.8rem;
}
.productDescription-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.productDescription-accordion .accordion-header button {
    font: 2.4rem/4.3rem Raleway-SemiBold, sans-serif;
    color: #fff;
    padding: 1.3rem 2.2rem;
}
.productDescription-accordion .accordion-header button[aria-expanded="true"] {
    background-color: #5882ed;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
}
.productDescription-accordion .accordion-header button[aria-expanded="false"] {
    border-radius: 0.8rem;
    background-color: rgba(34, 34, 34, 0.85);
}
.productDescription-accordion .accordion-body {
    font: 1.6rem/3.3rem Sen-Regular, sans-serif;
    color: #777;
    padding: 3.6rem;
}
.productDescription-accordion .accordion-button:after {
    background: url(../img/svg/accordion-plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.productDescription-accordion .accordion-button:not(.collapsed):after {
    background: url(../img/svg/accordion-minus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.productDescription-accordion .accordion-button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.productDescription-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}
.accordion-active {
    color: #5882ed !important;
    font: 1.4rem/1.7rem Sen-Regular, sans-serif !important;
    font-weight: bold!important;
}
@media screen and (max-width: 1439px) {
    .productDescription-rightCol {
        margin-left: 26px;
    }
}
@media screen and (max-width: 991px) {
    .productDescription-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 1.5rem;
    }
    .productDescription-leftCol,
    .productDescription-rightCol {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .productDescription-rightCol {
        margin-left: 0;
        margin-top: 3.2rem;
    }
    .productDescription-rightCol h3,
    .productDescription-rightCol p {
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .productDescription-row {
        padding: 0;
    }
    .productDescription-rightCol h3 {
        font: 2.8rem/5.4rem Sen-Bold, sans-serif;
    }
    .productDescription-accordion .accordion-header button {
        font: 1.9rem/3.5rem Raleway-SemiBold, sans-serif;
    }
    .productDescription-accordion .accordion-body {
        padding: 2rem;
    }
}
@media screen and (max-width: 425px) {
    .productDescription-rightCol-shareWithUs ul {
        margin-top: 1.6rem;
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 340px) {
    .productDescription-rightCol h3 {
        font: 2.5rem/5.4rem Sen-Bold, sans-serif;
    }
}
.contact__bannerImg {
    background: url(../img/contact-banner.webp) no-repeat 50%;
}
.contact-formWrap {
    max-width: 49.2rem;
}
.contact-formWrap h2 {
    font: 600 6.4rem/8rem Montserrat-SemiBold, sans-serif;
    color: #222;
    position: relative;
    max-width: 38.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.6rem;
}
.contact-formWrap h2:after {
    position: absolute;
    content: "";
    width: 7.8rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: #5882ed;
    left: 50%;
    top: 50%;
    margin-top: 4.8rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-formWrap .contactForm-inputWrap {
    margin-bottom: 4rem;
}
.contact-formWrap .contactForm-inputWrap textarea {
    resize: none;
}
.contact-formWrap .contactForm-inputWrap .nice-select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    color: #3f4145;
    font: 1.6rem/1.9rem Sen-Regular, sans-serif;
    padding: 1.175rem 0.75rem 1.175rem 0;
    height: 4.35rem;
    margin-bottom: 4rem;
}
.contact-formWrap .contactForm-inputWrap .nice-select .list {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}
.contact-form-row {
    max-width: 95.7rem;
    margin: 7.2rem auto;
}
.contact-form__rightImg {
    max-width: 29.2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.contact-details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7.2rem;
}
.contact-details-box {
    max-width: 42.7rem;
    padding: 6.4rem 8.8rem;
    position: relative;
}
.contact-details-box:after {
    position: absolute;
    content: "";
    width: 0.2rem;
    background-color: #5882ed;
    height: 18.8rem;
    top: 4rem;
    right: 0;
}
.contact-details-box:last-child:after {
    display: none;
}
.contact-details-box h3 {
    font: 700 3.6rem/8rem Raleway-Bold, sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.contact-details-box a {
    font: 400 2.4rem/4rem Sen-Regular, sans-serif;
    color: #777;
    text-align: center;
}
@media screen and (max-width: 1239px) {
    .contact-details-box {
        padding: 5.8rem;
    }
    .contact-details-box h3 {
        font-size: 2.8rem;
        line-height: 4rem;
    }
    .contact-details-box a {
        font-size: 1.8rem;
    }
    .contact-details-box:after {
        top: 3rem;
        height: 13.5rem;
    }
}
@media screen and (max-width: 991px) {
    .contact-formWrap {
        margin: 0 auto 3.6rem;
    }
    .contact-details-box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 2.6rem;
    }
    .contact-details-box a {
        display: block;
    }
    .contact-details-box:after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .contact__bannerImg {
        background-position: -34rem !important;
    }
}
@media screen and (max-width: 575px) {
    .contact-formWrap h2 {
        font-size: 4.2rem;
        text-align: center;
    }
}
.downloadsBanner {
    background: url(../img/download-banner.png) no-repeat;
    background-size: cover;
    height: 42rem;
    background-position: 50%;
}
.downloadsBanner-txt {
    max-width: 45rem;
}
.downloadsBanner-txt h1 {
    font: 600 4.4rem/7.2rem Raleway-SemiBold, sans-serif;
    color: #222;
    text-align: center;
}
.downloadsBanner-txt p {
    font: 400 1.6rem/2.4rem Sen-Regular, sans-serif;
    color: #777;
    text-align: center;
}
.downloads-datatable {
    padding: 7.2rem 0;
}
.downloads-datatable-wrap {
    max-width: 98.5rem;
    margin-left: auto;
    margin-right: auto;
}
.downloads-datatable-wrap .table > tbody {
    vertical-align: middle;
}
.downloads-datatable-wrap .dataTables_length label {
    font: 400 1.6rem/3.3rem Sen-Regular, sans-serif;
    color: #777;
}
.downloads-datatable-wrap .dataTables_length select {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    font: 400 1.6rem/3.3rem Sen-Regular, sans-serif;
    color: #000;
    margin: 0 0.8rem;
    border: 1px solid hsla(0, 0%, 47%, 0.459);
    border-radius: 0.8rem;
}
.downloads-datatable-wrap .dataTables_length select:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.downloads-datatable-wrap div.dataTables_wrapper div.dataTables_filter label {
    font: 400 1.6rem/3.3rem Sen-Regular, sans-serif;
    color: #777;
}
.downloads-datatable-wrap div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #777;
    border-radius: 4px;
    height: 4rem;
    width: 27.2rem;
    padding: 1.5rem;
    border: 1px solid hsla(0, 0%, 47%, 0.459);
    color: #000;
    font: 400 1.6rem/3.3rem Sen-Regular, sans-serif;
}
.downloads-datatable-wrap .table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}
.downloads-datatable-wrap .table > tbody > tr:last-child > td {
    border-bottom: none;
}
.downloads-datatable-wrap div.dataTables_wrapper div.dataTables_info {
    font: 400 1.6rem/1.6rem Sen-Regular, sans-serif;
    color: #777;
}
.downloads-datatable-wrap .page-link {
    font: 400 2rem/1.6rem Sen-Regular, sans-serif;
    color: #222;
}
.downloads-datatable-wrap .page-item.active .page-link {
    color: #222;
    background-color: transparent;
    border-color: transparent;
    margin: 0 2.4rem;
}
.downloads-datatable-wrap .page-item.active .page-link:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.downloads-datatable-wrap .page-link {
    border: none;
}
.downloads-datatable-wrap table.dataTable thead > tr > th.sorting:after,
.downloads-datatable-wrap table.dataTable thead > tr > th.sorting:before,
.downloads-datatable-wrap table.dataTable thead > tr > th.sorting_asc:after,
.downloads-datatable-wrap table.dataTable thead > tr > th.sorting_asc:before {
    display: none;
}
.downloads-datatable-leftCol {
    max-width: 48.9rem;
    margin: 3rem 0;
}
.downloads-datatable-leftCol h2 {
    font: 400 2.4rem/4.6rem Sen-Regular, sans-serif;
    color: #222;
}
.downloads-datatable-leftCol p {
    font: 400 1.6rem/2.4rem Sen-Regular, sans-serif;
    color: #777;
}
.downloads-datatable-rightCol {
    margin: 3rem 0;
}


@media screen and (max-width: 767px) {

    .downloads-table-responsive {

        overflow: hidden;

    }

    .downloads-datatable-wrap div.dataTables_wrapper div.dataTables_info,

    .downloads-table-responsive .dataTables_length {

        margin-bottom: 1.6rem;

    }

    .downloads-datatable-wrap table {

        width: 100%;

    }

 

    .downloads-datatable-leftCol h2 {

        font-size: 16px;

        line-height: 25px;

    }

    .dataTable .odd,

    .dataTable .even {

        display: flex;

        justify-content: space-between;

        width: 34rem;

    }

}
/*# Added by Anoop P */
@media screen and (max-width: 350px) {
    .downloads-table-responsive {
        overflow: auto;
    }
    .downloads-datatable-wrap div.dataTables_wrapper div.dataTables_info,
    .downloads-table-responsive .dataTables_length {
        margin-bottom: 1.6rem;
    }
    .downloads-datatable-wrap table {
        width: 100%;
    }
    .downloads-datatable-leftCol h2 {
        font-size: 13px;
        line-height: 22px;
    }
    .dataTable .odd,
    .dataTable .even {
        display: flex;
        justify-content: space-between;
        width: 28rem;
    }
    .datatable__download__btn {
        width: 11.4rem;
    }
    .datatable__download__btn {
        width: 11.4rem;
        font-size: 10px !important;
    }
}

/*# sourceMappingURL=style.css.map */

/*.productDescription-leftCol-SliderWrap .slider-nav .slick-slide:last-child {
    width: 11.6rem!important;
}
*/

@media screen and (min-width: 576px){
.productDescription-leftCol-SliderWrap .slider-nav .slick-slide:last-child {
width: 11.6rem!important;
}
}

body.modal-open[style] {
padding-right: 0!important;
}
body.modal-open {
overflow: auto!important;
}

@media screen and (min-width:1440px){
.products-itemsWrap {
justify-content: center;
}
}

@media screen and (min-width:1200px){
    .productsList-detailsWrap ul {
    justify-content: space-between;
    }
    .productsList-detailsWrap {
       /* max-width: 96.8rem;*/
        max-width: 103.8rem;
    }
}

.dropdown-item--active {
    background-color: #e9ecef;
}

/* new changes header_dealer welcome */

.customNav-select{
          position: relative;
      }
      .customNav-select p{
        font: 1.4rem/2.4rem Sen-Regular,sans-serif;
        letter-spacing: 0;
        color: #555;
        margin-bottom: 1.2rem;
        position: absolute;
        z-index: 3;
        top:-20px;
      }
      .customNav-select a{
        font: 1.4rem/2.6rem Sen-Regular,sans-serif;
        color: #5882ed;
      }
      .customNav-select .nice-select {
            padding: 1.5rem;
       }
       header .customNav {
            padding: 2rem 1.5rem!important;
        }
      /*  .customNav-select .nice-select{
            margin-top: 1rem;
        }*/

        .customNav-select__p+select+.nice-select {
    margin-top: 1rem;
}

        @media screen and (max-width:1199px){
            .customNav-select{
                max-width: 240px;
                margin-left: auto;
                margin-right: auto;
            }
            .customNav-select p {
                width: 100%;
            }
            .customNav-select__p+select+.nice-select {
                margin-top: 2.4rem;
            }
            .customNav-select p {
                top: -26px;
            }
        }

        h3.privacy_title {
                padding-top: 40px;
                font-size: 25px;
                padding-bottom: 10px;
            }

            .nav-product-dropdown {

    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out

}

/*Newly Added by chinchu*/
.nav-product-dropdown-menu {

    padding: 0 !important;

    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);

    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);

    border-radius: .4rem;

    opacity: 0;

    display: block !important;

    -webkit-transform-origin: 50% 0;

    transform-origin: 50% 0;

    margin-top: 1.5rem;

    -webkit-transform: scale(.75) translateY(-21px);

    transform: scale(.75) translateY(-21px);

    height: 0;

    pointer-events: none;

    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;

    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out

}

.nav-product-dropdown-menu.show {

    opacity: 1;

    -webkit-transform: scale(1) translateY(0);

    transform: scale(1) translateY(0);

    display: block !important;

    height: auto;

    pointer-events: auto

}

.nav-product-dropdown-menu li a {

    font: 400 1.3rem/1.9rem Sen-Regular, sans-serif !important;

    padding: 0 2.9rem 0 1.8rem !important;

    line-height: 4rem !important;

    min-height: 4rem

}

.nav-product-dropdown-menu li a:focus,

.nav-product-dropdown-menu li a:hover {

    background-color: #f6f6f6

}

.nav-product-dropdown-menu li:first-child a {

    border-top-left-radius: .4rem;

    border-top-right-radius: .4rem

}

.nav-product-dropdown-menu li:last-child a {

    border-bottom-left-radius: .4rem;

    border-bottom-right-radius: .4rem

}

@media screen and (max-width:1199px) {

    .nav-product-dropdown-menu {

        margin-top: 0;

        max-width: 30rem;

        margin-left: auto;

        margin-right: auto;

        overflow: hidden

    }

}

.subcategory-menuItems .accordion-header a,.view__product__btn{
-webkit-appearance: none;
}
.subcategory-contentsBox-head img {

    border-radius: 10px;

}
.mb--24{
    margin-bottom: 24px;
}
.select2-container {
    height: 44px!important;
    width: 100%!important;
    max-width: 39.2rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px;
}
.select2-container .select2-selection--single {
    height: 100%!important;
}   
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px!important;
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif;
}
.select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: none!important;
    border-radius: 0px!important;
    border-bottom: 1px solid #8793bc!important;
}
.select2-results__option--selectable{
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif;
}
.iti,.iti input, .iti input[type=text], .iti input[type=tel] {
    width: 100%;
    max-width: 39.2rem;
    height: 44px;
    border: none;
    border-bottom: 1px solid #8793bc!important;
    font: 1.6rem/1.9rem Barlow-Regular, sans-serif;
    background: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
}
.login__fa__btn {
    border: 1px solid #5882ed;
    max-width: 60px;
    font-size: 25px;
   /* padding: 14px;*/
}
@media screen and (max-width:1199px){
    .iti, .iti input, .iti input[type=text], .iti input[type=tel]{
        max-width: 100%;
    }
}
@media screen and (max-width: 375px){
    .select2-container {
      max-width: 29.2rem;
    }  
}
.regWraper a:not(:last-child){
    margin-right: 12px;
    position: relative;
}
.regWraper a:last-child{
    margin-left: 12px;
}
.regWraper a:not(:last-child):after{
    position: absolute;
    content: '';
    width: 1px;
    height: 24px;
    top: 0px;
    right: -12px;
    background: rgba(34, 34, 34, 0.75);
    border-radius: 4px;
}
@media screen and (max-width: 1199px){
    .regWraper a{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .regWraper a:not(:last-child){
        margin-bottom: 10px;
    }
    .regWraper a:last-child{
        margin-left: 0;
    }
    .regWraper a:not(:last-child):after{
        display: none;
    }
    .login .register-sec p,.regWraper {
        flex-basis: 100%;
        text-align: center;
    }
}
/* Select2 js container */
@media screen and (max-width:1199px){
    .select2-dropdown.select2-dropdown--below{
        width: auto!important;
    }
    .select2-container--below{
        max-width:100%;
    }
    span.select2.select2-container.select2-container--default{
        max-width: 100%!important;
    }
}
/* Sidebar */
.subcategory-menuHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subcategory-menuHead:after {
  background: #1761ae;
  bottom: -0.8rem;
  margin-top: 1.8rem;
}
.subcategory-menuHead img {
  max-width: 2.2rem;
  margin-right: 0.9rem;
}
.subcategory-menuHead h2 {
  color: #1761ae;
  margin-bottom: 0;
}
.subcategory-menuItems {
  margin-top: 3.2rem;
}
.mainCategory >.d-flex > h2:first-child {
  padding: 0;
}
.mainCategory > .d-flex > h2:first-child a {
  color: #1761ae;
}
.mainCategory > .d-flex > h2 .accordion-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, hsla(0, 0%, 100%, 0.28)),
    color-stop(99.64%, rgba(210, 214, 219, 0.28))
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.28) 30%,
    rgba(210, 214, 219, 0.28) 99.64%
  );
  border: 1px solid rgba(34, 34, 34, 0.17);
  border-radius: 4px;
  min-height: 4.5rem;
  color: #222 !important;
}
.mainCategory > .d-flex > h2 .accordion-button img {
  max-width: 3rem;
  margin-right: 0.7rem;
}
.mainCategory > .d-flex > h2 .accordion-button:not(.collapsed) {
  color: #222;
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.15);
}
.subcategory-menuItems .accordion-header a:before {
  display: none;
}
.accordion-button:after {
  margin-left: 7px;
}
.subcategory-menuItems .accordion-button:not(.collapsed) {
  color: #222;
  background-color: #fff;
  padding: 8px !important;
  border-radius: 0.4rem;
  border: 1px solid rgba(34, 34, 34, 0.15);
  min-height: 4.5rem;
}
.accordion-active {
  color: #222 !important;
  background-color: #fff;
  padding: 8px !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.4rem;
  min-height: 4.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(34, 34, 34, 0.15) !important;
  background: #fff !important;
}
.accordion-button:after {
  background-image: none;
}
/*.accordion-button[data-bs-toggle]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion__arrow__wrap {
    display: none!important;
}
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")!important;
}*/
.has-subcat::after,.no-subcat:after,.accordion-button:not(.collapsed)::after {
  background-image: none!important;
}
.mainCategory > .d-flex > h2:first-child a{
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, hsla(0, 0%, 100%, 0.28)),
    color-stop(99.64%, rgba(210, 214, 219, 0.28))
  );
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.28) 30%,
    rgba(210, 214, 219, 0.28) 99.64%
  );
  border: 1px solid rgba(34, 34, 34, 0.17);
  border-radius: 4px;
  min-height: 4.5rem;
  color: #222 !important;
}
/*.subcategory-menuItems .accordion-body {
    margin-bottom: 2.4rem;
}*/
.subcategory-menuItems .accordion-collapse.collapse.show .d-flex {
    margin-bottom: 1.6rem;
}
.subcategory-menuItems .accordion-collapse.collapse.show .d-flex h2{
    margin-bottom: 0!important;
}
.accordion-header>a>img{
    max-width: 3rem;
    margin-right: 0.7rem;
} 
.accordion__arrow__wrap {
    position: absolute;
    z-index: 9;
    right: 8px;
}
.accordion__arrow__wrap:after,
.rotate--arrow:after {
    background-size: contain;
}
.main-Category + .accordion__arrow__wrap,
.seclevel-child-header + .accordion__arrow__wrap.rotate--arrow {
        top: 16px;
}
.seclevel-child-header + .accordion__arrow__wrap {
    top: 0;
    right: 0;
}
.seclevel-child-header + .accordion__arrow__wrap.rotate--arrow {
    right: 8px;
}
.rotate--arrow:after{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.loader-image {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(249,249,249);
    /*background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
    opacity: .8;
}
.loader-image img{
    max-width: 3.2rem;
    max-height: 3.2rem;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%
}
.regForm textarea {
    overflow-y: auto;
}
.header-logOut{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-logOut a:nth-child(2) {
    position: relative;
}
.header-logOut a:nth-child(2)::before{
    position: absolute;
    content: '|';
    left: -34px;
    margin-left: 15px;
    margin-right: 15px;
    color: #333!important;
}
.header-logOut .logout-wrap span {
    font: 500 1.4rem/2.6rem Sen-Regular, sans-serif;
}

.logout-wrap {
  margin-bottom: 2.5rem;
}

.logout-wrap span {
  font: 700 1.6rem/2rem Sen-Regular, sans-serif;
  color: rgba(185, 10, 10, 0.63);
  padding-left: 1rem;
}
.logout-wrap img {
  width: 2rem;
  height: 2rem;
}
.ellipsis--text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
}
.parent-a{
    display: inline-block;
}