@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-blue-background: #092D48;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --light-blue: #E9F4FE;
  --section-bg: #F2FAFF;
  --section-heading: #005EAD;
  --light-blue: #BDE1FF;
}

/* line 36, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
h1,
h2,
h3 {
  margin: 0;
}

/* ----HERO SECTION CSS STARTS---- */
/* line 44, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin: 0px 0px 0px 0px;
  background-color: var(--dark-blue-background);
  background-image: url(/assets/home_images/MRFR_BG_Pattern_Transperant_01-da911303aff4572e63fe167a5bdac40923ea5532a03ed30bd32150e317b92270.png);
  background-position: center;
  background-size: 60px 60px;
  /* padding: 40px 0px 80px 0px; */
}

/* line 60, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-inner-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  /* gap: 20px; */
  padding: 50px 0px 50px 0px;
}

/* line 70, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-heading-group-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  gap: 50px;
  /* padding: 20px 0px 20px 0px; */
  font-family: "Noto Sans", sans-serif;
}

/* line 81, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-heading-lt-group-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

/* line 90, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-title-group-cont {
  display: flex;
  flex-direction: column;
  color: var(--white);
  width: 100%;
  gap: 20px;
}

/* line 98, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-title-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 104, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-title {
  font-size: 3rem;
  font-family: roboto condensed;
  font-weight: 400;
}

/* line 110, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-subTitle {
  font-size: 2rem;
  font-weight: 400;
}

/* line 115, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-info-cont {
  display: flex;
}

/* line 119, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-info {
  font-size: 1.1rem;
  line-height: 26px;
}

/* line 124, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-rt-img-cont {
  display: flex;
  justify-content: center;
  width: 50%;
}

/* line 130, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-rt-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: auto;
}

/* line 139, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-rt-img img {
  display: flex;
  width: 90%;
  height: auto;
}

/* ----INFOGRAPIC FORM SECTION CSS---- */
/* line 147, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-details-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Noto Sans", sans-serif;
  padding: 1rem;
}

/* line 156, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-details-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

/* line 163, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-details-inner-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 90%;
}

/* line 172, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-request-sample-form-cont {
  display: flex;
  width: 100%;
  gap: 40px;
}

/* line 178, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.resource-info-card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

/* line 186, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-template-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
  border: 1.5px solid var(--input-border-gray);
}

/* line 197, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-cont {
  width: 100%;
  height: fit-content;
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
  border: 1.5px solid var(--input-border-gray);
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-direction: column;
}

/* line 208, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.request-sample-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 214, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-request-sample-form-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 220, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-description-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "noto sans";
  color: var(--secondary);
  border: 1px solid var(--input-border-gray);
  border-radius: 6px;
  padding: 1rem;
  gap: 20px;
}

/* line 232, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-desc-no-of-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

/* line 239, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-desc-icon {
  width: 30px;
  height: 30px;
  background-image: url(/assets/home_images/request_free_sample_form_icon_01-323118b96cd488199c08f54a2a8dc544504a967867ea3f129507f9d21a4f189c.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 248, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-no-of-pages {
  font-weight: 500;
  font-size: 1rem;
}

/* line 253, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-desc-separator {
  width: 2px;
  height: 20px;
  background-color: var(--secondary);
}

/* line 259, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-report-code {
  display: flex;
}

/* line 263, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-report {
  font-size: 1rem;
  font-weight: 500;
}

/* line 268, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-description-02 {
  font-size: 0.85rem;
  color: #666;
  background-color: #f1f6ff;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1.4;
}

/* line 277, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0px 0px 0px 0px;
}

/* line 284, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-row {
  display: flex;
  gap: 15px;
}

/* line 289, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form input {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  background-color: #fff;
  transition: all 0.3s ease;
}

/* line 299, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form input::placeholder {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

/* line 304, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form select {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  background-color: #fff;
  transition: all 0.3s ease;
}

/* line 315, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
select:invalid {
  color: #888;
}

/* line 319, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form select::placeholder {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

/* line 324, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  background-color: #fff;
  transition: all 0.3s ease;
  resize: vertical;
}

/* line 335, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form textarea::placeholder {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
}

/* line 340, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form button {
  background-color: var(--primary);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 352, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form button:hover {
  background-color: #c10000;
  transform: translateY(-2px);
}

/* line 357, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-card-left-info-cont {
  width: 100%;
  max-height: 542px;
  overflow-y: auto;
  border-radius: 10px;
  scrollbar-width: thin;
  scrollbar-color: #999 #f1f1f1;
}

/* line 366, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-card-left-info-cont img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  /* So users know they can click */
}

