﻿@font-face {
font-family: 'PoppinsRegular';
src: url('https://static.fibre2fashion.com/fonts/PoppinsRegular.eot');
src: url('https://static.fibre2fashion.com/fonts/PoppinsRegular.eot') format('embedded-opentype'), url('https://static.fibre2fashion.com/fonts/PoppinsRegular.woff2') format('woff2'), url('https://static.fibre2fashion.com/fonts/PoppinsRegular.woff') format('woff'), url('https://static.fibre2fashion.com/fonts/PoppinsRegular.ttf') format('truetype'), url('https://static.fibre2fashion.com/fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('https://static.fibre2fashion.com/fonts/PoppinsBold.eot');
    src: url('https://static.fibre2fashion.com/fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('https://static.fibre2fashion.com/fonts/PoppinsBold.woff2') format('woff2'),
         url('https://static.fibre2fashion.com/fonts/PoppinsBold.woff') format('woff'),
         url('https://static.fibre2fashion.com/fonts/PoppinsBold.ttf') format('truetype'),
         url('https://static.fibre2fashion.com/fonts/PoppinsBold.svg#PoppinsBold') format('svg');
         font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
font-family: 'Playfair Display';
src: url('https://static.fibre2fashion.com/fonts/PlayfairDisplay-Regular.otf.otf');
src: url('https://static.fibre2fashion.com/fonts/playfairdisplay-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display:swap;
}
:root {
--primarycolor: #124598;
--secondarycolor: #BB2C2C;
--regularfontsize: 16px;
--bigtitlefontsize: 40px;
--titlefontsize: 35px;
--subtitlefontsize: 28px;
--moduletitlefontsize: 22px;
--regularfonts: 'PoppinsRegular', sans-serif;
--boldfonts: 'PoppinsBold', sans-serif;
--headingfonts: 'Playfair Display',serif;
}
body {
font-family: var(--regularfonts);
font-size: var(--regularfontsize);
color: #000;
margin: 0px;
padding: 0px;
background-color: #fff;
font-display: swap;
}
strong, b{font-family: var(--boldfonts);}
a {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
aspect-ratio: auto 640 / 360;
}
.headercontainer {
width: 90%;
max-width: 1600px;
margin-right: auto;
margin-left: auto;
}
.mb-0{
margin-bottom:0px!important;
}
.container {
width: 90%;
max-width: 1300px;
margin-right: auto;
margin-left: auto;
}
.header {
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
background-color: #fff;
padding: 0px;
display: flex;
justify-content: space-between;
position: fixed;
align-items: center;
top: 0px;
width: 100%;
z-index: 9;
flex-direction: column;
}
.sub-link {
display: flex;
justify-content: end;
list-style-type: none;
margin: 0px;
column-gap: 18px;
padding: 0px;
}
.sub-link li a {
text-decoration: none;
color: #fff;
cursor: pointer;
border-right: solid 1px #fff;
padding-right: 18px;
font-size: 14px;
}
.sub-link li a:hover {
color: #00e2ff;
}
.sub-link li:last-child a {
border: 0px;
}
.top-bar {
background-color: var(--primarycolor);
width: 100%;
padding: 5px 0px;
}
.header-main{display: flex;justify-content: space-between;align-items: center;padding:12px 0;}
.logo{display: flex;align-items: center;column-gap:25px;}
.logo #openLeftButton{cursor: pointer;}
#leftMenu {
    position: fixed;
    top: 0;
    left: 0;
    max-width:400px;
    width:40%;
    height: 100%;
    z-index: 1000;
    transform: translateX(-100%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .side-menu-logocontainer{display: flex;align-items: flex-start;justify-content: space-between;margin:20px;}
  .side-menu-logocontainer button{border:0px;outline: none;cursor: pointer;background-color: transparent;}
.toggle {
    display: block;
    height: 33px;
    width: 33px;
    position: relative;
    cursor: pointer;
}
.toggle:before {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.toggle .toggle__bar, .toggle:after, .toggle:before {
    width: 33px;
    height: 3px;
    position: absolute;
    top: 26%;
    background: var(--primarycolor);
    -moz-transition: .2s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .2s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: .2s cubic-bezier(.77, 0, .175, 1);
    transition: .2s cubic-bezier(.77, 0, .175, 1);
}
.toggle:after, .toggle:before {
    display: block;
    content: '';
    text-indent: 200%;
    white-space: nowrap;
}
.toggle .toggle__bar, .toggle:after, .toggle:before {
    width: 33px;
    height: 3px;
    position: absolute;
    top:45%;
    background: var(--primarycolor);
    -moz-transition: .2s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .2s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: .2s cubic-bezier(.77, 0, .175, 1);
    transition: .2s cubic-bezier(.77, 0, .175, 1);
}
.toggle:after {
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.toggle {
    display: block;
    height: 33px;
    width: 33px;
    position: relative;
}
#leftMenu ul{margin:0px;padding: 0px;list-style-type: none;}
#leftMenu ul li{border-bottom: solid 1px rgba(0, 0, 0, 0.05);padding-bottom: 15px;margin-bottom: 15px;padding-left: 20px;}
#leftMenu ul li a{color: #000;}

/* .nav {
width: 100%;
display: flex;
align-items: center;
padding: 12px 0px;
justify-content: space-between;
} */
/* .nav>.nav-header {
padding-left: 1rem;
}
*/
/* .nav > .nav-header > .nav-title {
font-size: 22px;
color: #fff;
}
.nav > .nav-list {
display: flex;
margin: 0px;
column-gap: 18px;
padding: 0px;
}
.nav > .nav-list > li {
list-style-type: none;
position: relative;
}
.nav > .nav-list > li a {
text-decoration: none;
color: #000;
cursor: pointer;
border-right: solid 1px #d7d7d7;
padding-right: 18px;
}
.nav > .nav-list > li a:hover, .nav > .nav-list > li.active a {
color: var(--secondarycolor);
}
.nav > .nav-list > li a:before, .nav > .nav-list > li a:after {
position: absolute;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.nav > .nav-list > li a:before {
bottom: -22px;
display: block;
height: 2px;
width: 0%;
content: "";
background-color: var(--secondarycolor);
}
.nav > .nav-list > li a:after {
left: 0;
top: 0;
padding: 0.5em 0;
position: absolute;
color: var(--secondarycolor);
white-space: nowrap;
max-width: 0%;
overflow: hidden;
}
.nav > .nav-list > li a:hover:before, .nav > .nav-list > li.active a:before {
opacity: 1;
width: 92%;
}
.nav > .nav-list > li a:hover:after, .nav > .nav-list > li.active a:after {
max-width: 100%;
}
.nav > .nav-list > li:last-child a {
border: 0px;
}
.nav > #nav-check {
display: none;
} */
.request-demo a {
background-color: transparent;
color: var(--primarycolor);
border: solid 2px var(--primarycolor);
padding: 8px 22px;
border-radius: 100px;
transition: all 0.25s ease;
/* font-family: var(--boldfonts); */
}
.request-demo a:hover {
background-color: var(--primarycolor);
color: #fff;
}
.border-btn a {
background-color: var(--primarycolor);
color: #fff;
border: solid 2px var(--primarycolor);
padding: 8px 22px;
border-radius: 100px;
transition: all 0.25s ease;
}
.border-btn a:hover {
background-color: transparent;
color: var(--primarycolor);
}
.nav-list .request-demo {
display: none;
}
.mobile-show {
display: none;
}
.nav > .nav-list > li.border-none a {
border: 0px;
}
.banner-section {
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/header-bg.jpg?var=1.1) no-repeat center center;
margin-top: 100px;
padding: 50px 0px;
}
.topheader {
display: flex;
justify-content: space-between;
padding: 0;
align-items: center;
}
.headerleft {
width: 43%;
}
.headerleft h1 {
font-size: var(--bigtitlefontsize);
font-family: var(--headingfonts);
font-weight: 500;
margin-top: 0;
margin-bottom: 0;
color: #fff;
font-display: swap;
}
.headerleft h1 strong {
font-size: 50px;
color: #FB975B;
line-height: 1.1;
}
.headerleft h2 {
font-size: 22px;
font-family: var(--headingfonts);
font-weight: 300;
color: #fff;
margin-top: 16px;
color: #fff;
margin-bottom: 30px;
font-display: swap;
}
.topheader .commonbtn-group .border-btn a {
color: #fff;
border-color: #fff;
}
.topheader .commonbtn-group .border-btn a:hover {
border-color: #fff;
background-color: #fff;
color: var(--primarycolor);
}
.topheader .commonbtn-group .request-demo a {
color: var(--primarycolor);
background-color: #fff;
border-color: #ffffff;
}
.topheader .commonbtn-group .request-demo a:hover {
border-color: #FFF;
color: #fff;
background-color: transparent;
}
a.freetrialbtn {
background: var(--primarycolor);
color: #ffffff;
margin-right: 20px;
}
a.requestdemobtn {
background: #fff;
color: var(--primarycolor);
}
.modules {
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/shape-bg.jpg) no-repeat;
background-size: cover;
display: flex;
padding: 50px 0px;
}
.modules h3.sectiontitle {
margin: 0px auto 55px auto;
}
h3.sectiontitle {
text-align: center;
font-family: var(--headingfonts);
font-size: var(--titlefontsize);
max-width: 80%;
margin: 0px auto 40px auto;
color: var(--primarycolor);
line-height: 1.2;
font-display: swap;
}
.modules-wrapper {
display: flex;
justify-content: center;
column-gap: 30px;
flex-wrap: wrap;
row-gap: 45px;
}
.module-img {
background-color: #e7ecf5;
width: 65px;
height: 65px;
border-radius: 11px;
display: flex;
justify-content: center;
align-items: center;
}
.module-box a{
    display: flex;
    column-gap: 28px;
    width: 100%;
    position: relative;
    }
.module-box a .readmore{
    right: 0;
    font-size: 14px;
    /* top: 0px; */
    bottom: -10px;
    left: 23%;}
.module-box {
display: flex;
column-gap: 28px;
width: 31.33%;
}
.moduletitle {
display: flex;
font-size: var(--subtitlefontsize);
font-family: var(--headingfonts);
font-weight: 700;
flex-direction: column;
width: calc(100% - 100px);
font-display: swap;
}
.moduletitle p {
font-size: var(--regularfontsize);
font-family: var(--regularfonts);
font-weight: normal;
color: rgba(10, 2, 38, 0.70);
font-display: swap;
}
.moduletitle strong {
font-size: var(--moduletitlefontsize);
font-family: var(--regularfonts);
font-weight: 600;
font-display: swap;
color: #000;
}
.moduletitle img {
margin-right: 25px;
}
.marketinsight {
background: var(--primarycolor);
color: #fff;
margin: 0px auto;
padding: 40px 0;
}
.marketinsight .container {
display: flex;
justify-content: space-between;
align-items: center;
}
h3.sectiontitle.blue {
color: #fff;
text-align: left;
max-width: 100%;
margin: 20px 0;
}
.marketinsightleft {
width: 50%;
}
.marketinsightright {
position: relative;
}
.marketinsightright::before {
content: "";
width: 100%;
height: 100%;
display: none;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #000;
border-radius: 27px;
opacity: 0.1;
z-index: 9;
}
.marketinsightright .video-play {
position: absolute;
width: 65px;
height: 65px;
background: #fff;
line-height: 72px;
right: 0px;
left: 0px;
margin: 0px auto;
top: 35%;
text-align: center;
display: none;
border-radius: 50%;
box-shadow: 0 0 0 0 hsla(0,0%,100%,.7);
animation: pulse 1.5s cubic-bezier(.66,0,0,1) infinite;
cursor: pointer;
z-index: 9;
}
.marketinsightright .video-play:before {
border-radius: 50%;
box-shadow: 0 0 0 0 hsla(0,0%,100%,.7);
animation: pulse 1.5s cubic-bezier(.66,0,0,1) infinite;
}
.marketinsightright .video-play:before {
content: "";
width: 60%;
height: 60%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.marketinsightright .video-play .fa {
font-size: 22px;
color: var(--secondarycolor);
}
@keyframes pulse {
to {
box-shadow: 0 0 0 35px hsla(0,0%,100%,0) 
}
}
.marketinsightright img {
border-radius: 10px;
overflow: hidden;
}
.taileredneeds {
display: flex;
margin: 50px 0px;
}
.taileredneedswrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.taileredleft {
width: 45%;
}
.blue-bg {
background: var(--primarycolor) !important;
}
.unlock {
background: var(--secondarycolor);
padding: 50px 0;
color: #fff;
text-align: center;
}
.unlock h3.sectiontitle {
color: #fff;
}
.unlock a {
text-decoration: underline;
font-family: var(--boldfonts);
color: #fff;
}
.solutions {
margin: 50px auto;
}
.solutionswrapper {
display: flex;
justify-content: space-around;
max-width: 90%;
margin: 0 auto;
}
.solutionsleft, .solutionsright {
width: 38%;
padding: 30px 50px;
border-radius: 10px;
background: var(--secondarycolor);
color: #fff;
}
.solutionsright {
background: var(--primarycolor);
}
.industryleaders {
margin: 40px auto;
padding: 10px 0;
}
.industryleaderswrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.leadersleft {
width: 45%;
}
.aboutalchempro {
background: var(--primarycolor);
color: #fff;
padding: 50px 0;
}
.aboutalchemprowrapper {
display: flex;
justify-content: space-between;
}
.aboutleft {
width: 33%;
}
h4.subtitle {
font-size: 22px;
font-family: var(--headingfonts);
font-display: swap;
margin: 0;
line-height: 1.2;
max-width: 80%;
}
.aboutsright {
width: 60%;
}
.features-list ul {
display: flex;
flex-wrap: wrap;
margin: 0px;
padding: 0px;
list-style-type: none;
column-gap: 60px;
row-gap: 20px;
}
.features-list ul li {
width: 45%;
}
.features-list ul li b {
width: 100%;
display: inline-block;
margin-bottom: 5px;
font-family: var(--boldfonts);
}
div#InquireForm {
width: 90%;
margin: 0 auto;
max-width: 950px;
}
div.get-custom-report {
    width: 90%;
    margin: 0 auto;
    max-width: 950px;
    }

div#CASInquireForm {
width: 90%;
margin: 0 auto;
max-width: 950px;
}
.contactus {
padding: 20px 0;
background: url(https://www.fibre2fashion.com/market-intelligence/alchempro/Content/images/contactbg.jpg);
background-size: cover;
}
#requestmodal h4.subheading, #CustomizedResearchmodal h4.subheading {
text-align: center;
font-family: var(--headingfonts);
font-size: var(--moduletitlefontsize);
margin: 0px 0 10px 0;
color: var(--primarycolor);
font-display: swap;
}
#requestmodal .formwrapper, #caspopup .formwrapper, #CustomizedResearchmodal .formwrapper, #caspopup .formwrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 30px;
}
#requestmodal .mobile-scroll, #caspopup .mobile-scroll, #CustomizedResearchmodal .mobile-scroll, #caspopup .mobile-scroll {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#caspopup .mobile-scroll{
width:100%;
}
#caspopup .formfield {
width: 49%;
margin: 10px 0;
display: flex;
flex-wrap: wrap;
}
.formfield {
width: 32%;
margin: 10px 0;
display: flex;
flex-wrap: wrap;
}
.formfield .form-control {
border: 0;
outline: 0;
border-radius: 100px;
padding: 0px 15px;
font-size: 15px;
width: 100%;
background-color: transparent;
border: 1px solid #404040;
height: 45px;
}
.formfield.comments {
width: 100%;
height: 100px;
background-color: transparent;
border-radius: 15px;
}
.text-danger.field-validation-error {
font-size: 12px;
color: red;
}
.formfield.comments textarea {
width: 100%;
padding-top: 10px;
border: 1px solid #404040;
border-radius: 15px;
resize: none;
outline: 0;
background-color: transparent;
font-family: var(--regularfonts);
font-display: swap;
height: auto;
}
.submitbtn {
text-align: center;
width: 100%;
margin: 15px 0px 0px 0px;
display: flex;
}
input#btninqsbmt, input#btncasinqsbmt {
padding: 12px 40px;
background: var(--secondarycolor);
color: #fff;
cursor: pointer;
font-size: 20px;
border: 0;
border-radius: 100px;
margin: 0 auto;
}
input#btninqsbmt:focus-visible, input#btncasinqsbmt:focus-visible {
outline: none;
border: 0px;
}
.formore-details {
text-align: center;
margin: 18px 0px;
font-size: 20px;
color: var(--primarycolor);
}
.formore-details a {
color: var(--secondarycolor);
}
#requestmodal h3.sectiontitle {
margin-bottom: 5px;
}
#CustomizedResearchmodal h3.sectiontitle {
    margin-bottom: 5px;
    }
