﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body, html {
    max-width: 100vw;
    font-size: 16px
}

body {
    color: rgb(var(--foreground-rgb));
    background: linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
    font-size: 15px;
    line-height: normal;
    background: #000
}

a {
    color: inherit;
    text-decoration: none
}

.overHide {
    overflow-x: hidden
}

@media (prefers-color-scheme: dark) {
    html {
        color-scheme: dark
    }
}

.bodyContent {
    padding: 93px 0 0;
    background: #000
}

.bodyContentin {
    background: #e9e9e9;
    min-height: calc(100vh - 343px);
    height: auto
}

.scrolled .bodyContent {
    padding: 93px 0 0
}

.headerBott, .headerTop {
    transition: all .35s ease-in-out;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .bodyContent {
        padding: 75px 0 0
    }

    .scrolled .headerTop {
        height: 40px
    }

    .scrolled .bodyContent {
        padding: 75px 0 0
    }
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.containerFull {
    max-width: 1366px;
    width: 100%;
    padding: 0 32px;
    margin: 0 auto
}

img {
    height: auto;
    max-width: 100%
}

ol, ul {
    list-style: none
}

@media only screen and (min-width: 1599px) {
    .container {
        max-width: 1600px
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px
    }
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index: 5
}

.closeBtn {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block
}

    .closeBtn:hover {
        opacity: 1
    }

    .closeBtn:after, .closeBtn:before {
        position: absolute;
        left: 15px;
        content: " ";
        height: 23px;
        width: 2px;
        background-color: #333
    }

    .closeBtn:before {
        transform: rotate(45deg)
    }

    .closeBtn:after {
        transform: rotate(-45deg)
    }

.primeryBtn {
    display: inline-flex;
    background: #0041c0;
    border: 1px solid #000;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s linear 0s
}

    .primeryBtn:hover {
        background-color: #1354d3;
        border-color: #1354d3;
        text-decoration: none
    }

.btnIcn1:after {
    content: "";
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
    margin-top: 2px;
    position: relative
}

.btnIcn1:hover:after {
    left: 4px
}

.secondryBtn {
    background: #999;
    color: #fff
}

.compacBtn {
    background: #fff;
    color: #000
}

.transBtn, .transBtnWht {
    background: none
}

.transBtnWht {
    color: #fff;
    border-color: #fff
}

.compacBtn:hover {
    background: #000;
    color: #fff
}

.compacBtn.btnIcn1:after {
    border-color: #000
}

.compacBtn.btnIcn1:hover:after {
    border-color: #fff
}

.fullBtn {
    width: 100%
}

.width180 {
    min-width: 180px
}

.imgbtn {
    padding: 9px 20px
}

    .imgbtn img {
        margin-right: 10px
    }

.iconBtnHvr .imgbtn svg {
    transition: fill .3s;
    margin-right: 4px
}

.iconBtnHvr .imgbtn:hover svg path {
    fill: #fff;
    fill-opacity: 1
}

.titleDv {
    padding-bottom: 20px
}

.centerTxt {
    text-align: center
}

.whiteTxt {
    color: #fff
}

.titleDvTopHead {
    padding-bottom: 40px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto
}

    .titleDvTopHead p {
        opacity: .7
    }

.topTitle {
    font-Size: 16px;
    font-weight: 300;
    padding-bottom: 10px
}

.title {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px
}

.heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

.heading2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.whiteTransparentBtn {
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s ease-in;
    width: auto
}

    .whiteTransparentBtn:hover {
        border: 1px solid #0041c0;
        background: #0041c0
    }

.titleDv.white .heading, .titleDv.white .heading2, .titleDv.white .title {
    color: #fff
}

.sectionBlack {
    padding: 50px 0;
    background: #000
}

.sectionGray {
    padding: 50px 0;
    background: #e9e9e9
}

.sectionBlackTop {
    padding: 50px 0 0;
    background: #000
}

.sectionGrayTop {
    padding: 50px 0 0;
    background: #e9e9e9
}

.sectionBlackBottom {
    padding: 0 0 50px;
    background: #000
}

.sectionGrayBottom {
    padding: 0 0 50px;
    background: #e9e9e9
}

.sectionDarkGray {
    padding: 50px 0;
    background: #333
}

.sectionDarkGrayTop {
    padding: 50px 0 0;
    background: #333
}

.sectionDarkGrayBottom {
    padding: 0 0 50px;
    background: #333
}

.sectionWhite {
    padding: 50px 0;
    background: #fff
}

.sectionWhiteTop {
    padding: 50px 0 0;
    background: #fff
}

.sectionWhiteBottom {
    padding: 0 0 50px;
    background: #fff
}

.sectionBlackTheme .titleDv h1, .sectionBlackTheme .titleDv h2, .sectionBlackTheme .titleDv h3, .sectionBlackTheme .titleDv p {
    color: #fff
}

.bgGray {
    background: #e9e9e9
}

.bgBlack {
    background: #000
}

.imgPlcHoldr {
    background: #e3e3e3;
    position: relative;
    overflow: hidden
}

    .imgPlcHoldr img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-indent: -9999px;
        min-height: 100%
    }

.imgCover img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    min-height: auto
}

.fullHeight {
    height: 100vh;
    padding: 0 !important
}

.videoWrap {
    background: #000
}

.videoTopGap .desktopVideo > .desktopVid {
    top: -5%
}

.blueTint .videoTint:before {
    background: rgba(0,65,192,.3)
}

.blackTint .videoTint:before {
    background: rgba(0,0,0,.3)
}

.blackTintDark .videoTint:before {
    background: rgba(0,0,0,.4)
}

.whiteTint .videoTint:before {
    background: hsla(0,0%,100%,.3)
}

.productLinkname {
    padding-top: 16px;
    width: 100%
}

.multiSlide .swiper-slide .imgb {
    position: relative;
    height: 100%;
    width: 60%;
    margin: 0 auto 0 -80%
}

.multiSlide .swiper-slide .imgPlcHoldr {
    border-right: 15px solid #0041c0;
    border-radius: 15px;
    overflow: hidden;
    z-index: 2;
    height: 100%
}

.multiSlide .swiper-slide .imgb:after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 50px;
    height: 100%;
    background: #0041c0;
    border-radius: 0 10px 10px 0;
    z-index: 1
}

.multiSlide .swiper-slide-next .imgb {
    margin-left: 0
}

.multiSlide .swiper-slide-next + .swiper-slide .imgb {
    margin-left: -40%
}

.multiSlide .swiper-slide-next .imgb:after {
    right: -15px
}

.multiSlide .imgPlcHoldr img {
    right: 0;
    left: inherit;
    bottom: inherit;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover
}

.multiSlide .swiper-slide .imgPlcHoldr .imgbin {
    padding-bottom: calc(100% / (9 / 18.8));
    float: right;
    position: relative;
    min-width: 520px;
    width: 100%;
    height: 100%
}

.multiSlide .swiper-slide-active .imgPlcHoldr .imgbin {
    width: 100%;
    padding-bottom: calc(100% / (16 / 13.5))
}

.multiSlide .swiper-slide-active .imgb {
    width: 100%;
    margin: 0 auto
}

.sldCaptn {
    position: absolute;
    left: -58px;
    bottom: 120px;
    font-size: 28px;
    transform: rotate(-90deg);
    width: 250px;
    text-align: left;
    line-height: 37px;
    z-index: 4;
    transition: all .35s ease-in-out;
    font-weight: 600;
    height: 100px
}

.multiSlide .swiper-slide-active .sldCaptn {
    transform: none;
    bottom: 38px;
    left: 0;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    height: auto
}

.cardSet {
    min-height: 100%;
    height: unset !important
}

.cardSetin {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 10px
}

.cardSetin, .cardSetinSlide {
    height: 100%
}

.ComnCardPnSlide {
    justify-content: space-between
}

.crdBottom {
    padding: 15px 20px 25px
}

.flLink {
    height: 100%
}

.checkboxconcentmain {
    width: 100%
}

    .checkboxconcentmain label {
        font-weight: 400;
        margin-top: 12px;
        display: flex !important;
        align-items: flex-start;
        padding-bottom: 4px !important
    }

.dangtagconcentmain {
    margin-top: -5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%
}

    .dangtagconcentmain a {
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 2px !important;
        width: auto;
        text-decoration: underline
    }

@media only screen and (min-width: 767px) {
    .multiSlide .swiper-slide-active {
        width: 46% !important
    }
}

@media only screen and (min-width: 1599px) {
    .multiSlide .swiper-slide .imgPlcHoldr .imgbin {
        min-width: 820px
    }

    .multiSlide .swiper-slide-active .imgPlcHoldr .imgbin {
        min-width: inherit
    }
}

@media only screen and (min-width: 1999px) {
    .multiSlide .swiper-slide .imgPlcHoldr .imgbin {
        min-width: 1120px
    }

    .multiSlide .swiper-slide-active .imgPlcHoldr .imgbin {
        min-width: inherit
    }
}

@media only screen and (min-width: 2399px) {
    .multiSlide .swiper-slide .imgPlcHoldr .imgbin {
        min-width: 1320px
    }

    .multiSlide .swiper-slide-active .imgPlcHoldr .imgbin {
        min-width: inherit
    }
}

@media only screen and (min-width: 2599px) {
    .multiSlide .swiper-slide .imgPlcHoldr .imgbin {
        min-width: 1720px
    }

    .multiSlide .swiper-slide-active .imgPlcHoldr .imgbin {
        min-width: inherit
    }
}

