
/* ***********css for mobile nav******** */


.mobile_nav, .nav__sub {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    background-color: #fff !important;
    list-style-type: none;
}

.mobile_nav  {
    position: relative;
    width: auto;
    background-color: rgba(0,0,0,0.6) !important;
}

.mobile_nav .nav__item + .nav__item {
    margin-top: 15px;
}
.mobile_nav .nav__link {
    font-weight: 400;
    color: #2a2a2a;
    text-decoration: none;
}
.nav__sub {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff9090 !important;
    width: 100%;
    height: 100vh;
    background-color: currentColor;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(100%);

}
.nav__sub.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    z-index: 2;
    /* z-index: 99999999; */
}

.click-show{
    display: block !important;
}







.menu-mobile{
    display: none;
}

    
    .navbar-expand-md .navbar-nav .dropdown-first {
        position: absolute;
        transform: translate(-21%, 0%);
        left: 21%;

    }
    
    .navbar-expand-md .navbar-nav .dropdown-second{
        z-index: 99999999999;
        position: absolute;
        transform: translate(-36%, 0%);
        left: 35%;
        box-shadow: 0px 0px 20px #0000001F;
        border-radius: 20px;
        /* transition: 150ms cubic-bezier(0.215,0.61,0.355,1);
        cursor: default;
        transition-property: color,opacity; */
    }
    
    .navbar-dark .navbar-nav.navbar-nav-w .nav-link {
        color: rgba(255, 255, 255);
        font: normal normal normal 16px/20px;
        /* font-family: "DM sans"; */
    }

    a.nav-link.login-btn {
        color: rgba(255, 255, 255);
        font: normal normal normal 16px / 20px;
        padding-right: 32px;
    }

    a.nav-link.sign-up-btn.sign-up {
        color: #6d44e5;
        border-radius: 10px;
        background: #fff;
        /* padding: 18px 40px; */
    }

    header .nav.sticky .nav-link.sign-up {
        background: linear-gradient(135deg, #484eff 0, #1eefb0 94.79%) !important;
        color: #fff !important;
    }
    
    
    header .nav.sticky .nav-link{
        color: #212529 !important;
    }

    header .nav.sticky .nav-link:focus{
        color: #212529;
    }

    .sign-up-main{
        display: flex;
        align-items: center;
    }
    
    .company-dropdown-list .nav-link{
        color: #2A2A2A !important;
        font-weight: 600 !important;
        width: 100%;
        max-width: 250px;
        background-color: #fff;
        /* margin-bottom: 16px; */
        padding: 0px!important;
    }

    .company-dropdown-list li:not(:last-child) .nav-link {
        margin-bottom: 16px;
    }
    
    .company-dropdown-list .nav-link:hover{
        color: #2A2A2A !important;
        font-weight: 600 !important;
        /* background-color: #F0ECFD !important; */
        border-radius: 10px;
        width: 100%;
        max-width: 250px;
        /* margin-bottom: 16px; */
        padding: 0px;
    }

    .usecase-dropdown-list .nav-link{
        color: #2A2A2A !important;
        font-weight: 600 !important;
        width: 100%;
        max-width: 250px;
        background-color: #fff;
        /* margin-bottom: 16px; */
        padding: 0px!important;
    }

    .usecase-dropdown-list li:not(:last-child) .nav-link {
        margin-bottom: 16px;
    }
    
    .usecase-dropdown-list .nav-link:hover{
        color: #2A2A2A !important;
        font-weight: 600 !important;
        /* background-color: #F0ECFD !important; */
        border-radius: 10px;
        width: 100%;
        max-width: 250px;
        /* margin-bottom: 16px; */
        padding: 0px;
    }
    
    .navbar-nav {
        align-items: center;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }
    
    .nav-link {
        /* padding: 16px 32px; */
        padding: 1.5rem 1rem;
    }
    
    .menu{
        width: 60%;
    }
    
    .tab-w {
      float: left;
      background-color: #F5F6FA;
      width: 19%;
      /* height: 90%; */
      height: calc(90vh - 180px);
      border-radius: 20px;
    }
    
    /* Style the buttons inside the tab */
    .tab-w button {
      display: block;
      background-color: inherit;
      color: #646B88;
      background: #F5F6FA;
      padding: 22px 16px;
      width: 100%;
      border: none;
      font-weight: 600;
      outline: none;
      text-align: left;
      cursor: pointer;
      font-size: 17px;
      font-family: 'Dm sans', sans-serif;
    }
    
    /* Change background color of buttons on hover */

    .tab-w button:hover {
      color: #6D44E5 !important;
    }
    
    /* Create an active/current "tab button" class */
    .tab-w button:first-child {
        border-top-left-radius: 12px;
    }

    .tab-w button.active:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .tab-w button.active {
      /* background-color: #6D44E5 !important; */
      color: #fff;
      position: relative;
    }
    
    .tab-w .eb-tablinks-h.tablinks-one.active::after{
        content: "";
        position: absolute;
        right: -4px;
        /* top: 20px; */
        width: 25px;
        height: 25px;
        background-color: #6D44E5 !important;
        /* border-bottom: 25px solid #6D44E5; */
        rotate: 45deg;
        clear: both;
        z-index: 2;
    }
    
    .tab-w .eb-tablinks-h.tablinks-two.active::after{
        content: "";
        position: absolute;
        right: -4px;
        /* top: 90px; */
        width: 25px;
        height: 25px;
        /* border-bottom: 25px solid #6D44E5; */
        background-color: #6D44E5 !important;
        rotate: 45deg;
        clear: both;
        z-index: 2;
    }
    
    .tab-w .eb-tablinks-h.tablinks-three.active::after{
        content: "";
        position: absolute;
        right: -4px;
        /* top: 161px; */
        width: 25px;
        height: 25px;
        background-color: #6D44E5 !important;
        /* border-bottom: 25px solid #6D44E5; */
        rotate: 45deg;
        clear: both;
        z-index: 2;
    }

    .tab-w .eb-tablinks-h.tablinks-four.active::after{
        content: "";
        position: absolute;
        right: -4px;
        /* top: 161px; */
        width: 25px;
        height: 25px;
        background-color: #6D44E5 !important;
        /* border-bottom: 25px solid #6D44E5; */
        rotate: 45deg;
        clear: both;
        z-index: 2;
    }
    
    .tab-w button.active .eb-tabcontent{
      display: block;
    }
    
    /* Style the tab content */
    .tabcontent-main .eb-tabcontent {
      float: left;
      /* padding: 0px 12px; */
      padding: 0px 0px;
      /* border: 1px solid #ccc; */
      border-left: none;
      width: 81%;
      height: calc(100vh - 254px);
      overflow: auto;
      display: none;
      /* background: #fff; */
    }

    .tabcontent-main .eb-tabcontent ul li:hover{
        /* background: #F0ECFD; */
        /* border-radius: 10px; */
      }

    /* .tabcontent-main{
        width: 70%;
        height: 500px;
    } */
    
    .tabcontent-main .eb-tabcontent.tabcontent1 {
      display: block;
    }
    
    /* Clear floats after the tab */
    .clearfix::after {
      content: "";
      clear: both;
      display: table;
    }
    
    header{
        width: 100% !important;
        z-index: 99999999999 !important;
        position: absolute;
        top: 0 !important;
        position: sticky !important;
    }
    header .nav{
        opacity:1 !important;
    }
    
    
    
    .product-tab.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99999999999;
        display: none;
        float: left;
        /* min-width: max-content !important; */
        padding: 0 !important;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 0px solid rgba(0,0,0,.15);
    }

    .company-dropdown:hover .company-dropdown-list {
        display: block !important;
        margin: 0;
    }

    .usecase-dropdown:hover .usecase-dropdown-list {
        display: block !important;
        margin: 0;
    }

    
    .company-dropdown-list.dropdown-menu {
        /* position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: max-content !important;
        margin: 0!important;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box; */
        padding: 32px !important;
        border: 0px solid rgba(0,0,0,.15);
        width: 275px;
    }
    
    .product-tab.dropdown-menu::before, .company-dropdown-list.dropdown-menu::before{
        content: "";
        position: absolute;
        left: 34%;
        top: -5px;
        width: 30px;
        background: white;
        height: 30px;
        rotate: 224deg;
        box-shadow: 20px 20px 30px #0000001F;
        border-radius: 3px;
    }

    .usecase-dropdown-list.dropdown-menu {
        /* position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: max-content !important;
        margin: 0!important;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box; */
        padding: 32px !important;
        border: 0px solid rgba(0,0,0,.15);
        width: 250px;
    }
    
    .product-tab.dropdown-menu::before{
        content: "";
        position: absolute;
        /* left: 34%; */
        left: 21.3%;
        z-index: -1;
        top: -5px;
        width: 30px;
        background: white;
        height: 30px;
        rotate: 224deg;
        box-shadow: 20px 20px 30px #0000001F;
        border-radius: 3px;
    }

    .usecase-dropdown-list.dropdown-menu::before{
        content: "";
        position: absolute;
        left: 34%;
        /* left: 18.6%; */
        z-index: -1;
        top: -5px;
        width: 30px;
        background: white;
        height: 30px;
        rotate: 224deg;
        box-shadow: 20px 20px 30px #0000001F;
        border-radius: 3px;
    }
    
    header .nav.sticky .navbar-dark .navbar-nav .active > .nav-link, header .nav.sticky .navbar-dark .navbar-nav .nav-link.active,header .nav.sticky .navbar-dark .navbar-nav .nav-link.show,header .nav.sticky .navbar-dark .navbar-nav .show > .nav-link,header .nav.sticky .navbar-dark .navbar-text a{
        color: #6D44E5;
    }
    
    
    
    .nav-item:active::after, .nav-item:focus::after, .nav-item:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    
    .nav-item::after {
        position: absolute;
        bottom: -8px;
        background-color: #121212;
        height: 2px;
        width: 70%;
        left: 7px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    }
    
    .header-transparent .nav-item {
        text-align: center;
        position: relative;
    }
    
    .header-transparent .menu-icon .line, .header-transparent .nav-item::after {
        background-color: #fff;
    }

    .header .nav.sticky .menu-icon .line,.header .nav.sticky .nav-item::after {
        background-color: #6D44E5;
    }
    
    header .nav.sticky .nav-link:hover {    
        color: #6D44E5;
    }
    
    header .nav.sticky .nav-link:hover {    
        color: #6D44E5;
    }
    
    .company-dropdown-list .dropdown-links, .usecase-dropdown-list .dropdown-links{
        font-size: 14px !important;
    }

    .nav-menu-lists{
        /* background: #fff; */
        padding: 24px 32px !important;
        height: 100%;
    }

    .nav-menu-list-item {
        border: 1px solid transparent;
        display: flex;
        flex-wrap: wrap;
        /* row-gap: 20px; */
    }

    .nav-menu-list-item li{
        /* margin-bottom: 32px; */
        cursor: pointer;
        padding: 0;
    }

    .nav-menu-list-item li{
        margin-bottom: 32px;
        padding-right: 18px;
    }

    /* .nav-menu-list-item li:not(:last-child){
        margin-bottom: 32px;
    } */

    /* .nav-menu-list-item li:not(:nth-last-child(-n+3)) {
        margin-bottom: 32px;
    } */

    .product_id{
        color: #2A2A2A;
        font-weight: 700;
        font-family: 'DM sans', sans-serif;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
    }

    .tabcontent-main .flex-column .docs-link {
        background: transparent;
        -webkit-border-radius: 4px;
        color: #2A2A2A;
        font-size: 14px !important;
        cursor: pointer;
    }

    .tabcontent-main .flex-column .docs-link:hover {
        background: transparent;
        -webkit-border-radius: 4px;
        color: #6D44E5;
        text-decoration: underline;
        font-size: 14px !important;
        cursor: pointer;
    }

    .nav-desc {
        margin-bottom: 0rem !important;
        font-size: 12px !important;
        width: unset !important;
        line-height: 18px !important;
        font-family: 'DM sans';
    }

    .nav-icon-size{
        max-width: fit-content !important;
        margin: 0 10px 0 0;
        padding-right: 2px;
    }

    .product-tab-footer p{
        font-family: "DM Sans";
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        padding: 16px 0;
        display: flex;
        justify-content: center;
        margin: 0px auto;
        border-top: 2px solid #E6E6E6;
    }

    .bfb_upright_arrow{
        margin: 0 10px;
        width: 12px;
        height: auto;
    }

    .bfb-text-link a{
        color: #2A2A2A;
        font-weight: 400;
    }

    .bfb-text-link a:hover{
        color: #2A2A2A;
        font-weight: 400;
    }


    .upright_arrow{
        margin: 0 10px;
        width: 12px;
        height: auto;
        display: none;
    }
    
    .nav-menu-list-item li:hover .upright_arrow,
    .nav-menu-list-item li *:hover ~ .upright_arrow,
    .nav-menu-list-item li:hover .product_id,
    .nav-menu-list-item li *:hover ~ .product_id {
        display: inline-flex;
        color: #6D44E5;
        transition: all .5s;
    }

    .product_id:hover{
        color: #6D44E5;
    }

    .product_id:hover .upright_arrow{
        display: inline-block;
        transition: all .5s;
    }

    .dropdown-links:hover{
        color: #6D44E5;
    }

    .dropdown-links:hover .upright_arrow{
        display: inline-block;
        transition: all .5s;
    }

    .dropdown-links:hover .product_id{
        color: #6D44E5;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar-hover .collapse ul li:hover> .dropdown-toggle .fa-angle-down{
        transform: rotate(180deg);
        transition: all .5s;
    }


    .new-page-badge{
        background: linear-gradient(90deg, #003EB3 0%, #1677FF 100%);
        font-family: "DM Sans";
        font-weight: 700;
        font-style: Italic;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        border-radius: 100px;
        color: #fff !important;
        padding: 2px 8px;
        margin-left: 5px;
    }

    .new-page-badge:hover{
       color: #fff !important;
    }

    .ai-powered{
        background: linear-gradient(90deg, #6D44E5 0%, #13C2C2 100%);
        font-family: "DM Sans";
        font-weight: 700;
        font-style: Italic;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        border-radius: 100px;
        color: #fff !important;
        padding: 2px 8px;
        margin-left: 5px;
    }

    .ai-powered:hover{
       color: #fff !important;
    }

    .product-title{
        color: #646B88;
        font-size: 14px;
        font-family: 'DM Sans';
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 8px;
    }




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

        .menu.active .navbar {
            padding: 0rem !important;
        }

        .mobile_nav .nav__link {
            font-family: "DM sans", sans-serif !important;
            padding: 13px 30px;
            font-size: 14px !important;
        }

        .dropdown-item {
            font-family: "DM sans", sans-serif !important;
            font-weight: 700;
        }

        .mobile_nav .fa-angle-right{
            float: right;
            margin-top: 5px;
        }

        .nav-link {
            padding: 0.5rem 1rem;
        }

        /* .nav__sub.is-active {
            transform: translateX(5.4%);
        } */

        .nav__sub {
            background: #fff !important;
            height: calc(100vh - 70px);
            width: 100%;
            overflow-y: auto;
        }

        .clearfix{
            clear: both;
        }

        .menu.active {
            overflow-y: auto;
            height: calc(100vh - 0px);
        }

        .menu.active .nav{
            bottom: 0 !important;
        }

        .menu.active.navbar{
            
        }

        .menu{
            width: 100% !important;
            padding: 0px;
            background: #fff url(../img/navMenu/navbar_bg.png) no-repeat right bottom !important;
            background-size: auto !important;
            bottom: 0;
        }
        .menu-mobile{
            width: 100%;
            min-height: 93.6vh;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .slider-easebuzz-logo {
            width: 100%;
            max-width: 150px;
            top: 2rem;
            position: fixed;
            left: 15px;
        }

        .menu-mobile .container{
            padding: 0;
            margin: 0;
            /* display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between; */
        }

        .navbar-nav-w
        {
            display: none !important;
        }

        .navbar-nav li
        {
           width: 100%;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: #2A2A2A !important;
            font-family: "DM sans", sans-serif;
            font-size: 16px;
            font-weight: 400 !important;
        }

        .nav-item.active.dropdown.show a.dropdown-toggle{
            color: #6D44E5 !important;
        }

        li.nav-item{
            padding: 15px;
        }
            
        li.show#mobile_nav_show1 {
            /* background: #F5F6FA; */
            padding: 15px;
            border-radius: 10px;
        }

        li.second-tab.show {
            /* background: #F5F6FA; */
            padding: 15px;
            border-radius: 10px;
        }

        .mobile_nav.show  {
            position: relative;
            width: auto;
            background: transparent !important;
        }

        .common-dropdown .dropdown-toggle::after{
            display: none;
        }

        .common-dropdown .dropdown-toggle .fa-chevron-down{
            float: right;
        }

        li#mobile_nav_show1 .fa-chevron-down{
            transition: transform 0.3s ease;
        }

        li.show#mobile_nav_show1 .fa-chevron-down{
            transform: rotate(180deg);
        }

        li.second-tab .fa-chevron-down{
            transition: transform 0.3s ease;
        }

        li.show.second-tab .fa-chevron-down{
            transform: rotate(180deg);
        }


        .nav-item.active.dropdown.show .dropdown-toggle{
            border-radius: 10px 10px 0 0;
        }

        .dropdown-submenu-1 a{
            border-radius: 0 0 10px 10px !important;
            white-space: normal !important;
        }
    
        .navbar-expand-md .navbar-nav {
            flex-direction: column;
            margin-top: 100px;
            padding: .5rem 1rem;
            /* overflow-x: auto; */
        }
    
        .navbar-nav .dropdown-menu {
            position: initial !important;
            float: none !important;
            background: transparent;
            padding: 0;
            margin: 0;
            background-clip: padding-box;
            border: 0px solid;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
        .navbar-expand-md .navbar-collapse{
            display: flex !important ;
            flex-direction: column !important;
        }
        .nav-menu-list-item{
            display: flex !important;
            flex-direction: column !important;
        }

        .nav-item::after{
            display: none;
        }
    
        .dropdown-submenu {
            position: relative;
          }
          
          .dropdown-submenu a::after {
            transform: rotate(-90deg);
            position: absolute;
            right: 6px;
            top: .8em;
          }
          
          .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-left: .1rem;
            margin-right: .1rem;
          }

          .header-transparent .nav-item {
            text-align: left;
        }

        .header-transparent .nav-item:not(:last-child) {
            border-bottom: 1px solid #F0F0F0;
        }

        .dropdown-item-step1 {
            display: block;
            width: 100%;
            padding: 0.25rem 2.5rem;
            clear: both;
            font-weight: 400;
            color: #212529;
            text-align: inherit;
            white-space: nowrap;
            background-color: transparent;
            border: 0;
        }
