/* Reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: var(--siteblue);
}
a,
a:hover {
  text-decoration: none;
  transition: 0.3s all;
}
body {
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

/* Custom css */
/* Typo */
:root {
  --fs56: clamp(2.2rem, 1.738rem + 2.016vw, 3.5rem);
  --fs18: clamp(0.875rem, 0.786rem + 0.388vw, 1.125rem);
  --fs40: clamp(1.5rem, 1.144rem + 1.55vw, 2.5rem);
  --fs11: 0.688rem;
  --fs12: 0.75rem;
  --fs13: 0.813rem;
  --fs14: 0.875rem;
  --fs15: 0.938rem;
  --fs16: 1rem;
  --fs21: clamp(1rem, 0.889rem + 0.485vw, 1.313rem);
  --fs24: clamp(1rem, 0.643rem + 0.952vw, 1.5rem);

  --textcl: #30383f;
  --headcl: #28334a;
  --bggray: #bdbdbd;
  --lightgray: #f0eeed;
  --siteblue: #006680;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0;
  color: var(--headcl);
}
h1 {
  font-size: var(--fs56);
}
h2 {
  font-size: var(--fs40);
  margin-bottom: 30px;
}
p {
  font-size: var(--fs18);
  line-height: 1.6;
  color: var(--textcl);
}
p a {
  color: var(--siteblue);
  text-decoration: underline;
}
#popup {
  display: none;
}
.site-btn {
  padding: 8px 38px;
  font-size: var(--fs18);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: var(--headcl);
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--headcl);
  letter-spacing: 0.098em;
  height: fit-content;
}
.common-btn {
  padding: 8px 38px;
  font-size: var(--fs18);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: var(--headcl);
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--headcl);
  letter-spacing: 0.098em;
  min-height: 44px;
}
.site-btn img {
  display: block;
  max-width: 16px;
  max-height: 16px;
  margin-left: 10px;
}
.site-btn:hover {
  background: var(--siteblue);
  border-color: var(--siteblue);
  color: #fff;
}
.site-btn.outline {
  background: transparent;
  color: var(--headcl);
}
.lg-btn {
  height: auto;
}

/* Container */
.container,
.container-xl {
  padding-left: 30px;
  padding-right: 30px;
}

/* Header */