/* Image Scroller Starts */
/* line 375, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-card-left-info-cont::-webkit-scrollbar {
  width: 6px;
}

/* line 379, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-card-left-info-cont::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* line 384, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-card-left-info-cont::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

/* Image Scroller ends*/
/* line 391, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-template-cont h3 {
  margin-bottom: 10px;
}

/* line 395, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-request-sample-form-cont::-webkit-scrollbar {
  width: 6px;
}

/* line 399, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-request-sample-form-cont::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/* Contact Us */
/* line 406, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

/* line 414, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

/* line 422, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info-box {
  display: flex;
  justify-content: space-around;
  background-color: var(--light-blue);
  border: 1px solid var(--input-border-gray);
  border-radius: 6px;
  align-items: center;
  /* padding: 1rem 0.5rem 1rem 0.5rem; */
  width: 100%;
  gap: 10px;
}

/* line 434, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-family: "Noto Sans", sans-serif;
  padding: 1rem 1rem 1rem 1rem;
}

/* line 445, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info h3 {
  font-size: 1.1rem;
  color: var(--secondary);
}

/* line 450, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info p {
  font-size: 0.8rem;
}

/* line 454, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info-wh-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1rem 1rem;
}

/* line 461, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info-wh {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 30px;
  background-color: var(--white);
  border: 2px solid var(--pri-tetradic-01);
  padding: 0.5rem 1rem 0.5rem 1rem;
  gap: 8px;
}

/* line 472, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-whatsapp-link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 479, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-wh-icon {
  width: 24px;
  height: 24px;
  background-image: url(/assets/home_images/whatsapp_icon_01-2b6a27ae65f2b90d47e6200bed0f8bbc43faf05d00eb4e6fa20a95e6e318d256.svg);
  background-position: center;
  background-size: cover;
}

/* line 487, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-wh {
  color: var(--pri-tetradic-01);
  font-size: 1.2rem;
}

/* line 492, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info-chevron {
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}

/* line 501, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info-separator {
  width: 2px;
  height: 70px;
  background-color: var(--blue);
}

/* ----HEAR FROM OUR CLIENT---- */
/* line 509, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* position: relative; */
  /* max-width: 700px; */
  width: 100%;
  margin: 25px 0px;
}

/* line 521, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  gap: 20px;
  padding: 0px 0px;
}

/* line 532, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-header {
  /* position: absolute; 
          top: -60px;
          right: 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

/* line 543, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-header button {
  width: 54px;
  height: 54px;
  /* padding: 8px 14px; */
  /* background: #ffffff; */
  border: solid 1px #0F2130;
  /* color: white;
          font-size: 18px; */
  cursor: pointer;
  border-radius: 50px;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
}

/* line 556, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-controls {
  display: flex;
  gap: 20px;
}

/* line 561, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.prev-btn {
  background-image: url(/assets/home_images/Arrow_Previous_01-3a57cbdf66b633e027e35b1af592ca9536807153992377bb265c297c792ad1ff.svg);
  background-color: var(--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 569, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.next-btn {
  background-image: url(/assets/home_images/Arrow_Next_01-0538f8cf4102ac21c81b13c92924596f05ba68616ee604bd3353c68f911263c2.svg);
  background-color: var(--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 577, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-container {
  overflow: hidden;
  width: 100%;
}

/* line 582, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  padding-left: 10px;
}

/* line 591, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-track::-webkit-scrollbar {
  display: none;
}

/* line 595, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.card {
  display: flex;
  flex: 0 0 80%;
  /* flex: 0 0 50%; */
  margin-right: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* min-width: 60%; */
  width: 60%;
  gap: 20px;
}