@media only screen and (max-width: 1199px) {
    .multiSlide .swiper-slide .imgPlcHoldr .imgbin {
        min-width: 413px
    }

    .sldCaptn {
        position: absolute;
        left: -58px;
        bottom: 120px;
        font-size: 28px;
        transform: rotate(-90deg);
        width: 250px;
        text-align: left;
        line-height: 37px;
        z-index: 4;
        transition: all .35s ease-in-out;
        font-weight: 600;
        height: 100px
    }

    .multiSlide .swiper-slide-active .sldCaptn {
        transform: none;
        bottom: 38px;
        left: 0;
        padding: 0 20px;
        text-align: left;
        width: 100%;
        height: auto
    }

    .sldCaptn {
        font-size: 24px;
        bottom: 100px
    }

    .multiSlide .swiper-slide-active .sldCaptn {
        bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .multiSlide .swiper-slide .imgPlcHoldr .imgbin {
        min-width: 300px
    }

    .sldCaptn {
        font-size: 17px;
        line-height: 27px;
        bottom: 100px
    }
}

@media only screen and (max-width: 767px) {
    .multiSlide .swiper-slide .imgb {
        width: 100%;
        margin: 0 !important
    }

    .multiSlide .swiper-slide .imgPlcHoldr .imgbin, .multiSlide .swiper-slide-active .imgPlcHoldr .imgbin {
        padding-bottom: calc(100% / (9 / 13.5))
    }

    .multiSlide .swiper-slide .imgPlcHoldr .imgbin {
        min-width: 100%
    }

    .sldCaptn {
        left: 0;
        bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        transform: none;
        width: 100%;
        height: auto;
        text-align: right;
        line-height: 18px;
        padding-right: 15px
    }

    .multiSlide .swiper-slide-active .sldCaptn {
        bottom: 10px;
        right: 0
    }

    .sectionBlack, .sectionGray {
        padding: 30px 0
    }

    .sectionBlackTop, .sectionGrayTop {
        padding: 30px 0 0
    }

    .sectionBlackBottom, .sectionGrayBottom {
        padding: 0 0 30px
    }

    .sectionDarkGray {
        padding: 30px 0
    }

    .sectionDarkGrayTop {
        padding: 30px 0 0
    }

    .sectionDarkGrayBottom {
        padding: 0 0 30px
    }

    .sectionWhite {
        padding: 30px 0
    }

    .sectionWhiteTop {
        padding: 30px 0 0
    }

    .sectionWhiteBottom {
        padding: 0 0 30px
    }

    #my-video {
        height: 100%
    }
}

#my-video {
    height: 100%
}

#my-videoHome {
    height: 100% !important
}

.linkWithArrowAlignment {
    display: flex;
    flex-wrap: wrap
}

.centerLink {
    justify-content: center
}

.rightLink {
    justify-content: flex-end
}

.underlineLink {
    position: relative;
    padding-bottom: 2px
}

.underlineLinkWhite {
    color: #fff
}

.underlineLink:after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #000;
    position: absolute;
    left: 0;
    transition: all .2s ease-in
}

.underlineLinkWhite:after {
    background: #fff
}

.underlineLink:hover:after {
    width: 30%
}

.linkWithArrow {
    display: block
}

    .linkWithArrow:after {
        content: "";
        border: solid #000;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .2s ease-in;
        position: relative;
        top: -1px;
        left: 3px;
        margin-right: 4px
    }

    .linkWithArrow.whiteArrow {
        color: #fff
    }

        .linkWithArrow.whiteArrow:after {
            border-color: #fff
        }

    .linkWithArrow:hover:after {
        left: 7px
    }

.itmsRow {
    margin: 0 -5px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch
}

.itmsRowValign {
    align-items: center
}

.paralexSection {
    padding-bottom: 50px;
    background: #000
}

.homeMedia {
    background: #000
}

.listingitemsSlider .swiper-pagination {
    width: 100%;
    bottom: -4px !important
}

    .listingitemsSlider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        border: 1px solid #000;
        height: 12px;
        background: #fff;
        opacity: 1;
        margin: 0 5px;
        border-radius: 50%
    }

        .listingitemsSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #000
        }

.Black .Borderbottom {
    border-bottom: 24px solid #000
}

.Blue .Borderbottom {
    border-bottom: 24px solid #0041c0
}

.Red .Borderbottom {
    border-bottom: 24px solid red
}

.width100 {
    width: 100%;
    margin: 0 -8px
}

.talktoUs {
    width: 100%;
    padding-bottom: 12px
}

.talktousInr {
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    background: #000;
    color: #fff
}

.transparent .talktousInr {
    background: transparent;
    color: #000
}

.talktousInr {
    text-align: center
}

    .talktousInr h3 {
        padding-bottom: 20px
    }

.bgWhite .talktousInr {
    background: #fff;
    color: #000
}

.bglighGray .talktousInr {
    background: #202020;
    max-width: calc(1200px - 30px);
    margin: 0 auto;
    padding: 32px
}

    .bglighGray .talktousInr h1 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }

.mySlider {
    position: relative
}

.navBtns {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%,-50%);
    transform: translateY(-50%);
    z-index: 10;
    height: 1px;
    margin-top: -25px
}

.NvBtn {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

    .NvBtn:hover, .navBtnsBlack .NvBtn, .navBtnsBlack .NvBtn:hover {
        background: #000
    }

    .NvBtn.inactive {
        opacity: .8
    }

.navBtnsLightBx .NvBtn.inactive {
    opacity: .5
}

.NvBtn:after {
    content: "";
    border: solid #999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative
}

.NvBtn:hover:after {
    border-color: #fff
}

.topFullBtn {
    width: 100%;
    top: calc(50% + 60px)
}

.NvBtnwhite:hover {
    background: #fff
}

    .NvBtnwhite:hover:after {
        border-color: #000
    }

.NvBtnPrev {
    position: relative;
    left: 0
}

.NvBtnNext {
    position: relative;
    right: 0
}

.NvBtnNext0 {
    right: 0
}

.NvBtnPrev:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 4px
}

.NvBtnNext:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -1px
}

.ArrowNav .navBtns {
    width: auto
}

.tabNavStyle .myNav {
    position: relative
}

    .tabNavStyle .myNav .navBtns {
        display: none
    }

@media only screen and (max-width: 767px) {
    .navBtns {
        display: none
    }

    .ArrowNav {
        margin-bottom: 20px
    }

        .ArrowNav .tabNavStyle .myNav .navBtns {
            display: block
        }

        .ArrowNav .tabNavStyle .myNav {
            border: 0;
            margin: 0 -15px !important;
            padding: 0 20px;
            border-radius: 0;
            overflow: hidden
        }

        .ArrowNav .myNav, .ArrowNav .tabNavStyle.blue .myNav, .ArrowNav .tabNavStyle.gray .myNav, .ArrowNav .tabNavStyle.gray .swiper-slide, .tabNavStyle.gray .ArrowNav {
            border: 0
        }

        .ArrowNav .tabNavStyle .swiper-slide {
            border-left: 0;
            color: #000;
            background: #fff
        }

        .ArrowNav .NvBtn.inactive {
            opacity: .7
        }

        .ArrowNav .tabNavStyle.blue .swiper-slide {
            border: 0
        }

        .ArrowNav .tabNavblack .tabMenu a {
            color: #000
        }

        .ArrowNav .tabNavblack .tabMenu.tabMenuActive a {
            color: #fff
        }

    .ArrowNav {
        position: relative
    }

        .ArrowNav .navBtns {
            display: flex;
            top: 0;
            transform: none;
            position: static;
            margin-top: -1px;
            padding-top: 1px
        }

        .ArrowNav .NvBtn {
            height: 100%;
            position: absolute;
            z-index: 10;
            border-radius: 0;
            background: #444;
            width: 20px
        }

            .ArrowNav .NvBtn:hover {
                background: #444
            }

            .ArrowNav .NvBtn:after {
                border-color: #fff
            }

        .ArrowNav .NvBtnPrev {
            left: 0
        }

        .ArrowNav .NvBtnNext {
            right: 0
        }
}

.max1000 {
    max-width: 1000px
}

.max1000, .max700 {
    width: 100%;
    margin: 0 auto
}

.max700 {
    max-width: 800px
}

@media (min-width: 1599px) {
    .max1000, .max700 {
        max-width: 1200px
    }
}

.similerPager .swiper-pagination {
    bottom: 10px
}

    .similerPager .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
        height: 8px;
        background: #545454;
        border-radius: 4px;
        opacity: 1
    }

.masterSlider.similerPager .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    border-radius: 4px
}

.similerPager .swiper-pagination .swiper-pagination-bullet-active {
    background: #0041c0
}

.similerPager .swiper-wrapper {
    padding-bottom: 0
}

.LatestSliderhome .swiper-slide.swiper-slide-next {
    transform: scale(1.12)
}

.btnsRow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0
}

    .btnsRow a {
        margin: 0 10px
    }

