/* FONT FAMILY INCLUDES */
@font-face {
  font-family: 'regular_regular';
  src: url('/fonts/Regular-Regular.otf')  format("opentype");
}
@font-face {
  font-family: 'regular_medium';
  src: url('/fonts/Regular-Medium.otf')  format("opentype");
}
@font-face {
  font-family: 'regular_semibold';
  src: url('/fonts/Regular-Semibold.otf')  format("opentype");
}

/* FONT FAMILY INCLUDES END */

/* GLOBAL STYLES FOR COMPONENTS */

.preview-rd-page *, .preview-rd-page *:before, .preview-rd-page *:after, .rd-heading-section *, .rd-heading-section *:before, .rd-heading-section *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 26px;
  font-family: 'regular_medium';
}

body {
  margin: 0;
}

.flex {
  display: flex;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.txt-center {
  text-align: center !important;
}

.preview-rd-page a {
  color: #0E7DB3;
}

.rd-img {
  width: auto;
  max-width: 100%;
  display: block;
}

.preview-rd-page h2, .preview-rd-page h3, .preview-rd-page h4 {
  font-family: regular_semibold;
}

.preview-rd-page p {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: justify;
}

.preview-rd-page button, .rd-heading-section button {
  font-size: 16px;
  cursor: pointer;
}

.preview-page-btn {
  padding: 5px 20px;
  background-color: #0E7DB3;
  border: none;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}

.preview-page-btn:hover, .preview-page-btn:focus, .preview-page-btn:active {
  background-color: #0E7DB3;
  border: none;
}

.fixed-bottom-div {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 25;
  padding: 0;
}

.fixed-bottom-div button {
  width: 50%;
  padding: 15px 10px;
  border: none;
  color: #fff;
}

.go-to-toc {
  background-color: #2c8ebf;
}

.download-btn-mobile {
  background-color: #e54763;
}

.download-btn-mobile .fa-download {
  margin-right: 5px;
}

/* GLOBAL STYLES FOR COMPONENTS END */

/* STYLES FOR RD HEADING SECTION */

.rd-heading-section {
  background-image: url('../img/rd-background.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rd-heading-section .breadcrumb:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: 0px -60px 3px 1px #ccc;
}

.rd-heading-section > .flex {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1200px;
}

.intro-info {
  flex-direction: column;
  text-align: left;
  width: 100%;
  order: 1;
}

.rd-heading-section .breadcrumb {
  order: 2;
  width: 100%;
}

.buy-report-header {
  display: none;
}

.rd-heading-section .p-tag-month {
  color: #999;
  font-family: regular_regular;
  font-size: 14px;
}

.rd-heading-section > .flex h2 {
  margin: 0 0 25px 0;
  text-transform: uppercase;
  line-height: 36px !important;
}

.rd-heading-section > .flex hr {
  width: 50%;
  background: #2c8dbf;
  border: none;
  height: 2px;
  margin: 0vh 0 2vh 0;
}

.rd-heading-section .report-action-buttons {
  display: none;
}

.rd-heading-section > .flex .report-action-buttons button {
  padding: 10px 25px;
  border: none;
  background-image: linear-gradient(to bottom right, #2c8dbf, #46cdcf);
  border-radius: 25px;
  color: #fff;
  min-width: 180px;
  outline: none;
}

.rd-heading-section > .flex .report-action-buttons button:nth-child(2) {
  margin: 0 20px;
}

.purchase-report-section-desktop .executive-summary-button {
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  background: linear-gradient(#2C8DBF,#46CDCF);
  color: #fff;
  font-family: regular_semibold;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.purchase-report-section-desktop .executive-summary-button img {
  margin: 0 10px 0 0;
}

/* STYLES FOR RD HEADING SECTION */

/* STYLES FOR PAGE LAYOUT */

.preview-rd-page {
  flex-direction: column;
  padding: 0 10px;
}

.page-content {
  width: 100%;
  margin-bottom: 25px;
}

.component h3, .customize-report-form h3, .customize-toc h3 {
  padding: 10px 0;
  color: #0E7DB3;
}

.component-2 p, .component-3 p, .component-4 p, .component-5 p, .sixth-seventh-components p {
  width: 100%;
  max-width: 750px;
}

.component-2 li, .component-4 li, .component-5 li, .component-3 li, .sixth-seventh-components li {
  max-width: 730px;
}

.component-2 ul, .component-4 ul, .component-5 ul, .component-3 ul, .sixth-seventh-components ul {
  margin-left: 20px;
}

.component-2 table, .component-4 table, .component-5 table, .sixth-seventh-components table {
  width: 100%;
  max-width: 750px;
  overflow: auto;
}

.component-2 li {
  margin-bottom: 12px;
}

.component-2 h3 {
  margin-top: 20px;
}

.show-on-mobile {
  display: block;
}

/* STYLES FOR PAGE LAYOUT END */

/* STYLES FOR LEFT NAVIGATION */

.rd-page-navigation {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(415px);
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: 1;
}

.about-report-link {
  display: block;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 0 10px 10px;
  font-family: regular_semibold;
  margin-left: -10px;
}

.about-report-link:hover {
  background-color: rgba(14, 125, 179, 0.2) !important;
}

.main-nav-list {
  background: #fff;
}

.main-nav-list ul .nav-links-rd {
  padding: 10px 0 10px 20px;
}

.about-report-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}

.show-about-report-menu {
  max-height: 600px;
}

.static-free-sample-btn {
  border: none;
  border-radius: 10px;
  /* background-color: #E5564F; */
  background-color: #f0505f;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  margin-top: 15px;
  font-family: regular_semibold;
}

.rd-page-navigation > ul {
  margin-left: 0;
  list-style-type: none;
}

.rd-page-navigation > ul ul {
  list-style-type: none;
}

.rd-page-navigation > ul ul li {
  list-style-type: none;
  color: #333;
  font-family: regular_medium;
  transition: color 0.3s ease-out;
  font-size: 15px;
  text-transform: initial;
}

.rd-page-navigation > ul > li {
  padding: 10px 0 10px 10px;
  color: #333;
  font-family: regular_semibold;
  font-size: 16px;
  text-transform: uppercase;
}

.rd-page-navigation li {
  padding: 5px 0 5px 0;
}

.active-nav-link {
  background-color: rgba(14, 125, 179, 0.2) !important;
}

.rd-page-navigation .nav-links-rd {
  cursor: pointer;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.rd-page-navigation .nav-links-rd:hover {
  background-color: rgba(14, 125, 179, 0.2);
}

/* STYLES FOR LEFT NAVIGATION END */

/* STYLES FOR COMPONENTS 1,2 AND USER ENQUIRY SECTIONS */

.first-second-components {
  flex-direction: column;
}

.component-1 {
  flex-direction: column;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(220, 220, 220, 1);
  border: 1px solid rgba(220, 220, 220, 1);
}

#component-heading-1 {
  margin: 10px 0;
  width: 100%;
  color: #0E7DB3;
}

.component-1 > picture {
  width: 100%;
}

.component-1 > picture > .rd-img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.overview-points-list {
  width: 100%;
}

.overview-points {
  padding: 0 10px;
  margin-left: 10px;
}

.overview-points:not(:last-child) {
  border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.component-1:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  height: calc(100% - 20px);
  width: 1px;
  border-left: 1px solid rgba(220, 220, 220, 1);
  margin: 10px 0;
}

.overview-label {
  width: 40%;
  text-align: left;
  color: #0E7DB3;
  margin: 6px 0 ;
  font-size: 14px ;
  font-family: regular_semibold;
}

.overview-value {
  width: 60%;
  text-align: left;
  font-family: 'regular_medium';
  padding-left: 20px;
  margin: 6px 0 !important;
  font-size: 14px !important;
}

.key-player-images {
  flex-wrap: wrap;
  align-items: flex-start;
  flex-grow: 1;
}

.key-player-images .rd-img {
  width: calc(100% - 20px);
  max-width: 250px;
  margin-left: 20px;
  margin-top: 10px;
}

.overview-points:last-child .overview-label {
  padding: 5px 5px 10px 5px;
  align-self: flex-start;
  transform: rotate(-90deg);
  margin-top: 35px;
  margin-left: -30px;
  width: auto;
  border-bottom: 1px solid #ccc;
}

.submit-customize-form-section {
  display: none;
  width: calc(30% - 20px);
  margin-left: 20px;
  background-image: linear-gradient(to right,#2c8dbf,#46cdcf);
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
  border-radius: 10px;
}

.submit-customize-form-section h3 {
  color: #fff;
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
  width: 100%;
}

.submit-customize-form-section h3 span {
  font-size: 24px;
  font-family: regular_semibold;
}

.submit-customize-form-section button {
  background: #fff;
  border-radius: 10px;
  color: #095655;
  width: 90%;
  margin: 0 auto;
  border: none;
  padding: 5px;
  font-family: regular_semibold;
}

.purchase-report-section-mobile {
  margin: 0 5px 20px 5px;
  width: calc(100% - 10px);
}

.purchase-report-section-desktop {
  width: 100%; 
  order: 3;
}

.report-prices {
  position: relative;
  flex-direction: column;
}

.buy-report-btn {
  display: none;
}

.purchase-report-section-mobile, .purchase-report-section-desktop {
  border-radius: 10px;
}

.purchase-report-section-mobile h3, .purchase-report-section-desktop h3 {
  margin: 10px;
  text-align: center;
}

.purchase-report-container{
  padding: 0;
  border-radius:4px;
}

.couponsection {
  display: none;
  overflow: hidden;
  height: 60px;
  transition: all 0.3s ease-out;
  align-items: center;
}

.couponsection input {
  width: 65%;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  border: 1px solid #333;
}

.coupons {
  position: relative;
  width: 10%;
  transition: all 0.3s ease-out;
  text-align: center;
}

.coupons .tooltiptext {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.coupons:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
  top: -47px;
  left: -80px;
  width: 150px;
  background: #333;
  color: #fff;
  z-index: 100000;
  border-radius: 5px;
  padding: 3px 5px;
}

.couponsection button {
  width: 25%;
  border: none;
  background-color: #fff;
  color: #2C8DBF;
  border: 1px solid #2C8DBF;
  border-radius: 5px;
  padding: 10px;
}

.purchase-report-label{
  display:flex;
  margin-bottom: 25px;
  font-family:regular_medium;
  text-align: left;
  overflow: hidden;
  height: 52px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.purchase-report-label>.purchase-report-input{
  display:none;
}

.purchase-report-label i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  border: 2px solid #1E88E5;
  transition: .25s;
  box-shadow: inset 0 0 0 3px #fff;
}

.purchase-report-label>.purchase-report-input:checked+i {
  background: #0E7DB3;
  border: 2px solid #0E7DB3;
}

.purchase-report-label .price-content {
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
}

.purchase-report-label .price {
  margin-left: 30px;
}

.purchase-report-label .licensetype {
  width: calc(100% - 35px);
  margin: 0 0px 0 28px;
}

.purchase-report-label .tooltiptext {
  position: absolute;
  top: -200px;
  left: 0;
  width: 250px;
  padding: 10px 15px 10px 30px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  background: #333;
  color: #fff;
  transition: all 0.3s ease-out;
  z-index: 100000;
}

.purchase-report-label:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}

.purchase-report-section-mobile .purchase-report-button, .purchase-report-section-desktop .purchase-report-button {
  width: 100%;
  border-radius: 10px;
  background: rgba(44, 142, 191, 0.1);
  border: none;
  padding: 10px;
  color: #2c8ebf;
  justify-content: center;
  align-items: center;
  font-family: regular_semibold;
}

.purchase-report-section-mobile .purchase-report-button span, .purchase-report-section-desktop .purchase-report-button span {
  font-family: regular_semibold;
}

.purchase-report-button #price {
  width: 0;
  height: 0;
  opacity: 0;
}

.purchase-report-button img {
  width: 30px;
  margin-right: 5px;
}

.component-2 li {
  text-align: justify;
}

/* STYLES FOR COMPONENTS 1,2 AND USER ENQUIRY SECTIONS END */

/* STYLES FOR COMPONENT 3 */

.component-3 table {
  width: 100% !important;
  max-width: 900px;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.component-3 h3 {
  width: 100% !important;
  max-width: 900px;
  margin-top: 15px;
}

.component-3 ul {
  display: block;
}

.component-3 .txt-center {
  text-decoration: underline;
  color: #0E7DB3;
  cursor: pointer;
  max-width: 900px;
}

/* STYLES FOR COMPONENT 4 */

.component-4 {
  display: flex;
  flex-direction: column;
}

.component-4 h3 {
  margin-top: 20px;
}

.img-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: transparent;
  border: 1px solid transparent;
  margin: 15px 0;
}

.img-section .rd-img, .img-section p {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.img-section p {
  font-style: italic;
}

.component-4 .txt-center, .component-5 .txt-center {
  text-decoration: underline;
  color: #0E7DB3;
  cursor: pointer;
}

/* STYLES FOR COMPONENT 4 END */

/* STYLES FOR COMPONENT 5 */

.component-5 .rd-img {
  margin: 0 auto;
  border-radius: 10px;
  padding: 0 10px;
}

.component-5 .big-img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.component-5 .normal-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.component-5 h4 {
  margin-top: 30px;
  max-width: 750px;
}

/* STYLES FOR COMPONENT 5 END */

/* STYLES FOR COMPONENTs 6 AND 7 */

.sixth-seventh-components .flex {
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 750px;
}

.sixth-seventh-components h3 {
  color: #2c8dbf;
}

#component-heading-6 {
  margin-top: 20px;
}

.sixth-seventh-components .wrap-item:not(:first-child) {
  display: flex;
  align-items: center;
}

.sixth-seventh-components .wrap-item {
  width: calc(100% - 20px);
  margin-right: 20px;
}

.sixth-seventh-components .wrap-item picture, .sixth-seventh-components .wrap-item .rd-img {
  width: 100%;
}

.key-players-list h3 {
  color: #333;
}

.key-players-list ol {
  counter-reset: li;
  list-style: none;
}

.key-players-list ol a {
  position: relative;
  display: block;
  padding: 5px 15px;
  margin: 20px 0;
  background: #f3f3f3;
  color: #444;
  text-decoration: none;
  border-radius: 5px;
  transition: all .5s ease-out;
}
.key-players-list ol a:hover{
  background: #eee;
}
.key-players-list ol a:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -18px;
  background: #2c8ebf;
  height: 34px;
  width: 34px;
  line-height: 24px;
  border: 5px solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  transition: all .3s ease-out;
  color: #fff;
}

.key-players-list li {
  margin-bottom: 20px;
  max-width: 300px;
}

.key-players-list li a {
  margin-left: 15px;
}

.key-players-list p {
  max-width: 300px;
  font-size: 12px;
  line-height: 16px;
}

/* STYLES FOR COMPONENTs 6 AND 7 END */

/* STYLES FOR EXTRA COMPONENTS */

.extra-components p {
  max-width: 750px;
}

/* STYLES FOR EXTRA COMPONENTS END */

/* STYLES FOR NEW CUSTOMIZE SECTION */

.customize-section {
  width: 100%;
  flex-direction: column;
  max-width: 750px;
  align-items: center;
  background-image: linear-gradient(to right, #2c8dbf,#46cdcf);
  border-radius: 10px;
  padding: 20px;
}

.customize-section > img {
  width: 125px;
  height: 125px;
}

.customize-section h3 {
  text-align: center;
  margin: 20px;
  color: #fff;
}

.customize-section button {
  width: 50%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px;
}

.customize-section button img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: -2px;
}

/* STYLES FOR NEW CUSTOMIZE SECTION END */

/* COMMON STYLES FOR CUSTOMIZE REPORT FORM */

.customize-error {
  opacity: 0;
  color: #333;
  transition: all 0.3s ease-out;
  padding-left: 0;
  transform: translateY(-5px);
}

.show-customize-error {
  color: red;
  opacity: 1;
  transform: translateY(0);
}

.sp {
  width: 20px;
  height: 20px;
  clear: both;
  margin: 3px 0 3px 5px;
  border: 2px rgba(255, 255, 255, 0.25) solid;
  border-top: 2px #fff solid;
  border-radius: 50%;
  animation: spCircRot .6s infinite linear;
  display: none;
}

.show-sp {
  display: block;
}

.customize-notification {
  position: fixed;
  top: 70px;
  right: 0;
  transform: translateX(300px);
  transition: all 0.3s ease-out;
  z-index: 100000;
  border-radius: 5px;
  width: 300px;
  padding: 20px;
}

.customize-notification-success {
  background-color: #009d6d33;
  color: #009D6D;
  border: 1px solid #009D6D;
}

.customize-notification-error {
  background-color: #cc00007a;
  color: #cc0000;
  border: 1px solid #cc0000;
}

.show-customize-notification {
  transform: translateX(-20px);
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* COMMON STYLES FOR CUSTOMIZE REPORT FORM */

/* STYLES FOR RELATED REPORTS SECTION */

#related-reports-section {
  margin: 30px 0;
  width: 100%;
  max-width: 750px;
}

#related-reports-section a:hover {
  color: #005a86;
}

/* STYLES FOR RELATED REPORTS SECTION END */

/* STYLES FOR TOC SECTION */

.customize-toc {
  width: 100%;
  max-width: 750px;
}

.customize-toc h3 {
  margin-top: 20px;
}

.customize-toc > ol {
  margin-left: 0px !important;
}

.customize-toc ol {
  margin-left: 30px;
}

.disclaimers p {
  margin-right: 10px;
}

.fixed-customize-form {
  position: fixed;
  top: calc(50% - 200px);
  right: 50px;
  width: 0px;
  height: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #eee;
  cursor: not-allowed;
  overflow: hidden;
  background: linear-gradient(to right, #2c8dbf,#46cdcf);
}

.close-fixed-customize-form {
  position: fixed;
  width: 0;
  height: 0;
  top: calc(50% - 230px);
  right: 50px;
  transition: all 0.3s ease-out;
}

.fixed-customize-form form {
  flex-direction: column;
}

.show-fixed-form {
  opacity: 1;
  width: 250px;
  padding: 20px;
  height: 425px;
  cursor: initial;
}

.show-close-button {
  opacity: 1;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.fixed-customize-form h3 {
  margin-bottom: 30px;
  color: #fff;
}

.fixed-customize-form h3 span {
  font-size: 24px;
}

.fixed-customize-form input, .fixed-customize-form textarea {
  border: 1px solid #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.fixed-customize-form input::placeholder, .fixed-customize-form textarea::placeholder {
  font-size: 14px;
  color: #fff;
  padding: 5px;
}

.fixed-customize-form p {
  font-size: 14px !important;
  padding: 0 !important;
}

.fixed-customize-form button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px 25px;
  color: #fff;
  font-family: regular_semibold;
  align-self: center;
  border-radius: 10px;
  width: 100%;
  justify-content: center;
  transition: all 0.3s;
}

.fixed-customize-form button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #095655;
}

/* STYLES FOR TOC SECTION END */

.page-content-end {
  width: 90%;
  border: none;
  background: #ccc;
  height: 1px;
  margin: 20px auto 10px auto;
}

/* MEDIA QUERIES */

@media (min-width: 768px) {
  /* change width of component 4 floating image */
  .floating-image-container #inset {
    max-width: 50%;
    margin: 20px;
  }
  /* change layout for components 6 & 7 */
  .sixth-seventh-components .flex {
    flex-direction: row;
  }
  .sixth-seventh-components .wrap-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .customize-report-form > .flex {
    flex-direction: row;
    padding: 40px 0;
  }
  .customize-report-form > .flex:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100% - 100px);
    width: 1px;
    border-left: 1px solid #ccc;
    margin: 50px 0;
  }
  .customize-report-form .text-section {
    width: 50%;
  }
  .customize-report-form .customize-report {
    width: 50%;
  }
}

