.section_height {
  min-height: 840vh !important;
}

.whitepaperviewRightDiv {
  margin-top: 36px;
}
.addHeight {
  min-height: 200vh;
}
.service_post.style_five .content_box h2 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translateY(25px);
}

.service_post.style_five:hover .content_box h2 {
  transform: translateY(-30px);
}

.reportsInnerDiv {
  min-height: 95vh;
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
}

.reportViewDiv {
  min-height: 80vh;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.commonHeading {
  padding: 7px;
  line-height: 54px;
}

.dropdownMenuLink {
  padding: 5px 25px !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li {
  display: block;
  padding: 2px 0px;
  margin: 0 !important;
}

.headerNew.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Add shadow when sticky */
}

.headerNew.sticky .header_style_six_nw {
  background-color: #fff;
}

.contactBanner {
  background-position: bottom !important;
}

/* width */
.reportsInnerDiv::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.reportsInnerDiv::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 0;
  background-color: #64c8e433;
}

/* Handle */
.reportsInnerDiv::-webkit-scrollbar-thumb {
  background: #64c8e4;
  border-radius: 0;
}

/* 11-Nov-2024 css */

.showMediaCitibtn {
  width: 10%;
  margin: 1rem auto;
  padding: 10px;
  background: transparent;
  border: 1px solid #074c65;
  transition: 0.3s linear;
}

.showMediaCitibtn:hover {
  background: #074c65;
  color: #ffff;
}

.sampleReportBtn {
  border: none;
  padding: 7px 10px;
  background-color: #61b6e6;
  border-color: #61b6e6;
  border-radius: 5px;
  color: #ffff;
  outline: none;
}

.sampleReportBtn:hover {
  color: #ffff;
}

/* 13Nov css */

.MuiBreadcrumbs-li span {
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Assistant", sans-serif;
  color: #000000 !important;
}

.MuiBreadcrumbs-li span a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #074c65 !important;
  font-family: "Assistant", sans-serif;
}

.MuiBreadcrumbs-li span a:hover {
  text-decoration: underline;
}

.reportViewHeader {
  background-color: #ededef;
}

.ampReportDetails {
  font-size: 1rem;
  border-right: 1px solid;
  padding-right: 10px;
  margin-top: 11px;
}

@media screen and (max-width: 640px) {
  .price_plan_box {
    padding: 0 !important;
  }
}

.html-content h2 {
  font-size: 1.08rem;
  color: #000;
}