.mySwiperGrid {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

    .mySwiperGrid .swiper-slide {
        text-align: center;
        background: none;
        margin-bottom: 50px;
        color: #fff
    }

        .mySwiperGrid .swiper-slide, .mySwiperGrid .swiper-slide .inrGrid {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column
        }

            .mySwiperGrid .swiper-slide .inrGrid {
                padding: 0 15px
            }

                .mySwiperGrid .swiper-slide .inrGrid a {
                    display: block
                }

@media (min-width: 767px) {
    .mySwiperGrid .swiper-slide .inrGrid {
        min-width: 240px
    }
}

.mySwiperGrid .swiper-slide h4, .mySwiperGrid .swiper-slide p {
    width: 100%
}

.gridinrPaddev {
    padding: 16px
}

.whysolarslider {
    padding-bottom: 0 !important;
    width: 100%
}

    .whysolarslider .swiper-pagination-bullet {
        width: 14px;
        opacity: 1;
        height: 5px;
        background: #b0b0b0;
        border-radius: 0
    }

    .whysolarslider .swiper-pagination-clickable .swiper-pagination-bullet-active {
        background: #0041c0
    }

.landScpCardOutrin:first-child .landScplftTpImg img {
    max-width: 220px
}

.landScpCardOutrin li a:hover, .landScpCardOutrin li.activeItem a {
    color: blue;
    text-decoration: underline
}

.landScpCardOutrin:first-child li a:hover, .landScpCardOutrin:first-child li.activeItem a {
    color: red;
    text-decoration: underline
}

.scrlCstmin {
    overflow-y: auto
}

    .scrlCstmin::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.3);
        border-radius: 0;
        background-color: #ccc
    }

    .scrlCstmin::-webkit-scrollbar {
        width: 7px;
        background-color: #000
    }

    .scrlCstmin::-webkit-scrollbar-thumb {
        border-radius: 7px;
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.3);
        background-color: #000
    }

    .scrlCstmin::-moz-scrollbar-track {
        -moz-box-shadow: inset 0 0 0 rgba(0,0,0,.3);
        border-radius: 0;
        background-color: #ccc
    }

    .scrlCstmin::-moz-scrollbar {
        width: 7px;
        background-color: #000
    }

    .scrlCstmin::-moz-scrollbar-thumb {
        border-radius: 7px;
        -moz-box-shadow: inset 0 0 0 rgba(0,0,0,.3);
        background-color: #000
    }

.simplebar-track.simplebar-vertical {
    background: #ccc;
    width: 7px !important
}

.simplebar-scrollbar {
    background: #000
}

.whatsappSticky {
    width: auto;
    border-radius: 25px 0 0 25px;
    background: #25d366;
    color: #fff;
    font-size: 15px;
    position: fixed;
    right: 0;
    top: 54%;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 20px 15px 18px;
    overflow: hidden
}

.slidewhatsApp .whatsAppLink {
    display: block;
    width: 100%;
    display: none;
    min-width: 120px
}

    .slidewhatsApp .whatsAppLink span {
        display: flex;
        align-items: center
    }

.stikcyLinks {
    width: 100%;
    height: 0;
    transition: all .35s ease-in-out;
    overflow: hidden
}

    .stikcyLinks li {
        padding-top: 2px
    }

        .stikcyLinks li a {
            display: block
        }

            .stikcyLinks li a:hover {
                text-decoration: underline
            }

#footerID {
    position: relative;
    overflow-x: clip
}

.whatsappAbs {
    position: absolute;
    top: -100px;
    bottom: inherit;
    transition: none
}

.floaterPos {
    background: green
}

.whatsappSticky .slidewhatsApp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 140px;
    margin-right: -130px;
    transition: all .35s ease-in-out
}

.whatsappSticky img {
    margin-right: 10px;
    width: 20px
}

@media (min-width: 767px) {
    .whatsappSticky:hover .slidewhatsApp {
        margin-right: 0
    }

    .whatsappSticky:hover .stikcyLinks {
        width: 100%;
        height: auto;
        padding-top: 10px
    }

    .whatsappSticky:hover .slidewhatsApp .whatsAppLink {
        display: flex
    }

    .closeBtnWhats, .whatsappSticky:hover .slidewhatsApp .firstIcon {
        display: none
    }
}

@media (max-width: 767px) {
    .mySwiperGrid .swiper-slide {
        margin-bottom: 10px
    }

    .talktousInr {
        padding: 32px 15px
    }

    .whatsappSticky {
        overflow: visible;
        top: 50%
    }

    .whatsappAbs {
        position: absolute;
        top: -160px;
        transition: none;
        bottom: inherit
    }

    .whatsappActive {
        border-radius: 0 0 0 15px
    }

        .whatsappActive .slidewhatsApp {
            margin-right: 0
        }

        .whatsappActive .stikcyLinks {
            width: 100%;
            height: auto;
            padding-top: 10px
        }

        .whatsappActive .slidewhatsApp .whatsAppLink {
            display: flex
        }

        .whatsappActive .slidewhatsApp .firstIcon {
            display: none
        }

    .firstIcon {
        width: 38px;
        margin: -10px;
        padding: 10px;
        position: relative;
        height: 40px
    }

        .closeBtnWhats, .firstIcon img {
            position: absolute
        }

    .closeBtnWhats {
        width: 39px;
        height: 46px;
        left: -38px;
        top: 0;
        background: #25d366;
        display: none;
        align-items: center;
        justify-content: center;
        border-radius: 15px 0 0 15px
    }

    .whatsappActive .closeBtnWhats {
        display: flex
    }

    .closeBtnWhats:after, .closeBtnWhats:before {
        position: absolute;
        left: 22px;
        content: " ";
        height: 23px;
        width: 2px;
        background-color: #fff;
        display: block
    }

    .closeBtnWhats:before {
        transform: rotate(45deg)
    }

    .closeBtnWhats:after {
        transform: rotate(-45deg)
    }

    .LatestSliderhome .swiper-slide.swiper-slide-next {
        transform: none
    }

    .btnsRow {
        flex-direction: column
    }

        .btnsRow a:first-child {
            margin-top: 0
        }

        .btnsRow a {
            margin-top: 15px
        }

    .similerPager .swiper-pagination .swiper-pagination-bullet {
        width: 8px
    }

    .bglighGray .talktousInr {
        background: #202020;
        max-width: calc(100% - 0);
        margin: 0 auto;
        padding: 32px
    }

    .transparent .talktousInr {
        background: transparent
    }

    .Featuretabs.whysolarslider {
        padding-bottom: 36px !important
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .whatsappSticky {
        top: 55%
    }
}

.allPostMn > div .downloadIcon.downLoadBtn {
    display: none
}

.allPostMn > div:first-child .downLoadBtn span {
    margin-right: 5px
}

@media (min-width: 767px) {
    .allPostMn > div:first-child {
        width: 100%
    }

    .allPostMn > div .desktopBanr {
        display: none
    }

    .allPostMn > div:first-child .desktopBanr {
        display: block
    }

    .allPostMn > div:first-child .mobileBanr {
        display: none
    }

    .downloadIcon {
        width: 24px;
        height: 24px
    }

    .allPostMn > div:first-child .downloadIcon {
        display: none
    }

    .allPostMn > div:first-child .downLoadBtn {
        display: block;
        margin-top: 10px
    }

        .allPostMn > div:first-child .downLoadBtn button {
            padding: 0 30px
        }

    .allPostMn > div:first-child .cardBody .timeStatmeAllPst {
        display: block;
        padding-top: 5px;
        padding-bottom: 10px
    }

    .allPostMn > div .crdFtr .timeStatmeAllPst, .allPostMn > div:first-child .crdHdr {
        display: none
    }

    .allPostMn > div:first-child .fullCard {
        position: relative;
        display: block
    }

    .latestLink {
        display: none
    }

    .allPostMn > div:first-child .fullCard .latestLink {
        display: block
    }

    .allPostMn > div:first-child .fullCard .crdBottom {
        display: none
    }

    .allPostMn > div:first-child .fullCard .cardBodyAllPst {
        position: absolute;
        left: 0;
        top: 50%;
        color: #fff;
        max-width: 700px;
        width: 100%;
        z-index: 2;
        transform: translateY(-50%)
    }

        .allPostMn > div:first-child .fullCard .cardBodyAllPst h2 {
            font-size: 36px
        }

        .allPostMn > div:first-child .fullCard .cardBodyAllPst .timeStatmeAllPst, .allPostMn > div:first-child .fullCard .cardBodyAllPst p {
            color: #fff;
            opacity: .7
        }

    .allPostMn > div:first-child .linkWithArrow:after {
        border-color: #fff
    }

    .allPostMn > div:first-child .plshldr:before {
        background: rgba(0,0,0,.3);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }

    .allPostMn > div:first-child .plshldr {
        padding-bottom: calc(100% / (16 / 5.9))
    }

    .allPostMn > div:first-child {
        margin-bottom: 40px
    }

        .allPostMn > div:first-child .simpleCard .cardBodyAllPst {
            position: static;
            max-width: 100%;
            color: #000;
            transform: none
        }

            .allPostMn > div:first-child .simpleCard .cardBodyAllPst p {
                padding-bottom: 12px
            }

            .allPostMn > div:first-child .simpleCard .cardBodyAllPst .timeStatmeAllPst, .allPostMn > div:first-child .simpleCard .cardBodyAllPst p {
                color: #000
            }
}

.latestLink {
    display: none
}

.plshldr {
    background: #0041c0;
    padding-bottom: calc(100% / (16 / 9.9));
    position: relative;
    overflow: hidden
}

    .plshldr img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        min-height: 100%
    }

.cardBodyAllPst .crdHdr {
    padding-top: 20px;
    padding-bottom: 0
}

.allPostMn > div .cardBody .timeStatmeAllPst {
    display: none
}

.plshldr img.logoNotStrech {
    min-height: inherit;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.popbxMn {
    z-index: 1000;
    color: #000;
    background: rgba(0,0,0,.7)
}

.popbxCloseOvrly, .popbxMn {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}

.popbxCloseOvrly {
    z-index: 999;
    opacity: 0
}

.closeContactInfo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 30px;
    line-height: 20px
}

.popbxMnin {
    width: 50%;
    height: 100%;
    padding: 40px 15px 40px 40px;
    background: #efefef;
    margin: 0 0 0 auto;
    transition: all .2s linear 0s;
    position: relative;
    z-index: 1000
}

