/* google font raleway imported */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("./root.css");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}
.ck-editor__editable,
textarea {
    min-height: 150px;
}
.datatable {
    width: 100% !important;
}
header .cpec-bar {
  padding: 0.8em 0;
  background: var(--secondary-clr);
}
header .cpec-bar img {
  width: 10em;
}
.profile-image {
  width: 2.5em;
  height: 2.5em;
  object-fit: cover;
  object-position: center;
  border-radius: 10em;
  border: 1px solid var(--primary-gray);
}
/* ------------ splash screen Styling ------------ */
.splash {
    align-items: left;
    background: var(--secondary-clr);
    color: var(--primary-gray);
    position: relative;
}
.main-screen {
    width: 100%;
}
.dark-bar {
    background: var(--primary-clr);
    min-height: 3.5em;
    height: 100%;
    width: 100%;
}
.cpec-banner-main {
    min-height: 30em;
    display: grid;
    place-items: center;
}
.cpec-banner-main img {
    width: 12em;
}
.query-section {
    background: var(--light);
    min-height: 24em;
    width: 100%;
    box-sizing: border-box;
    clear: both;
}
.btns-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.query-section a {
    display: block;
}
.query-section span {
    margin-inline: 1em;
}
footer {
    background: var(--secondary-clr);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
footer .footer-alignment {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: 10em;
    padding-block: 1em;
    align-items: center;
}
footer .footer-alignment div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    text-transform: capitalize;
    gap: .5em;
}
footer .footer-alignment div:first-child {
    justify-content: flex-end;
}
footer .footer-alignment div:last-child {
    justify-content: flex-start;
}
#navbarDropdown {
  text-transform: capitalize;
}
.proceed-btn-wrapper {
  height: 54vh;
  display: grid;
  place-items: center;
}
/* ------------------ Login page ------------------ */
.login-block {
    width: 100%;
}
.login-block input,
select {
    width: 100%;
    background: var(--light);
    border: 1px solid var(--light_gray);
    box-shadow: var(--box-shadow);
    height: 40px;
    border-radius: 5px;
    padding: .5em;
    color: var(--primary-gray);
  }
  select {
    text-transform: capitalize;
}
.login-block input:focus-visible {
    outline: 2px solid var(--primary-clr);
}
.login-block input:focus {
    background: var(--secondary-clr);
}
.login-block input[name='remember'] {
    width: auto;
    box-shadow: none;
}
.wrap-btns {
  padding-top: .5em;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
}
.sticky-header  {
  position: sticky;
  top: 0;
  z-index: 99;
}
table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}
.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}
.dataTables_filter {
    margin-right: .2rem;
}
.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}
.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}
table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}
.select2 {
    max-width: 100%;
    width: 100% !important;
}
.select2-selection__rendered {
    padding-bottom: 5px !important;
}
.has-error .invalid-feedback {
    display: block !important;
}
.btn-info,
.badge-info {
    color: white;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}