.sum-img {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.sum-img img {
  width: 100% !important;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  text-decoration: none;
}

/* 14-Nov css */

.pressReleaseData {
  color: #9b9b9b;
  font-weight: 500;
}

.pressTitle:hover {
  text-decoration: underline;
  color: black;
}

.pressreleasheading {
  background-color: #eff8fc !important;
}

.pressreleasheading h1 {
  color: #061524;
  font-size: 1.8rem;
}

.pressreleasheading p {
  font-size: 1.125rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.requestsampleheading {
  color: #061524;
}

.submitEmailBtn:hover {
  background-color: #35a2df !important;
  border-color: #35a2df !important;
}

.sideFormLable {
  height: 39px !important;
}

.sidereporttitle {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #061524;
  margin: 0;
}

.megatrendsidefilter {
  height: 78vh;
}

.contactNumbers:hover {
  text-decoration: underline;
}

.contactInputs {
  border: 2px solid var(--border-color-dark) !important;
}

.contactInputs:focus {
  border-color: #0fa6dc;
}

.industryCategory:hover {
  color: #02b7f0;
}

.footerNavlink:hover {
  color: #02b7f0 !important;
  text-decoration: underline;
}

.footer_widgets.navigation_foo .navigation_foo_inner ul li a:hover {
  color: #02b7f0 !important;
}

.backToTopButton {
  width: 40px;
  height: 40px;
  background-color: #054157; /* Dark teal color */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px; /* Center within its container */
  margin-top: 10px; /* Center within its container */
  float: right;
}
.reportViewClickHereButton {
  padding: 20px 0px;
}
.reportViewClickHereButton span:hover {
  text-decoration: underline;
}

.closePopup {
  background-color: #5e7ad3 !important;
}

.report-body h2 {
  font-size: 1.08rem !important;
  color: #000;
  font-weight: 700;
  width: 90%;
}
.marketScopeList:hover {
  text-decoration: underline;
}
.relatedReports:hover {
  text-decoration: underline;
}

.print-table div div {
  color: #061524 !important;
}

/* Firefox-specific styles */
@-moz-document url-prefix() {
  .marketScopeList a {
    position: absolute;
  }
}

.css-1wuw8dw-MuiBreadcrumbs-separator {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.css-3mf706 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.downloadsamplebtn {
  padding: 5px 16px !important;
}
.downloadsamplebtn svg {
  font-size: 1.1rem;
}

.sum-img {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.sum-img img {
  width: 100% !important;
}
.summrypdfbtn {
  font-weight: 400 I !important;
}

.reportsCard {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccccca;
  padding: 1.5rem 2.5rem 1.25rem !important;
}

.reportsCard .news_box.type_two {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
}

.reportsCard .news_box.type_two .image_box {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0;
  display: flex;
  display: -ms-flexbox;
  border-bottom: none;
  align-items: center !important;
}
.reportsCard .news_box.type_two .authour_details p a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #9b9b9b;
}

.reportsCard .news_box.type_two .content_inner h2 a {
  font-size: 2.375rem;
  font-weight: 800;
  line-height: 1.2;
  color: #074c65;
}

.reportsCard .news_box.type_two .content_inner h2 a:hover {
  text-decoration: underline;
  color: #000;
}

.reportsCard .news_box.type_two .short_desc {
  font-size: 16px;
  line-height: 20px;

  font-weight: 400;
  margin-bottom: 0;
  color: #000 !important;
  font-size: 1.125rem;
}

.reportsCard .news_box.type_two h2 {
  position: relative;
  display: flex;
  align-items: flex-start;
}

span.noofPages {
  margin-left: 10px;
  padding: 0px 10px;
  background: #074c65;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

.reportAttributeTable {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.downloadLinkBtn {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
}
.downloadLinkBtnTwo {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: white;
  background-color: #28a745;
  padding: 3px 10px 3px 10px;
}

.summrypdfbtn {
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-weight: 400;
}
.hydrationError {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.downloadLinkBtnThree {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
  color: #000;
}
.downloadLinkBtnFour {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: normal;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: white;
  background-color: #28a745;
  padding: 3px 10px 3px 10px;
}

.reportFirstContentBtn {
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-weight: 400;
}

.newResponsiveClass {
  position: fixed;
  bottom: 0;
  z-index: 998;
  text-align: center;
}

.responsiveclassinnerdiv {
  background-color: #e5e5e5;
  border-top: 1px solid gray;
}

.callUsBtn {
  margin-right: 20px;
  width: 30%;
  cursor: pointer;
  text-transform: capitalize !important;
  background-color: white !important;
  border: 2px solid #61b6e6;
}

.donwloadFreeSample {
  width: 60%;
  cursor: pointer;
  text-transform: capitalize !important;
  background-color: #b93e02 !important;
  border: 2px solid #b93e02;
}

.callUsBtn a {
  color: #61b6e6;
}

.pricePlanBox {
  background-color: #ffff !important;
  border-radius: 0px !important;
}

.pricePlanBoxHeading {
  text-align: justify;
  background-color: #ededef;
  padding-left: 10px;
}

.pricePlanBoxHeading h1 {
  font-weight: bold;
  font-size: 1.08rem;
  line-height: 27px;
  color: #000;
}

.pricePlanContentDiv {
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ededef;
  padding-left: 10px;
  font-weight: 500;
}

.pricePlanContentDiv .reportIdDiv {
  margin-right: 10px;
}

.pricePlanContentDiv .publishedDateDiv {
  margin: 0px 10px 0px 0px;
}

.pricePlanContentDiv .publishedDateDivTwo {
  margin: 0px 5px;
}

.downloadSampleTopBtnDiv {
  background-color: #ededef;
  padding-right: 10px;
}

.downloadSampleTopBtnDiv .downloadsamplebtn {
  cursor: pointer;
  font-size: 15px;
  text-transform: capitalize;
  background-color: #b93e02;
  border-radius: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadSampleTopBtnDiv .downloadsamplebtn:hover {
  background-color: #b93e02;
}

.downloadSampleTopBtnDiv .downloadsamplebtn p {
  margin: 0px 0px 0px 4px;
  padding: 0px;
  font-weight: 400;
}

.viewReportTabsDiv {
  border-bottom: none;
}

.viewReportTabsDiv li button {
  width: 100%;
  border-radius: 2px;
}

.reportBodyDiv {
  text-align: justify;
}
.reportAuthorDiv {
  background-color: #f3f3f3;
}

.reportAuthorDiv .authorHeading {
  font-weight: bold;
}

.reportAuthorDiv .authorHeadingName {
  font-weight: normal;
}

.reportFaqDiv {
  font-size: 18px;
  font-weight: normal;
}

.reportFaqQuestionDiv {
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-left: 3px solid #074c65 !important;
  color: #074c65 !important;
  font-size: 1.08rem !important ;
}

.reportmarketScopeHeading {
  font-size: 18px;
}

.reportMarketScopelist {
  border: 2px solid rgba(0, 0, 0, 0.125);
  margin: 0px;
  margin-top: 20px;
}

.reportMarketScopelist ul li a div {
  color: #074c65;
}

.relatedReportsDiv {
  font-size: 18px;
  margin: 20px 0px;
}
.relatedReportsInnerDiv {
  border-radius: 10px !important;
  cursor: default !important;
  border: 2px solid var(--primary-color-one) !important;
  border-width: 5px 0px 0px 0px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.relatedReportsInnerDiv a h1 {
  color: var(--primary-color-one);
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
}

.relatedReportpbulishedDiv {
  font-size: 15px;
  color: #9b9b9b;
}

.relatedReportsDownload {
  cursor: pointer;
  text-transform: capitalize;
  background-color: #b93e02 I !important;
  font-size: 15px !important;
  width: 90%;
  font-weight: 400;
}

.reportViewFooterDiv {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.inquiryBtn {
  color: white;
  background-color: #063d51;
  padding: 10px;
  border-radius: 4px;
  border: none;
}

.btnFortyFour {
  cursor: pointer;
}

.reportViewSideDiv {
  border: 1px solid #dfdfdf !important;
  background-color: #ededef !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 15px 9px 10px 9px !important;
}

.reportBuyHeading {
  font-size: 20px;
  font-weight: bold;
}

.redDiv {
  border: 0px solid red !important;
}

.buyNowRadioDiv {
  margin-bottom: -7px;
}

.buyNowRadioDiv label {
  margin-right: 0px;
  color: rgb(0, 0, 0);
}
.discountPricetext {
  color: red;
  text-decoration: line-through;
}

.discountBtnPriceDiv {
  margin-bottom: 3px;
}

.discountBtnPriceDiv span {
  padding: 3px;
  border: 1px solid rgb(35, 170, 13);
  color: rgb(35, 170, 13);
  font-size: 13px;
  font-weight: 700;
  margin-left: 1.3rem;
}

.reportBuyNowBtnDiv {
  display: flex;
  justify-content: center;
}

.reportBuyNowBtn .theme-btn {
  background-color: #65c4e454;
  cursor: pointer;
  margin-right: 10px !important;
  text-transform: capitalize;
  width: 100%;
  height: 40px;
  font-size: 16px;
  border-radius: 0px;
  color: black;
  border: 1px solid #ccecf6;
}
.reportBuyNowBtn .theme-btn i {
  color: black;
}

.reportPremiumDetaislDiv {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-right: 7px !important;
}
.icon_bg_animal_feed_nutrition_health {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.img1 {
  background-position: 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  width: 40px;
  height: 100%;
  /* margin-top: 18px; */
  margin-right: 10px;
  color: #61b6e6;
}

.iconmega {
  background: url("https://cdn.gminsights.com/image/home/megatrend_submenu_icon-copy-1.webp");
}

.icon_bg_animal_feed_nutrition_health {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.reportViewSideDiv {
  border-radius: 3px !important;
}

.footerNavlink {
  color: #fff;
}

.reportBuyNowBtn .theme-btn:hover {
  background-color: #65c4e454 !important;
  color: white !important;
}

.block-img-text {
  display: -ms-flexbox;
  display: flex;
  padding: 0px !important;
  line-height: 0px;
  /* width: 95%; */
  color: #074c65;
  text-decoration: none !important;
  align-items: center;
}

.megtrendsClass-0 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

/* .megratrendSubmenuDiv {
  width: 97vw;
  left: -44.5vw !important;
} */
.megatrendsText {
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 23px;
  white-space: normal;
  font-size: 16px !important;
}

.megratrendSubmenuDiv .nav-link:hover .megatrendsText {
  line-height: 23px;
  font-size: 16px;
}

.megtrendsClass-0 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.megtrendsClass-1 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.megtrendsClass-2 {
  background-position: -8px -186px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 42px;
  margin-right: 9px;
}

.megtrendsClass-3 {
  background-position: -18px -8px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 35px;
  width: 30px;
}

.megtrendsClass-4 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-5 {
  background-position: -45px -8px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 5px;
}
.megtrendsClass-6 {
  background-position: -65px 0;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 39px;
  width: 39px;
}
.megtrendsClass-7 {
  background-position: -111px -4px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 41px;
  width: 38px;
  margin-right: 1px;
}

.megtrendsClass-8 {
  background-position: -145px -6px;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
}

.megtrendsClass-9 {
  background-position: -435px -165px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 48px;
}
.megtrendsClass-10 {
  background-position: -182px -6px;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 37px;
  margin-right: 9px;
}
.megtrendsClass-11 {
  background-position: -222px -6px;
  background-size: 25rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 6px;
}

.megtrendsClass-12 {
  background-position: -55px -144px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 34px;
}

.megtrendsClass-13 {
  background-position: -313px -12px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 35px;
  width: 41px;
}

.megtrendsClass-14 {
  background-position: -93px -138px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 32px;
  margin-right: 9px;
}

.megtrendsClass-15 {
  background-position: -338px -11px;
  background-size: 28rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 7px;
}

.megtrendsClass-16 {
  background-position: -402px -11px;
  background-size: 30rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
  margin-right: -6px;
}

.megtrendsClass-17 {
  background-position: -191px -139px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 36px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-18 {
  background-position: -9px -52px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-19 {
  background-position: -235px -138px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 32px;
  margin-right: 9px;
}
.megtrendsClass-20 {
  background-position: -145px -139px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 36px;
  width: 36px;
  margin-right: 3px;
}

.megtrendsClass-21 {
  background-position: -46px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}
.megtrendsClass-22 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-23 {
  background-position: -92px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-24 {
  background-position: -134px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-25 {
  background-position: -177px -51px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-26 {
  background-position: -217px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
}

.megtrendsClass-27 {
  background-position: -261px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
  margin-right: -2px;
}

.megtrendsClass-27 {
  background-position: -261px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 41px;
  margin-right: -2px;
}

.megtrendsClass-28 {
  background-position: -12px -145px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 36px;
  width: 34px;
  margin-right: 9px;
}
.megtrendsClass-29 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}
.megtrendsClass-30 {
  background-position: -303px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-31 {
  background-position: -347px -52px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 41px;
  width: 30px;
  margin-left: 7px;
  margin-right: 9px;
}

.megtrendsClass-32 {
  background-position: -362px -52px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-33 {
  background-position: -10px -98px;
  background-size: 27rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-34 {
  background-position: -45px -95px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-35 {
  background-position: -87px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-left: 7px;
}

.megtrendsClass-36 {
  background-position: -124px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 40px;
}

.megtrendsClass-37 {
  background-position: -170px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 34px;
  margin-right: 9px;
}

.megtrendsClass-38 {
  background-position: -276px -138px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 38px;
  width: 38px;
  margin-right: 9px;
}

.megtrendsClass-39 {
  background-position: -212px -94px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 41px;
  width: 41px;
  margin-left: 6px;
}

.megtrendsClass-40 {
  background-position: -248px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 42px;
}
.megtrendsClass-41 {
  background-position: -297px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 36px;
  margin-right: 9px;
}

.megtrendsClass-42 {
  background-position: -340px -97px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 36px;
  margin-left: 6px;
}

.megtrendsClass-43 {
  background-position: -348px -150px;
  background-size: 28rem;
  display: inline-block;
  margin-bottom: 0;
  height: 42px;
  width: 48px;
}

.megtrendsClass-44 {
  background-position: -380px -96px;
  background-size: 26rem;
  display: inline-block;
  margin-bottom: 0;
  height: 34px;
  width: 30px;
  margin-left: 10px;
}

.megratrendSubmenuDiv .nav-link {
  color: #074c65;
  font-weight: 400 !important;
}

.megratrendSubmenuDiv .nav-link:hover .megatrendsText {
  font-weight: 600 !important;
}

.megratrendSubmenuDiv .nav-link:hover {
  background: transparent !important;
  border: 1px solid #074c65;
  word-break: break-all;
  white-space: normal;
}

.your_order_box {
  padding: 0;
}

.your_order_box .MuiFormGroup-root.css-dmmspl-MuiFormGroup-root {
  margin-left: 4px;
}

.orderReviewDiv {
  margin-left: 4px;
}

.p-4 {
  padding: 1rem !important;
}

.payentMethodDiv {
  margin-top: 15px;
}

.payentMethodDiv .payementcardsDiv {
  margin-top: 10px;
  padding-left: 10px;
}

.paymentCardDivInnerTwo {
  display: flex;
}

.checkoutSubmitCheckbox {
  margin: 10px 0;
}

.superCategoryDiv {
  padding: 5px !important;
  cursor: pointer !important;
  text-transform: none !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

.subPointCategoryDiv {
  padding: 5px !important;
}

.subPointCategoryInnerDiv {
  cursor: pointer;
  text-transform: none;
  font-size: 15.5px;
  line-height: 30px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payementcardsDivInner {
  padding-left: 5px;
}

.subPointInnerCatrgoryFour {
  margin-top: 7px;
  background-color: white;
  padding-left: 2px;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}

.mainIndustryCategory {
  cursor: pointer;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}

.mainIndustryCategorySpan {
  display: flex;
  justify-content: flex-end;
  margin-top: -20px;
  padding-left: 2px;
}

.mainCategorySubPoint {
  margin-top: 10px;
  background-color: white;
  padding-left: 4px;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}
.industryFilterDiv {
  border-radius: 15px;
}
.industryFilterHeading {
  font-size: 20px;
  font-weight: bold;
}

.industryFilterHeadingInner {
  border: 2px solid #00000020;
  border-bottom: none;
  background-color: white;
}

.industryFilterRadioDiv {
  border: 2px solid #00000020;
  background-color: white;
}

.industryFilterRadioInnerDiv {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: column;
  padding-left: 8px;
}

.industryReportsCLass {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}

.industryReportsCLassBtn {
  border-width: 2px !important;
  border-color: #074c5e !important;
  border-style: solid !important;
  color: #074c5e !important;
}

.industryReportDialog {
  height: 80% !important;
  width: auto !important;
  position: absolute !important;
  top: 140px !important;
}

.industryReportDialogInner {
  border-radius: 15px;
}

.mainIndustryFilterDiv {
  border-radius: 15px;
}

.mainIndustryFilterDivInner {
  font-size: 20px;
  font-weight: bold;
}

.mainIndustryReportDiv {
  border-radius: 10px !important;
  cursor: default !important;
  border: 2px solid var(--primary-color-one) !important;
  border-width: 5px 0px 0px 0px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.mainIndustryReportHeading {
  color: var(--primary-color-one) !important;
  font-weight: bold !important;
  font-size: 19px !important;
  line-height: 30px !important;
}

.mainIndustryReportSpan {
  font-size: 15px;
  color: #9b9b9b;
}

.mainIndustryReportDownBtn {
  cursor: pointer !important;
  text-transform: capitalize !important;
  background-color: #b93e02 !important;
  font-size: 16px !important;
  width: 100% !important;
  font-weight: 400 !important;
}

.dynamicClassOne {
  color: #02b7f0;
}
.dynamicClassTwo {
  color: #02b7f0;
}

.counter-block.style_one:before {
  position: absolute;
  content: "";
  border: none;
  width: 97%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

/* paymentRadio css start here */

.checkoutPaymentBtnDiv {
  float: left;
  margin: 0px 20px 0 0;
  width: 296px;
  height: 70px;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.checkoutPaymentBtnDiv:hover {
  border-color: #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.checkoutPaymentBtnDiv label,
.checkoutPaymentBtnDiv input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.paymentInnerImageDiv {
  padding: 5px;
  background: #ffff;
  border-radius: 10px;
}

.stripeCardDiv {
  width: 173px;
}

/* .stripeCardDiv label {
  left: 3px;
}
.wireTransferDiv label {
  left: 0px;
} */

.infoIconDiv {
  color: #054157;
  z-index: 222;
  position: absolute;
  right: 10%;
  font-size: 18px;
  cursor: pointer;
}

.checkoutPaymentBtnDiv input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.checkoutPaymentBtnDiv input[type="radio"]:checked ~ .infoIconDiv {
  color: #fff;
}

.checkoutPaymentBtnDiv input[type="radio"]:checked + label {
  background: #054157;
  border-radius: 4px;
  border-color: #054157;
  color: #ffffff;
}
.wiretransferDescription {
  background: #ffff;
  position: absolute;
  bottom: -126px;
  z-index: 999;
  border-radius: 5px;
  padding: 5px;
  left: 4rem;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
}

.wiretransferDescription::after {
  content: "";
  position: absolute;
  width: 0;
  top: -16px;
  right: 12px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #ffffff;
}

.checkoutPaymentBtnDiv label {
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  font-weight: 500;
  color: #818181;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
}

.checkoutSubmitCheckbox label {
  font-size: 18px;
}

.checkoutSubmitCheckbox label .pdfHover {
  font-size: 14px !important;
}

ul.reportMaketScopeListDiv {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  padding: 10px 15px;
  margin-bottom: 0;
}

.reportMaketScopeListDiv li {
  width: 50%;
  margin-bottom: 0;
}
.reportMaketScopeListDiv li {
  width: 48%;
  margin-bottom: 0;
  padding: 5px;
}

.reportMaketScopeListDiv li:nth-child(1) {
  margin-right: 20px;
}
.reportMaketScopeListDiv li:nth-child(3) {
  margin-right: 20px;
}
.secureCardInnerDiv {
  margin-top: -1.5%;
  /* background: blue; */
}

.newColorAdd {
  color: #02b7f0;
}
.mainPayment {
  justify-content: space-between;
}

.megratrendSubmenuDiv .dropdown-item.nav-link {
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* border: 1px solid grey; */
}

.megratrendSubmenuDiv .nav-item {
  padding-right: 15px !important;
}

.modal-popup-inner.sampleFormPopupDiv {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.checkoutSubmitCheckbox {
  display: flex;
  align-items: center;
}

.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 10px;
  width: 200px;
  height: 70px;
  border: 1px solid #0000001f;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
  padding: 10px;
}

.radio-btn:hover {
  box-shadow: 0 0 20px #c3c3c367;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #074c65;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px 4px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  width: 134px;
  height: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hobbies-icon.stripIconDiv {
  width: 95px;
  height: 95px;
}

.radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.radio-btn .hobbies-icon i {
  color: #ffdae9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn {
  border: 2px solid #074c65;
  box-shadow: 0 0 20px #c3c3c38c;
}
.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.wiretransferInnerDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 10%;
  left: 18%;
  gap: 8px;
}

.wiretransferInnerDiv .hobbies-icon {
  position: initial;
  width: 50px;
  height: 50px;
  transform: none;
}

span.radio-btn.wireTransferDiv {
  width: 250px;
}

.wiretransferInnerDiv .hobbies-icon img {
  margin-bottom: 0;
}

.wiretransferInnerDiv p {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}
.hobbies-icon.authorizeIcon {
  width: 164px;
  height: auto;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translate(-50%, -50%);
}
span.newInfoIcon {
  flex: 1;
}

.checkoutSubmitCheckbox label {
  font-size: 19px;
  margin: 2px;
}
.checkoutSubmitCheckbox {
  margin-left: 11px !important;
}
.checkoutSubmitBtn input[type="submit"] {
  margin-left: 10px;
}

.payementcardsDivInner input[type="submit"]:hover {
  background-color: #0085d1 !important;
}
.buttonHoverprimarycolor {
  background-color: red;
}

.whitepaperMobile .footer_widgets {
  margin-bottom: 0;
}

.reportsInnerDiv .card-body.text-justify {
  padding: 15px;
}

.inforgrpahicBtn {
  border: 1px solid #013a4e;
}
.formcard input,
input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 45px;
}

.marketScopeList a:hover {
  text-decoration: underline;
}

.reportMaketScopeListDiv li a:hover {
  text-decoration: underline;
}

.megratrendSubmenuDiv {
  width: 97vw;
  left: -823px !important;
}

.mainBannerSubTitle {
  font-size: 35px;
}

.html-content p {
  font-size: 1.125rem !important;
  color: #061524;
  line-height: 170% !important;
}

.summrypdfbtn {
  color: #fff !important;
}

.print-table {
  font-size: 1.25rem !important;
}

.print-table table tbody tr td:nth-child(1) {
  color: #6d6d6b !important;
}
.downloadLinkBtn strong,
.downloadLinkBtnThree strong {
  font-size: 1.08rem !important;
}
.downloadLinkBtnTwo i {
  color: #fff !important;
}

.report-body p {
  font-size: 1.125rem !important;
  color: #02161d;
}
.report-body p strong {
  font-size: 1.125rem !important;
  color: #02161d;
}
.contact_form_box_all input,
.contact_form_box_all input[type="text"],
.contact_form_box_all input[type="email"],
.contact_form_box_all input[type="number"],
.contact_form_box_all textarea,
.contact_form_box_all select {
  margin: 6px 0px 17px !important;
}
.modal_popup_industryreport::before {
  background: #000000c4;
}
.modal_popup::before {
  background: #000000c4;
}

.modal_popup.opacityClass::before {
  background: #000000c4;
  opacity: 0.7;
}
.CookieConsent {
  flex-wrap: nowrap !important;
}

.theme-btn.five {
  line-height: normal;
  min-height: 38px !important;
}
.megratrendSubmenuDiv.megatrendsHide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.industryCategoryDropdown.megatrendsHide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.industryCategoryDropdown.industryCatMulti.megatrendsHide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.filterSideBarDiv {
  padding: 10px 15px;
  border-radius: 15px;
  padding-bottom: 50px;
}

.sameHeightClass {
  height: 100%;
}

h2.sideContentHeading {
  font-size: 17px;
  /* line-height: 30px; */
}

.sideContentDiv ul {
  list-style: none;
  padding-left: 0;
}

.sideContentDiv ul li {
  font-size: 15px;
}

.sideContentDiv ul li span {
  font-weight: 700;
}

.searchResultclass {
  padding: 0 30px;
}
.CookieConsent {
  position: static !important;
  text-align: center;
  justify-content: center !important;
}

.CookieConsent div:nth-child(1) {
  flex: none !important;
}

.searchMainForm label {
  text-transform: none !important;
}

.searchMainForm textarea::placeholder {
  text-transform: none !important;
}

.searchContactLink:hover {
  text-decoration: underline;
}

.styled-heading {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}

.styled-paragraph {
  font-size: 18px;
}

.styled-link-button {
  font-weight: normal;
  font-size: 18px;
}

button.theme-btn.six.m-0.regionFormBtn {
  width: auto;
}

.contact_form_box_inner.shadow-none.p-4.bg-light.sameHeightClass {
  padding-top: 4px !important;
}

.contact_form_box_inner.shadow-none.p-4.bg-light.sameHeightClass h3 {
  font-weight: 500;
  font-size: 20px;
  color: #4a4e56;
}

.sideContentMainHeading {
  font-size: 20px !important;
  color: #4a4e56;
  font-weight: 700;
}

.sameHeightClass
  .contact_form_box_all.type_one
  .contact_form_box_inner
  .contact_form_shortcode
  p {
  margin-top: 29px !important;
}

.reportsInnerDiv.borderClass {
  border-top: 5px solid grey;
  border-bottom: 5px solid grey;
}

.sameHeightClass.searchAddClass {
  height: auto;
}
/* .reportViewClickHereButton span#sectional_purchase {
  padding: 10px;
  background: #1585cf2b;
  border-radius: 5px;
} */

.changeTextForSecData .detailReportName {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #000;
}
.popuSubmitDiv {
  width: 100%;
}

.popuSubmitDiv button {
  width: 100%;
  background-image: linear-gradient(45deg, #4a90e2, #8e44ad) !important;
  font-weight: 800 !important;
  border: none !important;
}

p.downloadFormGetSample {
  color: black;
  margin-bottom: 0 !important;
  margin-top: 6px !important;
}

/* p.download-link-button.secdata.reportViewClickHereButton {
  width: fit-content;
  border: 2px solid #500073;
  margin: 10px 0;
  padding: 3px 10px;
  background: #500073;
  color: white;
  border-radius: 5px;
 cursor: pointer;
 font-size: 16px !important;
} */

.reportViewClickHereButton .fa-download {
  margin-left: 7px;
  display: inline-block;
}

.popuSampleImgDiv {
  width: 65px;
  margin: 0 auto;
}

.popuSampleImgDiv img {
  width: 100%;
}

.sampleFormPopupDiv .dropdown-options {
  width: 420px;
  border-radius: 5px;
  padding: 0px 5px;
}

/* width */
.sampleFormPopupDiv ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sampleFormPopupDiv ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.sampleFormPopupDiv ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.sampleFormPopupDiv ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sampleFormPopupDiv .custom-dropdown {
  height: 100%;
  width: 78px;
  background: #f3f3f3 !important;
  cursor: pointer;
}
.commonInput {
  background-color: #f3f3f3 !important;
}

.thanksTel {
  text-decoration: underline;
}

/* new header css start here */

ul.dropdown-menu.industryCategoryDropdown {
  max-width: initial !important;
  /* min-width: 95rem !important; */
  width: 91rem !important;
  left: -342px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.categoryInnerList ul li:first-child {
  position: fixed;
  top: 0;
}

li.mainCategory a span {
  font-size: 17px;
  font-weight: bold;
  color: #074b64;
}

.industryCategoryDropdown .row {
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.industryCategoryDropdown .categoryInnerList {
  padding: 0 5px;
  width: 20%;
}

li.menu-item.nav-item.subCategoryListInner {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .subCategoryMenuInnerLinkDiv
  a.nav-link {
  transition: all 0.2s linear !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .subCategoryMenuInnerLinkDiv
  a.nav-link:hover {
  background-color: transparent !important;
  color: #00a7d6 !important;
  font-weight: 600;
}

.subCategoryListInner .dropdown-btn {
  cursor: pointer;
}

.subCategoryListInner .dropdown-btn:hover {
  color: #64c8e4 !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .categoryDropdown {
  font-size: 12px;
}

.subCategoryMenuInnerLinkDiv {
  width: 96%;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .mainCategory
  a.nav-link:hover {
  /* color: var(--menu-active-color); */
  color: initial !important;
  background-color: transparent;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link {
  white-space: normal;
}

.industryCategoryDropdown .categoryInnerList {
  padding: 0 5px;
  width: 20%;
  margin-bottom: 15px;
}

.mainInnderCatDiv {
  max-height: 150px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.mainInnderCatDiv:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
.industryCategoryDropdown ::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.industryCategoryDropdown ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.industryCategoryDropdown ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.industryCategoryDropdown ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.industryCategoryDropdown .categoryInnerList ul {
  padding-left: 0px;
}

/* ul.dropdown-menu.industryCategoryDropdown.industryCatMulti{
  left: -325px !important;
} */

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ja {
  left: -291px !important;
}

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ko {
  left: -352px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar {
  left: -318px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ru {
  left: -342px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.fr {
  left: -251px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.de {
  left: -325px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.es {
  left: -332px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.zh {
  left: -391px !important;
}
ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.it {
  left: -319px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ar {
  left: -450px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ko {
  left: -475px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ru {
  left: -556px !important;
}

.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ja {
  left: -428px !important;
}

.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.fr {
  left: -467px !important;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.es {
  left: -416px !important;
}

.requestSampleContainer {
  margin: 15px 25px;
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.3);
}
.requestsampleheading {
  font-size: 22px !important;
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #000;
}

.requestSampleContainer {
  margin: 15px 25px;
  background: #ffffff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.3);
}

.requestSampleHeader {
  display: flex;
  align-items: center;
  gap: 10px;
}

.requestImgDiv {
  width: 66px;
  padding: 14px;
  border: 1px solid #c4c4c4;
  height: 66px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requestImgDiv img {
  width: 100%;
}

.requestSecondHead {
  font-size: 20px;
  color: #209ab4;
  font-weight: 700;
}

.requestSampleContainer {
  margin: 15px 25px;
  background: #ffffff;
  padding: 18px 10px;
  border-radius: 20px;
  border: 1px solid #80808042;
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}
.reqLeftDiv {
  border-right: 1px solid #e0e0e0;
}

.requestSampleHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  /* width: fit-content; */
  /* border: 1px solid; */
  /* padding: 5px 10px; */
}

.requestImgDiv {
  width: 66px;
  padding: 14px;
  border: 1px solid #c4c4c4;
  height: 66px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requestImgDiv img {
  width: 100%;
}

.inputDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca;
  margin: 10px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.inputDiv input {
  border: none !important;
  margin-bottom: 0;
}

.inputDiv i.fa.fa-envelope.icon.commonInput {
  width: 55px;
  height: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.requestContactDiv {
  margin-top: 26px;
}

.requestContactDiv {
  margin-top: 26px;
}

.requestContactDiv ul {
  list-style: none;
  padding-left: 10px;
}

.requestContactDiv ul li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #6e6e6e;
}

span.reqIcon {
  margin-right: 6px;
  display: inline-block;
  color: #187285;
}

span.reqList {
  font-weight: 700;
  color: #2e2e2e;
}

.requCheckDiv {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reqCheckLeft {
  padding: 5px 7px;
  background: #04d02f21;
  border-radius: 5px;
  color: #04d02f;
  font-size: 14px;
}

.reqCheckRight {
  font-size: 18px;
  font-weight: 600;
  color: green;
}

.reqSecondLabel {
  line-height: 29px;
  margin-top: 10px;
}
button.theme-btn.six.m-0.submitEmailBtn.btn.btn-secondary.disableClass {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
p.businessEmailError {
  margin-bottom: 10px;
  margin-top: -10px;
}
.rightArClass {
  padding-left: 0;
  padding-right: 17px;
}

.reportMaketScopeListDiv.rightArClass {
  margin-right: 10px;
}

ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
  right: -463px;
}
.dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ar.arMegatrendsNewClas {
  right: -478px;
}

span.onsalemulti.p-0.addSideClass {
  right: 5px;
}

/* HTML: <div class="loader"></div> */

/* .reportViewClickHereButton span#sectional_purchase {
  padding: 5px;
  background: #1585cf2b;
  border-radius: 5px;
  font-weight: 700;
} */

.checkOutRightHeadDiv {
  display: flex;
  align-items: center;
  gap: 5px;
}

.checkOutRightHeadDiv h4 {
  flex: 2;
}

.checkOutRightHeadDiv select {
  flex: 1;
}

/* new gmipulse page css start here */

.gmiPulseHeaderMaindiv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  padding: 7rem 0 9rem 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.07),
    rgba(60, 185, 229, 0.07),
    rgba(118, 75, 162, 0.07)
  );
  position: relative;
}

.gmiPulseHeaderInnerDiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gmiPulseHeaderInnerImg {
  width: 100px;
}

.gmiPulseHeaderInnerRightDiv {
  text-align: left;
}

.gmiPulseHeaderInnerRightDiv h1 {
  font-size: 64px;
  color: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
}

.gmiPulseHeaderInnerRightDiv h1 sup {
  font-size: 40px;
  color: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
}

.gmiPulseHeaderInnerRightDiv p {
  font-size: 27px;
  color: #4a4e56;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 11px;
  margin-top: 6px;
}

.gmiPulseHeaderMaindiv h3 {
  font-size: 32px;
  color: #4a4e56;
  font-weight: 600;
  width: 40%;
  text-align: center;
}

.gradientBtn {
  padding: 12px 20px;
  margin-right: 10px;
  outline: none;
  border: none;
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  color: #fff;
  border-radius: 5px;
}

.normalBtn {
  padding: 12px 20px;
  margin-right: 10px;
  outline: none;
  border: none;
  background: white;
  color: #074c65;
  border-radius: 5px;
  border: 1px solid #074c65;
}
.gmiPulseHeaderMainBannerImg {
  width: 80%;
  margin: 0 auto;
  margin-top: -123px;
}

.commonHeadingChange {
  font-size: 27px;
  color: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2rem;
  padding: 0;
  margin-bottom: 10px;
}

.container.thirdSectionMainDiv {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

.thirdSectionMainDiv h3 {
  font-weight: 500;
  margin-bottom: 2rem;
  color: #4a4e56;
}

.thirdSectionCard {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  min-height: 274px;
  max-height: 274px;
  margin: 1rem 0;
}

.thirdSectionCardImg {
  width: 70px;
  margin: 0 auto;
}

.thirdSectionCard h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 1rem 0 0 0;
}

.fourthSectionMainDiv {
  padding: 2rem 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.07),
    rgba(60, 185, 229, 0.07),
    rgba(118, 75, 162, 0.07)
  );
}
.fourthSectionMainDiv h2.commonHeading {
  margin-bottom: 1rem;
}

.industryMainCard {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 1rem;
  max-height: 200px;
  min-height: 250px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.industryMainCard h3 {
  font-size: 20px;
  color: #4a4e56;
  text-align: center;
}

.industryMainCard p {
  text-align: center;
}
.thirdSectionCard.fifthSectionCard {
  background: white;
  text-align: center;
  min-height: 320px;
}

.fifthSectionCard h3 {
  font-size: 16px;
  line-height: 1.5rem;
  color: #000000;
  margin-bottom: 10px;
}
.fifthSectionCard .thirdSectionCardImg {
  width: 45px;
  margin-top: 5px;
}

.starDiv i {
  font-size: 20px;
  margin: 4px;
  color: #d97706;
}

.starDiv {
  margin: 10px 0;
}

.testimonialCard h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.testimonialCard h2 {
  font-size: 16px;
  line-height: 0;
  margin-top: 13px;
  font-weight: 500;
  text-align: left;
}

.thirdSectionCard.fifthSectionCard.testimonialCard {
  text-align: left;
  min-height: 230px;
}

.fourthSectionMainDiv.testimonialSectionDiv {
  margin: 3rem 0;
  text-align: center;
}

.fourthSectionMainDiv.lastSectionDiv {
  border-radius: 10px;
  padding: 40px 20px;
  background: #f8f8f869;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #074c6529;
}

.lastSectionInnerLeftDiv {
  padding: 10px;
}

.lastSectionInputDiv {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #80808069;
  border-radius: 5px;
  min-height: 50px;
}

.lastSectionInputDiv input[type="email"] {
  border: none;
  margin-bottom: 0;
}

.lastSectionInputDiv button {
  margin-right: 0;
  min-height: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.lastSectionInputIconDiv {
  min-height: 50px;
  width: 82px;
  background: #ecf5ff;
  color: #4da9dc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.borderClass {
  border-right: 1px solid #80808061;
}

.lastSectionDiv span {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 1rem 0;
}

.lastSectionDiv .contactHeading {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.lastContactFormDiv .lastSectionInputDiv {
  margin-bottom: 20px;
}

.lastContactFormDiv .lastSectionInputDiv input {
  max-height: 50px;
  border: none;
  margin: 0;
}

.lastSectionInputDiv textarea {
  max-height: 50px;
  border: none;
}

.contactPhoneDiv {
  max-height: 52px;
  min-height: 50px;
  background: white;
  border: 1px solid #80808070;
  border-radius: 5px;
}

.contactPhoneDiv input[type="number"] {
  border: none;
}

.phoneIconDiv {
  height: 50px;
  background: #ecf5ff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 71px;
}

/* .featuresSection {
  margin-bottom: 5rem;
} */
.testimonialQuote {
  font-size: 31px;
  opacity: 0.25;
}

.tabContent ul li {
  gap: 7px;
  margin-bottom: 15px;
}

.tabContent ul li span {
  font-weight: 700;
  flex: 1;
}

.tabContent ul li p {
  margin-bottom: 0;
  flex: 2;
}

.tabContent h6 {
  margin-bottom: 1.5rem;
}

.featuresTabs .css-heg063-MuiTabs-flexContainer {
  overflow: scroll !important;
}

.gmiPulseTabBtn {
  text-transform: none;
  text-align: left;
  letter-spacing: 1px;
  line-height: 19px;
  padding: 14px;
  /* width: 358px; */
}
.tabBtn {
  padding: 15px 10px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  width: fit-content;
  transition: all 0.3s linear;
}
.tabMainContentDiv {
  padding: 40px 10px;
  background: #ffff;
  border-radius: 10px;
}

.tabBtn.tabActive {
  background: white;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.fourthSectionMainDiv.featuresSectionMainDiv {
  margin-top: 5rem;
}

.tabBtnImgDiv {
  width: 40px;
  padding: 7px;
}

.tabBtnDiv.tabBtn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tabBtnDiv.tabBtn p {
  margin-bottom: 0;
}
.tabContent ul {
  padding-left: 20px; /* More space for the circle */
  margin: 0; /* Optional: removes extra space */
}

.secondSectionRightDiv p {
  text-align: justify;
}

.contactMainIconDiv {
  width: 70px;
  height: 70px;
  margin: auto;
  background: #ecf5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #4da9dc;
  border-radius: 35px;
  border: 2px dotted;
  margin-bottom: 15px;
}

.arrow-list {
  list-style: none;
  padding-left: 0;
}

.arrow-list li::before {
  content: "➜ "; /* or →, ⇒, ➤ */
  color: #333;
  font-weight: bold;
}

.gradientBtn:hover {
  color: #fff;
}

.testimonialCard p {
  font-weight: 400;
}

.brochureDiv {
  border: none !important;
  margin-bottom: 3rem !important;
  box-shadow: none !important;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.07),
    rgba(60, 185, 229, 0.07),
    rgba(118, 75, 162, 0.07)
  ) !important;
}
/* .adavantageDiv{
  margin: 3rem 0;
} */

.lastContactFormDiv {
  margin-bottom: 3rem;
}

.newSectionRightDiv p span {
  font-size: 20px;
  margin-right: 10px;
  color: #4da9dc;
}

.newSectionRightDiv p {
  display: flex;
  font-weight: 500;
}

.newSectionRightDiv h2.commonHeading {
  margin-bottom: 25px;
}

/* gmi pulse page start here */

.hero-section {
  background-color: #074c65;
}

.pattern-overlay {
  opacity: 0.1;
}

.circle-blur {
  border-radius: 50%;
  filter: blur(48px);
}

.circle-top-right {
  top: 33%;
  right: 25%;
  width: 16rem;
  height: 16rem;
  background-color: rgba(94, 234, 212, 0.1);
}

.circle-bottom-left {
  bottom: 25%;
  left: 2.5rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(34, 211, 238, 0.1);
}

.circle-top-left {
  top: 5rem;
  left: 33%;
  width: 8rem;
  height: 8rem;
  background-color: rgba(255, 255, 255, 0.05);
  filter: blur(20px);
}

.badge-blur {
  backdrop-filter: blur(4px);
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
}

.gradient-bar {
  background: linear-gradient(to right, #22d3ee, transparent);
}

.btn-hover-effect {
  transition: transform 0.3s;
}

.bottom-gradient {
  height: 4rem;
  background: linear-gradient(to top, #053a4e, transparent);
}

.bottom-line {
  height: 1px;
  background-color: rgba(34, 211, 238, 0.3);
}
.strategic-section {
  position: relative;
}

.strategic-container {
  z-index: 10;
}

.strategic-header {
  max-width: 768px;
}

.strategic-subtext {
  max-width: 640px;
}

.badge-box {
  backdrop-filter: blur(4px);
}

.badge-icon {
  width: 12px;
  height: 12px;
  background: linear-gradient(to right, #22d3ee, #14b8a6);
  box-shadow: 0 0 5px rgba(34, 211, 238, 0.2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

.bg-circle-blur {
  width: 160px;
  height: 160px;
  filter: blur(48px);
  opacity: 0;
  transition: opacity 0.7s;
}

.bg-circle-cyan {
  background: rgba(6, 182, 212, 0.05);
}

.bg-circle-teal {
  background: rgba(13, 148, 136, 0.05);
}

.bg-circle-indigo {
  background: rgba(79, 70, 229, 0.05);
}

.bg-circle-blue {
  background: rgba(37, 99, 235, 0.05);
}

.icon-box {
  width: 64px;
  height: 64px;
}

.section-divider-line {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(6, 182, 212, 0.3),
    transparent
  );
}
.investment-analysis-section {
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #ffffff, #f9fafb);
  position: relative;
  overflow: hidden;
}
.analysis-wrapper {
  background-color: white;
  border-radius: 1.5rem;
  padding: 2rem;
  padding: 2rem 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border: 1px solid #dee2e6;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.top-gradient-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #0ea5e9, #6366f1);
}
.chart-column {
  height: 320px;
}
.chart-svg-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
}
.roi-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.roi-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(13, 110, 253, 0.1);
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.total-value-box {
  padding: 1rem;
  border: 1px solid #bae6fd;
  border-radius: 0.75rem;
  background: linear-gradient(to right, #ecfdf5, #eef2ff);
}
.total-value-text {
  background: linear-gradient(to right, #0ea5e9, #6366f1);
  -webkit-background-clip: text;
  color: transparent;
}
.tab-badge {
  background: rgba(13, 148, 136, 0.3);
  backdrop-filter: blur(4px);
  gap: 10px;
}

.tab-dot {
  width: 8px;
  height: 8px;
  animation: ping 1s ease 0s infinite normal none running;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.feature-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.right-panel {
  background-color: #053647;
}

.corner-top-end {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background-color: rgba(34, 211, 238, 0.2);
  border-bottom-left-radius: 100%;
}

.corner-bottom-start {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  background-color: rgba(45, 212, 191, 0.2);
  border-top-right-radius: 100%;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.tab-image {
  max-width: 550px;
  z-index: 10;
  border-color: rgba(13, 148, 136, 0.3);
}

.tabHeaderSpan {
  gap: 7px;
}

.tabBottomSpan {
  gap: 5px;
}

.tabBottomSpan svg {
  color: #06b6d4;
}

.gmiPulseFormDiv input {
  height: 48px !important;
  line-height: 0;
  padding: 0px 10px;
}
.gradientText {
  background: linear-gradient(135deg, #667eea, #3cb9e5, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  color: var(--btn-gradient-color);
}

.gmiPulsedropdown {
  margin-bottom: 14px;
}

.gmiPulsedropdown select.form-control {
  font-size: 14px;
  color: #000000b0;
}

.logo-slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.logo-slider-window {
  overflow: hidden;
  width: 100%;
}

.logo-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.logo-slide {
  flex: 0 0 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 10px;
}

.logo-slide img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;

  opacity: 0.8;
  transition: transform 0.3s, opacity 0.3s;
}

.logo-slide img:hover {
  transform: scale(1.05);
  filter: none;
  opacity: 1;
}

.gmiModalPopupDiv {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000ba;
  position: fixed;
  top: 0;
  z-index: 9999;
}

span.pulseCorssBtn {
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 1.5rem;
  color: grey;
  cursor: pointer;
}
.search-button:hover {
  background: #df8f28;
}

.mediaCitiaonsImages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  margin-top: 10px;
}

.mediCitainInnerImage {
  width: 150px;
  height: 150px;
  border: 1px solid #8080803b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.mediCitainInnerImage:hover {
  border: 1px solid #0172a7;
  transform: scale(1.02);
}

.bannerBtn {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
}

.logo-slide:nth-child(11) img {
  max-height: 65px !important;
}
.logo-slide:nth-child(12) img {
  max-height: 70px !important;
}

/* new homepage css start here */

.gradientbg {
  background: linear-gradient(rgb(173 208 244 / 66%), rgb(255 255 255 / 0.8));
}

.ctabtn button {
  padding: 12px 15px;
  background-color: rgb(234, 166, 77);
  border-radius: 5px;
  color: white;
}

.ctabtn {
  margin: 30px 0px;
  text-align: center;
}
.hero-section-home {
  display: flex;
  position: relative;
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #2d4059 100%);
}

.hero-background-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="%23ffffff" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  background: rgba(74, 144, 226, 0.1);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  width: 100px;
  height: 100px;
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 20%;
  animation-delay: 2s;
}

.floating-element:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 30%;
  left: 5%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-text {
  animation: slideInLeft 1s ease-out;
}

.hero-visual {
  animation: slideInRight 1s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Slider Styles */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 397px;
  overflow: hidden;
  border-radius: 12px;
  border-radius: 10px;
}

.slider-wrapper {
  position: relative;
  width: 400%;
  height: 100%;
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  width: 25%;
  height: 100%;
  flex-shrink: 0;
  padding: 10px;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-dots {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.search-button {
  background: #eaa64d;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.dot.active {
  background: #4a90e2;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #4a90e2, #63c5da, #81e6d9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.action-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.cta-or {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0.5rem 0;
}

.cta-or::before,
.cta-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(74, 144, 226, 0.3),
    transparent
  );
}

.cta-or span {
  color: #a0b4d6;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 0.5rem;
}
/* display: inline-flex;
          align-items: center;
          gap: 0.75rem;
          background: linear-gradient(135deg, #ff6b35, #f7931e);
          color: white;
          padding: 1rem 2.5rem;
          border: none;
          border-radius: 50px;
          font-size: 1.1rem;
          font-weight: 600;
          cursor: pointer;
          text-decoration: none;
          transition: all 0.3s ease;
          box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
          position: relative;
          overflow: hidden;
      } */

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
}

.ai-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(74, 144, 226, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(74, 144, 226, 0.2);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: rgba(74, 144, 226, 0.15);
  transform: translateX(5px);
}

.feature-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #4a90e2, #63c5da);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.feature-text {
  font-size: 0.95rem;
  color: #d1dce8;
}

.hero-dashboard {
  width: 100%;
  max-width: 500px;
  height: 350px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.dashboard-title {
  color: #4a90e2;
  font-size: 1.1rem;
  font-weight: 600;
}

.status-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #81e6d9;
  font-size: 0.9rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #81e6d9;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.chart-area {
  height: 200px;
  background: rgba(74, 144, 226, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 120px;
}

.bar {
  width: 12px;
  background: linear-gradient(to top, #4a90e2, #63c5da);
  border-radius: 2px 2px 0 0;
  animation: growBar 2s ease-out;
}

.bar:nth-child(1) {
  height: 60%;
  animation-delay: 0.1s;
}
.bar:nth-child(2) {
  height: 80%;
  animation-delay: 0.2s;
}
.bar:nth-child(3) {
  height: 45%;
  animation-delay: 0.3s;
}
.bar:nth-child(4) {
  height: 90%;
  animation-delay: 0.4s;
}
.bar:nth-child(5) {
  height: 70%;
  animation-delay: 0.5s;
}
.bar:nth-child(6) {
  height: 85%;
  animation-delay: 0.6s;
}
.bar:nth-child(7) {
  height: 55%;
  animation-delay: 0.7s;
}

@keyframes growBar {
  from {
    height: 0;
  }
  to {
    height: inherit;
  }
}

.data-points {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.data-point {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #a0b4d6;
}

.point-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.point-color.blue {
  background: #4a90e2;
}
.point-color.cyan {
  background: #63c5da;
}
.point-color.teal {
  background: #81e6d9;
}

.industries-count {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 0.9rem;
  color: #81e6d9;
  font-weight: 500;
}

.containerHeader {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 40px;
}

.company-highlights {
  display: flex;
  gap: 2rem;

  flex-wrap: wrap;
  justify-content: flex-start;
}

.highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  min-width: 120px;
}

.highlight-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a90e2;
  margin-bottom: 0.75rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.callToActionDiv {
  display: flex;
  align-items: center;
  gap: 5px;
}

.callToActionDiv p {
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 0;
}

.highlight-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.25rem;
  line-height: 1;
}

.highlight-label {
  font-size: 0.9rem;
  color: #a0b4d6;
  font-weight: 500;
}

.sliderTopheading {
  padding: 10px 13px;
  background: #ffffff26;
  border-bottom: 5px solid #e9e9f3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 8px 0 0px 0px;
  background: linear-gradient(to right, #0097de, #00cdc8);
}

.sliderTopheading h3 {
  font-size: 20px;

  line-height: 1.2;
  color: white;
}

/* share btn css start here */

.reportViewNewTabDiv .woocommerce-Reviews {
  position: relative;
}

button.reportShareBtn {
  margin-bottom: 8px;
  padding: 6px 10px;
  border: none;
  outline: none;
  border: 1px solid #074c65;
  background: #ffffff;
  color: #074c65;
  border-radius: 3px;
}
span.shareBtntext {
  margin: 0px 0px 0px 3px;
}

.socialShareDiv {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.socialShareDiv h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.socialShareButtonsContainer {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.socialButton {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  padding: 10px 15px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: transform 0.2s;
}

.socialButton:hover {
  transform: scale(1.05);
}

.facebookButton {
  background-color: #1877f2;
}

.linkedinButton {
  background-color: #0077b5;
}

.twitterButton {
  background-color: black;
}

.emailButton {
  background-color: #ea4335;
}

.linkEmbedSection {
  padding: 15px;
}

.linkEmbedSection h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.linkEmbedButtons {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.copyButton {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
  color: #074c65;
  background-color: white;
  border: 1px solid #074c65;
}

.copyButton.copied {
  background-color: #4caf50;
}

.citationsSection {
  padding: 15px;
}

.citationsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.citationsHeader h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.citationSelectWrapper {
  position: relative;
}

.citationSelect {
  padding: 8px 30px 8px 12px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdownIcon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.citationTextarea {
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
  margin-bottom: 15px;
  background: white;
  overflow-x: hidden;
  overflow-y: scroll;
}

.citationCopyButton {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

/* .citationCopyButton.copied {
  background-color: #4caf50;
} */

.publishReportSpan {
  font-style: italic;
  text-transform: capitalize;
}

.reportIDSpan {
  margin-left: 5px;
}

.html-content p:nth-child(2) {
  margin-bottom: 0px;
}

/* pricing section css start here */

.reportBuyHeading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
  gap: 8px;
}

.reportBuyHeadingIcon {
  color: #27ae60;
  font-size: 20px;
}
.reportBuyTrustImageDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px;
  padding-right: 14px;
}
/* .reportBuyTrustImageInner {
  flex: 1;
  text-align: center;
  padding: 10px;
} */

/* .reportBuyTrustImageInner {
  width: 191px;
  margin-left: -13px;
}

.reportBuyTrustImageInner.reportBuyTrustImageTwo {
  width: 93px;
  margin-right: 0;
} */
.reportBuyTrustImageInner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.reportBuyTrustImageInner.reportBuyTrustImageOne {
  width: 96px;
}

.reportBuyTrustImageInner.reportBuyTrustImageInnerThree {
  width: 145px;
  margin-right: 4px;
}

.reportBuyTrustImageInner.reportBuyTrustImageTwo {
  width: 71px;
  margin-right: 0;
}

.reportBuyNowBtnNew .buynow-btn {
  background: linear-gradient(135deg, #a88b1a 0%, #cea813 100%);
  border: none;
  border-radius: 2px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); */
}

.reportBuyNowBtnNew .buynow-btn:hover {
  transform: scale(1.02);
}
.reportPremiumDetaislNew p {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
}

.premiumReportInnerBtn {
  margin-right: 7px !important;
  cursor: pointer;
  font-size: 17px;
  text-transform: capitalize;
  background-color: #b93e02;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.premiumReportInnerBtn:hover {
  background-color: #b93e02;
}

.premiumReportInnerBtn p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.reportViewSideDiv .product_box.type_one .inner_box span.onsale {
  top: 4px;
  left: 5px;
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* border-radius: 50px; */
  line-height: 32px !important;
  font-size: 14px !important;
  font-family: "Assistant", sans-serif;
  background-color: #508d69 !important;
  z-index: 9;
  border-radius: 2px;
  font-weight: 600 !important;
  color: #fff !important;
}

.reportViewSideDiv .product_box.type_one .inner_box span.onsale.arOnsaleclass {
  right: 5px;
}

.breadcrumb-section nav ol {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #074c65 !important;
  font-family: "Assistant", sans-serif;
}

.breadcrumbinner {
  padding-left: 17px;
}

.error-message {
  color: red;

  font-size: 14px !important;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-left: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}

.tocCalltoAction {
  padding: 10px;
  background: #074c6514;
  border-left: 5px solid #074c65;
  margin-top: 10px;
}

.tocCalltoAction p {
  margin-bottom: 0;
  font-weight: 500;
}

.tocCalltoAction p a {
  color: #074c65 !important;
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline !important;
}

.commonsecondheading {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

/* .reportShareDiv + img {
  height: 463px;
} */

/* For ultra-wide screens (min-width: 1920px) */
@media (max-width: 1903px) {
  .mainPayment {
    justify-content: space-between;
  }
  .checkoutSubmitCheckbox {
    margin: 0px;
    font-size: 18px !important;
  }

  .secureCardInnerDiv {
    text-align: right;
  }
}

/* For ultra-wide screens (min-width: 1920px) */
@media (max-width: 1536px) {
  .checkoutSubmitCheckbox label {
    font-size: 19px;
    margin: 0px;
  }
  .checkoutSubmitCheckbox label .pdfHover {
    font-size: 19px;
  }

  /* .checkoutSubmitBtn input[type="submit"] {
    height: 56px !important;
  } */
  .secureCardInnerDiv {
    margin-top: -2%;
  }

  .secureCardInnerDiv {
    margin-top: -2%;
  }
  .radio-btn {
    margin: 10px;
    width: 150px;
    height: 54px;
  }
  .wiretransferInnerDiv .hobbies-icon {
    position: initial;
    width: 38px;
    height: 38px;
    transform: none;
  }
  .wiretransferInnerDiv {
    left: 12%;
  }
  span.radio-btn.wireTransferDiv {
    width: 220px;
  }
  .radio-btn > i {
    padding: 2px 2px;
  }
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -42.5vw !important;
  }
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -647px !important;
  }

  .hobbies-icon.stripIconDiv {
    width: 65px;
    height: 65px;
  }
  .wiretransferDescription {
    bottom: -163px;
  }

  .hobbies-icon.stripIconDiv {
    width: 65px;
    height: 65px;
  }
  .wiretransferDescription {
    bottom: -163px;
  }
  .hobbies-icon.authorizeIcon {
    width: 127px;
    top: 37px;
  }
}

/* For small tablets (portrait) */
@media (min-width: 1519px) and (max-width: 1536px) {
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -644px !important;
  }

  .multilanguagemegratrends.megratrendSubmenuDiv {
    width: 97vw;
    left: -625px !important;
  }
}

/* For larger desktops (min-width: 1440px) */
@media (max-width: 1440px) {
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -595px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ja {
    left: -300px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ko {
    left: -351px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar {
    left: -451px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ru {
    left: -270px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.fr {
    left: -256px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.de {
    left: -280px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.es {
    left: -264px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.zh {
    left: -369px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.it {
    left: -330px !important;
  }
  .dropdown-menu.megratrendSubmenuDiv.megatrendMulti.ja {
    left: -431px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown {
    width: 84rem !important;
    left: -287px !important;
  }

  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti.ar.arNewClas {
    right: -386px;
  }

  .multilanguagemegratrends.megratrendSubmenuDiv {
    width: 97vw;
    left: -578px !important;
  }

  .checkoutPaymentBtnDiv {
    float: left;
    margin: 0px 10px 0 0;
    width: 213px;
    height: 55px;
  }

  .stripeCardDiv {
    width: 173px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 18px;
  }

  .paymentInnerImageDiv {
    width: 40px;
    padding: 5px;
    background: #ffff;
    border-radius: 5px;
    height: 40px;
    display: flex;
  }

  .checkoutPaymentBtnDiv label {
    gap: 5px;
  }

  .wireTransferDiv {
    width: 256px;
  }

  .checkoutSubmitCheckbox {
    margin: 0px 0;
  }
}

@media (max-width: 1367px) {
  ul.dropdown-menu.industryCategoryDropdown {
    width: 82rem !important;
    left: -269px !important;
  }
  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti {
    left: -211px !important;
  }
}

@media (max-width: 1280px) {
  .contact_form_box_all input,
  .contact_form_box_all input[type="text"],
  .contact_form_box_all input[type="email"],
  .contact_form_box_all input[type="number"],
  .contact_form_box_all textarea,
  .contact_form_box_all select {
    margin: 0px 0px 10px !important;
  }

  ul.dropdown-menu.industryCategoryDropdown {
    max-width: initial !important;
    /* min-width: 95rem !important; */
    width: 76rem !important;
    left: -224px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  ul.dropdown-menu.industryCategoryDropdown.industryCatMulti {
    left: -172px !important;
  }

  .messages h6 {
    line-height: 23px;
  }
  .checkoutPaymentBtnDiv {
    float: left;
    margin: 0px 10px 0 0;
    width: 165px;
    height: 55px;
  }
  .header
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li
    .dropdown-menu
    li
    a.nav-link,
  .default_sickty_heaad
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li
    .dropdown-menu
    li
    a.nav-link {
    padding-left: 0px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 16px;
  }

  .stripeCardDiv {
    width: 115px !important;
  }

  .wireTransferDiv {
    width: 238px;
  }
  .wiretransferDescription {
    bottom: -164px;
  }

  .secureCardInnerDiv {
    margin-top: -1.8%;
  }
  .modal-popup-inner.sampleFormPopupDiv {
    width: 30%;
  }

  .megatrendsText {
    font-size: 14px;
  }
  .paymentInnerImageDiv {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
  }

  .hobbies-icon.authorizeIcon {
    width: 120px;
    top: 37px;
  }
  .hobbies-icon.stripIconDiv {
    width: 55px;
    height: 55px;
  }
  span.radio-btn.stripIconDivMain {
    width: 115px;
  }
  .secureCardInnerDiv {
    margin-top: -1% !important;
  }
  .megratrendSubmenuDiv {
    width: 97vw;
    left: -41vw !important;
  }
}

.hobbies-icon.stripIconDiv {
  width: 55px;
  height: 55px;
}
span.radio-btn.stripIconDivMain {
  width: 115px;
}
.secureCardInnerDiv {
  margin-top: -1% !important;
}
.megratrendSubmenuDiv {
  width: 97vw;
  /* left: -522px !important; */
  left: -495px !important;
}

.checkoutSubmitBtn input[type="submit"] {
  height: 44px;
}

@media (min-width: 1026px) and (max-width: 1200px) {
  .sampleFormPopupDiv .dropdown-options {
    width: 500px;
  }
}
/* For small desktops or laptops (min-width: 1200px) */
@media (max-width: 1200px) {
  .modal-popup-inner.sampleFormPopupDiv {
    width: 45%;
  }

  .checkoutPaymentBtnDiv {
    width: 169px;
    height: 55px;
    margin: 0px 10px 0 0;
  }
  .paymentInnerImageDiv {
    padding: 5px;
    background: #ffff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkoutPaymentBtnDiv label span {
    font-size: 16px;
  }
  .stripeCardDiv {
    width: 119px !important;
  }

  .wireTransferDiv {
    width: 244px;
  }
  .checkoutSubmitCheckbox {
    margin: 2px 0;
  }
}

/* For large tablets (landscape) */
@media (max-width: 1024px) {
  /* .reportShareDiv + img {
    height: 272px;
  } */

  ul.reportMaketScopeListDiv {
    align-items: flex-start;
    flex-direction: column;
  }

  .reportMaketScopeListDiv li {
    width: 100%;
  }

  .secureCardInnerDiv.arCartpage {
    margin-right: -63px;
  }

  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.875rem;
  }

  .reportsCard .news_box.type_two .short_desc {
    line-height: 25px;
  }

  .wiretransferDescription {
    bottom: -139px;
  }
  .wiretransferDescription::after {
    right: 23px;
  }

  .checkoutPaymentBtnDiv {
    width: 100%;
    height: 45px;
    margin: 0px 10px 0 0;
  }

  .paymentInnerImageDiv {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 3px;
    border-radius: 5px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 16px;
  }

  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
  }
  span.radio-btn {
    margin: 5px 0px !important;
  }
  .checkoutSubmitCheckbox label .pdfHover {
    font-size: 16px !important;
  }
  .checkoutSubmitCheckbox label {
    font-size: 16px !important;
    margin: 0px;
  }
  .secureCardInnerDiv {
    margin-top: -2.5%;
    width: 814px;
  }
  /* .checkoutPaymentBtnDiv {
    width: 156px;
    height: 39px;
    margin: 0px 10px 0 0;
  } */

  .checkoutPaymentBtnDiv label {
    font-size: 14px;
    gap: 7px;
  }

  .paymentInnerImageDiv {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 3px;
    border-radius: 5px;
  }

  .checkoutPaymentBtnDiv label span {
    font-size: 14px;
  }

  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
  }
  .secureCardInnerDiv {
    margin-top: -2.5%;
    width: 814px;
  }

  .modal-popup-inner.sampleFormPopupDiv {
    width: 45%;
  }
  label.custom-radio {
    width: 100%;
  }
  span.radio-btn {
    width: 99%;
  }
  .hobbies-icon.authorizeIcon {
    width: 164px;
    top: 37px;
  }
  .hobbies-icon.stripIconDiv {
    width: 70px;
    height: 70px;
  }
  .mainPayment {
    justify-content: flex-start;
    flex-direction: column;
  }
  label.custom-radio {
    width: 30%;
  }
  span.radio-btn.stripIconDivMain {
    width: 90%;
  }
  .secureCardInnerDiv {
    margin-left: -5%;
    margin-top: 0;
  }
  label.custom-radio.stripIconDivMainDiv {
    width: 20%;
  }
  span.radio-btn.stripIconDivMain {
    width: 100%;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
    padding: 10px;
  }
  .sideContentDiv {
    width: 50%;
  }
  .thirdSectionCard {
    max-height: 296px;
  }
  .industryMainCard {
    min-height: 291px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 380px;
  }

  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
    padding: 10px;
  }
  .sideContentDiv {
    width: 50%;
  }
  .thirdSectionCard {
    max-height: 296px;
  }
  .industryMainCard {
    min-height: 291px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 380px;
  }

  .slides-container {
    height: 450px !important;
    border-radius: 10px !important;
  }
  .tab-image {
    width: 100%;
  }
  .gmiPulseHeaderMaindiv h3 {
    width: 66%;
  }
  .industryMainCard {
    min-height: 240px;
  }
}

@media (max-width: 968px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .ai-features {
    grid-template-columns: 1fr;
  }

  .action-section {
    align-items: center;
  }

  .search-container {
    max-width: 100%;
  }

  .slider-container {
    max-width: 500px;
    height: 350px;
  }
  #stickyPremiumreport {
    width: 236px !important;
  }
}

/* For small tablets (portrait) */
@media (max-width: 768px) {
  /* .reportShareDiv + img {
    height: 201px;
  } */

  .socialButton {
    flex: none;
  }
  .gmiPulseHeaderMaindiv h3 {
    width: 64%;
  }
  .requestSampleContainer .row {
    flex-direction: column;
  }
  .requestSampleContainer .row .col-xl-8 {
    width: 100%;
  }

  .requestSampleContainer .row .col-xl-4 {
    width: 100%;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .thirdSectionCard {
    min-height: 293px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 272px;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 306px;
  }
  .secureCardInnerDiv img {
    height: 79%;
  }
  .hobbies-icon.authorizeIcon {
    width: 135px;
    top: 37px;
  }
  .mainBannerSubTitle {
    font-size: 1.5rem;
  }
  .report-body p {
    font-size: 16px !important;
  }
  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
  }
  p.download-link-button.secdata.reportViewClickHereButton {
    width: fit-content !important;
  }
  .reqLeftDiv {
    border-right: none;
  }
  .industryMainCard {
    min-height: 248px;
  }
}
/* For larger mobile devices (up to 768px) */
@media (max-width: 768px) {
  .gmiPulseHeaderMaindiv h3 {
    width: 64%;
  }
  .requestSampleContainer .row {
    flex-direction: column;
  }
  .requestSampleContainer .row .col-xl-8 {
    width: 100%;
  }

  .requestSampleContainer .row .col-xl-4 {
    width: 100%;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .thirdSectionCard {
    min-height: 293px;
  }
  .thirdSectionCard.fifthSectionCard {
    min-height: 272px;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 306px;
  }
  .secureCardInnerDiv img {
    height: 79%;
  }
  .hobbies-icon.authorizeIcon {
    width: 135px;
    top: 37px;
  }
  .mainBannerSubTitle {
    font-size: 1.5rem;
  }
  .report-body p {
    font-size: 16px !important;
  }
  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    display: flex;
  }
  p.download-link-button.secdata.reportViewClickHereButton {
    width: fit-content !important;
  }
  .reqLeftDiv {
    border-right: none;
  }
  .industryMainCard {
    min-height: 248px;
  }
}
@media (max-width: 640px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .container {
    padding: 0 1rem;
  }

  .slider-container {
    max-width: 400px;
    height: 300px;
  }

  .slide {
    padding: 8px;
  }
  .company-highlights {
    justify-content: flex-start;
    gap: 1.5rem;
  }

  .highlight-item {
    min-width: 100px;
  }

  .highlight-number {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .sampleFormPopupDiv .dropdown-options {
    width: 229px;
  }
  /* .reportShareDiv + img {
    height: 238px;
  } */
  .ResponsiveContainerDesk#stickyPremiumreport {
    display: none !important;
  }
}

/* For small tablets (portrait) */
@media (min-width: 600px) and (max-width: 767px) {
  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.6875rem;
  }

  .gmiPulseHeaderMaindiv h3 {
    width: 74%;
  }
  .thirdSectionCard {
    min-height: 388px;
  }

  .industryMainCard {
    min-height: 302px;
  }

  .reqLeftDiv {
    border-right: none;
  }

  .thirdSectionCard.fifthSectionCard.testimonialCard {
    min-height: 263px;
  }

  .thirdSectionCard.fifthSectionCard {
    min-height: 350px;
  }

  .reportsCard .news_box.type_two h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  span.noofPages {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }

  .modal-popup-inner.sampleFormPopupDiv {
    width: 45%;
  }
}

@media (min-width: 600px) {
  /* .modal-popup-inner.sampleFormPopupDiv {
    width: 60%;
  } */
}

/* For medium mobile devices (up to 480px) */
@media (max-width: 480px) {
  .socialButton {
    flex: 1;
  }
  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.6875rem;
  }

  .reportViewSideMultiLanguageDiv {
    padding: 10px !important;
  }
  .downloadsamplebtn {
    width: 100%;
  }
  .reportMaketScopeListDiv li:nth-child(3) {
    margin-right: 0;
  }
  .reportMaketScopeListDiv li:nth-child(1) {
    margin-right: 0;
  }
  ul.reportMaketScopeListDiv {
    margin-right: 10px;
  }

  .secureCardInnerDiv.arCartpage {
    margin-right: -53px;
    width: 473px;
  }

  .mobileMultiLangPage {
    margin-bottom: 0 !important;
    padding: 10px !important;
  }

  .reportsCard .news_box.type_two h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .inner_box.arCartClass {
    padding: 10px;
  }
  .requestImgDiv {
    width: 68px;
    padding: 15px;
    height: 58px;
  }

  .reportMaketScopeListDiv.rightArClass {
    margin-right: 13px;
  }
  .mobileStickyMultiLanguageDiv {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  /* .pricePlanBoxHeading{
  padding: 10px !important;
} */
  span.noofPages {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }
  .paymentCardDivInnerTwo {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .checkoutPaymentBtnDiv,
  .stripeCardDiv,
  .wireTransferDiv {
    width: 94% !important;
    height: 54px;
  }

  .wiretransferDescription {
    bottom: -129px;
  }
  .paymentInnerImageDiv {
    padding: 5px;
    background: #ffff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkoutSubmitCheckbox label {
    font-size: 16px;
  }
  .checkoutSubmitCheckbox label .pdfHover {
    font-size: 16px;
  }
  .wiretransferDescription::after {
    right: 24px;
  }
  .reqLeftDiv {
    border-right: none;
  }

  .requestSampleHeader {
    flex-direction: column;
    text-align: center;
  }

  .requestImgDiv {
    width: 60px;
  }
  .reportMaketScopeListDiv {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .reportMaketScopeListDiv li {
    width: 100%;
    height: fit-content;
  }

  .reportMarketScopelist {
    padding: 3px;
  }

  ul.reportMaketScopeListDiv {
    margin-left: 20px;
  }
  .mainPayment {
    flex-direction: column;
    gap: 10px;
  }

  .secureCardInnerDiv {
    margin-left: -9%;
  }
  .modal-popup-inner.sampleFormPopupDiv {
    width: 80%;
  }

  .secureCardInnerDiv {
    margin-left: -9%;
  }
  span.radio-btn {
    width: 100%;
    height: 66px;
    margin: 0;
  }
  .custom-radio {
    width: 100%;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 283px;
  }
  span.radio-btn.wireTransferDiv {
    width: 100% !important;
  }
  .wiretransferInnerDiv {
    left: 32% !important;
    top: 17%;
  }
  span.radio-btn.stripIconDivMain {
    width: 100%;
  }
  .newInfoIcon {
    display: none;
  }

  .wiretransferInnerDiv p {
    font-size: 18px !important;
  }

  label.custom-radio {
    width: 100%;
  }
  label.custom-radio.stripIconDivMainDiv {
    width: 100%;
  }
  .hobbies-icon.authorizeIcon {
    width: 151px;
    top: 42px;
  }
  .secureCardInnerDiv {
    width: 464px;
  }
  .sum-img {
    width: 100%;
  }

  .filterSideBarDiv {
    height: auto;
    margin-top: 20px;
    flex-direction: column;
    padding: 20px;
  }
  .sideContentDiv {
    width: 100%;
  }
  .mainRightSideDiv {
    padding: 28px;
  }
  .CookieConsent {
    font-size: 13px !important;
  }
  .CookieConsent div:nth-child(1) {
    margin-right: 5px !important;
    margin-left: 15px !important;
  }
  p.download-link-button.secdata.reportViewClickHereButton {
    width: 100% !important;
  }
  .changeTextForSecData .detailReportName {
    font-size: 17px !important;
  }
  /* gmi pulse new page css */

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }
  .thirdSectionCard.fifthSectionCard {
    background: white;
    text-align: center;
    min-height: 230px;
  }

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }
  .thirdSectionCard.fifthSectionCard {
    background: white;
    text-align: center;
    min-height: 230px;
  }
  .hero-section {
    padding-top: 0 !important;
  }
  .bannerBtn {
    width: fit-content;
  }

  .slides-container {
    height: 251px !important;
    border-radius: 10px !important;
  }

  .tab-image {
    width: 100%;
  }
  .bannerBtn {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 52px;
  }
  .analysis-wrapper {
    padding: 2rem 1rem;
  }

  .callToActionDiv {
    flex-direction: column;
  }
  .company-highlights {
    justify-content: center;
  }
  .sliderTopheading h3 {
    font-size: 16px;
  }
  /* .report-body h2 {
    width: 74%;
  } */
  .slider-container {
    max-width: 400px;
    height: 259px;
  }
  #stickyPremiumreport {
    display: none !important;
  }

  /* .reportShareDiv + img {
    height: 166px;
  } */
}

/* For small mobile devices */
@media (max-width: 376px) {
  /* .reportShareDiv + img {
    height: 144px;
  } */
  .secureCardInnerDiv.arCartpage {
    width: 427px;
  }

  .requestSampleContainer {
    margin: 15px 20px;
  }
  .checkoutSubmitCheckbox label {
    font-size: 14px;
  }
  .secureCardInnerDiv {
    width: 427px;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 242px !important;
  }
  /* gmi pulse new page css */

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .centerClass {
    text-align: center;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }

  .commonHeading {
    font-size: 24px;
  }

  .gmiPulseHeaderInnerDiv {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .gmiPulseHeaderInnerRightDiv h1 {
    font-size: 32px;
  }
  .gmiPulseHeaderMaindiv {
    padding: 3rem 0 9rem 0;
  }
  .centerClass {
    text-align: center;
  }
  .gmiPulseHeaderInnerRightDiv p {
    font-size: 27px;
    color: #4a4e56;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-top: 6px;
    line-height: 0 !important;
  }

  .gmiPulseHeaderMainBannerImg {
    width: 90%;
  }

  .gmiPulseHeaderInnerImg {
    width: 66px;
  }
  .gmiPulseHeaderMaindiv h3 {
    font-size: 24px;
    color: #4a4e56;
    font-weight: 600;
    width: 93%;
    text-align: center;
  }
  .container.thirdSectionMainDiv {
    margin-top: 4rem 64px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .fourthSectionMainDiv.lastSectionDiv {
    border-radius: 20px;
    padding: 40px 4px;
  }
  .lastSectionheading {
    font-size: 24px;
  }
  h2.commonHeading.contactHeading {
    font-size: 24px;
    width: 100%;
  }
  .tabBtnDiv.tabBtn:last-child {
    margin-bottom: 15px;
  }

  .commonHeading {
    font-size: 24px;
  }
  .mediCitainInnerImage {
    width: 244px;
    height: 210px;
  }
  .analysis-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 320px) {
  .reportsCard .news_box.type_two .content_inner h2 a {
    font-size: 1.6875rem;
  }

  .reportsCard .news_box.type_two h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  span.noofPages {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .reportsCard .news_box.type_two .short_desc {
    font-size: 18px !important;
  }
  .CookieConsent {
    font-size: 12px !important;
  }
  .sampleFormPopupDiv .dropdown-options {
    width: 197px !important;
  }
}

.skeletonDesk {
  display: block;
}