.popbxMninr {
    height: calc(100% - 50px)
}

.contactScroll, .popbxMninrr {
    height: 100%
}

.scrolled .popbxMn .popbxMnin {
    margin-top: 0
}

.linkListis {
    padding: 40px 0
}

    .linkListis ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

        .linkListis ul li {
            font-size: 18px;
            font-weight: 600;
            padding-top: 20px;
            width: 100%
        }

            .linkListis ul li, .linkListis ul li a {
                align-items: center;
                display: flex;
                flex-wrap: wrap
            }

                .linkListis ul li a {
                    margin-right: 10px
                }

                .linkListis ul li em {
                    width: 40px;
                    margin-right: 15px
                }

                .linkListis ul li img {
                    max-width: 100%
                }

                .linkListis ul li:first-child {
                    padding-top: 0
                }

.BoxofficesHdr {
    display: flex;
    flex-wrap: wrap
}

.BoxofficeslistHdr {
    width: calc(50% - 20px);
    margin: 0 10px
}

.middleCont {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    color: #0041c0
}

@media only screen and (max-width: 1199px) {
    .popbxMnin {
        width: 90%
    }
}

@media (max-width: 767px) {
    .allPostMn > div .desktopBanr {
        display: none
    }

    .allPostMn > div:first-child .downloadIcon, .allPostMn > div:first-child .mobileBanr {
        display: block
    }

    .allPostMn .cardSetin {
        flex-wrap: nowrap
    }

    .allPostMn > div .crdFtr .timeStatmeAllPst, .allPostMn > div .downloadIcon.downLoadBtn {
        display: none
    }

    .popbxMn .centerTxt {
        text-align: left
    }

    .closeContactInfo {
        top: 20px;
        right: 20px
    }

    .popbxMnin {
        width: 90%;
        padding: 40px 15px
    }

    .linkListis {
        padding: 20px 0 0
    }

        .linkListis ul li {
            font-size: 14px
        }

            .linkListis ul li em {
                width: 30px;
                margin-right: 10px
            }

    .BoxofficeslistHdr {
        width: 100%;
        margin: 0;
        padding-top: 30px
    }
}

.cart-overlay {
    background: rgba(0,0,0,.5);
    opacity: 0;
    z-index: -1;
    display: none
}

.cart-overlay, .closeOutSide {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    color: #000
}

    .cart-overlay.show {
        opacity: 1;
        z-index: 1000;
        display: block
    }

.cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 530px;
    background: #ededed;
    padding: 1.5rem 1rem 0 1.5rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    transition: all .3s linear;
    transform: translateX(100%);
    overflow-y: auto;
    overflow-x: hidden
}

.show .cart {
    transform: translateX(0)
}

.cart-close {
    background: transparent;
    border-color: transparent;
    color: #000;
    cursor: pointer;
    width: 28px
}

.cart header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

    .cart header h3 {
        font-weight: 500
    }

.cart-items {
    margin-bottom: 30px
}

.cart-total {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 500
}

.cart-checkout {
    display: block;
    width: 75%;
    margin: 0 auto 3rem
}

.cart-item {
    margin: 10px 0;
    background: #fff;
    flex-wrap: wrap;
    min-height: 100px;
    border: 1px solid hsla(0,0%,67%,.7)
}

    .cart-item, .cart-item .lftsidepnl {
        display: flex;
        justify-content: space-between
    }

        .cart-item .lftsidepnl {
            width: 85%;
            padding: 12px
        }

            .cart-item .lftsidepnl .imgfiled {
                width: 100px
            }

        .cart-item .imgsidenpl {
            padding-left: 14px;
            width: calc(100% - 100px)
        }

        .cart-item .rtsidepnl {
            width: 15%;
            background: hsla(0,0%,67%,.2);
            display: flex;
            justify-content: center
        }

.increase-otrwrp {
    margin-top: 10px
}

.cart-item .cart-item-increase-wrp {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: center
}

.cart-item-img {
    width: 100px;
    height: 78px;
    object-fit: cover;
    border-radius: 5px
}

.cart-item-price {
    margin-bottom: 0;
    font-size: .75rem;
    color: #000
}

.cart-item-remove-btn {
    background: transparent;
    border-color: transparent;
    color: #000;
    cursor: pointer
}

.cart-item-amount {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    line-height: 1;
    padding: 0 14px;
    width: 62px
}

.cart-item-decrease-btn, .cart-item-increase-btn {
    background: transparent;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #000;
    width: 28px;
    font-style: normal;
    border-radius: 4px
}

    .cart-item-decrease-btn i, .cart-item-increase-btn i {
        font-style: normal;
        font-size: 14px;
        font-weight: 600
    }

.cart .ContactusformColfull label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px
}

.cart .formControl {
    width: 100%
}

.cart .ContactusformColfull {
    width: 100%;
    margin-bottom: 18px
}

.cartbtnwrp {
    text-align: center;
    padding-bottom: 15px
}

    .cartbtnwrp .btn {
        margin-bottom: 15px
    }

.noProdt {
    text-align: center
}

.boxesThumbitemrow .swiper-vertical {
    touch-action: pan-x;
    height: 100%;
    overflow: hidden
}

.boxesThumbitemrow .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 6px
}

    .boxesThumbitemrow .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.boxesThumbitemrow .swiper-slide-thumb-active {
    border: 1px solid
}

.productDetaillargerow .swiper-button-next, .productDetaillargerow .swiper-button-prev {
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 5px
}

    .productDetaillargerow .swiper-button-next:after, .productDetaillargerow .swiper-button-prev:after {
        font-size: 15px;
        color: #fff
    }

.productDetaillargerow .swiper-pagination-bullet {
    margin: 0 2px !important;
    width: 24px;
    height: 4px;
    border-radius: 0;
    background: #434343;
    opacity: 1
}

.productDetaillargerow .swiper-pagination-bullet-active {
    background: #0041c0
}

.dtailcntntinner {
    margin-top: 12px
}

    .dtailcntntinner ol, .dtailcntntinner ul {
        width: 100%;
        padding-left: 16px;
        margin-top: 10px
    }

        .dtailcntntinner ol li, .dtailcntntinner ul li {
            width: 100%;
            font-size: 14px;
            margin-bottom: 6px;
            position: relative
        }

            .dtailcntntinner ol li:before, .dtailcntntinner ul li:before {
                position: absolute;
                left: -14px;
                top: 8px;
                width: 4px;
                height: 4px;
                background: #000;
                border-radius: 50%;
                content: ""
            }

    .dtailcntntinner h2, .dtailcntntinner h3, .dtailcntntinner h4, .dtailcntntinner h5 {
        margin-top: 16px;
        font-size: 18px;
        line-height: 24px;
        font-family: var(--chakra-fonts-heading);
        font-weight: 700
    }

.overloading {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    left: 0;
    background: #fff;
    opacity: .5
}

@media (max-width: 767px) {
    .LatestSliderhome .swiper-slide.swiper-slide-next {
        transform: none
    }

    .gridinrPaddev {
        padding: 0 0 16px
    }
}

@media (min-width: 767px) {
    .colFullPN {
        width: 100%
    }

    .col1PN {
        width: 20%
    }

    .col2PN {
        width: 16.66%
    }

    .col3PN {
        width: 33.33%
    }

    .col4PN {
        width: 25%
    }

    .col5PN {
        width: 40%
    }

    .col6PN {
        width: 50%
    }

    .col7PN {
        width: 60%
    }

    .col8PN {
        width: 66.67%
    }

    .col9PN {
        width: 75%
    }

    .colAutoPN {
        width: auto
    }

    .gridinrPadd {
        padding: 0 5px;
        height: 100%
    }

    .listingBxGrdMn .col1PN, .listingBxGrdMn .col2PN, .listingBxGrdMn .col3PN, .listingBxGrdMn .col4PN, .listingBxGrdMn .col5PN, .listingBxGrdMn .col6PN, .listingBxGrdMn .col7PN, .listingBxGrdMn .col8PN, .listingBxGrdMn .col9PN, .listingBxGrdMn .colFullPN {
        margin-bottom: 10px
    }

    .paddingBottom {
        padding-bottom: 15px
    }

    .onlypdTop {
        padding-top: 36px
    }

    .onlypdBt {
        padding-bottom: 36px
    }

    .paddTpBt {
        padding: 36px 0
    }
}

@media (max-width: 1199px) {
    .mySwiperGrid .swiper-slide {
        height: auto !important
    }

    .mySwiperGrid .swiper-pagination {
        position: static;
        transform: none;
        padding-top: 24px
    }
}