/* 
        .navbar-collapse{
            position: relative;
        } */

        

        .login-signup{
            /* position: static; */
            position: sticky;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            background-color: #fff;
            z-index: 3;
        }

        .login-signup .nav-link{
            text-align: center;
            font-weight: 600 !important;
        }

        .login-btn{
            color: #6D44E5 !important;
            border-radius: 5px;
            border: 1px solid #6D44E5;
        }

        .sign-up-btn{
            background: #6D44E5;
            border-radius: 5px;
        }

        .docs-link {
            background: transparent !important;
            padding: 5px 0px !important;
        }

        .style-head{
            font-size: 16px;
            color: #646B88 !important;
            font-weight: 400;
            font-family: 'DM sans', sans-serif;
            padding: 1.5rem 0;
        }

        .style-head .fa-angle-left{
            margin-right: 20px;
            font-size: 16px;
        }

        .dropdown-item.active, .dropdown-item:active {
            background-color: #fff !important;
        }

        .pd-4{
            padding: 0.5rem 2.5rem 1rem !important;
        }

        .product_id {
            font-size: 14px;
        }

        /* .menu-icon .line {
            height: 1px !important;
            margin: 7px auto !important;
        } */

        .header-transparent .menu-icon.active .line {
            background-color: #747474 !important;
        }

        .sign-up-main{
            display: none !important;
        }

        .mobile_prod_list_catogary{
            margin-top: 34px;
        }
    }







    @media only screen and (min-width: 1202px) {

    .signup-menu{
        display: flex;
        align-items: center;
    }

    a.nav-link.sign-up-btn.sign-up {
        padding: 12px 26px;
    }

    .navbar-hover .collapse ul li:hover> ul{
        /* display:block; */
        /* transition: opacity .5s cubic-bezier(0.215,0.61,0.355,1);
        cursor: default; */
        /* transition-property: color,opacity; */
    }

    .navbar-hover .collapse ul li:focus-within> .dropdown-first{
        background: #fff url(../img/navMenu/navbar_bg.png) no-repeat right bottom !important;
        background-size: contain !important;
        display:block; 
        width: 1100px;
        width: calc(100vw - 85px);
        height: auto;
        min-height: 250px;
        box-shadow: 0px 0px 20px #0000001F;
        border-radius: 12px;
        padding: 8px !important;
        
    }

    .navbar-hover .collapse ul li:hover> .dropdown-first{
        background: #fff url(../img/navMenu/navbar_bg.png) no-repeat right bottom !important;
        background-size: contain !important;
        display:block; 
        width: 1100px;
        width: calc(100vw - 85px);
        /* height: calc(100vh - 200px); */
        height: auto;
        min-height: 250px;
        /* overflow-y: auto; */
        box-shadow: 0px 0px 20px #0000001F;
        border-radius: 12px;
        padding: 8px !important;
        
    }
}

    @media only screen and (max-width: 992px) {
        .slider-easebuzz-logo {
            width: 100%;
            max-width: 150px;
            top: 5rem;
            position: fixed;
            left: 15px;
        }
    }

    
    /* hover dropdown menus */
          @media only screen and (max-width: 991px) {
            .navbar-hover .show > .dropdown-toggle::after{
                transform: rotate(-90deg);
            }

            .menu-mobile{
                width: 100%;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }


        }
        @media only screen and (min-width: 992px) {
            .navbar-hover .collapse ul li{
                position:relative;
            }
            


            .navbar-hover .collapse ul ul ul{
                /* position:absolute;
                overflow-y: auto;
                max-height: 89%; */
                /* padding: 32px !important; */
            }
            /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/

            .nav-item::after {
                bottom: 15px;
                content: "";
            }

            .navbar-hover .collapse ul li:hover> .dropdown-toggle::after{
                transform: rotate(180deg);
                transition: all .5s;
            }
        }

        @media only screen and (min-width: 1600px) {
            .navbar-hover .collapse ul li:hover> .dropdown-first{
                background: #fff url(../img/navMenu/navbar_bg.png) no-repeat right bottom !important;
                background-size: contain !important;
                display:block; 
                width: 1100px;
                width: calc(100vw - 185px);
                /* height: calc(100vh - 200px); */
                height: auto;
                min-height: 250px;
                /* overflow-y: auto; */
                box-shadow: 0px 0px 20px #0000001F;
                border-radius: 12px;
                padding: 8px !important;
                
            }

            .navbar-hover .collapse ul li:focus-within> .dropdown-first{
                background: #fff url(../img/navMenu/navbar_bg.png) no-repeat right bottom !important;
                background-size: contain !important;
                display:block; 
                width: 1100px;
                width: calc(100vw - 185px);
                height: auto;
                min-height: 250px;
                box-shadow: 0px 0px 20px #0000001F;
                border-radius: 12px;
                padding: 8px !important;
                
            }
        }


        @media only screen and (max-width: 425px) {
            .pd-4 {
                padding: 0rem 0.5rem 1rem !important;
            }

            .dropdown-item {
                white-space: normal;
            }

            .nav-desc {
                font-size: 12px !important;
            }

            .docs-link {
                font-size: 12px !important;
            }
        }

        @media only screen and (max-width: 375px) {
            /* .pd-4 {
                padding: 0.5rem 0.5rem 0.5rem !important;
            } */
        }

        @media only screen and (max-width: 320px) {
            /* .pd-4 {
                padding: 0.1rem 0.5rem 0.1rem !important;
            } */
        }