/* line 609, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.card-profile-pic {
  display: flex;
  width: 650px;
  height: 290px;
  border-radius: 12px;
}

/* line 617, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.card-profile-pic a {
  text-decoration: none;
}

/* line 621, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
#card-profile-pic-01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 631, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0px 10px;
  background-color: var(--black);
  border-radius: 12px;
  height: 90px;
  opacity: 0.5;
  gap: 8px;
  margin: 0px 0px 10px 10px;
}

/* line 644, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-video-btn:hover {
  opacity: 0.8;
}

/* line 648, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-video-btn h3 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
}

/* line 655, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.play-icon {
  width: 80px;
  height: 80px;
  background-image: url(/assets/home_images/PlayBtn_White_01-b90092393eedcd5ed196e97c17856510b3a4d786082f8a1193a0752e809eb987.svg);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 664, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  gap: 100px;
}

/* line 672, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-feedback {
  font-family: noto sans;
  font-size: 1.2rem;
}

/* line 677, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-personal-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* line 684, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-company-logo {
  display: flex;
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 694, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-name-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 700, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-name-cont h4,
h5 {
  margin: 0px;
}

/* line 705, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-name-cont h4 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 711, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-name-cont h5 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
}

/* --------------LOGO TICKER-------------- */
/* line 721, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.logo-ticker-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: var(--section-dark-bg);
  padding: 30px 0px;
  gap: 20px;
  z-index: -1;
}

/* line 732, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.section-heading {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 738, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.section-heading h2 {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 20px 0px;
}

/* line 745, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.section-heading-left {
  display: flex;
  justify-content: flex-start;
}

/* line 750, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.section-heading-left h2 {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 20px 0px;
}

/* line 758, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
#section-heading-dark-bg {
  color: var(--white);
}

@keyframes ticker-kf {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80rem);
  }
}

/* line 772, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.img-ticker {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  animation: ticker-kf 10s linear infinite;
}

/* line 779, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.tickerlogo {
  width: 6rem;
  flex: none;
  margin: 0 2rem 0 2rem;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}

/* ----MEDIA QUERY STARTS---- */
@media only screen and (max-width: 1550px) {
  /* line 793, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title {
    font-size: 3.2rem;
  }
  /* line 797, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 803, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-card-left-info-cont {
    max-height: 560px;
  }
}

@media only screen and (max-width: 1370px) {
  /* line 810, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-subTitle {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 817, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-inner-section {
    padding: 20px 0px 20px 0px;
  }
  /* line 821, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-section-wrapper {
    height: 370px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 829, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 92%;
  }
  /* line 833, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-request-sample-form-cont {
    gap: 20px;
  }
  /* line 837, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 56%;
  }
  /* line 841, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 44%;
  }
  /* line 845, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-card-left-info-cont {
    max-height: 550px;
  }
}

@media only screen and (max-width: 1160px) {
  /* line 852, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-inner-section {
    width: 92%;
  }
  /* line 856, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-inner-cont {
    width: 95%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 865, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title {
    font-size: 2.4rem;
  }
  /* line 870, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-subTitle {
    font-size: 1.4rem;
  }
  /* line 875, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-info {
    font-size: 1rem;
    line-height: 1.8;
  }
  /* .rfs-banner-rt-img {
    width: 28rem;
    height: 19rem;
  } */
  /* .rfs-details-container {
    width: 95%;
  } */
  /* .rfs-request-sample-form-cont {
    width: 100%;
  } */
  /* line 894, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-card-left-info-cont {
    max-height: 552px;
  }
  /* line 898, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-description-01 {
    gap: 17px;
  }
  /* line 902, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-chevron {
    width: 16px;
    height: 16px;
  }
  /* line 907, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-separator {
    height: 60px;
  }
  /* line 911, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .carousel-header {
    width: 95%;
  }
  /* line 915, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .carousel-container {
    width: 95%;
  }
  /* line 919, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 924, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
  /* line 930, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-section-wrapper {
    height: 280px;
  }
  /* line 934, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title-group-cont {
    gap: 15px;
  }
}

@media only screen and (max-width: 1080px) {
  /* line 941, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-card-left-info-cont {
    max-height: 536px;
  }
  /* .rfs-form-description-01 {
    padding: 1rem 0.5rem 1rem 0.5rem;
    gap: 10px;
  } */
  /* line 950, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-desc-icon {
    width: 20px;
    height: 20px;
  }
  /* .rfs-no-of-pages {
    font-size: 0.9rem;
  }

  .rfs-report {
    font-size: 0.9rem;
  } */
}