@media (max-width: 767px) {
    .listingBxGrdMn .col1PN, .listingBxGrdMn .col2PN, .listingBxGrdMn .col3PN, .listingBxGrdMn .col4PN, .listingBxGrdMn .col5PN, .listingBxGrdMn .col6PN, .listingBxGrdMn .col7PN, .listingBxGrdMn .col8PN, .listingBxGrdMn .col9PN, .listingBxGrdMn .colFullPN {
        margin-bottom: 10px
    }

    .onlypdTop {
        padding-top: 36px
    }

    .onlypdBt {
        padding-bottom: 36px
    }

    .paddTpBt {
        padding: 36px 0
    }

    .itmsRow {
        margin: 0
    }

    .col1PN, .col2PN, .col3PN, .col4PN, .col5PN, .col6PN, .col7PN, .col8NewPN, .col8PN, .col9PN {
        width: 100%
    }

    .gridinrPadd {
        padding: 5px 0;
        height: 100%
    }

    .listingBxGrdMn .gridinrPadd {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .listingBxGrdMn .col1PN, .listingBxGrdMn .col2PN, .listingBxGrdMn .col3PN, .listingBxGrdMn .col4PN, .listingBxGrdMn .col5PN, .listingBxGrdMn .col6PN, .listingBxGrdMn .col7PN, .listingBxGrdMn .col8NewPN, .listingBxGrdMn .col8PN {
        width: 50%
    }

    .itmsRow {
        margin: 0 -5px
    }

    .gridinrPadd {
        padding: 5px
    }
}

.noLink {
    cursor: inherit
}

.grayBread .grayParent a {
    color: #333
}

.grayBread .grayParent span:after {
    border-color: #000
}

.grayBread .grayParent span {
    color: #000;
    font-weight: 500
}

.HighLightLogoDiv {
    position: relative
}

.HighLightLogo {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 4;
    width: 40px
}

.HighLightLogoSmall .HighLightLogo {
    width: 20px;
    left: 10px;
    top: 10px
}

.col6PN .imgListing {
    background: none;
    padding-bottom: calc(100% /(16 / 7.8))
}

@media (min-width: 1599px) {
    .col6PN .imgListing {
        min-height: 520px;
        max-height: 520px
    }
}

.col6PN .imgListing img {
    width: 100% !important;
    max-height: none;
    height: 100%;
    object-position: center center;
    min-height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: inherit;
    transform: none
}

.swiper-slide .desktopVideo, .swiper-slide-active .desktopVideo {
    height: 100%
}

.tablePn {
    border-collapse: collapse;
    margin: 15px 0 40px
}

    .tablePn td, .tablePn th {
        border: 1px solid #000;
        padding: 10px 15px;
        text-align: center
    }

@media (max-width: 767px) {
    .col6PN .imgListing {
        padding-bottom: calc(100% / (16 / 10.8));
        max-height: none;
        min-height: auto
    }

        .col6PN .imgListing img {
            height: auto
        }
}

.cmpnFormSection {
    padding-top: 20px
}

.multiSlect .css-13cymwt-control, .multiSlect .css-t3ipsp-control {
    border: 0;
    padding: 0
}

.cmpnFrm1 .css-1fdsijx-ValueContainer {
    padding-top: 0;
    padding-bottom: 0;
    height: auto
}

.cmpnFrm1 .css-qbdosj-Input {
    margin: 0;
    padding: 0
}

.cmpnFrm1 .css-hlgwow {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media only screen and (min-width: 767px) {
    #masterSlider {
        background: #000
    }

    .centerSlideitem .swiper-wrapper {
        flex-wrap: wrap
    }

    .BestinqSolarCenter .swiper-wrapper, .centerSlideitem .swiper-wrapper {
        display: flex;
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .swiper-slide:last-child .desktopVideo:before {
        background: #000;
        transition: all .5s ease-in-out
    }

    .swiper-slide:last-child.swiper-slide-active .desktopVideo:before {
        background: 0
    }
}

.normalList ul {
    padding-left: 20px
}

.normalList li {
    list-style: disc;
    padding-left: 10px
}

.pixelCodeImg {
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10
}

.headerslider .swiper-slide {
    height: auto;
    background: #fff;
    border-radius: 5px
}

.SocialIcons_socialicons__2Ro1F ul {
    display: flex;
    align-items: center
}

    .SocialIcons_socialicons__2Ro1F ul li {
        margin: 0 12px;
        width: 20px
    }

        .SocialIcons_socialicons__2Ro1F ul li a:after {
            display: none
        }

.SocialIcons_whiteIcons__nL8ED li img {
    filter: brightness(0) invert(1)
}

.SocialIcons_blackicons__9HwGk li img {
    filter: brightness(1) invert(1)
}

.SocialIcons_ftrScl__UgbZR {
    width: 100%
}

.SocialIcons_categriesSocial__WDbF_ {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 24px
}

    .SocialIcons_categriesSocial__WDbF_ h4 {
        font-weight: 400;
        color: #fff;
        width: 130px
    }

    .SocialIcons_categriesSocial__WDbF_ ul {
        width: calc(100% - 130px);
        flex-wrap: wrap
    }

.SocialIcons_socialicons__2Ro1F .SocialIcons_categriesSocial__WDbF_ li {
    padding-top: 0;
    margin: 0 8px
}

@media only screen and (max-width: 1199px) {
    .SocialIcons_socialicons__2Ro1F ul li {
        margin: 0 5px
    }
}

@media only screen and (max-width: 767px) {
    .SocialIcons_socialicons__2Ro1F ul li {
        margin: 0 7px
    }
}

.Searchpopup_searchPopup___a7rd {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    background: rgba(0,0,0,.7);
    top: 0;
    z-index: 190;
    display: none;
    overflow-y: hidden
}

.Searchpopup_allflexes__7IP_j {
    width: 100%;
    padding: 32px 32px 24px;
    background: #fff
}

.Searchpopup_searchPopupinr__7wGlb {
    width: 100%;
    float: none;
    max-width: 100%;
    padding: 0;
    height: 100%;
    position: relative;
    z-index: 191
}

.Searchpopup_searchPopupinrflex__dUqEG {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%
}

.Searchpopup_searchPopupinrflexleft___ZBvH {
    width: 50%;
    border-right: 1px solid #ccc;
    height: 100%;
    background: transparent
}

.Searchpopup_searchPopupinrflexright__szyk2 {
    width: 50%;
    padding-left: 0;
    height: 100%;
    background: #e9e9e9
}

.Searchpopup_closePopupsearch__Hx5dA {
    width: 50px;
    position: absolute;
    right: 10px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 0;
    display: flex;
    justify-content: flex-end;
    background: #fff
}

    .Searchpopup_closePopupsearch__Hx5dA span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #000;
        cursor: pointer;
        color: #000
    }

.Searchpopup_searchPopupinrflexrightinr__mjk1n {
    width: 100%;
    color: #000
}

.Searchpopup_searcBoxmain__te_Bf {
    width: 100%;
    margin-bottom: 24px
}

.Searchpopup_searchBoxform__nPlMV {
    width: 100%
}

.Searchpopup_searchBoxforminr__rYMda {
    width: 100%;
    position: relative
}

    .Searchpopup_searchBoxforminr__rYMda form {
        width: 100%;
        border: 1px solid #aaa;
        display: flex;
        background: #fff;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        z-index: 5
    }

        .Searchpopup_searchBoxforminr__rYMda form input {
            width: 90%;
            background: #fff;
            min-height: 40px;
            padding: 0 0 0 16px;
            border: 0;
            outline: none
        }

            .Searchpopup_searchBoxforminr__rYMda form input:focus {
                border: 0;
                outline: none
            }

.Searchpopup_recentandpopular__iZrDa {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px
}

.Searchpopup_recentandpopularitems__5i_iM {
    width: 100%;
    margin-bottom: 10px
}

    .Searchpopup_recentandpopularitems__5i_iM:last-child {
        margin-bottom: 0
    }

    .Searchpopup_recentandpopularitems__5i_iM h3 {
        padding-bottom: 4px
    }

    .Searchpopup_recentandpopularitems__5i_iM ul {
        display: flex;
        flex-wrap: wrap
    }

        .Searchpopup_recentandpopularitems__5i_iM ul li {
            margin: 0 12px 6px 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            color: #000;
            border-radius: 16px;
            border: 1px solid #aaa;
            font-size: 12px
        }

            .Searchpopup_recentandpopularitems__5i_iM ul li.Searchpopup_bluebg__bEdc1 {
                background: transparent
            }

            .Searchpopup_recentandpopularitems__5i_iM ul li span {
                padding: 4px 12px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 100%
            }

                .Searchpopup_recentandpopularitems__5i_iM ul li span a {
                    width: 100%
                }

.Searchpopup_productyoumight__6nUrE {
    width: 100%;
    padding: 32px 32px 12px;
    background: #e9e9e9
}

.Searchpopup_recentandpopularitems__5i_iM ul li.Searchpopup_bluebg__bEdc1:hover {
    background: #000;
    color: #fff
}

.Searchpopup_itemssearches__aS3U6 {
    width: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 5px
}

.Searchpopup_itemssearchesimg__kSO0_ {
    background: #f9f9f9;
    margin-bottom: 12px
}

.Searchpopup_itemssearchescontent__p1ZLQ {
    width: 100%;
    text-align: center;
    padding: 0 8px
}

    .Searchpopup_itemssearchescontent__p1ZLQ h4 {
        font-size: 14px;
        padding-bottom: 0;
        font-weight: 600
    }

.Searchpopup_slideHeader__3bN4p a {
    display: inline-block;
    width: 100%
}

.Searchpopup_itemssearchescontent__p1ZLQ p {
    font-size: 12px;
    font-weight: 500
}

.Searchpopup_itemssearchesimg__kSO0_ {
    width: 100%;
    text-align: center;
    min-height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .Searchpopup_itemssearchesimg__kSO0_ img {
        max-width: 120px;
        max-height: 120px
    }

.Searchpopup_mainonclicksearch__XjcGB {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    border: 1px solid #aaa;
    padding: 48px 24px 12px;
    border-radius: 30px;
    background: #fff
}

    .Searchpopup_mainonclicksearch__XjcGB ul {
        width: 100%
    }

        .Searchpopup_mainonclicksearch__XjcGB ul li {
            padding: 4px 0;
            font-size: 14px
        }

            .Searchpopup_mainonclicksearch__XjcGB ul li a {
                display: inline-block;
                width: 100%
            }

            .Searchpopup_mainonclicksearch__XjcGB ul li:last-child {
                padding-bottom: 0
            }

@media only screen and (max-width: 991px) {
    .Searchpopup_searchPopup___a7rd {
        overflow-y: auto
    }

    s .Searchpopup_searchPopupinrflexleft___ZBvH {
        display: none
    }

    .Searchpopup_searchPopupinr__7wGlb, .Searchpopup_searchPopupinrflexright__szyk2 {
        width: 100%
    }

    .Searchpopup_allflexes__7IP_j {
        padding: 62px 12px 12px
    }

    .Searchpopup_recentandpopularitems__5i_iM ul li {
        margin: 0 6px 6px 0
    }

    .Searchpopup_productyoumight__6nUrE {
        padding: 32px 12px 12px
    }

    .Searchpopup_recentandpopular__iZrDa {
        margin-bottom: 12px
    }

    .Searchpopup_searchBoxforminr__rYMda button {
        min-width: 100px
    }
}

.Header_header___YNYH {
    background: #2c2c2c;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

.Header_headerTop__aptnC {
    padding: 10px 0;
    background: #000;
    position: relative
}

.Header_logo__7jrSu {
    width: 130px;
    margin-right: 10px
}

    .Header_logo__7jrSu a {
        cursor: pointer
    }

.Header_headerBott__HGIlO .Header_logo__7jrSu {
    display: none
}

.Header_logo__7jrSu svg {
    width: 100%;
    height: auto
}

.Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    align-items: center
}

    .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li {
        margin: 0 30px 0 0;
        list-style: none
    }

        .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li > a {
            font-size: 14px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            color: #fff;
            transition: all .2s linear 0s
        }

            .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li > a:after {
                content: "";
                border: solid #0041c0;
                border-width: 0 1.5px 1.5px 0;
                display: inline-block;
                padding: 3px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                margin: 1px 0 0 3px;
                position: relative;
                transition: all .5s ease-in
            }

            .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li > a:hover:after {
                left: 2px
            }

.Header_header___YNYH .Header_container__JBlcd {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between
}

.Header_MnNav__01CN_ > .Header_closeBtn__9A9sK {
    display: none
}

.Header_hdrTpLink__mBdc_ {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

    .Header_hdrTpLink__mBdc_ a {
        font-size: 14px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        font-size: 13px
    }

        .Header_hdrTpLink__mBdc_ a:hover {
            color: #0041c0
        }

        .Header_hdrTpLink__mBdc_ a img {
            margin-right: 5px;
            width: 17px
        }

.Header_srchIcon__4roY1 {
    width: 20px
}

    .Header_srchIcon__4roY1 img {
        width: 100%
    }

.Header_logoRit___TyNc {
    width: 90px;
    display: flex;
    align-items: center
}

    .Header_logoRit___TyNc img {
        width: 100%
    }

.Header_mbLg__54grq {
    display: none
}

.Header_logoRit___TyNc svg {
    width: 100%
}

.Header_myBtn__ED5z8 {
    min-width: 1000px
}

.Header_MegaMenu__PgTaw {
    width: 300px;
    height: 100vh;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    color: #000;
    left: -300px;
    transition: all .2s linear 0s
}

.Header_slideLeft__D_i6L {
    left: 0
}

.Header_MegaMenuin__Uf1pn {
    padding: 20px 15px 30px;
    background: #fff
}

.Header_mmTpLogo__nvhCM {
    margin-bottom: 20px;
    width: 120px
}

.Header_MmList__Byj5K h2 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700
}

.Header_mobileBack__tUD_e:before {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 6px;
    position: relative
}

.Header_mobileBack__tUD_e {
    display: none
}

.Header_MmListin__gT_hR {
    overflow-y: auto;
    height: calc(100vh - 100px)
}

.Header_level2__i1NEl {
    width: auto;
    width: 646px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    box-shadow: inset 2px 0 5px rgba(0,0,0,.3);
    right: 100%;
    transition: all .2s linear 0s;
    z-index: -1
}

.Header_slideLeft__D_i6L .Header_level2Slide__8DxwD {
    right: -645px
}

.Header_level2__i1NEl h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px
}

.Header_MmList__Byj5K ul li {
    border-bottom: 1px solid #999
}

    .Header_MmList__Byj5K ul li a {
        color: #000;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 9px 30px 9px 9px;
        font-size: 14px;
        transition: all .2s linear 0s;
        position: relative
    }

    .Header_MmList__Byj5K ul li .Header_landingPageLink__N53At {
        padding: 0;
        margin-bottom: 15px
    }

        .Header_MmList__Byj5K ul li .Header_landingPageLink__N53At a {
            padding: 0;
            display: inline-block
        }

            .Header_MmList__Byj5K ul li .Header_landingPageLink__N53At a:after {
                top: -1px
            }

            .Header_MmList__Byj5K ul li .Header_landingPageLink__N53At a:hover {
                background: none;
                color: #0041c0;
                text-decoration: underline
            }

    .Header_MmList__Byj5K ul li a b {
        width: 30px;
        height: 100%;
        position: absolute;
        display: flex;
        align-items: center;
        right: 0;
        top: 0;
        justify-content: center
    }

        .Header_MmList__Byj5K ul li a b:after {
            content: "";
            border: solid #000;
            border-width: 0 1.5px 1.5px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            position: relative;
            transition: all .2s linear 0s
        }

    .Header_MmList__Byj5K ul li a.Header_activeMenu1__iFKD4, .Header_MmList__Byj5K ul li a:hover {
        background: #0041c0;
        color: #fff
    }

        .Header_MmList__Byj5K ul li a.Header_activeMenu1__iFKD4 b:after, .Header_MmList__Byj5K ul li a:hover b:after {
            border-color: #fff;
            left: 3px
        }

.Header_level2in__iEk0d {
    padding: 18px 15px 30px 30px
}

.Header_insideMenuList__YYei8 {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

    .Header_insideMenuList__YYei8 h4 {
        font-weight: 700;
        font-size: 14px;
        padding-bottom: 6px
    }

.Header_MmList__Byj5K .Header_insideMenuList__YYei8 a {
    padding: 0;
    display: inline-block
}

    .Header_MmList__Byj5K .Header_insideMenuList__YYei8 a:after {
        top: -1px
    }

    .Header_MmList__Byj5K .Header_insideMenuList__YYei8 a:hover {
        background: none;
        color: #000
    }

.Header_insideMenuLft__327xn {
    width: 300px;
    padding-right: 20px
}

.Header_insideMenuRit__G_Gxk {
    width: 300px;
    padding-left: 10px
}

.Header_categryList__L6FZZ {
    margin-bottom: 15px
}

.Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 ul {
    border-bottom: 1px solid #999;
    padding-bottom: 5px
}

.Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li {
    border: 0;
    margin-bottom: 7px
}

    .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li a {
        padding: 0;
        font-size: 14px;
        color: #000;
        display: inline-block
    }

        .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li a.Header_categorylinkWithArrow__Y9MEB:after {
            border-color: #000
        }

        .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li a:hover {
            background: none;
            text-decoration: underline;
            color: #0041c0
        }

        .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li a.Header_activeMenu2__zVo6j {
            color: #0041c0
        }

            .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li a.Header_activeMenu2__zVo6j:after {
                border-color: #0041c0
            }

.Header_MmList__Byj5K ul .Header_categryList__L6FZZ:last-child ul {
    border: 0
}

.Header_menuCard__w_Pr7 .Header_imgb__m6a4o {
    margin-bottom: 8px
}

    .Header_menuCard__w_Pr7 .Header_imgb__m6a4o img {
        width: 100%
    }

.Header_menuCard__w_Pr7 .Header_txtb__GyM69 p {
    font-size: 14px;
    line-height: 18px
}

.Header_categryListIn__jsktN {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 292px;
    padding: 30px 15px 15px;
    height: 100%;
    transition: .25s ease-in-out;
    z-index: 10
}

.Header_scrlCstmin__zLIHe {
    height: calc(100vh - 70px);
    padding-right: 10px
}

.Header_categryListInr__mL69v {
    height: calc(100vh - 150px)
}

.Header_headerMenu__F6gri {
    width: 40px;
    height: 38px;
    position: relative;
    cursor: pointer;
    transform: rotate(0);
    transition: .3s ease-in-out;
    top: 0;
    overflow-y: hidden;
    z-index: 100;
    display: none
}

    .Header_headerMenu__F6gri span {
        display: block;
        position: absolute;
        height: 3px;
        width: 70%;
        background: #fff;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: .25s ease-in-out
    }

        .Header_headerMenu__F6gri span:first-child {
            top: 13px
        }

        .Header_headerMenu__F6gri span:nth-child(2) {
            top: 19px
        }

        .Header_headerMenu__F6gri span:nth-child(3) {
            top: 25px
        }

.Header_active__rlY3x.Header_headerMenu__F6gri span:first-child {
    top: 18px;
    width: 0;
    right: 0;
    transition: all .3s ease-in-out;
    left: auto
}

.Header_active__rlY3x.Header_headerMenu__F6gri span:nth-child(2) {
    transform: rotate(45deg);
    top: 12px
}

.Header_active__rlY3x.Header_headerMenu__F6gri span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px
}

.Header_headerSocial__wQ_9v {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 100000000;
    background: #000;
    align-items: center;
    display: none;
    border-top: 1px solid #999
}

.Header_categryList2__3r49C {
    padding-top: 20px
}

@media only screen and (min-width: 1199px) {
    .Header_header___YNYH .Header_container__JBlcd {
        padding: 0 50px
    }
}

.Header_searchMn__XiHpW {
    border: 1px solid #fff;
    min-width: 60px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer
}

@media only screen and (max-width: 1199px) {
    .Header_level2__i1NEl {
        min-width: 600px
    }

    .Header_slideLeft__D_i6L .Header_level2Slide__8DxwD {
        right: -598px
    }
}

@media only screen and (max-width: 991px) {
    .Header_headerSocial__wQ_9v {
        display: flex
    }

    .Header_MmList__Byj5K h2.Header_mobileBack__tUD_e, .Header_lastMenuHd__QTiZ6, .Header_level2__i1NEl h3.Header_mobileBack__tUD_e {
        display: block
    }

    .Header_headerTop__aptnC {
        padding: 0;
        height: 40px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #999
    }

    .Header_headerMenu__F6gri {
        display: block
    }

    .Header_hdrTpLink__mBdc_ a {
        font-size: 0;
        padding-left: 0;
        margin: 0 0 0 10px
    }

    .Header_logo__7jrSu {
        width: 70px
    }

        .Header_logo__7jrSu svg path {
            fill: #0041c0
        }

    .Header_headerBott__HGIlO {
        height: 35px;
        display: flex;
        align-items: center
    }

        .Header_headerBott__HGIlO .Header_logo__7jrSu {
            display: none
        }

    .Header_logoRit___TyNc {
        width: 80px
    }

    .Header_deskLg__kp3fs {
        display: none
    }

    .Header_mbLg__54grq {
        display: block;
        width: 100%
    }

        .Header_mbLg__54grq img {
            width: 100%
        }

    .Header_MnNav__01CN_ {
        width: 100%;
        height: 100vh;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        color: #000;
        left: -100%;
        transition: all .2s linear 0s;
        padding: 45px 0 30px
    }

        .Header_MnNav__01CN_.Header_active__rlY3x {
            left: 0
        }

        .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul {
            flex-direction: column;
            height: auto;
            align-items: flex-start
        }

            .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li {
                border-bottom: 1px solid #999;
                width: 100%
            }

                .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li a {
                    color: #000;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    padding: 15px 24px;
                    font-size: 14px;
                    width: 100%;
                    font-weight: 400
                }

                    .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li a:after {
                        margin-left: auto;
                        border-color: #000
                    }

                .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li > a {
                    font-weight: 600
                }

    .Header_MegaMenu__PgTaw {
        width: 100%;
        left: -100%
    }

    .Header_slideLeft__D_i6L {
        left: 0
    }

    .Header_level2__i1NEl {
        min-width: inherit;
        width: 100%;
        right: inherit;
        left: -100%;
        transition: all .2s linear 0s;
        z-index: 3
    }

    .Header_slideLeft__D_i6L .Header_level2Slide__8DxwD {
        right: inherit;
        left: 0;
        box-shadow: none
    }

    .Header_mmTpLogo__nvhCM {
        display: none
    }

    .Header_MegaMenu__PgTaw, .Header_level2__i1NEl {
        padding: 7px 0 20px
    }

    .Header_MegaMenuin__Uf1pn, .Header_level2in__iEk0d {
        padding: 0
    }

    .Header_MnNav__01CN_ .Header_closeBtn__9A9sK {
        top: 12px;
        right: inherit;
        left: 17px;
        display: block
    }

    .Header_MegaMenu__PgTaw .Header_closeBtn__9A9sK, .Header_level2__i1NEl .Header_closeBtn__9A9sK {
        position: relative;
        margin-bottom: 15px;
        display: none;
        top: 0;
        right: 8px
    }

    .Header_insideMenuRit__G_Gxk {
        display: none
    }

    .Header_insideMenuLft__327xn {
        width: 100%;
        padding-right: 0;
        margin-right: 0
    }

    .Header_MmListin__gT_hR {
        overflow-y: auto;
        height: calc(100vh - 100px)
    }

    .Header_insideMenuList__YYei8 {
        height: calc(100vh - 220px);
        overflow-y: auto;
        position: static
    }

    .Header_categryListIn__jsktN {
        width: 100%;
        height: 100%;
        padding: 7px 0 20px
    }

    .Header_categryListInr__mL69v {
        height: calc(100vh - 170px)
    }

    .Header_insideMenuList__YYei8 h4 {
        padding-bottom: 0;
        border-bottom: 1px solid #999
    }

    .Header_insideMenuList__YYei8 .Header_categryListIn__jsktN h4 {
        padding: 15px 24px
    }

    .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li h4 {
        display: flex;
        padding: 15px 24px
    }

    .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li h3 a {
        display: flex
    }

        .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li h3 a:after {
            top: 0;
            margin-right: 5px
        }

    .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li {
        border-top: 1px solid #999;
        margin: 0
    }

        .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li:first-child {
            border: 0
        }

        .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 li a {
            display: block;
            padding: 15px 24px
        }

    .Header_MmList__Byj5K ul li .Header_landingPageLink__N53At {
        margin-bottom: 0;
        border-bottom: 1px solid #999
    }

    .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 {
        width: 100%;
        height: calc(100% - 11px);
        overflow-y: auto
    }

    .Header_MmList__Byj5K > .Header_scrlCstmin__zLIHe {
        height: calc(100vh - 160px)
    }

    .Header_categryList__L6FZZ {
        margin-bottom: 0
    }

    .Header_insideMenuList__YYei8 > .Header_scrlCstmin__zLIHe {
        height: calc(100vh - 165px)
    }

    .Header_level2__i1NEl h3.Header_landingPageLink__N53At {
        margin-bottom: 0
    }

    .Header_MmList__Byj5K ul .Header_insideMenuList__YYei8 ul {
        border-bottom: 1px solid #999;
        padding-bottom: 0
    }

    .Header_MmList__Byj5K ul li a b {
        width: 40px
    }

    .Header_MmList__Byj5K h2 {
        padding: 13px 24px;
        font-weight: 600
    }

    .Header_MmList__Byj5K h2, .Header_level2__i1NEl h3 {
        margin: 0;
        border-bottom: 1px solid #999
    }

    .Header_MnNav__01CN_ .Header_MnNavin__IqiO8 > ul > li .Header_level2__i1NEl h3 {
        font-size: 16px;
        font-weight: 600;
        padding: 15px 24px
    }

    .Header_level2__i1NEl h3.Header_mobileBack__tUD_e {
        padding: 13px 24px;
        font-weight: 600
    }

    .Header_MmList__Byj5K ul li a.Header_activeMenu1__iFKD4, .Header_MmList__Byj5K ul li a:hover {
        background: #0041c0;
        color: #fff
    }
}

.LoadingIndicator_loadingIndicator__oDMZD {
    font-size: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,.9);
    display: flex;
    justify-content: center;
    align-items: center
}