.sidebar .nav-item {
    cursor: pointer;
}
.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}
.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}
.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}
.form-group .required::after {
    content: " *";
    color: red;
}
.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}
.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}
.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}
.invalid-feedback {
  font-size: 12px;
  margin: 7px 5px 0;
}
/* ------------------------------- sign up styling ------------------------------- */
#signup-form {
  min-width: 520px;
  margin-inline: auto;
  padding-block: 2em;
}
.doctor-form form,
.patient-form form,
.signup-fields-group {
  display: grid;
  gap: 10px;
}
.signup-field {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 10px;
  align-items: center;
}
.signup-field label {
  text-transform: capitalize;
  font-size: .9em;
}
input#cell-num::-webkit-outer-spin-button,
input#cell-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* --------------------- styling for Navbar  --------------------- */
nav.navbar {
  background: var(--primary-clr);
}
/* --------------------- styling for dashboard page --------------------- */
.gallary_container {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: repeat(4 , 1fr);
  grid-gap: 1em;
}
.gallary_container .practical {
  grid-column: 1;
  grid-row: 2;
}
.gallary_container .academy {
  grid-column: 2;
  grid-row: 1;
  transform: translateY(80px);
}
.gallary_container .research {
  grid-column: 3;
  grid-row: 2;
}
.gallary_container .endo {
  grid-column: 1;
  grid-row: 3;
}
.gallary_container .coffee {
  grid-column: 2;
  grid-row: 3;
  transform: translateY(-107px);
}
.gallary_container .acp-patient {
  grid-column: 3;
  grid-row: 3;
}
.gallary_container .risk {
  grid-column: 2;
  grid-row: 4;
  transform: translateY(-56px);
}
.patient-gallery {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 3.5em;
  gap: 1em;
}
.patient-gallery a.client-tile,
.gallary_container a.client-tile {
  width: 14em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: var(--ease-in-out-3ms) !important;
}
.patient-gallery a.client-tile p,
.gallary_container a.client-tile p {
  color: var(--primary-gray);
  text-align: center;
  white-space: pre-wrap;
  line-height: normal;
  text-transform: uppercase;
  font-size: .9em;
  margin: 1em 0 0;
  overflow: hidden;
}
.gallary_container a.client-tile:hover p {
  color: var(--primary-clr);
}
a.client-tile span {
  display: block;
  width: 10em;
  height: 10em;
  border: 1px solid var(--primary-gray);
  border-radius: 100%;
}
a.client-tile span:hover {
  border-color: var(--primary-clr);
}
a.client-tile span.practical_guide {
  background: url('../images/practical.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile span.aec {
  background: url('../images/ace.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile span.research_competition {
  background: url('../images/research.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile span.coffee_with_g {
  background: url('../images/coffee.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile span.endo_live {
  background: url('../images/endo-live.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile span.acp {
  background: url('../images/acp.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile span.stroop_test {
  background: url('../images/risk.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile:hover span.practical_guide {
  background: url('../images/practical-hvr.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile:hover span.aec {
  background: url('../images/ace-hvr.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile:hover span.research_competition {
  background: url('../images/research-hvr.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile:hover span.coffee_with_g {
  background: url('../images/coffee-hvr.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile:hover span.endo_live {
  background: url('../images/endo-live-hvr.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile:hover span.acp {
  background: url('../images/acp-hvr.svg') no-repeat 50% 50%/100px, var(--light);
}
a.client-tile:hover span.stroop_test {
  background: url('../images/risk-hvr.svg') no-repeat 50% 50%/100px, var(--light);
}
.patient-gallery a.clinics-near-me span {
  background: url('../images/nearby.svg') no-repeat 50% 50%/5em, var(--light);
}
.patient-gallery a.clinics-near-me:hover span {
  background: url('../images/nearby-hvr.svg') no-repeat 50% 50%/5em, var(--light);
}
.patient-gallery a.clinics-near-me p {
  white-space: nowrap;
}
/* -------------- practical guideline styling -------------- */
/* --- general header styling --- */
.page-header {
  background: var(--secondary-clr);
  min-height: 20em;
  color: var(--primary-gray);
}
.top-section {
  padding: 1em 0;
}
.page-icon {
  width: 7em;
  height: 7em;
  margin: 0 auto 1em;
  border-radius: 100%;
  border: 1px solid var(--primary-gray);
  background: url('../images/practical.svg') no-repeat 50% 50%/4.4em, var(--light);
}
/* --- general header styling ends --- */
.advisory-board .advisory-header,
.practical-leader .team-heading {
  position: relative;
  padding: 3em 0;
}
.advisory-board .advisory-header h3,
.practical-leader .team-heading h3 {
  text-align: center;
  background: var(--light);
  color: var(--primary-clr);
  text-transform: uppercase;
  position: relative;
  z-index: 22;
  width: 57%;
  margin: 0;
  margin-inline: auto;
}
.advisory-board .advisory-header h3 {
  width: 35%;
}
.practical-leader .team-heading.in-block {
  padding: 1em 0;
}
.practical-leader .team-heading.in-block h3 {
  background: var(--secondary-clr);
  width: 33%;
}
.practical-leader .team-heading.in-block::before {
  background: var(--light);
}
.advisory-board .advisory-header::before,
.practical-leader .team-heading::before {
  position: absolute;
  content: '';
  background: var(--secondary-clr);
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
}
.leader-section {
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: center;
}
.advisory-board .content-details p,
.practical-leader .leader-details p {
  color: var(--primary-gray);
}
.advisory-member .avtar-border,
.leader-section .leader-border {
  width: 21em;
  height: 20em;
  background: url('../images/border-ring.svg') no-repeat 0 0/contain;
  display: flex;
  align-items: center;
}
.leader-section .leader-border .leader-avtar {
  background: url('../images/doc-2.png') no-repeat 50% 50%/cover,var(--light);
  width: 17em;
  height: 17em;
  border-radius: 100%;
  transform: translate(1.5em, 0em);
}
.advisory-board .advisory-team-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
}
.advisory-member {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.advisory-member .avtar-border {
  width: 14em;
  height: 14em;
}
.advisory-member .advisory-image {
  width: 12em;
  height: 12em;
  object-fit: cover;
  border-radius: 100%;
  transform: translate(0.9em, -0.1em);
}
.pdf-wrapper iframe {
  padding-top: 3em;
  width: 100%;
  height: 50em;
}
.guidline-list ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.guidline-list a li {
  background: var(--light);
  box-shadow: var(--box-shadow);
  padding: 1em 1.5em;
  border-radius: 10px;
  font-weight: 500;
  transition: var(--ease-in-out-3ms);
}
.guidline-list li:hover {
  background: var(--secondary-clr);
}
.guidline-list a {
  text-decoration: none;
  color: var(--primary-gray);
}
.guideline-list .team-heading h3 {
  width: 18%;
}
/*------------------------- coffee with page styling -------------------------*/
.page-header.coffee-with {
  min-height: 15em;
}
.page-header.coffee-with .page-icon {
  background: url('../images/coffee.svg') no-repeat 50% 38%/5em, var(--light);
}
.coffee-head .heading {
  position: relative;
  padding: 3em 0;
}
.coffee-head .heading h3 {
  text-align: center;
  background: var(--light);
  color: var(--primary-clr);
  text-transform: uppercase;
  position: relative;
  z-index: 22;
  width: 52%;
  margin: 0;
  margin-inline: auto;
}
.coffee-head .heading::before {
  position: absolute;
  content: '';
  background: var(--secondary-clr);
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
}
.coffee-head .heading.in-block {
  padding: 1em 0;
}
.coffee-head .heading.in-block h3 {
  background: var(--secondary-clr);
  width: 21em;
}
.coffee-head .heading.in-block::before {
  background: var(--light);
}
.video-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    margin-block: 5em;
}
.video-gallery-wrapper .film-wrapper .feature {
  position: absolute;
  top: -1px;
  right: 21px;
  background: red;
  padding: 0.2em 1em;
  border-radius: 0 0 10px 10px;
  color: var(--light);
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
.film-wrapper {
    max-width: 20em;
    width: 100%;
    height: 100%;
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    position: relative;
}
.film-wrapper .index-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.film-wrapper .film-detail {
    background: var(--light);
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 15px;
    border-radius: 0 0 15px 15px;
}
.film-wrapper .film-detail .fa-play {
    position: absolute;
    top: 40%;
    left: 45%;
    color: var(--white);
    font-size: 2em;
}
/*------------------------- ace course page styling -------------------------*/
.page-header.ace-academy .page-icon {
  background: url('../images/ace.svg') no-repeat 50% 50%/5em, var(--light);
}
.ace-academy .ace-course .heading  {
  position: relative;
  padding: 3em 0;
}
.ace-course .heading h3 {
  text-align: center;
  background: var(--light);
  color: var(--primary-clr);
  text-transform: uppercase;
  position: relative;
  z-index: 22;
  width: 23%;
  margin: 0;
  margin-inline: auto;
}
.ace-course .heading::before {
  position: absolute;
  content: '';
  background: var(--secondary-clr);
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
}
.ace-course .heading.in-block {
  padding: 1em 0;
}
.ace-course .heading.in-block h3 {
  background: var(--secondary-clr);
}
.ace-course .heading.in-block::before {
  background: var(--light);
}
.ace-course .ace-logo {
    background: var(--light);
    padding: 1em 2em;
    border-radius: 15px;
}
.large-gallery {
    max-width: 600px;
    overflow: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 3em;
}
#gallery {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
#gallery img,
#gallery video {
    width:100%;
    height:auto;
    margin: 4% auto;
    box-shadow: 0px 0px 12px #00000080;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.modal-img,
.model-vid {
    width:100%;
    height:auto;
}
.modal-body {
    padding: 0px;
}
.ace-card-gallery {
    display: flex;
    justify-content: center;
    gap: 1.5em 2em;
    flex-wrap: wrap;
}
.ace-card-gallery .card-ace-course {
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    width: 16em;
    text-transform: capitalize;
}
.ace-card-gallery .card-avatar {
  min-height: 11em;
}
.ace-card-gallery .card-title {
  height: 2.5em;
  overflow: hidden;

}
.ace-card-gallery .card-text {
  min-height: 1.9em;
}
.ace-card-gallery .card-ace-course .card-text {
    max-height: 2.5em;
    overflow: hidden;
    font-size: .8em;
    line-height: normal;
    color: var(--light_gray);
}
.ace-card-gallery .card-ace-course .btn-cpec {
    font-size: .7em;
}
.page-header.ace-academy.course-detailed {
  min-height: 15em;
}
.course-details .title  {
  position: relative;
  padding: 3em 0;
}
.course-details .title h3 {
  text-align: center;
  background: var(--light);
  color: var(--primary-clr);
  text-transform: uppercase;
  position: relative;
  z-index: 22;
  width: 45%;
  margin: 0;
  white-space: pre-wrap;
  margin-inline: auto;
}
.course-criteria,
.earned-skills,
.course-details {
  text-transform: capitalize;
}
.course-details .title::before {
  position: absolute;
  content: '';
  background: var(--secondary-clr);
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
}
.course-details .description {
  color: var(--primary-clr);
  font-weight: 400;
}
.course-details .more-details {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 1em 0 3em;
}
.course-criteria {
  border: 3px ridge var(--primary-clr);
  padding:  2em;
}
.course-criteria ul {
  list-style: none;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 23.9%);
  gap: 1em;
  margin: 0;
}
.course-criteria ul p {
  margin: 0;
  color: var(--primary-gray);
}
.course-criteria ul h6 {
  color: var(--primary-clr);
}
.earned-skills {
  padding-top: 3em;
}
.earned-skills ul {
  display: flex;
  gap: 1em;
  list-style: none;
}
.earned-skills ul li {
  border: 1px solid var(--primary-gray);
  border-radius: 1em;
  padding: .3em 1.3em;
  background: var(--seashell);
}
.capsule-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 1.5em;
  padding-top: 3em;
}
.data-capsule {
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  color: var(--light);
  font-weight: 600;
  box-shadow: var(--box-shadow);
  border-radius: 15px;
}
.num-entries {
  border-radius: 15px 15px 0 0;
  width: 100%;
  background: var(--primary-clr);
  padding: .7em;
  font-size: 1.2em;
}
.title-entries {
  width: 100%;
  border-radius: 0 0 15px 15px;
  color: var(--primary-clr);
  padding: .9em;
  border: 1px solid;
  border-color: var(--primary-clr);
}
/*------------------------- endo liver page styling -------------------------*/
.page-header.endo-live {
  min-height: 17em;
}
.page-header.endo-live .page-icon {
  background: url('../images/endo-live.svg') no-repeat 66% 53%/4.6em, var(--light);
}
.endolive .endo-heading {
  position: relative;
  padding: 3em 0;
}
.endolive .endo-heading h3 {
  text-align: center;
  background: var(--light);
  color: var(--primary-clr);
  text-transform: uppercase;
  position: relative;
  z-index: 22;
  width: 57%;
  margin: 0;
  margin-inline: auto;
}
.endolive .endo-heading.in-block {
  padding: 1em 0;
}
.endolive .endo-heading.in-block h3 {
  background: var(--secondary-clr);
  width: 18%;
}
.endolive .endo-heading.in-block::before {
  background: var(--light);
}
.endolive .endo-heading h3 {
  width: 35%;
}
.endolive.affiliated .endo-heading h3 {
  width: 21%;
}
.endolive.upcoming .endo-heading h3 {
  width: 37%;
}
.endolive .endo-heading::before {
  position: absolute;
  content: '';
  background: var(--secondary-clr);
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
}
.upcoming-events .event-name {
    font-weight: 600;
    color: var(--hospital_text-blue);
    font-size: 1.5em;
}
.upcoming-events .held-at {
    max-height: 2.2em;
    line-height: normal;
    color: var(--light_gray);
    overflow: hidden;
    margin-bottom: 10px;
}
.upcoming-events .event-date-time {
    color: var(--hospital-blue);
    font-weight: 600;
}
/* ------------------------------------- professional resourses ------------------------------------- */
.pro-resourses .heading {
  position: relative;
  padding: 3em 0;
}
.pro-resourses .heading h3 {
  text-align: center;
  background: var(--light);
  color: var(--primary-clr);
  text-transform: uppercase;
  position: relative;
  z-index: 22;
  width: 62%;
  margin: 0;
  margin-inline: auto;
}
.pro-resourses .heading::before {
  position: absolute;
  content: '';
  background: var(--secondary-clr);
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
}
.btn-group-anchor a {
    width: 20%;
    font-weight: 500;
}
.docs-container,
.videos-gallery {
    max-width: 40em;
    width: 100%;
    margin-inline: auto;
    display: flex;
}
.docs-container .doc-wrapper {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.videos-gallery video {
    width: 100%;
    height: auto;
}
.pdf-viewer,
.img-viewer {
    width: 19em;
    box-shadow: var(--box-shadow);
    box-sizing: border-box;
    border-radius: 15px;
    text-transform: capitalize;
    text-align: center;
}
.pdf-viewer a,
.img-viewer a {
    color: var(--hospital_text-blue);
    font-size: .9em;
    transition: var(--ease-in-out-3ms);
    text-decoration: none;
}
.pdf-viewer a:hover,
.img-viewer a:hover {
    color: var(--hospital-blue);
}
.pdf-viewer iframe {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 16em;
    margin-inline: 1px;
}
.img-viewer img.doc-image {
    margin-bottom: .4em;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 16em;
}
.link-bottom {
    background: var(--light);
    border-radius: 0 0 15px 15px;
    padding: .5em 1em;
}
#pdf-open,
.image-viewer {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-pdf,
.modal-content.modal-img-viewer {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-pdf,
.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close-x {
    position: absolute;
    top: 1em;
    right: 1em;
    color: var(--light);
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 99;
}
.close-x:hover,
.close-x:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}.dark-conatiner-top {
  background: var(--reserch-gradient);
  min-height: 15em;
  color: var(--white);
}
.dark-conatiner-top .title-reserch h1 {
    padding: 1.5em 0 0;
}
.table-section {
    margin-top: 2em;
    box-shadow: var(--box-shadow);
    border-radius: 15px 15px 0 0;
    background: var(--light);
}
.table-section .panel-header {
    background: var(--primary-clr);
    min-height: 4em;
    border-radius: 15px 15px 0 0;
    padding-inline: 2em;
}
.table-section .panel-body {
    border: 1px solid var(--primary-clr);
    padding-inline: 2em;
}
.table-section table {
    overflow-x: auto;
    table-layout: fixed;
}
.table-section table th,
.table-section table td {
    width: 25%;
    vertical-align: middle;
}
/* ---------- research page view ---------- */
.page-icon.research {
  background: url('../images/research.svg') no-repeat 50% 50%/4em, var(--light);
}
.research-committee .heading,
.research .heading {
  position: relative;
  padding: 1em 0;
}
.research-committee .heading h3,
.research .heading.in-block h3 {
  text-align: center;
  background: var(--secondary-clr);
  text-transform: uppercase;
  position: relative;
  color: var(--primary-clr);
  z-index: 22;
  width: 50%;
  margin: 0;
  margin-inline: auto;
}
.research-committee .heading::before,
.research .heading::before {
  position: absolute;
  content: '';
  background: var(--light);
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 0;
}
.research-committee .heading {
  padding: 3em 0;
}
.research-committee .heading h3 {
  background: var(--light);
  width: 30%;
}
.research-committee .heading.competition h3 {
  background: var(--light);
  width: 40%;
}
.research-committee .heading::before {
  background: var(--secondary-clr);
}
.review-columns .committee-detail {
  position: relative;
  width: 20%;
  height: 275px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.25);
  border: rgba(0,0,0,0.25);
  box-shadow: var(--box-shadow);
}
.review-columns .committee-detail .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.review-columns .committee-detail:hover .content-overlay {
  opacity: 1;
}
.review-columns .content-image,
.doc-detail .content-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.review-columns .committee-detail .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  text-transform: capitalize;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.review-columns .committee-detail:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.review-columns .committee-detail .content-details h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.review-columns .committee-detail .content-details p {
  color: #fff;
  font-size: 0.8em;
}
.review-columns .committee-detail .fadeIn-bottom {
  top: 80%;
}
.review-columns .committee-detail .content-details h3 {
    font-size: 1em;
}
.competition-values ul.values-list a li {
  box-shadow: none;
  background: transparent;
  width: 100%;
  padding: 0;
}
.card[data-target="#endoliveWorshop"],
.competition-values ul.values-list li[data-toggle="modal"] {
  cursor: pointer;
}
.competition-values ul.values-list li {
    width: 47%;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding: 1em 2em;
    display: flex;
    gap: 5px;
    text-transform: capitalize;
    background: var(--white);
    color: var(--primary-gray);
}
#endoliveWorshop,
#registerModalCenter,
#pictorialJourney,
#championsList {
  text-transform: capitalize;
}
#endoliveWorshop .modal-header,
#registerModalCenter .modal-header,
#pictorialJourney .modal-header,
#championsList .modal-header {
  color: var(--light);
  text-transform: capitalize;
  background: var(--primary-clr);
}
#championsList .modal-body {
  background: var(--light);
}
#workshopSlider .carousel-inner img,
#pictorialSlider .carousel-inner img {
  max-height: 25em;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
  background: #00000008;
  opacity: 1;
  width: 8%;
  color: var(--primary-gray);
}
.competition-values ul.values-list li span {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
}
.competition-values ul.values-list li span.value {
    font-size: 1.4em;
}
.competition-values ul.values-list li span.heading {
    font-weight: 500;
}
.abstract-topics .abstract-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.abstract-topics .abstract-list li {
    padding: .8em 2em;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
}
.abstract-topics .abstract-list li span {
    font-weight: 600;
    color: var(--hospital_text-blue);
    margin-right: 5px;
}
.abstract-topics .abstract-list p {
    margin: 0;
}

.modal-content .modal-header {
  background: var(--primary-clr);
  font-weight: 600;
  color: var(--primary-gray);
}
.modal-content input[type='radio'] {
  margin-right: .5em;
}
.modal-content .modal-header button {
  color: var(--primary-gray);
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--primary-clr);
  color: var(--light_gray);
}
.proceed-block p {
    text-align: justify;
}
/*------------------------------------------------field force style -----------------------------------------------*/
.field_force-wrapper {
  width: 100%;
}
.field_force-section .top-highlighted {
  background: var(--secondary-clr);
  padding: 6em 0 2em;
}
.top-highlighted .heading {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.top-highlighted .heading::before {
  position: absolute;
  content: '';
  background: var(--light);
  height: 2px;
  width: 100%;
  top: 26%;
  left: 0;
  z-index: 0;
}
.top-highlighted .heading h3 {
  text-align: center;
  background: var(--secondary-clr);
  position: relative;
  color: var(--primary-clr);
  z-index: 22;
  width: 50%;
  margin: 0 0 .2em;
  margin-inline: auto;
}
.top-highlighted .heading p {
  margin: 0;
  color: var(--primary-clr);
}
.field_force-wrapper {
  padding: 2em 0;
}
.field_force-wrapper .plan-camp-section,
.field_force-wrapper .intro-btn-group {
  width: 25%;
  margin-inline: auto;
  display: flex;
  gap: 1em;
  flex-direction: column;
}
.camp-status label,
.camp-report label,
.plan-camp-form label,
.doc-form-row label {
  text-transform: uppercase;
  font-size: .8em;
  margin: 0;
  width: 100%;
}
.plan-form-4-row {
  display: grid;
  grid-template-columns: 1fr repeat(3 , 20%);
  gap: 1em;
}
.third-row {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 1em;
}
.status-row {
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 1em;
}
.resort-row {
  display: grid;
  grid-template-columns: 32.5% 1fr;
  gap: 1em;
}
.camp-status form {
  display: grid;
  grid-template-columns: repeat(2 , 1fr);
  gap: 1em;
}
/*-------------------------------------------- Tablets --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1023px) {
  /* -------------- research page -------------- */
  .competition-values .gaped,
  .review-columns .gaped {
    gap: 20px;
  }
  .doc-detail,
  .review-columns .committee-detail {
    height: 15em;
    width: 29%;
  }
  .doc-detail:hover .content-details,
  .review-columns .committee-detail:hover .content-details {
    top: 56%;
  }
  .btn-group-anchor a {
    width: 30%;
  }
  .research .heading.in-block h3 {
    width: 72%;
  }
  .research-committee .heading.abstract h3 {
    width: 42%;
  }
  .research-committee .heading h3 {
    width: 42%;
  }
  .research-committee .heading.competition h3 {
    width: 52%;
  }
  /* ------------ dashboard ------------ */
  .information_section {
    padding-inline: 1em !important;
  }
  .gallary_container {
    gap: 1em;
    justify-content: center;
  }
  .gallary_container a {
    width: 48%;
  }
  .footer-alignment {
    margin-inline: 5em !important;
  }
  /* ---------- practical guideline ---------- */
  .advisory-team-wrapper,
  .advisory-team-wrapper .advisory-member,
  .practical-leader .leader-section {
    flex-direction: column;
  }
  .advisory-member .content-details,
  .leader-section .leader-details {
    text-align: center;
  }
}
/*----------------------------------------------- Mobiles -----------------------------------------------*/
@media only screen and (max-width: 767px) {
  /* ------------- main screen ------------- */
  .cpec-banner-main {
    min-height: 18em;
  }
  .cpec-banner-main img {
    width: 150px;
  }
  .query-section {
    font-size: 0.7em;
    padding: 1em;
    min-height: 36em;
  }
  .query-section .proceed-block {
    text-align: justify;
  }
  /* ---------- practical guideline ---------- */
  .practical-leader .team-heading.in-block h3 {
    width: auto;
  }
  .advisory-team-wrapper,
  .advisory-team-wrapper .advisory-member,
  .practical-leader .leader-section {
    flex-direction: column;
  }
  .leader-section .leader-border {
    width: 19em;
    height: 18em;
  }
  .leader-section .leader-border .leader-avtar {
    width: 15em;
    height: 15em;
  }
  .advisory-member .content-details,
  .leader-section .leader-details {
    text-align: center;
  }
  .practical-leader .team-heading h3 {
    width: 85%;
  }
  .advisory-board .advisory-header h3 {
    width: 65%;
  }
  .page-header {
    text-align: justify;
  }
  .research .heading.in-block h3 {
    width: 92%;
  }
  .research-committee .heading h3 {
    width: 55%;
  }
  .research-committee .heading.competition h3 {
    width: 62%;
  }
  .dark-conatiner-top .title-reserch h1 {
    padding-top: 2.5em;
    font-size: 2em;
  }
  .table-section .panel-header,
  .table-section .panel-body {
    padding-inline: .7em;
  }
  .table-section .panel-body td:first-child,
  .table-section .panel-body th:first-child {
    padding-left: 0;
  }
  .table-section .panel-body td:last-child,
  .table-section .panel-body th:last-child {
    padding-right: 0;
  }
  .table-section thead,
  .table-section tbody {
    width: 100%;
  }
  .table-section table th,
  .table-section table td {
    width: auto;
    font-size: .8em;
    word-break: break-word;
    padding: 5px;
  }
  .table-section table td .btn-cpec {
    font-size: 12px;
  }
  h1 {
    font-size: 1.8rem;
  }
  .coffee_banner h1 {
    font-size: 1.2em;
  }
  .header-container h1 {
    font-size: 1.5em;
  }
  .coffee_banner img,
  .header-container img,
  .header-container img,
  .reserch-header img {
    width: 60px !important;
  }
  .competition-values .gaped,
  .reserch-header .gaped {
    gap: 20px;
  }
  .doc-detail,
  .review-columns .committee-detail {
    width: 45%;
    height: 12em;
  }
  .doc-detail:hover .content-details,
  .review-columns .committee-detail:hover .content-details {
    top: 56%;
  }
  .review-columns .gaped {
    gap: 15px;
  }
  .competition-values ul.values-list li {
    width: 100%;
  }
  .abstract-list {
    width: 100% !important;
  }
  .abstract-topics .abstract-list li {
    padding: 1em;
    font-size: .9em;
    gap: 5px;
  }
  .abstract-topics .abstract-list li span {
    margin: 0;
    gap: 5px;
  }
  .endo-banner img {
    border-radius: 0;
  }
  .events-wrapper {
    flex-direction: column;
  }
  .btn-group-anchor a {
    width: 50%;
  }
  .pdf-viewer iframe,
  .img-viewer img.doc-image {
    height: 10em;
  }
  .close-x {
    right: .1em;
  }
  img.modal-content {
    width: 98%;
  }
  /* ---------- coffe with  ---------- */
  .research-committee .heading.competition h3,
  .research-committee .heading h3,
  .practical-leader .team-heading h3,
  .endolive.upcoming .endo-heading h3,
  .endolive .endo-heading h3,
  .endolive.affiliated .endo-heading h3,
  .pro-resourses .heading h3,
  .endolive .endo-heading.in-block h3,
  .page-header .heading.in-block h3 {
    width: auto;
    font-size: 22px;
  }
  .ace-academy .ace-btn {
    margin: 4rem 0 7rem;
  }
  .affiliated {
    margin-top: 0 !important;
  }
  .guidline-list {
    margin-bottom: 3rem;
  }
  .proceed-btn-wrapper {
    height: 32vh;
  }
  .capsule-wrapper {
    display: flex;
    flex-direction: column;
  }
  .proceed-btn-wrapper .proceed-btn {
    margin: 0;
  }
  .patient-gallery {
    display: flex;
    flex-direction: column;
  }
  /* ------------ dashboard ------------ */
  .gallary_container {
    display: flex;
    flex-direction: column;
    padding-block: 1em;
  }
  .gallary_container a {
    transform: translate(0) !important;
  }
  .footer-alignment {
    font-size: .7em;
    justify-content: center;
    margin-inline: 2em !important;
    display: flex !important;
    gap: .4em;
  }
  .footer-alignment img {
    width: 80px;
  }
}
@media (max-width:1200px){
  #gallery  {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
  }
}
@media (max-width:600px){
  #gallery{
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
}