@media (min-width: 960px) {

  .show-on-mobile {
    display: none;
  }

  .show-mobile-rd-nav {
    display: none;
  }

  .rd-heading-section > .flex .report-action-buttons {
    display: flex;
  }

  .rd-heading-section > .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .purchase-report-section-desktop {
    order: 2;
  }
  
  .rd-heading-section .breadcrumb {
    order: 3;
  }

  .purchase-report-container .purchase-report-label {
    height: 0;
    margin-bottom: 0;
  }

  .couponsection {
    height: 0;
  }

  .purchase-report-container:hover .couponsection {
    height: 60px;
    margin-bottom: 25px;
    overflow: initial;
  }
  
  .purchase-report-container:hover .purchase-report-label {
    height: 52px;
    margin-bottom: 25px;
  }

  .rd-heading-section > .flex h2 {
    margin: 0 0 25px 0;
    text-transform: uppercase;
  }

  .rd-heading-section .intro-info {
    width: calc(70% - 2vw);
    margin-right: 2vw;
  }

  .purchase-report-label .tooltiptext {
    top: 0;
    left: -260px;
  }

  .purchase-report-section-desktop {
    width: 30%;
  }

  .purchase-report-section-desktop .executive-summary-button {
    display: flex;
  }

  .rd-heading-section .breadcrumb:before {
    box-shadow: 0px -35px 3px 1px #ccc;
  }

  /* change layout for rd page  */
  .preview-rd-page {
    flex-direction: row;
  }
  /* show side menu */
  .rd-page-navigation {
    width: 20%;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    align-self: flex-start;
    transform: translateY(0);
  }
  /* change width for page content */
  .page-content {
    width: 80%;
    padding: 0 25px;
    margin-bottom: 50px;
  }
  /* change layout for components 1 & 2 */
  .first-second-components {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* change widths for components 1 & 2 children */

  .component-1 {
    width: 70%;
    flex-direction: row;
    align-items: center;
  }

  .component-1 > picture {
    width: 40%;
  }
  
  .component-1:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    height: calc(100% - 20px);
    width: 1px;
    border-left: 1px solid rgba(220, 220, 220, 1);
    margin: 10px 0;
  }

  .component-1 > picture {
    width: 40%;
  }

  .overview-points-list {
    width: 60%;
  }

  .submit-customize-form-section {
    display: flex;
  }

  .mobile-market-segmentation {
    display: none;
  }

  .desktop-market-segmentation {
    display: block;
  }

  .img-section {
    box-shadow: 0px 0px 10px 1px rgba(220, 220, 220, 1);
    border: 1px solid rgba(220, 220, 220, 1);
  }
  
  /* hide mobile lead submit button */
  .fixed-bottom-div {
    display: none;
  }
  .component-3 ul {
    display: none;
  }
  .component-3 table {
    width: 100% !important;
    max-width: 900px;
    height: auto;
    overflow: auto;
    padding: 10px;
    margin-bottom: 10px;
  }
  .customize-section {
    flex-direction: row;
  } 
  .customize-section button {
    width: 25%;
  }
}

/* @media (min-width: 1440px) {
  
  .container {
    max-width: 1440px;
  }

  .component-2 p, .component-3 p, .component-4 p, .component-5 p, .sixth-seventh-components p, .customize-report-form, .customize-toc, .component-3 table, .img-section, .sixth-seventh-components .flex, #related-reports-section, .extra-components p, .component-5 .big-img, .component-5 h4 {
    max-width: 900px;
  }

  .img-section .rd-img, .component-5 .normal-img, .img-section p {
    max-width: 600px;
  }

  .component-2 li, .component-4 li, .component-5 li, .component-3 li, .sixth-seventh-components li {
    max-width: 880px;
  }

  .component-3 table {
    width: 100% !important;
    max-width: 1200px;
  }

} */