.LoadingIndicator_loadingIndicatorin__yXKtm {
    width: 220px
}

.Footer_footer__UL4jx {
    background: #000;
    padding: 56px 50px 32px;
    border-bottom: 10px solid #0041c0
}

.Footer_footerInr__wBFUf {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 30px 0 0
}

.Footer_footerInrFlex__1Ea9k {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap
}

.Footer_footerInrFlexLeft__BFOwE {
    width: 25%;
    display: flex;
    align-items: center
}

.Footer_footerInrFlexLeftinr__dRJx7 {
    width: 100%
}

.Footer_footerInrFlexLeftlogo__1zNXE {
    width: 180px;
    margin: 0 auto
}

    .Footer_footerInrFlexLeftlogo__1zNXE a {
        display: inline-block;
        width: 100%
    }

.Footer_followousfooter__W_G0m {
    width: 100%;
    padding-top: 227px
}

    .Footer_followousfooter__W_G0m h3 {
        font-size: 16px;
        font-weight: 600;
        color: #fff
    }

    .Footer_followousfooter__W_G0m ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 12px
    }

        .Footer_followousfooter__W_G0m ul li {
            margin-right: 12px
        }

            .Footer_followousfooter__W_G0m ul li:last-child {
                margin-right: 0
            }

            .Footer_followousfooter__W_G0m ul li a {
                display: inline-flex;
                height: 100%;
                align-items: center;
                justify-content: center
            }

                .Footer_followousfooter__W_G0m ul li a img {
                    width: 32px;
                    height: auto
                }