@media only screen and (max-width: 1000px) {
  /* line 966, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 95%;
  }
  /* line 970, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 50%;
  }
  /* line 974, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 50%;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 983, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-wrapper {
    padding: 20px 0px 0px 0px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 995, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-request-sample-form-cont {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 1000, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-card-left-info-cont {
    height: 40vh;
  }
  /* line 1004, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 90%;
  }
  /* line 1008, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 90%;
  }
  /* line 1012, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .request-sample-form-cont {
    padding: 0px 0px 0px 0px;
  }
  /* line 1016, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .request-sample-form-cont {
    gap: 20px;
  }
  /* line 1020, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-wrapper {
    margin-top: 0px;
  }
  /* line 1024, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-box {
    flex-direction: column;
    width: 90%;
    gap: 5px;
  }
  /* line 1030, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info h3 {
    font-size: 1.5rem;
  }
  /* line 1034, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info p {
    font-size: 1.2rem;
  }
  /* line 1038, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-chevron {
    background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
    width: 20px;
    height: 20px;
  }
  /* line 1044, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-separator {
    width: 18.75rem;
    height: 2px;
    margin: 10px 0px 5px 0px;
  }
  /* line 1050, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-whatsapp-link {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 1057, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-section-wrapper {
    height: auto;
  }
  /* line 1062, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-inner-section {
    margin-top: 72px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  /* line 1070, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-heading-group-cont {
    width: 100%;
  }
  /* line 1074, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img-cont {
    display: none;
    width: 100%;
  }
  /* line 1080, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img {
    justify-content: center;
  }
  /* line 1084, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 80%;
  }
  /* line 1088, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title-group-cont {
    align-items: center;
  }
  /* line 1092, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title,
.rfs-banner-subTitle,
.rfs-banner-info {
    text-align: center;
  }
  /* line 1098, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 840px) {
  /* line 1105, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-heading h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  /* line 1117, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-description-01 {
    padding: 1rem 0.5rem 1rem 0.5rem;
    gap: 10px;
  }
  /* line 1122, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-desc-icon {
    width: 24px;
    height: 24px;
  }
  /* line 1127, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-no-of-pages {
    font-size: 0.8rem;
  }
  /* line 1131, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-report {
    font-size: 0.8rem;
  }
  /* line 1135, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-desc-separator {
    width: 1px;
  }
}

@media only screen and (max-width: 540px) {
  /* line 1141, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  #card-profile-pic-01,
#card-profile-pic-02,
#card-profile-pic-03,
#card-profile-pic-04,
#card-profile-pic-05,
#card-profile-pic-06,
#card-profile-pic-07,
#card-profile-pic-08 {
    height: 200px;
  }
  /* line 1152, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-wrapper {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1161, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 90%;
  }
  /* line 1165, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-desc-icon {
    width: 20px;
    height: 20px;
  }
  /* line 1170, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-no-of-pages {
    font-size: 0.9rem;
  }
  /* line 1174, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-report {
    font-size: 0.9rem;
  }
  /* .rfs-banner-rt-img {
    width: 24rem;
    height: 16rem;
  } */
  /* line 1183, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 100%;
  }
  /* line 1187, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-heading-group-cont {
    width: 90%;
  }
  /* line 1191, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-container {
    width: 90%;
  }
  /* line 1195, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 100%;
  }
  /* line 1199, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-box {
    width: 100%;
  }
  /* line 1203, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .request-sample-form-cont {
    padding: 0px 0px 0px 0px;
  }
  /* line 1206, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-info {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  /* line 1211, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title {
    font-size: 2.4rem;
  }
  /* line 1214, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-wrapper {
    padding: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 440px) {
  /* line 1221, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-heading {
    font-size: 2.3rem;
  }
  /* line 1224, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .section-heading {
    padding: 0rem 1rem 0rem 1rem;
  }
}

@media only screen and (max-width: 420px) {
  /* .rfs-form-desc-icon {
    width: 16px;
    height: 16px;
  } */
  /* line 1236, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-no-of-pages {
    font-size: 0.7rem;
  }
  /* line 1240, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-report {
    font-size: 0.7rem;
  }
  /* line 1244, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title {
    font-size: 2.3rem;
  }
  /* line 1248, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-separator {
    width: 14rem;
  }
  /* line 1252, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .card-profile-pic {
    height: 200px;
  }
}
