@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .headerSection .navbar .nav-link{
        font-size: 14px;
        padding: 30px 8px;
    }
}

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

    .headerSection .whiteLogo, .headerSection .blackLogo {
        width: 130px;
    }
    .headerSection .navbar .nav-item:last-child{
        margin-left: 0;
    }
    .headerSection.show-header .whiteLogo{ display: none;}

    .headerSection.show-header .blackLogo{ display:block; opacity: unset;}

    .headerSection .navbar {
        padding: 25px 0;
    }

    .navbar-toggler {
        background: transparent;
        padding: 6px 0px;
    }
    .navbar-toggler span{
        width: 25px;
        height: 3px;
        background-color: #fff;
        display: block;
        transform: rotate(0deg);
        transition: all 0.2s ease 0.1s, background-color 0s ease 0s;
    }
    .navbar-toggler.menuOpen {
        /* width: 19px; */
        padding:0;
        margin-right: -26px;
    }
    .navbar-toggler.menuOpen span:nth-child(1) {
        transition: transform 0.2s ease 0.1s;
        transform: rotate(45deg);
        transform-origin: left top;
    }
    .navbar-toggler.menuOpen  span:nth-child(2) {
        transition: opacity 0.2s ease 0s;
        opacity: 0;
        margin-top: 6px;
    }
    .navbar-toggler.menuOpen  span:nth-child(3) {
        transition: transform 0.2s ease 0.1s;
        transform: rotate(-45deg);
        transform-origin: left bottom;
    }
    .navbar-toggler span + span {
        margin-top: 4px;
    }


    .navbar-collapse {
        background: rgb(0 0 0 / 42%);
        flex-basis: inherit;
        width: 45%;
        height: 100%;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        /* transition: all 1s ease; */
    }

    .navbar-collapse.show {
        /* overflow: hidden; */
        display: block;
        height: calc(100vh - 80px);
        overflow: auto;
        z-index: 9;
        left: inherit;
        background: #fff;
    }
    

    .closeHeader {
        width: 100%;
        padding: 30px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
    }

    .headerSection .navbar .nav-link {
        padding: 24px 30px;
        color:#000;
        font-size: 25px;
    }
    .headerSection .navbar .nav-link.dropMenu span{
        position: relative;
        padding-right: 39px;
        display: inline-block;
        width: 100%;
    }
    .headerSection .navbar .nav-link.dropMenu span::after{
        content: "";
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 9px solid rgb(0, 0, 0);
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0px;
        height: 0px;
        margin: 0.15rem auto 0px;
        transition: all 1s ease;
    }
    .headerSection .navbar .nav-link.dropMenu.openArrow span::after{
        transform: rotate(180deg);
    }
    .headerSection .navbar .nav-item:nth-last-child(3) {
        margin-left: 0;
    }

    .headerSection .navbar .nav-link {
        padding: 20px 20px;
        color: #000;
        font-size: 18px;
    }
    .headerSection.mrgaMenuBlog .navbar .nav-link{
        color: #000!important;
    }

    .headerSection .navbar .nav-item:nth-last-child(3) {
        margin-left: 0;
    }

    /* .headerSection .navbar .nav-link:hover {
        color: #fff;
    } */

    .megaMenu .allPage {
        display: block;
    }

    .megaMenu {
        position: relative;
        /* position: absolute !important;
        z-index: 999; */
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 85px);
        /* visibility: hidden; */
        /* max-height: inherit; */
        /* transform: translateX(-100%); */
        display: none;
        max-height: auto;
        /* transition: opacity .3s, visibility 0s .5s; */
        /* transition: all 1s ease; */
    }

    .navbar-nav {
        transform: translateX(0);
        transition: all 0.5s ease;
        width: 100%;
        background: #fff;
        /* height: calc(100vh - 80px); */
        height: 100%;
    }

   

    .backMegaMenu {
        display: none;
        background: #000;
        color: #fff;
        padding: 0px 30px;
        font-size: 20px;
    }

    .megaMenu.showMenu {
        display: block;
        /* opacity: 1;
        visibility: visible;
        transition: transform .3s;
        overflow: inherit;
        transform: translateX(-100%);
        background: #fff;
        max-height: none;
        transition: all 1s ease; */
    }

    .megaMenu.showMenu .container {
        /* overflow: auto;
        height: calc(100% - 68px); */
        align-items: flex-start;
        padding-top: 0;
        padding-bottom: 0;
    }

    .headerSection .navbar .nav-link.dropMenu {
        pointer-events: none;
    }

    .megaMenu a {
        border-bottom: 1px solid #eff1f4;
        font-family: 'graphikregular';
        font-size: 14px;
        border-radius: 0;
        padding: 20px 15px
    }
    .megaMenu .row .col-12:last-child li:last-child a{
        border-bottom: none;
    }
    
    .navbar-nav .nav-item:last-child(5) li:last-child a{
        padding: 20px 40px 20px 15px!important;
    }
        /* .megaMenu li:last-child a{
        border-bottom: none;
    }   */
    /*.megaMenu .row>div:last-of-type a{
        border-bottom: none;
    }*/
    .megaMenu.showMenu .row{
        flex-grow: 1;
    }
    .headerSection .nav-item{
        border-bottom: 1px solid #eff1f4;
    }
    .headerSection .nav-item:last-child{
        border: none;
    }

    .megaMenu ul {
        padding-bottom: 0;
        padding-top: 0;
    }

    .megaMenu a span {
        display: none;
    }

    .allPage {
        color: #49CC79;
        display: flex;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 14px;
        font-family: 'graphikmedium';
        text-transform: uppercase;
        align-items: center;
        padding: 20px 15px;
    }

    body.overflow-hidden {
        overflow: hidden;
        position: fixed;
        top:0;
    }

    .headerSection.show-header {
        background-color: #ffffff;
        /*background-color: #ecfcf1;*/
        position: fixed;
        z-index: 99;
    }

    .headerSection.show-header .navbar-toggler span {
        background-color: #2f2b2b;
    }

    .sliderSection .leftSection {
        width: 50%;
        padding: 40px;
        padding-bottom: 80px;
    }
    .sliderSection .rightImgSection{
        width: 50%;
    }
    .leftSection .swiper-slide{
        margin-bottom: 0;
    }


    .swipperButton {
        bottom: 20px;
    }

    .swiper-pagination {
        bottom: 35px;
    }

    .footBlueStrp .block {
        margin: 0px 0px 30px 0;
        height: auto;
    }


    .footBlueStrp {
        padding: 80px 0;
    }

    .signupContainer {
        width: 100%;
    }

    .footerCol .footLinks a {
        padding: 0 8px 0px 0px;
        font-size: 14px;
    }

    .footerCol .socialIcon {
        margin-left: 10px;
        margin-right: 30px;
    }

    .footerCol .socialIcon a {
        padding: 0 5px;
    }
}