ul.accordion-list {
position: relative;
display: block;
list-style: none;
}
ul.accordion-list li {
position: relative;
display: block;
width: 100%;
height: auto;
background-color: #FFF;
padding: 20px 0px;
margin: 0 auto 0px auto;
border-bottom: 1px solid #eee;
cursor: pointer;
}
ul.accordion-list li.active h3:after {
transform: rotate(0deg);
}
ul.accordion-list li h3 {
font-weight: 700;
position: relative;
display: block;
width: 100%;
height: auto;
padding: 0 0 0 0;
margin: 0;
font-size: 20px;
letter-spacing: 0.01em;
cursor: pointer;
}
ul.accordion-list li h3:after {
content: "";
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/arrow.svg) no-repeat 0px 0px;
position: absolute;
transform: rotate(180deg);
width: 31px;
height: 18px;
right: 0;
top: 6px;
color: #Fcc110;
transition: all 0.3s ease-in-out;
font-size: 18px;
}
ul.accordion-list li div.answer {
position: relative;
display: block;
width: 95%;
height: auto;
font-size: 16px;
margin: 0;
padding: 0px 20px 0px 0px;
cursor: pointer;
}
ul.accordion-list li div.answer p {
position: relative;
display: block;
font-weight: 300;
padding: 10px 0 0 0;
cursor: pointer;
line-height: 150%;
margin: 0 0 15px 0;
font-size: 16px;
}
.footer {
background: #d4d9de;
padding: 12px 0px;
}
.footer .headercontainer {
display: flex;
justify-content: space-between;
}
.footerlink {
display: flex;
font-size: 14px;
align-items: center;
color: #404967;
}
.footerlink img {
vertical-align: middle;
filter: brightness(0) saturate(100%) invert(26%) sepia(7%) saturate(2842%) hue-rotate(189deg) brightness(95%) contrast(85%);
}
.footerlink .fa {
color: #404967;
}
.footerlink ul {
display: flex;
margin: 0px 22px 0px 0px;
padding: 0px;
list-style-type: none;
column-gap: 25px;
}
.footerlink a, .footerlink a:visited, .footerlink a:focus {
color: #000;
}
.copyright {
padding-left: 18px;
border-left: solid 1px #c7c7c7;
}
.footer-social {
text-align: end;
display: flex;
justify-content: flex-end;
}
.footer-social a {
display: flex;
align-items: center;
margin-left: 10px;
transform: translatey(0);
transition: .4s;
}
.faq-section {
margin: 50px 0px;
}
.copyright {
padding: 18px 0px;
background-color: #e5e8eb;
}
.services-copyright {
color: #404967;
}
.services-copyright a {
color: #404967;
}
.copyright .headercontainer {
display: flex;
justify-content: space-between;
}
#msgSuccess, #msgcasSuccess {
text-align: center;
margin: 50px 0px;
display: block;
line-height: 26px;
font-size: 16px;
}
.fade-centered {
transform: scale(0);
opacity: 0;
-webkit-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}
.fade-centered.show {
opacity: 1;
transform: scale(1);
}
.fade-centered .modal-dialog {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%) !important;
}
#requestmodal.modal, #newslatterpopup.modal, #caspopup.modal, #chemicalprise.modal, #allcountriesmodal.modal,  #CustomizedResearchmodal.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
#requestmodal.modal.fade.in .modal-dialog, #newslatterpopup.modal.fade.in .modal-dialog, #caspopup.modal.fade.in .modal-dialog, #chemicalprise.modal.fade.in .modal-dialog, #allcountriesmodal.modal.fade.in .modal-dialog, #CustomizedResearchmodal.modal.fade.in .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
#requestmodal.modal.fade .modal-dialog, #newslatterpopup.modal.fade .modal-dialog, #caspopup.modal.fade .modal-dialog, #chemicalprise.modal.fade .modal-dialog, #allcountriesmodal.modal.fade .modal-dialog, #CustomizedResearchmodal.modal.fade .modal-dialog {
transition: -webkit-transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
}
#requestmodal .modal-content, #newslatterpopup .modal-content, #caspopup .modal-content, #chemicalprise .modal-content, #allcountriesmodal .modal-content, #CustomizedResearchmodal .modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background: rgb(207,221,247);
background: linear-gradient(90deg, rgba(207,221,247,1) 0%, rgba(248,231,235,1) 100%);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 18px;
padding: 35px 0px;
outline: 0;
}
.close-btn {
position: absolute;
right: 5px;
top: 5px;
border: 0px;
background-color: transparent;
font-size:35px;
opacity: 0.8;
cursor: pointer;
padding: 0px 15px;
}
.close-btn:focus-visible {
border: 0px;
outline: none;
}
.modal-backdrop.fade.in {
opacity: .5;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-open {
overflow: hidden;
}
/* #newslatterpopup {
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/popup-bg.png) no-repeat 0px 0px !important;
width: 100%;
background-size: cover !important;
}
*/
#newslatterpopup.modal {
z-index: 99999;
}
#requestmodal .modal-dialog-centered, #newslatterpopup .modal-dialog-centered, #caspopup .modal-dialog-centered, #chemicalprise .modal-dialog-centered, #allcountriesmodal .modal-dialog-centered, #CustomizedResearchmodal .modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: 100vh;
margin-top: 0px;
}
.nav-btn {
display: none;
}
/* inner page css start*/
.inner-header {
background-color: #CFDDF7;
margin-top: 100px;
padding: 30px 0px 150px 0px;
}
.breadcrume {
font-size: var(--regularfontsize);
}
.breadcrume a {
color: #000;
}
.breadcrume img {
vertical-align: middle;
}
.about-details {
text-align: center;
max-width: 100%;
margin: 0px auto;
}
.about-details h1 {
font-size: var(--bigtitlefontsize);
color: var(--primarycolor);
font-family: var(--headingfonts);
font-display: swap;
}
.about-details h2 {
font-size: var(--subtitlefontsize);
color: rgba(0, 0, 0, 0.70);
font-family: var(--headingfonts);
font-display: swap;
}
.about-details p {
line-height: 28px;
}
.commonbtn-group {
margin: 35px 0px;
display: flex;
column-gap: 18px;
}
.about-details .commonbtn-group {
justify-content: center;
}
.commonbtn-group .border-btn a {
border-color: var(--primarycolor);
color: var(--primarycolor);
background-color: transparent;
}
.commonbtn-group .border-btn a:hover {
background-color: var(--primarycolor);
color: #fff;
}
.commonbtn-group .request-demo a {
background-color: var(--primarycolor);
color: #fff;
}
.commonbtn-group .request-demo a:hover {
background-color: transparent;
color: var(--primarycolor);
}
.trends-section .trends-wrapper {
display: flex;
justify-content: center;
column-gap: 45px;
margin-top: -100px;
row-gap: 45px;
flex-wrap: wrap;
}
.trends-section.inner-current-features-section .trends-wrapper {
margin-top: -140px;
}
.trends-section .trends-wrapper.center-box-wrapper .trends-box{
flex-basis: 400px;
flex-grow: 0;
}
.trends-section .trends-wrapper .trends-box {
display: flex;
column-gap: 30px;
/* width: 26.33%;
*/
background-color: #fff;
padding: 30px;
border-radius: 32px;
transition: all 0.25s ease;
/* cursor: pointer;
*/
flex-grow: 1;
flex-basis: 300px;
position: relative;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
backdrop-filter: blur(25px);
border-radius: 1.5rem;
-webkit-transition: -webkit-transform 0.3s ease 0s;
transition: -webkit-transform 0.3s ease 0s;
transition: transform 0.3s ease 0s;
transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.trends-section .trends-wrapper .trends-box a {
display: flex;
column-gap: 30px;
}
.trends-section .trends-wrapper .trends-box.highlite-box {
background-color: var(--primarycolor);
}
.trends-section .trends-wrapper .trends-box.highlite-box .moduletitle strong, .trends-section .trends-wrapper .trends-box.highlite-box .moduletitle p {
color: #fff;
}
.trends-section .trends-wrapper .trends-box.highlite-box .module-img {
background-color: #416aad;
}
.trends-section .trends-wrapper .trends-box:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
/* .trends-section .trends-wrapper .trends-box:hover .module-img{
background-color: #416aad;
}
*/
/* .trends-section .trends-wrapper .trends-box:hover .module-img img{
filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(415%) hue-rotate(316deg) brightness(120%) contrast(100%);
}
*/
/* .trends-section .trends-wrapper .trends-box.highlite-box:hover .module-img img{
filter: brightness(0) saturate(100%) invert(16%) sepia(61%) saturate(2807%) hue-rotate(209deg) brightness(103%) contrast(95%);
}
*/
.countryprofile-trends .trends-wrapper .trends-box:nth-of-type(2) {
background-color: var(--primarycolor);
}
.trends-img {
background-color: #e7ecf5;
width: 65px;
height: 65px;
border-radius: 11px;
display: flex;
justify-content: center;
align-items: center;
}
.trends-title {
display: flex;
font-size: var(--subtitlefontsize);
font-family: var(--headingfonts);
font-display: swap;
font-weight: 700;
flex-direction: column;
width: calc(100% - 100px);
}
.common-block {
padding: 50px 0px;
}
.common-block .left-panel {
width: calc(100% - 474px);
}
.common-block .right-panel {
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/graph-img-v1.jpg) no-repeat 0px 0px;
height: 496px;
width: 473px;
background-size: cover;
}
.common-block .details-block {
display: flex;
column-gap: 50px;
}
.common-block .left-panel h1 {
font-family: var(--headingfonts);
color: var(--primarycolor);
font-size: var(--bigtitlefontsize);
font-display: swap;
}
.graph-title {
width: 274px;
margin-top: 33px;
text-align: center;
margin-left: 26px;
font-size: 13px;
}
.graph-subtitle {
display: flex;
flex-direction: column;
margin-left: 32%;
text-align: center;
width: 296px;
margin-top: 16%;
}
.graph-subtitle {
font-size: var(--regularfontsize);
color: #fff;
}
.graph-subtitle strong {
font-size: 21px;
color: var(--primarycolor);
}
.red-inner-block {
padding: 50px 0px;
background-color: var(--secondarycolor);
}
.red-inner-block h3.sectiontitle {
color: #fff;
}
.comprehensive-data {
display: flex;
justify-content: space-between;
column-gap: 40px;
}
.comprehensive-data-right {
width: 65%;
}
.comprehensive-data-right p {
color: #fff;
}
.comprehensive-data-right p:first-child {
margin-top: 0px;
}
.tools-main {
display: flex;
row-gap: 60px;
flex-direction: column;
}
.main-tools-details {
display: flex;
column-gap: 60px;
align-items: center;
}
.tools-common-wrapper {
padding: 50px 0px;
}
.main-tools-details .tools-img img {
border: solid 1px #E5E5E5;
border-radius: 8px;
}
.main-tools-details .tools-contant {
width: 53%;
}
.main-tools-details .tools-contant strong {
font-size: var(--moduletitlefontsize);
margin-bottom: 8px;
display: inline-block;
}
.tools-contant p {
margin-top: 0px;
line-height: 28px;
}
.tools-common-wrapper .commonbtn-group {
justify-content: center;
}
.comprehensive-img {
width: 425px;
height: 340px;
overflow: hidden;
border-radius: 20px;
}
.access-data {
height: 270px;
}
.comprehensive-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.taileredright {
box-shadow: 0px 0px 50px 0px rgba(18, 69, 152, 0.15);
border-radius: 10px;
overflow: hidden;
}
/*inner-pages-block-css-start*/
.benefits-block {
margin: 60px 0px;
}
.benefits-block.details-block {
display: flex;
column-gap: 50px;
row-gap: 15px;
flex-wrap: wrap;
}
.benefits-block .benefits-box {
flex-grow: 1;
flex-basis: 300px;
position: relative;
flex-wrap: wrap;
}
.benefits-box h1 {
font-size: var(--moduletitlefontsize);
color: var(--primarycolor);
margin-bottom: 10px;
margin-top: 0px;
}
.benefits-box p {
margin-top: 0px;
}
.benefits-main-title {
font-family: var(--headingfonts);
font-size: var(--titlefontsize);
color: var(--primarycolor);
font-weight: 700;
line-height: 1.3;
}
.benefits-main-title strong {
color: var(--secondarycolor);
}
.readmore {
position: absolute;
bottom: 16px;
right: 28px;
color: var(--primarycolor);
font-family: var(--regularfonts);

}
.readmore a {
font-size: var(--regularfontsize);
font-family: var(--regularfonts);
color: var(--primarycolor);
text-align: right;
display: inline-block;
width: 100%;
}
.readmore img {
margin-right: 0px;
}
.highlite-box .readmore {
color: #fff;
}
.highlite-box .readmore img {
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(297deg) brightness(108%) contrast(103%);
;
}
.benefits-block.details-block {
margin-bottom: 0px;
}
.inner-current-features-section {
position: relative;
padding-bottom: 40px;
}
.inner-current-features-section::after {
position: absolute;
background: rgb(255,146,146);
background: linear-gradient(90deg, rgba(255,146,146,0.196516106442577) 35%, rgba(0,83,219,0.1292892156862745) 81%);
content: '';
width: 100%;
height: 100%;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.inner-current-features-section .commonbtn-group {
justify-content: center;
}
.market-insights-page {
margin-top: 0px;
padding-top: 50px;
}
.market-insights-header {
padding-bottom: 50px;
}
.get-daily-updates {
background: linear-gradient(90deg, #F8F3F2 0%, #E1E6F4 100%);
padding: 30px 0px;
}
.daily-update-wrapper {
display: flex;
column-gap: 18px;
align-items: center;
justify-content: center;
}
.right-subscribe-form {
display: flex;
flex-direction: column;
width: calc(100% - 510px);
text-align: center;
}
.right-subscribe-form .sectiontitle {
text-align: center;
max-width: initial;
width: 100%;
margin-bottom: 10px;
}
.right-subscribe-form p {
margin: 0px;
}
.left-graph-img {
flex-basis: 390px;
flex-grow: 0;
}
.form-wrapper form {
display: flex;
margin: 16px auto 0px auto;
column-gap: 16px;
width:75%;
}
#ExitFormShow form{
width:100%;
}
.form-wrapper#ExitFormShow form .submit-btn{
margin-top:0px!important;
}
.form-wrapper form input {
border-radius: 25px;
background: #fff;
padding: 0px 18px;
border: 0px;
box-shadow: none;
height: 50px;
width: -webkit-fill-available;
font-size: var(--regularfontsize);
}
.form-wrapper form .form-group {
width: 100%;
}
.form-wrapper form .submit-btn {
background-color: var(--secondarycolor);
color: #fff;
border: solid 2px var(--secondarycolor);
padding: 8px 40px;
border-radius: 100px;
transition: all 0.25s ease;
font-size: var(--regularfontsize);
cursor: pointer;
}
.form-wrapper form .submit-btn:hover {
background-color: transparent;
color: var(--secondarycolor);
}
#newslatterpopup .right-subscribe-form .sectiontitle {
font-size: var(--subtitlefontsize);
}
#newslatterpopup .form-wrapper form {
flex-wrap: wrap;
row-gap: 20px;
margin-top: 12px;
}
#newslatterpopup .daily-update-wrapper {
padding: 0px 35px;
column-gap: 45px;
}
#newslatterpopup .modal-dialog {
width: 750px;
}
#newslatterpopup .modal-content {
background: #FFF;
backdrop-filter: blur(52px);
}
#newslatterpopup .form-wrapper form input {
border-radius: 5px;
border: 0.5px solid #E0E0E0;
background: #FFF;
height: 45px;
}
#newslatterpopup .left-graph-img {
flex-basis: 320px;
}
#newslatterpopup .right-subscribe-form {
width: calc(100% - 320px);
text-align: left;
}
#newslatterpopup .right-subscribe-form .sectiontitle{
text-align: left;
}
.form-wrapper form input:focus-visible {
outline: 0;
box-shadow: none;
cursor: none;
}
#newslatterpopup .form-wrapper form .submit-btn {
width: 100%;
border-radius: 10px;
background-color: var(--primarycolor);
padding: 12px 0px;
border-color: var(--primarycolor);
margin-top: 18px;
}
#newslatterpopup .form-wrapper form .submit-btn:hover {
color: var(--primarycolor);
background-color: transparent;
}
.get-daily-updates .text-danger.field-validation-error, #newslatterpopup .text-danger.field-validation-error {
position: absolute;
left: 0;
bottom: -20px;
}
.get-daily-updates .form-wrapper form .form-group, #newslatterpopup .form-wrapper form .form-group {
position: relative;
}
#newslatterpopup #ExitErrorMsg.alert.alert-danger {
font-size: 12px;
color: red;
position: absolute;
left: 0;
bottom: -20px;
}
.get-daily-updates #ErrorMsg.alert.alert-danger {
font-size: 12px;
color: red;
position: absolute;
left: 0;
bottom: -20px;
}
#ExitSuccessMsg {
margin-top: 22px;
text-align: center;
font-weight: normal;
}
#ExitSuccessMsg strong {
font-size: 35px;
color: var(--primarycolor);
}
#SuccessMsg {
margin-top: 22px;
text-align: center;
font-weight: normal;
}
#SuccessMsg strong {
font-size: 35px;
color: var(--primarycolor);
}
.newslatter-sticky{
position: fixed;
bottom: 0;
right: 1%;
}
.importing-country{
margin:100px 0px 0px 0px;
}
.tarrif-country{margin-top:50px;}