header .navbar {
  padding: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .navbar-brand {
  padding: 1rem 0;
  position: relative;
  z-index: 5;
}
header .navbar-brand img {
  display: block;
  max-width: 125px;
  max-height: 60px;
}
header .navbar-nav .nav-item {
  margin: 0 9px;
}
header .navbar .navbar-nav .nav-link {
  padding: 11px 9px;
  margin: 20px 0;
  font-size: var(--fs18);
  box-shadow: none;
}
header .navbar .navbar-nav .nav-link::after {
  width: 6px;
  height: 6px;
  border: 1px solid var(--siteblue);
  border-top: 0;
  border-left: 0;
  rotate: 45deg;
  margin-top: 1px;
}
header .navbar-nav .nav-item .dropdown-menu.show {
  display: flex !important;
}
header .navbar-nav .nav-item .dropdown-menu {
  width: 100%;
  background-color: transparent;
  outline: 0;
  border: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 97%;
  right: 0;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-menu-wrapper {
  
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 17px;
  border: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  margin-left: auto;
  background-color: white;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: var(--fs16);
  margin-left: 24px;
  border-left: 0.5px solid #e0e0e0;
  padding: 0;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item span {
  padding: 15px 24px;
  display: flex;
  margin: 0 40px;
}
.head-search {
  position: static;
}
.head-search .se-btn {
  display: flex;
  align-items: center;
  background: var(--lightgray);
  border: 0;
  border-radius: 4px;
  font-size: var(--fs18);
  color: var(--textcl);
  font-weight: 500;
  padding: 12px 20px;
  transition: 0.3s all;
}
.head-search .se-btn svg,
.head-search .se-btn img {
  display: block;
  margin-left: 10px;
  max-width: 20px;
}
.head-search .se-btn:hover {
  background-color: var(--siteblue);
  color: #fff;
}
.head-wrapper .drop-wrapper{
  display: flex;
  align-items: center;
}
.head-search .se-btn:hover svg path {
  fill: #fff;
}
.head-search .dropdown-menu.show {
  max-width: 100% !important;
}
.head-search .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0;
  padding: 50px 0;
  background: rgba(240, 238, 237, 0.8);
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.head-wrapper {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dropdown {
  position: unset;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: unset;
  right: 0;
  max-width: 744px;
  width: 100%;
}
.dropdown-menu.show {
  display: flex;
}

/* Left column styling */
.dropdown-menu .parent-tabs {
  width: 45%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* Right column styling */
.dropdown-menu .child-panels {
  width: 55%;
  padding: 0;
  position: relative;
}
.dropdown-menu .parent-tab-link {
  padding: 15px;
  color: var(--textcl);
  font-weight: 400;
  font-size: var(--fs18);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
}
.dropdown-menu .parent-tab-link:hover,
.dropdown-menu .parent-tab-link.active {
  background-color: rgba(0, 102, 128, 0.05); /* 5% opacity background */
}

.dropdown-menu .child-panel {
  display: none;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.dropdown-menu .child-panel .dropdown-item:hover span {
  background-color: rgba(0, 102, 128, 0.05);
}
.dropdown-menu .child-panel.active {
  display: block;
}

/* Dropdown item styling */
.dropdown-menu .dropdown-item {
  padding: 15px;
  font-size: 18px;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #f5f5f5;
  color: #006680;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu.show {
  animation: fadeIn 0.3s ease forwards;
}

/* Animation for child panels */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.dropdown-menu .child-panel.active {
  animation: fadeInRight 0.3s ease forwards;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: unset;
  color: unset;
}
/* Home Banner */
.banner-ct {
  height: 340px;
  background-color: var(--bggray);
  border-radius: 0 0 30px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.banner-ct figure {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.banner-ct figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-ct h1 {
  position: relative;
  z-index: 2;
}
.navbar .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.navbar .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* Adjust if needed */
  width: 0;
  height: 0%;
  border-bottom: 2px solid #d52b1e;
  transition: width 0.3s ease-in-out;
  transform: translatey(-50%);
}

/* When hovered OR when dropdown is open (Bootstrap adds .show to .dropdown) */
.navbar .nav-item.dropdown .nav-link.parent-active::before {
  border-bottom: 4px solid #d52b1e !important;
  width: 100%;
}
/* .navbar .nav-item.dropdown.show:hover > .nav-link::before {
  width: 100%;
} */
.navbar .nav-item.dropdown.show .nav-link{
  box-shadow: 0px 0px 12px rgba(0, 204, 255, 0.6);
}

.navbar .nav-item.dropdown:hover > .nav-link::before {
  border-bottom: 2px solid #d52b1e;
  width: 100%;
}
.dropdown-menu .dropdown-item.current span {
  background-color: rgba(0, 102, 128, 0.05);
}
/* Home Contents */
.home-contents {
  padding: 90px 0;
}
.padd-sm {
  padding: 40px 0 60px;
}
.gray-bg {
  background-color: var(--lightgray);
}
.ct-box p + p {
  margin-top: 15px;
}
.search-form .f-label {
  font-size: var(--fs14);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.search-form .f-label img {
  display: block;
  max-width: 20px;
  max-height: 20px;
  margin-left: 10px;
}
.search-form .inputbox {
  position: relative;
}
.search-form .inputbox .se-icon {
  position: absolute;
  left: 20px;
  top: 15px;
  max-height: 14px;
  pointer-events: none;
}
.search-form .inputbox > span img {
  display: block;
  max-width: 14px;
  max-height: 14px;
}
.search-form .inputbox .clear-icon {
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-form .inputbox .arrow-icon {
  position: absolute;
  right: 25px;
  top: 13px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.search-form .inputbox .arrow-icon svg {
  display: block;
}
.search-form .inputbox .form-control {
  height: 44px;
  border: 2px solid var(--bggray);
  background-color: #fff;
  border-radius: 8px;
  padding-left: 54px;
  color: var(--textcl);
  font-size: var(--fs18);
}
.search-form .inputbox .form-control.textb {
  font-size: var(--fs21);
}
.search-form .inputbox .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.awesomplete ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.awesomplete ul li {
  padding: 8px 12px;
  padding-left: 54px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
  font-size: var(--fs16);
}
.awesomplete ul li mark {
  font-weight: 600;
  background-color: transparent;
}
.awesomplete ul li:hover {
  background-color: rgba(0, 102, 128, 0.15);
  border-left: 6px solid var(--siteblue);
}
.awesomplete ul li img {
  position: absolute;
  left: 20px;
  top: 15px;
  max-height: 14px;
  pointer-events: none;
}

.site-link {
  display: inline-flex;
  align-items: center;
  font-size: var(--fs14);
  text-transform: uppercase;
  letter-spacing: 0.017em;
  font-weight: 500;
  text-decoration: underline;
  background: transparent;
  padding: 0;
  border: 0;
  color: var(--siteblue);
  letter-spacing: 2px;
}
.site-link img {
  max-width: 16px;
  margin-left: 10px;
}
.checkbox {
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox span {
  font-size: var(--fs16);
  color: var(--textcl);
  padding-left: 32px;
  position: relative;
  display: block;
}
.checkbox span::before {
  content: "";
  position: absolute;
  inset: 0;
  right: auto;
  width: 20px;
  height: 20px;
  border: 1px solid var(--headcl);
  border-radius: 4px;
  transition: 0.3s all;
  background-color: #fff;
}
.checkbox span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 6px;
  margin: auto 0;
  width: 12px;
  height: 7px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  rotate: -45deg;
  opacity: 0;
  transition: 0.3s all;
}
.checkbox input:checked ~ span::before {
  background-color: var(--headcl);
}
.checkbox input:checked ~ span::after {
  opacity: 1;
}
.advance-search {
  margin-top: 20px;
}
.advance-search .adv-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs18);
  font-weight: 600;
  color: var(--textcl);
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.advance-search .adv-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--textcl);
  border-top: 0;
  border-left: 0;
  rotate: 45deg;
  margin-top: -1px;
  margin-left: 10px;
  transition: 0.4s all;
}
.advance-search .adv-btn.show::after {
  rotate: -135deg;
  margin-top: 7px;
}
.adv-searchbox {
  padding-top: 30px;
  display: none;
}
.optcard {
  margin-bottom: 30px;
}
.optcard h5 {
  padding: 5px 0;
  font-size: var(--fs13);
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  color: var(--headcl);
  margin-bottom: 15px;
}
.optcard ul .checkbox {
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebg {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  z-index: 5;
  top: -90px;
}
.sidebg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.py-90 {
  padding: 90px 0;
}
.pt-90 {
  padding-top: 90px;
}
.subct-sec {
  position: relative;
}
.subct-sec .side-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(10rem, 3.608rem + 17.045vw, 24.063rem);
  height: clamp(10rem, 3.608rem + 17.045vw, 24.063rem);
  display: flex;
  align-items: flex-end;
}
.subct-sec .side-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.card-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.card-list .card {
  background: var(--lightgray);
  padding: 50px;
  border-radius: 50px;
  border: 0;
}
.card-list .card h4 {
  font-size: var(--fs24);
  margin-bottom: 20px;
}

/* Modal */
.modal-backdrop {
  background-color: #30383f;
}
.cookiemodal .modal-dialog {
  align-items: flex-end;
}
.cookiemodal .modal-body {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
}
.cookiemodal .modal-body p {
  font-size: var(--fs14);
  color: #707070;
}
.ck-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-btn {
  background: #d83b37;
  border: 1px solid #d83b37;
  border-radius: 60px;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs13);
  color: #fff;
}
.cookie-btn:hover {
  background-color: var(--lightgray);
  color: #d83b37;
}
.cookie-btn.light {
  background-color: #fff;
  color: #d83b37;
}

.sitemodal .modal-content {
  background: var(--headcl);
  border: 0;
  border-radius: 20px;
}
.sitemodal .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 50px;
}
.sitemodal .modal-body p {
  font-size: var(--fs21);
  color: #fff;
  text-align: center;
}
.mod-btn {
  padding: 9px 35px;
  font-size: var(--fs18);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--headcl);
  background: #fff;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--headcl);
}
.mod-btn svg {
  display: block;
  max-width: 16px;
  max-height: 16px;
  margin-left: 10px;
}
.mod-btn:hover {
  background: var(--headcl);
  color: #fff;
  border: 1px solid #fff;
}
.mod-btn:hover svg path {
  fill: #fff;
}
.mod-btn.dark {
  background: var(--headcl);
  border: 1px solid #fff;
  color: #fff;
}
.sml-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Other Pages */
.backlink {
  display: inline-flex;
  align-items: center;
  font-size: var(--fs18);
  color: var(--headcl);
  gap: 10px;
  margin-bottom: 60px;
}
.filter-searchbox {
  display: none;
  padding-top: 45px;
}
.filter-btn {
  background-color: transparent;
  border: 1px solid var(--headcl);
  border-radius: 40px;
  width: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs16);
  font-weight: 600;
  text-transform: uppercase;
  height: 44px;
  color: var(--headcl);
}
.filter-btn span {
  width: 18px;
  height: 10px;
  margin-left: 8px;
  position: relative;
}
.filter-btn span img {
  display: block;
  width: 100%;
}
.filter-btn span::before,
.filter-btn span::after {
  content: "";
  height: 2px;
  background-color: var(--siteblue);
  margin: 0 auto;
  display: block;
  transition: 0.3s all;
  border-radius: 20px;
  opacity: 0;
  position: absolute;
}
.filter-btn.show span img {
  opacity: 0;
  visibility: hidden;
}
.filter-btn span::before {
  width: 100%;
  margin-top: 3px;
  rotate: -45deg;
}
.filter-btn span::after {
  width: 100%;
  margin-top: -6px;
  rotate: 45deg;
}
.filter-btn.show span::before,
.filter-btn.show span::after {
  opacity: 1;
}
.sr-res .checkbox {
  margin-top: 0;
  margin-bottom: 20px;
}
.mob-show {
  display: none;
}
.se-wrap {
  position: relative;
}
.optbtns {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
}
.optbtns .site-btn {
  width: 80%;
}
.search-results .sr-head {
  border-bottom: 1px solid var(--bggray);
  padding-bottom: 45px;
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.search-results .sr-head._column {
  flex-direction: column;
  align-items: flex-start;
}
.search-results .sr-head h2 {
  margin-bottom: 0;
}
.filter-list {
  padding-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-list ul li {
  background-color: rgba(0, 102, 128, 0.15);
  border: 1px solid var(--siteblue);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: var(--headcl);
  font-size: var(--fs16);
  border-radius: 60px;
}
.filter-list .site-link {
  text-transform: none;
  font-size: var(--fs18);
  letter-spacing: 0.01em;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 70px 0;
  border-bottom: 1px solid var(--bggray);
}
.sr-card {
  border: 1px solid var(--bggray);
  padding: 40px 60px;
  padding-right: 100px;
  border-radius: 17px;
  border-left: 22px solid var(--siteblue);
  position: relative;
}
.sr-card > div {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.sr-card-ul {
  display: flex;
  gap: 90px;
}
.sr-card-ul h5 {
  font-size: var(--fs16);
  color: var(--textcl);
  opacity: 0.7;
  margin-bottom: 5px;
  font-weight: 400;
}
.sr-card-ul p {
  font-size: var(--fs18);
  font-weight: 400;
}
.sr-card-ul li > a {
  font-size: var(--fs18);
  font-weight: 600;
  text-decoration: underline;
}
.sr-card-ul li:first-child {
  flex: 0 0 10%;
}
.sr-card-ul + .sr-card-ul li:nth-child(2) {
  flex: 0 0 20%;
}
.sr-card-ul p.status {
  display: inline-flex;
  align-items: center;
}
.sr-card-ul p.status span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  margin-right: 12px;
}
.sr-link {
  position: absolute;
  inset: 0;
  left: auto;
  width: 60px;
  background-color: var(--siteblue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 0 17px 17px 0;
}
.sr-pagination {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.sr-pagination .site-link {
  text-transform: none;
}
.sr-pagination .site-link:hover {
  text-decoration: underline;
}
.pagination {
  gap: 15px;
}
.pagination .page-link {
  background: var(--lightgray);
  font-size: var(--fs18);
  color: var(--textcl);
  padding: 0;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .active .page-link,
.pagination .page-link:hover {
  background: var(--siteblue);
  color: #fff;
}
.pagination .page-item:last-child .page-link {
  background-color: transparent;
  color: var(--siteblue);
}

/* Search Single */

.search-profile {
  padding: 28px 64px 108px 64px;
  width: 100%;
  position: relative;
  background-image: url(../images/tral-banner.svg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 0 0 50px 50px;
}
.trial-banner-section .profile-top {
  position: relative;
  z-index: 1;
}
.search-profile > figure {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.banner-wrapper > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrapper {
  border-radius: 0 0 42px 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  box-shadow: 0px 3px 6px #00000029;
}
.back-wrapper .back-btn img {
  margin-right: 10px;
  height: 16px;
  width: 16px;
}
.back-wrapper .back-btn span {
  font-size: var(--fs18);
  color: white;
}
.profile-bottom .search-id span {
  font-size: var(--fs40);
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner-wrapper .profile-bottom {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  gap: 82px;
  display: grid;
}
.back-wrapper .back-btn {
  align-items: center;
}
.banner-wrapper .search-profile .indicator {
  display: flex;
  align-items: center;
  position: absolute;
  top: 6%;
  right: 5%;
}
.profile-bottom .study-id {
  display: flex;
  flex-direction: column;
}
.profile-bottom .study-id span {
  font-size: var(--fs16);
  font-weight: 400;
  color: white;
}
.profile-bottom .study-id {
  font-size: var(--fs24);
  font-weight: 500;
  color: white;
}

.search-profile .indicator span {
  font-size: var(--fs24);
  color: #fff;
  font-weight: 500;
}
.search-profile .indicator img {
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.tab-headers .tab-inner {
  max-width: 992px;
  width: 100%;
}
.tab-headers .tab-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 20px;
}
.tab-headers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 104px;
  width: 100%;
  height: 100%;
  margin-top: -104px;
  border-radius: 0px 0px 30px 30px;
}

.tab-inner ul {
  display: flex;
  justify-content: space-between;
}
.tab-inner ul li {
  font-size: var(--fs24);
  color: var(--headcl);
  font-weight: 500;
  padding: 29px 0;
  position: relative;
  cursor: pointer;
}
.tab-headers ul li.active {
  font-weight: 600;
}

.tab-headers ul li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e02020;
}

.tab-content {
  display: none;
}
.tab-contents {
  width: 100%;
}
.tab-content.active {
  display: block !important;
}
.tab-pages {
  padding-top: 110px;
  padding-bottom: 42px;
}
.tab-pages .h2 {
  font-size: var(--fs40);
  font-weight: 500;
  margin-bottom: 50px;
}
.tab-pages h3 {
  font-size: var(--fs24);
  margin-bottom: 16px;
}
.white-cmn-btn {
  background-color: white;
  color: var(--textcl);
  padding: 9px 27px;
  border-radius: 39px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  border: 1px solid #28334a;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
#tab1 .white-cmn-btn {
  max-width: 361px;
  margin-left: auto;
}
#tab1 .btn-wrapper {
  margin-top: 62px;
  display: flex;
}
.cmn-btn img {
  width: 14px;
  margin-left: 10px;
}
.map-location {
  width: 100%;
  height: 100%;
  background-color: #bdbdbd;
  max-height: 641px;
  border-radius: 30px;
}
.map-wrapper {
  position: relative;
}

.map-wrapper::after {
  content: "";
  height: 63%;
  position: absolute;
  width: 100%;
  background: var(--lightgray);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.location-search form.search-container {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
  gap: 16px;
  margin-bottom: 42px;
}

.location-search .search-label {
  font-size: 18px;
  color: var(--textcl);
  margin-bottom: 18px;
  display: block;
}

.location-search .input-wrapper {
  flex: 1;
  max-width: 76%;
}

.location-search .input-box {
  display: flex;
  align-items: center;
  border: 1px solid #bdbdbd;
  border-radius: 39px;
  background-color: white;
  padding: 9px 26px;
}

.location-search .input-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  color: var(--textcl);
  background: transparent;
}

.location-search .input-box img {
  width: 16px;
  height: 16px;
  margin-right: 23px;
  fill: #ccc;
}

.location-search .search-button {
  background-color: #262f45;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  padding: 10px 12px;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 23%;
  width: 100%;
}

.location-search .search-button img {
  width: 16px;
  height: 16px;
}
.card-section {
  padding-top: 20px;
}
.card-section .card-box {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #bdbdbd;
  height: 100%;
}
.card-section .row .col-lg-6 {
  padding: 0 17px;
  margin-bottom: 37px;
}
.card-section .card-box h3 {
  margin-bottom: 13px;
  font-size: var(--fs18);
  font-weight: 600;
  color: var(--textcl);
}
.card-section .card-box label {
  font-size: var(--fs16);
  color: var(--textcl);
  margin-bottom: 6px;
  display: block;
  opacity: 0.7;
  font-weight: 400;
}
.card-section .card-box .status-wrapper {
  margin-top: 24px;
}
.card-section .card-box .status-wrapper p {
  font-size: var(--fs18);
  color: var(--textcl);
  font-weight: 400;
  display: flex;
  align-items: center;
}
.card-section .card-box .status-wrapper p::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  margin-right: 11px;
  background-image: url("../images/green-round.svg");
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.scanner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
.scanner-wrapper .scan-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 68%;
}
.scanner-wrapper .scan-part img {
  margin-right: 7%;
  max-width: 192px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 30px;
}
.scanner-wrapper .white-cmn-btn,
.scanner-wrapper .site-btn {
  width: 100%;
}
.scanner-wrapper .btn-part {
  gap: 18px;
  display: flex;
  flex-direction: column;
}
.modal-backdrop-custom {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  overflow-y: auto;
}

.modal-custom {
  background-color: #fff;
  border-radius: 8px;
  max-width: 1322px;
  width: 90%;
  padding: 60px 81px;
  position: relative;
  height:85%;
  overflow-y: auto;
}

.d-none {
  display: none !important;
}
.modal-custom h2 {
  margin-bottom: 45px;
}
.modal-custom h3 {
  font-size: var(--fs24);
  font-weight: 500;
  margin-bottom: 18px;
}
.modal-custom span {
  font-size: var(--fs18);
  color: #686868;
  margin-bottom: 38px;
  display: flex;
  font-style: italic;
  font-weight: 400;
}
.modal-custom form label {
  font-size: var(--fs18);
  color: var(--textcl);
  margin-bottom: 18px;
  display: block;
  font-weight: 400 !important;
}
.modal-custom form p {
  margin-top: 30px;
  font-size: var(--fs16);
}
.modal-custom textarea.form-control {
  border: 1px solid #bdbdbd;
  border-radius: 39px;
  font-size: 18px;
  font-style: italic;
  outline: none;
  height: 219px;
}
.modal-custom input.form-control,
.modal-custom select.form-select {
  border-radius: 39px;
  padding-left: 26px;
  height: 48px;
  border: 1px solid #bdbdbd;
  font-size: 18px;
  font-style: italic;
  color: #30383f;
  opacity: 0.8;
  outline: none;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.modal-custom form .btn-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: end;
}
.modal-custom textarea.form-control {
  padding-left: 26px;
  resize: vertical;
  color: #30383f;
  opacity: 0.8;
}
.guidelines .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 79px;
}
.guidelines .left-wrapper {
  max-width: 47%;
  margin-right: 2.3%;
}
.guidelines h2 {
  margin-bottom: 0;
}
.guidelines .left-wrapper h3:first-of-type {
  margin-top: 50px;
}
.guidelines .left-wrapper p + p {
  margin-top: 16px;
}
.guidelines .left-wrapper h3 {
  margin-top: 16px;
}
.guidelines .right-wrapper .card-box {
  padding: 30px 38px;
  background-color: var(--headcl);
  text-align: center;
  border-radius: 30px;
  color: white;
  margin-bottom: 19px;
  min-height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.guidelines .right-wrapper .card-box span {
  font-size: var(--fs18);
  color: white;
  font-weight: 400;
}
.guidelines .right-wrapper .card-box p {
  font-size: var(--fs18);
  color: #fff;
  margin-top: 2px;
  font-weight: 600;
}
.devider {
  border: 2px solid #bdbdbd;
}
.guidelines .study-meterial {
  padding-top: 76px;
  padding-bottom: 65px;
}
.guidelines .study-meterial h2 {
  padding-bottom: 23px;
}
.study-meterial .document-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bdbdbd;
  padding: 27px 0;
}
.document-item .doc-icon {
  margin-right: 7%;
}
.document-item .doc-icon figure {
  max-width: 126px;
}
.document-item .doc-icon figure img {
  object-fit: cover;
}
.document-item p {
  font-size: var(--fs18);
  color: var(--textcl);
  font-weight: 600;
}
.study-meterial .document-item:last-child {
  border-bottom: none;
}

/* About Page */
.about-banner {
  background-image: url("../images/about-banner.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 80px 0 66px 0;
}
.commitment-banner {
  background-image: url("../images/commitment-banner.jpg");
}

.outer-wrapper {
  position: relative;
  padding-bottom: 80px;
}
.about-banner h1,
.about-banner p {
  color: white;
}
.about-banner h1 {
  margin-bottom: 21px;
}
.outer-wrapper figure {
  position: absolute;
  right: 0;
  max-width: 46%;
  top: 0;
  width: 100%;
  height: 100%;
}
.outer-wrapper figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 30px;
  width: 100%;
}
.about-banner figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 30px;
}
.text-content {
  padding: 86px 0 76px;
}
.text-content .btn-wrapper {
  margin-top: 35px;
}
.ash-bg {
  background: var(--lightgray);
  padding: 75px 0;
}
.text-content p {
  margin-bottom: 16px;
}
.text-content .phases {
  margin: 35px 0;
}
.text-content .phases .phase-box {
  padding: 0 40px 10px 40px;
  border-left: 4px solid #bdbdbd;
  height: 100%;
}
.text-content .phase-box img {
  margin-bottom: 41px;
  max-width: 38px;
  height: 32px;
}
.phases h3 {
  font-size: 20px !important;
  margin-bottom: 28px;
  font-family: "Bitter";
  font-weight: 600 !important;
  color: var(--siteblue);
}
.text-content h4 {
  font-size: var(--fs24);
  color: var(--textcl);
  font-weight: 500;
}
.glossary .glosery-item {
  gap: 23px;
  display: flex;
  flex-direction: column;
}
.glosery-alphabet::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  margin-left: 25px;
}
.glosery-alphabet {
  display: flex;
  align-items: center;
}
.glosery-item span {
  font-size: var(--fs18);
  color: var(--textcl);
  font-weight: 600;
}
.glosery-item .glosery-results {
  gap: 23px;
  display: flex;
  flex-direction: column;
}
.glossary .glosery-wrapper {
  gap: 23px;
  display: flex;
  flex-direction: column;
}
.glossary {
  border: 1px solid #bdbdbd;
  padding: 78px 0;
}
.glossary .btn-wrapper {
  margin-top: 30px;
}

/* About - trial 2 */
.image-text-wrapper {
  padding: 138px 0;
}
.image-text-wrapper .image-text-part:last-child {
  margin-bottom: 0;
}
.image-text-part {
  margin-bottom: 135px;
}
.image-text-part figure {
  width: 100%;
  height: 100%;
}
.image-text-part figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.image-text-part .text-part > p {
  margin-bottom: 16px;
}
.image-text-part .text-part {
  margin-left: 17%;
}
.image-text-part .text-part h3 {
  font-size: var(--fs40);
  color: var(--textcl);
  font-weight: 500;
  margin-bottom: 28px;
}
.image-text-part.image-right .row {
  flex-direction: row-reverse;
}
.image-text-part.image-right .row .text-part {
  margin-right: 17%;
  margin-left: 0;
}
.wrapper-bottom h3 {
  font-size: var(--fs24);
  color: var(--textcl);
  font-weight: 500;
}
.wrapper-bottom .btn-wrapper {
  margin-top: 35px;
}
/* About - trial 3 */

.text-content h3 {
  margin-top: 44px;
  margin-bottom: 30px;
  font-size: var(--fs24);
  font-weight: 500;
}

.text-content h5 {
  margin: 23px 0;
  font-size: var(--fs18);
  font-weight: 600;
  color: var(--headcl);
}
.custom-list {
  list-style: none;
  padding: 0;
  font-size: var(--fs18);
  color: var(--textcl);
  line-height: 1.6;
  margin-bottom: 35px;
}

.custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--siteblue); /* or any desired color */
  font-size: 18px;
}
/* About - trial 3 */
.commitment-banner h1 {
  color: var(--textcl);
}
.trial-banner-section {
  background-image: url(../images/clinical-trial.svg);
  background-position: right;
}
.becollective-banner {
  background-image: url(../images/becollective-banner.svg);
  background-position: right;
}
.text-wrapper-content {
  padding: 77px 0;
}
.text-wrapper-content .text-content {
  padding-top: 0;
  padding-bottom: 75px;
}
.text-wrapper-content .text-content:last-child {
  padding-bottom: 0;
}
/* HCP */
.text-content .resource-card {
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  padding: 15px;
}
.btn-link {
  display: flex;
  text-decoration: underline;
  font-size: var(--fs18);
  color: var(--textcl);
  font-weight: 600;
  letter-spacing: 0.098em;
  text-underline-offset: 4px;
}
.btn-link img {
  margin-left: 9px;
  width: 13px;
}
.resource-card figure {
  width: 100%;
  height: 100%;
}
.resource-card .card-img {
  border-radius: 8px;
}
.text-content .resource-card h3 {
  font-size: 20px;
  color: var(--textcl);
  font-weight: 400;
  margin-bottom: 35px;
  margin-top: 26px;
  font-family: "Bitter";
}
.hcp-card-wrapper .row {
  row-gap: 57px;
}
.text-content .resource-card {
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  padding: 15px;
}
.custom-gutter.row {
  --bs-gutter-x: 80px;
  margin-top: 51px;
}

.voice-content figure {
  position: absolute;
  left: 0;
  max-width: 47%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.voice-content figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 30px 0px;
  width: 100%;
}
.voice-content .voice-wrapper {
  position: relative;
}
.voice-content .text-wrapper p {
  margin-bottom: 24px;
}
/* HCP forms */
.form-section-hcp {
  padding: 76px 0;
}
.form-section-hcp span {
  font-style: italic;
  font-size: var(--fs16);
  margin-bottom: 40px;
  display: flex;
}
.form-content p {
  margin-bottom: 10px;
  font-size: var(--fs18);
  font-weight: 400;
}
.form-section-hcp form {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-section-hcp input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 100%; /* Adjust the size of the radio button */
  height: 20px;
  max-width: 20px;
  border: 1px solid #28334a99;
  border-radius: 50%;
  display: inline-block;
  position: relative; /* Ensure the pseudo-element is positioned relative to this */
  cursor: pointer;
  padding: 0;
}

.form-section-hcp input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #28334a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* Center and scale down initially */
  transition: 120ms transform ease-in-out;
}

.form-section-hcp input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1); /* Center and scale up when checked */
}

