
    /* CSS Document */
    html {
    overflow: initial !important;
    }
    
    body {
    font-family: var(--regularfonts) !important;
    font-size: 15px;
    line-height: 1.5;
    color: var(--primarycolor);
    margin: 0px !important;
    padding: 0px !important;
    }
    
    body.modal-open {
    overflow-y: hidden !important;
    }
    
    .modal.fade.in {
    padding-right: 0px !important;
    }
    
    .inquiryform .modal-title {
    background-color: #f7f8fa;
    border-radius: 6px 6px 0px 0px;
    padding: 12px 20px;
    font-family: var(--semibold);
    font-size: var(--titlefontsize);
    color: var(--bluecolor);
    text-align: left;
    width: 100%;
    margin-top: 0px;
    line-height: 1.5;
    }
    
    .inquiryform .modal-body {
    padding: 0px;
    }
    
    .inquirybox {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    }
    
    #inqthanks {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
    }
    
    .inquirybox .form-group {
    width: 47%;
    display: inline-block;
    margin: 1.5%;
    }
    
    .inquirybox .form-group:last-of-type {
    width: 97%;
    margin-bottom: 18px;
    }
    
    .inquirybox .form-group:nth-of-type(7) {
    width: 100%;
    }
    
    .inquirybox .form-group:nth-of-type(8) {
    width: 100%;
    }
    
    .clearfix {
    clear: both;
    }
    
    .inquiryform .modal-dialog {
    width: 680px;
    }
    #AllParameter .modal-dialog {
        width: 950px;
    
    }
    #AllParameter .commontitle {
        text-align: left;
    }
    #AllParameter ul.products-list {
        max-height:304px;
        overflow-y: auto;
    }
    
        #AllParameter ul.products-list::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #e7e7e7;
            border-radius: 50px;
        }
    
        #AllParameter ul.products-list::-webkit-scrollbar {
            width: 8px;
            background-color: #e7e7e7;
            border-radius: 50px;
        }
    
        #AllParameter ul.products-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: rgba(64, 73, 103, 0.2);
        }
    
    b, strong {
        font-weight: 600 !important;
        font-family: var(--boldfonts) !important;
    }
    
    .boldfonts, .radio-btn, h3, h4, h5 {
    font-family: var(--boldfonts) !important;
    color: var(--primarycolor);
    }
    
    img {
    max-width: 100%;
    }
    
    .nextzen_quick_service_grid a {
        font-weight: 600 !important;
    }
    .nextzen_quick_service_grid a div {
        margin-bottom: 7px;
    }
    section {
    padding: 35px 0px !important;
    }
    
    section:focus-visible {
    outline: 0;
    }
    
    .container {
    width: 90%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    }
    
    .desktop-header {
    display: block;
    }
    
    .mobile-header {
    display: none;
    }
    
    .top-header {
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    }
    
    .top-header .logo {
    width: 127px;
    }
    
    .category-btn {
    display: flex;
    align-items: center;
    }
    
    .grey-btn a {
    font-family: var(--mediumfonts);
    transition: .4s;
    font-size: var(--regularfontsize);
    color: var(--primaycolor);
    padding: 10px 18px;
    border-radius: var(--border-radius);
    margin-right: 10px;
    }
    
    .grey-btn a.active, .grey-btn a:hover {
    background-color: #EFEFEF;
    }
    
    .grey-btn:last-child a {
    margin-right: 0px;
    }
    
    nav {
    height: 6rem;
    width: 100%;
    background-color: #404967;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    z-index: 10;
    justify-content: center;
    white-space: nowrap;
    }
    
    .nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0px;
    text-transform: uppercase;
    justify-content: center;
    }
    
    .nav-links li a {
    text-decoration: none;
    margin: 0px 8px 0px 0px;
    text-transform: none;
    font-size: var(--regularfontsize);
    font-family: var(--mediumfonts);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    background-color: transparent;
    }
    
    .nav-links li a:hover, .nav-links li a.active {
    color: var(--secondarycolor);
    background-color: var(--secondarycolor);
    color: #fff;
    }
    
    .nav-links li {
    position: relative;
    }
    
    .nav-links li.home-icon a {
    padding: 8px 13px;
    display: flex;
    align-items: center;
    top: -1px;
    position: relative;
    }
    
    .nav-links li.home-icon .fa {
    font-size: 25px;
    }
    
    .hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
    }
    
    .hamburger {
    display: none;
    }
    /*Animating Hamburger Icon on Click*/
    .toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
    }
    
    .toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
    }
    
    .toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);
    }
    
    /*Stying for small screens*/
    .banner-section {
    background: url(market-intelligence/Nextzen Business Suite-textile-and-apparel/Content/images/banner-bg.jpg) no-repeat center 0px;
    padding: 50px 0px 50px 0px !important;
    margin-top: 60px;
    background-size: cover;
    }
    
    .banner-container {
    display: flex;
    }
    
    .form-wrapper {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 30px;
    }
    
    .form-wrapper h2 {
    font-family: var(--boldfonts);
    font-size: var(--sectiontitlefontsize);
    margin-top: 0px;
    text-align: center;
    }
    
    .form-wrapper #commoninquirydiv .clearfix {
    display: none;
    }
    
    .form-wrapper #commoninquirydiv .form-control {
    border-bottom: 1px solid#EEEEEE;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 0px;
    }
    
    .form-wrapper #commoninquirydiv .form-control:focus, .form-wrapper #commoninquirydiv .form-control:focus-visible {
    box-shadow: none;
    }
    
    .fieldrow {
    margin-bottom: 8px;
    text-align: left;
    }
    
    #commoninquirydiv .tncblock .tnctext a {
    color: #ff7900;
    text-decoration: none;
    }
    
    .form-wrapper #commoninquirydiv .submitbtn {
    font-family: var(--boldfonts);
    background: #E1E1E1;
    border-radius: var(--border-radius);
    border: 0px;
    color: #333;
    width: 100%;
    padding: 10px 0px;
    transition: .4s;
    }
    
    #frmSerInquiryNow .form-group:nth-of-type(1) {
    margin-bottom: 0px;
    }
    
    #frmSerInquiryNow .btnsubmit {
    margin-top: 13px;
    display: inline-block;
    width: 100%;
    }
    
    #commoninquirydiv .tncblock .tnctext a:hover {
    color: #ff7900;
    text-decoration: underline;
    }
    
    .business-intelligence {
    padding: 0px 0px 0px 30px;
    }
    
        .business-intelligence h1 {
            /*font-family: var(--boldfonts);
    font-size: var(--titlefontsize);
    color: var(--bluecolor);
    margin-bottom: 10px;
    margin-top: 0px;*/
            margin: 0px 0px 18px 0px;
            font-weight: 600;
            font-family: var(--mediumfonts);
            font-size: 40px;
            color: var(--secondarycolor);
            line-height: 1.2;
        }
    
    .business-intelligence h2 {
    margin: 0px 0px 18px 0px;
    font-weight: 600;
    font-family: var(--mediumfonts);
    font-size: 40px;
    color: var(--secondarycolor);
    line-height: 1.2;
    }
    
    .business-intelligence p {
    padding: 0px 0px 8px 0px;
    font-family: var(--mediumfonts);
    font-size: var(--regularfontsize);
    }
    
    .demo-btnsection {
    display: flex;
    margin: 30px 0px;
    }
    
    a.orangebtn, .orangebtn {
    display: inline-block;
    border: solid 2px var(--secondarycolor);
    padding: 10px 20px;
    background-color: var(--secondarycolor);
    border-radius: var(--border-radius);
    transition: .4s;
    color: #fff;
    margin-right: 12px;
    font-family: var(--mediumfonts);
    text-decoration: none;
    cursor: pointer;
    }
    
    a:hover.orangebtn, a:focus.orangebtn {
    outline: none;
    /* background-color: transparent !important; */
    color: var(--secondarycolor);
    }
    
    .research a:hover.orangebtn, a:focus.orangebtn {
    color: #fff;
    border-color: #fff;
    }
    
    a.bluecolor {
    border: solid 2px var(--bluecolor);
    padding: 10px 20px;
    background-color: var(--bluecolor);
    border-radius: var(--border-radius);
    transition: .4s;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    }
    
    a:hover.bluecolor, a:focus .bluecolor {
    outline: none;
    background-color: transparent !important;
    color: var(--bluecolor);
    }
    
    
    .orangebtn a {
    border: solid 2px var(--secondarycolor);
    padding: 10px 20px;
    background-color: var(--secondarycolor);
    border-radius: var(--border-radius);
    transition: .4s;
    color: #fff;
    margin-right: 12px;
    font-family: var(--mediumfonts);
    }
    
    .orangebtn a:hover, .orangebtn a:focus {
    outline: none;
    background-color: transparent !important;
    color: var(--secondarycolor);
    }
    
    .orangebtn:focus-visible {
    outline: 0;
    border: 0;
    }
    
    .bluecolor a {
    border: solid 2px var(--bluecolor);
    padding: 10px 20px;
    background-color: var(--bluecolor);
    border-radius: var(--border-radius);
    transition: .4s;
    color: #fff;
    }
    
    .bluecolor a:hover, .bluecolor a:focus {
    outline: none;
    background-color: transparent !important;
    color: var(--bluecolor);
    }
    
    .bluecolor:focus-visible {
    outline: 0;
    border: 0;
    }
    
    .submit-btn {
    border: solid 2px var(--bluecolor);
    padding: 10px 20px;
    background-color: var(--bluecolor);
    border-radius: var(--border-radius);
    transition: .4s;
    color: #fff;
    }
    #autotrialform .submit-btn {
        border: solid 2px var(--bluecolor) !important;
        padding: 10px 20px !important;
        background-color: var(--bluecolor) !important;
        border-radius: var(--border-radius) !important;
        transition: .4s !important;
        color: #fff !important;
    }
    #autotrialform .inquirybox .form-group:nth-of-type(9) {
        width: 100%;
    }
    #autotrialform .inquirybox .form-group:nth-of-type(7) {
        width: 47%;
    }
    #autotrialform .inquirybox .form-group:nth-of-type(8) {
        width: 47%;
    }
    .regbtnLoginloding {
        background: url(market-intelligence/Nextzen Business Suite-textile-and-apparel/Content/images/loading-buffering.gif) no-repeat 100% #3B9ADF !important;
        background-size: 18px 18px !important;
        transition: none !important;
    }
    .inquirybox button {
        text-align: center;
        display: inline-block;
        border: 0px;
        outline: 0;
        background-color: transparent;
        /*width: 100%;*/
         margin: 0 auto; 
        justify-content: center;
        align-items: center;
    }
    
    .registered-link {
    font-size: var(--regularfontsize);
    color: #000;
    font-family: var(--mediumfonts);
    }
    
    .registered-link a {
    color: var(--secondarycolor);
    text-decoration: underline;
    }
    
    .Nextzen Business Suitefor {
    margin-left: 55px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(5px);
    padding: 35px 30px;
    border-radius: 15px;
    width: 29%;
    border-radius: 15px;
    }
    
    .Nextzen Business Suitefor h2 {
    font-size: var(--blocktitlefontsize);
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--secondarycolor);
    font-family: var(--semibold);
    }
    
    .Nextzen Business Suitefor ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    }
    
    .Nextzen Business Suitefor ul li a {
    margin: 15px 0px 0px 0px;
    color: #404967;
    display: inline-block;
    }
    
    .Nextzen Business Suitefor ul li:last-child a {
    margin-bottom: 0px;
    }
    
    .Nextzen Business Suitefor ul li a .fa {
    color: var(--secondarycolor);
    padding-left: 5px;
    }
    
    .fixed-topbar {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    }
    
    .fixed-topbar.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.50s ease-out;
    z-index: 99;
    }
    
    .desktop-header .fixed-topbar.is-sticky {
    top: 0px;
    }
    
    
    .commontitle {
    font-family: var(--semibold);
    font-size: var(--sectiontitlefontsize);
    color: var(--secondarycolor);
    text-align: center;
    width: 100%;
    margin-top: 0px;
    line-height: 1.5;
    }
    
    .smalltitle {
    font-family: var(--boldfonts);
    font-size: var(--titlefontsize);
    color: var(--bluecolor);
    margin-bottom: 0 !important;
    margin-top: 0px;
    }
    
    .aboutsection {
    background: rgba(217, 222, 234, 0.5);
    padding: 50px 0px !important;
    overflow: hidden;
    position: relative;
    }
    
    .about-img {
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    }
    
    .about-img img.big-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    }
    
    .about-content .container {
    width: 100%;
    }
    
    .abouttxt {
    padding-right: 50px;
    }
    
    .abouttxt h2 {
    color: var(--bluecolor);
    text-align: left;
    margin: 0px 0px 12px 0px;
    }
    
    .abouttxt p {
    padding: 10px 0px 0px 0px;
    margin: 0;
    }
    
    .about-img a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }
    
    .modal-fullscreen {
    width: 95%;
    margin: 0px auto;
    }
    
    .common-dialog .close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    opacity: 1;
    position: absolute;
    top: -11px;
    background-color: var(--secondarycolor) !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    right: -13px;
    }
    /* .facing-issues{margin:35px 0px;} */
    .facing-issues {
        padding: 40px 0px 40px 0px !important;
        background: url(../nextzen.cdn.statics.files/images/newhomesliderbgV1.webp) 100% 50% no-repeat #f6f6f6;
        background-position: right;
    }
    
    .facing-issues h2 {
    margin-bottom: 18px;
    color: var(--secondarycolor);
    }
    
    .facing-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }
    
    .facing-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(243, 111, 58, 0.4);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(9px);
    border-radius: 15px;
    text-align: center;
    padding: 18px 0px;
    /* margin: 1%;
    width: 25%; */
    font-size: 16px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    }
    
    .facing-box p {
    margin-bottom: 0px;
    }
    
    .solution-title {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-family: var(--semibold);
    font-size: var(--sectiontitlefontsize);
    }
    
    .solution-content ul {
    margin: 0px 0px 0px 0%;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    }
    
    .solution-content ul li {
    background-color: #fff;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 19%;
    padding: 15px 10px;
    }
    
    .count-num {
    background-color: #FFE8DF;
    border-radius: var(--border-radius);
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 0px 18px;
    }
    
    .text-center {
    text-align: center;
    }
    
    
    /*.solution-content {
    width: 60%;
    margin-left: 10%;
    }*/
    
    .round-images {
    position: relative;
    -webkit-box-shadow: 0px 0px 59px -13px rgba(243, 111, 58, 0.48);
    -moz-box-shadow: 0px 0px 59px -13px rgba(243, 111, 58, 0.48);
    box-shadow: 0px 0px 59px -13px rgba(243, 111, 58, 0.48);
    border-radius: 100%;
    }
    
    .roundimages {
    border-radius: 100%;
    width: 345px;
    height: 345px;
    border-radius: 100%;
    overflow: hidden;
    }
    
    .round-images .big-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
    }
    
    .facing-issues .orangebtn {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 65px 0px 0px 0px;
    }
    
    .round-shap {
    -webkit-animation-name: leftmove;
    animation-name: leftmove;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation: leftmove infinite 4s;
    animation: leftmove infinite 4s;
    position: absolute;
    right: 10%;
    top: -25px;
    }
    
    .sectionClass {
    padding: 20px 0px 0px 0px;
    position: relative;
    display: block;
    }
    
    .morebtn {
    margin: 0px 0px 25px 0px;
    width: 100%;
    display: inline-block;
    }
    
    a.more {
    color: var(--secondarycolor);
    margin-top: 5px;
    }
    
    .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
    }
    
    
    .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
    }
    
    .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    }
    
    
    .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
    }
    
    .incresase {
    background-color: #F4F6FB;
    padding: 50px 0px 20px 0px !important;
    }
    
    .incresase .commontitle {
    margin-bottom: 0px;
    }
    
    .projectFactsWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    }
    #projectFacts{
    padding-top:0px;
    }
    
    /* .projectFactsWrap .item {
    margin-right: 50px;
    } */
    .project-icon{width: 62px;
        height: 62px;
        padding: 0px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
        margin: 0px auto 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;}
    .projectFactsWrap .item:last-child {
    margin-right: 0;
    }
    
    #projectFacts .fullWidth {
    padding: 0;
    }
    
    .projectFactsWrap .item {
    padding: 20px 0px 50px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    }
    
    /* .count-icon {
    margin-right: 15px;
    width: 65px;
    margin-top: 8px;
    }
    
    .count-text {
    width: calc(100% - 65px);
    }
    
    .projectFactsWrap .item p.number {
    font-size: 61px;
    padding: 0;
    font-family: var(--boldfonts);
    margin: 0px;
    } */
    
    .projectFactsWrap .item p {
    color: var(--bluecolor);
    font-size: 17px;
    text-align: center;
    margin: 0;
    font-family: var(--mediumfonts);
    width:100%;
    
    }
    .projectFactsWrap .item p strong{color:var(--secondarycolor);font-size:20px;font-family: var(--mediumfonts)!important;}
    .countnum {
    display: flex;
    align-items: center;
    width: 165px;
    height: 60px;
    }
    
    .projectFactsWrap .item span {
    font-size: 40px;
    }
    
    
    .projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    }
    
    
    @keyframes leftmove {
    0% {
    margin-top: 0;
    }
    
    50% {
    margin-top: -20px;
    }
    
    100% {
    margin-top: 0;
    }
    }
    
    @keyframes rightmove {
    0% {
    margin-right: 0;
    }
    
    50% {
    margin-right: 30px;
    }
    
    100% {
    margin-right: 0;
    }
    }
    
    @keyframes slideDown {
    from {
    transform: translateY(-100%);
    }
    
    to {
    transform: translateY(0);
    }
    }
    /* .our-clientele{margin:35px 0px;} */
    .insights {
    background-color: #F4F6FB;
    padding: 50px 0px;
    }
    
    .insights.newslists {
    margin-top: 50px;
    }
    
    .articlehome {
    background-color: white;
    }
    
    
    .insights h2 {
    text-align: left;
    width: auto;
    margin-bottom:0px;
    }
    
    .insights .heading-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
    
    }
    
    .insights .heading-main a {
    color: var(--secondarycolor);
    }
    .backlink{cursor: pointer;}
    
    .insight-main {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    margin-top: 30px;
    }
    .newsmain{margin-top:12px;}
    .newsimg {height:250px;overflow:hidden;border-radius:10px;border:solid 1px #e7e9ef;}
    .newsimg img{height:100%;object-fit: cover;width:100%;}
    /*    .newsimg img {width:100%;max-height:100%;object-fit:cover;
    }*/
    .news-title {
    font-size: var(--titlefontsize);
    font-family: var(--mediumfonts);
    color: var(--primarycolor);
    margin:10px 0px;
    width:100%;
    float: left;
    }
    .news-title span{width:100%;display: inline-block;font-size:var(--smallfontsize);color:var(--secondarycolor);}
    .newsmain .inner-insight{margin-bottom:22px;}
    .newslist.newsmain .inner-insight{margin-bottom: 22px}
    .newslist.newsmain .inner-insight:last-child{margin-bottom:0px;}
    .newslist p {font-size: var(--regularfontsize);margin-top: 12px;font-family: var(--regularfonts);}
    .newsdetails {background-color: #fff;margin-top:45px;}
    .center-details{width:65%;margin:30px auto 0px auto;}
    .center-details .newsimage img{border-radius:10px;}
    .categoryname{font-size: 12px;margin-bottom: 0px;background-color: var(--secondarycolor);
    color: #fff;padding: 5px 13px;display: inline-block;border-radius: 5px;}
    .subject-title{font-size: var(--sectiontitlefontsize);font-family: var(--semibold);
    color: var(--primarycolor);margin: 5px 0px;line-height: 35px;}
    .dateformat{width: 100%;display: inline-block;font-size: var(--smallfontsize);color: var(--secondarycolor);}
    .newsimage img{width:100%;}
    .continue-reading{background-color:#e5e5e5;margin:12px 0px 0px 0px;padding:16px;border-radius: 10px;text-align: center;}
    .continue-reading a{color:var(--secondarycolor);cursor:pointer;}
    .continue-reading a, .continue-reading a strong {
        color: var(--secondarycolor);
        cursor: pointer;
        font-family: var(--semibold) !important;
        }
        
    .discription{margin-top:18px;}
    .btn-center{width:100%;text-align: center;margin-top:10px;}
    .btn-center a:focus.orangebtn{background-color: transparent !important;
    border-color: var(--secondarycolor);color:var(--secondarycolor);}
    .main-article {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 348px;
    }
    .main-article img {
    max-width: 100%;
    width: 100%;
    }
    .overly-bg {
    position: absolute;
    padding: 20px 40px;
    color: #fff;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.07) 0,rgba(0,0,0,.7) 100%);
    background: -moz-linear-gradient(180deg,rgba(0,0,0,.07) 0,rgba(0,0,0,.7) 100%);
    background: -ms-linear-gradient(180deg,rgba(0,0,0,.07) 0,rgba(0,0,0,.7) 100%);
    background: -o-linear-gradient(180deg,rgba(0,0,0,.07) 0,rgba(0,0,0,.7) 100%);
    margin: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    }
    
    .overly-bg p {
    font-family: var(--mediumfonts);
    font-size: var(--titlefontsize);
    margin-bottom: 0px;
    }
    
    .insights hr {
    background-color: rgba(64, 73, 103, 0.1);
    width: 100%;
    display: inline-block;
    margin: 25px 0px;
    height: 1px;
    }
    /* .inner-insight{display: flex;} */
    .insight-img {
    width: 242px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 22px;
    float: left;
    border: solid 1px #f0f0f0;
    }
    
    .insight-title {
    font-size: var(--titlefontsize);
    font-family: var(--mediumfonts);
    width: calc(100% - 264px);
    float: left;
    }
    
    .insight-title span {
    font-size: var(--smallfontsize);
    display: inline-block;
    width: 100%;
    color: var(--secondarycolor);
    line-height: 1;
    }
    .center-details .insight-title {margin-bottom:0px;}
    .center-details hr {margin: 10px 0px;}
    .center-details ul {margin:0px 0px 8px 18px;padding:0px;}
    .insight-right {
    padding-left: 35px;
    }
    
    .insights .pagination {
    margin: 0px !important;
    }
    
    .insights .pagination-sm > li > a, .insights .pagination-sm > li > span {
    padding: 5px 14px !important;
    font-size: 15px !important;
    line-height: 1.5;
    }
    
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    padding: 5px 14px !important;
    font-size: 15px !important;
    line-height: 1.5;
    }
    
    section.faq {
    padding: 35px 0 5px 0px !important;
    }
    
    
    .faq .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    
    .faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f5f5f5;
    }
    
    .faq .panel-default > .panel-heading a {
    display: block;
    padding: 30px 30px 30px 58px;
    font-size: var(--titlefontsize);
    text-transform: none;
    font-family: var(--mediumfonts);
    color: var(--bluecolor);
    position: relative;
    }
    
    .faq .panel-body {
    padding-left: 60px;
    color: #000;
    }
    
    .faq .panel-default > .panel-heading a:after {
    content: "";
    position: absolute;
    top: 20px;
    display: inline-block;
    font-size: 45px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    font-family: initial;
    left: 15px;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    }
    
    .faq .panel-default {
    background-color: transparent;
    border: 0px;
    }
    
    .faq .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #f5f5f5;
    }
    
    .faq .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--secondarycolor);
    font-weight: 100;
    }
    
    .faq .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--secondarycolor);
    }
    
    .faq h2 {
    margin-bottom: 10px;
    }
    
    .faqmain {
    width: 70%;
    margin: 0px auto;
    }
    
    .research-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(market-intelligence/Nextzen Business Suite-textile-and-apparel/Content/images/research-bg.jpg) no-repeat center 0px;
    padding: 50px 0px;
    overflow: hidden;
    border-radius: 10px;
    background-size: 100% 100%;
    }
    
    .research-txt span {
    font-family: var(--mediumfonts);
    font-size: var(--sectiontitlefontsize);
    color: #fff;
    margin-right: 25px;
    }
    
    .fieldrow.SEradiobutton {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 1%;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    }
    
    iframe {
    width: 100%;
    }
    
    .SEcheckbox {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 1%;
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    }
    
    
    
    input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    font: inherit;
    color: currentColor;
    width: 2em;
    height: 2em;
    border: 3px solid var(--secondarycolor);
    border-radius: 6px;
    transform: translateY(-0.075em);
    margin-right: 10px;
    display: grid;
    place-content: center;
    }
    
    
    input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--secondarycolor);
    background-color: CanvasText;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    }
    
    input[type="checkbox"], input[type="radio"]:focus {
    outline: 0;
    outline-offset: max(2px, 0.15em);
    }
    
    input[type="checkbox"]:checked::before {
    transform: scale(1);
    }
    
    .promotion-footer {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    height: 50px;
    padding: 10px 0;
    }
    
    #commoninquirydiv .tncblock .tnctext #ChkTNC {
    width: 18px;
    height: 18px;
    padding-top: 10px;
    float: left;
    margin-bottom: 30px;
    margin-right: 5px;
    border-color: #fff;
    }
    
    .suratthankyou.text-left {
    text-align: center;
    font-size: var(--titlefontsize);
    padding: 50px 0;
    }
    
    span.text-danger.field-validation-error {
    font-size: 12px;
    }
    
    .gohome {
    display: inline-block;
    padding: 10px 20px;
    background: var(--secondarycolor);
    color: #ffffff;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    font-size: var(--titlefontsize);
    }
    
    .gohome:hover {
    background: var(--highlightedcolor);
    }
    
    .orange-title {
    font-size: 55px;
    font-family: var(--boldfonts);
    margin: 20px 0px;
    line-height: 1.2;
    }
    
    .sub-title {
    font-size: var(--titlefontsize);
    font-family: var(--mediumfonts);
    }
    
    .sbtn {
    opacity: .65 !important;
    cursor: no-drop !important;
    }
    
    .loading-btn.disabled:after, .loading-btn:disabled:after {
    content: "\f110";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration,2s);
    animation-duration: var(--fa-animation-duration,2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear);
    position: relative;
    right: 43px;
    color: #fff;
    }
    
    /*raw material css start here*/
    .m-top {
    margin-top: 60px;
    }
    
    .current-price-section {
    padding: 25px 0px;
    }
    
    /*.current-price-section h2 {
    margin-bottom: 22px;
    }*/
    
    .left-rowprice {
    background-color: #F4F6FB;
    padding: 22px;
    width: 35%;
    border-radius: 10px;
    }
    
    .scrollbar {
    max-height: 565px;
    margin: 0px 5px 0px 0px;
    padding-right: 18px;
    overflow-y: auto;
    }
    
    .pera-scrollbar {
    max-height: 250px;
    margin: 0px 5px 0px 0px;
    padding-right: 18px;
    overflow-y: auto;
    }
    
    .rightscroll-common {
    max-height: 487px;
    }
    
    .rightscroll-common {
    max-height: 487px;
    }
    
    .right-rawprice .tab-content .pera-scrollbar {
    max-height: 450px;
    padding-right: 6px;
    }
    
    .common-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
    border-radius: 50px;
    }
    
    .common-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
    border-radius: 50px;
    }
    
    .common-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(64, 73, 103, 0.2);
    }
    
    .trend-details-pera .pera-scrollbar {
    max-height: 325px;
    }
    
    .pera-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e7e7e7;
    border-radius: 50px;
    }
    
    .pera-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #e7e7e7;
    border-radius: 50px;
    }
    
    .pera-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(64, 73, 103, 0.2);
    }
    
    .price-row {
    margin-bottom: 25px;
    }
    
    .price-row span a {
    font-family: var(--boldfonts);
    color: var(--secondarycolor);
    }
    
    .current-price {
    display: flex;
    }
    
    .left-rowprice h2 {
    margin-bottom: 10px;
    text-align: left;
    color: var(--secondarycolor);
    font-size: var(--titlefontsize);
    margin-top: 0px;
    font-family: var(--semibold);
    }
    
    .category-txt .tab-content {
    width: 98%;
    }
    
    .right-rawprice {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    width: calc(100% - 35%);
    margin-left: 3%;
    padding: 22px 12px 22px 22px;
    }
    
    .right-rawprice h2 {
    color: var(--secondarycolor);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: var(--titlefontsize);
    font-family: var(--semibold);
    }
    
    .right-rawprice .scrollbar {
    margin-top: 0px;
    padding-right: 10px;
    }
    
    .right-category {
    background-color: #F4F6FB;
    float: right;
    width: 35%;
    padding: 22px 14px 12px 14px;
    }
    
    .manymore {
    margin-top: 12px;
    text-align: center;
    }
    
        .manymore a {
            color: var(--bluecolor);
            font-family: var(--mediumfonts);
        }
    
    .pera-scrollbar h2.commontitle {
    margin-top: 20px;
    }
    
    .products-btn {
    display: flex;
    list-style-type: none;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    flex-wrap: wrap;
    white-space: nowrap;
    }
    
    .products-btn li {
    margin-bottom: 15px;
    margin-right: 15px;
    }
    
    .products-btn li a {
    border: solid 1px rgba(64, 73, 103, 0.15);
    border-radius: var(--border-radius);
    padding: 8px 22px;
    font-size: var(--regularfontsize);
    color: var(--bluecolor);
    font-family: var(--mediumfonts);
    display: flex;
    align-items: center;
    }
    
    .products-btn li a:hover {
    background-color: var(--bluecolor);
    color: #fff;
    }
    
    .products-btn li a:hover .fa {
    color: #fff;
    opacity: 1;
    }
    
    .products-btn li a .fa {
    margin-left: 8px;
    color: #404967;
    opacity: 0.3;
    font-size: 12px;
    padding-top: 2px;
    }
    
    ul.products-list {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    }
    
    ul.products-list li .fa {
    font-size: 8px;
    margin-right: 10px;
    }
    
    #AllProducts .commontitle {
    text-align: left;
    }
    
    ul.products-list li {
    display: flex;
    align-items: center;
    }
    
    ul.products-list li {
    width: 45%;
    display: inline-block;
    }
    
    .sustainable-title {
    color: var(--secondarycolor);
    font-family: var(--mediumfonts);
    }
    
    .category-txt {
    float: left;
    width: 65%;
    }
    
    .right-rawprice h2 {
    margin-bottom: 18px;
    }
    
    .category-txt h2, .category-txt h1 {
    color: var(--secondarycolor);
    font-size: 20px;
    margin-bottom: 12px;
    }
    
    .current-price-section .current-price h2 {
    margin-bottom: 5px;
    }
    
    .current-price-section .current-price h2.product-title {
    margin-bottom: 18px;
    }
    
    .right-category .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0px;
    }
    
    .right-category .nav-tabs li {
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: var(--bluecolor);
    margin-bottom: 12px;
    border-radius: 10px;
    }
    
    .right-category .nav-tabs li:hover a {
    background-color: var(--bluecolor);
    color: #fff;
    cursor: pointer;
    }
    
    .category-txt {
    float: left;
    width: 65%;
    }
    
    .right-rawprice h2 {
    margin-bottom: 18px;
    }
    
    .category-txt h2 {
    color: var(--secondarycolor);
    font-size: 20px;
    margin-bottom: 12px;
    }
    
    .current-price-section .current-price h2 {
    margin-bottom: 5px;
    }
    
    .current-price-section .current-price h2.product-title {
    margin-bottom: 18px;
    }
    
    .right-category .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0px;
    }
    
    .right-category .nav-tabs li {
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: var(--bluecolor);
    margin-bottom: 12px;
    border-radius: 10px;
    }
    
    .right-category .nav-tabs li:hover a {
    background-color: var(--bluecolor);
    color: #fff;
    cursor: pointer;
    }
    
    .right-category .nav-tabs li:last-child {
    margin-bottom: 0px;
    }
    
    .right-category .nav-tabs li a {
    cursor: pointer;
    color: var(--bluecolor);
    font-family: var(--mediumfonts);
    border-radius: 10px;
    }
    
    #Responce {
    text-align: center;
    margin-top: 20%;
    font-size: 25px;
    }
    
    .tncblock {
    padding-left: 0px !important;
    }
    
    .category-tabing {
    max-height: 440px;
    overflow-y: auto;
    padding-right: 12px;
    }
    
    .right-category .nav-tabs > li.active > a, .right-category .nav-tabs > li.active > a:focus, .right-category .nav-tabs > li.active > a:hover {
    background-color: var(--bluecolor);
    color: #fff;
    cursor: pointer;
    }
    
    .trend-report, .usecases {
    background-color: #F4F6FB;
    padding: 40px 0px;
    }
    
    .usecases {
    border-top: 1px solid #e5e5e5;
    }
    
    .trend-details-pera p {
    width: 95%;
    }
    
    .trend-report h2, .usecases h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    }
    
    .text-pera p {
    margin-bottom: 0px;
    }
    
    .graph-section {
    padding-right: 0px;
    float: right;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    padding: 5px;
    }
    
    p#ProductCovered {
    margin-top: 20px;
    }
    
    .zoom-icons {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 35px;
    height: 35px;
    background-color: var(--secondarycolor);
    border-radius: 5px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    }
    
    .zoom-icons:focus, .zoom-icons:focus-visible {
    border: 0;
    outline: none;
    }
    
    .zoom-icons img {
    filter: invert();
    }
    
    .graph-section .owl-dots {
    text-align: center;
    }
    
    .graph-section .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    }
    
    .graph-section .owl-dots button.owl-dot.active {
    background-color: var(--secondarycolor);
    }
    
    .graph-section .owl-dots button.owl-dot:focus {
    outline: none;
    }
    
    .graph-section .owl-nav {
    display: none;
    }
    
    .graph-section .owl-stage-outer {
    border-radius: 10px;
    /*border: 1px solid rgba(64, 73, 103, 0.2);*/
    overflow: hidden;
    max-height: 420px;
    background-color: #fff;
    text-align: center;
    }
    
    .graph-section .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: auto;
    text-align: center;
    }
    
    /* .graph-section .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    } */
    .moreText {
    display: none;
    }
    
    .dots {
    display: inline;
    }
    
    .text.show-more .moreText {
    display: inline;
    }
    
    .text.show-more .dots {
    display: none;
    }
    
    .read-more-btn {
    text-transform: uppercase;
    color: var(--secondarycolor);
    font-size: 12px;
    font-family: var(--semibold);
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    }
    
    .highcharts-exporting-group {
    display: none;
    }
    
    #sideNavigation {
    display: none;
    }
    
    .desk-img {
    display: block;
    }
    
    .mobile-img {
    display: none;
    }
    
    .research-txt a:hover.orangebtn {
    color: #fff;
    }
    
    .text-pera a.more {
    text-transform: uppercase;
    color: var(--secondarycolor);
    font-size: 12px;
    font-family: var(--semibold);
    }
    /*inner product details css start here*/
    .product-left-side {
    background-color: #F4F6FB;
    padding: 22px 10px 22px 22px;
    width: 22%;
    border-radius: 10px;
    }
    
    .product-right-side {
    width: calc(100% - 22%);
    margin-left: 3%;
    padding: 0px 22px;
    }
    
    .product-right-side h2, .product-right-side h1 {
    margin-top: 0px;
    text-align: left;
    font-size: var(--titlefontsize);
    }
    
    .product-right-side .category-txt {
    width: 100%;
    }
    
    .product-right-side .category-txt .tab-content {
    width: 100%;
    }
    
    .product-right-side .tab-content {
    margin-bottom: 22px;
    }
    
    .product-left-side .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0px;
    }
    
    .product-left-side .nav-tabs li {
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: var(--bluecolor);
    margin-bottom: 12px;
    border-radius: 10px;
    }
    
    .product-left-side .nav-tabs li:last-child {
    margin-bottom: 0px;
    }
    
    .product-left-side .nav-tabs li a {
    cursor: pointer;
    color: var(--bluecolor);
    font-family: var(--mediumfonts);
    border-radius: 10px;
    }
    
    .desk-img {
    display: block;
    }
    
    .mobile-img {
    display: none;
    }
    
    .research-txt a:hover.orangebtn {
    color: #fff;
    }
    
    .text-pera a.more {
    text-transform: uppercase;
    color: var(--secondarycolor);
    font-size: 12px;
    font-family: var(--semibold);
    }
    /*inner product details css start here*/
    .product-left-side {
    background-color: #F4F6FB;
    padding: 22px 10px 22px 22px;
    width: 22%;
    border-radius: 10px;
    }
    
    .product-right-side {
    width: calc(100% - 22%);
    margin-left: 3%;
    padding: 0px 22px;
    }
    
    .product-right-side h2 {
    margin-top: 0px;
    text-align: left;
    font-size: var(--titlefontsize);
    }
    
    .product-right-side .category-txt {
    width: 100%;
    }
    
    .product-right-side .category-txt .tab-content {
    width: 100%;
    }
    
    .product-right-side .tab-content {
    margin-bottom: 22px;
    }
    
    .product-left-side .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0px;
    }
    
    .product-left-side .nav-tabs li {
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: var(--bluecolor);
    margin-bottom: 12px;
    border-radius: 10px;
    }
    
    .product-left-side .nav-tabs li:last-child {
    margin-bottom: 0px;
    }
    
    .product-left-side .nav-tabs li a {
    cursor: pointer;
    color: var(--bluecolor);
    font-family: var(--mediumfonts);
    border-radius: 10px;
    }
    
    .product-left-side .scrollbar {
    margin: 0px;
    max-height: 415px;
    padding-right: 14px;
    }
    
    .product-left-side .nav-tabs > li.active > a, .product-left-side .nav-tabs > li.active > a:focus, .product-left-side .nav-tabs > li:hover > a {
    background-color: var(--bluecolor);
    color: #fff;
    cursor: pointer;
    }
    
    .breadcrumbs ul {
    display: flex;
    margin: 0px 0px 18px 0px;
    padding: 0px;
    list-style-type: none;
    align-items: center;
    }
    
    .breadcrumbs ul li {
    margin-right: 10px;
    font-family: var(--mediumfonts);
    color: var(--bluecolor);
    }
    
    .breadcrumbs .fa {
    font-size: 22px;
    }
    
    .common-full-section .product-right-side {
    display: flex;
    justify-content: center;
    margin-left: 0px;
    padding: 0px 0px;
    width: 100%;
    border-radius: var(--border-radius);
    /*border: solid 1px rgba(0, 0, 0, 0.1);*/
    }
    
    .common-full-section .product-right-side h2 {
    margin-bottom: 8px;
    font-size: var(--titlefontsize);
    }
    
    .common-full-section h2 {
    margin-bottom: 18px;
    }
    
    .research .orangebtn {
    margin-right: 0px;
    display: inline-block;
    width: unset;
    }
    /*inner product details css start here*/
    .toggle-text-content span {
    display: none;
    }
    
    .toggle-text-link {
    text-transform: uppercase;
    color: var(--secondarycolor);
    font-size: 12px;
    font-family: var(--mediumfonts);
    }
    
    .watermark {
    position: relative;
    margin-top: 20px;
    }
    
    .watermark img {
    border: solid 1px #ebebeb;
    }
    
    .watermark:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    background: url(static.nextzen.com/staticresources/Nextzen Business Suiteresource/images/watermark.png) top center no-repeat;
    background-size: contain;
    }
    
    .privacynote {
    font-size: 12px;
    margin: 18px auto 0px auto;
    color: var(--secondarycolor);
    width: 100%;
    display: inline-block;
    text-align: center;
    }
    
    .mobile-imgpopup {
    display: none;
    }
    
    
    /*footer design*/
    .moredetails {
    background-color: var(--white);
    padding: 15px 0px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    }
    
    .moredetails strong {
    font-weight: normal;
    font-family: var(--mediumfonts);
    }
    
    .moredetails a {
    color: var(--bluecolor);
    text-decoration: none;
    }
    
    .moredetails .fa {
    color: #a0a4b2;
    }
    
    .social-bg {
    background-color: #d4d9de;
    padding: 25px 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    text-align: right;
    display: block;
    }
    
    .social-bg ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
    text-align: center;
    }
    
    .social-bg .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    
    .social-bg ul li {
    display: inline-block;
    }
    
    .social-bg ul li a {
    color: #666666;
    }
    
    .social-bg ul li i {
    padding: 5px 7px;
    color: var(--white);
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    margin-right: 20px;
    background-color: #000;
    border-radius: 50%;
    }
    
    .social-bg ul li:last-child i {
    margin-right: 0px;
    }
    
    .blog {
    background: url(static.nextzen.com/staticresources/Nextzen Business Suiteresource/images/blog-iconv1.png) center center;
    background-size: 85%;
    }
    
    .copyright {
    text-align: center;
    background-color: #e5e8eb;
    border-top: solid 1px #d1d1d1;
    padding: 18px 0;
    width: 100%;
    }
    
    .copyright .container {
    display: flex;
    align-items: center;
    }
    
    .copyrighttxt p {
    margin-bottom: 0px;
    }
    
    .f2flogo {
    text-align: left;
    }
    
    .copyrighttxt {
    text-align: right;
    }
    
    #back2Top {
    width: 40px;
    line-height: 31px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 12px;
    right: 20px;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    height: 39px;
    }
    
    #back2Top .glyphicon-triangle-top {
    font-size: 18px;
    }
    
    #back2Top:hover {
    background-color: var(--secondarycolor);
    color: var(--white);
    }
    
    .box-conatiner {
    display: flex;
    flex-wrap: wrap;
    }
    
    .box {
    margin-bottom: 20px;
    padding: 10px 10px;
    }
    
    .apparel-services {
    text-align: center;
    padding: 45px 20px 0px 20px;
    }
    
    .value-chains {
    padding-bottom: 0px !important;
    }
    
    .apparel-services p strong {
    width: 100%;
    display: inline-block;
    font-size: var(--subtitlefontsize);
    font-family: var(--boldfonts);
    color: var(--primerycolor);
    padding: 8px 0;
    }
    
    .apparel-services p {
    font-size: var(--smallfontsize);
    }
    
    .apparel-services img {
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(181deg) brightness(70%) contrast(41%);
    }
    
    .apparel-services a {
    color: var(--bluecolor);
    }
    
    #button {
    background-color: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 12px;
    right: 12px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    color: #fff;
    }
    
    #button:hover {
    cursor: pointer;
    background-color: var(--secondarycolor);
    }
    
    #button:active {
    background-color: var(--secondarycolor);
    }
    
    #button.show {
    opacity: 1;
    visibility: visible;
    display: flex !important;
    }
    
    .trend-report .solution-content {
    width: 100%;
    margin-left: 0;
    }
    
    /*.trend-report .solution-content ul li:first-child {
    margin-top: 0px;
    }*/
    
    .trend-report .solution-content ul li {
    margin: 5px;
    padding: 12px;
    font-family: var(--mediumfonts);
    }
    
    .trend-report .solution-content .count-num {
    background-color: #f4f6fb;
    color: var(--secondarycolor);
    font-family: var(--semibold);
    }
    
    .highcharts-description, .highcharts-credits {
    display: none;
    }
    
    .modal {
    text-align: center;
    }
    
    .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    }
    
    .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    }
    
    .close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    opacity: 1;
    position: absolute;
    top: -11px;
    background-color: var(--secondarycolor) !important;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    right: -13px;
    }
    
    .close:hover {
    opacity: 1;
    }
    
    .close:focus, .close:hover {
    color: #fff;
    }
    
    
    .client-slider .slide-item {
    padding: 20px;
    }
    
    .client-slider .slick-dots li button:before {
    width: 10px;
    border: solid 1px #000;
    height: 10px;
    border-radius: 100%;
    content: '' !important;
    }
    
    .client-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    }
    
    .client-slider .slick-dots li.slick-active button:before {
    background-color: #000;
    }
    
    .client-slider .slick-dots li {
    width: 10px;
    }
    
    .client-slider {
    position: relative;
    margin: 30px 0px 0px 0px;
    }
    
    .owl-theme .owl-dots {
    display: none;
    }
    
    
    .client-slider .slick-prev:before {
    content: '';
    }
    
    
    
    .client-slider .slick-next:before {
    content: '';
    }
    
    .client-slider .slick-prev {
    background: url(market-intelligence/Nextzen Business Suite-textile-and-apparel/Content/images/prev-arrow.png) no-repeat #ffffff 14px 11px !important;
    width: 40px;
    left: -12px;
    height: 40px;
    background-size: 22% !important;
    }
    
    .client-slider .slick-next {
    background: url(market-intelligence/Nextzen Business Suite-textile-and-apparel/Content/images/next-arrow.png) no-repeat #ffffff 14px 11px !important;
    width: 40px;
    height: 40px;
    right: -12px;
    background-size: 22% !important;
    }
    
    .client-slider .slick-next, .client-slider .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 99;
    }
    
    .hide-inner-arrow {
    /* margin-top: -18px; */
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
    background-color: #fff !important;
    border: 0px;
    font-size: inherit !important;
    background: var(--white) !important;
    }
    
    /* .owl-nav span {
    display: none;
    } */
    
    .research {
    padding: 35px 0px 0px 0px !important;
    }
    
    .banner-section .center-btn {
    display: flex;
    margin-top: 18px;
    margin-bottom: 28px;
    text-align: center;
    }
    
    .facing-issues .center-btn, .trend-report .center-btn {
    justify-content: center;
    width: 100%;
    }
    
    .center-btn {
    display: flex;
    margin-top: 30px;
    }
    
    .requestfortt {
    display: flex;
    justify-content: center;
    }
    
    .center-btn .orangebtn {
    width: auto;
    margin-top: 0px;
    margin-right: 18px;
    }
    
    .container-height {
    height: 400px;
    }
    
    .mobile-manymore {
    display: none;
    }
    
    .product-right-side ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    }
    .article-title{margin-bottom:18px;}
    .mobile-scrollable-menu{display:none;}

    .sixyearbanner{text-align: center;padding: 0px !important;margin-top: 80px;margin-bottom: -40px;}
    
    
    @media screen and (min-width:1920px) {
    /* .abouttxt{padding-right:0px;} */
    }
    
    @media screen and (max-width: 1366px) {
    /* .nav-links li a{white-space: nowrap;margin:0 0.6vw;} */
    .about-img {
    width: 50%;
    }
    
    .about-img img.big-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    .right-rawprice h2 {
    margin-bottom: 12px;
    }
    
    .price-row h2 {
    margin-bottom: 12px;
    }
    
    .product-left-side {
    width: 23%;
    }
    
    .product-right-side {
    margin-left: 2%;
    }
    
    .nav-links li a {
    padding: 10px 12px;
    }
    }
    
    @media screen and (max-width: 1300px) {
    .nav-links li a {
    padding: 10px 8px;
    }
    
    .Nextzen Business Suitefor {
    width: 33%;
    }
    
    .facing-box {
    width: 30%;
    }
    }
    
    @media screen and (max-width:1280px) {
    .apparel-services p strong {
    min-height: 55px;
    line-height: 1.2;
    }
    .newsimg{height:180px;}
    }
    
    @media screen and (max-width: 1024px) {
    .nav-links {
    width: 98vw;
    white-space: nowrap;
    overflow: auto;
    justify-content: flex-start;
    
    }
    .projectFactsWrap .item p br{display:none;}
    .projectFactsWrap .item p strong{font-size:17px;width: 100%;display: inline-block;}
    .projectFactsWrap .item p{font-size:15px;}
    .projectFactsWrap .item{margin-right:30px;}
    .facing-box {
    width: 45%;
    }
    
    .demo-btnsection {
    flex-wrap: wrap;
    }
    
    .demo-btnsection a {
    margin-bottom: 12px;
    }
    
    .business-intelligence p {
    padding: 12px 0px;
    }
    
    .Nextzen Business Suitefor ul li a .fa {
    right: -1%;
    }
    
    .main-article {
    max-height: 220px;
    }
    
    .insight-img {
    width: 140px;
    }
    
    .insight-img img {
    width: 100%;
    height: 100%;
    }
    
    .insight-title {
    width: calc(100% - 165px);
    font-size: var(--blocktitlefontsize);
    }
    
    .solution-content {
    margin-left: 0px;
    }
    
    .about-content {
    padding: 20px 40px 40px 40px;
    }
    
    .abouttxt p {
    padding: 10px 0px 23px 0px;
    }
    
    .overly-bg {
    padding: 20px;
    }
    
    /*.current-price-section h2 {
    margin-bottom: 25px;
    }*/
    
    .current-price-section .right-rawprice h2, .current-price-section .price-row h2 {
    margin-bottom: 12px;
    }
    
    .left-rowprice {
    width: 40%;
    }
    
    .right-rawprice {
    width: calc(100% - 40%);
    }
    
    .right-category {
    width: 38%;
    }
    
    .category-txt {
    width: 60%;
    }
    
    .product-left-side {
    width: 28%;
    }
    .news-title{font-size: var(--blocktitlefontsize);}
    }
    
    #contactus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    }
    
    div#contactus {
    text-align: left;
    }
    
    .info-tooltip {
    position: relative;
    display: inline-block;
    color: var(--bluecolor);
    font-size: 25px;
    top: 0px;
    margin-left: 15px;
    }
    
    .info-tooltip span {
    display: none
    }
    
    .info-tooltip .fa-circle {
    display: inline-block;
    font-size: 5px;
    margin-right: 5px;
    vertical-align: middle
    }
    
    .info-tooltip:hover span {
    background: none repeat scroll 0 0 #fff;
    color: var(--primerycolor);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    border-radius: 5px;
    padding: 12px;
    width: 400px;
    top: -10.4em;
    left: -2.8em;
    margin-left: 0;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: left;
    z-index: 2;
    text-transform: none;
    box-shadow: 0px 0px 15px #bdb9b9;
    }
    
    .info-tooltip span:after {
    border-color: var(--white) transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 31px;
    position: absolute;
    width: 0
    }
    
    .info-tooltip {
    margin-top: 5px;
    }
    
    section .about-text {
    margin-top: -140px !important
    }
    
    .info-tooltip:hover span {
    top: -12.3em !important;
    left: -325px !important;
    color: black !important;
    width: 350px !important;
    box-shadow: 0px 0px 15px #bdb9b9;
    }
    
    .info-tooltip span:after {
    bottom: -9px;
    left: initial;
    right: 4px
    }
    
    
    @media screen and (max-width:800px) {
   .sixyearbanner{text-align: center!important;padding: 15px !important;margin-top: 70px!important;margin-bottom: -40px!important;}
    .aboutsection {
    padding: 35px 0px !important;
    }
    .projectFactsWrap .item p strong{font-size:15px;}
    .about-img.mobile-img {
    position: relative;
    margin: 12px 0px;
    width: 100%;
    padding: 0px;
    height: 250px;
    border-radius: var(--border-radius);
    overflow: hidden;
    }
    .projectFactsWrap{flex-wrap: wrap;}
    .abouttxt {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    }
    
    .desk-img {
    display: none;
    }
    
    .mobile-img {
    display: block;
    }
    
    .current-price {
    flex-wrap: wrap;
    }
    
    .left-rowprice {
    width: 100%;
    margin-bottom: 18px;
    }
    
    .right-rawprice {
    width: 100%;
    margin-left: 0px;
    }
    
    .graph-section {
    float: none;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    padding: 5px;
    }
    
    .trend-report h2 {
    margin-bottom: 30px;
    }
    
    .business-intelligence {
    width: 49% !important;
    }
    
    .Nextzen Business Suitefor {
    width: 47% !important;
    margin-left: 20px;
    padding-top: 28px;
    }
    
    .banner-container {
    flex-wrap: wrap;
    }
    
    .banner-section {
    background-size: cover;
    margin-bottom: 18px;
    }
    
    .banner-container .col-md-4 {
    width: 100%;
    }
    
    .business-intelligence {
    padding: 25px 0px;
    }
    
    .projectFactsWrap .item {
    margin-right: 18px;
    padding: 12px 0px;
    width:45%;
    }
    .incresase{padding-top:20px!important;}
    .facing-issues .orangebtn {
    margin-bottom: 0px;
    }
    
    .commontitle {
    font-size: var(--titlefontsize);
    }
    
    .count-icon {
    width: 35px;
    }
    
    .projectFactsWrap .item p.number {
    font-size: 50px;
    }
    
    .faqmain {
    width: 100%;
    }
    
    .research-txt {
    flex-wrap: wrap;
    padding: 25px 0px;
    }
    
    .research-txt span {
    margin-right: 0px;
    margin-bottom: 18px;
    font-size: var(--titlefontsize);
    width: 100%;
    text-align: center;
    }
    
    .about-content {
    width: 100%;
    }
    
    .abouttxt p {
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
    
    .about-img {
    margin-right: 30px;
    }
    
    .facing-issues .round-images {
    display: none;
    }
    
    .solution-content ul, .solution-content {
    width: 100%;
    }
        .business-intelligence h1 {
            font-size: 26px;
            margin-bottom: 0px;
        }
    .business-intelligence h2 {
    font-size: 26px;
    margin-bottom: 0px;
    }
    
    .insight-img {
    width: 242px;
    }
    
    .insight-img img {
    width: 100%;
    height: 100%;
    }
    
    .insight-title {
    width: calc(100% - 264px);
    font-size: var(--blocktitlefontsize);
    }
    
    .insight-main {
    flex-wrap: wrap;
    margin: 0px;
    }
    
    .insight-main .col-md-6 {
    padding: 0px;
    }
    
    .insight-right {
    padding-left: 10px;
    margin-top: 25px;
    }
    
    .insight-title {
    font-size: var(--titlefontsize);
    }
    
    .insights hr {
    /*display: none;*/
    margin: 0;
    }
    
    .inner-insight {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
    }
    
    .insight-right {
    margin-top: 0px;
    }
    
    .insights .heading-main {
    margin-bottom: 10px;
    }
    
    .product-left-side .nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    }
    
    .product-left-side .nav-tabs li {
    margin-right: 10px;
    }
    
    .product-left-side {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    padding: 12px 14px 9px 14px;
    border-radius: 10px;
    }
    
    .product-right-side {
    margin-left: 0px;
    padding: 0px;
    width: 100%;
    }
    
    .product-left-side .scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
    height: 6px;
    visibility: hidden;
    }
    
    .product-left-side .scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
    height: 6px;
    visibility: hidden;
    }
    
    .product-left-side .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(64, 73, 103, 0.2);
    visibility: hidden;
    }
    
    .scrollbar::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
    }
    /* Optional: show position indicator in red */
    .scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
    }
    
    .apparel-services {
    padding-right: 0px;
    padding-left: 0px;
    }
    
    .apparel-services .box {
    width: 50%;
    }
    
    .f2flogo {
    width: 100%;
    height: 40px;
    text-align: center;
    }
    
    .copyright p {
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
    margin-bottom: 0px;
    }
    
    div#contactus {
    text-align: center;
    }
    
    #contactus {
    justify-content: center;
    }
    
    .social-bg {
    text-align: center;
    }
    
    .social-bg ul {
    margin-top: 20px;
    }
    
    .social-bg .container {
    justify-content: center;
    }
    
    .newsimg{
    width: 242px;
    margin-right:18px;
    height:auto;
    float:left;
    }
    .newsmain .inner-insight{margin-top:0px;padding:0px;margin-bottom:22px;}
    .newsmain .inner-insight:last-child{margin-bottom:0px;}
    .news-title{width: calc(100% - 265px);margin:0px;}
    
    }