.text-center{
text-align: center;
}
.inner-header .importing-country{
margin:50px 0px;
}
.inner-header .country-btn a{
background-color: #fff;
}
.country-wrapper{
width:100%;
margin:30px auto 0px auto;
display: flex;
justify-content: center;
column-gap:18px;
flex-wrap: wrap;
row-gap:18px;
}
.country-btn a{
background-color:#F2F2F3;
font-size:14px;
display: inline-block;

text-align: center;
color: var(--primarycolor);
padding:5px 18px;
border-radius: 5px;
}

.country-btn a.highlited-btn{
background-color: var(--primarycolor);
color: #ffffff;

}

.export-import{
padding-bottom:30px!important;
}
.overview-section{
padding:50px 0px;
}
.overview-section h3{
margin-bottom:18px;
}
.tabs-wrapper .row_flex {
display: flex;
column-gap: 50px;
}
.row_inner {
width: 50%;
}
.row_inner.static-img img{
border-radius: 18px;
}
.row_inner strong{
color: var(--primarycolor);
font-size:20px;
margin-bottom: 18px;
display: block;
}
.row_flex .accordion {
width: 100%;
overflow: hidden;
border-bottom: 1px solid rgb(241, 241, 241);
border-left: 2px solid rgba(0, 0, 0, 0.15);
}
.tabs-wrapper .accordion_content {
color: rgb(0, 0, 0);
max-height: 0px;
padding: 0px 20px;
overflow: hidden;
transition: 0.25s ease-out;
}
.tabs-wrapper .accordion p {
color: rgb(0, 0, 0);
font-size: 15px;
margin: 0px;
}
.tabs-wrapper .accordion.accordion_active {
border-left: 2px solid rgb(55, 90, 227);
}
.tabs-wrapper .accordion.accordion_active .arrow-img{
transform: rotate(180deg);
}
.tabs-wrapper .accordion_images {
position: relative;
}
.tabs-wrapper .accordion_images img {
opacity: 0;
transition: 0.3s;
}
.accordion_images img:not(:first-child) {
position: absolute;
left: 0;
top: 0;
}
.accordion_images img.active {
opacity: 1;
}
.accordion_intro {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0px;
cursor: pointer;
}
.accordion h4, .accordion p {
margin: 0;
}
.accordion h4 {
color: #000;
padding-left:20px;
font-size: 20px;
}
.accordion p {
color: #000;
font-size: 15px;
margin: 0;
}
.accordion_active .accordion_content {
padding: 0 20px 20px;
opacity: 1;
}
.grey-bg-wrapper{
background-color: #F8F8F8;
}
.tabs-wrapper{
margin:50px 0px;
}
.whychoose{
margin:50px 0px;
}
.whychoose-wrapper{
display: flex;
column-gap:35px;
}
.whychoose-wrapper .left-img{
width:40%;
}
.whychoose-wrapper .left-img img{
border-radius: 18px;
height: 100%;
width: 100%;
object-fit: cover;
}
.whychoose-wrapper .leadersright{
width:60%;
}
.whychoose-wrapper .leadersright .sectiontitle{
max-width:100%;
text-align: left;
margin-bottom:0px;
}
.signup a{
background-color: transparent;
color:#fff;
border:solid 1px #fff;
text-decoration: none;
margin-top:18px;
display: inline-block;
}
.signup a:hover{
background-color: #fff;
color: var(--primarycolor);
}
.common-table-wrapper .table-box{
width:100%;
background-color: #fff;
position: relative;
padding:18px 0px;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
backdrop-filter: blur(25px);
border-radius: 1.5rem;
}
.common-table-wrapper .table-box p{
    text-align: center;
    padding: 15px;
    font-size: 14px;
    margin: 0px;
    padding: 5px 15px;
}
.common-table-wrapper .table-box p.note-text{background-color: #bb2c2c17;
    margin: 10px 0px;
    font-size: 13px;}