@media screen and (min-width: 767px) {
    
    .allPage {
        display: none;
    }
    .navbar-nav.showMenu {
        /* transform: translateX(100%);
        transition: opacity .3s, visibility 0s .5s;
        transition: all 1s ease; */
        max-height: calc(100vh - 71px);
        overflow-y: auto;
        padding-bottom: 150px;
    }

}

@media screen and (max-width: 767px) {
    .megaMenu.showMenu{
        max-height: inherit;
    }
    .navbar-collapse.show{
        background: #fff;
    }
    .navbar-nav{
        transform: translateX(0);
        width: 100%;
        overflow: auto;
        padding-bottom: 95px;
    }
    .navbar-toggler.menuOpen {        
        margin-right: -10px;
    }
    .navbar-collapse {
        width: 100%;
    }

    .thinkerSection h2 {
        padding-right: 0;
        font-size: 34px;
        line-height: 38px;
    }

    .thinkerSection p {
        padding-right: 0;
        font-size: 18px;
        line-height: 26px;
    }

    .sliderSection .slideBlock {
        flex-direction: column;
    }

    .sliderSection .leftSection {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        order: 2;
        padding-bottom: 150px;
    }

    .sliderSection .rightImgSection {
        width: 100%;
        order: 1;
    }

    .sliderSection .leftSection h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .sliderSection .leftSection p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .swipperButton {
        left: 0;
        margin-left: 15px;
    }

    .swiper-pagination {
        bottom: 80px;
        left: -15px;
        width: 100%;
        text-align: right;
    }

    .swipperButton {
        bottom: 60px;
    }

    .signupContainer {
        padding: 60px 0;
    }

    .footBlueStrp {
        padding: 30px 0 40px;
    }

    .footBlueStrp a.btn {
        min-width: 230px;
    }

    .signupContainer {
        width: 100%;
        flex-direction: column;
    }

    .signupContainer h3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .signupContainer .inputField {
        width: 100%;
    }

    .footerCol {
        flex-direction: column;
    }

    .footerCol .colcustom {
        order: 1;
        flex-direction: column;
    }

    .footerCol .colcustom:first-child {
        order: 2;
    }

    .footerCol .colcustom .footLinks {
        margin-bottom: 20px;
    }

    .footerCol .socialIcon {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .container{
        padding-right: 20px;
        padding-left: 20px;
    }  
    
    .button_button__3HGS0:hover .button_arrow__379Os polyline[data-v-540d8da5] {
        -webkit-animation: button_dash-data-v-540d8da5__1s9ZS .7s;
        animation: none;
    }


}
@media (max-width: 374px) { 
    .footerCol .footLinks a {
        padding: 0 4px 0px 0px!important;
    }
 }