@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: auto;
  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 59, 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 69, 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 80, 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 89, 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 97, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-banner-title-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

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

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

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

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

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

/* line 137, 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 145, 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 154, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-details-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

/* line 161, 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 170, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-request-sample-form-cont {
  display: flex;
  width: 100%;
  gap: 40px;
}

/* line 176, 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 184, 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 195, 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 206, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.request-sample-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

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

/* line 218, 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 230, 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 237, 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 246, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-no-of-pages {
  font-weight: 500;
  font-size: 1rem;
}

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

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

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

/* line 266, 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 275, 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 282, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-form-row {
  display: flex;
  gap: 15px;
}

/* line 287, 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 297, 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 302, 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 313, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
select:invalid {
  color: #888;
}

/* line 317, 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 322, 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 333, 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 338, 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 350, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-enquire-form button:hover {
  background-color: #c10000;
  transform: translateY(-2px);
}

/* line 355, 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 364, 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 373, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-card-left-info-cont::-webkit-scrollbar {
  width: 6px;
}

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

/* line 382, 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 389, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-template-cont h3 {
  margin-bottom: 10px;
}

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

/* line 397, 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 404, 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 412, 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 420, 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 432, 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 443, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-contact-info h3 {
  font-size: 1.1rem;
  color: var(--secondary);
}

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

/* line 452, 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 459, 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 470, 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 477, 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 485, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.rfs-wh {
  color: var(--pri-tetradic-01);
  font-size: 1.2rem;
}

/* line 490, 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 499, 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 507, 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: 80px 0px;
}

/* line 518, 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: 30px 0px;
}

/* line 528, 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 539, 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 552, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-controls {
  display: flex;
  gap: 20px;
}

/* line 557, 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 565, 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 573, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-container {
  overflow: hidden;
  width: 100%;
}

/* line 578, 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 587, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.carousel-track::-webkit-scrollbar {
  display: none;
}

/* line 591, 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 605, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.card-profile-pic {
  display: flex;
  width: 650px;
  height: auto;
  border-radius: 12px;
}

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

/* line 616, 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-image: url(/assets/home_images/ProfilePic_Placeholder_01-7c7669d6f37fbe3b9c8fcb9bbdfae87dc7ff54941ded85079e5b5f910e396320.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 626, 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 639, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-video-btn:hover {
  opacity: 0.8;
}

/* line 643, 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 650, 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 659, 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 667, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-feedback {
  font-family: noto sans;
  font-size: 1.2rem;
}

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

/* line 679, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.profile-company-logo {
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url(/assets/home_images/Hyosung_Logo_01-4570835ed1b4465244e22db52ffdac85836e2a06bba046d9f396a57587036efa.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

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

/* line 700, 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 706, 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 716, 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 727, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.section-heading {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 733, 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 740, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
.section-heading-left {
  display: flex;
  justify-content: flex-start;
}

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

/* line 752, 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 766, 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 773, 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 787, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title {
    font-size: 3.2rem;
  }
  /* line 791, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 797, 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 804, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-subTitle {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 813, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 92%;
  }
  /* line 817, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-request-sample-form-cont {
    gap: 20px;
  }
  /* line 821, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 56%;
  }
  /* line 825, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 44%;
  }
  /* line 829, 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 836, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-inner-section {
    width: 92%;
  }
  /* line 840, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-inner-cont {
    width: 95%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 849, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title {
    font-size: 2.8rem;
  }
  /* line 853, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-subTitle {
    font-size: 1.6rem;
  }
  /* line 857, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-info {
    font-size: 1.2rem;
  }
  /* .rfs-banner-rt-img {
    width: 28rem;
    height: 19rem;
  } */
  /* .rfs-details-container {
    width: 95%;
  } */
  /* .rfs-request-sample-form-cont {
    width: 100%;
  } */
  /* line 874, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-card-left-info-cont {
    max-height: 552px;
  }
  /* line 878, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-description-01 {
    gap: 17px;
  }
  /* line 882, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-chevron {
    width: 16px;
    height: 16px;
  }
  /* line 887, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-separator {
    height: 60px;
  }
  /* line 891, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .carousel-header {
    width: 95%;
  }
  /* line 895, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .carousel-container {
    width: 95%;
  }
  /* line 899, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 904, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
}

@media only screen and (max-width: 1080px) {
  /* line 913, 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 922, 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 938, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 95%;
  }
  /* line 942, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 50%;
  }
  /* line 946, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 50%;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 955, 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 967, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-request-sample-form-cont {
    flex-direction: column;
    align-items: center;
  }
  /* line 972, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-card-left-info-cont {
    height: 40vh;
  }
  /* line 976, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 90%;
  }
  /* line 980, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 90%;
  }
  /* line 984, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .request-sample-form-cont {
    padding: 0px 0px 0px 0px;
  }
  /* line 988, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .request-sample-form-cont {
    gap: 20px;
  }
  /* line 992, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-wrapper {
    margin-top: 0px;
  }
  /* line 996, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-box {
    flex-direction: column;
    width: 90%;
    gap: 5px;
  }
  /* line 1002, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info h3 {
    font-size: 1.5rem;
  }
  /* line 1006, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info p {
    font-size: 1.2rem;
  }
  /* line 1010, 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 1016, 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 1022, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-whatsapp-link {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 1029, 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 1037, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-heading-group-cont {
    width: 100%;
  }
  /* line 1041, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img-cont {
    width: 100%;
  }
  /* line 1045, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img {
    justify-content: center;
  }
  /* line 1049, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 80%;
  }
  /* line 1053, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title-group-cont {
    align-items: center;
  }
  /* line 1057, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title,
.rfs-banner-subTitle,
.rfs-banner-info {
    text-align: center;
  }
  /* line 1063, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 840px) {
  /* line 1070, 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 1082, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-description-01 {
    padding: 1rem 0.5rem 1rem 0.5rem;
    gap: 10px;
  }
  /* line 1087, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-desc-icon {
    width: 24px;
    height: 24px;
  }
  /* line 1092, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-no-of-pages {
    font-size: 0.8rem;
  }
  /* line 1096, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-report {
    font-size: 0.8rem;
  }
  /* line 1100, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-desc-separator {
    width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1111, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-rt-img img {
    width: 90%;
  }
  /* line 1115, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-desc-icon {
    width: 20px;
    height: 20px;
  }
  /* line 1120, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-no-of-pages {
    font-size: 0.9rem;
  }
  /* line 1124, 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 1133, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-template-cont {
    width: 100%;
  }
  /* line 1137, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-heading-group-cont {
    width: 90%;
  }
  /* line 1141, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-details-container {
    width: 90%;
  }
  /* line 1145, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-form-cont {
    width: 100%;
  }
  /* line 1149, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-box {
    width: 100%;
  }
  /* line 1153, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .request-sample-form-cont {
    padding: 0px 0px 0px 0px;
  }
}

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

@media only screen and (max-width: 420px) {
  /* .rfs-form-desc-icon {
    width: 16px;
    height: 16px;
  } */
  /* line 1172, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-no-of-pages {
    font-size: 0.7rem;
  }
  /* line 1176, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-report {
    font-size: 0.7rem;
  }
  /* line 1180, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-banner-title {
    font-size: 3rem;
  }
  /* line 1184, app/assets/stylesheets/reports/request-free-sample-style-01.scss */
  .rfs-contact-info-separator {
    width: 14rem;
  }
}