.Footer_footerInrFlexRight__awr_A {
    width: 75%
}

.Footer_footerInrFlexRightinr__Sfaif {
    width: 100%
}

.Footer_appLinks__DNw0I li {
    position: relative;
    padding-right: 10px
}

    .Footer_appLinks__DNw0I li:last-child:after {
        display: none
    }

.Footer_footerInrFlexRightinrrow__Bw_by {
    -moz-column-count: 3;
    padding-top: 0;
    column-count: 3;
    column-fill: balance;
    grid-template-columns: masonry;
    width: 100%
}

.Footer_footerInrFlexRightincol__yrAEx {
    margin: 0 0 48px;
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    width: 100%
}

    .Footer_footerInrFlexRightincol__yrAEx h4 {
        font-size: 17px;
        color: #fff;
        font-weight: 600;
        padding-bottom: 0
    }

        .Footer_footerInrFlexRightincol__yrAEx h4 a {
            color: #fff;
            text-decoration: none;
            position: relative;
            padding-bottom: 4px
        }

            .Footer_footerInrFlexRightincol__yrAEx h4 a:hover {
                color: #fff
            }

                .Footer_footerInrFlexRightincol__yrAEx h4 a:hover:after {
                    width: 100%;
                    transition: all .3s ease-in
                }

    .Footer_footerInrFlexRightincol__yrAEx ul {
        padding-top: 8px
    }

    .Footer_footerInrFlexRightincol__yrAEx li {
        padding: 0 0 5px;
        margin-bottom: 0
    }

        .Footer_footerInrFlexRightincol__yrAEx li a {
            font-weight: 300;
            opacity: .7;
            transition: all .3s ease-in;
            position: relative;
            color: #fff;
            padding: 0 0 2px;
            text-decoration: none;
            display: inline-block
        }

            .Footer_footerInrFlexRightincol__yrAEx li a:after {
                position: absolute;
                left: 0;
                bottom: 1px;
                width: 0;
                height: 1.2px;
                background: #fff;
                content: "";
                transition: all .3s ease-in
            }

            .Footer_footerInrFlexRightincol__yrAEx li a:hover:after {
                width: 100%;
                transition: all .3s ease-in
            }