.rwd-table {
width: 100%;
border-collapse: collapse;
}
.rwd-table thead tr, .rwd-table tr th{
border-top: none;
background: #E0EAFD!important;
color: #000;
}
.rwd-table tr:nth-child(odd){
background-color: #F2F7FF;
}
.rwd-table th {
display: none;
}
.rwd-table td {
display: block;
}
.rwd-table td:first-child {
margin-top: 0.5em;
}
.rwd-table td:last-child {
margin-bottom: 0.5em;
}
.rwd-table td:before {
content: attr(data-th) ": ";
font-weight: bold;
width: 120px;
display: inline-block;
color: #000;
}
.rwd-table th, .rwd-table td {
text-align: left;
}
.rwd-table {
color: #000;
overflow: hidden;
}
.rwd-table tr {
border-color: #bfbfbf;
}
.rwd-table th, .rwd-table td {
padding: 0.5em 1em;
}
/* .common-table-wrapper .main-table{max-height:360px;overflow: auto;margin-bottom:22px;position: relative;} */
.blurred {
    filter: blur(2px);
    pointer-events: none;
    position: relative;
  }
/* .common-table-wrapper .main-table::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}

.common-table-wrapper .main-table::-webkit-scrollbar
{
width:5px;
background-color: #F5F5F5;
height: 5px;
}

.common-table-wrapper .main-table::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: var(--primarycolor);
} */