.form-section-hcp label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: var(--fs18);
}

.form-section-hcp input {
  width: 100%;
  padding: 10px 12px;
  font-size: 18px;
  border: 2px solid #28334a99;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
  max-width: 468px;
}
.form-section-hcp textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 18px;
  border: 2px solid #28334a99;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}
.form-section-hcp .form-group label {
  margin-bottom: 9px;
}
.custom-select-wrapper {
  position: relative;
  max-width: 468px;
  width: 100%;
}

/* The custom dropdown visible area */
.custom-select {
  padding: 8px;
  padding-right: 35px; /* space for arrow */
  border-radius: 7px;
  border: 2px solid rgba(40, 51, 74, 0.6); /* #28334a99 */
  background-color: white;
  min-height: 50px;
  cursor: pointer;
  user-select: none;
  background-image: url("../images/dropdown-arrow.svg"); /* ensure path is correct */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  display: flex;
  align-items: center;
}

/* Optional focus state */
.custom-select:focus,
.custom-select:focus-visible {
  outline: none;
}

/* The dropdown options container */
.options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-top: none;
  border-radius: 0 0 7px 7px;
  z-index: 99;
  box-shadow: 0px 0px 6px #00000029;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

/* Each option item */
.options div {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
}

/* Hover state for options */
.options div:hover {
  background-color: rgba(0, 102, 128, 0.05);
  transition: background-color 0.2s ease;
}