.Footer_coprightsec___MgAC {
    width: 75%;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto
}

.Footer_copyrightfooter__lFRrm .Footer_deskCR__BU1_d {
    margin-right: 32px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center
}

.Footer_copyrightfooter__lFRrm img {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-right: 4px
}

.Footer_coprightsec___MgAC ul {
    display: flex;
    align-items: center
}

.Footer_copyrightfooter__lFRrm p {
    color: #999;
    font-size: 14px
}

    .Footer_copyrightfooter__lFRrm p a {
        margin-right: 30px
    }

        .Footer_copyrightfooter__lFRrm p a:hover {
            color: #fff
        }

        .Footer_copyrightfooter__lFRrm p a:first-child {
            color: #999;
            cursor: inherit
        }

.Footer_copyrightfooter__lFRrm span {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin: 0 15px;
    display: inline-block
}

.Footer_coprightsec___MgAC ul li {
    position: relative;
    margin-right: 36px;
    font-size: 12px;
    color: #fff
}

    .Footer_coprightsec___MgAC ul li a {
        color: #999
    }

.Footer_copyrightfooter__lFRrm ul li a:hover {
    color: #fff
}

.Footer_coprightsec___MgAC ul li:before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff
}

.Footer_copyrightfooter__lFRrm .Footer_mobCR__JI6ok {
    display: none
}

.Footer_dwnldAps__xEIDc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 75%;
    padding: 30px 0 40px;
    margin-left: auto
}

.Footer_leftDwnldAps__8QMe_ {
    width: 60%
}

    .Footer_leftDwnldAps__8QMe_ h5 {
        color: #fff;
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: 600
    }

    .Footer_leftDwnldAps__8QMe_ ul {
        display: flex;
        flex-wrap: wrap
    }

    .Footer_leftDwnldAps__8QMe_ li {
        margin-right: 10px;
        padding-top: 24px
    }

.Footer_footerBotm__4DAiD {
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 30px;
    order: 2
}

.Footer_leftDwnldAps__8QMe_ strong {
    color: #999;
    display: flex;
    align-items: center;
    font-weight: 400
}

    .Footer_leftDwnldAps__8QMe_ strong b {
        font-weight: 400
    }

.Footer_leftDwnldAps__8QMe_ a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    padding: 2px
}

    .Footer_leftDwnldAps__8QMe_ a span {
        display: block;
        width: 100%;
        height: 100%
    }

.Footer_ftrScl__KO_cF {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 40%;
    flex-wrap: wrap
}

    .Footer_ftrScl__KO_cF h5 {
        color: #fff;
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: 600;
        width: 100%
    }

.Footer_appimg__26pV0 {
    width: 40px;
    display: none
}

    .Footer_appimg__26pV0 img {
        max-width: 100%
    }

@media only screen and (max-width: 1199px) {
    .Footer_footer__UL4jx {
        padding: 50px 15px 32px
    }

    .Footer_footerInrFlexLeft__BFOwE {
        width: 100%;
        padding-bottom: 30px
    }

    .Footer_dwnldAps__xEIDc, .Footer_footerInrFlexRight__awr_A {
        width: 100%
    }

    .Footer_leftDwnldAps__8QMe_ {
        width: 100%;
        padding-bottom: 30px
    }

    .Footer_coprightsec___MgAC, .Footer_ftrScl__KO_cF {
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .Footer_footer__UL4jx {
        background: #000;
        padding: 40px 15px 20px;
        border-bottom: 10px solid #0041c0
    }

    .Footer_footerInrFlex__1Ea9k {
        flex-direction: column
    }

    .Footer_footerInrFlexLeft__BFOwE {
        width: 100%;
        order: 4;
        display: none
    }

    .Footer_leftDwnldAps__8QMe_ {
        order: 1;
        width: 100%;
        padding: 10px 0 20px;
        border: 0
    }

        .Footer_leftDwnldAps__8QMe_ li {
            width: 100%;
            padding-top: 18px
        }

            .Footer_leftDwnldAps__8QMe_ li b {
                width: 130px;
                display: inline-block
            }

        .Footer_leftDwnldAps__8QMe_ h5 {
            color: #fff;
            margin-bottom: 12px;
            width: 100%
        }

    .Footer_footerInrFlexRight__awr_A {
        width: 100%;
        order: 1
    }

    .Footer_coprightsec___MgAC {
        order: 3;
        width: 100%;
        justify-content: center;
        margin: 10px 0 0;
        border-top: 1px solid #fff;
        padding-top: 10px
    }

    .Footer_footerInrFlexRightinrrow__Bw_by {
        column-fill: auto;
        display: flex;
        flex-wrap: wrap
    }

    .Footer_footerInrFlexRightincol__yrAEx {
        margin: 0;
        page-break-inside: avoid;
        break-inside: avoid;
        position: relative;
        width: 100%;
        border-top: 1px solid #fff;
        padding: 10px 5px
    }

        .Footer_footerInrFlexRightincol__yrAEx:first-child {
            border: 0
        }

        .Footer_footerInrFlexRightincol__yrAEx > ul {
            padding-top: 5px;
            display: none
        }

            .Footer_footerInrFlexRightincol__yrAEx > ul.Footer_active__2BiBz {
                display: block
            }

    .Footer_footerInrFlexLeftlogo__1zNXE {
        display: none
    }

    .Footer_followousfooter__W_G0m {
        padding-top: 0
    }

        .Footer_followousfooter__W_G0m ul {
            justify-content: center
        }

        .Footer_followousfooter__W_G0m h3 {
            display: none
        }

    .Footer_copyrightfooter__lFRrm a, .Footer_copyrightfooter__lFRrm span {
        display: inline;
        margin: 0 2px
    }

        .Footer_copyrightfooter__lFRrm .Footer_deskCR__BU1_d, .Footer_copyrightfooter__lFRrm a:before, .Footer_copyrightfooter__lFRrm span:before {
            display: none
        }

    .Footer_copyrightfooter__lFRrm .Footer_mobCR__JI6ok {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px
    }

    .Footer_footerInrFlexRightincol__yrAEx h4 {
        font-weight: 400;
        cursor: pointer
    }

    .Footer_footerInrFlexRightincol__yrAEx .Footer_acrdHd__pJfX3:after {
        content: "";
        border: solid #fff;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(47deg);
        -webkit-transform: rotate(47deg);
        margin: 6px 0 0 3px;
        position: relative;
        transition: all .5s ease-in;
        position: absolute;
        right: 10px;
        top: 13px
    }

    .Footer_footerInrFlexRightincol__yrAEx .Footer_acrdHd__pJfX3.Footer_active__2BiBz:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        top: 14px
    }

    .Footer_copyrightfooter__lFRrm p {
        color: #fff;
        text-align: center;
        font-size: 13px
    }

    .Footer_copyrightfooter__lFRrm span {
        display: none
    }

    .Footer_footerInr__wBFUf {
        padding-top: 0
    }

    .Footer_ftrScl__KO_cF {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #fff;
        order: 2
    }

    .Footer_copyrightfooter__lFRrm p a {
        margin: 0 10px 10px;
        display: inline-block;
        opacity: .7;
        color: #fff
    }

        .Footer_copyrightfooter__lFRrm p a:first-child {
            width: 100%;
            margin: 0 0 10px
        }
}

.CookieConsent_CookieConsent__uuOFz {
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: -1px;
    background: #fff;
    padding: 24px 50px;
    border-top: 0 solid #000;
    border-bottom: 4px solid #000
}

.CookieConsent_CookieConsentinr__YRGZf {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.CookieConsent_CookieConsentinrcopy__OoXBx {
    padding-right: 32px;
    max-width: 70%
}

    .CookieConsent_CookieConsentinrcopy__OoXBx p {
        font-size: 16px;
        font-weight: 300
    }

        .CookieConsent_CookieConsentinrcopy__OoXBx p strong {
            font-weight: 500
        }

.CookieConsent_CookieConsentinrbtns__iwXT9 {
    width: 30%
}

.CookieConsent_CookieConsentinrbtnsinr__UklSo {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end
}

    .CookieConsent_CookieConsentinrbtnsinr__UklSo button {
        width: auto;
        min-width: 120px;
        border: 1px solid #000;
        cursor: pointer;
        border-radius: 5px;
        padding: 12px;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px
    }

.CookieConsent_acceptBtn__qvdkM {
    background: #000;
    color: #fff
}

@media (max-width: 767px) {
    .CookieConsent_CookieConsent__uuOFz {
        padding: 24px
    }

    .CookieConsent_CookieConsentinr__YRGZf {
        flex-wrap: wrap
    }

    .CookieConsent_CookieConsentinrcopy__OoXBx {
        max-width: 100%;
        text-align: center;
        padding: 0 0 24px
    }

    .CookieConsent_CookieConsentinrbtns__iwXT9 {
        width: 100%
    }

    .CookieConsent_CookieConsentinrbtnsinr__UklSo {
        justify-content: center
    }

        .CookieConsent_CookieConsentinrbtnsinr__UklSo button {
            margin: 0 8px;
            min-width: 100px;
            padding: 8px
        }
}