.country-box-wrapper{display: flex;column-gap:35px;}
.country-chemical-box{width:33%;background-color: #fff;padding:50px;text-align: center;border-radius: 18px;box-shadow: 0 1px 22px 0 rgba(0, 0, 0, 0.01);margin-top:20px;display: flex;
align-items: center;}
.why-insight-wrapper {display: flex;row-gap:18px;flex-wrap: wrap;margin-top:18px;}
.inshight-row{display: flex;align-items: baseline;}
.inshight-row p{padding:0px;margin:0px;width: calc(100% - 25px);}
.whychoose.grey-bg-wrapper{padding:50px 0px;margin-bottom:0px;}
.chemical-price-insights img{width:100%;height:100%;border: solid 1px #ebebeb;border-radius: 12px;}
.tailors-research-business .features-list ul{ list-style-type: circle;text-align: left;margin-top:40px;}
.tailors-research-business .features-list ul li{width:45%;}
.rwd-table tr.disabled-row:hover{background-color: transparent!important;}
.main-table {
    position: relative;
    } 
.export-import-dataimg img {
    width: 100%;
    height: 100%;
    border: solid 1px #ebebeb;
    border-radius: 12px;
    object-fit: cover;
    object-position: center top;
}
.export-import-dataimg .content_div {
    height: 330px;
}


@media screen and (max-width: 601px) {
.rwd-table tr:nth-child(2) {
border-top: none;
}
}
@media screen and (min-width: 600px) {
.rwd-table tr:hover:not(:first-child) {
background-color: #F2F7FF;
}
.rwd-table td:before {
display: none;
}
.rwd-table th, .rwd-table td {
display: table-cell;
padding: 0.25em 0.5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
padding-right: 0;
}
.rwd-table th, .rwd-table td {
padding: 0.6em 1em !important;
font-size:14px;
text-align: left;
}
.chemical-dailyprice-table .rwd-table th, .rwd-table td{padding:1em !important;}
}
.common-table-wrapper .sectiontitle{margin:10px auto 30px auto;}


#chemicalprise .country-wrapper, #allcountriesmodal .country-wrapper{width: 93%;
    max-height: 350px;
    overflow-y: auto;
    padding-top: 10px;
    padding: 15px;}

    #chemicalprise .country-wrapper::-webkit-scrollbar-track, #allcountriesmodal .country-wrapper::-webkit-scrollbar-track
    {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    }
    
    #chemicalprise .country-wrapper::-webkit-scrollbar,  #allcountriesmodal .country-wrapper::-webkit-scrollbar
    {
    width:5px;
    background-color: #F5F5F5;
    height: 5px;
    }
    
    #chemicalprise .country-wrapper::-webkit-scrollbar-thumb, #allcountriesmodal .country-wrapper::-webkit-scrollbar-thumb
    {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--primarycolor);
    }