/* Optional: active option state */
.options div.selected {
  background-color: rgba(0, 102, 128, 0.1);
  font-weight: 600;
}

.form-content .form-title h3 {
  font-size: var(--fs24);
  color: var(--textcl);
  font-weight: 500;
  margin-bottom: 15px;
}
.form-content .consent-wrapper {
  max-width: 1095px;
}
.form-content .checkbox span {
  margin-bottom: 10px;
  font-size: var(--fs18);
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.form-content .checkbox span::before {
  border: 1px solid #28334a99;
  margin-top: 3px;
}
.form-content .checkbox span::after {
  bottom: 2px;
}
.investigator h4 {
  margin-top: 36px;
  margin-bottom: 15px;
}
.investigator .row {
  max-width: 1260px;
}
.investigator-form h2 {
  margin-bottom: 42px;
}
.form-content .checkbox span {
  margin-bottom: 0px;
}
.form-content .checkbox {
  margin-top: 0px;
}
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-content .full-width span {
  font-size: var(--fs16);
  margin-bottom: 20px;
  margin-top: 7px;
}
.form-content .full-width input {
  max-width: 100%;
}
.form-content .full-width {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.form-section-hcp .form-content label {
  gap: 16px;
}
.optional-head {
  padding: 155px 0 90px 0;
  background-color: var(--lightgray);
}
.optional-head h5 {
  margin-bottom: 15px;
}
.form-section-hcp .form-content label img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.commitment-banner p {
  color: var(--textcl) !important;
}
.resource-wrapper {
  padding: 37px 0;
}
.resource-wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.resource-wrapper .faq-card h3 {
  margin-top: 22px;
  margin-bottom: 19px;
  font-size: 20px;
  font-family: "Bitter";
  font-weight: 500;
}
.resource-wrapper .faq-card .btn-link {
  margin-top: auto;
}
.faq-gutter.row {
  --bs-gutter-x: 40px;
}
.faq-card .card-body {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.resource-wrapper .faq-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resource-wrapper-tab .tab-headers {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-radius: 0px;
  border-bottom: 2px solid #bdbdbd;
}
.resource-wrapper-tab .tab-inner ul li {
  padding: 14px 16px;
  font-size: var(--fs18);
  font-weight: 400;
}
.resource-wrapper-tab .tab-headers ul li.active {
  font-weight: 400;
    background: var(--lightgray);
}
.resource-wrapper-tab .tab-headers ul li.active::after {
  height: 6px;
  bottom: -4px;
}
.resource-wrapper-tab .tab-inner ul {
  padding: 0px;
  justify-content: flex-start;
  gap: 36px;
}
.resource-wrapper-tab .tab-headers .tab-inner {
  max-width: 100%;
  width: 100%;
}
.resource-wrapper-tab .custom-gutter.row {
  --bs-gutter-x: 80px;
  margin-top: 0px;
}
.resource-wrapper-tab .tab-pages {
  padding: 76px 0;
}
.resource-wrapper-tab .tab-content h2 {
  margin-bottom: 52px;
}
.card-section .card-section-inner {
  display: flex;
  gap: 35px;
}
.card-section-inner .image-section figure img {
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
}
.card-section .card-box:hover {
  border: 1px solid #006680;
  background-color: rgba(0, 102, 128, 0.05);
}
.card-section .card-box {
  background-color: white;
}
.card-section-inner .image-section {
  max-width: 33%;
}
.card-section-inner .address-part {
  max-width: 62%;
}
/* 404 page */
.sec-contents {
  padding: 84px 0 311px 0;
  background-image: url(../images/404-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-contents .dt-wrapper p {
  padding-top: 1.1875rem;
}
/* site maop */
.site-map {
  padding: 80px 0;
}

.site-map .mt-text-wrapper p {
  margin: 7px 0;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
}
.site-map .mt-text-wrapper p img {
  margin-left: auto;
  margin-left: 10px;
  width: 13px;
}
.site-map .mt-text-wrapper img {
  max-width: 13px;
}
.site-map .mt-text-wrapper h4 {
  padding-bottom: 9px;
  width: 100%;
}
.site-map .mt-text-wrapper .site-head a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.site-map .mt-text-wrapper .site-head {
  border-bottom: 2px solid #cccccc;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
}
.site-map .container {
  gap: 37px;
  display: flex;
  flex-direction: column;
}

/* popup  */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-box {
  background-color: white;
  color: var(--textcl);
  border-radius: 20px;
  padding: 65px 49px;
  max-width: 1322px;
  width: 100%;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}
.popup-text {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--textcl);
}
.popup-buttons {
  display: flex;
  justify-content: center;
  gap: 42px;
}
.popup-btn.primary {
  background-color: white;
  color: #28334a;
  border: 2px solid #28334a;
}
.popup-btn {
  padding: 16px 39px;
  font-size: 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-btn.outline {
  background-color: #28334a;
  color: white;
}
.popup-btn img {
  margin-left: 11px;
}
.tab-pages .accordian-contents .accordion-item p button {
  font-size: var(--fs18);
  line-height: 1.5;
  font-weight: 600;
  color: var(--headcl);
  margin-bottom: 0;
}
.tab-pages .accordian-contents .accordion-item p {
  margin-bottom: 0;
}
.tab-pages .accordian-contents .accordion-item {
  border-bottom: 0.125rem solid var(--bggray);
}
.tab-pages .accordian-contents .accordion-item button {
  background-color: transparent;
  background: transparent;
  box-shadow: none;
}
.tab-pages .accordian-contents .accordion-item .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url(../images/faq-icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  transition: var(--bs-accordion-btn-icon-transition);
}
.faq-section {
  padding-top: 38px;
}
/* Footer */
footer {
  background: var(--lightgray);
  padding: 45px 0 0;
  position: relative;
  border-top: 1px solid #bdbdbd;
}
.footer-contents {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.foot-logo img {
  display: block;
  max-width: 160px;
}
.foot-links {
  margin-bottom: 2px;
}
.foot-links li + li {
  margin-top: 10px;
}
.foot-links li a {
  font-size: var(--fs18);
  color: var(--textcl);
}
.foot-links li a:hover {
  color: var(--siteblue);
}
.footer-bottom {
  border-top: 1px solid #bdbdbd;
  padding: 10px 0;
}
.footer-bottom .foot-links {
  display: flex;
  align-items: center;
  gap: 45px;
}
.footer-bottom .foot-links li + li {
  margin-top: 0;
}
.footer-bottom.blue-bg {
  background: var(--headcl);
}
.footer-bottom.blue-bg p {
  color: #fff;
  font-size: var(--fs16);
}
.asideicon {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.asideicon img {
  display: block;
  max-width: 90px;
}
.backto-top {
  position: fixed;
  right: 0;
  bottom: 50px;
  border: 0;
  border-radius: 20px 0 0 20px;
  background: #fff;
  width: 190px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-size: var(--fs18);
  color: var(--textcl);
  z-index: 99;
}
.backto-top svg {
  display: block;
  max-width: 13px;
  margin-left: 10px;
}
.backto-top:hover {
  background: var(--headcl);
  color: #fff;
}
.backto-top:hover svg path {
  fill: #fff;
}
.footesocail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footesocail li a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
.footesocail li a img,
.footesocail li a svg {
  max-width: 100%;
  max-height: 100%;
}
.footesocail li a svg,
.footesocail li a svg path {
  fill: var(--headcl);
}
.footesocail li a:hover {
  background: var(--siteblue);
}
.footesocail li a:hover svg,
.footesocail li a:hover svg path,
.footesocail li a:hover svg #path1 {
  fill: #fff !important;
}
.footesocail li a:hover svg #path2 {
  fill: var(--siteblue) !important;
}

/* Redponsive */
@media (width >= 1399px) {
  .container-xl {
    max-width: 1710px;
  }
  .container {
    max-width: 1380px;
  }
}

@media (width <= 1399px) {
  .sr-card-ul {
    gap: 50px;
  }
  .sr-card-ul + .sr-card-ul li:nth-child(2) {
    flex: 0 0 22%;
  }
}

@media (width <= 1199px) {
  .image-text-part {
    margin-bottom: 118px;
  }
  .image-text-wrapper {
    padding: 118px 0;
  }
  .glossary {
    border: 1px solid #bdbdbd;
    padding: 60px 0;
  }
  .text-content {
    padding: 60px 0;
  }
  .about-banner {
    padding: 60px 0;
  }
  .about-banner {
    padding: 66px 0 66px 0;
  }
  .outer-wrapper {
    padding-bottom: 0px;
  }
  .outer-wrapper figure img {
    border-radius: 0px;
    width: 100%;
  }
  .outer-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .outer-wrapper figure {
    position: unset;
    width: 100%;
    max-width: 100%;
  }
  .about-banner figure {
    position: unset;
  }
  .text-content .phases .phase-box {
    height: auto;
  }
  .text-content .phases .phase-box {
    margin-bottom: 30px;
  }
  header .navbar .navbar-nav .nav-link {
    font-size: var(--fs14);
  }
  header .navbar-nav .nav-item {
    margin: 0 10px;
  }
  .head-search .se-btn {
    font-size: var(--fs14);
    padding: 10px 14px;
  }
  .head-search .se-btn svg,
  .head-search .se-btn img {
    max-width: 14px;
  }
  .pt-90 {
    padding-top: 70px;
  }
  .asideicon {
    bottom: 100px;
  }
  .optbtns .site-btn {
    width: auto;
  }
  .sr-card {
    padding: 30px;
    padding-right: 60px;
    border-left-width: 16px;
  }
  .sr-card-ul {
    gap: 40px;
  }
  .sr-card-ul h5 {
    font-size: var(--fs14);
  }
  .sr-card-ul p {
    font-size: var(--fs15);
  }
  .sr-link {
    width: 44px;
  }
  .sr-card-ul p.status span {
    margin-right: 10px;
    width: 12px;
    height: 12px;
  }
  .lg-btn {
    font-size: var(--fs14);
  }
}
@media (max-width: 991px) {
  .sr-card-ul {
    flex-wrap: wrap;
  }

  .voice-content figure {
    position: unset;
    max-width: 100%;
 padding-bottom: 30px;
  }
  .outer-wrapper figure {
    position: unset;
    width: 100%;
    max-width: 100%;
  }
  .outer-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (width <= 991px) {
  header .navbar .navbar-nav .nav-link {
    margin: 10px 0;
}
  header .navbar .navbar-nav .nav-link {
    padding: 11px 9px;
}
  .dropdown-menu .dropdown-item.current {
    background-color: rgba(0, 102, 128, 0.05) !important;
}
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 15px;
}
  header .navbar-nav .nav-item .dropdown-menu {
    background-color: white;
}
.dropdown-menu .parent-tab-link.active {
    background-color: rgba(0, 102, 128, 0.05);
}
  .navbar .nav-item.dropdown.show .nav-link {
    box-shadow: none;
}
  .navbar .nav-item.dropdown .nav-link.parent-active::before {
    border-bottom: 0 !important;
}
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 57px;
    left: -110%;
    z-index: 1;
    max-width: 375px;
    padding: 0;
    transition: left 0.5s ease-in-out;
}
  header .navbar-nav .nav-item .dropdown-menu .dropdown-menu-wrapper {
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
    padding-top: 0px;
    padding-left: 0px;
    background-color: transparent;
    padding-right: 0px;
    margin-left: 0px;
    max-width: 100%;
}

  .resource-wrapper-tab .custom-gutter.row {
     --bs-gutter-x: 0px; 
}
  .popup-buttons {
    flex-direction: column;
  }
  .site-map {
    padding: 60px 0;
  }
  .site-map .container .row {
    gap: 37px;
  }
  .card-section-inner .image-section {
    max-width: 100%;
  }
  .card-section-inner .address-part {
    max-width: 100%;
  }
  .card-section .card-section-inner {
    display: flex;
    gap: 35px;
    flex-direction: column;
  }
  .faq-card-contents {
    padding-bottom: 0 !important;
  }
  .resource-wrapper {
    padding-bottom: 0;
  }
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    margin-left: 0px;
    border-left: 0;
  }
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item span {
    margin: 0 0px;
  }
  .dropdown-menu .child-panels {
    width: 100%;
  }
  .dropdown-menu .parent-tabs {
    width: 100%;
  }
  .navbar .nav-item.dropdown:hover > .nav-link::before,
  .navbar .nav-item.dropdown.show > .nav-link::before {
    width: 0%;
  }
  .optional-head {
    padding: 120px 0 80px 0;
  }
  .form-content .checkbox span::before {
    margin-top: 0px;
  }
  .voice-content .voice-wrapper {
    margin: 0px;
  }
  .custom-gutter.row {
    --bs-gutter-x: 0px;
  }
  .voice-content figure img {
    border-radius: 30px;
	margin-bottom:30px;
  }
  .image-text-part.image-right .row .text-part {
    margin-right: 0;
    margin-left: 0;
  }
  .image-text-part {
    margin-bottom: 80px;
  }
  .image-text-wrapper {
    padding: 80px 0;
  }
  .image-text-part .text-part {
    margin-left: 0;
  }

  .guidelines .left-wrapper {
    max-width: 100%;
    margin-right: 0;
  }
  .guidelines .right-wrapper {
    margin-top: 60px;
  }
  .guidelines .content-wrapper {
    flex-direction: column;
  }
  .scanner-wrapper .scan-part {
    max-width: 100%;
  }
  .scanner-wrapper {
    flex-direction: column;
  }
  .card-section {
    padding-top: 20px;
  }
  .tab-pages {
    padding-top: 80px;
    padding-bottom: 25px;
  }
  .search-profile .profile-bottom .row {
    gap: 10px;
  }
  .banner-wrapper .profile-bottom {
    margin-top: 30px;
    gap: 40px;
  }

  .navbar-toggler {
    height: 18px;
    padding: 0;
    border: 0;
    position: relative;
    z-index: 999;
    box-shadow: none;
	display:flex;
  }
	.line-wrapper{
		width: 28px !important;
		height:100%	;
        position:relative;
	
	}
  .navbar-toggler span {
	 width: 28px !important;
    height: 2px;
    background: var(--headcl);
    display: block;
    transition: 0.3s all;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 12px;
  }
  .navbar-toggler span:first-child {
    margin-top: 0;
  }
  .navbar-toggler span:last-child {
    margin-bottom: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler.collapsed {
    background: transparent;
  }
  .navbar-toggler.collapsed span {
    width: 100%;
  }
  .navbar-toggler:not(.collapsed) {
    border-right: 0;
  }
  .navbar-toggler:not(.collapsed) span:first-child {
    margin-top: 9px;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
    margin-top: 8px;
  }
  .navbar-toggler:not(.collapsed) span:last-child {
    margin-bottom: 9px;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
    margin-bottom: 8px;
  }
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler span:first-child,
  .navbar-toggler span:last-child {
    transition-property: margin, -webkit-transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .navbar-collapse {
    position: fixed;
    top: 53px;
    bottom: 0;
    left: -110%;
    height: calc(100% - 53px) !important;
    display: flex !important;
    background: #fff;
    width: 100%;
    padding: 10px 20px 20px;
    transition: 0.5s all;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    gap: 50px;
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    left: 0;
  }
  .head-search .se-btn span {
    display: none;
  }
  .head-search .se-btn svg,
  .head-search .se-btn img {
    margin-left: 0;
  }
  .head-search {
    margin-right: 15px;
    border-right: 1px solid var(--lightgray);
    padding-right: 15px;
    margin-left: auto;
  }
  .container,
  .container-xl {
    max-width: 100%;
  }
  .banner-ct {
    height: 300px;
  }
  .checkbox span {
    font-size: var(--fs13);
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
  .search-form .checkbox {
    margin-top: 10px;
  }
  .search-form .f-label {
    margin-bottom: 10px;
  }
  .py-90,
  .home-contents {
    padding: 70px 0;
  }
  .footer-bottom.blue-bg p {
    font-size: var(--fs14);
  }
  .backto-top {
    width: auto;
    height: auto;
    padding: 14px 26px;
    border-radius: 14px 0 0 14px;
  }
  header .navbar .navbar-nav .nav-link {
    font-size: var(--fs21);
    padding: 8px 0;
    width: 100%;
  }
  header .navbar-nav .nav-item {
    margin: 0;
  }
  header .navbar-nav .nav-item .dropdown-menu.show {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .sr-card-ul + .sr-card-ul li:nth-child(2) {
    flex: 0 0 25%;
  }
}
@media (768px <= width <= 900px) {
  .lg-btn {
    padding-left: 20px;
    font-size: var(--fs11);
  }
}

@media (width <= 767px) {
  .tab-inner ul li {
    padding: 15px 10px;
  }
  .tab-headers .tab-inner ul {
    gap: 15px;
    padding: 0 20px;
    flex-direction: column;
    margin: 15px 0;
  }
  .popup-box {
    background-color: white;
    color: var(--textcl);
    border-radius: 20px;
    padding: 46px 17px;
    max-width: 1322px;
    width: 100%;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
  }
  .form-section-hcp {
    padding: 50px 0;
  }
  .optional-head {
    padding: 90px 0 70px 0;
  }
  .image-text-part {
    margin-bottom: 50px;
  }
  .image-text-wrapper {
    padding: 50px 0;
  }
  .glossary {
    border: 1px solid #bdbdbd;
    padding: 50px 0;
  }
  .text-content {
    padding: 50px 0;
  }
  .about-banner {
    padding: 50px 0;
  }
  .banner-wrapper {
    border-radius: 0 0 15px 12px;
  }
  .tab-pages {
    padding-top: 50px;
  }
  .guidelines .right-wrapper {
    margin-top: 60px;
  }
  .guidelines .study-meterial {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .guidelines .content-wrapper {
    margin-bottom: 50px;
  }
  .document-item .btn-wrapper {
    margin-top: 30px;
  }
  .study-meterial .document-item {
    flex-direction: column;
  }
  .modal-custom textarea.form-control {
    height: 170px;
  }
  .modal-custom {
    padding: 57px 30px;
  }
  .card-section .card-box {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #bdbdbd;
    height: 100%;
  }
  .card-section {
    padding-top: 50px;
  }
  .location-search .search-button {
    max-width: 100%;
  }
  .location-search form.search-container {
    flex-direction: column;
  }
  .location-search .input-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .mob-show {
    display: flex;
  }
  .mob-hide {
    display: none !important;
  }
  .pt-90 {
    padding-top: 0;
  }
  .sidebg {
    position: relative;
    border-radius: 0;
    margin-top: -70px;
    bottom: 0;
    top: 0;
    background-color: #bdbdbd;
    left: -30px;
    right: -30px;
    max-width: none;
    width: calc(100% + 60px);
    margin-bottom: 50px;
  }
  .mob-reverse {
    flex-direction: column-reverse;
  }
  .subct-sec h2 br {
    display: none;
  }
  .card-list .card {
    padding: 40px;
    border-radius: 40px;
  }
  .card-list .card h2 {
    margin-bottom: 15px;
  }
  .card-list {
    gap: 30px;
  }
  .asideicon img {
    max-width: 70px;
  }
  .backto-top {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .backto-top span {
    display: none;
  }
  .backto-top svg {
    max-width: 20px;
    width: 20px;
    height: 10px;
    margin-left: 0;
  }
  .footer-bottom .foot-links {
    gap: 25px;
  }
  .banner-ct {
    height: 250px;
  }
  .head-search .dropdown-menu {
    padding: 30px 0;
  }
  .filter-btn {
    width: 140px;
    height: 42px;
  }
  .optbtns {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .filter-list ul li {
    padding: 8px 12px;
    font-size: var(--fs13);
  }
  .filter-list ul li a img {
    max-width: 10px;
  }
  .filter-list ul {
    gap: 12px;
  }
  .search-results .sr-head {
    padding-bottom: 30px;
  }
  .search-results-list {
    padding: 50px 0;
  }
  .sr-card {
    padding-right: 30px;
    padding-bottom: 60px;
    border: 1px solid #bdbdbd;
  }
  .sr-link {
    left: 0;
    top: auto;
    border-radius: 0 0 14px 14px;
    height: 40px;
    width: 100%;
  }
  .sr-card-ul {
    gap: 16px;
  }
  .sr-card-ul li,
  .sr-card-ul li:first-child {
    flex: 0 0 auto;
    width: 100%;
  }
  .search-results-list {
    gap: 25px;
  }
  .sr-card-ul h5 {
    margin-bottom: 0;
  }
  .pagination {
    gap: 10px;
  }
  .pagination .page-link {
    width: 30px;
    height: 30px;
    font-size: var(--fs14);
  }
  .sr-pagination {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .awesomplete ul li {
    font-size: var(--fs14);
  }
  .mob-pt-0 {
    padding-top: 0 !important;
  }
  .sr-card-ul + .sr-card-ul li:nth-child(2) {
    flex: 0 0 auto;
  }
  .footesocail {
    gap: 10px;
  }
  .footesocail li a {
    width: 45px;
    height: 45px;
  }
}
@media (width <= 575px) {
  .site-map {
    padding: 50px 0;
  }
  .site-map .container {
    gap: 20px;
  }
  .site-map .container .row {
    gap: 20px;
  }
  .search-profile {
    padding: 50px 30px;
  }
  .banner-wrapper .search-profile .indicator {
    position: unset;
    margin-top: 30px;
  }
  .investigator-form h2 {
    margin-bottom: 25px;
  }
  .form-section-hcp input {
    height: 40px;
  }
  .form-section-hcp span {
    margin-bottom: 25px;
  }
  .custom-select {
    min-height: 40px;
  }

  .form-section-hcp form {
    gap: 25px;
  }
  .optional-head {
    padding: 60px 0 50px 0;
  }
  .location-search .input-box img {
    margin-right: 10px;
  }
  .document-item .btn-wrapper {
    width: 100%;
  }
  .map-wrapper::after {
    height: 80%;
  }
  .scanner-wrapper .btn-part {
    margin-top: 0px;
    width: 100%;
  }
  .scanner-wrapper .scan-part img {
    margin-right: 0;
  }
  .scan-part p {
    margin-top: 30px;
  }
  .scanner-wrapper .scan-part {
    flex-direction: column;
  }
    .modal-custom {
        padding: 18px 25px;
    }

  #tab1 .btn-wrapper {
    margin-top: 40px;
  }
  #tab1 .white-cmn-btn {
    max-width: 100%;
    width: 100%;
  }
  .tab-pages {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .py-90,
  .home-contents {
    padding: 50px 0;
  }
  .card-list .card {
    padding: 30px;
    border-radius: 30px;
  }
  .footer-bottom .foot-links {
    flex-direction: column;
  }
  .footer-contents {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .foot-links li + li {
    margin-top: 8px;
  }
  .footer-bottom .foot-links {
    gap: 8px;
    align-items: flex-start;
  }
  .asideicon {
    bottom: 10px;
    left: auto;
    right: 0;
  }
  .asideicon img {
    max-width: 60px;
  }
  .sidebg {
    margin-top: -50px;
  }
  header .navbar-brand img {
    max-width: 110px;
    max-height: 50px;
  }
  .search-form .inputbox .se-icon {
    left: 15px;
  }
  .search-form .inputbox .form-control {
    font-size: var(--fs14);
    padding-left: 44px;
  }
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: var(--fs14);
  } 
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 15px;
  }
  .sr-card {
    padding: 20px;
    padding-bottom: 50px;
  }
  .search-form .inputbox .clear-icon {
    right: 15px;
  }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .backlink {
    margin-bottom: 40px;
  }
  .foot-links {
    margin-bottom: 0;
  }
}