.blur-bg{position: absolute;text-align: center;z-index: 99;bottom: 0;left: 0; right: 0;backdrop-filter: blur(10px);height: 50%;display: flex;align-items: center;justify-content: center;}
.blur-bg-1, .blur-bg-2{position: initial;margin-bottom: 30px;margin-top: 20px;}
.blur-bg-3{height: 25%;}
.blur-bg-4{height: 40%;}


.blur-bg .request-demo a{padding:5px 18px;}
.rwd-table .commonbtn-group {
        position: absolute;
        margin: 0px;
        z-index: 999;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        margin: 0px auto;
        justify-content: center;
        bottom: 12px;
    }
    .disabled {
        background-color: #f0f0f0; /* Light grey background for disabled rows */
        pointer-events: none; /* Disable interaction */
        opacity: 0.6; /* Visually show as disabled */
      }
      .combined-row {
        text-align: center;
        font-style: italic;
        background-color: #f9f9f9; /* Slightly lighter color for combined row */
      }
.blur-bg .commonbtn-group{justify-content: center;margin:0px;}


#country-slider{
    display: flex;
    width: 80%;
    column-gap: 40px;
    flex-wrap: wrap;
    margin: 60px auto 1px auto;
    row-gap: 35px;
    justify-content: center;
}
.post-slide{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-basis: 15%;
    flex-grow: 1;
}
.post-slide img{width:60px!important;}
.flag-icon a{color: #000;}

.owl-controls .owl-buttons{
text-align:center;
margin-top:20px;
}
.owl-dots {
margin-top: 10px; }

.owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {display: inline-block;zoom: 1;}
.owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
background: #869791; }
.customized-report-main{background-color: var(--secondarycolor);align-items: baseline;}
.customized-report-main .container{align-items:normal;}
.import-images .content_div {height: 290px;}
.import-images .content_div img{height: 100%;width: 100%;object-fit: cover;border-radius: 20px;border:solid 1px #ebebeb;}
.customized-research{padding: 50px 0px;}
.check-icon {width:25px;}
.enhanced-value{background-color: var(--primarycolor);padding: 50px 0px;}
.enhanced-value .sectiontitle{color:#fff;}
.box-enhanced-vale{display: flex;justify-content: center;column-gap:40px;}
.box-enhanced-vale .box-icon{width:33%;color: #fff;text-align: center;}
.box-enhanced-vale .value-title{font-size:19px;}
.box-enhanced-vale p{margin-top:0px;}
.benifits-customized-report{color: #000;padding: 50px 0;}
.benifits-customized-report .sectiontitle{text-align: left;max-width: 100%;margin-bottom:8px;}
.benifits-customized-report .features-list ul li{flex-basis: 45%;flex-grow: 1;}
.benifits-customized-report .features-list ul li b{color:var(--primarycolor);}
.reserach-partner{margin:50px 0px 0px 0px;padding:50px 0px;background-color: #F8F8F8;}
.reserach-partner .whychoose-wrapper .left-img img{width:auto;height:auto;}
.reserach-partner .whychoose-wrapper .left-img{text-align: center;}
.reserach-partner .why-insight-wrapper{row-gap: 8px;}
#chemicalprise h3, #allcountriesmodal h3{margin-bottom:18px;}
.filter-section {display: flex;justify-content: center;}
.filter-section input{
    padding: 12px 16px;
    border: 0px;
    border-radius: 5px 0px 0px 5px;
    width: 35%;
    outline: 0;
}
.filter-section #clearFilter, .filter-section #remove{
    background-color: var(--primarycolor);
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    padding: 5px 18px;
    border-radius: 0px 5px 5px 0px;
    font-family: var(--boldfonts);
    border: 0;
    outline: 0;
}
.common-table-wrapper .main-table .alert.alert-warning{text-align: center;}
.get-custom-report .formfield {
    width: 32%;
}
.get-custom-report .formfield:nth-of-type(4), .get-custom-report .formfield:nth-of-type(5){width:49%;}
.get-custom-report .formfield:nth-of-type(6){width:100%;}
.reachout-title{font-size:20px;color: var(--primarycolor);margin:0px;text-align: center;}

/*inner-pages-block-css-end*/
@media (min-width: 576px) {
.modal-dialog-centered {
min-height: 100vh;
}
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 1040px;
margin: 1.75rem auto;
}
}
@media (max-width: 1300px) {
ul.accordion-list li h3 {
padding: 0 60px 0 0;
width: 95%;
}
}
@media (max-width: 1280px) {
.footerlink ul {
column-gap: 16px 
}
.trends-section .trends-wrapper .trends-box {
flex-basis: 220px!important;
display: inline-block;
flex-grow: 1!important;
}
.trends-section .trends-wrapper .trends-box a {
display: inline-block;
}
.moduletitle {
width: 100%;
margin-top: 10px;
}
.country-wrapper{
width:100%;
}
/* .common-table-wrapper .main-table{white-space: nowrap;} */
}
@media (max-width: 1024px) {
.modal-dialog {
width: 90% !important;
margin: 0px auto;
}
.module-odd, .module-even {
width: 42%;
}
.modules-wrapper {
column-gap: 18px;
row-gap: 18px;
}
.marketinsightright {
width: 45%;
}
.taileredright, .leadersright {
width: 50%;
}
.solutionswrapper {
max-width: 100%;
column-gap: 20px;
}
.marketinsight .container {
flex-wrap: wrap;
}
.footer .headercontainer {
flex-wrap: wrap;
justify-content: center;
row-gap: 15px;
}
.headerleft {
width: 60%;
}
.module-box {
width: 48%;
}
.moduletitle strong br {
display: none;
}
.features-list ul {
column-gap: 50px;
}
.trends-section .trends-wrapper {
flex-wrap: wrap;
row-gap: 22px;
column-gap: 28px;
}
.nav > .nav-list > li a {
font-size: 13px;
}
.benefits-box.mobile-hide {
display: none;
}
.form-wrapper form {
flex-wrap: wrap;
row-gap: 18px;
margin-top: 16px;
justify-content: center;
}
.headercontainer{
width:97%;
}
.nav > .nav-list{
column-gap: 8px;
}
.nav > .nav-list > li a{
padding-right:12px;
}
}
@media (max-width: 992px) {
:root {
--titlefontsize: 28px;
--bigtitlefontsize: 25px;
}
.headerbtngroup {
flex-wrap: wrap;
}
.headerleft {
width: 60%;
}
.headerright {
width: 40%;
}
.footerlink {
flex-wrap: wrap;
justify-content: center;
}
.footer .headercontainer {
justify-content: center;
row-gap: 15px;
}
.copyright {
padding-left: 0px;
border: 0px;
}
.mobile-hide {
    display: none;
    }
    .topnavigation .headercontainer{width:90%;}
    #leftMenu{width: 70%;}
    .logo{column-gap: 20px;}

.trends-section .trends-wrapper .trends-box {
flex-basis: 300px;
display: flex;
}
.trends-section .trends-wrapper .trends-box a {
display: flex;
}
.moduletitle {
width: calc(100% - 100px);
margin-top: 0px;
}
.right-panel {
display: none;
}
.common-block .left-panel {
width: 100%;
}
.features-list ul li {
width: 100%;
}
ul.accordion-list {
margin: 0px;
padding: 0px;
}
ul.accordion-list li h3 {
width: auto;
}
.banner-section {
padding: 50px 0px;
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/tablet-header-bg.jpg) no-repeat 0px 0px;
margin-top: 104px;
}
#newslatterpopup .left-graph-img {
flex-basis: 206px;
}
#newslatterpopup .right-subscribe-form {
width: calc(100% - 240px);
}
/*inner-pages-block-css-start*/
.benefits-block.details-block {
margin-top: 60px;
}
.market-insights-page.benefits-block.details-block {
margin-top: 0px;
}
/*inner-pages-block-css-end*/
.right-subscribe-form{
width:100%;
}
.left-graph-img{
flex-basis: unset;
}
.tabs-wrapper .row_flex{
flex-wrap:wrap;
}
.row_inner{
width:100%;
}
#dynamicContent.row_inner, #dynamicContent1.row_inner{margin-top:18px;}
.row_inner.static-img{
display: none;
}
.tailored-insights .left-img{display: none;}
.tailored-insights .leadersright{width:100%;}
#country-slider{width:100%;}
.import-images{margin-top:35px;}
.main-table{position: relative;
    overflow-x: auto;
    white-space: nowrap;}
    .module-box a .readmore{position: relative;left:initial;bottom:7px;}
    .benifits-customized-report .aboutleft{width:50%;}
}
@media (max-width:768px) {
.modal-dialog {
width:80% !important;
}
.common-block .details-block .commonbtn-group {
flex-wrap: wrap;
row-gap: 35px;
}
.main-tools-details {
flex-wrap: wrap;
row-gap: 18px;
justify-content: center;
}
.main-tools-details:nth-of-type(1) {
flex-wrap: wrap-reverse;
}
.main-tools-details:nth-of-type(2) {
flex-wrap: wrap;
}
.main-tools-details:nth-of-type(3) {
flex-wrap: wrap-reverse;
}
.main-tools-details:nth-of-type(4) {
flex-wrap: wrap;
}
.main-tools-details .tools-contant {
width: 100%;
}
.tools-main {
row-gap: 10px;
}
.comprehensive-data {
flex-direction: column;
}
.comprehensive-img {
width: 100%;
height: 240px;
overflow: hidden;
margin-bottom: 21px;
}
.comprehensive-data-right {
width: 100%;
}
.copyright .headercontainer {
flex-wrap: wrap;
justify-content: center;
column-gap: 18px;
}
ul.accordion-list li h3 {
padding: 0 65px 0 0;
width: 90%;
}
.box-enhanced-vale{flex-wrap: wrap;row-gap: 40px;}
.box-enhanced-vale .box-icon{width:47%;}
}
@media (max-width:767px) {
:root {
--titlefontsize: 30px;
--bigtitlefontsize: 28px;
--subtitlefontsize: 23px;
}
.form-wrapper form{
width:100%;
}
.headercontainer .logo img {
vertical-align: middle;
}
.inner-header {
margin-top: 92px;
}
.nav-list .request-demo a {
width: 45% !important;
}
.banner-section {
padding: 0px;
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/mobile-header-bgv1.jpg) no-repeat 0px 0px;
margin-top: 90px;
background-size: cover;
}
.sub-link li:last-child a {
padding-right: 0px;
}
.sub-link {
justify-content: center;
}
h3.sectiontitle {
max-width: 100%;
margin: 0px auto 20px auto;
}
.main-tools-details {
border-bottom: solid 1px #e5e5e5;
padding-bottom: 20px;
}
.main-tools-details:last-child {
border-bottom: 0px;
padding-bottom: 0px;
}
.tools-main {
row-gap: 20px;
}
.formore-details {
font-size: var(--regularfontsize);
}
.formore-details span {
display: inline-block;
width: 100%;
}
#msgSuccess {
margin: 25px 0px;
}
.headerbtngroup {
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column;
row-gap: 40px;
}
.taileredneeds h3, .industryleaders h3 {
text-align: left;
margin-bottom: 0px;
}
h4.subtitle {
max-width: 100%;
font-size: 20px;
}
.sub-link li a {
font-size: 13px;
}
.top-bar {
padding: 2px 0px;
}
.headerleft, .headerright {
width: 100%;
text-align: center;
}
.topheader {
flex-wrap: wrap;
row-gap: 40px;
padding-top: 20px;
}
.headerleft h1 strong {
font-size: 33px;
}
a.freetrialbtn {
width: 55%;
margin: 0px auto;
}
a.requestdemobtn {
width: 55%;
margin: 0px auto;
}
.modules {
background: url(https://static.fibre2fashion.com/staticresources/alchempro/images/shape-bg-mobile.jpg?var=1.1) no-repeat;
background-size: cover;
}
.module-odd, .module-even, .marketinsightleft, .marketinsightright, .taileredleft, .taileredright, .solutionsleft, .solutionsright, .leadersleft, .leadersright, .aboutleft, .aboutsright {
width: 100%;
}
.solutionswrapper {
row-gap: 18px;
}
h3.sectiontitle.blue {
margin-top: 0px;
}
.taileredneedswrapper, .solutionswrapper, .industryleaderswrapper, .aboutalchemprowrapper, .contactus .formwrapper {
flex-wrap: wrap;
}
.solutionsleft, .solutionsright {
padding: 20px;
}
.solutionsleft p, .solutionsright p {
padding: 0px;
margin: 0px;
}
.solutions {
margin-bottom: 0px;
}
.industryleaders {
margin: 12px auto;
}
h3.sectiontitle.blue br {
display: none;
}
.aboutalchempro h3.sectiontitle.blue {
margin-bottom: 10px;
}
.aboutsright ul {
margin: 0px 0px 0px 0px;
padding: 0px;
}
.formfield {
width: 100%;
position: relative;
margin: 0px 0px 8px 0px;
}
.submitbtn {
margin: 0px 0px 0px 0px;
}
ul.accordion-list {
margin: 0px;
padding: 0px;
}
.footerlink ul {
flex-wrap: wrap;
justify-content: center;
margin-right: 0px;
}
ul.accordion-list li h3:after {
top: 4px;
background-size: 18px;
}
ul.accordion-list li h3 {
width: 90%;
font-size: 16px;
padding: 0px;
}
ul.accordion-list li.active h3:after {
transform: rotate(0deg);
right: -45px;
top: 6px;
}
ul.accordion-list li h3:after {
right: -30px;
background-position: 0px 3px;
}
ul.accordion-list li div.answer {
padding: 0px 20px 0px 0px;
width: 85%;
}
.industryleaderswrapper {
row-gap: 18px;
}
.faq-section {
margin-top: 20px;
}
.module-box {
width: 100%;
}
.features-list ul li, .comprehensive-data-right {
width: 100%;
}
.modal-dialog {
width:90% !important;
margin: 0px auto;
}
.formfield .form-control{border-radius:8px;}
#requestmodal .formwrapper, #CustomizedResearchmodal .formwrapper {
margin-top: 10px;
}

.services-copyright {
text-align: center;
}
.trends-section .trends-wrapper .trends-box {
width: 100%;
padding: 20px 20px 40px 20px;
column-gap: 20px;
}
.commonbtn-group {
flex-wrap: wrap;
row-gap: 35px;
justify-content: center;
}
.inner-header {
padding: 20px 0px 111px 0px;
}
.common-block .details-block, .comprehensive-data, .main-tools-details {
flex-wrap: wrap;
}
.common-block .left-panel, .main-tools-details .tools-contant {
width: 100%;
}
.common-block .left-panel h1 br {
display: none;
}
.common-block .right-panel {
width: 100%;
background-size: contain;
height: 400px;
}
.graph-subtitle {
width: 65%;
margin-top: 16%;
margin-left: 30%;
}
.graph-title {
width: 57%;
}
.red-inner-block h3.sectiontitle {
margin-bottom: 20px;
text-align: left;
}
.tools-contant p {
margin-bottom: 0px;
}
.tools-img {
margin: 12px 0px 0px 0px;
}
.red-inner-block, .common-block, .tools-common-wrapper, .unlock {
padding: 30px 0px;
}
.main-tools-details:nth-of-type(3) {
margin-top: 0px;
}
.main-tools-details {
row-gap: 0px;
}
.breadcrume {
font-size: 13px;
display: none;
}
.trends-section .trends-wrapper .trends-box:hover {
transform: none;
}
#requestmodal .modal-content, #newslatterpopup .modal-content, #caspopup .modal-content, #chemicalprise .modal-content, #allcountriesmodal .modal-content {
padding: 22px 0px;
}
#requestmodal h4.subheading {
line-height: 1px;

}
#requestmodal h3.sectiontitle, #caspopup h3.sectiontitle {
font-size: var(--subtitlefontsize);
margin-top:18px;
}
#caspopup h3.sectiontitle{
margin-bottom: 5px;
margin-top: 18px;
}
#caspopup .formwrapper{
margin-top:0px;
}
#caspopup .formfield{
width:100%;
}
#caspopup .submitbtn{
margin:8px 0px 0px 0px;
}
li.request-demo.mobile-show {
margin-top: 25px;
display: block;
border-bottom: 0px!important;
}
.benefits-main-title br {
display: none;
}
.benefits-box h1 {
margin-top: 0px;
}
.market-insights-header {
padding-bottom: 10px;
}
.trends-section.inner-current-features-section .trends-wrapper {
margin-top: -100px;
}
.daily-update-wrapper {
flex-wrap: wrap;
}
.right-subscribe-form {
width: 100%;
}
.left-graph-img {
margin: 0px auto 22px auto;
flex-basis: 265px;
}
.form-wrapper form {
justify-content: center;
row-gap: 22px;
}
#newslatterpopup .right-subscribe-form {
width: 100%;
}
.get-daily-updates .form-wrapper form .submit-btn {
margin-top: 10px;
}
.newslatter-sticky{
z-index: 1;
}
.newslatter-sticky img{
width:160px;
}
.whychoose-wrapper{
flex-wrap: wrap;
row-gap: 18px;
}
.whychoose-wrapper .left-img, .whychoose-wrapper .leadersright{
width:100%;
}

#dynamicContent{
margin-top:30px;
}
.common-table-wrapper .table-box{
padding:18px 16px;
}
.rwd-table td:before{
display: inline;
margin-right:10px;
}
.rwd-table th, .rwd-table td{
padding:0.5em 15px;
border-bottom: solid 1px #edf1f9;
font-size:14px;
}
.country-box-wrapper{flex-wrap: wrap;}
.common-table-wrapper .main-table{white-space: normal;}
.common-table-wrapper .main-table.chemical-dailyprice-table{white-space: initial;}
.country-chemical-box{width:100%;padding:18px;}
.inshight-row{column-gap: 12px;}

#chemicalprise .modal-dialog, #allcountriesmodal .modal-dialog{width:95%!important;}
#chemicalprise .country-wrapper, #allcountriesmodal .country-wrapper{justify-content: flex-start;margin-top: 18px;width: 89%;column-gap: 7px;row-gap: 12px;}
#chemicalprise .country-btn a, #allcountriesmodal .country-btn a{text-align:left;}
.filter-section input{width:62%;}
#chemicalprise h3, #allcountriesmodal h3{font-size: var(--subtitlefontsize);}
.box-enhanced-vale .box-icon{width:100%;}
.box-enhanced-vale{row-gap: 10px;}
.tailors-research-business .features-list ul li{width:100%;}
.tailors-research-business .features-list ul{margin-left:18px;margin-top:12px;}
.tailors-research-business p br{display: none;}
.country-btn.mobile-hide{display: none;}
.country-btn.mobile-show{display: block;}
.importing-country{margin-top:50px;}
#country-slider{row-gap: 10px;column-gap: 10px;margin-top:40px;}
.post-slide{flex-basis:47%;}
.post-slide a p{margin-top:0px;}
#dynamicContent, #dynamicContent1{display: none;}
.country-wrapper {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
    row-gap: 12px;
    column-gap: 7px;
}
.get-custom-report .formfield{width:100%;}
.close-btn{right:0px;top:0px;}
.blur-bg-3 {
    height: 33%;
}
.blur-bg-4 {
    height: 50%;
}
.get-custom-report .formfield:nth-of-type(4), .get-custom-report .formfield:nth-of-type(5){width:100%;}
.module-box a .readmore{position: relative;left:initial;bottom:7px;}
.benifits-customized-report .aboutleft {
    width: 100%;
}
}
@media (max-width:375px) {
.graph-subtitle {
margin-top: 10%;
font-size: 14px;
}
.graph-subtitle strong {
font-size: 16px;
}
.common-block .right-panel {
height: 350px;
}
#chemicalprise .country-wrapper, #allcountriesmodal .country-wrapper{width:92%;}
}
