@font-face {
  font-family: "Conv_Gill Sans MT Medium";
  src: url("../fonts/Gill Sans MT Medium.eot");
  src: local("☺"), url("../fonts/Gill Sans MT Medium.woff") format("woff"),
    url("../fonts/Gill Sans MT Medium.ttf") format("truetype"),
    url("../fonts/Gill Sans MT Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_dinot-medium";
  src: url("../fonts/dinot-medium.eot");
  src: local("☺"), url("../fonts/dinot-medium.woff") format("woff"),
    url("../fonts/dinot-medium.ttf") format("truetype"),
    url("../fonts/dinot-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Dinot Font";
  src: url("../fonts/Dinot Font.eot");
  src: local("☺"), url("../fonts/Dinot Font.woff") format("woff"),
    url("../fonts/Dinot Font.ttf") format("truetype"),
    url("../fonts/Dinot Font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Gill Sans MT Light";
  src: url("../fonts/Gill Sans MT Light.eot");
  src: local("☺"), url("../fonts/Gill Sans MT Light.woff") format("woff"),
    url("../fonts/Gill Sans MT Light.ttf") format("truetype"),
    url("../fonts/Gill Sans MT Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_dinot-light";
  src: url("../fonts/dinot-light.eot");
  src: local("☺"), url("../fonts/dinot-light.woff") format("woff"),
    url("../fonts/dinot-light.ttf") format("truetype"),
    url("../fonts/dinot-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINOT-Bold";
  src: url("../fonts/dinot-bold.eot");
  src: local("☺"), url("../fonts/dinot-bold.woff") format("woff"),
    url("../fonts/dinot-bold.ttf") format("truetype"),
    url("../fonts/dinot-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Conv_Gill Sans MT Medium", Sans-Serif;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #fff;
}

a:active,
a:focus {
  outline: none;
  box-shadow: none;
}

.searchmedicalposterresult .result-text a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.searchmedicalinforesult .result-text a{
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
/* header css start */
#hide_show {
  display: flex;
}

#block-medaffair-main-menu {
  display: none;
}

header.global-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 10.2vw;
}

header.global-header .bg {
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: 13vh;
  max-height: 50vh;
  background-clip: content-box;
  transition: max-height 0.2s ease-out;
}

header.global-header .bg:after {
  content: "";
  position: absolute;
  top: -108%;
  left: -20%;
  width: 141%;
  height: 80%;
  max-height: 30%;
  background-size: 100% 80%;
  top: -30vh;
  height: 80vh;
  max-height: 30vh;
  opacity: 0.35;
  background-image: linear-gradient(
    -185deg,
    rgba(255, 255, 255, 0.93),
    rgba(255, 255, 255, 0.36) 60%
  );
  background-size: 100% 80vh;
  background-position: 54%;
  transform-origin: left bottom;
  transform: skewY(5deg);
  transition: max-height 0.2s ease-in-out, opacity 0.2s linear;
}

header.global-header .wrap-full {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
  width: 100%;
  min-width: 100%;
  min-width: 100vw;
  z-index: 5;
}

header.global-header .nav-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

header.global-header .logo {
  width: auto;
  text-align: center;
  padding: 0;
  padding-top: 1.1111111111vh;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

header.global-header .logo a {
  text-align: center;
  text-decoration: none;
}

header.global-header .nav-container .nav-link-menu {
  width: 22%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 3rem;
  right: 0;
}

.Login-Register-popup-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 16rem;
}


legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.after-login-block ul.after-login-section .Login-Register-popup-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
}

header.global-header .nav-container .nav-link-menu ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

header.global-header .nav-container .nav-link-menu a {
  font-family: "Conv_Dinot Font", Sans-Serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-decoration: none;
}

header.global-header .nav-container .Login-Register-popup-link span {
  margin: 0 0.8rem;
  white-space: nowrap;
}

header.global-header .nav-container .nav-link-menu ul li {
  width: auto;
  padding: 0;
  margin: 0 0.5rem;
}

header.global-header .nav-container .nav-link-menu ul li a {
  font-family: "Conv_Dinot Font", Sans-Serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-decoration: none;
}

header.global-header .nav-container .nav-link-menu ul li a:hover {
  color: #f58025;
}

header.global-header .nav-container .nav-link-menu.after-login-block {
  /* width: auto;
        top: 8px;
        left: -5rem;
        right: 0; */
  width: 100%;
  padding: 0;
  margin: 0 16rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

header.global-header
  .nav-container
  .nav-link-menu
  .contextual-region
  .contextual {
  top: 0;
  right: -20px;
  /* left: 0; */
  display: flex;
  justify-content: flex-end;
  margin: 1rem;
}

header.global-header
  .nav-container
  .nav-link-menu
  .contextual-region
  .contextual
  .trigger {
  position: relative !important;
}

header.global-header
  .nav-container
  .nav-link-menu
  .contextual-region
  .contextual
  ul {
  background: transparent;
  border: 0;
}

header.global-header
  .nav-container
  .nav-link-menu
  .contextual-region
  .contextual
  ul
  li {
  background: transparent;
}

header.global-header
  .nav-container
  .nav-link-menu
  .contextual-region
  .contextual
  ul
  li
  a {
  background: transparent;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0;
  margin: 0;
}

header.global-header
  .nav-container
  .nav-link-menu
  .contextual-region
  .contextual
  ul
  li
  a:hover {
  color: #f58025;
  background: transparent;
}

header.global-header .svg--container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding-top: 0;
}

header.global-header .logo img {
  /* width: 212px; */
  width: 11.0416666667vw;
  height: 3.4895833333vw;
  display: block;
  left: 0;
  text-align: center;
}

.logo p.logo-subtext,
.site-slogan {
  font-size: 13px;
  /* font-size: .6770833333vw; */
  line-height: 1.5em;
  color: #fff;
  font-weight: normal;
  position: relative;
  z-index: 10;
  font-family: "Conv_Dinot Font";
}

header.global-header .btn-nav {
  width: 52px;
  width: 2.7083333333vw;
  height: 100%;
  transform: none;
  cursor: pointer;
  z-index: 7000;
  text-align: center;
  position: absolute;
  top: 3.6vh;
  right: 5vw;
  transform: scale(1);
  transition: transform 40ms ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

header.global-header .btn-nav .line {
  background: #fff;
  border-radius: 2vw;
  display: block;
  width: 100%;
  height: 7px;
  height: 0.38vw;
  margin-bottom: 8px;
  margin-bottom: 0.4166666667vw;
  transition: transform 0.12s ease-in-out;
}

header.global-header .btn-nav .line.mid,
header.global-header .btn-nav .line.top {
  transform-origin: center center;
  transform: translateY(0) rotate(0deg);
}

header.global-header .btn-nav .menutext {
  font-family: DIN Next LT W01 Bold, sans-serif;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
   /* font-size: 18px; */
  font-size: 1.125rem;
  /* line-height: 24px; */
  line-height: 1.5rem;
  outline: none;
  letter-spacing: 0.0520833333vw;
  display: flex;
  margin-top: 1rem;
}

.after-login-block {
  width: auto;
}

.after-login-block ul.after-login-section li {
  /* font-size: 1.2rem; */
  font-size: 1.7rem;
  color: #fff;
  /* display: flex;
        align-items: center;
        justify-content: center; */
}

header.global-header .after-login-block ul.after-login-section li a {
  font-size: 1.8rem;
}

.after-login-block ul.after-login-section {
  margin-top: -1.5rem !important;
  position: relative;
}

.after-login-block ul.after-login-section .user-avtar-block {
  background: rgba(255, 255, 255, 0.8);
  width: 4rem;
  height: 4rem;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: normal;
  justify-content: center;
}

.nav-menu-list-block {
  display: flex;
  width: 20rem;
  position: absolute;
  right: 4.5rem;
  top: 6rem;
  background: rgb(255, 255, 255, 0.8);
  /* background-image: linear-gradient(90deg, #f58025, #e31837); */
  padding: 0.5rem 0;
  border-radius: 0.3rem;
  box-shadow: 0rem 0rem 1rem #000000;
}

.nav-menu-list-block ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.nav-menu-list-block ul li {
  width: 100%;
  display: flex;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.2rem;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dedede;
}

.nav-menu-list-block ul li:hover {
  background: rgba(255, 255, 255, 0.18);
}

.nav-menu-list-block ul li:last-child {
  border-bottom: 0;
}

.nav-menu-list-block ul li a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
}

.nav-menu-list-block ul li a:hover {
  color: #bf2031;
  text-decoration: none;
}

/* header css end */

section {
  background-clip: content-box;
  /* width: 96%; */
  width: 100%;
  margin: 0 auto;
}

.section-medical-information {
  background-image: url(../images/banner-img.jpg);
  background-position: top;
  background-size: cover;
}

.section-medical-information .headings {
  margin-bottom: -10vh;
  padding-bottom: 6rem;
}

.section-medical-information .headings .content-wraper {
  width: 88.0208333333vw;
  padding: 10vh 0 10vh;
  padding-top: 48%;
}

.content-wraper {
  margin: 0 auto;
  height: 100%;
  z-index: 5;
}

.section-medical-information .headings .content-wraper .top-login-block {
  width: 100%;
  display: inline-block;
  padding: 0 52rem 0 0;
  margin: 0;
}

.section-medical-information .headings .content-wraper .top-login-block h1 {
  color: #fff;
  text-align: right;
  font-size: 100px;
  font-size: 3.7vw;
  line-height: 5rem;
  margin-bottom: 8rem;
  vertical-align: bottom;
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-style: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.7px;
  z-index: 5;
  text-transform: uppercase;
  text-align: left;
}

.section-medical-information .headings .content-wraper .top-login-block h2 {
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 3vw;
  line-height: 6.2rem;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #f58025;
  padding: 0;
  margin: 0 0 3.5rem;
}

.section-medical-information .headings .content-wraper .top-login-block p {
  font-size: 2.4rem;
  margin: 2rem 0;
}

.btn-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 5rem 0;
}

.btn {
  min-width: 12rem;
  padding: 1rem;
  margin: 0 1.5rem 0 0;
}

.btn-new {
  width: 94%;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: -10px;
}

.btn:hover {
  transition: all 0.5s;
}

.common-btn-style {
  background-image: linear-gradient(-180deg, #f58025, #e31837);
  border: 0;
  border-radius: 0.6rem;
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #fff;
}

.common-btn-style:hover {
  background-image: linear-gradient(-180deg, #f98f3e, #f54250);
  color: #fff;
}

.search-info-section {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 2rem 0;
}

.trans-box-wraper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.trans-box-wraper .trans-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  max-height: 102%;
  background-color: rgba(255, 255, 255, 0.18);
  transform-origin: left bottom;
  transform: skewY(5deg);
  z-index: 1;
}

.trans-box-wraper .block-min-height {
  min-height: 38rem;
}

.lower-border-yellow {
  border-bottom: 1.1rem solid #f58025;
}

.trans-content-wrap {
  padding: 6rem 3rem 0;
  margin: 0;
  position: relative;
  z-index: 9;
}

.trans-content-wrap h3 {
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 3.8rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  margin: 0 0 3rem;
  color: #fff;
}

.trans-content-wrap p {
  margin-bottom: 2rem;
}

.input-group-wraper {
  width: 100%;
  background: #fff;
  padding: 0 0.5rem;
  margin: 1rem 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-group-wraper input {
  border: 0;
  border-radius: 0;
  font-size: 1.7rem;
  line-height: 2rem;
  min-height: 4rem;
  color: #000;
  box-shadow: none;
}

.input-group-wraper select {
  width: 20rem;
  border: 0;
  border-radius: 0;
  font-size: 1.7rem;
  line-height: 2rem;
  min-height: 4rem;
  color: #000;
  box-shadow: none;
}

.input-group-wraper input:focus,
.input-group-wraper select:focus {
  outline: none;
  box-shadow: none;
}

.input-group-wraper .icon-box {
  width: auto;
  border-left: 1px solid #dedede;
  height: 100%;
  display: flex;
  padding: 1.3rem 0.5rem 1.3rem 1.3rem;
  margin: 0 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ec4f2d;
}

.trans-box-top-marg {
  margin-top: 13.5%;
}

.link-btn-wraper .btn img {
  width: 7%;
  margin-right: 0.6rem;
}

.btn-full {
  width: 100%;
}

.text-left {
  text-align: left;
}

.mid-cross-section {
  width: 100%;
  text-align: left;
  padding-top: 0;
  margin: -13rem 0 0 0;
  display: block;
  background-color: transparent;
  position: relative;
}

.mid-cross-section .mid-cross-section-left {
  content: "";
  float: left;
  width: 4%;
  width: 4vw;
  height: 8vh;
  background-color: #d2203b;
  background-image: linear-gradient(
    -270deg,
    rgba(255, 255, 255, 0.3) 30%,
    rgba(0, 0, 0, 0.38)
  );
  margin-left: -2%;
  margin-left: -2vw;
  z-index: 1;
  transform: skewY(-45deg);
}

.mid-cross-section .mid-cross-section-right {
  content: "";
  width: 2vw;
  background-color: #d2203b;
  background-image: linear-gradient(
    -270deg,
    rgba(0, 0, 0, 0.38) 30%,
    rgba(255, 255, 255, 0.3)
  );
  z-index: 1;
  transform: skewY(-45deg);
  position: absolute;
  right: 0;
  bottom: -9.6vw;
  min-height: 50%;
}

.mid-cross-section .mid-cross-bg {
  width: 100%;
  background-image: linear-gradient(-180deg, #f58025, #e31837);
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  transform: skewY(5deg);
  position: absolute;
  left: 0;
  top: 0;
  /* min-height: 25vh; */
  height: 100%;
  background-size: cover;
  z-index: 3;
}

.mid-cross-section .mid-cross-bg:after {
  content: "";
  min-width: 100%;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    rgba(105, 105, 105, 0.55) 0,
    rgba(105, 105, 105, 0.35) 6px
  );
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    rgba(105, 105, 105, 0.55) 0,
    rgba(105, 105, 105, 0.35) 6px
  );
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  background-size: cover;
  z-index: 2;
  box-sizing: border-box;
  max-height: 1000000px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mid-cross-section .cross-bg-content-wrap {
  width: 88.0208333333vw;
  padding: 6vh 0 2vh;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.mid-cross-section .cross-bg-content-wrap ul {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mid-cross-section .cross-bg-content-wrap ul li {
  width: 18%;
  padding: 0;
  margin: 1rem;
}

.mid-cross-section .cross-bg-content-wrap ul li:nth-child(2) {
  margin-top: 3rem;
}

.mid-cross-section .cross-bg-content-wrap ul li:nth-child(3) {
  margin-top: 5rem;
}

.mid-cross-section .cross-bg-content-wrap ul li:nth-child(4) {
  margin-top: 7rem;
}

.mid-cross-section .cross-bg-content-wrap ul li:nth-child(5) {
  margin-top: 9rem;
}

.mid-cross-section .cross-bg-content-wrap ul li .small-block-wraper {
  position: relative;
  z-index: 2;
  font-family: "Conv_Gill Sans MT Light", Sans-Serif;
  font-size: 1.9rem;
  line-height: 2.5rem;
  color: #fff;
}

.mid-cross-section .cross-bg-content-wrap ul li .trans-bg {
  min-height: 38rem;
}

.mid-cross-section .cross-bg-content-wrap ul li .small-block-wraper h2 {
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: 0 0 2.2rem;
}

.mid-cross-section .cross-bg-content-wrap ul li .small-block-wraper p {
  margin-bottom: 1.5rem;
}

.mid-cross-section .cross-bg-content-wrap ul li .link-txt-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0.2rem 0;
}

.mid-cross-section
  .cross-bg-content-wrap
  ul
  li
  .small-block-wraper
  .link-txt-row
  a {
  font-size: 1.7rem;
  text-decoration: underline;
  color: #fff;
}

.mid-cross-section .cross-bg-content-wrap ul li .link-txt-row img {
  margin-left: 0.5rem;
}

.mid-cross-section
  .cross-bg-content-wrap
  ul
  li
  .small-block-wraper
  .link-txt-row
  i {
  font-size: 1.4rem;
  margin-left: 0.4rem;
}

.modal {
  z-index: 9999;
}

.modal-content {
  background-image: linear-gradient(270deg, #f58025, #e31837);
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  border-radius: 0.7rem;
}

.modal-content .close {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal-content .close:focus {
  outline: none;
  box-shadow: none;
}

.modal-content .modal-header {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to left, #f28d4e, #e84751);
  border-image-slice: 1;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}

.modal-content .modal-header .modal-title {
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.modal-content .modal-body {
  font-family: "Conv_Dinot Font", Sans-Serif;
  padding: 2rem;
}

.modal-content .modal-body .form-group .form-control {
  background: #fff;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 600;
  height: 3rem;
}

.modal-content .modal-body .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #e31837;
}

.modal-backdrop {
  background-color: #5f5f5f;
}

.modal-backdrop.show {
  opacity: 0.6;
}

.chk-box-row {
  padding: 0;
  margin: 2rem 0 4rem;
}

.chk-box-row .chk-container {
  display: block;
  padding-left: 3rem;
  cursor: pointer;
  font-family: "Conv_Gill Sans MT Medium", Sans-Serif;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.chk-box-row .chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chk-box-row .checkmark {
  position: absolute;
  top: -0.2rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chk-box-row .chk-container:hover input ~ .checkmark {
  background-color: transparent;
}

.chk-box-row .chk-container input:checked ~ .checkmark {
  background-color: #fff;
}

.chk-box-row .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-box-row .chk-container input:checked ~ .checkmark:after {
  display: block;
}

.chk-box-row .chk-container .checkmark:after {
  left: 11px;
  top: 5px;
  width: 8px;
  height: 15px;
  border: solid #f47627;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.privacy-policy-block {
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0.4rem;
  font-family: "Conv_Gill Sans MT Light", Sans-Serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4rem;
  color: #fff;
}

.privacy-policy-block p {
  margin-bottom: 0;
}

.privacy-policy-block a {
  color: #fff;
  text-decoration: underline;
}

.privacy-policy-block a:hover {
  color: #000;
  text-decoration: none;
}

.modal-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 2rem 2rem;
  border-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer p {
  font-size: 1.2rem;
  padding: 0;
  margin: 2rem 0 0;
}

.btn-grade-bg {
  background-image: linear-gradient(180deg, #f58025, #e83233);
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  border: 0;
  box-shadow: 0px 0px 10px 0px #bf2031;
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
}

.btn-grade-bg:hover {
  background-image: linear-gradient(180deg, #e83233, #f58025);
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

/* ================= NEW CSS ADDED FOR MODAL START ============== */

.ui-dialog {
  background-image: linear-gradient(270deg, #f58025, #e31837);
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  border-radius: 0.7rem;
  font-family: "Conv_Gill Sans MT Light", Sans-Serif;
  color: #fff;
}

.ui-widget.ui-widget-content {
  position: absolute !important;
  border: 0 !important;
  /* top: 100px !important; */
  z-index: 9999 !important;
}

.ui-dialog .ui-dialog-title {
  white-space: normal;
  text-overflow: inherit;
}

.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border-bottom: 1px solid #fb8b57;
  /* border-image-source: linear-gradient(to left, #f28d4e, #e84751); */
  font-family: "Conv_dinot-medium", Sans-Serif;
  font-size: 3rem;
  line-height: normal;
  color: #fff;
  padding: 15px;
}

.ui-dialog .ui-dialog-content {
  padding: 1.5em 1.5em 1rem;
  max-height: 100% !important;
}

.ui-dialog .ui-dialog-content .field--type-string {
  width: 47%;
  margin-right: 1.2rem;
  display: inline-block;
}

.ui-widget input,
.ui-widget textarea {
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  font-family: "Conv_Gill Sans MT Light", Sans-Serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  height: 5rem;
  padding: 1rem 1.5rem;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.ui-widget select {
  width: 47%;
  background: #fff;
  border-radius: 0.6rem;
  font-family: "Conv_Gill Sans MT Light", Sans-Serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  height: 5rem;
  padding: 1rem 1.5rem;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.ui-dialog .ui-dialog-content .form-item .password-field,
.ui-dialog .ui-dialog-content .form-item .password-confirm {
  width: 100% !important;
}

.ui-dialog .ui-dialog-content .form-item.form-type-email {
  width: 96%;
}

.ui-widget input:focus,
.ui-widget select:focus,
.ui-widget textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #e31837;
}

.ui-dialog .ui-dialog-content .form-item,
.ui-dialog .ui-dialog-content .form-actions {
  /* margin-top: 0.3em;
        margin-bottom: 0.3em; */
  max-width: 98%;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
}

.ui-widget-content .form-item-cutomtext a {
  color: #ffffff;
  vertical-align: middle;
  margin: 0 0 0;
  line-height: 3.5rem;
  text-decoration: underline;
}

.ui-widget-content .form-item-cutomtext a:hover {
  color: #ffffff;
  text-decoration: none;
}

.ui-dialog .ui-dialog-content .form-item label {
  font-family: "Conv_Gill Sans MT Light", Sans-Serif;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  display: none;
}

.js-form-type-checkbox.form-type-checkbox label {
  display: block !important;
}

.ui-dialog .ui-dialog-content.ui-widget-content a {
  font-size: 1.9rem;
  color: #ffffff;
  margin: 0 0 3rem;
  line-height: 1.5rem;
}

.ui-widget-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.ui-dialog .ui-dialog-content.ui-widget-content .user-login-form a {
  font-size: 1.9rem;
  color: #ffffff;
  margin: 0 0 3rem;
  line-height: 1.5rem;
  display: block;
}

.ui-dialog .ui-dialog-content .form-item label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ffffff;
  box-shadow: none;
  padding: 10px;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  vertical-align: sub;
  cursor: pointer;
  margin-right: 1.5rem;
}

.form-type-checkbox .form-checkbox:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 15px;
  border: solid #f27028;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: none;
}

/* .path-user .form-type-checkbox .form-checkbox:checked+label:after {
    top: 4px;
    left: 5px;
} */

.form-type-checkbox .form-checkbox + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ffffff;
  box-shadow: none;
  padding: 10px;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

.form-type-checkbox .form-checkbox:checked + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ffffff;
  box-shadow: none;
  padding: 10px;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

.ui-dialog
  .ui-dialog-content.ui-widget-content
  .user-login-form
  .form-type-checkbox
  .form-checkbox:checked
  + label:after {
  top: 4px;
  left: 9px;
}

.ui-dialog
  .ui-dialog-content.ui-widget-content
  .user-login-form
  .form-type-checkbox {
  margin-top: 2.5rem !important;
  margin-bottom: 2rem !important;
}

.ui-widget-content .description {
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0.4rem;
  font-family: "Conv_Gill Sans MT Light", Sans-Serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  color: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  padding: 0 1.3em 1.5em;
  border-width: 0;
  border-color: transparent;
  background: transparent;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  background-image: linear-gradient(180deg, #f58025, #e83233);
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  border: 0;
  box-shadow: 0px 0px 10px 0px #bf2031;
  font-family: "Conv_Dinot Font", Sans-Serif;
  min-width: 12rem;
  padding: 1rem;
  font-size: 1.9rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background-image: linear-gradient(180deg, #e83233, #f58025);
  color: #fff;
}

ul.menu {
  display: flex;
  float: right;
  clear: both;
  margin: 0 15px 0 0;
  padding: 0;
}

ul.menu li.menu-item {
  margin: 0 10px 0 0;
  padding-top: 0;
  border-left: 1px solid #fff;
  padding: 0 0 0 10px;
  line-height: normal;
}

ul.menu li.menu-item:nth-of-type(1) {
  border: 0 none;
}

ul.menu li.menu-item a {
  font-family: "Conv_dinot-medium";
  text-transform: uppercase;
  display: flex;
  color: #fff !important;
  font-size:1vw;
}

ul.menu li.menu-item-new {
  margin: 0 8px 0 0;
  padding-top: 5%;
  line-height: normal;
  position: relative;
  left: 9px;
}



#edit-example p {
    /* font-size: 1vw; */
    display: inline;
}

ul.menu li.menu-item-new:nth-of-type(1) {
  border: 0 none;
}

ul.menu li.menu-item-new a {
  font-family: "Conv_dinot-medium";
  text-transform: uppercase;
  display: flex;
  color: #fff !important;
  font-size: 1vw;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
ul.menu li.menu-item-new:last-of-type a {
  border: none !important;
}

i.fa.fa-search {
  -webkit-text-stroke: 0.1px white;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 4px;
}

#block-registerpagesubheading {
  font-size: 1.3vw;
  margin: 15px 0 0;
  padding-bottom: 10vh;
  line-height: 30px;
  font-family: "Conv_Gill Sans MT Light";
}

/* form#user-login-form {
    padding: 5% 0;
    max-width: 80%;
    margin: 0 auto;
}


.login-fields {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
} 

.login-fields>div {
    max-width: 50%;
    min-width: 50%;
    position: relative;
    margin: 0 30px 0 0;
}*/

form#user-login-form {
  padding: 18% 15%;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -120vh;
  margin-left: 23vh;
}
.userpassword .banner-text,
.userlogin .banner-text {
  padding-bottom: 60% !important;
}
.userpassword .orange-bg-content,
.userlogin .orange-bg-content {
  padding: 0 !important;
}
.userpassword .footer-container,
.userlogin .footer-container {
  padding-top: 0 !important;
}

form#user-login-form .form-item label {
  color: #fff !important;
}

.userlogin.path-user .banner-text {
  padding-left: 2%;
  padding-top: 6% !important;
}
.userpassword.path-user .banner-text {
  padding-top: 5% !important;
}
form#user-pass {
  margin-top: -95vh;
  padding-right: 10%;
}
form#user-pass .form-item label {
  color: #fff;
}
.userpassword.path-user .pattern-bg,
.userlogin.path-user .pattern-bg {
  display: none;
}

form#change-pwd-form {
  padding: 5% 15%;
  max-width: 80%;
  margin: 0 auto;
}

#edit-pass .form-item-pass-pass1,
#edit-pass .form-item-pass-pass2 {
  position: relative;
  margin: 0 0 30px;
}

.searchmedicalinfo-uaf #edit-account > div#edit-pass {
  max-width: 100%;
  min-width: 100%;
  margin: 0;
  position: relative;
  float: none;
  padding-top: 0;
}

form#user-login-form .form-type-checkbox .form-checkbox:checked + label:after {
  left: 8px;
}

.login-fields {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.login-fields > div {
  max-width: 100%;
  min-width: 100%;
  position: relative;
  margin: 0 0 30px 0;
}

.user-login-form .form-actions.form-wrapper {
  display: block;
  margin: 16px 0 0;
  position: relative;
}

div#submitloader {
  position: absolute;
  left: 13px;
  top: 12px;
}

.user-login-form .form-actions.form-wrapper input[type="submit"] {
  display: inline-flex;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  /* font-size: 30px; */
  padding: 11px 40px 14px;
  border: 0 none;
  font-size: 1.5vw;
}

/* ================= NEW CSS ADDED FOR MODAL END ============== */

/* ================ POPUP CSS START ================ */

.landing-popup-wrap {
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 10px);
}

.landing-popup-wrap .landing-popup {
  width: 40vw;
  height: auto;
  margin: 5% auto;
}

.landing-popup-wrap .landing-popup .popup-container {
  background-image: linear-gradient(270deg, #f58025, #e31837);
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  border-radius: 0.7rem;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.landing-popup-wrap .landing-popup .popup-container .popup-header {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to left, #f28d4e, #e84751);
  border-image-slice: 1;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px;
  /* padding: 2rem 3rem 1rem; */
}

.landing-popup-wrap .landing-popup .popup-container .popup-header h2 {
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}

.landing-popup-wrap .landing-popup .popup-container .popup-body {
  font-family: "Conv_Dinot Font", Sans-Serif;
  padding: 15px 25px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.landing-popup-wrap .landing-popup .popup-container .popup-body p {
  margin-bottom: 2.5rem;
  font-size: 1vw;
}

.landing-popup-wrap .landing-popup .popup-container .popup-body .btn-wraper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .yellow-block {
  width: 100%;
  background: rgb(255, 126, 35);
  border-radius: 0.8rem;
  padding: 2rem 2rem;
  margin: 1rem 0;
  box-shadow: 4px 6px 20px 0px #d6461e;
  color: #fff;
  text-align: center;
  border: 0;
}

.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .wh-block {
  width: 100%;
  background: rgb(255, 255, 255) !important;
  border-radius: 0.8rem;
  padding: 2rem 2rem;
  margin: 2rem 0;
  box-shadow: 4px 6px 20px 0px #d6461e;
  color: #e41b37;
  text-align: center;
  border: 0;
}

.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .yellow-block,
.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .wh-block {
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal;
  white-space: normal;
  padding: 15px 10px;
}

.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .yellow-block:hover {
  background: rgb(255, 126, 35, 0.8);
}

.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .wh-block:hover {
  background: #ffffffe6 !important;
}

.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .yellow-block:focus,
.landing-popup-wrap
  .landing-popup
  .popup-container
  .popup-body
  .btn-wraper
  .wh-block:focus {
  outline: 0;
}

.landing-popup-wrap .landing-popup .popup-container .popup-footer {
  border-top: 1px solid;
  border-image-source: linear-gradient(to left, #f28d4e, #e84751);
  border-image-slice: 1;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 15px;
  margin: 2rem 0 0;
}

.landing-popup-wrap .landing-popup .popup-container .popup-footer p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.7rem;
}

.landing-popup-wrap .landing-popup .popup-container .popup-footer a {
  color: #fff;
  text-decoration: none;
  margin-left: 0.5rem;
  margin-right: 0;
  width: 25px;
  height: 25px;
  padding: 0;
}

.landing-popup-wrap .landing-popup .popup-container .popup-footer a img {
  max-width: 100%;
}

.landing-popup-wrap .landing-popup .popup-container .popup-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.landing-popup-wrap .landing-popup .popup-container .popup-footer i {
  font-size: 1.8rem;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.tooltip-ex {
  position: relative;
  display: inline-block;
  color: #fff !important;
  padding: 0 5px;
  display: inline-block;
}

.tooltip-ex-top {
  bottom: 150%;
  right: 10%;
  margin-right: -90px;
}

.tooltip-ex-text {
  visibility: hidden;
  position: absolute;
  width: 45rem;
  background-color: #555;
  box-shadow: 0 0 15px 0 rgb(36, 36, 36);
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #fff;
  font-weight: 300;
  text-align: left;
  padding: 2rem;
  border-radius: 0.7rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
}

.tooltip-ex-text::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #555;
  position: absolute;
  bottom: -1rem;
  right: 5rem;
}

.tooltip-ex-top {
  bottom: 150%;
  right: 115%;
}

.tooltip-ex:hover .tooltip-ex-text {
  /* Makes tooltip visible when hovered on */
  visibility: visible;
  opacity: 1;
}

/* .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass-pass2.form-item-pass-pass2.confirm-parent label {
    display: none;
}
.js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass-pass1.form-item-pass-pass1.password-parent label {
    display: none;
}
.js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-mail.form-item-mail label {
    display: none;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-state.form-item-field-state label {
    display: none;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-profesonal-designation.form-item-field-profesonal-designation label {
    display: none;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-salutation.form-item-field-salutation label {
    display: none;
} */

/* ================ POPUP CSS END ================ */

/* =============== GENERAL POPUP CSS START ================== */

.spb_overlay {
  display: none;
}

.spb-popup-main-wrapper .spb-controls {
  position: absolute;
  right: 7rem;
  top: 6rem;
  z-index: 10;
}

.spb-popup-main-wrapper .spb-controls .spb_close {
  border: 0;
  cursor: pointer;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 8rem;
  line-height: 4rem;
  font-weight: 300;
  color: #fff;
  background: transparent;
}

.spb_top_center {
  top: 27%;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-body
  .info-block
  p
  a {
  color: #fff;
  text-decoration: underline;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-body
  .info-block
  p
  a:hover {
  color: #fff;
  text-decoration: none;
}

.custom_msg-modal-close.custom_close {
  /* background: #fff; */
  width: 3rem;
  height: 3rem;
  background: url(../images/icon-close.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  cursor: pointer;
}

.all-popup-wrap {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

.all-popup-wrap .main-popup-wraper {
  width: 50rem;
  height: auto;
  margin: 6% auto;
  position: relative;
}

.all-popup-wrap .main-popup-wraper .popup-container {
  /* background-image: linear-gradient(270deg, #f58025, #e31837); */
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  border-radius: 0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  box-shadow: 0px 0px 15px 2px #3e3e3e;
  padding: 1.5rem;
  background: #f58025;
  /* min-height: 330px; */
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 3rem;
  padding: 0;
  margin: 0;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-header .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  font-weight: 300;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-header .btn-close a {
  color: #fff;
  opacity: 1;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-header
  .btn-close
  a:hover {
  color: #fff;
  opacity: 0.8;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body {
  padding: 3rem;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-body
  .icon-img-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 2rem 0;
  display: none;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-body
  .icon-img-block
  img {
  width: 30%;
  height: auto;
  max-width: 100%;
  display: block;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body h2 {
  font-family: "Conv_Dinot Font";
  font-size: 3.7rem;
  line-height: 4rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 4rem;
  position: relative;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body h2::after {
  content: "";
  width: 65%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -32px;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body h3 {
  font-family: "Conv_Gill Sans MT Light";
  font-size: 2rem;
  line-height: 2rem;
  padding: 0;
  margin: 1rem 0;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body h4 {
  font-family: "Conv_Dinot Font";
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 2.5rem;
  position: relative;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body h4::after {
  width: 0;
  height: 0;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body .info-block {
  font-family: "Conv_dinot-light";
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #fff;
  padding-top: 15px;
  position: relative;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-body
  .info-block::before {
  content: "";
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
  top: 0;
  background: #fff;
  height: 2px;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body .info-block p {
  padding: 0;
  margin: 0 0 0.7rem;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-body
  .info-block
  p
  span {
  text-transform: uppercase;
}

.all-popup-wrap .main-popup-wraper .popup-container .popup-body .btn-group-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 5rem 0 0;
}

.all-popup-wrap
  .main-popup-wraper
  .popup-container
  .popup-body
  .btn-group-row
  .btn {
  margin: 0 0.8rem;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.common-btn-style2 {
  background-image: linear-gradient(-180deg, #f58025, #f73522);
  border: 0;
  border-radius: 0.6rem;
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 2px 16px 0px #b5222c;
}

.common-btn-style2:hover {
  background-image: linear-gradient(-180deg, #f88730, #f83d2b);
  color: #fff;
}

.external-link-popup.external-link-popup-id-default {
  width: 30vw !important;
  left: calc(50% - 15vw) !important;
}

.container-overview .home-overview {
  background-position: 50% -118px;
}

.userlogin.path-user .container-overview.home-overview {
  background-position: 50% -140px;
}

.searchposters.path-search .home-overview {
  background-position: 50% -65px;
}

.searchdocuments.path-search .home-overview {
  background-position: 50% -78px;
}

.userregister .home-overview {
  background-position: 50% -190px;
}

.path-frontpage.page-node-type-page h1 {
  top: 7vw;
}
.searchdocuments  #search-clinical-trials-form #edit-submit, .searchdocuments  .js-form-submit.form-submit {
  margin-top: 30px;
}

.userpassword.path-user .container-overview.home-overview {
  background-position: 50% -158px;
}

.searchposters.path-search h3 {
  text-align: center;
  font-size: 2.1vw;
}
.searchposters.path-search #block-mainpagecontent h3 {
  font-size: 1.3vw;
  text-align: left;
}
.searchposters.path-search .search-text-section p {
  max-width: 74%;
  font-size: 1.2vw;
}

.searchposters.path-search .add_mar div:first-child h3 {
  text-align: left;
}
.searchposters.path-search .add_mar div:last-child h3 {
  text-align: right;
}
.viewPublications .wrap-content {
  padding-top: 4vh; 
}

.path-publications .wrap-content {
  padding-top: 4vh; 
}
 .viewPublications .banner-text {
  padding-top: 7% !important;
  padding-bottom: 14% !important;
}

.path-publications .banner-text {
  padding-top: 7% !important;
  padding-bottom: 15% !important;
}

.path-viewpublications .banner-text {
  padding-top: 7% !important;
  padding-bottom: 15% !important;
}
#block-viewpublicationsbannerblock p{
  width: 30%;
} 
#block-viewpublicationbannerblock p{
  width: 30%;
} 
.viewPublications .banner-text-wrap {
  margin-bottom: -40vh;
}
.path-publications .banner-text-wrap {
  margin-bottom: -40vh;
}
.viewPublications .orange-bg-content{
  padding: 25vh 0 7vh;
}
.path-publications .orange-bg-content{
  padding: 25vh 0 10vh;
}
.viewPublications .banner-content {
  padding-bottom: 52vh;
} 
.path-publications .banner-content {
  padding-bottom: 20vh;
} 
.viewPublications .form-select{
  width: 70%;
  margin-left: 20vw;
}
#publicationsubmit {
  margin: auto;
}
.view-publications-form {
  display: flex;
  width: 90%;
}
#block-viewpublicationsbannerblock {
  /* font-size: 1.3vw; */
  margin: 15px 0 0;
  padding-bottom: 10vh;
  line-height: 2vw;
  font-family: "Conv_Gill Sans MT Light";
}

#block-viewpublicationbannerblock {
  /* font-size: 1.3vw; */
  margin: 15px 0 0;
  padding-bottom: 10vh;
  line-height: 2vw;
  font-family: "Conv_Gill Sans MT Light";
}
.viewPublications .orange-bg {
  position: relative;
  width: 100%;
  margin-top: 0vh;
}

.path-publications .orange-bg {
  position: relative;
  width: 100%;
  margin-top: 0vh;
}
.category {
  display: flex;
}

/*** CSS to solve iPad table issue  *****/
.row.heading-section {
    display: flex;
    padding: 15px 0 15px 0px;
    font-size: 2vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
}
.col-6.first span {
  display: block;
  line-height: 18px;
}
.col-6.first {
  /* width: 75%; */
  width: 60%;
  background:rgb(0 0 0 / 25%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0 10px 0vw;
  line-height: 3vw;
}
.col-3.second {
  width: 15%;
  background: rgb(0 0 0 / 25%);
  padding: 22px 0 10px 0px;
}
.col-3.third {
  width: 25%;
  background: rgb(0 0 0 / 25%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 22px 0 10px 0;
}

.outer-container { 
  text-align: center;
  margin: 25px auto;
  /*width: 70%;*/ 
  font-size: 1.2vw;
}

.top-section {
  width: 80%;
  margin: auto;
  padding-bottom: 15px;
}

  .category-bg {
  background: #f7f7f7;
  display: inline-block;
  padding: 0px 15px;
  width: auto;
  border-radius: 8px !important;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #000000bf;
  height: 30px;
}

.category-bg-link {
  background: #f7f7f7;
  display: inline-block;
  padding: 0px 15px;
  width: auto;
  border-radius: 8px !important;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #000000bf;
  height: 29px;
}
  
.category-bg-active { 
  background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
  border-radius: 10px;
  color: #fff !important;
}

.sub-category-section {
  text-align: left;
  margin-left: 135px;
}

.sub-category-bg { 
  background: #f7f7f7;
  display: inline-block;
  padding: 0px 15px; width: fit-content;
  border-radius: 6px;
  text-align: center;
  margin-right: 8px;
  color: #000000bf;
  height: 30px;
}

.active-bg { 
  color: #fff; 
  background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
  border-radius: 10px;
}
.journal-link { 
  color: #fff; 
  background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
  border-radius: 10px;
}

.sub-category-section h2 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}



.middle-first-section {
  width: 85%;
  text-align: left;
  margin-left: 155px;
  font-size: 1vw;
}

.middle-first-section h3 {
  text-align: left;
  color: #ffffff;
  font-size: 24px;
  padding: 0;
  margin: 10px 0 20px 0;
  text-decoration: underline;
}

.mid-category-bg { 
  background: #5BA4CD;
  display: inline-block;
  padding: 10px 15px 20px 15px;
  width: 20vw;
  border-radius: 15px;
  text-align: center;
  margin-right: 30px;
  height: 16vw;
  border: 1px solid #87b5c8;
  line-height: 1.8vw;
  font-size: 0.9vw;
}

.text-left p{
  margin: 0px 12px 10px;
}

.mid-category-bg.active-bg { 
  color: #fff; 
  background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
  border-radius: 10px;
}

.mid-category-bg h2 {
  font-size: 12px;
  color: #fff;
  margin: 10px 0;
  padding: 0;
}

.mid-category-bg a {
  line-height: 26px;
  font-size: 11px;
  color: #fff;
}

.box-container a.category-bg {
  width: auto;
  margin-top : 3px;
}

.content-section {
    min-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100px;
    margin-bottom: 5px;
    font-weight: bold;
}

.path-publications a:hover{
  color: #000000;
}

.path-viewpublications a:hover{
  color: #000000;
}
.top-right-text {
  text-align: right;
  width: 50%;
  float: right;
}
.float-txtleft {
  float: left;
  width: 50%;
  text-align: left;
}
.banner-content p.publication_note {
text-decoration: underline;
color: rgb(43,145,189,1) !important;
font-weight: bolder ;
}

@media (max-width: 1365px) and (min-width: 960px) {
  .external-link-popup.external-link-popup-id-default {
    width: 50vw !important;
    left: calc(50% - 25vw) !important;
  }
}

.external-link-popup.external-link-popup-id-default
  button.ui-dialog-titlebar-close {
  margin: 1rem;
  margin-top: -1.5rem;
}

.external-link-popup.external-link-popup-id-default .ui-dialog-buttonset {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 0;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body {
  color: #fff;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .icon-img-block
  img {
  width: 100px;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  h3 {
  /* font-family: 'Conv_Gill Sans MT Light'; */
  font-family: "Conv_Dinot Font";
  font-size: 22px;
  line-height: 3.5rem;
  padding: 0;
  margin: 3rem 0 0;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  h2 {
  font-family: "Conv_Dinot Font";
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
}


/* .external-link-popup-content.ui-dialog-content.ui-widget-content .external-link-popup-body h2::after {
        content: '';
        width: 56%;
        height: 0.2rem;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -22px;
    } */

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .info-block {
  font-family: "Conv_dinot-light";
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #fff;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .info-block
  p {
  padding: 0;
  margin: 0 0 0.7rem;
  font-size: 14px;
  line-height: normal;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .info-block
  p
  span {
  text-transform: uppercase;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .btn-group-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 5rem 0 0;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .btn {
  margin: 0 0.8rem;
  text-transform: uppercase;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .ui-dialog
  .ui-dialog-buttonpane {
  padding: 1.3rem 1.5rem 2.3em 1.5em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
    font-size: 2.8rem;
    line-height: 4rem;
    text-transform: uppercase;
    min-width: 18rem;
} */

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.form-submit {
  text-transform: capitalize;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
  background-image: linear-gradient(-180deg, #f58025, #f73522);
  border: 0;
  border-radius: 0.6rem;
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 22px;
  line-height: normal;
  text-transform: uppercase;
  min-width: 16rem;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 2px 16px 0px #b5222c;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button:hover {
  background-image: linear-gradient(-180deg, #f88730, #f83d2b);
  color: #fff;
}

/* =============== GENERAL POPUP CSS END ================== */

.region-banner-login {
  display: flex;
}

.region-banner-login .use-ajax {
  background-image: linear-gradient(-180deg, #f58025, #e31837);
  border: 0;
  border-radius: 0.6rem;
  font-family: "Conv_Dinot Font", Sans-Serif;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 500;
  color: #fff;
  min-width: 12rem;
  padding: 1.2rem 4rem;
  margin: 0 1.5rem 0 0;
}

.region-banner-login .use-ajax:hover {
  background-image: linear-gradient(-180deg, #f98f3e, #f54250);
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.search-info-section .trans-content-wrap .common-btn-style {
  font-size: 3rem;
  min-width: 12rem;
  padding: 1.2rem 4rem;
  line-height: 3.5rem;
}

.search-info-section .trans-content-wrap .link-btn-wraper .common-btn-style {
  font-size: 2.4rem;
  padding: 1.2rem 2rem;
}

.ui-button-icon-only .ui-icon {
  filter: grayscale(100%);
  filter: brightness(0) invert(1);
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 30px;
  height: 30px;
  margin: -15px 18px 0px 0;
  background: url("/sklsi-dev/images/icon-close.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.ui-dialog .ui-dialog-buttonpane button.form-submit {
  min-width: 19rem;
  padding: 1.5rem 3rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.password-confirm,
.password-field,
.password-strength,
.password-confirm-match {
  color: #29f426;
}

.password-confirm.js-password-confirm-message {
  display: none;
}

.user-login-form .description,
.user-register-form .description {
  display: none;
}

/* #edit-field-npi-0-value--description {
    display: inline-block;
} */

.user-register-form .description a {
  color: #fff;
  text-decoration: underline;
}

.form-type-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.form-type-checkbox.js-form-item-field-is-hcp-decision-maker-value {
  display: flex;
  flex-direction: column;
}
.form-item-terms-condition {
  color: #333;
}
#by-submitting-this-form-i-agree-to-the-site {
  font-size: 1.3vw;
}
.field--name-field-is-hcp-decision-maker {
  margin-bottom: 5px !important;
}

.form-type-checkbox .form-checkbox {
  /* display: inline-block;
    width: 2rem;
    line-height: 2rem;
    border: 0;
    border-radius: 0.4rem!important;
    padding: 0; */
  margin: 0 1rem 0 0;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-type-checkbox label {
  padding: 0;
  margin: 0;
  position: relative;
}

/* .ajax-progress {
    display: none;
} */

/* .form-item-cutomtext {
    background: rgba(0, 0, 0, 0.2);
    padding: 2rem 3rem;
    margin-top: 3rem !important;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2rem;
} */

.npi-powered {
  font-size: 11px;
  display: flex;
  line-height: normal;
  margin: 5px 0 0;
}

.npi-powered a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 3px;
}

.error-npi {
  font-size: 14px;
  color: #ff0000;
  line-height: normal;
   margin-right: auto;
}

.menu-popup-div {
  display: none;
}

.form-item--error-message {
  font-size: 12px;
  font-weight: normal;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-family: "Conv_Dinot Font";
}

.path-frontpage .search-medical-info-form .form-item--error-message {
  color: #ff0000 !important;
}
.path-user .form-item--error-message {
  color: #ff0000;
}

.path-user .form-item--error-message a {
  color: #f37527;
  text-decoration: underline;
}

.form-item--error-message:before {
  margin: 0 5px 0 0;
  display: none;
}

.form-item--error-message strong {
  font-weight: normal;
  color: #fff;
}

.formmedicalinquiry .form-item--error-message strong {
  font-weight: normal;
  color: #ff0000;
}

.request-a-meeting .form-item--error-message strong {
  font-weight: normal;
  color: #ff0000;
}

.user-register-form .form-item--error-message strong {
  font-weight: normal;
  color: #ff0000;
}

.request-a-meeting h2 {
  font-size: 30px;
}

.formmedicalinquiry h2 {
  font-size: 30px;
}

.form-item--error-message strong em {
  font-style: normal;
  font-family: "DINOT-Bold";
}

.item-list li a {
  color: #fff;
}

/* =================  MEDI QUERI CSS START ==================== */

/* iPad Test */

@media only screen and (min-device-width: 1620px) and (max-device-height: 2388px) {
  .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top: 90px;
    margin-bottom: 41px;
  }

  .right-nav-wrap .region-header-login {
    top: 1.6vh !important;
  }
  .logo-wrap {
    padding-top: 1.4vh;
  }

  .header-all {
    margin-top: 4%;
  }

  .header-container {
    margin: -24px auto !important;
  }

  .path-frontpage .home-banner {
    height: 23vh !important;
  }

  .home-overview {
    /* background-position: 56% -56px !important; */
    /* background-position: 56% -58px !important; */
  }

  .path-search .banner-text-wrap.poster-banner-mini {
    margin-bottom: 8% !important;
  }

  .section-footer {
    padding: 19vh 0 0 !important;
  }

  .pattern-bg {
    min-height: 100% !important;
  }

  .path-frontpage .home-banner .tagging-line {
    padding-bottom: 8% !important;
  }
}

/* =================  MEDI QUERI CSS END ==================== */

/* NEW THEME CSS START */

/* Custom page CSS
-------------------------------------------------- */

@font-face {
  font-family: "Conv_Gill Sans MT Medium";
  src: url("../fonts/Gill Sans MT Medium.eot");
  src: local("☺"), url("../fonts/Gill Sans MT Medium.woff") format("woff"),
    url("../fonts/Gill Sans MT Medium.ttf") format("truetype"),
    url("../fonts/Gill Sans MT Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_dinot-medium";
  src: url("../fonts/dinot-medium.eot");
  src: local("☺"), url("../fonts/dinot-medium.woff") format("woff"),
    url("../fonts/dinot-medium.ttf") format("truetype"),
    url("../fonts/dinot-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Dinot Font";
  src: url("../fonts/Dinot Font.eot");
  src: local("☺"), url("../fonts/Dinot Font.woff") format("woff"),
    url("../fonts/Dinot Font.ttf") format("truetype"),
    url("../fonts/Dinot Font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Gill Sans MT Light";
  src: url("../fonts/Gill Sans MT Light.eot");
  src: local("☺"), url("../fonts/Gill Sans MT Light.woff") format("woff"),
    url("../fonts/Gill Sans MT Light.ttf") format("truetype"),
    url("../fonts/Gill Sans MT Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_dinot-light";
  src: url("../fonts/dinot-light.eot");
  src: local("☺"), url("../fonts/dinot-light.woff") format("woff"),
    url("../fonts/dinot-light.ttf") format("truetype"),
    url("../fonts/dinot-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Not required for template or sticky footer method. */

.loader {
  background: rgba(0, 0, 0, 0.9) url(../images/loader-ripple.svg) 50% 50%
    no-repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 99999;
  vertical-align: middle;
  background-size: 150px;
}

section {
  background-clip: content-box;
  /* width: 96%; */
  width: 100%;
}

.header-all {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 10.2vw;
}

.header-bg {
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: 13vh;
  max-height: 50vh;
  background-clip: content-box;
  transition: max-height 0.2s ease-out;
  z-index: 4000;
}

.header-bg::after {
  content: "";
  position: absolute;
  top: -108%;
  left: -20%;
  width: 141%;
  height: 80%;
  max-height: 30%;
  background-size: 100% 80%;
  top: -30vh;
  height: 80vh;
  max-height: 30vh;
  /* opacity: .75; */
  opacity: 1;
  /* background-image: linear-gradient(-185deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.36) 60%); */
  /* background: #616161; */
  background: #175069;
  background-size: 100% 80vh;
  background-position: 54%;
  transform-origin: left bottom;
  transform: skewY(5deg);
  transition: max-height 0.2s ease-in-out, opacity 0.2s linear;
  z-index: 0;
  pointer-events: none;
}

.header-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.logo-wrap {
  width: auto;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  padding-top: 8px;
}

.site-logo img {
  /* width: 212px; */
  width: 9vw;
  height: 6.5vw;
}

.logo-subtext {
  /* font-size: 12px; */
  font-size: .75rem;
  line-height: 1.5em;
  color: #fff;
}

.right-nav-wrap .region-header-login {
  /* height: 100%; */
  transform: none;
  cursor: pointer;
  z-index: 7000;
  text-align: center;
  position: absolute;
  top: 3.5vh;
  right: 5vw;
  transform: scale(1);
  transition: transform 40ms ease-in-out;
  display: flex;
  align-items: center;
}

.right-nav-wrap .region-header-login ul.login-ajax-block__list {
  color: #fff;
  font-size: 24px;
  list-style: none;
  margin: 0 25px 0 0;
  padding: 0;
}

.right-nav-wrap .region-header-login ul.login-ajax-block__list li {
  margin: 0;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-left: 7.5px;
}

.right-nav-wrap .region-header-login ul.login-ajax-block__list li a {
  display: inline-block;
  color: #fff;
  font-family: "Conv_Dinot Font";
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  text-decoration: none;
}

.right-nav-wrap .region-header-login ul.login-ajax-block__list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 20px;
  left: 0;
  background-color: #fff;
  top: calc(50% - 10px);
}

.right-nav-wrap
  .region-header-login
  ul.login-ajax-block__list
  li:first-child:before {
  display: none;
}

.right-nav-wrap .region-header-login ul.login-ajax-block__list li a::before {
  content: "";
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}

.right-nav-wrap
  .region-header-login
  ul.login-ajax-block__list
  li
  a:hover::before {
  width: 100%;
}

/* .menu-icon {
        margin: 0 0 0 25px;
        width: 50px;
        width: 2.7083333333vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .menu-icon .line {
        background: #fff;
        border-radius: 2vw;
        display: block;
        width: 100%;
        height: 7px;
        height: .38vw;
        margin-bottom: 8px;
        margin-bottom: .4166666667vw;
        transition: transform .12s ease-in-out;
    }
    .menutext {
        font-family: 'Conv_dinot-medium';
        font-style: normal;
        text-rendering: optimizeLegibility;
        color: #fff;
        font-size: 18px;
        font-size: .9375vw;
        line-height: 24px;
        line-height: .9vw;
        outline: none;
        text-transform: uppercase;
    } */

.menu--main h2 {
  background: url(../images/menu-icon.svg) 50% 50% no-repeat;
  width: 52px;
  height: 43px;
  background-size: 100%;
  position: relative !important;
  font-size: 0;
  margin: 0;
}

.menu--main ul.menu {
  display: none;
}

.home-overview {
  margin: 0 auto;
  background-image: url("../images/hero-home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 50% 0; */
  /* background-position: 50% -100px; */
  /* background-position: 50% -140px; */
  background-position: 50% -158px;
}

.banner-text-wrap {
  margin-bottom: -10vh;
}

.home-overview.meeting-ui .banner-text-wrap {
  margin-bottom: -14vh !important;
}


.wrap-content {
  padding: 10vh 0 20vh;
  width: 88.0208333333vw;
}

.banner-text {
  margin: 0 auto;
  height: 100%;
  z-index: 5;
  /* padding-top: 43%; */
  /* padding-top: 110%; */
  padding-top: 70%;
  padding-bottom: 5%;
}

.clinical-trials .banner-text h1 {
  text-transform: none !important;
}

.banner-text h1 {
  color: #fff;
  text-align: right;
  font-size: 2.625vw;
  vertical-align: bottom;
  font-family: "Conv_Dinot Font";
  font-style: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.7px;
  z-index: 5;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  top: 7vw;
}

.banner-content {
  margin: 0 auto;
  height: 100%;
  z-index: 5;
  padding-bottom: 30vh;
}

.banner-content h2 {
  /* font-size: 60px; */
  /* font-size: 3.125vw; */
  font-size: 42px;
  /* line-height: 3.5vw; */
  line-height: normal;
  font-family: "Conv_dinot-light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 15px;
  /* color: #f58025; */
  color: #f47b29;
}

.banner-content p {
  /* font-size: 30px;
    font-size: 1.5625vw;
    font-size: 1.3vw;
    line-height: 1.8vw;
    line-height: 1.5vw; */
  /* width: 34%; */
  padding-top: 2%;
  font-size: 1.2vw;
  line-height: normal;
  font-family: "Conv_Gill Sans MT Light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
}

.one-box {
  width: 70%;
  /* width: 35%; */
  margin-right: 8%;
}

.box.one-box.adjust h2 {
  font-size: 2vw;
  /* width: 50% !important; */
}

.box.one-box.adjust p {
  padding-top: 2%;
  font-size: 1.3vw;
  line-height: 4vh;
  font-family: "Conv_Gill Sans MT Light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
}

.two-btns-wrap {
  margin: 50px 0 15px;
}
.publication-two-btns-wrap a {
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(250, 249, 248) 0%,
    rgb(251, 248, 249) 100%
  );
}
.two-btns-wrap a,
.two-btns-wrap button,
.two-btns-wrap div {
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  color: #fff;
  margin: 0 10px 0 0;
  border: 0 none;
  padding: 11px 40px 14px;
  /* font-size: 24px; */
  font-size: 1.8rem;
  font-family: "Conv_Dinot Font";
}

.two-btns-wrap a:hover,
.two-btns-wrap button:hover,
.two-btns-wrap div:hover {
  /* background-image: -moz-linear-gradient( -90deg, rgb(228, 26, 55) 0%, rgb(244, 127, 37) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(228, 26, 55) 0%, rgb(244, 127, 37) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(228, 26, 55) 0%, rgb(244, 127, 37) 100%); */
  background-image: -moz-linear-gradient(
    90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  transition: all 0.5s ease-in-out;
}

.two-btns-wrap a:first-child,
.two-btns-wrap button:first-child {
  margin: 0 20px 0 0;
  /* font-size: 1.8rem; */
}

.two-box-wrap {
  display: flex;
}

.two-box-wrap .box-left {
  width: 65%;
  margin-right: 30px;
  position: relative;
}

.two-box-wrap .box-right {
  width: calc(35% - 30px);
  margin: 0 auto;
  text-align: center;
  padding: 4% 4% 2% 2%;
  min-height: 0;
  position: relative;
}

.white-trans-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  max-height: 102%;
  /* background-color: rgba(255, 255, 255, 0.18); */
  background-image: -moz-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.36078) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.36078) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.36078) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform-origin: left bottom;
  transform: skewY(5deg);
  z-index: 1;
}

.two-box-wrap {
  margin-top: 60px;
}

.box-position {
  position: relative;
}

.box-position-01 {
  top: 0vw;
}

.box-position-02 {
  top: 5.208333333333334vw;
}

.orange-bg {
  position: relative;
  width: 100%;
  /* margin-top: 6vh; */
}

.arrow-top-left {
  content: "";
  float: left;
  width: 2%;
  height: 22vh;
  /* background-color: #f58025; */
  background-color: #2b91bd;
  background-image: linear-gradient(
    -270deg,
    rgba(255, 255, 255, 0.3) 30%,
    rgba(0, 0, 0, 0.38)
  );
  margin-left: 2%;
  /* margin-left: 2vw; */
  z-index: 1;
  transform: skewY(-45deg);
  left: -1.95%;
  position: absolute;
  top: -20px;
}

.arrow-bottom-right {
  content: "";
  float: right;
  width: 2%;
  height: 40px;
  /* background-color: #f58025; */
  background-color: #2b91bd;
  background-image: linear-gradient(
    -270deg,
    rgba(0, 0, 0, 0.38) 30%,
    rgba(255, 255, 255, 0.3)
  );
  margin-left: 2vw;
  z-index: 1;
  transform: skewY(-45deg);
  right: 0px;
  position: absolute;
  bottom: -9.6vw;
  /* content: "";
    width: 2%;
    background-color: #f58025;
    background-image: linear-gradient( -270deg, rgba(0, 0, 0, 0.38) 30%, rgba(255, 255, 255, 0.3));
    z-index: 1;
    transform: skewY( -45deg);
    position: absolute;
    right: -2%;
    bottom: -28%;
    right: -2%;
    bottom: -8.7vw;
    min-height: 50%; */
}

.pattern-bg {
  width: 100%;
  box-shadow: 3px 3px 19px 0 rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  transform: skewY(5deg);
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  background-size: cover;
  z-index: 2;
  /* background-image: linear-gradient(-180deg, #f58025, #ef6527); */
  background-image: linear-gradient(-180deg, #2b91bd, #2b91bd);
}

.pattern-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  background-size: cover;
  z-index: 2;
  content: "";
  min-width: 100%;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    rgba(105, 105, 105, 0.1) 0,
    rgba(105, 105, 105, 0.1) 6px
  );
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 4px,
    rgba(105, 105, 105, 0.1) 0,
    rgba(105, 105, 105, 0.1) 6px
  );
}

.contact .orange-bg-content {
  padding: 20vh 0 10vh !important;
}
.searchposters .orange-bg-content {
  padding-top: 12vh !important;
}
.searchdocuments .orange-bg-content {
  padding-top: 12vh !important;
}

.orange-bg-content {
  margin: 0 auto;
  height: 100%;
  z-index: 5;
  padding: 50px 0;
  width: 88.0208333333vw;
  padding-top: 4.6vh;
  padding-bottom: 0;
  margin-top: -25vh;
  padding: 9vh 0 0vh;
  position: relative;
  z-index: 110;
  font-family: "Conv_Dinot Font";
}

.clinical-trials .orange-bg-content.clinical-orange-bg {
  margin-top: -30vh;
}

.clinical-trials .searchmedicalinforesult {
  padding-top: 0;
}

.clinical-trials .region-banner-bottom-2 {
  /* margin: 0px 40px 0; */
  padding-bottom: 30vh;
  display: flex;
  margin: 30px 40px 0;
  margin-bottom: 10vh;
}

.clinical-trials .search-clinical-trials-form > h2 {
  padding: 76px 50px 20px !important;
  text-align: center;
}

.clinical-trials form#search-clinical-trials-form .submitloader {
  left: calc(100% - 223px);
}

.clinical-trials #submitloader-dropdown {
  position: absolute;
  right: 200px;
  bottom: 45px;
}

.clinical-trials .banner-box #search-clinical-trials-form {
  padding-bottom: 0px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.clinical-trials .searchmedicalinforesult {
  padding-top: 0;
}

.clinical-trials .result-count-wrap {
  justify-content: space-between;
  margin: 95px 0 35px;
}

.clinical-trials #selectStatus {
  width: 156px;
}

.clinical-trials .banner-text-wrap .clinical {
  padding: 12vh 0px 35vh 0px !important;
}

.clinical-trials .banner-box.search-clinical-trials-form > h2 {
  padding: 37px 50px 20px;
}

/* FOOTER START */

.section-footer {
  background: url(../images/bg-footer.jpg);
  background-size: cover !important;
  background-size: inherit;
  background-repeat: no-repeat;
  /* width: 96%; */
  width: 100%;
  margin: -15px auto 0;
  padding: 10vh 0 0;
  background-position: 50% 100%;
}

.section-footer .footer-container {
  padding: 7vw 4vw 4vw;
  margin: 0;
  font-family: "Conv_Dinot Font", Sans-Serif;
  /* font-size: 2.2rem; */
  line-height: 3rem;
  font-weight: 500;
  color: #fff;
}

.section-footer .footer-container .top-footer {
  padding: 0;
  margin: 0 0 18rem;
}

.section-footer .footer-container .top-footer h3 {
  /* font-size: 30px; */
  /* font-size: 1.5625vw; */
  /* font-size: 1.2vw; */
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: 0 0 10px;
  margin: 0 0 0.5208333333333333vw;
}

.section-footer .footer-container p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 1.2vw;
}

.section-footer .footer-container a {
  text-decoration: underline;
  color: #fff;
}

.section-footer .footer-container a:hover {
  text-decoration: none;
  color: #f58025;
}

.section-footer .footer-container .lower-footer {
  font-family: "Conv_dinot-light", Sans-Serif;
  font-size: 1.95rem;
  padding: 0;
  /* margin: 0; */
  margin-top: 20px;
}

.section-footer .footer-container .lower-footer .logo {
  padding-top: 2rem;
}

.section-footer .footer-container .lower-footer .logo a {
  text-decoration: none;
}

.section-footer .footer-container .lower-footer ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.section-footer .footer-container .lower-footer ul li {
  line-height: normal;
  font-size: 14px;
  width: auto;
  padding: 0;
  margin: 0 0 0 1rem;
  border-left: 1px solid #fff;
}

.section-footer .footer-container .lower-footer ul li:nth-of-type(1) {
  border: 0 none;
}

.section-footer .footer-container .lower-footer ul li a {
  text-decoration: none;
  padding: 0 0 0 10px;
}

/* Override OneTrust cookie settings button to look like footer links */
.section-footer .footer-container .lower-footer ul li a#ot-sdk-btn {
  background: none !important;
  border: none !important;
  color: #fff !important;
  padding: 0 0 0 10px !important;
  text-decoration: none !important;
  font: inherit !important;
  display: inline !important;
}

.section-footer .footer-container .lower-footer ul li a#ot-sdk-btn:hover {
  color: #f58025 !important;
  text-decoration: none !important;
}

/* FOOTER END */

/* SEARCH RESULT START */

.result-count-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0 10px;
  margin: 0 0 25px;
}

.result-count-wrap h2 {
  padding: 0 15px 0 0;
  border-right: 1px solid #fff;
  margin: 0 15px 0 0;
  font-size: 20px;
}

.sort-by {
  font-size: 20px;
}

.sort-by a {
  color: #fff;
  display: inline-block;
  margin: 0 0 0 10px;
}

.sort-by a.active-sort {
  font-family: "Conv_dinot-medium";
  color: #fff;
  text-decoration: underline;
}

.result-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
  margin: 0 0 25px;
}

.result-row {
  /* background: rgba(255, 255, 255, 0.2); */
  background: rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.result-row .result-left {
  max-width: 80px;
  width: 80px;
}

.result-row .result-right {
  max-width: calc(100% - 80px);
  width: calc(100% - 80px);
}

.result-row h2.result-title {
  font-weight: normal;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff3;
  font-family: "Conv_dinot-medium";
  padding-right: 165px;
  font-size: 20px;
}

.result-description {
  font-size: 14px;
  line-height: normal;
  margin: 5px 0 0;
}

.view-more-result-wrap {
  display: block;
  text-align: center;
}

.view-more-result-wrap a,
.view-more-result-wrap button {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.902);
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 20%);
  font-weight: normal;
  color: #b71a2b;
  font-size: 24px;
  display: inline-block;
  padding: 15px 35px;
  text-decoration: none;
  font-family: "Conv_dinot-medium";
}

.result-bookmark {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 10;
}

.result-bookmark a {
  background: #4bde4b url(../images/add-bookmark.svg) no-repeat left 10px center;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  padding: 8px 10px 10px 30px;
  border-radius: 7px;
  background-size: 14px;
}

.result-bookmark a.remove-bookmark {
  background: #ff0000 url(../images/remove-bookmark.svg) no-repeat left 10px
    center;
  background-size: 14px;
}

.path-search .home-overview {
  margin: 0 auto;
  background-image: url(../images/bg-leadership.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.searchdocuments.path-search .home-overview {
  background-position: 50% -118px;
}

.path-search .banner-text-wrap {
  /* margin-bottom: 0; */
  margin-bottom: -10%;
}

.path-search .banner-text {
  margin: 0 auto;
  height: 100%;
  z-index: 5;
  padding-top: 5%;
  padding-bottom: 5%;
}

.path-search .search-medical-info-form {
  padding: 0 0 15%;
  max-width: 80.020833vw;
  margin: 0 auto;
}

/* .path-search .search-clinical-trials-form {
    padding: 0 0 15%;
    max-width: 80.020833vw;
    margin: 0 auto;
} */

div#block-searchclinicaltrialsblock {
  max-width: 80.020833vw;
  margin: 0 auto;
  padding: 0 0 25%;
}

#block-searchresultsleftcontent .field--type-text-with-summary > div {
  position: relative;
  padding: 8vh 0 5vh;
}

#block-searchresultsleftcontent .field--type-text-with-summary > div::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #fff;
  opacity: 0.18;
  transform: skewY(5deg);
  transition: opacity 0.5s ease-in-out;
  content: "";
  box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1);
}

#block-searchresultsleftcontent .field--type-text-with-summary > div h3 {
  margin: 0;
  padding: 0 35px;
  /* font-size: 22px;
    font-size: 1.4583333333333333vw; */
  font-size: 1.2vw;
  font-family: "Conv_dinot-medium";
  text-align: left;
}

.search-info {
  padding: 0;
  border-top: 1px solid rgb(255, 255, 255, 0.25);
  margin: 30px 0;
}

.search-info a {
  border-bottom: 1px solid rgb(255, 255, 255, 0.25);
  padding: 10px 35px 15px 65px;
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  line-height: 24px;
  font-size: 1.1vw;
}

.search-info a:hover {
  padding-left: 70px;
  /* padding-left: 3.6458333333333335vw; */
}

.search-info a.question-mark {
  background: url(../images/submit-query.svg) no-repeat left 30px center;
  background-size: 25px;
  background-size: 1.3020833333333335vw;
}

.search-info a.user-group {
  background: url(../images/request-meeting.svg) no-repeat left 30px center;
  background-size: 25px;
  background-size: 1.3020833333333335vw;
}

.searchmedicalinforesult {
  padding-top: 5%;
}

.searchmedicalinforesult h3 {
  color: #fff;
}

.path-search #block-medaffair-page-title {
  display: none;
}

.search-text-section {
  padding: 0 0 0%;
  max-width: 88.0208333333vw;
  margin: 0 auto;
  font-family: "Conv_Dinot Font";
}

#block-searchpostersbannertext-2 {
  padding-bottom: 5%;
  margin-top: -6%;
}

.searchdocuments  .search-text-section h3 {
  text-align: center;
  font-size: 2.6vw;
  font-family: "Conv_dinot-medium";
  position: relative;
  top: -3.5vw;
}



.searchposters .search-text-section p {
  margin-bottom: 15%;
}

.searchposters .home-overview {
  background-position: 50% -50px;
}

.searchposters .banner-text {
  padding-top: 6% !important;
}

.search-text-section p {
  max-width: 76%;
  text-align: center;
  margin: 1.5vw auto;
  /* font-size: 24px; */
  font-size: 1vw;
  line-height: normal;
  font-family: "Conv_Dinot Font";
  font-weight: normal;
}

.search-text-section p a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-family: "Conv_dinot-medium";
}

a.site-logo {
  position: relative;
  z-index: 100;
}

.search-medical-info-form > h2 {
  display: none;
}

.search-clinical-trials-form > h2 {
  display: none;
}

#search-medical-info-form > fieldset.form-wrapper {
  display: flex;
  margin: 0;
}

#search-clinical-trials-form > fieldset.form-wrapper {
  display: flex;
  margin: 0;
}

#search-medical-info-form > fieldset.form-wrapper legend {
  display: none;
}

#search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper {
  display: flex;
  width: 100%;
}

#search-clinical-trials-form > fieldset.form-wrapper legend {
  display: none;
}

#search-clinical-trials-form > fieldset.form-wrapper div.fieldset-wrapper {
  display: flex;
  width: 100%;
}

#search-medical-info-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  .form-item
  select {
  border-radius: 8px 0 0 8px;
  padding: 15px 45px 16px 15px;
  border: 0 none;
}

#search-clinical-trials-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  .form-item
  select {
  padding: 15px 45px 16px 15px;
  border: 0 none;
}

#search-medical-info-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  .form-item
  input.form-text {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 51px;
}

#search-clinical-trials-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  .form-item
  select#selectStatus {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 51px;
  padding-top: 14px;
}

.js input.form-autocomplete.ui-autocomplete-loading {
  background-repeat: no-repeat;
  background-image: url(../images/loader.svg);
  background-position: right 10px center;
  background-size: 40px;
}

#search-medical-info-form .form-item-cutomtext {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1vw;
  line-height: normal;
  margin: 15px 0 !important;
  font-family: "Conv_Dinot Font";
  padding-bottom: 20px;
}

#search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper label,
#search-medical-info-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  .description {
  display: none;
}

#search-medical-info-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  > div:nth-of-type(1) {
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#search-medical-info-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  > div:nth-of-type(2) {
  width: 75%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#search-medical-info-form > div.form-item-example {
  font-size: 1vw;
  text-align: left;
  line-height: 1.2vw;
  padding-top: 4px;
  }

#search-clinical-trials-form .form-item-cutomtext {
  position: absolute;
  right: 0;
  top: 60px;
  text-align: right;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin: 15px 5px !important;
  font-family: "Conv_Dinot Font";
  /* text-align: right; */
  left: 45px;
}

#search-clinical-trials-form > fieldset.form-wrapper div.fieldset-wrapper label,
#search-clinical-trials-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  .description {
  display: none;
}

#search-clinical-trials-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  > div:nth-of-type(1) {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#search-clinical-trials-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  > div:nth-of-type(2) {
  width: 75%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#search-clinical-trials-form > div.form-item-example {
  font-size: 12px;
  padding-left: 25%;
  text-align: center;
}

#edit-field-npi-wrapper {
  width: auto !important;
  max-width: 185px;
}

#edit-field-npi-wrapper > div {
  display: flex;
  flex-direction: column;
}

body.path-user .custom_msg {
  display: none;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .viewPublications .banner-content p {
    width: 30%;
    padding-top: 1%;
    line-height: 2vh !important;
  } 
  .path-viewpublications .banner-content {
    padding-bottom: 20vh;
    padding-top: 20vh !important;
  }

  .viewPublications .orange-bg-content {
      padding: 15vh 0 5vh;
  }
  .path-publications .banner-content {
    padding-bottom: 20vh !important;
    padding-top: 19vh;
  }
  .path-publications .orange-bg-content {
    padding: 10vh 0 5vh;
  }
  .publicationsEpilepsy .banner-content p {
    padding-top: 2%;
    line-height: 2vh !important;
  }
  
  .path-frontpage
    #search-medical-info-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(1) {
    width: 40%;
  }
  .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top: 90px;
    margin-bottom: 41px;
  }

  .path-frontpage
    #search-medical-info-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(2) {
    width: 60%;
  }

  /* .path-frontpage #search-medical-info-form > div.form-item-example {
    width: 101%;
    font-size: 1.2rem;
    padding-left: 0%;
    text-align: left;
  } */

  #search-medical-info-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(1) {
    width: 25%;
  }

  #search-medical-info-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(2) {
    width: 75%;
  }

  /* #search-medical-info-form > div.form-item-example {
    font-size: 1.3rem;
    text-align: left;
  } */

  .path-frontpage
    #search-clinical-trials-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(1) {
    width: 40%;
  }

  .path-frontpage
    #search-clinical-trials-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(2) {
    width: 60%;
  }

  .path-frontpage #search-clinical-trials-form > div.form-item-example {
    font-size: 12px;
    padding-left: 40%;
    text-align: center;
  }

  /* #search-clinical-trials-form>fieldset.form-wrapper div.fieldset-wrapper>div:nth-of-type(1) {
        width: 25%;
    } */
  #search-clinical-trials-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(2) {
    width: 75%;
  }

  #search-clinical-trials-form > div.form-item-example {
    font-size: 14px;
    padding-left: 25%;
    text-align: center;
  }

  .search-info a {
    padding: 10px 35px 10px 65px;
    background-size: 23px !important;
  }

  .result-bookmark a {
    font-size: 14px;
  }

  /* .menu-div .menu-header .wrap-full nav ul a.bold {
    font-size: 1.2vw;
  } */

  .path-search .search-medical-info-form {
    padding: 0 0 20%;
  }

  .path-search .search-clinical-trials-form {
    padding: 0 0 20%;
  }
}

#search-medical-info-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  > div
  label.error {
  bottom: auto;
  top: 55px;
  font-family: "Conv_Dinot Font";
}

.search-medical-info-form div#submitloader {
  position: absolute;
  left: 63px;
  top: auto;
  bottom: 74px;
}

#search-clinical-trials-form
  > fieldset.form-wrapper
  div.fieldset-wrapper
  > div
  label.error {
  bottom: auto;
  top: 55px;
  font-family: "Conv_Dinot Font";
}

.search-clinical-trials-form div#submitloader {
  position: absolute;
  left: 63px;
  top: auto;
  bottom: 74px;
}

.result-row .result-left .result-icon {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 10px;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  max-width: 60px;
  width: 60px;
  height: 65px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

#search-medical-info-form #edit-submit,
.js-form-submit.form-submit {
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  color: #fff;
  margin: 0;
  border: 0 none;
  padding: 11px 40px 14px;
  font-size: 2rem;
  font-family: "Conv_Dinot Font";
}

#search-clinical-trials-form #edit-submit,
.js-form-submit.form-submit {
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  color: #fff;
  margin: 0;
  border: 0 none;
  padding: 11px 40px 14px;
  font-size: 1.8rem;
  font-family: "Conv_Dinot Font";
}

.path-frontpage .banner-content {
  padding-bottom: 0;
}

.path-frontpage .banner-text {
  margin: 0 auto;
  height: 100%;
  z-index: 5;
  padding-top: 40%;
  padding-bottom: 0;
}

.path-frontpage .home-banner .banner-text {
  margin: 0 auto;
  height: auto;
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0%;
}

.path-frontpage .home-banner .tagging-line {
  margin: 0 auto;
  margin-left: 74%;
  margin-top: -2%;
  line-height: 2.7vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 38px;
  font-family: "Conv_dinot-light";
  font-size: 2.4vw;
  text-align: right;
}

.path-frontpage .home-banner .tagging-line p {
  color: #f27028;
}

.path-frontpage .home-banner {
  display: flex;
  align-items: flex-end;
  height: 38vh;
}

.region-banner-bottom-2 {
  padding-bottom: 25vh;
  display: flex;
  margin: 30px 40px 0;
}

.region-banner-bottom-2 > div {
  margin: -2px 15px -12px 15px;
}

.region-banner-bottom-2 > div:nth-of-type(1) {
  margin-bottom: 65px;
}

.search-clinical-trials-form {
  width: 100%;
}

.region-banner-bottom-2 > div:nth-of-type(2) {
  margin-top: 63px;
}

.banner-box {
  position: relative;
}

.banner-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  max-height: 102%;
  /* background-color: rgba(255, 255, 255, 0.18); */
  background-image: -moz-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.36078) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.36078) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.36078) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform-origin: left bottom;
  transform: skewY(5deg);
  z-index: 1;
  content: "";
  /* border-bottom: 7px solid #f58025 !important; */
  border-bottom: 7px solid #2b91bd !important;
}

.clinical-trials .banner-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170%;
  max-height: 175%;
  /* background-color: rgba(255, 255, 255, 0.18); */
  background-image: none;
  transform-origin: left bottom;
  transform: skewY(5deg);
  z-index: 1;
  content: "";
  /* border-bottom: 7px solid #f58025 !important; */
  border-bottom: none !important;
}

@media (min-width: 1600px) {
  .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top: 90px;
    margin-bottom: 41px;
  }

  .region-banner-bottom-2 > div:nth-of-type(2)::before {
    height: 106%;
    max-height: 108%;
  }
}

.banner-box.search-medical-info-form > h2 {
  display: block;
  padding: 90px 50px 20px;
  font-family: "Conv_Dinot Font";
  text-transform: uppercase;
  font-size: 24px;
}

.banner-box #search-medical-info-form {
  padding: 0 50px 60px;
  position: relative;
  z-index: 10;
}

#search-medical-info-form .form-type-select {
  width: 100%;
}

/* #search-medical-info-form #edit-cutomtext {
    text-align: right;
} */

.banner-box.search-clinical-trials-form > h2 {
  display: block;
  padding: 90px 50px 20px;
  font-family: "Conv_Dinot Font";
  text-transform: uppercase;
  font-size: 24px;
}

.banner-box #search-clinical-trials-form {
  padding: 0 50px 60px;
  position: relative;
  z-index: 10;
  width: 50%;
}

#clinicalsubmit {
  display: flex;
  /* margin-left: auto; */
  margin-right: auto;
}

.link-btn-wraper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  padding: 25% 10% 10%;
}

.link-btn-wraper .btn {
  margin-right: 0;
  /* margin-bottom: 0.7rem; */
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: left;
  font-family: "Conv_dinot-medium";
  color: #fff;
  position: relative;
  /* font-size: 22px; */
  font-size: 1.125rem;
  padding: 10px 25px 14px 55px;
}

.link-btn-wraper .btn.medical-documents {
  position: relative;
  padding-left: 60px;
}

.link-btn-wraper .btn.medical-documents::before {
  content: "";
  background: url("../images/medical-document.svg") no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.link-btn-wraper .btn.med-inquiry {
  position: relative;
  padding-left: 60px;
}

.link-btn-wraper .btn.med-inquiry::before {
  content: "";
  background: url(../images/submit-query.svg) no-repeat center center;
  /* width: 30px;
    height: 36px; */
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-size: contain;
}

.link-btn-wraper .btn.head-inquiry::before {
  content: "";
  background: url(../images/submit-query.svg) 50% 50% no-repeat;
  /* width: 30px;
    height: 36px; */
  float: right;
  width: 25px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
  pointer-events: none;
  background-size: 100%;
}

.link-btn-wraper .btn.request-meeting::before {
  content: "";
  background: url(../images/request-meeting.svg) 50% 50% no-repeat;
  /* width: 30px;
    height: 30px; */
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 10px;
  pointer-events: none;
  background-size: 100%;
}

.link-btn-wraper .btn.search-posters::before {
  content: "";
  background: url(../images/medi-congress.svg) 50% 50% no-repeat;
  /* width: 30px;
    height: 30px; */
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 10px;
  pointer-events: none;
  background-size: 100%;
}

.link-btn-wraper .btn.view-publications::before {
  content: "";
  background: url(../images/journal.svg) 50% 50% no-repeat;
  /* width: 30px;
    height: 30px; */
  width: 25px;
  height: 25px;
  position: absolute;
  left: 20px;
  top: 10px;
  pointer-events: none;
  background-size: 100%;
}

.five-boxes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.five-boxes > div {
  position: relative;
  display: inline-block;
  width: 20%;
  padding: 1vw;
  vertical-align: bottom;
  margin-right: 1.2vw;
  min-height: 21.875vw;
}

.five-boxes > div::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  min-height: 74vh;
  background-color: #fff;
  opacity: 0.18;
  transform: skewY(5deg);
  transition: opacity 0.5s ease-in-out;
  content: "";
}

.five-boxes > div:nth-of-type(1) {
  margin-top: 0;
}

.five-boxes > div:nth-of-type(2) {
  margin-top: 1.6666666666666667vw;
}

.five-boxes > div:nth-of-type(3) {
  margin-top: 3.3854166666666665vw;
}

.five-boxes > div:nth-of-type(4) {
  margin-top: 4.947916666666666vw;
}

.five-boxes > div:nth-of-type(5) {
  margin-top: 6.614583333333333vw;
  margin-right: 0;
}

.box-wrap-content {
  height: 100%;
  padding: 30px 15px 0px;
}

.box-wrap-content h2 {
  font-size: 1.1458333333333333vw;
  line-height: 1.1458333333333333vw;
  color: #ffffff;
  font-family: "Conv_dinot-medium";
  margin: 0 0 20px;
}

.box-wrap-content p {
  font-size: 1vw;
  color: #ffffff;
  font-family: "Conv_Gill Sans MT Light";
  line-height: normal;
}

.box-wrap-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box-wrap-content ul li {
  margin: 0 0 5px;
  /* margin: 0 0 12px; */
}

.box-wrap-content ul li a {
  display: inline-flex;
  color: #fff;
  position: relative;
  text-decoration: underline;
  line-height: normal;
  transition: all 0.5s ease-in-out;
  font-size: 1.15vw;
  font-family: "Conv_Gill Sans MT Light";
}

.box-wrap-content ul li a::after {
  content: "";
  /* background: url(../images/arrow-right.png) 50% 50% no-repeat; */
  position: absolute;
  right: -45px;
  right: -2.34375vw;
  top: -9px;
  top: -0.46875vw;
  width: 50px;
  width: 2.604166666666667vw;
  height: 50px;
  height: 2.604166666666667vw;
  background-size: 100%;
  transition: all 0.5s ease-in-out;
}

/* .five-boxes>div:nth-of-type(5) .box-wrap-content ul li:nth-of-type(1) a::after {
    right: -45px;
    right: -2.34375vw;
    top: -9px;
    top: -0.46875vw;
} */

@media (max-width: 1633px) {
  /* .five-boxes>div:nth-of-type(5) .box-wrap-content ul li:nth-of-type(1) a::after {
        right: 15px;
        right: 0.78125vw;
        top: 0;
    } */
}

/* .five-boxes>div:nth-of-type(5) .box-wrap-content ul li:nth-of-type(2) a::after {
    right: 15px;
    right: 0.78125vw;
    top: 0;
} */

/* SEARCH RESULT END */

/* 07-07-2021 */

.form-item label {
  display: block;
  width: 100%;
  font-weight: normal;
  /* font-size: 1.3vw !important; */
}

label.js-form-required,
.js-form-type-checkbox.form-type-checkbox label {
  font-size: 1.3vw;
  /* font-size: 0.8333333333333334vw; */
}

.user-logged-in
  .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass {
  padding-top: 20px;
}

.form-item input.form-text,
.form-item input.form-tel,
.form-item input.form-email,
.form-item select,
.form-item textarea {
  width: 100%;
}

.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
  outline: none;
}

.form-radios .form-type-radio {
  display: flex;
  align-items: center;
  padding: 0 0 0 50px;
}

.form-radios .form-type-radio .form-radio {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
}
.viewPublications .form-item--error-message {
  justify-content: center !important;
  color: #bf2031;
  line-height: 15px;
}
.form-radios .form-type-radio .form-radio::after {
  /* width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: -50px;
        top: -19px;
        z-index: 1;
        box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1); */
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -50px;
  top: -19px;
  z-index: 1;
  box-shadow: 0px 3px 24px 0px rgb(0 0 0 / 10%);
}

.form-radios .form-type-radio .form-radio:checked:before {
  /* width: 15px;
        height: 15px;
        background: #f37b26;
        border-radius: 50%;
        content: "";
        position: absolute;
        left: -43px;
        top: calc(50% - 11px);
        z-index: 2; */
  width: 10px;
  height: 10px;
  background: #f37b26;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -45px;
  top: calc(50% - 14px);
  z-index: 2;
}

.form-radios .form-type-radio label {
  position: relative;
  left: -15px;
  cursor: pointer;
  font-size: 20px;
  /* font-size: 0.8333333333333334vw; */
  top: -5px;
}

.form-item select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 8px 45px 8px 15px;
  line-height: 20px;
  color: #495057;
  vertical-align: middle;
  background: #fff url(../images/drop-arrow.svg) no-repeat right 15px center;
  background-size: 22px;
  border: 1px solid #ced4da !important;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  font-size: 1.6rem;
  height: 51px;
  font-family: "Conv_Dinot Font";
}

.form-item input.form-text,
.form-item input.form-tel,
.form-item input.form-email {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 15px;
  line-height: normal;
  color: #495057;
  vertical-align: middle;
  background: #fff;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  font-size: 1.6rem;
  max-height: 51px;
  font-family: "Conv_Dinot Font";
}

.form-item input.form-text[readonly="readonly"],
.form-item input.form-tel[readonly="readonly"],
.form-item input.form-email[readonly="readonly"],
.form-item select[readonly="readonly"] {
  background: rgba(255, 255, 255, 0.8);
  color: #757575;
}

.form-item,
.form-actions {
  margin: 0;
}

.form-wrapper {
  margin-bottom: 30px;
}

/* #edit-pass {
        margin: 30px 0 0;
    } */

.button--primary {
  /* border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100%);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.24);
    font-size: 30px;
    padding: 10px 30px 20px;
    border: 0 none; */
  display: inline-flex;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  /* font-size: 30px; */
  padding: 11px 40px 14px;
  border: 0 none;
  font-size: 1.2vw;
}

.button--primary:focus,
.button--primary:active {
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
}

.button--primary--new {
  /* border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100%);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.24);
    font-size: 30px;
    padding: 10px 30px 20px;
    border: 0 none; */
  display: inline-flex;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  /* font-size: 30px; */
  /* padding: 11px 40px 14px; */
  padding: 0 auto;
  border: 0 none;
  font-size: 1.2vw;
}

.button--primary--new:focus,
.button--primary--new:active {
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
}

#edit-disclaimer {
  margin: 0 0 30px;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
  /* font-size: 24px; */
  font-size: 1.5rem;
  /* font-size: 0.8333333333333334vw; */
  border-radius: 10px;
  font-family: "Conv_dinot-light";
  line-height: normal;
}

#edit-disclaimer a {
  color: #fff;
  text-decoration: underline;
}

.all-required-text {
  font-size: 14px;
  margin: 20px 0 0;
}

.form-required:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}

.checkbox-astrisk {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}

#checkbox-astrisk {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}

.userlogin .form-required:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  display: none;
}

/* REGISTER PAGE */

#edit-account {
  display: flex;
}

#edit-account > div {
  max-width: 50%;
  min-width: calc(50% - 15px);
  margin: 0 15px 0 0;
  position: relative;
}

#edit-account > div:nth-of-type(2) {
  margin: 0 0 0 15px;
  position: relative;
}

.shwpd {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 52px;
  z-index: 10;
  cursor: pointer;
  margin: 0;
}

#edit-field-registration-type--wrapper legend {
  display: none;
}

input#edit-field-npi-0-value {
  display: inline-block;
  /* width: 255px; */
  width: 120px;
  height: auto;
  padding: 15px;
  line-height: normal;
  color: #495057;
  vertical-align: middle;
  background: #fff;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  font-size: 1.25rem;
}

.npi-container {
  display: inline-flex;
  justify-content: center;
  display: none;
}

a.fetch-npi {
  /* background: no-repeat;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    z-index: 1;
    padding: 0;
    display: inline-block;
    text-decoration: none !important; */
  box-shadow: 0 0 0px 1px #e52136;
  color: #fff;
  font-size: 15px;
  z-index: 1;
  padding: 3px 15px;
  display: inline-flex;
  text-decoration: none !important;
  background: #de4400;
  border-radius: 5px;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
}

a.fetch-npi:focus,
a.fetch-npi:active {
  outline: none;
  box-shadow: none;
  text-decoration: none !important;
}

.path-user .banner-text {
  padding-top: 35%;
  padding-bottom: 20%;
}

.path-user .banner-text #block-medaffair-page-title {
  padding-bottom: 5%;
}

.form-item label.error {
  position: absolute;
  font-size: 11px;
  line-height: normal;
  width: 100%;
  text-align: left;
  bottom: auto;
  top: 90px;
}

/* OPEN MENU */

.spb-popup-main-wrapper {
  position: fixed;
  padding: 5px;
  border: 0 none;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100% !important;
  height: 100vh;
  top: 0;
  overflow: auto;
}

.spb_overlay {
  z-index: 9991;
}

.menu-div .menu-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 10.2vw;
}

.menu-div .menu-header .nav-bg {
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: 13vh;
  max-height: 50vh;
  background-clip: content-box;
  transition: max-height 0.2s ease-out;
  z-index: 9;
}

.menu-div .menu-header .nav-bg:after {
  content: "";
  position: absolute;
  top: -108%;
  left: -20%;
  width: 141%;
  height: 80%;
  max-height: 30%;
  background-size: 100% 80%;
  top: -30vh;
  height: 80vh;
  max-height: 30vh;
  opacity: 0.75;
  background-size: 100% 80vh;
  background-position: 54%;
  transform-origin: left bottom;
  transform: skewY(5deg);
  transition: max-height 0.2s ease-in-out, opacity 0.2s linear;
}

.menu-div .menu-header .nav-bg.nav-open:after {
  max-height: 71vh;
  opacity: 1;
  background-size: 74%;
  background-position: 42% bottom;
  background-image: url(../images/menu-top.jpg);
  background-color: #000;
  background-repeat: no-repeat;
}

.menu-div .menu-header .wrap-full {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
  width: 100%;
  z-index: 4000;
  min-width: 100vw;
}

.menu-div .menu-header .wrap-full .nav-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.menu-div .menu-header .wrap-full .logo {
  width: auto;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  padding-top: 1.1111111111vh;
  display: inline-block;
  vertical-align: middle;
}

.menu-div .menu-header .wrap-full .logo a {
  text-align: center;
  text-decoration: none;
}

.menu-div .menu-header .wrap-full .svg-container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding-top: 0;
}

.menu-div .menu-header .wrap-full .svg-container .svg--img {
  width: 11.0416666667vw;
  height: 3.4895833333vw;
  display: block;
  left: 0;
  text-align: center;
  width: 212px;
}

.menu-div .menu-header .wrap-full .btn--nav {
  width: 52px;
  width: 2.7083333333vw;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  transform: none;
  cursor: pointer;
  z-index: 7000;
  text-align: center;
  position: absolute;
  top: 3.6vh;
  right: 5vw;
  transform: scale(1);
  transition: transform 40ms ease-in-out;
}

.menu-div .menu-header .wrap-full .logo p.logo-subtext {
  font-size: 12px;
  font-size: 0.6770833333vw;
  line-height: 1.5em;
  color: #fff;
}

.menu-div .menu-header .wrap-full .btn--nav .line {
  background: #fff;
  border-radius: 2vw;
  display: block;
  width: 100%;
  height: 7px;
  height: 0.38vw;
  margin-bottom: 8px;
  margin-bottom: 0.4166666667vw;
  transition: transform 0.12s ease-in-out;
}

.menu-div .menu-header .wrap-full .btn--nav.open .line.top {
  transform: translateY(25%) rotate(45deg);
}

.menu-div .menu-header .wrap-full .btn--nav.open .line.mid {
  transform: translateY(-175%) rotate(-45deg);
  margin-bottom: 0.35vw;
}

.menu-div .menu-header .wrap-full .btn--nav .menutext {
  font-family: "Conv_dinot-medium";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
  font-size: 1.2vw;
  font-size: 0.9375vw;
  line-height: 0.9vw;
  letter-spacing: 0.0520833333vw;
  outline: none;
}

.menu-div .menu-header .wrap-full .btn--nav.open .close {
  font-size: 0.7375vw;
  opacity: 1;
  text-shadow: none;
}

.menu-div .menu-header .wrap-full nav {
  position: absolute;
  left: 3.90625vw;
  top: 16.2037037037vh;
  width: 92.1875vw;
  height: 300px;
  max-height: 300px;
  height: 22vh;
  text-align: left;
  visibility: visible;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.24s ease-in-out;
}

.menu-div .menu-header .wrap-full nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.menu-div .menu-header .wrap-full nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 96px;
  text-align: center;
  cursor: pointer;
  transition: line-height 0.2s ease;
}

.menu-div .menu-header .wrap-full nav ul .link-group {
  max-width: 19vw;
  margin-right: 10.8333333333vw;
  vertical-align: top;
}

.menu-div .menu-header .wrap-full nav ul a {
  font-family: "Conv_dinot-light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #585956;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.25vw;
  color: #fff;
  line-height: 2.2em;
  line-height: 4.5vh;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}

.menu-div .menu-header .wrap-full nav ul a.bold {
  font-family: "DINOT-Bold";
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

.menu-div .menu-header .wrap-full.nav-bottom {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 64%;
  height: 58vh;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.2s ease-in;
}

.menu-div .menu-header .wrap-full.nav-bottom.nav-open {
  transform: translateY(0);
}

.menu-div .menu-header .wrap-full.nav-bottom .segment-container {
  transition: opacity 0.24s ease-in-out;
  height: auto;
  background-color: #fff;
  text-align: left;
}

.menu-div .menu-header .wrap-full.nav-bottom .sidebar {
  width: 20vw;
  height: 72vh;
  text-align: left;
  padding-top: 1.5vh;
  z-index: 3000;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.menu-div .menu-header .wrap-full.nav-bottom .content {
  height: 100%;
  width: 79.5vw;
  z-index: 3500;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
  overflow: scroll;
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge {
  width: 100%;
  display: block;
  height: 22.7777777778vh;
  position: relative;
  background-clip: content-box;
  cursor: pointer;
}

.menu-div .menu-header .wrap-full.nav-bottom .signup .hoverline {
  display: none;
  position: absolute;
  width: 20px;
  width: 1.3vw;
  height: 90%;
  top: -2%;
  left: -2%;
  overflow: hidden;
  z-index: 1;
  transform-origin: left bottom;
  transition: transform 0.1s ease-in-out;
}

.menu-div .menu-header .wrap-full.nav-bottom .signup:hover .hoverline {
  display: block;
  left: 0;
  top: 0;
  transition: transform 0.1s ease-in-out;
}

.menu-div .menu-header .wrap-full.nav-bottom .signup:after {
  content: "";
  position: absolute;
  top: -5%;
  left: -20%;
  background-size: 100% 80vh;
  width: 140%;
  height: 246px;
  height: 22.7777777778vh;
  transform-origin: left bottom;
  transform: rotate(5deg);
  background-color: #e2e2e2;
}

.menu-div .menu-header .wrap-full.nav-bottom .signup .wedge-content {
  top: 45%;
  transform: translateY(-50%);
  left: 3.90625vw;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 3501;
  text-align: left;
}

.menu-div .menu-header .wrap-full.nav-bottom .signup h3 {
  width: 11.25vw;
  transition: color 0.2s ease;
  color: #e31837;
  font-size: 24px;
  width: 13vw;
  font-family: "Conv_dinot-medium";
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  display: inline-block;
  vertical-align: middle;
  outline: none;
}

.menu-div .menu-header .wrap-full.nav-bottom .contact,
.menu-div .menu-header .wrap-full.nav-bottom .resources,
.menu-div .menu-header .wrap-full.nav-bottom .signup,
.menu-div .menu-header .wrap-full.nav-bottom .socialmedia {
  cursor: pointer;
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge .hoverbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.3541666667vw;
  transform: translateX(-100%) skewY(5deg);
  transition: transform 0.1s ease-in-out;
  background-color: #f58025;
  z-index: 500;
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge a,
.menu-div .menu-header .wrap-full.nav-bottom .wedge div,
.menu-div .menu-header .wrap-full.nav-bottom .wedge h3 {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  transition: color 0.2s ease;
  color: #e31837;
  font-size: 1.2vw;
  width: 13vw;
  font-family: "DINOT-Bold";
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

.menu-div .menu-header .wrap-full.nav-bottom .socialmedia .wedge--content {
  padding-top: 0;
  top: 40%;
  transform: translateY(-50%);
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge:after {
  content: "";
  position: absolute;
  top: -15%;
  left: -20%;
  background-size: 100% 80vh;
  width: 140%;
  height: 246px;
  height: 22.7777777778vh;
  transform-origin: left bottom;
  transform: rotate(5deg);
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge .wedge--content {
  left: 3.90625vw;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 3501;
  text-align: left;
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge.signup,
.menu-div .menu-header .wrap-full.nav-bottom .wedge.signup:after {
  height: 30.5555555556vh;
  background-color: #e2e2e2;
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia,
.menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia:after {
  height: 30.5555555556vh;
  background-color: #c7c7c7;
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge.active .hoverbox,
.menu-div .menu-header .wrap-full.nav-bottom .wedge:hover .hoverbox {
  transform: translateX(0) skewY(5deg);
}

.menu-div .menu-header .wrap-full.nav-bottom .socialmedia .hoverline {
  display: none;
  position: absolute;
  width: 20px;
  width: 1.3vw;
  height: 100%;
  top: -10%;
  left: -6%;
  overflow: hidden;
  z-index: 1;
  transform-origin: left bottom;
}

.menu-div .menu-header .wrap-full.nav-bottom .socialmedia:hover .hoverline {
  display: block;
  left: 0%;
  top: -10%;
  transition: transform 0.1s ease-in-out;
}

.menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia .hoverbox {
  height: 100%;
  top: -12.7%;
}

.menu-div .menu-header .wrap-full.nav-bottom .content {
  display: inline-block;
  width: 79.5vw;
  height: 100%;
  vertical-align: top;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 3500;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 0.2s ease-in;
}

.menu-div .menu-header .wrap-full.nav-bottom .content .container.active {
  display: flex;
  opacity: 1;
  width: 100%;
}

.menu-map {
  width: 50vw;
  height: 56vh;
}

.menu-map iframe {
  /* width: 103% !important; */
  height: 100% !important;
}

.menu-div .menu-header .wrap-full.nav-bottom .template-contact-us {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 60.2%;
  padding: 10% 2.5% 0 0;
}

.menu-div .menu-header .wrap-full.nav-bottom .template-contact-us h2 {
  /* font-size: 3.125vw; */
  font-size: 2.625vw;
  color: #e31837;
  line-height: 1.26em;
  font-family: "Conv_dinot-light";
  font-style: normal;
  text-rendering: optimizeLegibility;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .contact-info-block {
  padding: 0;
  margin: 0;
  color: #e31837;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .contact-info-block
  .info-block-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 1.5rem 0;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .contact-info-block
  .info-block-row
  .info-row-lft-box {
  width: 60%;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .contact-info-block
  .info-block-row
  p {
  padding: 0;
  margin: 0;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .contact-info-block
  .info-block-row
  .info-row-rgt-box {
  width: 40%;
  text-align: right;
  font-size: 1.1rem;
  color: #000;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .txt-block-other-inquiries {
  padding: 0;
  margin: 3rem 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #e31837;
  padding-bottom: 5px;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .txt-block-other-inquiries
  a,
.menu-div .menu-header .content a {
  color: #e31837;
  text-decoration: underline;
  text-align: right;
  font-size: 1.1rem;
  color: #000;
}

.menu-div
  .menu-header
  .wrap-full.nav-bottom
  .template-contact-us
  .txt-block-other-inquiries
  a:hover,
.menu-div .menu-header .content a:hover {
  color: #e31837;
  text-decoration: none;
}

ul.tabs.primary {
  margin: 8vh 0 0.5em;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  /* border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) */
  border-top: 1px solid #f27028;
  border-bottom: 1px solid #f27028;
}

ul.tabs.primary a {
  display: block;
  text-decoration: none;
  background: rgb(255 255 255 / 0%);
  color: #f27028;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  margin: 0 15px;
  padding: 10px 40px;
  transition: all 0.5s ease-in-out;
}

ul.tabs.primary a.is-active,
ul.tabs.primary a:focus,
ul.tabs.primary a:hover {
  background-color: rgb(238 238 238 / 0%);
  border-top: 5px solid #f27028;
  border-bottom: 5px solid #f27028;
}

.forgot-pass {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 1.2vw;
  /* font-size: 0.9375vw; */
}

form#user-login-form .forgot-pass {
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: 0;
}

.forgot-pass a {
  color: #f37527 !important;
  /* text-decoration: none !important; */
}

.user-pass {
  padding: 5% 15%;
  max-width: 80%;
  margin: 0 auto;
}

.user-pass .form-item {
  position: relative;
}

.user-pass .form-item + p {
  margin: 0;
  /* background: rgba(0, 0, 0, 0.1); */
  /* background: rgb(0 0 0 / 50%); */
  font-weight: bold;
  padding: 15px 0px;
  font-size: 1.6rem;
  border-radius: 10px;
  font-family: "Conv_dinot-light";
  line-height: normal;
  display: inline-block;
  /* color: #000; */
}

.user-pass .form-actions.form-wrapper input[type="submit"] {
  display: inline-flex;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  padding: 11px 40px 14px;
  border: 0 none;
  font-size: 1.8rem;
}

.path-search .search-medical-poster-form {
  padding: 0 0 20%;
  max-width: 80.020833vw;
  margin: 0 auto;
}

.search-medical-poster-form fieldset {
  margin: 0;
}

.search-medical-poster-form fieldset legend {
  border: 0 none;
  display: none;
}

.search-medical-poster-form .fieldset-wrapper {
  display: flex;
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(1) {
  width: 25%;
  position: relative;
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(2) {
  width: 25%;
  position: relative;
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) {
  width: 10%;
  position: relative;
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(4) {
  width: 40%;
  position: relative;
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(1) select {
  border-radius: 8px 0 0 8px;
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(2) select {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  /* border-right: 1px solid rgba(0, 0, 0, .3); */
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) select {
  border-radius: 0;
  min-height: 51px;
}

.search-medical-poster-form .fieldset-wrapper > div:nth-of-type(4) .form-text {
  border-radius: 0 8px 8px 0;
  min-height: 51px;
}

.search-medical-poster-form .form-item-cutomtext {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.1vw;
  line-height: normal;
  margin: 10px 0 10px 0 !important;
  font-family: "Conv_Dinot Font";
  padding-bottom: 10px;
}

.search-medical-poster-form #edit-submit {
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  color: #fff;
  margin: 0;
  border: 0 none;
  padding: 11px 40px 14px;
  font-size: 24px;
  font-family: "Conv_Dinot Font";
}

.searchmedicalposterresult .poster-result-image {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 210px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.searchmedicalposterresult .poster-result-image img {
  /* width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important; */
  max-width: 100%;
  max-height: 100%;
}

.searchmedicalposterresult .result-text {
  font-size: 1vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 0 none;
  padding: 15px 25px;
  margin: 0 0 25px;
  box-shadow: 0 5px 10px 2px rgb(0 0 0 / 5%);
}

.searchmedicalposterresult .result-wrapper {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 0 none;
  padding: 30px 15px 0;
  margin: 0 0 25px;
  box-shadow: 0 5px 10px 2px rgb(0 0 0 / 10%);
}

.searchmedicalposterresult .result-row {
  flex-direction: column;
  padding: 0 15px;
  background: none;
}

.searchmedicalposterresult .result-row h2.result-title {
  font-weight: normal;
  margin: 10px 0 0;
  padding-bottom: 0;
  border-bottom: 0 none;
  font-family: "Conv_dinot-medium";
  padding-right: 0;
  font-size: 20px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.searchmedicalposterresult .view-more-result-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 25px 0 0;
  padding-top: 25px;
  border-radius: 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  /* border: 2px solid red !important; */
  border-top: 0 none !important;
  border-bottom: 0 none !important;
  border-left: 0 !important;
}

.user-pass-reset {
  padding: 5% 15% 0;
  max-width: 80%;
  margin: 0 auto;
}

.user-pass-reset #edit-submit {
  display: inline-flex;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 24%);
  font-size: 30px;
  padding: 10px 30px 20px;
  border: 0 none;
  margin: 25px 0 0;
}

.user-pass-reset p em {
  font-style: normal;
  font-family: "DINOT-Bold";
}

#block-welcomepopup {
  display: none;
}

#edit-pass-error .tooltip-ex {
  display: none;
}

/* LEAVE POPUP */

.ui-dialog .ui-dialog-title {
  font-size: 22px;
  font-weight: normal;
}

/* BOOKMARK PAGE */

.result-changeinversion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0 0 0;
}

.result-changeinversion p {
  background: rgba(0, 0, 0, 0.15) url(../images/exclaim-icon.svg) no-repeat left
    15px center;
  background-size: 20px;
  padding: 5px 15px 5px 45px;
  margin: 0 15px 0 0;
  font-size: 1vw;
  border-radius: 6px;
}

.refresh-bookmark {
  border-radius: 5px;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  );
  box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 30%);
  color: #fff !important;
  font-size: 1vw;
  padding: 5px 20px;
}

/* AUTO COMPLETE */

.ui-widget.ui-widget-content {
  margin-top: 10px !important;
  border-radius: 5px;
  overflow: hidden;
  /* max-height: 200px;
    overflow-y: auto; */
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 5px 15px;
  display: block;
  font-family: "Conv_Dinot Font";
  font-size: 1vw;
}

.ui-menu .ui-menu-item-new-wrapper {
  position: relative;
  padding: 5px 15px;
  display: block;
  font-family: "Conv_Dinot Font";
  font-size: 1vw;
}

.ui-widget-content a:hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #ffffff;
  text-decoration: none;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(244, 127, 37) 0%,
    rgb(228, 26, 55) 100%
  ) !important;
  border: 0 none;
}

.pagination {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.pagelinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 80px);
}

.pagination .form-item select {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 9.5px 10px;
  line-height: normal;
  color: #495057;
  vertical-align: middle;
  background: #fff url(../images/drop-arrow.svg) no-repeat right 10px center;
  background-size: 12px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  font-size: 1.25rem;
  height: auto;
  font-family: "Conv_Dinot Font";
  max-width: 65px;
  line-height: normal;
}


@media (max-width: 767px) {
  .pagination .form-item select {
    padding: 5.5px 10px;
  }
  
}

.pagination a {
  color: #fff;
  /* float: left; */
  padding: 5px 12px;
  text-decoration: none !important;
  background-color: #00000042;
  margin: 0 5px 0 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  font-size: 1vw;
}

.pagination a.active,
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  /* background-color: #e2672e !important; */
  background-color: #38b3e8 !important;
  color: #fff;
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 1.2vw;
}

#block-myaccounttopblock .user-text-block {
  font-size: 1.2vw;
}

.our-medicine h2 a {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.our-medicine h2 a::after {
  content: "";
  background: url(../images/arrow-right.png) 50% 50% no-repeat;
  position: absolute;
  right: -45px;
  right: -2.34375vw;
  top: -9px;
  top: -0.46875vw;
  width: 50px;
  width: 2.604166666666667vw;
  height: 50px;
  height: 2.604166666666667vw;
  background-size: 100%;
  transition: all 0.5s ease-in-out;
}

/* ENQUIRE FORM */

div#edit-container1 {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

div#edit-container1 > div {
  max-width: calc(33.33% - 30px);
  min-width: calc(33.33% - 30px);
  margin: 0 15px 30px;
}

.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-inquiry.form-item-inquiry {
  max-width: calc(100% - 30px) !important;
  min-width: calc(100% - 30px) !important;
}

.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-inquiry.form-item-inquiry
  .form-textarea-wrapper
  textarea {
  max-height: 95px;
  height: 95px;
  width: 66%;
}



/* .medical-inquiry .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-prefered-method-of-response.form-item-prefered-method-of-response {
    display: none;
} */

.request-a-meeting
  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-prefered-method-of-response.form-item-prefered-method-of-response {
  display: none;
}

/* div#edit-container1>div:nth-of-type(4) {
    display: none;
} */

.form-textarea-wrapper textarea {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 15px;
  line-height: normal;
  color: #495057;
  vertical-align: middle;
  background: #fff;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  font-size: 1vw;
  max-height: 51px;
  font-family: "Conv_Dinot Font";
  resize: none;
}

#edit-container2 {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

div#edit-container2 > div {
  max-width: calc(33% - 30px);
  min-width: calc(33% - 30px);
  margin: 0 15px 30px;
  position: relative;
  padding: 0 110px 0 0;
}

div#edit-container2 > div .field-suffix {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 10;
}

div#edit-container3 {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

div#edit-container3 > div {
  max-width: calc(33.33% - 30px);
  min-width: calc(33.33% - 30px);
  margin: 0 15px 30px;
}

.user-logged-in #edit-disclaimer,
.path-webform #edit-disclaimer {
  margin: 30px 0;
}

div#edit-heading1 h2,
div#edit-heading2 h2 {
  /* border-bottom: 1px solid #ffffff52; */
  border-bottom: 1px solid #00000017;
  padding-bottom: 15px;
  color: #000;
}

/* NEW REGISTRATION CSS */

.path-webform .pattern-bg,
.path-user .pattern-bg {
  width: 100%;
  background-image: linear-gradient(
    -224deg,
    #d5d5d5,
    #fcfcfc 25%,
    #fcfcfc 75%,
    #e5e5e5
  );
  box-shadow: 3px 3px 19px 0;
  background-repeat: no-repeat;
  background-position: top;
  transform-origin: left bottom;
  transform: skewY(5deg);
}

.path-webform .arrow-top-left,
.path-user .arrow-top-left {
  background-color: #dad7d7;
  background-image: linear-gradient(
    -270deg,
    rgba(255, 255, 255, 0.3) 30%,
    rgba(0, 0, 0, 0.38)
  );
}

.path-webform .arrow-bottom-right,
.path-user .arrow-bottom-right {
  background-color: #ebebeb;
  background-image: linear-gradient(
    -270deg,
    rgba(0, 0, 0, 0.38) 30%,
    rgba(255, 255, 255, 0.3)
  );
}

.form-item label {
  color: #000;
}

.path-webform .form-item input.form-text,
.path-webform .form-item input.form-tel,
.path-webform .form-item input.form-email,
.path-webform .form-item select,
.path-webform .form-textarea-wrapper textarea,
.path-user .form-item input.form-text,
.path-user .form-item input.form-tel,
.path-user .form-item input.form-email,
.path-user .form-item select,
.path-user .form-textarea-wrapper textarea {
  border: 1px solid #f2712880 !important;
}

.path-webform .form-textarea-wrapper textarea,
.path-user .form-textarea-wrapper textarea {
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-type-checkbox .form-checkbox + label:before {
  background-color: #f37527;
  border: 2px solid #f37726;
}

.form-type-checkbox .form-checkbox:checked + label:before {
  background-color: #f16d28;
  border: 2px solid #f37527;
}

.form-type-checkbox .form-checkbox:checked + label:after {
  border-color: #ffffff;
}

.all-required-text {
  color: #000;
}

#edit-disclaimer {
  background: rgb(0 0 0 / 51%);
}

.npi-powered,
.npi-powered a {
  color: #000;
}

.form-item input.form-text[readonly="readonly"],
.form-item input.form-tel[readonly="readonly"],
.form-item input.form-email[readonly="readonly"],
.form-item select[readonly="readonly"] {
  background: rgb(0 0 0 / 15%) !important;
}

.form-item label.error {
  color: #ff0000 !important;
}

.path-webform .tooltip-ex {
  color: #000 !important;
}

/* POP UP for external-link-popup */

.external-link-popup {
  background: #175069 !important;
}

.ui-dialog.external-link-popup .ui-dialog-titlebar {
  display: none;
}

.ui-dialog.external-link-popup .ui-dialog-content {
  padding: 0%;
}

.ui-dialog.external-link-popup .icon-img-block {
  background: url(../images/sk-leave-pop-img.jpg) 37% 27% no-repeat;
  width: 100%;
  height: 435px;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.ui-dialog.external-link-popup .icon-img-block::before {
  content: "";
  background: url(../images/exclaim-img.png) 50% 50% no-repeat;
  width: 90px;
  height: 90px;
  background-size: 100%;
  position: absolute;
  bottom: -48px;
  left: calc(50% - 45px);
  z-index: 100;
}

.ui-dialog.external-link-popup .icon-img-block img {
  display: none;
}

.ui-widget-overlay {
  background: #000000;
  opacity: 0.8;
  filter: Alpha(Opacity=30);
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .info-block {
  position: relative;
  margin-bottom: 40px;
}

.external-link-popup-content.ui-dialog-content.ui-widget-content
  .external-link-popup-body
  .info-block::after {
  content: "";
  width: 110px;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -22px;
}

.external-link-popup.external-link-popup-id-default
  .ui-dialog-buttonset
  .button:nth-of-type(1) {
  background: #fff !important;
  box-shadow: none !important;
  color: #2b91bd !important;
}

.external-link-popup.external-link-popup-id-default
  .ui-dialog-buttonset
  .button:nth-of-type(2) {
  background: #2b91bd !important;
  box-shadow: none !important;
  color: #fff !important;
}

div#edit-field-registration-type-wrapper {
  padding-right: 0;
  width: auto;
}

.captcha {
  margin: 0 0 25px;
}

form#change-pwd-form > div.row {
  margin: 0;
}

.path-user .tooltip-ex {
  color: #000 !important;
}

form#change-pwd-form .form-actions {
  margin-top: 30px;
  position: relative;
}

div#edit-actions {
  position: relative;
}

h2.user-name-block {
  color: #f27028;
}

#block-myaccounttopblock .user-text-block {
  color: #000;
}

.tooltip-ex-top {
  bottom: 140%;
  right: auto;
  left: -127px;
  width: 210px;
}

@media (max-width: 1366px) {
  .tooltip-ex-top {
    left: -45px;
  }

  .tooltip-ex-text::after {
    right: auto;
    left: 37px;
  }
}

.searchmedicalinfo-uaf #edit-account {
  margin-top: 35px;
}

/* label#edit-pass-error {
    line-height: normal;
    bottom: -50px;
} */

.user-pass-reset {
  color: #000;
  font-size: 1.2vw;
}

.user-pass-reset p {
  margin: 0 0 5px;
}

.user-pass-reset p em {
  color: #f26e29;
}

.path-search #search-medical-poster-form .form-item label {
  color: #fff;
  font-family: "Conv_Dinot Font";
  font-size: 1.2vw;
}

.webform-submission-form strong.error.form-item--error-message {
  /* display: block; */
  color: #ff0000;
}

.tel-link,
.email-link {
  /* color: #f37527 !important; */
  /* font-weight: normal; */
  font-weight: bold;
  font-size: 1.2vw;
  display: inline-block;
  font-family: "Conv_Gill Sans MT Medium";
}

.custom_closen {
  width: 30px;
  height: 30px;
  background: #ffffff4a url(../images/icon-close.png) 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  background-size: 15px;
}

body.user-logged-in.path-user .user-pass p {
  color: #000;
  margin: 0 0 25px;
}

.path-webform .webform-submission-request-a-meeting-form .form-type-checkbox {
  flex-direction: column;
}

.webform-submission-medicalinquiry-form .form-type-checkbox {
  flex-direction: column;
}

.info-block .custom-close-modal {
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  font-size: 20px;
  color: #f27028 !important;
  text-decoration: none !important;
  margin: 10px 5px 0;
  border-radius: 5px;
  font-family: "Conv_Dinot Font";
  transition: all 0.5s ease-in-out;
}

.info-block .remove-bookmark-link {
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  font-size: 20px;
  color: #f27028 !important;
  text-decoration: none !important;
  margin: 10px 5px 0;
  border-radius: 5px;
  font-family: "Conv_Dinot Font";
  transition: all 0.5s ease-in-out;
}

.info-block .custom-close-modal:hover,
.info-block .remove-bookmark-link:hover {
  background: #333;
  color: #fff !important;
}

.update-pass-link {
  text-decoration: underline;
}

form#search-medical-info-form,
form#search-medical-poster-form {
  position: relative;
}

form#search-medical-info-form .submitloader {
  position: absolute;
  bottom: 68px;
  left: 10px;
  z-index: 1;
  top: auto;
}

form#search-clinical-trials-form,
form#search-medical-poster-form {
  position: relative;
}

form#search-clinical-trials-form .submitloader {
  position: absolute;
  bottom: 45px;
  left: 10px;
  z-index: 1;
  top: auto;
}

form#search-medical-poster-form .submitloader {
  position: absolute;
  bottom: 50px;
  left: 10px;
  z-index: 1;
  top: auto;
}

.path-frontpage form#search-medical-info-form .submitloader {
  position: absolute;
  bottom: 142px;
  left: 62px;
  z-index: 1;
  top: auto;
}

.path-frontpage form#search-clinical-trials-form .submitloader {
  position: absolute;
  bottom: 120px;
  left: 62px;
  z-index: 1;
  top: auto;
}

/* RESPONSIVE CSS START */
/* Ipad Pro Landscape view */
@media (width: 1366px) {
    .searchposters .orange-bg-content {
      padding-top: 9vh !important;
    }
    .contact .orange-bg-content {
      padding: 14vh 0 5vh !important;
    }
    .searchdocuments .orange-bg-content {
      padding-top: 9vh !important;
    }
    .searchdocuments .home-overview {
      background-position: 50% -122px !important;
    }
    form#user-pass {
      margin-top: -55vh !important;
      padding-right: 7%;
    }
    .userpassword .section-footer {
      padding-top: 5vh !important;
    }

    .userpassword.path-user .banner-text {
      padding-bottom: 80vh !important;
    }
    form#user-login-form {
      margin-top: -95vh !important;
      padding-left: 3%;
    }
    .userlogin.path-user .banner-text {
      padding-bottom: 100vh !important;
    }
    .formmedicalinquiry .banner-content {
      padding-bottom: 43vh;
    }

    .request-a-meeting .banner-content {
      padding-bottom: 43vh;
    }

    .userlogin .home-overview {
      background-position: 50% -128px !important;
    }

    .userlogin .banner-text {
      padding-bottom: 40%;
    }

    .formmedicalinquiry .banner-text {
      padding-top: 5% !important;
      padding-bottom: 10%;
    }

    .request-a-meeting .banner-text {
      padding-top: 5% !important;
      padding-bottom: 10%;
    }

    .path-frontpage .home-banner {
      height: 23vh;
    }

    .our-med {
      height: 35vh !important;
    }

    .clinical-trials .banner-text-wrap .clinical {
      padding: 10vh 0px 25vh 0px !important;
    }

    .five-boxes > div::before {
      min-height: 78vh;
    }
  }

  .clinical-trials .banner-text h1 {
    text-align: center;
    font-family: "Conv_dinot-medium";
    font-size: 26px;
  }

  table.clinical-trials thead tr th {
    padding: 1px 5px;
    /* border-bottom: 4px solid #fff3; */
    text-align: center;
  }

  table.clinical-trials thead tr th:first-child {
    width: 60%;
  }

  table.clinical-trials thead tr th:first-child span {
    display: block;
  }

  /* table.clinical-trials thead tr th:not(:first-child) {
    width: 20%;
    word-break: break-word;
  } */

  table.clinical-trials thead tr th:nth-child(2) {
    width: 15%;
    word-break: break-word;
  }

  table.clinical-trials thead tr th:nth-child(3) {
    width: 25%;
    word-break: break-word;
  }

  table.clinical-trials thead {
    display: inherit;
  }

  table.clinical-trials tbody tr {
    padding: 15px 0;
  }

  table.clinical-trials tbody tr td {
    padding: 1px 5px;
    vertical-align: baseline;
    text-align: center;
  }

  table.clinical-trials tbody tr td:first-child {
    width: 60%;
    text-align: left;
    padding-left: 20px;
  }

  /* table.clinical-trials tbody tr td:not(:first-child) {
    width: 20%;
    word-break: break-word;
  } */

  table.clinical-trials tbody tr td:nth-child(2) {
    width: 15%;
    word-break: break-word;
  }

  table.clinical-trials tbody tr td:nth-child(3) {
    width: 25%;
    word-break: break-word;
  }

  .menurow a {
    color: #fff;
    text-decoration: underline;
  }

  .clinical-trials {
    border-radius: 10px;
  }

  table.clinical-trials {
    width: 100% !important;
  }

  #search-medical-info-form > div.form-item-example > span.example-highlight {
    color: rgb(244, 127, 37);
  }

  #search-clinical-trials-form > div.form-item-example > span.example-highlight {
    color: rgb(244, 127, 37);
  }

  .footer-image {
    transform: skewY(5deg);
  }

  .contactus .wrap-full.nav-bottom .segment-container {
    transition: opacity 0.24s ease-in-out;
    height: 100%;
    text-align: left;
  }

  .contactus .wrap-full.nav-bottom .content {
    display: inline-block;
    width: 93vw;
    height: 100%;
    vertical-align: top;
    z-index: 3500;
    margin-top: -5%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 1px;
    transition: opacity 0.2s ease-in;
  }

  .contactus .wrap-full.nav-bottom .content .container.active {
    display: flex;
    opacity: 1;
    width: 100%;
  }

  .contactus .wrap-full.nav-bottom .template-contact-us {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    width: 60.2%;
    padding: 1% 5% 0 0;
  }

  .contactus .wrap-full.nav-bottom .template-contact-us h2 {
    font-size: 2.625vw;
    color: #f8f8f8;
    line-height: 1.26em;
    font-family: "Conv_dinot-light";
    font-style: normal;
    text-rendering: optimizeLegibility;
  }

  .contactus .wrap-full.nav-bottom .template-contact-us .contact-info-block {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    color: #f8f8f8;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .contact-info-block
    .info-block-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 1.5rem 0;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .contact-info-block
    .info-block-row
    .info-row-lft-box {
    width: 60%;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .contact-info-block
    .info-block-row
    p {
    padding: 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 1.1vw;
    margin-bottom: 5px;
    line-height: 1vw;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .contact-info-block
    .info-block-row
    p
    a {
    padding: 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 1.1vw;
    margin-bottom: 5px;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .contact-info-block
    .info-block-row
    .info-row-rgt-box {
    width: 60%;
    text-align: right;
    font-size: 1.1rem;
    color: #000;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .txt-block-other-inquiries {
    padding: 0;
    margin: 3rem 0 0;
    font-size: 1.1vw;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #f8f8f8;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .txt-block-other-inquiries
    a,
  .menu-div .menu-header .content a {
    color: #f8f8f8;
    text-decoration: underline;
  }

  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .txt-block-other-inquiries
    a:hover,
  .menu-div .menu-header .content a:hover {
    color: #f8f8f8;
    text-decoration: none;
    text-align: right;
    font-size: 1.6rem;
    color: #000;
  }

  /* .banner-text-wrap .contact {
      margin-bottom: -50vh;
      height: 55vh;
  } */

  .ourmedicine-para {
    font-size: 1.2vw;
    line-height: 2vw;
    padding-bottom: 12px;
  }

  .our-medicine .column {
    float: left;
    width: calc(50% - 158px);
    margin-right: 140px;
    margin-left: 16px;
    margin-top: 12px;
  }

  /* Clear floats after the columns */
  .our-medicine .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .our-contact {
    height: 105vh;
  }

  .our-contact .banner-text {
    padding-top: 12% !important;
  }
  .our-med {
    display: flex;
    align-items: flex-end;
    height: 45vh;
  }

  .clinical {
    margin: 0 auto;
    height: 100%;
    z-index: 5;
    padding: 75px;
  }

  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row {
    font-size: 1.8em;
  }

  #ot-pc-content.ot-pc-scrollbar {
    font-size: 1.6em;
  }

  #ot-pc-content.ot-pc-scrollbar #ot-pc-desc {
    font-size: 1em;
  }

  #onetrust-pc-sdk .ot-btn-container button {
    font-size: 1.2em !important;
  }

  #ot-pc-lst {
    font-size: 1.8em;
  }

  #vendor-search-handler {
    color: black;
  }

  .ot-host-info {
    font-size: 1.1em !important;
  }

  #ot-pc-content .ot-optout-signal {
    font-size: 0.8em !important;
  }

/* .path-user label#edit-pass-error {
    bottom: -40px;
} */


@media (min-width: 1024px) and (max-width: 1365px) {
  
  .row.heading-section {
    font-size: 1.8vw;
  }
  .col-6.first {
    padding: 12px 0 12px 0vw;
  }
  .col-3.second {
    padding: 2vw 0 10px 0px;
  }
  .col-3.third {
    padding: 2vw 0 10px 0px;
  }

  .path-frontpage .box.one-box.adjust h2 {
    width: 33% !important;
    padding-top: 0vw !important;
  }

  .five-boxes > div::before {
    min-height: 78vh !important;
  }

  .ourmedicine .banner-content {
    padding-bottom: 31vh !important;
  }
  .our-med {
    display: flex;
    align-items: flex-end;
    height: 44vh;
  }
  .ourmedicine .banner-text {
    padding-top: 11% !important;
  }
  .ourmedicine .banner-text h1 {
    top: 0vw !important;
  }
  .viewPublications .form-select {
    margin-left: 18vw !important;
  }
  
  .viewPublications .orange-bg {
    position: relative;
    width: 100%;
    margin-top: -29vh !important;
  }
  .path-viewpublications .banner-content {
    padding-bottom: 20vh;
    padding-top: 2vh !important;
  }
  .path-publications .banner-content {
    padding-bottom: 30vh !important;
    padding-top: 19vh !important;
  }
  .publicationsEpilepsy .banner-content p {
    padding-top: 2%;
    line-height: 2.5vh !important;
  }
  .path-publications .orange-bg {
    position: relative;
    width: 100%;
    margin-top: -31vh;
  }
  .path-publications .orange-bg-content {
    padding: 11vh 0 1vh;
  }
  .request-a-meeting .banner-text.req-banner {
    padding-bottom: 4%;
    padding-top: 5% !important;
  }

  .request-a-meeting .banner-content {
    padding-bottom: 40vh;
  }

  .request-a-meeting .home-overview {
    background-position: 50% -160px !important;
  }

  .formmedicalinquiry .banner-text.req-banner {
    padding-bottom: 4%;
    padding-top: 5% !important;
  }

  .formmedicalinquiry .banner-content {
    padding-bottom: 40vh;
  }

  .formmedicalinquiry .home-overview {
    background-position: 50% -160px !important;
  }

  .banner-text.req-banner {
    padding-top: 5% !important;
  }

  .path-user .banner-text {
    padding-top: 40%;
    padding-bottom: 35%;
  }

  .section-footer {
    /* margin: -90px auto 0; */
    margin: -30px auto 0;
  }

  .top-footer .col-lg-6 {
    max-width: 50%;
    width: 50%;
    float: left;
  }

  .section-footer .footer-container .top-footer h3 {
    font-size: 22px;
  }
/* 
  .section-footer .footer-container p {
    font-size: 1.2vw;
  } */

  .header-container .site-logo img {
    width: 11vw;
    height: 5vw;
  }

  .header-container .logo p.logo-subtext,
  .header-container .site-slogan {
    font-size: 0.8vw;
    margin: 4px 0 0;
    position: relative;
    z-index: 100;
    line-height: normal;
    font-weight: normal;
  }

  /* .site-logo img {
    width: 212px;
    height: 40px;
  } */

  .logo p.logo-subtext,
  .site-slogan {
    font-size: 12px;
    margin: 5px 0 0;
  }

  #search-medical-info-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(1) {
    width: 30%;
  }

  #search-medical-info-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(2) {
    width: 70%;
  }

  /* #search-medical-info-form > div.form-item-example {
    font-size: 1.3rem;
    padding-left: 0%;
    text-align: left;
  } */

  #search-clinical-trials-form
    > fieldset.form-wrapper
    div.fieldset-wrapper
    > div:nth-of-type(1) {
    width: 100%;
  }

  #search-clinical-trials-form > div.form-item-example {
    font-size: 14px;
    padding-left: 30%;
    text-align: center;
  }

  .link-btn-wraper .btn {
    font-size: 15px;
    /* padding: 10px 25px 14px 50px; */
  }

  /* .link-btn-wraper .btn::before {
    width: 2rem !important;
    height: 2rem !important;
  } */

  .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top:58px;
    margin-bottom: 7px;
  }

  #edit-field-registration-type-wrapper {
    /* width: 25%; */
    width: auto;
  }

  .path-search .search-medical-info-form {
    padding: 0 0 25%;
  }

  .path-search .search-clinical-trials-form {
    padding: 0 0 25%;
  }

  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) {
    width: 15%;
  }
}


@media (min-height: 1366px) and (max-height: 1366px) {
  .path-search .search-medical-info-form {
    padding: 0 0 40%;
  }

  .path-search .search-clinical-trials-form {
    padding: 0 0 40%;
  }

  .path-search .search-medical-poster-form {
    padding: 0 0 40%;
  }
}

@media only screen and (min-device-width: 1920px) and (max-device-height: 1080px) {
  .top-section {
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
  }
  .viewPublications .banner-text h1 {
    top: -2vw;
  }
  .path-viewpublications .banner-content {
    padding-bottom: 20vh;
    padding-top: 13vh !important;
  }
  .path-frontpage .right-nav-wrap .region-header-login {
    top: -4vh !important;
  }
  
  .viewPublications .banner-content p {
    width: 30%;
    padding-top: 1% !important;
    line-height: 3vh;
  }
  .publicationsEpilepsy .banner-content p {
    width: 30%;
    padding-top: 3% !important;
    line-height: 3vh;
  }
  .path-publications .orange-bg {
    position: relative;
    width: 100%;
    margin-top: -31vh;
  }
  .viewPublications .form-select {
    width: 70%;
    margin-left: 16vw !important;
  }
  .content-section {
    min-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .float-txtleft {
    float: left;
    width: 50%;
    text-align: left;
  }
  .top-right-text {
    float: right;
    width: 50% !important;
  }

  .view-publications-form {
    display: flex;
    width: 70%;
    margin-left: 150px;
  }
  
  .path-publications .home-overview {
    background-position: 60% -230px;
  }
  .path-publications .home-overview .banner-text h1{
    font-size: 50px !important;
  }
  .category-bg {
    background: #f7f7f7;
    display: inline-block;
    padding: 4px 15px;
    width: 450px;
    border-radius: 8px !important;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #000000bf;
    height: 40px;
  }
  .mid-category-bg h2 {
    font-size: 0.9vw;
    color: #fff;
    margin: 10px 0;
    padding: 0;
  }
  .mid-category-bg a {
    line-height: 26px;
    font-size: 0.9vw;
    color: #fff;
  }
  .sub-category-section h2 {
    display: inline-block;
    color: #fff;
    font-size: 1.4vw;
    margin-right: 10px;
  }
  .sub-category-bg {
    background: #f7f7f7;
    display: inline-block;
    padding: 0px 22px;
    width: 310px;
    border-radius: 6px;
    text-align: center;
    margin-right: 8px;
    color: #000000bf;
    height: 33px;
  }
  .middle-first-section h4{
    font-size: 25px;
  }
  .category-bg-active {
    color: #fff !important;
    background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
    border-radius: 10px;
  }
  .active-bg {
    color: #fff;
    background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
    border-radius: 10px;
  }
  #block-registerpagesubheading {
    margin: 130px 0 0;
  }
  .header-all {
    margin-top: 3% !important;
  }
  .path-frontpage.page-node-type-page .logo-wrap {
    padding-top: 0px !important;
    position: relative;
    top: -5vh;
    /* position: relative;
    top: -1.6vw !important; */
  }
  .one-box {
    margin-top: 1% !important;
  }
  .ourmedicine .banner-text h1 {
    top: 1vw !important;
  }
  .userregister .banner-text {
    padding-top: 10% !important;
    padding-bottom: 20% !important;
  }

  .clinical-trials #search-clinical-trials-form > fieldset.form-wrapper {
    width: 90% !important;
  }
  .clinical-trials .banner-text-wrap {
    margin-bottom: -5vh;
  }

  .row.heading-section {
    display: flex;
    padding: 15px 0 15px 0px;
    font-size: 1.2vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
  }
  
  .searchposters.path-search h3 {
    text-align: center;
    font-size: 2.1vw;
  }
  .searchposters.path-search #block-mainpagecontent h3 {
    font-size: 1.3vw;
    text-align: left;
  }
  .path-frontpage.page-node-type-page .banner-text h1 {
    top: 9vw !important;
  }
  .userregister .home-overview {
    background-position: 50% -190px !important;
 }

  .searchposters.path-search .home-overview {
    background-position: 50% -140px;
  }
  .searchdocuments form#search-medical-info-form .submitloader {
    bottom: 72px;
    left: 13px;
  }
  .searchdocuments.path-search .home-overview {
    background-position: 50% -200px;
  }

  .section-footer .footer-container {
    padding: 5vw 4vw 4vw;
  }
  .box.one-box.adjust h2 {
    font-size: 2vw;
    width: 48% !important;
  }

  .link-btn-wraper .btn {
    font-size: 1.8rem;
  }

  /* .formmedicalinquiry .banner-text h1 {
    position: relative;
    top: -12vh !important;
  } */
  .userregister p {
    padding-top: 0vw;
  }
  .userregister .banner-text h1 {
    margin-top: 8vw !important;
    position: absolute;
  }
  .userpassword .banner-text h1 {
    margin-top: 8vw !important;
    position: absolute;
  }

  .userpassword form#user-pass {
    margin-top: -88vh;
    padding-right: 10%;
  }

  .ourmedicine .banner-text h1 {
    margin-top: 2vw !important;
    /* position: absolute; */
  }
  .our-contact .banner-text h1 {
    top: -2vw !important;
    position: relative;
  }

  .contact .container-overview.home-overview {
    background-position: 44% -190px;
  }

  .formmedicalinquiry .container-overview.home-overview {
    background-position: 44% -190px;
  }
  .formrequest-a-meeting .container-overview.home-overview {
    background-position: 44% -190px;
  }

  .ourmedicine .container-overview.home-overview {
    background-position: 44% -190px;
  }

  .userregister .container-overview.home-overview {
    background-position: 44% -190px;
  }
  /* .formmedicalinquiry .wrap-content {
    padding: 0vh 0 24vh;
    width: 88.0208333333vw;
  } */

  /* .tagging-line p {
    position: relative;
    top: 31vh;
  } */

  .path-frontpage .tagging-line p {
    position: relative;
    top: 10vh !important;
    font-size: 2vw;
  }

  .box.one-box.adjust h2 {
    font-size: 2.4vw;
    width: 52% !important;
  }
  .wrap-content {
    padding: 9vh 0 30vh;
    width: 88.0208333333vw;
  }
  .path-frontpage.page-node-type-page .tagging-line p {
    position: relative;
    top: 8vw !important;
  }
  .contactus .wrap-full.nav-bottom .template-contact-us {
    width: 45%;
    padding: 1% 5% 0 0;
  }
  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .contact-info-block
    .info-block-row
    .info-row-lft-box {
    width: 60%;
  }
  .contactus
    .wrap-full.nav-bottom
    .template-contact-us
    .contact-info-block
    .info-block-row
    .info-row-rgt-box {
    width: 40%;
    text-align: right;
    font-size: 1.1rem;
    color: #000;
  }
  /* .home-overview {
    background-position: 50% -212px !important;
  } */
  .searchposters .orange-bg-content {
    padding-top: 15vh !important;
  }
  .result-row .result-description {
    font-size: 0.8vw;
  }
  .searchmedicalinforesult .result-text {
    font-size: 1vw;
  }
  .searchmedicalinforesult .result-description {
    font-size: 0.8vw;
  }
  .five-boxes > div::before {
    width: 100%;
    height: 60%;
    min-height: 62vh;
  }
  .right-nav-wrap .region-header-login {
    top: -3.4vh !important;
  }
  .logo-wrap {
    padding-top: 0px !important;
    position: relative;
    top: -5vh;
  }
  .header-bg::after {
    max-height: 22vh;
  }

  .banner-text h1 {
        top: 7vw;
  }

  .clinical-trials .banner-text h1 {
    top: 2vw !important;
  }

}



@media (max-width: 1366px) {
  .right-nav-wrap .region-header-login ul.login-ajax-block__list li a {
    font-size: 1.2vw;
  }
  .right-nav-wrap .region-header-login ul.login-ajax-block__list li::before {
    height: 1.2vw;
    top: calc(50% - 9px);
  }

  .menu--main h2 {
    background: url(../images/menu-icon.svg) 50% 50% no-repeat;
    width: 35px;
    height: 30px;
    background-size: 100%;
    position: relative !important;
    font-size: 0;
    margin: 0;
  }
  .user-pass-reset {
    max-width: 95%;
  }
}

/* iPad 9th Gen Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

/*** CSS to solve iPad table issue  *****/
.site-logo img {
  width: 19vw !important;
  height: 9vw !important;
}
.viewPublications .form-item--error-message {
  margin-left: 10px;
}

.top-section {
  width: 88%;
  margin: auto;
  padding-bottom: 15px;
}
.content-section {
  min-height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 80px;
  margin-bottom: 5px;
  font-weight: bold;
}
.text-left p {
  margin: 0px 12px 10px;
  font-size: 1.7vw;
}
.mid-category-bg a {
  line-height: 26px;
  font-size: 1.7vw;
  color: #fff;
}
.middle-first-section {
  width: 85%;
  text-align: left;
  margin-left: 60px;
  font-size: 1vw;
}
 .viewPublications .banner-content p {
  /* width: 34%; */
  padding-top: 1%;
  font-size: 1.7vw;
  line-height: normal;
  font-family: "Conv_Gill Sans MT Light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
}
.viewPublications .banner-content {
margin-top: 35%;
}
.viewPublications .home-overview {
  background-position: 56% -50px !important;
}
.viewPublications .orange-bg {
  position: relative;
  width: 100%;
  margin-top: -63vh;
}
.viewPublications .banner-text h1 {
  color: #fff;
  text-align: right;
  font-size: 2.625vw;
  vertical-align: bottom;
  font-family: "Conv_Dinot Font";
  font-style: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.7px;
  z-index: 5;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  top: 3vw;
}
.viewPublications .orange-bg-content {
  padding: 10vh 0 5vh;
}
.viewPublications .form-select {
  width: 76%;
  margin-left: 11vw;
}
.path-publications .orange-bg-content {
  padding: 10vh 0 5vh;
}
.path-publications .orange-bg {
  position: relative;
  width: 100%;
  margin-top: -42vh;
}
.path-publications .home-overview {
  background-position: 53% -50px !important;
}
.sub-category-section {
  text-align: center;
  margin-left: 30px;
}
.mid-category-bg {
  background: #5BA4CD;
  display: inline-block;
  padding: 10px 15px 20px 15px;
  width: 50vw;
  border-radius: 15px;
  text-align: center;
  margin-right: 30px;
  height: 25vw;
  border: 1px solid #87b5c8;
  line-height: 1.8vw;
  font-size: 0.9vw;
  margin-bottom: 2vh;
  margin-left: 80px;
}
.category-bg {
  background: #f7f7f7;
  display: inline-block;
  padding: 0px 15px;
  width: auto;
  border-radius: 8px !important;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #000000bf;
  height: 30px;
  font-size: 1.5vw;
}
.category-bg-active {
  background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%); 
  border-radius: 10px;
  color: #fff !important;
}
.sub-category-bg {
  font-size: 1.5vw;
}
.path-publications .banner-text h1 {
  color: #fff;
  text-align: right;
  font-size: 2.625vw;
  vertical-align: bottom;
  font-family: "Conv_Dinot Font";
  font-style: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.7px;
  z-index: 5;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  top: 3vw;
}
.path-publications .banner-content p {
  /* width: 34%; */
  padding-top: 1%;
  font-size: 1.7vw;
  line-height: normal;
  font-family: "Conv_Gill Sans MT Light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
}
.path-publications .banner-content {
  padding-bottom: 20vh;
  padding-top: 30vh;
}
#block-viewpublicationsbannerblock {
  /* font-size: 1.3vw; */
  margin: 15px 0 0;
  padding-bottom: 28vh;
  line-height: 2vw;
  font-family: "Conv_Gill Sans MT Light";
}
.form-type-webform-markup{
  font-size: 2vw;;
}
.content-section {
  min-height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 80px;
  margin-bottom: 5px;
  font-weight: bold;
}
.text-left p {
  margin: 0px 12px 10px;
  font-size: 1.7vw;
}
.mid-category-bg a {
  line-height: 26px;
  font-size: 1.7vw;
  color: #fff;
}
.middle-first-section {
  width: 85%;
  text-align: left;
  margin-left: 60px;
  font-size: 1vw;
}
 .viewPublications .banner-content p {
  /* width: 34%; */
  padding-top: 1%;
  font-size: 1.7vw;
  line-height: normal;
  font-family: "Conv_Gill Sans MT Light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
}
.viewPublications .banner-content {
margin-top: 35%;
}
.viewPublications .home-overview {
  background-position: 56% -50px !important;
}
.viewPublications .orange-bg {
  position: relative;
  width: 100%;
  margin-top: -63vh;
}
.viewPublications .banner-text h1 {
  color: #fff;
  text-align: right;
  font-size: 2.625vw;
  vertical-align: bottom;
  font-family: "Conv_Dinot Font";
  font-style: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.7px;
  z-index: 5;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  top: 3vw;
}
.viewPublications .orange-bg-content {
  padding: 10vh 0 5vh;
}
.viewPublications .form-select {
  width: 76%;
  margin-left: 11vw;
}
.path-publications .orange-bg-content {
  padding: 10vh 0 5vh;
}
.path-publications .orange-bg {
  position: relative;
  width: 100%;
  margin-top: -42vh;
}
.path-publications .home-overview {
  background-position: 53% -50px !important;
}
.sub-category-section {
  text-align: center;
  margin-left: 30px;
}
.mid-category-bg {
  background: #5BA4CD;
  display: inline-block;
  padding: 10px 15px 20px 15px;
  width: 50vw;
  border-radius: 15px;
  text-align: center;
  margin-right: 30px;
  height: 25vw;
  border: 1px solid #87b5c8;
  line-height: 1.8vw;
  font-size: 0.9vw;
  margin-bottom: 2vh;
  margin-left: 80px;
}
.category-bg {
  background: #f7f7f7;
  display: inline-block;
  padding: 0px 15px;
  width: auto;
  border-radius: 8px !important;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #000000bf;
  height: 30px;
  font-size: 1.5vw;
}
.category-bg-active {
  background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%); 
  border-radius: 10px;
  color: #fff !important;
}
.sub-category-bg {
  font-size: 1.5vw;
}
.path-publications .banner-text h1 {
  color: #fff;
  text-align: right;
  font-size: 2.625vw;
  vertical-align: bottom;
  font-family: "Conv_Dinot Font";
  font-style: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.7px;
  z-index: 5;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  top: 3vw;
}
.path-publications .banner-content p {
  /* width: 34%; */
  padding-top: 1%;
  font-size: 1.7vw;
  line-height: normal;
  font-family: "Conv_Gill Sans MT Light";
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #fff;
}
.path-publications .banner-content {
  padding-bottom: 20vh;
  padding-top: 30vh;
}
#block-viewpublicationsbannerblock {
  /* font-size: 1.3vw; */
  margin: 15px 0 0;
  padding-bottom: 28vh;
  line-height: 2vw;
  font-family: "Conv_Gill Sans MT Light";
}
.form-type-webform-markup{
  font-size: 2vw;;
}
.row.heading-section {
  display: flex;
    padding: 15px 0 15px 0px;
    font-size: 2vw;
    text-align: center;
    font-weight: 600;
}
.col-6.first {
  /* width: 75%; */
  width: 60%;
  background:rgb(0 0 0 / 25%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0 10px 0vw;
  line-height: 3vw;
}
.col-3.second {
  /* width: 25%; */
  width: 15%;
  background: rgb(0 0 0 / 25%);
  padding: 16px 0 10px 0px;
}
.col-3.third {
  width: 25%;
  background: rgb(0 0 0 / 25%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 18px 0 10px 0;
}


  .searchmedicalinforesult table.clinical-trials thead.result-row.col-md-12.col-lg-12.table-heading td:first-child {
    width: 65%;
    padding: 0 0 0 1vw;
  }
  .searchmedicalinforesult table.clinical-trials thead.result-row.col-md-12.col-lg-12.table-heading td:nth-child(2) {
      width: 25%;
      padding: 0;
  }
  .searchmedicalinforesult table.clinical-trials thead.result-row.col-md-12.col-lg-12.table-heading td:nth-child(3n) {
      width: auto;
  }

  #block-footertopcontent .col.col-lg-6.text-center1 {
    text-align: center;
  }
  #block-footertopcontent .col.col-lg-6.text-right {
    text-align: center;
    padding-top: 5vw;
  }



  .searchmedicalposterresult .result-count-wrap {
    margin: 5vw 0 25px;
  }
  .searchposters.path-search .add_mar div:first-child h3 {
    text-align: center;
  }
  .searchposters.path-search .add_mar div:last-child h3 {
    text-align: center;
  }
  /* .searchposters form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 65px;
    left: -8px;
    z-index: 1;
    top: auto;
  } */
  .searchposters form#search-medical-poster-form .submitloader {
    position: absolute;
    bottom: 47px;
    left: 10px;
    z-index: 1;
    top: auto;
  }
  .searchposters  .orange-bg-content {
    padding: 15vh 0 3vh !important;
  }
  .searchmedicalposterresult .result-text {
    font-size: 1.6vw;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) {
    width: 30% !important;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(1) {
    width: 26% !important;
    position: relative;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(2) {
    width: 38% !important;
    position: relative;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(4) {
    width: 37%;
    position: relative;
  }
  .searchmedicalposterresult .result-text {
    font-size: 1.5vw;
  }
  /*** Clinical trials Table CSS Starts ***/
  table.clinical-trials thead tr th:first-child {
    width: 42% !important;
  }
  table.clinical-trials thead tr th:not(:first-child) {
    width: 13% !important;
    padding: 0 !important;
  }
  .searchmedicalinforesult table.clinical-trials {
    border-radius: 10px;
    font-size: 2vw;
  }
  .clinical-trials .pagination .form-item select {
    font-size: 1.9vw;
  }
  table.clinical-trials thead {
    display:inline-table !important;
  }
  .clinical-trials thead.result-row.col-md-12.col-lg-12 tr {
    width: 100% !important;
  }
/*** Clinical trials Table CSS Ends ***/

/* CSS to text center for Footer Section Starts */  
  .add_mar div:first-child {
    padding-bottom: 3vw;
    text-align: center;
  }
  .add_mar div:last-child {
    /* padding-bottom: 3vw; */
    text-align: center;
  }
  .region-footer-branding div:first-child {
    /* text-align: center; */
  }

  .region-footer-bottom-right div:last-child {
    text-align: center;
  }

/* CSS to text center for Footer Section Ends*/ 

  .searchposters.path-search .search-info a.question-mark {
    background-size: 1.8vw;
  }
  .searchposters.path-search .search-info a.user-group {
    background-size: 2vw;
  }
  .userlogin.path-user .banner-text h1 {
    top: 3vw;
    font-size: 4vw;
  }
  .userlogin.path-user .home-overview {
    background-position: 56% 0px !important;
  }
  .request-a-meeting .banner-text h1 {
    top: 0vw;
    font-size: 3vw;
  }
  .contact .banner-text h1 {
    font-size: 4vw;
    top: 9vw;
    }
    .contact .banner-text {
      margin: 0 auto;
      height: 100%;
      z-index: 5;
      padding-top: 0;
      padding-bottom: 5%;
    }
    .contact .our-contact {
      height: 64vh;
    }
    .contact .orange-bg-content {
      padding: 8vh 0 0vh !important;
    }
    .contactus .wrap-full.nav-bottom .content {
      width: 93vw;
      left: -42px;
      position: relative;
    }
    .contactus .wrap-full.nav-bottom .template-contact-us {
      width: 90%;
    }

    .external-link-popup.external-link-popup-id-default {
      width: 53vw !important;
      left: calc(50% - 28vw) !important;
    }
    
  .ourmedicine .banner-text h1 {
    font-size: 3.8vw;
    top: 0vw;
  }
  .ourmedicine .home-overview {
    background-position: 56% -37px !important;
  }
  .ourmedicine .banner-content p {
    padding-top: 2%;
    font-size: 2.3vw;
    line-height: 2.9vw;
  }
  .our-medicine .column {
    width: calc(100% - 80px);
  }
  .ourmedicine-para {
    font-size: 2.2vw;
    line-height: 2.3vw;
    padding-bottom: 3vw;
  }

  /**** Register Section CSS Starts  ****/
  .userregister .banner-text h1 {
    top: 0vw;
    font-size: 3.5vw;
  }

  .userregister .home-overview {
    background-position: 56% -25px !important;
  }
  .userregister #block-registerpagesubheading p {
    font-size: 2.3vw;
    line-height: 3vw;
    padding-top: 33vw;
  }
  /**** Register Section CSS Ends  ****/

  .medical-inquiry .banner-content p {
    font-size: 2.3vw;
    line-height: 3vw;
  }
  .medical-inquiry .banner-content p a {
    font-size: 2.3vw;
    line-height: 3vw;
  }
  .medical-inquiry .wrap-content {
    padding: 20vh 0 20vh;
  }
  .medical-inquiry .banner-text h1 {
    top: -5vw;
    font-size: 3.4vw;
  }
  .medical-inquiry .orange-bg {
    margin-top: 7vh;
  }

  .request-a-meeting .home-overview {
    background-position: 56% 0px !important;
  }
  .request-a-meeting .banner-content p {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .request-a-meeting .banner-content p strong a {
    font-size: 2vw;
  }
  .request-a-meeting .tel-link, .request-a-meeting .email-link {
    font-size: 2vw;
  }
  .request-a-meeting .wrap-content {
    padding: 17vh 0 28vh;
    width: 85vw;
  }
  .request-a-meeting .form-textarea-wrapper textarea { 
    font-size: 1.8vw;
  }

  .header-container .logo p.logo-subtext, .header-container .site-slogan {
    font-size: 1.5vw;
    padding-top: 4px;
  }
  .landing-popup-wrap .landing-popup {
    width: 50vw;
  }
  .landing-popup-wrap .landing-popup .popup-container .popup-header h2 {
    font-size: 2vw;
  }
  .landing-popup-wrap .landing-popup .popup-container .popup-body p {
    margin-bottom: 2vw;
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .path-frontpage.page-node-type-page h1 {
    top: 1vw;
    font-size: 4vw;
  }
  .path-frontpage .home-banner .tagging-line {
    font-size: 1.9vw;
  }
  
  .right-nav-wrap .region-header-login {
    top: -2vw;
    right: 2vw;
  }

  .path-frontpage .home-banner .tagging-line p {
    color: #f27028;
    top: 1vw;
    position: relative;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .header-bg::after {
    max-height: 28vh !important;
  }

  .logo-wrap {
    top: -3vw;
    position: relative;
  }
  .header-all {
    margin-top: 6%;
  }

  .header-container {
    margin: -24px auto !important;
  }

  .path-frontpage .home-banner {
    height: 22vh !important;
  }

 .home-overview {
    background-position: 56% -80px !important;
  }

  .userpassword .home-overview {
    background-position: 56% -35px !important;
  }

  .path-search .banner-text-wrap.poster-banner-mini {
    margin-bottom: 8% !important;
  }

  .section-footer {
    padding: 5vh 0 0 !important;
  }

  .path-frontpage .home-banner .tagging-line {
    padding-bottom: 40px !important;
  }

  .formmedicalinquiry.medical-inquiry .banner-text {
    padding-top: 14%;
  }

  .formmedicalinquiry.medical-inquiry .home-overview {
    background-position: 50% -48px !important;
  }

  .ourmedicine .banner-text {
    padding-top: 12%;
  }

  .userregister .banner-text {
    padding-top: 10% !important;
  }

  .request-a-meeting .banner-text {
    padding-top: 12%;
  }

  /** CSS for Top Menu **/
  ul.menu {
    margin: 0;
  }
  ul.menu li.menu-item-new a {
    font-size: 1.4vw;
  }
  ul.menu li.menu-item a {
    font-size: 1.4vw;
  }

  .path-frontpage .box.one-box.adjust h2 {
    font-size: 3.5vw;
    width: 79% !important;
    padding-top: 50vw;
  }

  .path-frontpage .box.one-box.adjust p {
    font-size: 2.3vw;
    line-height: 3.3vw;
  }

  /*** Middle grey Section ***/
  .region-banner-bottom-2 > div:nth-of-type(1) {
    width: 50%;
    margin: 0 15px 23px 0;
    padding: 0;
  }

  .region-banner-bottom-2 > div:nth-of-type(2) {
    width: 50%;
    margin: 33px 0 -10px 15px;
    padding: 0;
  }
  .banner-box.search-medical-info-form > h2 {
    padding: 45px 15px 20px 25px;
    font-size: 2.4vw;
}
  .banner-box #search-medical-info-form {
    padding: 0 22px 60px 22px;
}
#search-medical-info-form > div.form-item-example {
    font-size: 1.6vw;
    text-align: left;
    line-height: 2vw;
    padding-top: 2px;
}
#search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper > div:nth-of-type(1) {
  width: 47%;
}
#search-medical-info-form .form-item-cutomtext {
  font-size: 1.7vw;
  margin: 15px 0 0px 0 !important;
}
.link-btn-wraper {
  padding: 23% 10% 10%;
}
.link-btn-wraper .btn.search-posters::before {
  top: 8px !important;
}
.link-btn-wraper .btn.request-meeting::before {
  top: 8px !important;
}
.link-btn-wraper .btn {
    font-size: 1.7vw;
}
/*** Blue Section Starts ***/
.orange-bg-content {
  padding: 6vh 0 3vh;
}

.five-boxes > div::before {
  height: 100% !important;
  min-height: 58vh !important ;
}
.box-wrap-content h2 {
  font-size: 1.8vw;
  line-height: 2vw;
}
.box-wrap-content {
  padding: 30px 10px 0px;
}
.box-wrap-content p {
  font-size: 1.8vw;
  line-height: 2.2vw;
}
.box-wrap-content ul li a {
  font-size: 1.8vw;
}
.link-btn-wraper .btn {
  margin-bottom: 2rem;
}
.section-footer .footer-container p {
    font-size: 2vw;
    line-height: 2.9vw;
  }

  /*** Register Form Section ***/
  .form-item label {
    font-size: 2vw !important;
  }

  /*** Login Section Form CSS ***/
  form#user-login-form {
    margin-top: -23vh;
    padding: 10% 10%;
    max-width: 100%;
    margin-left: 0vh;
  }
  .user-login-form .form-actions.form-wrapper input[type="submit"] {
    font-size: 2vw;
  }
  .forgot-pass {
    font-size: 1.9vw;
  }
  .request-a-meeting .form-textarea-wrapper textarea {
    font-size: 1.8vw;
  }

  /*** Search Conference Poster CSS ***/
  .searchposters.path-search .home-overview {
    background-position: 50% 35px !important;
  }
  .searchposters.path-search .search-text-section h3 {
    padding-top: 3vw;
  }
  .searchposters.path-search .search-text-section p {
    max-width: 67%;
    text-align: center;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  .searchposters.path-search #block-searchresultsleftcontent .field--type-text-with-summary > div h3 {
    font-size: 2vw;

  }
  .searchposters.path-search .search-info a {
    line-height: 18px;
    font-size: 1.8vw;
  }
  .searchposters.path-search div#block-mainpagecontent h3 {
    font-size: 1.8vw;
  }
  .searchposters.path-search .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) {
    width: 18%;
    position: relative;
  }
  .searchposters.path-search .orange-bg {
    margin-top: 14vh;
  }
  .search-medical-poster-form .form-item-cutomtext {
    font-size: 1.6vw;
  }
  .searchposters.path-search .orange-bg-content {
    padding-top: 8vh !important;
  }
  .searchposters.path-search #block-searchresultsleftcontent .field--type-text-with-summary > div {
    position: relative;
    padding: 3vh 0 5vh;
}

/**** Search Document CSS Starts ******/
.searchdocuments .search-text-section h3 {
  font-size: 4vw;
  top: 0vw;
  }
  .searchdocuments .home-overview {
    background-position: 50% -20px !important;
  }
  .path-search .search-medical-info-form {
    padding: 0 0 26%;
  }
  .path-search .banner-text {
    padding-top: 10%;
    padding-bottom: 15%;
  }
  .searchdocuments.path-search .orange-bg {
    position: relative;
    width: 100%;
    margin-top: 15vh;
  }
  .searchdocuments.path-search #block-searchresultsleftcontent .field--type-text-with-summary > div {
    position: relative;
    padding: 2vh 0 3vh;
  }
  #block-searchresultsleftcontent .field--type-text-with-summary > div h3 {
    margin: 0;
    padding: 0 35px;
    font-size: 3vw;
    font-family: "Conv_dinot-medium";
  }
  .searchdocuments .search-info a.question-mark {
    background-size: 2.5vw;
  }
  .searchdocuments .search-info a.user-group {
    background-size: 2.5vw;
  }
  .searchdocuments .search-info a {
    font-size: 2vw;
  }
  .searchdocuments #block-mainpagecontent h3 {
    font-size: 2vw;
  }

  /**** Search Clinical *******/
  .clinical-trials.path-clinical-trials .home-overview {
    background-position: 56% -30px !important;
  }
  .clinical-trials .banner-text h1 {
    top: -6vw;
  }
  .clinical-trials .banner-text-wrap .clinical {
    padding: 12vh 0px 9vh 0px !important;
}
.clinical-trials .region-banner-bottom-2 > div:nth-of-type(1) {
  width: 100%;
  margin: 0 15px 23px 0;
  padding: 0;
  }
  #search-clinical-trials-form .form-item-cutomtext {
    text-align: left;
    top: 18vw;
  }
  .clinical-trials .result-count-wrap {
    margin: 60px 0 35px;
  }
  .clinical-trials #block-medaffair-content h3 {
    font-size: 2vw;
  }
  .clinical-trials .pagination .pagelinks a {
    font-size: 2vw;
  }

  .userpassword form#user-pass {
    margin-top: -182px;
    padding-right: 10%;
    padding-bottom: 0vw;
  }
  .userpassword .user-pass {
      padding: 5% 15%;
      max-width: 95%;
      margin: 0 auto;
  }

  .userpassword .banner-text h1 { 
    font-size: 3.8vw;
    top: 4vw;
  }

  .our-medicine h2 a::after {
    right: -3.2vw;
    top: -1vw;
    width: 4vw;
    height: 4vw;
}
  
}

@media (max-width: 768px) {
        .section-footer .footer-container .lower-footer {
          margin-bottom: 80px; /* Enough space above the chatbot */
        }
    }

/* iPad 9th Gen Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .site-logo img {
    /* width: 212px; */
    width: 9vw;
    height: 6.5vw;
  }
  .viewPublications .form-item--error-message {
    margin-left: 60px;
  }
  .viewPublications .home-overview {
    background-position: 56% -90px !important;
  }
  .viewPublications .banner-content p {
    width: 30%;
    padding-top: 1% !important;
    line-height: 3vh;
  }
  .viewPublications .banner-content {
    margin-top: 8%;
  }

  .path-publications .orange-bg {
    position: relative;
    width: 100%;
    margin-top: -33vh !important;
  }
  
  .path-publications .banner-content {
    margin-top: 7%;
  }
  .viewPublications .orange-bg-content {
    padding: 20vh 0 7vh;
  }
  .path-publications .home-overview {
    background-position: 56% -90px !important;
  }
  
  .mid-category-bg {
    background: #5BA4CD;
    display: inline-block;
    padding: 10px 15px 20px 15px;
    width: 24vw;
    border-radius: 15px;
    text-align: center;
    margin-right: 30px;
    height: 22vw;
    border: 1px solid #87b5c8;
    line-height: 1.8vw;
    font-size: 1.1vw;
  }
  .middle-first-section {
    width: 85%;
    text-align: left;
    margin-left: 90px;
    font-size: 1vw;
  }
  .path-publications .orange-bg-content {
    padding: 20vh 0 5vh;
  }
  #block-viewpublicationsbannerblock {
    /* font-size: 1.3vw; */
    margin: 15px 0 0;
    padding-bottom: 2vh;
    line-height: 2vw;
    font-family: "Conv_Gill Sans MT Light";
  }
  .publicationsEpilepsy .banner-content p {
    width: 30%;
    padding-top: 1% !important;
    font-size: 1.3vw;
    line-height: 3vh;
    font-family: "Conv_Gill Sans MT Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    color: #fff;
  
  }
  .clinical-trials #search-clinical-trials-form > fieldset.form-wrapper {
    /* width: calc(100% - 150px) !important; */
    width: 62vw !important;
  }
  .row.heading-section {
    display: flex;
    padding: 10px 0 10px 0px;
    font-size: 1.7vw;
    font-weight: 600;
  }
.col-6.first {
  width: 60%;
  background: rgb(0 0 0 / 25%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0 10px 0vw;
  text-align: center;
}
.col-3.second {
  width: 15%;
  background: rgb(0 0 0 / 25%);
  padding: 18px 0 10px 2vw;
}
.col-3.third {
  width: 25%;
  background: rgb(0 0 0 / 25%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 18px 0 10px 6vw;
}
  
  /* form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 65px;
    left: -8px;
    z-index: 1;
    top: auto;
  } */
  .searchposters form#search-medical-poster-form .submitloader {
    position: absolute;
    bottom: 47px;
    left: 10px;
    z-index: 1;
    top: auto;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) {
    width: 30% !important;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(1) {
    width: 26% !important;
    position: relative;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(2) {
    width: 38% !important;
    position: relative;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(4) {
    width: 37%;
    position: relative;
  }
  .searchmedicalposterresult .result-text {
    font-size: 1.5vw;
  }
  /*** Clinical trials Table CSS Starts ***/
  table.clinical-trials thead tr th:first-child {
    width: 42% !important;
  }
  table.clinical-trials thead tr th:not(:first-child) {
    width: 14% !important;
  }
  .searchmedicalinforesult table.clinical-trials {
    border-radius: 10px;
    font-size: 2vw;
  }
  .clinical-trials .pagination .form-item select {
    font-size: 1.9vw;
  }

/*** Clinical trials Table CSS Ends ***/

/* CSS to text center for Footer Section Starts */  
  .add_mar div:first-child {
    padding-bottom: 3vw;
    text-align: left;
  }
  .add_mar div:last-child {
    /* padding-bottom: 3vw; */
    text-align: right;
  }
  .region-footer-branding div:first-child {
    text-align: left;
  }

   .region-footer-bottom-right div:last-child {
    text-align: right;
  }

/* CSS to text center for Footer Section Ends*/ 
  .userpassword form#user-pass {
    margin-top: -63vw;
    padding-right: 10%;
    padding-bottom: 16vw;
    position: relative;
    top: 21vw;
  }
  .userpassword .user-pass {
      padding: 5% 15%;
      max-width: 82%;
      margin: 0 auto;
  }
  .userpassword .banner-text h1 { 
    font-size: 3.3vw;
    top: 2vw;
  }
  .userpassword.path-user .home-overview {
    background-position: 50% -90px !important;
  }

  .searchposters.path-search .search-info a.question-mark {
    background-size: 1.8vw;
  }
  .searchposters.path-search .search-info a.user-group {
    background-size: 2vw;
  }
  .searchdocuments #search-medical-info-form {
    margin-top: 15vh!important;
  }
  .userlogin.path-user .banner-text h1 {
    top: 3vw;
    font-size: 4vw;
  }
  .forgot-pass {
    font-size: 1.5vw;
  }
  .userlogin.path-user .home-overview {
    background-position: 56% -50px !important;
  }
  .searchposters.path-search .home-overview {
    background-position: 50% -20px !important;
  }
  .searchposters.path-search .search-text-section h3 {
    padding-top: 2vw;
  }
  .searchposters.path-search .search-text-section p {
    max-width: 67%;
    text-align: center;
    font-size: 1.4vw;
    line-height: 2vw;
  }
  .searchposters.path-search #block-searchresultsleftcontent .field--type-text-with-summary > div h3 {
    font-size: 1.5vw;
  }
  .searchposters.path-search .search-info a {
    line-height: 18px;
    font-size: 1.3vw;
  }
  .searchposters.path-search div#block-mainpagecontent h3 {
    font-size: 1.3vw;
  }

  .request-a-meeting .banner-text h1 {
    top: 3vw;
    font-size: 3vw;
  }
  .header-container .logo p.logo-subtext, .header-container .site-slogan {
    font-size: 1.5vw;
    padding-top: 4px;
  }
  .landing-popup-wrap .landing-popup {
    width: 50vw;
  }
  .landing-popup-wrap .landing-popup .popup-container .popup-header h2 {
    font-size: 2vw;
  }
  .landing-popup-wrap .landing-popup .popup-container .popup-body p {
    margin-bottom: 2vw;
    font-size: 1.5vw;
    line-height: 2.3vw;
  }

  .path-frontpage.page-node-type-page h1 {
    top: 8vw;
    font-size: 3vw;
  }
  .path-frontpage .home-banner .tagging-line {
    font-size: 1.9vw;
  }
  
  .right-nav-wrap .region-header-login {
    top: -3vw;
    right: 2vw;
  }

  .path-frontpage .home-banner .tagging-line p {
    color: #f27028;
    top: 8vw;
    position: relative;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .header-bg::after {
    max-height: 24vh !important;
  }

  .logo-wrap {
    top: -3.5vw;
    position: relative;
  }
  .header-all {
    margin-top: 6%;
  }

  .header-container {
    margin: -24px auto !important;
  }

  .path-frontpage .home-banner {
    height: 22vh !important;
  }

  .searchdocuments .home-overview {
    background-position: 50% -50px !important;
  }

  .home-overview {
    background-position: 56% -141px !important;
  }

  .path-frontpage .home-overview {
    background-position: 56% -80px !important;
  }

  .path-search .banner-text-wrap.poster-banner-mini {
    margin-bottom: 8% !important;
  }

  .section-footer {
    padding: 5vh 0 0 !important;
  }

  .path-frontpage .home-banner .tagging-line {
    padding-bottom: 40px !important;
  }

  .formmedicalinquiry.medical-inquiry .banner-text {
    padding-top: 14%;
  }

  .formmedicalinquiry.medical-inquiry .home-overview {
    background-position: 50% -48px !important;
  }

  .medical-inquiry .banner-text h1 {
    top: 4vw;
    font-size: 3.5vw;
  }
  .medical-inquiry .banner-content p {
    font-size: 1.8vw;
    line-height: 3vh;
    width: 31%;
  }
  .medical-inquiry .banner-content p a {
    font-size: 1.8vw;
  }
  .medical-inquiry .banner-content {
    padding-top: 13vw;
  }

  .ourmedicine .banner-text {
    padding-top: 12%;
  }

  .userregister .banner-text {
    padding-top: 10% !important;
  }

  .request-a-meeting .banner-text {
    padding-top: 12%;
  }

  /** CSS for Top Menu **/
  ul.menu {
    margin: 0;
  }
  ul.menu li.menu-item-new a {
    font-size: 1.2vw;
  }
  ul.menu li.menu-item a {
    font-size: 1.2vw;
  }

  .path-frontpage .box.one-box.adjust h2 {
    font-size: 3vw;
    width: 57% !important;
    padding-top: 17vw;
  }

  .path-frontpage .box.one-box.adjust p {
    font-size: 1.7vw;
    line-height: 2.5vw;
    width: 38%;
  }

  /*** Middle grey Section ***/
  .region-banner-bottom-2 > div:nth-of-type(1) {
    width: 50%;
    margin: 0 15px 35px 0;
    padding: 0;
  }

  .region-banner-bottom-2 > div:nth-of-type(2) {
    width: 50%;
    margin: 46px 0 -10px 15px;
    padding: 0;
  }
  .banner-box.search-medical-info-form > h2 {
    padding: 60px 15px 20px 25px;
    font-size: 2.2vw;
}
  .banner-box #search-medical-info-form {
    padding: 0 22px 60px 22px;
}
#search-medical-info-form > div.form-item-example {
  font-size: 1.42vw;
  text-align: left;
  line-height: 1.8vw!important;
}
#search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper > div:nth-of-type(1) {
  width: 47%;
}
#search-medical-info-form .form-item-cutomtext {
  font-size: 1.5vw;
  margin: 15px 0 0px 0 !important;
}
.link-btn-wraper {
  padding: 23% 10% 10%;
}
.link-btn-wraper .btn.search-posters::before {
  top: 9px !important;
}
.link-btn-wraper .btn.request-meeting::before {
  top: 9px !important;
}
.link-btn-wraper .btn {
    font-size: 1.6vw;
}
/*** Blue Section Starts ***/
.searchposters  .orange-bg-content {
  padding: 15vh 0 3vh !important;
}
.searchmedicalposterresult .result-text {
  font-size: 1.6vw;
}

.five-boxes > div::before {
  min-height: 57vh;
}
.box-wrap-content h2 {
  font-size: 1.3vw;
  line-height: 1.5vw;
}
.box-wrap-content {
  padding: 30px 10px 0px;
}
.box-wrap-content p {
  font-size: 1.3vw;
  line-height: 1.6vw;
}
.box-wrap-content ul li a {
  font-size: 1.5vw;
}
.link-btn-wraper .btn {
  margin-bottom: 2rem;
}
.section-footer .footer-container p {
  font-size: 1.4vw;
  line-height: 2.2vw;
  }
  .section-footer .footer-container {
    padding: 8vw 4vw 4vw;
  }

  /*** Register Form Section ***/
  .form-item label {
    font-size: 1.5vw !important;
  }
  /*** Login Section Form CSS ***/
    .userlogin.path-user .banner-text h1 {
      top: 3vw;
      font-size: 3vw;
    }
    .userlogin.path-user form#user-login-form {
      margin-top: -63vh;
      padding: 12% 10% 18% 10%;
      max-width: 90%;
      margin-left: 8vh;
    }
  .request-a-meeting .home-overview {
    background-position: 50% -120px !important;
  }
  .request-a-meeting .banner-content p {
    width: 30%;
    padding: 6% 0 0% 0;
    font-size: 1.6vw;
    line-height: 3vh;
  }
  .request-a-meeting .tel-link, .request-a-meeting .email-link {
    font-size: 1.6vw;
  }
  .request-a-meeting .form-textarea-wrapper textarea {
    font-size: 1.5vw;
  }
  .ourmedicine .banner-text h1 {
    font-size: 3.5vw;
  }
  .ourmedicine .home-overview {
    background-position: 56% -80px !important;
  }
  .ourmedicine .banner-content p {
    width: 30%;
    font-size: 1.7vw;
    line-height: 3vh;
  }
  .ourmedicine .ourmedicine-para {
    font-size: 1.5vw;
    line-height: 2vw;
    padding-bottom: 18px;
  }
  /* .ourmedicine .our-medicine .column {
    width: calc(50% - 158px);
  } */

  .ourmedicine .our-medicine .column:first-child {
    width: 53%;
    margin-right: 5px;
  }
  .ourmedicine .our-medicine .column:last-child {
    width: 25%;
    float: left;
  }



  .clinical-trials .banner-text h1 {
    font-size: 3vw;
    top: 0px;
  }
  .clinical-trials .home-overview {
    background-position: 56% -50px !important;
  }

  /**** Register Section CSS Starts  ****/
  .userregister .banner-text h1 {
    top: 1vw;
    font-size: 3.1vw;
  }

  .userregister .home-overview {
    background-position: 56% -55px !important;
  }
  .userregister #block-registerpagesubheading p {
    font-size: 1.8vw;
    line-height: 2.6vw;
  }
  /**** Register Section CSS Ends  ****/

  .contact .banner-text h1 {
    font-size: 3vw;
    top: 4vw;
    }
    .contact .home-overview {
      background-position: 56% -70px !important;
    }
    .contact .orange-bg-content {
      padding: 17vh 0 4vh !important;
  }
  .contactus .wrap-full.nav-bottom .content {
    width: 90vw;
    left: -42px;
    position: relative;
  }
  .contactus .wrap-full.nav-bottom .template-contact-us {
    width: 85%;
  }

  /**** Search Document CSS Starts ******/
  .searchdocuments.path-search #block-mainpagecontent h3 {
    font-size: 1.5vw;
  }
  #block-searchresultsleftcontent .field--type-text-with-summary > div h3 {
    font-size: 1.5vw;
  }
  .searchdocuments .search-info a.question-mark {
    background-size: 2vw;
  }
  .searchdocuments .search-info a.user-group {
    background-size: 2vw;
  }
  .searchdocuments .search-info a {
    font-size: 1.5vw;
  }

/**** Search Clinical *******/
.clinical-trials.path-clinical-trials .home-overview {
  background-position: 56% -30px !important;
}
.clinical-trials .banner-text h1 {
  top: 0vw;
}
.clinical-trials .banner-text-wrap .clinical {
  padding: 12vh 0px 20vh 0px !important;
}
.clinical-trials .region-banner-bottom-2 > div:nth-of-type(1) {
/* width: 100%; */
margin: 0 15px 23px 0;
padding: 0;
}
#search-clinical-trials-form .form-item-cutomtext {
  text-align: left;
  top: 14vw;
}
.clinical-trials .result-count-wrap {
  margin: 60px 0 35px;
}
.clinical-trials #block-medaffair-content h3 {
  font-size: 1.5vw;
}
.clinical-trials .pagination .pagelinks a {
  font-size: 2vw;
}
.clinical-trials #clinicalsubmit {
  position: relative !important;
  right: 0;
  top: 0;
  }
  .clinical-trials .banner-box #search-clinical-trials-form {
    left: 9vw;
  }
  .our-medicine h2 a::after {
    right: -2.4vw;
    top: -0.8vw;
    width: 3vw;
    height: 3vw;
  }

  .searchdocuments .search-text-section h3 {
    font-size: 3.5vw;
    top: -1vw;
    }
  
}



@media (min-width: 1024px) {
  .publicationsEpilepsy .banner-content p {
     padding-top: 2%;
     line-height: 3vh !important;
  }
  .viewPublications .banner-content p {
    width: 30%;
    padding-top: 1%;
    line-height: 3vh !important;
  }
  .viewPublications .orange-bg-content {
    padding: 25vh 0 5vh !important;
  }
  .viewPublications .banner-text h1 {
    top: 1vw;
  }
  .viewPublications .form-item-selecttherapeutic {
    width: 70%;
    
  }
  .viewPublications .form-select {
    margin-left: 20vw;
    height: 40px;
  }
  .clinical-trials #search-medical-info-form > fieldset.form-wrapper {
    width: calc(100% - 150px) !important;
  }
  .viewPublications .form-item--error-message {
    justify-content: center !important;
    color: #bf2031;
    line-height: 15px;
  }

  /* .clinical-trials .home-overview {
    background-position: 50% -118px !important;
  } */

  .userregister .banner-text {
    padding-top: 5% !important;
    padding-bottom: 20% !important;
  }

  #block-registerpagesubheading p {
    width: 30%;
    line-height: 5vh;
  }

  .ourmedicine .banner-text {
    padding-top: 5% !important;
  }

  .ourmedicine .wrap-content {
    padding-top: 0vh;
  }

  .ourmedicine .banner-content {
    padding-bottom: 50vh;
  }

  .path-publications .banner-content {
    padding-bottom: 30vh !important;
    padding-top: 3vh !important;
  }

  .path-viewpublications .banner-content {
    padding-bottom: 20vh;
    padding-top: 10vh !important;
  }

  .path-publications .banner-text-wrap {
    margin-bottom: -25vh;
  }
  .path-publications .container-overview.home-overview {
    background-position: 60% -160px;
  }
  .path-publications .orange-bg-content {
    padding: 24vh 0 1vh;
  }
  .path-publications .home-overview .banner-text h1 {
    font-size: 34px;
    line-height: 4.8vh;
    position: absolute;
    /* width: 30%; */
    top: 8vw;
  }

  .searchdocuments #search-medical-info-form {
    margin-top: 23vh;
  }
  .float-txtleft {
    float: left;
    width: 50%;
    text-align: left;
  }
  .top-right-text {
    float: right;
    width: 50% !important;
  }

  /* .searchdocuments .banner-text {
    padding-top: 6% !important;
    padding-bottom: 6%;
  }

  .searchdocuments #search-medical-info-form > div.form-item-example {
    padding-left: 0;
    text-align: left;
    font-size: 1vw;
  } */

  .searchdocuments .banner-text-wrap {
    margin-bottom: -13%;
  }

  .one-box {
    width: 70%;
    margin-right: 8%;
    margin-top: -4%;
  }

  /* .box.one-box.adjust h2 {
    font-size: 2.4vw;
    width: 48% !important;
  } */

  .banner-text {
    margin: 0 auto;
    height: 100%;
    z-index: 5;
    /* padding-top: 43%; */
    padding-top: 10% !important;
    padding-bottom: 0%;
  }

  .banner-content p {
    /* font-size: 30px;
        font-size: 1.5625vw;
        font-size: 1.3vw;
        line-height: 1.8vw;
        line-height: 1.5vw; */
    width: 30%;
    padding-top: 2%;
    font-size: 1.3vw;
    line-height: 4vh;
    font-family: "Conv_Gill Sans MT Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    color: #fff;
  }

  /* .clinical-trials .banner-box #search-clinical-trials-form {
    width: 120% !important;
  } */

  .clinical-trials #clinicalsubmit {
    position: absolute;
    right: 0;
    top: 0;
  }

  .clinical-trials #search-clinical-trials-form > fieldset.form-wrapper {
    width: 66vw;
  }
  .clinical-trials .banner-box #search-clinical-trials-form {
    width: 95%;
  }

  .clinical-trials form#search-clinical-trials-form .submitloader {
    left: calc(100% - 176px);
    top: 10px;
  }
}


/* iPad Air  Portrait*/
@media only screen and (width: 820px) and (height: 1180px) {
  .sub-category-section {
    text-align: left;
    margin-left: 45px;
  }

  .viewPublications .form-select {
    width: 70%;
    margin-left: 14vw;
  }
  .viewPublications .orange-bg {
    position: relative;
    width: 100%;
    margin-top: -61vh;
  }

  .path-publications .banner-text h1 {
    position: relative;
    top: 9vh;
  }
  .path-viewpublications .banner-text h1 {
    position: relative;
    top: 9vh;
  }
  .path-publications .orange-bg-content {
    padding: 10vh 0 2vh;
  }
  .path-viewpublications .orange-bg-content {
    padding: 10vh 0 2vh;
  }
  .path-publications .banner-content p {
    /* width: 34%; */
    padding-top: 0%;
    font-size: 1.7vw;
    line-height: normal;
    font-family: "Conv_Gill Sans MT Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    color: #fff;
  }
  .path-viewpublications .banner-content p {
    /* width: 34%; */
    padding-top: 0%;
    font-size: 1.7vw;
    line-height: normal;
    font-family: "Conv_Gill Sans MT Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    color: #fff;
  }
  .path-publications .home-overview {
    background-position: 56% 7px !important;
  }
  .path-viewpublications .home-overview {
    background-position: 56% 7px !important;
  }
  .path-publications .wrap-content {
    padding-top: 40vh;
  }
  .path-viewpublications .wrap-content {
    padding-top: 15vh;
  }
  .path-publications .orange-bg {
    position: relative;
    width: 100%;
    margin-top: -28vh;
  }
  #block-viewpublicationsbannerblock {
  /* font-size: 1.3vw; */
  margin: 15px 0 0;
  padding-bottom: 10vh;
  line-height: 2vw;
  font-family: "Conv_Gill Sans MT Light";
  }
  #block-viewpublicationbannerblock {
    /* font-size: 1.3vw; */
    margin: 15px 0 0;
    padding-bottom: 10vh;
    line-height: 2vw;
    font-family: "Conv_Gill Sans MT Light";
    }
  .path-frontpage.page-node-type-page h1 {
    top: 0vw;
  }
  .header-bg::after {
    max-height: 34vh !important;
  }
  .path-frontpage .home-banner .tagging-line p {
    color: #f27028;
    top: 40px;
    position: relative;
  }

  .section-footer .footer-container p {
    font-size: 1.7vw;
  }

  .box-wrap-content h2 {
    font-size: 1.2vw;
  }

  .path-frontpage .home-banner .tagging-line {
     font-size: 2.5vw;
     padding-bottom: 40px !important;
  }

  .path-frontpage .box.one-box.adjust h2 {
    font-size: 2.5vw;
    /* width: 50% !important; */
    padding-top: 50vw;
  }

  .path-frontpage .box.one-box.adjust p {
    font-size: 2vw;
    line-height: 3vw;
  }

  .box-wrap-content p {
    font-size: 1.3vw;
  }

  .banner-text h1 {
    position: relative;
    top: 0vh;
}
  .five-boxes > div::before {
    min-height: 29vh;
  }
  .right-nav-wrap .region-header-login {
    top: -2vw;
    right: 2vw;
  }

  .logo-wrap {    
    position: relative !important;
    top: -3vw !important;
  }
  .userpassword .section-footer {
    padding-top: 5vh !important;
  }

  .our-medicine h2 a {
    margin-bottom: 4%;
  }

  form#user-pass {
    margin-top: -55vh;
  }
  .userpassword.path-user .banner-text {
    padding-top: 10% !important;
    padding-bottom: 85vh !important;
  }
  .path-frontpage .home-overview {
    background-position: 50% -60px !important;
  }
  .userregister .home-overview {
    background-position: 50% -50px !important;
  }
  form#user-login-form {
    margin-left: 0;
    margin-top: -60vh;
    max-width: 100%;
  }
  .userlogin.path-user .banner-text {
    padding-bottom: 90vh !important;
  }
  .userlogin .section-footer {
    padding-top: 5vh !important;
  }
  .our-med {
    height: 35vh;
  }

  .ourmedicine .banner-content p {
    width: 100%;
  }

  .path-frontpage .home-banner .banner-text {
    padding-top: 15% !important;
    padding-bottom: 62%;
  }

  .path-frontpage .home-banner {
    height: 65vh !important;
  }

  .userlogin.path-user .home-overview {
    background-position: 50% 0px !important;
  }

  .userlogin.path-user .banner-text {
    padding-bottom: 80%;
    padding-top: 10% !important;
  }

  .searchdocuments.path-search .banner-text {
    padding-top: 12% !important;
  }

  .searchposters .home-overview {
    background-position: 50% 60px !important;
  }

  .searchposters .banner-text {
    padding-top: 12% !important;
  }

  .searchposters .banner-text-wrap {
    margin-bottom: -9% !important;
  }

  .clinical-trials .home-overview {
    background-position: 56% 0px !important;
  }

  .clinical-trials .banner-text-wrap .clinical {
    padding: 10vh 0px 15vh 0px !important;
  }

  .header-all {
    margin-top: 6%;
  }

  .header-container {
    margin: -24px auto !important;
  }

  .path-search .banner-text-wrap.poster-banner-mini {
    margin-bottom: 8% !important;
  }

  .section-footer {
    padding: 5vh 0 0 !important;
  }

  .request-a-meeting .banner-text,
  .formmedicalinquiry.medical-inquiry .banner-text {
    padding-top: 10% !important;
  }

  .request-a-meeting .home-overview,
  .formmedicalinquiry.medical-inquiry .home-overview {
    background-position: 50% -48px !important;
  }

  .ourmedicine .banner-text {
    padding-top: 12%;
  }

  .userregister .banner-text {
    padding-top: 10% !important;
  }

  .request-a-meeting .banner-text {
    padding-top: 12%;
  }


  /** CSS for Top Menu **/
  ul.menu {
    margin: 0;
  }
  ul.menu li.menu-item-new a {
    font-size: 1.4vw;
  }
  ul.menu li.menu-item a {
    font-size: 1.4vw;
  }

  .path-frontpage .box.one-box.adjust h2 {
    font-size: 2.5vw;
    /* width: 50% !important; */
    padding-top: 50vw;
  }

  .path-frontpage .box.one-box.adjust p {
    font-size: 2vw;
    line-height: 3vw;
  }

  /*** Middle grey Section ***/
  .region-banner-bottom-2 > div:nth-of-type(1) {
    width: 50%;
    margin: 0 15px 23px 0;
    padding: 0;
  }

  .region-banner-bottom-2 > div:nth-of-type(2) {
    width: 50%;
    margin: 33px 0 -10px 15px;
    padding: 0;
  }
  .banner-box.search-medical-info-form > h2 {
    padding: 45px 15px 20px 25px;
    font-size: 2.4vw;
}
  .banner-box #search-medical-info-form {
    padding: 0 22px 60px 22px;
}
#search-medical-info-form > div.form-item-example {
  font-size: 1.4vw;
  text-align: left;
  line-height: 2vw;
}
#search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper > div:nth-of-type(1) {
  width: 47%;
}
#search-medical-info-form .form-item-cutomtext {
  font-size: 1.7vw;
  margin: 15px 0 0px 0 !important;
}
.link-btn-wraper {
  padding: 23% 10% 10%;
}
.link-btn-wraper .btn.search-posters::before {
  top: 7px !important;
}
.link-btn-wraper .btn {
    font-size: 1.7vw;
}
.section-footer .footer-container p {
  font-size: 1.5vw;
  line-height: 2vw;
}
.form-item label {
  font-size: 2vw !important;
}

}

/* iPad Air  Landscape*/
@media only screen and (height: 820px) and (width: 1180px) {
  .viewPublications .banner-text h1 {
    top: 1vw;
  }

  .viewPublications .banner-content p {
    width: 30%;
    padding-top: 12%;
    font-size: 1.3vw;
    line-height: 3vh;
    font-family: "Conv_Gill Sans MT Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    color: #fff;
  }

  .publicationsEpilepsy .banner-text h1 {
    top: 1vw;
  }
  .path-publications .orange-bg-content {
    padding: 15vh 0 5vh;
  }
  .path-publications .container-overview.home-overview {
    background-position: 61% -75px;
  }

  .publicationsEpilepsy .container-overview.home-overview {
    background-position: 61% -75px;
  }

  .publicationsEpilepsy .banner-content p {
    width: 30%;
    padding-top: 2%;
    font-size: 1.3vw;
    line-height: 3vh;
    font-family: "Conv_Gill Sans MT Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    color: #fff;
  }
  .path-frontpage.page-node-type-page h1 {
    top: -9vw;
  }
    .path-frontpage.page-node-type-page h1 {
      top: 0vw;
    }
    .header-bg::after {
      max-height: 34vh !important;
    }
  .path-frontpage .home-banner {
    height: 28vh;
  }

  .right-nav-wrap .region-header-login {
    top: 2vw;
    right: 2vw;
  }
  .orange-bg-content {
    padding: 4vh 0 4vh;
}
  .contact .orange-bg-content {
    padding: 14vh 0 5vh !important;
  }
  form#user-pass {
    margin-top: -60vh !important;
  }
  form#user-login-form {
    margin-top: -80vh !important;
    padding-left: 3%;
  }
  .userlogin.path-user .banner-text {
    padding-bottom: 100vh !important;
  }
  .searchdocuments .home-overview {
    background-position: 50% -122px !important;
  }
  .our-med {
    height: 35vh;
  }

  .ourmedicine .banner-content p {
    width: 30%;
  }

  .five-boxes > div::before {
    min-height: 52vh;
  }

  .request-a-meeting .banner-content p,
  .formmedicalinquiry .banner-content p {
    width: 30%;
  }

  .request-a-meeting .banner-content,
  .formmedicalinquiry .banner-content {
    padding: 0vh 0 45vh;
  }

  .request-a-meeting .home-overview.meeting-ui .banner-text-wrap,
  .formmedicalinquiry .home-overview.meeting-ui .banner-text-wrap {
    height: 38vh;
  }

  .path-frontpage .home-banner .banner-text {
    padding-bottom: 0% !important;
  }

  .banner-content p {
    width: 42%;
  }

  .request-a-meeting .banner-text {
    padding-bottom: 12%;
  }

  .clinical-trials .banner-text-wrap .clinical {
    padding: 10vh 0px 23vh 0px !important;
  }

  .userlogin .home-overview {
    background-position: 50% -110px !important;
  }

  /** CSS for Top Menu **/
  ul.menu {
    margin: 0;
  }
  ul.menu li.menu-item-new a {
    font-size: 1.4vw;
  }
  ul.menu li.menu-item a {
    font-size: 1.4vw;
  }

  .path-frontpage .box.one-box.adjust h2 {
    font-size: 2.5vw;
    /* width: 50% !important; */
    padding-top: 20vw;
  }

  .path-frontpage .box.one-box.adjust p {
    font-size: 2vw;
    line-height: 3vw;
  }

  /*** Middle grey Section ***/
  .region-banner-bottom-2 > div:nth-of-type(1) {
    width: 50%;
    margin: 0 15px 23px 0;
    padding: 0;
  }

  .region-banner-bottom-2 > div:nth-of-type(2) {
    width: 50%;
    margin: 33px 0 -10px 15px;
    padding: 0;
  }
  .banner-box.search-medical-info-form > h2 {
    padding: 45px 15px 20px 25px;
    font-size: 2.4vw;
  }
    .banner-box #search-medical-info-form {
      padding: 0 22px 60px 22px;
  }
  #search-medical-info-form > div.form-item-example {
    font-size: 1.4vw;
    text-align: left;
    line-height: 2vw;
  }
  #search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper > div:nth-of-type(1) {
    width: 47%;
  }
  #search-medical-info-form .form-item-cutomtext {
    font-size: 1.7vw;
    margin: 15px 0 0px 0 !important;
  }
  .link-btn-wraper {
    padding: 23% 10% 10%;
  }
  .link-btn-wraper .btn.search-posters::before {
    top: 7px !important;
  }
  .link-btn-wraper .btn {
      font-size: 1.7vw;
  }
  .section-footer .footer-container p {
    font-size: 1.5vw;
    line-height: 2vw;
  }
}

/* iPad Pro */

@media only screen and (width: 1024px) and (height: 1366px) {
  .clinical-trials .orange-bg-content {
    padding: 2vh 0 10vh !important;
  }
  .five-boxes > div::before {
    min-height: 32vh;
  }
  .clinical-trials .orange-bg-content {
    padding: 2vh 0 10vh !important;
  }
  #block-mainpagecontent h3 {
    padding-top: 0;
  }
  .ourmedicine .orange-bg-content {
    padding: 5vh 0 5vh;
  }
  .searchdocuments .orange-bg-content {
    padding-top: 4vh !important;
  }
  .searchposters .orange-bg-content {
    padding-top: 5vh !important;
  }
  .userpassword.path-user .banner-text {
    padding-bottom: 80vh !important;
  }
  form#user-pass {
    margin-top: -55vh;
    padding-left: 15%;
    padding-right: 7%;
  }
  .clinical-trials #clinicalsubmit {
    right: 50px;
  }
  form#user-login-form {
    margin-top: -60vh !important;
    padding-bottom: 10vh !important;
  }
  .userlogin .section-footer {
    padding: 0 !important;
  }
  .userlogin.path-user .banner-text {
    padding-bottom: 88vh !important;
  }
  .ourmedicine .banner-content {
    padding-bottom: 35vh;
  }

  .ourmedicine .banner-text {
    padding-bottom: 12% !important;
    padding-top: 8% !important;
  }

  .our-med {
    height: 30vh;
  }

  .request-a-meeting .orange-bg-content,
  .formmedicalinquiry .orange-bg-content {
    padding: 3vh 0 10vh;
  }

  .request-a-meeting .home-overview,
  .formmedicalinquiry .home-overview {
    background-position: 50% -80px !important;
  }

  .request-a-meeting .banner-content,
  .formmedicalinquiry .banner-content {
    padding-bottom: 35vh;
    padding-top: 15vh;
  }

  .request-a-meeting .banner-text.req-banner,
  .formmedicalinquiry .banner-text.req-banner {
    padding-bottom: 4%;
    padding-top: 8% !important;
  }

  .path-frontpage .home-banner .banner-text {
    padding-bottom: 2% !important;
  }

  .userlogin.path-user .banner-text {
    padding-bottom: 60%;
    padding-top: 10% !important;
  }

  form#user-login-form {
    margin-top: -39vh;
    margin-left: 9vh;
  }

  .userlogin.path-user .home-overview {
    background-position: 50% 15% !important;
    background-size: auto;
  }

  .searchdocuments .home-overview {
    background-position: 50% -40px !important;
  }

  .searchdocuments.path-search .banner-text-wrap {
    margin-bottom: -25% !important;
  }

  .searchdocuments.path-search .banner-text {
    padding-top: 10% !important;
  }

  .searchposters .home-overview {
    background-position: 50% 20px !important;
  }

  .searchposters .banner-text-wrap {
    margin-bottom: -8% !important;
  }

  .searchposters .banner-text {
    padding-top: 10% !important;
  }

  .clinical-trials .section-footer {
    margin-top: -120px;
  }

  #block-registerpagesubheading p {
    width: 100%;
  }

  #block-registerpagesubheading {
    padding-bottom: 15vh;
    padding-top: 20vh;
  }
  .userregister .orange-bg-content {
    padding-top: 3vh;
  }
  .userregister .path-user .banner-text #block-medaffair-page-title {
    padding-bottom: 15%;
  }

  .path-frontpage .home-banner {
    height: 20vh !important;
  }

  .clinical-trials .home-overview {
    background-position: 50% -32px !important;
  }

  .clinical-trials .banner-text-wrap .clinical {
    padding: 7vh 0px 19vh 0px !important;
  }

  .userregister .banner-text {
    padding-top: 10% !important;
  }

  .section-footer .footer-container {
    padding: 0rem 4rem 2rem !important;
  }

  /* .right-nav-wrap .region-header-login {
        top: 1.6vh !important;
    } */

  .banner-text {
    padding-top: 10% !important;
  }

  .banner-text.req-banner {
    padding-top: 10% !important;
  }

  .wrap-content {
    padding-bottom: 30vh;
  }

  .header-all {
    margin-top: 4%;
  }

  .header-container {
    margin: -24px auto !important;
  }

  .path-frontpage .home-banner {
    height: 20vh !important;
  }

  .home-overview {
    /* background-position: 56% -56px !important; */
    background-position: 56% -58px !important;
  }

  .path-search .banner-text-wrap.poster-banner-mini {
    margin-bottom: 8% !important;
  }

  .section-footer {
    padding: 10vh 0 0 !important;
  }

  .pattern-bg {
    min-height: 102% !important;
  }

  .path-frontpage .home-banner .tagging-line {
    padding-bottom: 40px !important;
  }
  .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top: 90px;
    margin-bottom: 41px;
  }
}

@media screen and (min-width: 1280px) {
  .clinical-trials .banner-text h1 {
    top: 2vw !important;
    }
  .clinical-trials .home-overview {
    background-position: 50% -124px;
    }
  #search-medical-info-form > div.form-item-example {
    font-size: 1vw;
    text-align: left;
    line-height: 1.2vw;
    padding-top: 4px;
    }
  .searchposters.path-search h3 {
    text-align: center;
    font-size: 2.1vw;
  }
  .searchposters #block-footertopcontent .col.col-lg-6.text-right h3 {
    text-align: right;
  }
  .searchposters.path-search #block-mainpagecontent h3 {
    font-size: 1.3vw;
    text-align: left;
  }
  .path-frontpage.page-node-type-page .tagging-line p {
    position: relative;
    top:0vh;
  }
  .path-frontpage.page-node-type-page .box.one-box.adjust h2 {
    font-size: 2vw;
    width: 50% !important;
  }
  .path-frontpage .home-banner .tagging-line {
    font-size: 2vw;
  }
  form#user-pass {
    margin-top: -100vh;
    padding-right: 10%;
  }
  .path-frontpage.page-node-type-page .banner-text h1 {
    top: 0vw;
  }
  .searchposters.home-overview {
    background-position: 50% -78px !important;
  }

  .userregister .home-overview {
    background-position: 50% -118px;
  }

  /* For Big TV's (HD Screens)  */
  .our-contact .banner-text h1 {
    position: relative;
    top: -4vw !important;
  }

  .banner-text h1 {
        top: 0vw;
  }
  .searchmedicalposterresult .result-count-wrap {
    padding: 50px 0 10px;
  }
  .searchmedicalposterresult .result-text {
    font-size: 1.1vw;
    line-height: 2vw;
  }
  .searchmedicalinforesult .result-text {
    font-size: 1.1vw;
    line-height: 2vw;
  }
}
@media screen and (min-width: 2028px) {
  .viewPublications .form-select {
    width: 70% !important;
    margin-left: 15vw !important;
  }
  .viewPublications .form-item--error-message {
    font-size: 19px !important;
  }
  .viewPublications #publicationsubmit {
    margin-left: 4vw;
    margin-bottom: 2vw;
    height: 6vh;
  }
  .path-publications .home-overview .banner-text h1 {
    font-size: 85px;
    line-height: 4.8vh;
    position: absolute;
    /* width: 30%; */
    top: 8vw !important;
  }
  .viewPublications .banner-content p {
    width: 30%;
    padding-top: 1%;
    line-height: 3vh;
  }
  .publicationsEpilepsy .banner-content p {
    width: 30%;
    padding-top: 1%;
    line-height: 3vh;
  }
  .publicationsEpilepsy .form-select {
    width: 70%;
    margin-left: 18vw !important;
  }
  .viewPublications .container-overview.home-overview {
    background-position: 50% -230px;
  }
  .ourmedicine .banner-text {
    padding-top: 20vh !important;
  }
  .our-medicine h1{
    font-size: 2vw;
  }
  .our-medicine h2 a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: underline;
    font-size: 1.5vw;
  }
  .ourmedicine .orange-bg-content {
    padding: 12vh 0 0vh !important;
  }
  .ourmedicine .container-overview.home-overview {
    background-position: 50% -216px;
  }
  .contactus .wrap-full.nav-bottom .template-contact-us .contact-info-block .info-block-row p a {
    padding: 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 1.2vw;
    margin-bottom: 5px;
  }
  .contactus .wrap-full.nav-bottom .template-contact-us .contact-info-block .info-block-row p {
    padding: 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 1.2vw;
    margin-bottom: 5px;
    line-height: 1vw;
  }
  .itemperpage select.form-select {
    max-width: 5.7vw;
    font-size: 1.2vw;
    line-height: 1vw;
    height: 71px !important;
  }
  #search-clinical-trials-form .form-item-cutomtext {
    font-size: 1vw;
  }
  .clinical-trials #selectStatus {
    max-width: 11vw;
    font-size: 1.2vw;
    line-height: 1vw;
    height: 70px !important;
  }
  .path-frontpage .home-banner {
    height: 25vh !important;
  }
  .section-footer .footer-container {
    padding: 8vw 4vw 4vw;
  }
  .five-boxes > div::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    min-height: 50vh;
    background-color: #fff;
    opacity: 0.18;
    transform: skewY(5deg);
    transition: opacity 0.5s ease-in-out;
    content: "";
  }
  form#user-login-form {
    padding: 18% 15%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -98vh;
    margin-left: 23vh;
  }
  #search-clinical-trials-form > fieldset.form-wrapper {
    width: 66vw;
    margin-left: 8vw;
  }
  .home-overview.meeting-ui .banner-text-wrap {
    margin-bottom: 0vh !important;
  }
  .userregister .banner-text {
    padding-top: 11% !important;
    padding-bottom: 29% !important;
  }
  .userregister #block-registerpagesubheading p {
    width: 30%;
    line-height: 2vw;
  }
  .searchposters .banner-text {
    padding-top: 9% !important;
  }
  .searchdocuments .banner-text {
    padding-top: 14% !important;
  }
  .clinical-trials .banner-text-wrap .clinical {
    padding: 12vh 0px 35vh 0px !important;
  }
  .result-count-wrap h2 {
    font-size: 1.3vw;
  }
  .container-overview.home-overview {
    background-position: 50% -145px;
  }
  .path-frontpage .link-btn-wraper .btn {
    font-size: 1.2vw;
    padding: 20px 25px 23px 65px;
  }
  #medicalinfosubmit{
    font-size: 1.3vw !important;
  }
  .two-btns-wrap .btn{
    font-size: 1.3vw !important; 
  }
  .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top: 106px;
    margin-bottom: 50px;
  }
  .link-btn-wraper .btn.request-meeting::before {
    content: "";
    background: url(../images/submit-query.svg) 50% 50% no-repeat;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 27px;
    pointer-events: none;
    background-size: 100%; 
  }
  .link-btn-wraper .btn.search-posters::before {
    content: "";
    background: url(../images/submit-query.svg) 50% 50% no-repeat;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 27px;
    pointer-events: none;
    background-size: 100%; 
  } 
  .path-frontpage .banner-box.search-medical-info-form > h2 {
    padding: 6vw 50px 1.5vw;
    font-size: 2.2vw;
  }
  #search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper .form-item select {
    padding: 10px 45px 10px 15px;
    font-size: 1.1vw !important;
  }
  #search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper .form-item input.form-text {
    font-size: 1.1vw !important;
    height: inherit;
  }
  .form-item select {
    font-size: 1.1vw;
    padding: 10px 45px 12px 15px !important;
    width: 95% !important;
    height: 63px !important;
    line-height: 1vw;
    margin-bottom: 18px;
  }
  .form-item-selectintervention {
    width: 89% !important;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) {
    width: 12%;
    position: relative;
  }
  .form-item input.form-text, .form-item input.form-tel, .form-item input.form-email {
    font-size: 1.2vw;
    max-height: 63px;
  }
  .form-item label {
    font-size: 1.2vw !important;
    padding-bottom: 15px;
  }
  .path-frontpage .box-wrap-content p {
    padding-bottom: 2vw;
  }
  .section-footer {
    background: url(../images/bg-footer.jpg);
    background-size: cover !important;
    background-size: inherit;
    background-repeat: no-repeat;
    /* width: 96%; */
    width: 100%;
    margin: -160px auto 0;
    padding: 10vh 0 0;
    background-position: 50% 100%;
  }
  #medicalpostersubmit {
    padding: 26px 47px 26px !important;
    font-size: 1.3vw !important;
  }
  .js-form-submit.form-submit{
    font-size: 1.3vw !important;
  }
  a.fetch-npi {
    box-shadow: 0 0 0px 1px #e52136;
    color: #fff;
    font-size: 15px;
    z-index: 1;
    padding: 3px 15px;
    display: inline-flex;
    text-decoration: none !important;
    background: #de4400;
    margin-top: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient( -90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100% );
    background-image: -webkit-linear-gradient( -90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100% );
    background-image: -ms-linear-gradient( -90deg, rgb(244, 127, 37) 0%, rgb(228, 26, 55) 100% );
  }
  #search-medical-info-form > div.form-item-example {
    font-size: 1.1vw;
    text-align: left;
    line-height: 1.2vw;
    padding-top: 4px;
  }
  .clinical-trials .banner-text h1 {
    text-align: center;
    font-size: 2.1vw;
  }
  .header-container {
    margin: -15px auto !important;
  }
  .header-all {
    margin-top: 2%;
  }
  .path-webform #edit-disclaimer {
    margin: 30px 0;
    font-size: 1vw;
  }
  .all-required-text {
    color: #000;
    font-size: 1vw;
  }
}
/* For 4K Displays (Ultra HD) */
@media screen and (min-width: 2560px) {
  .top-section {
    width: 70%;
    margin: auto;
    padding-bottom: 15px;
  }
  .link-btn-wraper .btn.view-publications::before {
    width: 35px;
    height: 40px;
    top: 21px;
  }
  .path-publications .home-overview .banner-text h1 {
    font-size: 85px;
    line-height: 4.8vh;
    position: absolute;
    /* width: 30%; */
    top: 8vw;
  }
  .path-publications .container-overview.home-overview {
    background-position: 60% -230px;
  }
  .viewpublications .container-overview .home-overview {
    background-position: 60% -230px;
  }
  .category-bg {
    background: #f7f7f7;
    display: inline-block;
    padding: 11px 15px;
    width: auto;
    border-radius: 8px !important;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #000000bf;
    height: 60px;
  }
  .sub-category-bg {
    background: #f7f7f7;
    display: inline-block;
    padding: 11px 15px;
    width: fit-content;
    border-radius: 6px;
    text-align: center;
    margin-right: 8px;
    color: #000000bf;
    height: 60px;
  }
  .sub-category-section {
    text-align: left;
    margin-left: 350px;
  }
  .sub-category-section h2 {
    display: inline-block;
    color: #fff;
    font-size: 45px;
    margin-right: 10px;
  }
  .mid-category-bg {
    margin-bottom: 40px;
  }

  .mid-category-bg h2 {
    font-size: 30px;
    color: #fff;
    margin: 10px 0;
    padding: 15px;
  }
  .mid-category-bg a {
    line-height: 26px;
    font-size: 25px;
    color: #fff;
  }
  .middle-first-section h4 {
    font-size: 50px;
  }
  .category-bg-active { 
    background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
    border-radius: 10px;
    color: #fff !important;
  }
  .active-bg {
    color: #fff;
    background-image: -webkit-linear-gradient(-90deg,rgb(244,127,37) 0%,rgb(228,26,55) 100%);
    border-radius: 10px;
  }
  .content-section {
    min-height: 9vh;
    overflow-y: auto;
    overflow-x: hidden;
    height: 178px;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .path-frontpage .home-banner {
    height: 24vh !important;
  }
  .userregister.path-user .orange-bg-content {
    margin-top: -22vh;
  }
  .path-frontpage .search-medical-info-form form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 165px;
    left: 68px;
    z-index: 1;
    top: auto;
  }
  .userlogin.path-user .container-overview.home-overview {
    background-position: 50% -100px;
  }
  .userpassword.path-user .container-overview.home-overview {
    background-position: 50% -105px;
  }
  .searchposters .orange-bg-content {
    padding-top: 19vh !important;
  }
  .clinical-trials #selectStatus {
    max-width: 10vw;
    font-size: 1vw;
    line-height: 1vw;
    height: 70px !important;
  }
  form#search-medical-poster-form .submitloader {
    bottom: 93px;
    left: 14px;
  }
  .result-title a {
    font-size: 1.1vw;
  }

  .result-description {
      font-size: 0.9vw;
      line-height: normal;
      margin: 5px 0 0;
  }

  .itemperpage select.form-select {
    max-width: 4.7vw;
    font-size: 1vw;
    line-height: 1vw;
    height: 70px !important;
  }

  .clinical-trials #search-clinical-trials-form > fieldset.form-wrapper {
      /* width: calc(100% - 150px) !important; */
      width: 62vw;
    }
  .clinical-trials .banner-box #search-clinical-trials-form {
    width: 85%;
    margin: 0 auto;
  }
  .landing-popup-wrap .landing-popup {
    margin: 10% auto;
  }
  .row.heading-section {
    display: flex;
    padding: 15px 0 15px 0px;
    font-size: 1.2vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
  }
  .col-6.first {
    padding: 20px 0 5px 0vw;
  }
  .col-3.second {
    padding: 1.5vw 0 10px 0px;
  }
  .col-3.third {
    padding: 1.5vw 0 10px 0;
  }


  .searchmedicalinforesult .result-text {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .searchmedicalposterresult .result-text {
    line-height: 1.5vw;
    font-size: 1.1vw;
  }

  .section-footer .footer-container .lower-footer ul li a {
    font-size: 1.1vw;
  }

  .searchmedicalinforesult {
    top :0vw;
  }

  .section-footer {
    padding: 18vh 0 0 !important;
  }

  .formmedicalinquiry.medical-inquiry .home-overview {
    background-position: 50% -200px !important;
  }

  .request-a-meeting .home-overview {
    background-position: 50% -200px !important;
  }

  .userregister .home-overview {
    background-position: 50% -200px !important;
  }

  .contact .home-overview {
    background-position: 50% -200px !important;
  }

  .ourmedicine .home-overview {
    background-position: 50% -200px !important;
  }
  .clinical-trials .home-overview {
    background-position: 50% -162px;
  }
  .clinical-trials .banner-text-wrap {
    margin-bottom: 4vh;
  }
  .userregister .banner-text {
    padding-top: 5% !important;
    padding-bottom: 25% !important;
  }
  .meeting-ui .banner-content {
    padding-bottom: 36vh;
  }
  .ourmedicine .banner-content {
    padding-bottom: 53vh;
  }
  .medical-inquiry .banner-text h1 {
    top: -1.3vw;
  }  

  .searchdocuments .banner-text h3 {
    position:relative;
    top: -1vw !important;
  }
  .searchdocuments #search-medical-info-form {
    margin-top: 14vh;
  }
  .searchposters .col-md-9 {
    margin-top: -6%;
  }
  .banner-text {
    padding-top: 13% !important;
  }
  .request-a-meeting .banner-text h1 {
    top: -1.3vw;
  } 

  .medical-inquiry .npi-wrap {
    position: relative;
    top: 1.3vw;
  }

  .request-a-meeting .npi-wrap {
    position: relative;
    top: 1.3vw;
  }

  .path-frontpage .region-banner-bottom-2 > div:nth-of-type(1) {
    margin-bottom: 72px;
  }
  .path-frontpage .region-banner-bottom-2 > div {
    margin: 0px 15px -12px 15px;
  }
  .section-footer .footer-container .top-footer h3 {
    font-size: 1.3vw;
  }
  .ourmedicine .banner-text h1 {
    top: 1vw;
  }

  .ourmedicine h2 a {
    font-size: 1vw;
  }
  .ourmedicine .column h1 {
      font-size: 1.5vw;
  }

  .userregister .banner-text h1 {
      top: 5vw;
      position: relative;
  }
  .contactus .wrap-full.nav-bottom .template-contact-us .contact-info-block .info-block-row p {
    padding: 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 1.2vw;
    margin-bottom: 17px;
    line-height: 1.5vw;
  }

  .contactus .wrap-full.nav-bottom .template-contact-us .contact-info-block .info-block-row p a {
    padding: 0;
    margin: 0;
    color: #f8f8f8;
    font-size: 1.2vw;
    margin-bottom: 17px;
    line-height: 1vw;
  }
  .contactus .wrap-full.nav-bottom .template-contact-us .txt-block-other-inquiries {
    font-size: 1.2vw;
  }
 

  .userregister #block-registerpagesubheading p {
    width: 30%;
    top: 6vw;
    position: relative;
  }

  .userpassword .banner-text h1 {
    top: 8vw
  }
  .landing-popup-wrap .landing-popup .popup-container .popup-header h2 {
    font-size: 1.4vw;
  }
  .landing-popup-wrap .landing-popup .popup-container .popup-body .btn-wraper .yellow-block, .landing-popup-wrap .landing-popup .popup-container .popup-body .btn-wraper .wh-block {
    font-size: 1.1vw;
  }
    .path-frontpage .header-bg::after {
      top: -34vh;
  }

  .path-frontpage.page-node-type-page .logo-wrap {
    position: relative;
    top: -2vw;
  }

  .path-frontpage.page-node-type-page .tagging-line p {
    position: relative;
    top: 12vw !important;
  }
    
  .path-frontpage .logo p.logo-subtext, .site-slogan {
      font-size: .9vw !important;
  }

  .path-frontpage .right-nav-wrap .region-header-login {
      top: -2vh !important;
  }

  .path-frontpage.page-node-type-page .banner-text h1 {
      top: 9vw;
  }

  .region-banner-bottom-2 {
      padding-bottom: 25vh;
      display: flex;
      margin: 3VW 40px 0;
  }


  .path-frontpage .one-box {
      width: 70%;
      margin-right: 8%;
      margin-top: 7%;
  }

  /* .path-frontpage .region-banner-bottom-2 > div {
      margin: -33px 15px -12px 15px;
  } */


  .path-frontpage .five-boxes > div::before {
      min-height: 56vh;
  }

  .path-frontpage .section-footer {
    padding: 18vh 0 0 !important;
  }
  
  .path-frontpage .banner-box.search-medical-info-form > h2 {
    padding: 6vw 50px 1.5vw;
    font-size: 2.2vw;
  }

  .path-frontpage .box-wrap-content h2 {
      margin: 0 0 1.5vw;
  }

  .path-frontpage .box-wrap-content p {
      padding-bottom: 2vw;
  }

  .path-frontpage .box-wrap-content h2 {
      font-size: 1.1458333333333333vw;
  }


  .path-frontpage .link-btn-wraper .btn {
    font-size: 1.1vw;
    padding: 20px 25px 23px 65px;
  }

  .path-frontpage .link-btn-wraper .btn.med-inquiry::before {
      width: 30px;
      height: 42px;
  }

  .path-frontpage .link-btn-wraper .btn.request-meeting::before {
    width: 35px;
    height: 40px;
    top: 21px;
  }

  .path-frontpage .link-btn-wraper .btn.search-posters::before {
    width: 35px;
    height: 40px;
    top: 21px;
  }

  .form-item input.form-text[readonly="readonly"], .form-item input.form-tel[readonly="readonly"], .form-item input.form-email[readonly="readonly"], .form-item select[readonly="readonly"] {
    max-height: 75px !important;
  }

  #search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper .form-item input.form-text {
    font-size: 1vw !important;
    height: inherit;
  }
  #search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper .form-item select {
    padding: 10px 45px 10px 15px;
    font-size: 1vw !important;
  }
  .path-frontpage .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top: 124px !important;
    margin-bottom: 36px !important;
  }

  .path-frontpage .link-btn-wraper {
    padding: 15% 10% 2% !important;
  }
  .path-frontpage .link-btn-wraper .btn {
    margin-bottom: 3rem;
  }
  .itemperpage {
    margin-top: 2.5vw;
  }
  .clinical-trials {
    border-radius: 10px;
    font-size: 1vw;
    line-height: 1.3vw;
  }

 .form-item select {
  font-size: 1vw;
  padding: 10px 45px 12px 15px !important;
  width: 95% !important;
  height: 63px !important;
  line-height: 1vw;
  margin-bottom: 18px;
  }

  .viewPublications .form-item select {
    font-size: 1.2vw;
    padding: 5px 45px 5px 15px !important;
    width: 75% !important;
    height: 83px !important;
    line-height: 2vw;
    margin-bottom: 0px;
  }
  .viewPublications #publicationsubmit {
    margin-left: 4vw;
    margin-bottom: 2vw;
    height: 7vh;
  }
  .viewPublications .form-item--error-message {
    margin-left: -16vh;
    line-height: 44px;
    font-size: 21px !important;
  }
  div#edit-heading1 h2, div#edit-heading2 h2 {
    font-size: 2vw;
  }
  .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(4) .form-text {
    border-radius: 0 8px 8px 0;
    min-height: 63px;
  }

  #search-clinical-trials-form .form-item-cutomtext {
    font-size: 1vw;
    padding-top: 1vw;
  }

  .form-item input.form-text, .form-item input.form-tel, .form-item input.form-email {
    font-size: 1.2vw;
    max-height: 63px;
  }
  .all-required-text {
    font-size: 1vw;
  }
  #edit-disclaimer {
    font-size: 1vw;
  }
  .our-contact .banner-text h1 {
    position: relative;
    top: 0vw !important;
  }
  .our-contact .container-overview.home-overview {
    background-position: 50% -187px;
  }
  .contactus .wrap-full.nav-bottom .template-contact-us {
    width: 45%;
    padding: 3% 5% 0 0;
  }
  .form-item label {
    font-size: 1.2vw !important;
    padding-bottom: 15px;
  }
  .form-radios .form-type-radio label {
    font-size: 1.2vw !important;
  }

  .userregister .banner-text h1 {
    top: 8vw;
    position: absolute;
  }

  .medical-inquiry div#edit-heading1 h2, div#edit-heading2 h2 {
    font-size: 2vw !important;
  }

  #block-registerpagesubheading {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .userlogin .banner-text h1 {
    top: 2vw;
  }
  .userlogin form#user-login-form {
    margin-top: -93vh;
  }
  .password .banner-text h1 {
    top: 8vw;
  }
  .userpassword form#user-pass {
    margin-top: -76vh;
    padding-right: 10%;
  }
  .user-pass .form-item + p { 
    font-size: 1vw;
  }

  .searchposters.path-search h3 {
    text-align: center;
    font-size: 2.1vw;
    margin-top: 6vw;
  }
  .search-text-section p {
    margin-bottom: 10%;
  }
  .search-info a {
    padding: 30px 35px 36px 3.5vw;
    line-height: 24px;
    font-size: 1.1vw;
  }

  #search-clinical-trials-form #edit-submit, .js-form-submit.form-submit {
    padding: 26px 47px 26px !important;
    font-size: 1.3vw !important;
  }
  .result-count-wrap h2 {
    font-size: 1.2vw;
  }
  .sort-by {
    font-size: 1.2vw;
  }
  .sort-by a {
    font-size: 1.2vw;
  }

  .clinical-trials .banner-text h1 {
    font-size: 2.5vw;
    top: 4vw !important;
  }
  .searchmedicalposterresult .result-count-wrap {
    padding: 132px 0 10px;
  }
}

@media screen and (min-width: 3840px) {
  .top-section {
    width: 70%;
    margin: auto;
    padding-bottom: 15px;
  }
  .viewPublications #publicationsubmit {
    height: 5vh !important;
  }
  .path-publications .home-overview .banner-text h1 {
    top: 9vw !important;
  }
  .form-item select {
    font-size: 1vw;
    padding: 1px 45px 3px 15px !important;
    width: 95% !important;
    height: 80px !important;
    line-height: 1vw;
    margin-bottom: 18px;
  }
  .viewPublications .banner-content p {
    width: 30%;
    padding-top: 1% !important;
    line-height: 3vh;
  }
  .path-viewpublications .banner-content {
    padding-bottom: 20vh;
    padding-top: 15vh;
  }
  .publicationsEpilepsy .banner-content p {
    width: 30%;
    padding-top: 1% !important;
    line-height: 3vh;
  }
  .path-publications .banner-content {
    padding-bottom: 30vh;
    padding-top: 13vh;
  }
  .viewPublications .form-select {
    width: 70%;
    margin-left: 17vw !important;
  }
  .content-section {
    min-height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 315px;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .sub-category-section {
    text-align: left;
    margin-left: 350px;
  }
  .sub-category-section {
    text-align: left;
    margin-left: 520px;
  }
  .middle-first-section {
    width: 85%;
    text-align: left;
    margin-left: 285px;
    font-size: 1vw;
  }
  .userregister.path-user .orange-bg-content {
    margin-top: -22vh;
  }
  .userregister .home-overview {
    background-position: 50% -230px !important;
  }
  .userregister .banner-text {
    padding-top: 5% !important;
    padding-bottom: 25% !important;
  }
  .formmedicalinquiry .home-overview {
    background-position: 50% -230px !important;
  }
  .request-a-meeting .home-overview {
    background-position: 50% -230px !important;
  }
  .contact .home-overview {
    background-position: 50% -230px !important;
  }
  .ourmedicine .container-overview.home-overview {
    background-position: 50% -230px;
  }
  .contact .orange-bg {
    margin-top: 3vh;
  }
  .path-frontpage .search-medical-info-form form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 179px;
    left: 62px;
    z-index: 1;
    top: auto;
  }

  .path-frontpage .link-btn-wraper .btn.request-meeting::before {
    top: 32px !important;
  }

  .path-frontpage .link-btn-wraper .btn.search-posters::before {
    top: 32px !important;
  }
  .link-btn-wraper .btn.view-publications::before {
    top: 32px !important;
}
  .searchposters .orange-bg-content {
    padding-top: 19vh !important;
  }
  .searchmedicalinforesult .pagelinks .pagination a {
    padding: 15px 25px;
  }
  .clinical-trials #selectStatus {
    max-width: 10vw;
    font-size: 1vw;
    line-height: 1vw;
    height: 70px !important;
  }
  form#search-medical-poster-form .submitloader {
    bottom: 93px;
    left: 14px;
  }
  .searchposters.path-search h3 {
    text-align: center;
    font-size: 2.1vw;
    margin-top: 6vw;
  }
  .result-title a {
    font-size: 1.1vw;
  }

  .result-description {
      font-size: 0.9vw;
      line-height: normal;
      margin: 5px 0 0;
  }
  .searchmedicalinforesult .result-text {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }
  .itemperpage select.form-select {
    max-width: 3.7vw;
    font-size: 1vw;
    line-height: 1vw;
    height: 70px !important;
  }
  .searchmedicalposterresult .result-text {
    line-height: 1.5vw;
    font-size: 1.1vw;
  }
  .path-frontpage .region-banner-bottom-2 > div:nth-of-type(1) {
    margin-bottom: 115px;
  }

  .path-frontpage .region-banner-bottom-2 > div:nth-of-type(2) {
    margin-top: 192px !important;
    margin-bottom: 36px !important;
  }
  .path-frontpage .five-boxes > div::before {
    min-height: 56vh;
  }
  .landing-popup-wrap .landing-popup {
    margin: 10% auto;
  }
  .clinical-trials #search-clinical-trials-form > fieldset.form-wrapper {
    width: calc(100% - 150px) !important;
    /* width: 62vw; */
  }
  .clinical-trials .banner-box #search-clinical-trials-form {
    width: 85%;
    margin: 0 auto;
  }
 }


/* Mobile Phone Screen  */

@media only screen and (width: 414px) and (height: 896px) {
  .chat-widget span.tooltiptext {
    display: none;
  }
  .path-frontpage .home-overview .home-banner .tagging-line {
    margin-top: -28% !important;
    padding-bottom: 174px !important;
  }
  .logo-wrap {
    padding-top: 12px;
  }
  .right-nav-wrap .region-header-login {
    top: 4vh;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .chat-widget span.tooltiptext {
    display: none;
  }
  .five-boxes > div::before {
    min-height: 40vh;
  }

  .header-bg::after {
    max-height: 36vh;
  }

  .logo-wrap {
    padding-top: 12px;
  }
  .orange-bg-content {
    padding: 11vh 0 0vh;
  }
  .right-nav-wrap .region-header-login {
    top: 4vh;
  }
}



@media (max-width: 500px) {

  .view-publications-form {
    display: inline;
    width: 100%;
  }
  
  .viewPublications .orange-bg-content {
    padding: 10vh 5vh 5vh;
  }
  .viewPublications .form-select {
    width: 90%;
    margin-left: 5vw;
    margin-bottom: 0.8vh;
  }
  .viewPublications .form-item--error-message {
    margin-bottom: 2vh;
    margin-left: -22px;
  }
  #publicationsubmit {
    margin-left: 22vw;
  }
  #block-viewpublicationbannerblock p{
    width: 100%;
  } 

  .path-publications .orange-bg-content {
    padding: 10vh 0 10vh;
  }

  .sub-category-section {
    text-align: center;
    margin: 0;
  }

  .outer-container {
    width: 100%;
    font-size: 4vw;
  }
 
  .category-bg {
    width: 100%;
    text-align: center !important;
    padding-left: 0px;
  }
  
  .sub-category-bg {
      width: 100%;
      margin-bottom: 20px;
  }
  .sub-category-section h2 {
      width: 100%;
  }

  .content-section {
    min-height: 85px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 115px;
    width: 100%;
    font-size: 3.5vw;
    line-height: 4.5vw;
    height: 115px;
    font-weight: bold;
  }

  .mid-category-bg {
    background: #5BA4CD;
    display: inline-block;
    padding: 10px 15px 20px 15px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    margin-right: 30px;
    height: 56vw;
    border: 1px solid #87b5c8;
    line-height: 1.8vw;
    font-size: 0.9vw;
    margin-bottom: 20px;
  }

  .middle-first-section {
    width: 100%;
    text-align: left;
    margin-left: 0px;
    font-size: 1vw;
  }

  .top-right-text {
    text-align: right;
    width: 50%;
    float:right;
  }

  .float-txtleft {
    float: left;
    width: 50%;
    text-align: left;
  }


  .info-row-lft-box p {
    text-align: left !important;
  }
  .info-row-rgt-box p {
    text-align: right !important;
  }

  #block-viewpublicationsbannerblock p{
    width: 100%;
  }
  .path-publications .container-overview.home-overview {
    background-position: 65% 30px;
  }
  .path-viewpublications .container-overview.home-overview {
    background-position: 65% 30px;
  }
  .path-publications .banner-content p {
      /* width: 34%; */
      padding-top: 1%;
      font-size: 4.5vw;
      line-height: normal;
      font-family: "Conv_Gill Sans MT Light";
      font-style: normal;
      text-rendering: optimizeLegibility;
      color: #fff;
  }
  .path-viewpublications .banner-content {
    padding-bottom: 20vh;
    padding-top: 90vh;
  }
  .path-publications .banner-content {
    padding-bottom: 20vh;
    padding-top: 90vh;
  }
  
  .path-viewpublications .banner-content p {
    /* width: 34%; */
    padding-top: 1%;
    font-size: 4.5vw;
    line-height: normal;
    font-family: "Conv_Gill Sans MT Light";
    font-style: normal;
    text-rendering: optimizeLegibility;
    color: #fff;
  }
  .path-publications .banner-text-wrap {
    margin-bottom: -45vh;
  }
  .path-viewpublications .banner-text-wrap {
    margin-bottom: -45vh;
  }
  .path-publications .home-overview .banner-text h1 {
    font-size: 31px;
    line-height: 4.8vh;
    position: absolute;
    width: 100%;
    top: 9vw;
  }
  .path-viewpublications .home-overview .banner-text h1 {
    font-size: 31px;
    line-height: 4.8vh;
    position: absolute;
    width: 100%;
    top: 9vw;
  }
  .txt-block-other-inquiries p {
    text-align: left !important;
  }
  .row.heading-section {
    display: flex;
    padding: 15px 0 15px 0px;
    font-size: 4vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .col-6.first {
    width: 45%;
    background: rgb(0 0 0 / 25%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 12px 0 12px 0vw;
    line-height: 6vw;
  }
  .col-6.first span {
    display: block;
    line-height: 18px;
  }
  .col-3.second {
    width: 20%;
    background: rgb(0 0 0 / 25%);
    padding: 4vw 0 10px 0px;
  }
  .col-3.third {
    width: 30%;
    background: rgb(0 0 0 / 25%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4vw 0 10px 0;
  }

  .wedge.signup .wedge-content h3 {
    position: relative;
    top: 3vw;
  }
  .sidebar .wedge.signup .menu-div .menu-header .wrap-full.nav-bottom .wedge .hoverbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia .hoverbox {
    height: 100%;
    top: 0;
  }

  .searchdocuments form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 62px !important;
    left: -5px !important;
    z-index: 1;
    top: auto;
  }

  .chat-widget span.tooltiptext {
    display: none;
  }

  .landing-popup-wrap .landing-popup .popup-container {
    height: 73vh;
  }

  label.captcha__title.js-form-required.form-required {
    color: #fff;
  }

  .add_mar div:first-child {
    padding-bottom: 3vw;
    text-align: center;
  }
  .add_mar div:last-child {
    /* padding-bottom: 3vw; */
    text-align: center;
  }
  .region-footer-branding div:first-child {
    text-align: center;
    padding-bottom: 3vw;
  }
  .region-footer-bottom-right div:last-child {
    text-align: center;
  }

  /**** Pipeline popup css starts ***/
  .ui-dialog.external-link-popup .icon-img-block {
    height: 333px;
    position: relative;
    top: -30px;
    margin-bottom: 17px;
  }
  /**** Pipeline popup css ends ***/
  .pagination a {
    font-size: 5vw;
  }

  .clinical-trials {
    font-size: 4vw;
  }

  .form-item label {
    font-size: 4vw;
  }

  .searchdocuments .home-overview {
     background-position: 69% 56px;
   }

  .clinical-trials .home-overview {
      background-position: 69% 56px;
   }

  /******* Menu Mobile CSS Starts *********/
  .menu-div .menu-header .wrap-full .btn--nav {
    width: 7vw;
  }
  .menu-div .menu-header .wrap-full .btn--nav.open .close {
    font-size: 2vw;
    padding-top: 10px;
  }
  .menu-div .menu-header .wrap-full nav ul .link-group {
    max-width: max-content;
    margin: 0 10px;
  }
  .menu-div .menu-header .wrap-full nav ul a.bold {
    font-size: 4vw;
    padding: 0;
  }

  .menu-div .menu-header .wrap-full.nav-bottom .content .container.active {
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 60vh;
  }
  .menu-div .menu-header .wrap-full.nav-bottom .content {
    width: 100%;
  }
  .menu-div .menu-header .wrap-full.nav-bottom .template-contact-us h2 {
    font-size: 5vw;
  }
  .menu-div .menu-header .wrap-full.nav-bottom .template-contact-us .txt-block-other-inquiries a, .menu-div .menu-header .content a {
    font-size: 3.3vw;
    color: #000;
  }
  .menu-div .menu-header .wrap-full.nav-bottom .template-contact-us .contact-info-block .info-block-row p {
    padding: 0;
    margin: 0;
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: left;
  }

  /******* Menu Mobile CSS Ends *********/


  .searchposters.path-search #block-mainpagecontent h3 {
    font-size: 4vw;
  }

  .medical-inquiry .banner-text h1 {
    margin-left: -4%;
    width: 75% !important;
    top: 6vw !important;
   }
 
   .userregister .banner-text h1 { 
     margin-top: 10vw !important;
   }

   .userpassword .banner-text h1 { 
     margin-top: 11vw !important;
     width: 61% !important;
     font-size: 9vw !important;
     margin-left: -4% !important;
   }
 
   .request-a-meeting .banner-text h1 {
     margin-top: 11vw !important;
     width: 61% !important;
     font-size: 9vw !important;
     margin-left: -4% !important;
   }

   .request-a-meeting .home-overview {
      background-position: 69% 56px;
   }

   .contact .home-overview {
      background-position: 52% 61px;
   }

   .contact .banner-text h1{
     margin-top: 11vw !important;
     width: 61% !important;
     font-size: 9vw !important;
     margin-left: -4% !important;
   }
 
   .request-a-meeting p {
     font-size: 4.9vw;
     line-height: 20px;
  }
 
   .container-overview.home-overview {
      background-position: 70% -75px;
    }
 
   .home-overview {
     background-position: 70% -58px;
  }
 
   .logo p.logo-subtext, .site-slogan {
     font-size: 11px;
   }
   .searchdocuments .search-text-section h3 {
     font-size: 6.5vw;
   }
   .searchdocuments  #block-mainpagecontent h3 {
    font-size: 4.5vw;
    }

    .our-medicine h2 a::after {
      right: -6.34375vw;
      top: -2.46875vw;
      width: 9vw;
      height: 5vw;
  }
 
    .home-overview .banner-text h1 {
      font-size: 31px;
      line-height: 4.8vh;
      position: absolute;
      width: 30%;
      top: 15vw;
    }
    .clinical-trials #block-medaffair-content h3 {
      font-size: 4vw;
    }
    .clinical-trials .result-count-wrap {
      justify-content: space-between;
      margin: 40px 0 20px;
    }
    .clinical-trials.path-clinical-trials .home-overview .banner-text h1 {
      font-size: 7vw;
      position: absolute;
      width: 100%;
      top: 10vw;
    }
   .ourmedicine .banner-text h1 {
     margin-left: -4%;
     font-size: 36px;
     width: 100% !important;
     top: -92px;
     position: relative;
   }
 
   .banner-text h1 {
         margin-top: 21% !important;
         position: absolute;
         margin-left: -4%;
         font-size: 34px;
     } 
 
  .user-login-form .banner-text h1 {
    font-size: 36px;
      line-height: 3.8vh;
      margin-top: 0% !important;
  }
 
 .search-text-section h3 {
     margin-top: -12px;
 }

 .searchposters.path-search h3 {
  text-align: center;
  font-size: 6vw;
  }
  .searchmedicalposterresult .result-text {
    line-height: 4.5vw;
  }
  .result-count-wrap {
    margin: 2vw 0 25px;
  }
  .searchposters.path-search .search-text-section p {
    margin-bottom: 10%;
    font-size: 4vw;
    max-width: 100%;
  }
  .searchdocuments .search-text-section h3 {
    text-align: center;
    font-size: 5.5vw;
    font-family: "Conv_dinot-medium";
    position: relative;
    top: 4vw !important;
  }
 
 .home-overview .pattern-bg {
     top: -5.6vw;
    }
 
   .menu-div .menu-header .wrap-full.nav-bottom {
    top:23vw;
    position: absolute;
  }
 
   .menu-div .menu-header .wrap-full nav {
        top: 9vh;
        height: auto;
    }
 
   .menu-div .menu-header .wrap-full.nav-bottom .wedge:after {
     content: "";
     position: absolute;
     background-size: 100% 80vh;
     height: 246px;
     height: 22.7777777778vh;
     transform-origin: left bottom;
     transform: rotate(5deg);
 }
 
 .menu-div .menu-header .wrap-full.nav-bottom .wedge.signup, .menu-div .menu-header .wrap-full.nav-bottom .wedge.signup:after {
     height: 13vh;
     background-color: #e2e2e2;
 }
 .menu-div .menu-header .wrap-full.nav-bottom .wedge a, .menu-div .menu-header .wrap-full.nav-bottom .wedge div, .menu-div .menu-header .wrap-full.nav-bottom .wedge h3 {
     font-size: 4vw;
     width: 100%;
 }
 .menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia, .menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia:after {
     height: 11vh;
     background-color: #c7c7c7;
 }
 .menu-div .menu-header .wrap-full.nav-bottom .sidebar {
   width: 100%;
   height: auto;
 }
 .menu-div .menu-header .wrap-full.nav-bottom .wedge:after {
   width: auto;
 }
 
 .menu-div .menu-header .wrap-full.nav-bottom .template-contact-us {
     width: 100%;
     padding: 10% 0 0;
 }
 
 .menu-div .menu-header .nav-bg.nav-open:after {
     max-height: 50vh;
     opacity: 1;
     background-size: 300% !important;
 }
 
 .menu-div .menu-header .wrap-full .svg-container .svg--img {
     height: 40px;
 }
 
 .menu-div .menu-header .wrap-full .btn--nav .line {
     height: 2px;
 }
 
 
   .user-login-form .form-actions.form-wrapper input[type="submit"] {
     font-size: 5.5vw;
   }
 
   .contactus .wrap-full.nav-bottom .content {
     display: inline-block;
     width: 85vw;
     height: 100%;
     vertical-align: top;
     z-index: 3500;
     margin-top: -5%;
     padding-top: 0;
     padding-left: 0;
     padding-right: 0;
     transition: opacity 0.2s ease-in;
 }
    .site-logo img {
      width: 36vw;
      height: 17vw;
    }
  #search-medical-info-form .form-item-cutomtext {
    font-size: 4.2vw;
  }
  
  label.js-form-required,
  .js-form-type-checkbox.form-type-checkbox label {
    font-size: 4vw;
    color: #000;
  }
  #search-clinical-trials-form #edit-submit, .js-form-submit.form-submit {
  padding: 5px 37px 9px !important;
      font-size: 4.5vw !important;
  }
 
  #block-registerpagesubheading {
      font-size: 4.7vw;
      line-height: 27px;
  }
 
  .section-footer {
      padding-top: 0vh !important;
      margin: 0px auto 0;
  }
 
    .section-footer .footer-container p {
      margin-bottom: 0;
      line-height: normal;
      font-size: 3.5vw;
      text-align: center;
    }
 
   .box.one-box.adjust h2 {
     font-size: 8vw;
   }
 
   .box.one-box.adjust p {
     font-size: 1.5rem;
     font-size: 1.3vw;
     line-height: 3vh;
 }
   ul.menu {
     margin: 10px 15px 0 0;
     padding: 0;
     position: relative;
     left: 18vw;
     top: 6vw;
   }
 
     .form-textarea-wrapper textarea {
        font-size: 3vw;
        width: 100% !important;
     }
 
   .box.one-box.adjust p {
     font-size: 1.8rem;
   }
 
   .menu-div .menu-header .nav-bg.nav-open:after {
     max-height: 43vh;
     opacity: 1;
     background-size: 300% !important;
 }
 
   .logo-wrap {
     padding-top: 12px;
   }
 
   .right-nav-wrap .region-header-login {
     top: 4vh;
   }
   .userregister.path-user .orange-bg-content {
     padding: 11vh 0 0vh;
   }
   .userpassword .home-overview {
      background-position: 50% 55px !important;
   }
 
   .userpassword.path-user .banner-text {
     padding-bottom: 110vh !important;
     padding-top: 37% !important;
   }
   form#user-pass {
     margin-top: -70vh;
   }
   .userpassword .section-footer {
     padding-top: 5vh !important;
   }
   .path-search .search-medical-poster-form {
     padding: 0 0 60%;
   }
   form#user-login-form {
     margin-left: 0;
     margin-top: -80vh;
     padding: 0% 0%;
     max-width: 100%;
   }
   .userlogin.path-user .banner-text {
     padding-bottom: 120vh !important;
   }
   .userlogin .section-footer {
     padding-top: 0;
   }
   .searchdocuments .home-overview {
     background-position: 50% 40px !important;
   }
   .searchdocuments .orange-bg-content {
     margin-top: -40vh;
   }
   .searchdocuments.path-search .search-medical-info-form {
     padding-bottom: 51vh;
   }
   .searchposters.path-search .home-overview {
    background-position: 50% 60px;
  }
   .searchposters.path-search .banner-text-wrap {
     height: 83vh;
   }
   .formmedicalinquiry .section-footer .footer-container {
     padding-top: 5vh;
   }
 
   .formmedicalinquiry .orange-bg-content {
     padding: 5vh 0 0vh;
   }
   .searchposters .region-banner-bottom {
     margin-top: -70%;
   }
   .searchposters .banner-text {
     padding-top: 16% !important;
   }
 
   .userlogin.path-user .banner-text {
     padding-bottom: 220%;
     padding-top: 40% !important;
   }
 
   .userlogin .home-overview {
     background-position: 50% 60px !important;
   }
 
   .searchdocuments #search-medical-info-form > fieldset.form-wrapper {
     width: 100% !important;
   }
 
   .searchposters .search-text-section p {
     margin-bottom: 10%;
   }
 
   #search-clinical-trials-form .form-item-cutomtext {
     position: relative;
     right: unset;
     top: unset;
     text-align: left;
     left: 0;
   }
 
   .userregister.path-user.orange-bg-content {
     padding: 10vh 0 0vh;
   } 
   .ourmedicine .banner-content {
     padding-bottom: 30vh;
   }
 
   .request-a-meeting .home-overview {
     background-position: 70% 63px;
   }
 
   .clinical-trials .home-overview {
     background-position: 70% 60px;
   }
 
   .clinical-trials .banner-text-wrap .clinical {
     padding-top: 18vh !important;
     padding-bottom: 20vh !important;
   }
 
   .chat-widget__window {
     left: 50%;
     transform: translate(-50%, 0px);
   }
 
   .request-a-meeting .banner-content {
     padding-top: 40vh;
     padding-bottom: 30vh;
   }
 
   #hide_show {
     display: none;
   }
 
   #block-medaffair-main-menu {
     display: block;
   }
 
   .path-user .banner-text {
     padding-bottom: 60%;
   }
 
   .link-btn-wraper .btn {
     font-size: 14px;
   }
 
   .five-boxes > div {
     width: 100%;
     margin: 0 0 65px !important;
   }
 
   .five-boxes > div::before {
     height: 400px;
     min-height: 1px;
   }
 
   .five-boxes > div:nth-of-type(1)::before {
     height: 350px;
   }
 
   .five-boxes > div:nth-of-type(2)::before {
     height: 440px;
   }
 
   .five-boxes > div:nth-of-type(3)::before {
     height: 390px;
   }
 
   .five-boxes > div:nth-of-type(4)::before {
     height: 340px;
   }
 
   .five-boxes > div:nth-of-type(5) .box-wrap-content ul li a::after {
     right: -22px;
   }
 
   form#user-login-form
     .form-type-checkbox
     .form-checkbox:checked
     + label:after {
     left: 12px;
   }
 
   .forgot-pass {
     display: block;
     margin: 20px 0 0;
     font-size: 4vw;
   }
 
   .result-count-wrap h2 {
     padding: 0 5px 0 0;
     margin: 0 5px 0 0;
   }
 
   .sort-by a {
     margin: 0 0 0 5px;
     font-size: 3.3vw;
   }
 
   .header-bg::after {
     max-height: 38vh;
   }
 
   .user-logged-in ul.menu {
     right: -7px;
   }
      /* starts from here  */
    ul.menu li.menu-item a {
     font-size: 2.7vw;
   }
 
   .logo-wrap {
     padding-top: 12px;
   }
   .right-nav-wrap .region-header-login {
     top: 4vh;
   }
 
   .ourmedicine-para {
    font-size: 4vw;
    line-height: 5.3vw;
    padding-bottom: 18px;
   }
 
   .banner-box.search-clinical-trials-form > h2 {
     padding: 36px 50px 10px;
   }
 
   .clinical-trials .region-banner-bottom-2 {
     margin: 0 30px 0 0;
     padding-bottom: 26vh !important;
   }
 
   .formmedicalinquiry.medical-inquiry .banner-content {
     padding-top: 43vh;
   }
 
   .formmedicalinquiry.medical-inquiry .home-overview {
     background-position: 70% 62px;
   }
 
   .ourmedicine .home-overview {
     background-position: 70% 55px;
   }
 
   .ourmedicine .banner-text {
     padding-top: 35%;
   }
 
   .our-medicine .column {
     width: calc(100% - 36px) !important;
     margin-right: 1.2vw !important;
   }
 
   .our-medicine h2 a {
     margin-bottom: 4%;
   }
 
   .userregister .home-overview {
     background-position: 70% 42px;
   }
 
   .userregister .banner-text #block-medaffair-page-title {
     padding-bottom: 70%;
   }
 
   .contact .home-overview {
     background-position: 70% 63px !important;
   }
 
   .userregister .banner-text {
     padding-top: 35% !important;
     padding-bottom: 55% !important;
   }
 
   #block-registerpagesubheading {
     padding-bottom: 0vh;
     padding-top: 14vh;
     /* width: 35%; */
   }
 
   .contactus
     .wrap-full.nav-bottom
     .template-contact-us
     .contact-info-block
     .info-block-row
     p {
     line-height: 7vw;
     margin-bottom: 5px !important;
   }
 
   .contactus .wrap-full.nav-bottom .template-contact-us {
     width: auto !important;
   }
 
   .contact .banner-text {
     padding-top: 35%;
   }
 
   .searchdocuments .home-overview {
     background-position: 70% 60px !important;
   }
 
   .searchdocuments .banner-text {
     padding-top: 25% !important;
   }
 
   .searchdocuments #medicalinfosubmit {
     position: relative;
     left: 22%;
     transform: translate(-50%, 0);
   }
 
   .searchdocuments #search-medical-info-form .form-item-cutomtext {
     text-align: left;
     padding-left: 2.5vw;
   }
 
   /* HOME */
   #hide_show {
     display: none;
   }
 
   .searchdocuments .search-text-section {
     padding-top: 10% !important;
   }
 
   #block-medaffair-main-menu {
     display: block;
   }
 
   .banner-content h2 {
     font-size: 30px;
     line-height: 30px;
   }
 
   .banner-content p {
     font-size: 5.5vw;
     line-height: 20px;
   }

   .ourmedicine .banner-content p {
    font-size: 5vw;
  }
 
   .medical-inquiry .banner-content p {
     font-size: 4.9vw;
     line-height: 21px;
   }
 
   .tel-link, .email-link {
      font-size: 4.7vw; 
 }
 
   .region-banner-bottom-2 {
     margin: 30px 10px 0;
     flex-direction: column;
   }
 
   .region-banner-bottom-2 > div:nth-of-type(2) {
     margin-top: 0;
     margin-bottom: 5vh;
   }
 
   .banner-box.search-medical-info-form > h2 {
     padding: 35px 10px 10px;
   }
 
   .banner-box #search-medical-info-form {
     padding: 0 10px 30px;
   }
 
   #search-medical-info-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     > div:nth-of-type(1) {
     width: 100%;
     margin: 0 0 20px;
   }
 
   #search-medical-info-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     > div:nth-of-type(2) {
     width: 100%;
   }
 
   #search-medical-info-form > div.form-item-example {
     font-size: 1.4rem;
     padding-left: 4px;
     text-align: left;
     line-height: 1.6rem;
     padding-top: 4px;
   }
 
   #search-medical-info-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     .form-item
     select {
     border-radius: 8px;
     padding: 15px 45px 16px 15px;
     border: 0 none;
     font-size: 1.6rem;
   }
 
   #search-medical-info-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     .form-item
     input.form-text {
     border-radius: 8px;
     border-left: 0 none;
     height: 51px;
     font-size: 1.6rem;
   }
 
   .banner-box.search-clinical-trials-form > h2 {
     padding: 35px 10px 10px;
   }
 
   .banner-box #search-clinical-trials-form {
     padding: 0 10px 30px;
   }
 
   #search-clinical-trials-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     > div:nth-of-type(1) {
     width: 100%;
     margin: 0 0 20px;
   }
 
   #search-clinical-trials-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     > div:nth-of-type(2) {
     width: 100%;
   }
 
   #search-clinical-trials-form > div.form-item-example {
     font-size: 14px;
     padding-left: 10px;
     text-align: center;
   }
 
   #search-clinical-trials-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     .form-item
     select {
     border-radius: 8px;
     padding: 15px 45px 16px 15px;
     border: 0 none;
   }
 
   #search-clinical-trials-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     .form-item
     input.form-text {
     border-radius: 8px;
     border-left: 0 none;
     height: 51px;
   }
 
   .link-btn-wraper {
     padding: 20% 10px 10%;
   }
 
   .link-btn-wraper .btn {
     font-size: 17px;
     padding: 10px 25px 14px 50px;
   }
 
   .five-boxes {
     flex-wrap: wrap;
   }
 
   .five-boxes > div {
     width: calc(100% - 15px);
     margin-right: 0px;
   }
 
   .five-boxes > div:nth-of-type(5) {
     margin-top: 15vw;
     margin-right: 0;
   }
 
   .five-boxes > div:nth-of-type(5) .box-wrap-content ul li a::after {
     right: -11px;
   }
 
   .five-boxes > div::before {
     min-height: 37vh;
     height: 100%;
   }
 
   .box-wrap-content h2 {
     font-size: 1.6rem;
     line-height: 1.6rem;
   }
 
   .box-wrap-content p {
     font-size: 1.5rem;
     line-height: 1.8rem;
   }
 
   .box-wrap-content ul li a {
     font-size: 1.6rem;
   }
 
   .box-wrap-content ul li a::after {
     right: -20px;
     top: -2px;
     width: 20px;
     height: 20px;
   }
 
   .box-wrap-content {
     padding: 15px;
   }
 
   .search-text-section p {
    max-width: 100%;
    font-size: 4.3vw;
    padding-top: 10px;
   }
   .path-search #search-medical-poster-form .form-item label {
    font-size: 4vw;
    }
    .path-search .search-medical-poster-form {
      max-width: 88vw;
    }
    .search-medical-poster-form .form-item-cutomtext {
      font-size: 4vw;
    }
     
   .search-text-section {
     padding: 15% 0 0;
   }
 
   .path-search .search-medical-info-form {
     padding: 0px 0 60%;
     max-width: 90vw;
   }
 
   .path-search .search-clinical-trials-form {
     padding: 0 0 60%;
   }
 
   #block-searchresultsleftcontent .field--type-text-with-summary > div h3 {
     font-size: 17px;
   }
 
   .search-info a {
     font-size: 17px;
     background-size: 25px !important;
   }
 
   #block-searchresultsleftcontent .field--type-text-with-summary > div::before {
     min-height: 100%;
   }
 
   .result-count-wrap h2 {
     font-size: 3.5vw;
   }

    .searchmedicalinforesult .result-count-wrap h2 {
     font-size: 3vw;
   }

   .searchmedicalposterresult .result-text {
    font-size: 16px;
   }

   .sort-by {
     font-size: 3.2vw;
   }
 
   .result-row h2.result-title {
     font-size: 1.2vw;
   }

   .searchmedicalinforesult .result-row h2.result-title {
    font-size: 4vw;
    }
 
   .result-description {
     font-size: 13px;
   }
 
   .result-bookmark a {
     font-size: 0;
     padding: 15px 17px;
   }
 
   ul.menu li.menu-item-new a {
     font-size: 9px;
   }
 
   .search-medical-poster-form .fieldset-wrapper {
     display: flex;
     flex-wrap: wrap;
   }
 
   .search-medical-poster-form .fieldset-wrapper > div {
     width: 100% !important;
     margin: 0 0 15px;
   }
 
   .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(1) select {
     border-radius: 8px;
   }
 
   .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(2) select {
     border-radius: 8px;
     border-left: 0;
     border-right: 0;
   }
 
   .search-medical-poster-form
     .fieldset-wrapper
     > div:nth-of-type(3)
     .form-text {
     border-radius: 8px;
   }
 
   .path-search .search-medical-poster-form {
     padding: 0 0 60%;
   }
 
   .searchmedicalposterresult {
     padding-top: 10%;
   }
 
   .user-pass {
     max-width: 100%;
     padding: 0;
   }
 
   .user-pass .form-actions.form-wrapper input[type="submit"] {
     font-size: 24px;
   }
 
   div#edit-container1,
   div#edit-container2,
   div#edit-container3 {
     display: block;
   }
 
   div#edit-container1 > div,
   div#edit-container2 > div,
   div#edit-container3 > div {
     max-width: 100% !important;
   }
 
   .tooltip-ex-top {
     bottom: 150%;
     left: -35px;
     padding: 15px;
     font-size: 12px;
     width: auto;
     line-height: normal;
     right: auto !important;
   }
 
   .tooltip-ex-text::after {
     right: 8rem;
   }
 
   #edit-account > div:nth-of-type(2) .tooltip-ex-top {
     bottom: 150%;
     left: -75px;
     padding: 15px;
     font-size: 12px;
     width: auto;
     line-height: normal;
     right: auto !important;
   }
 
   #edit-account > div:nth-of-type(2) .tooltip-ex-text::after {
     right: 8rem;
   }
 
   .shwpd {
     top: 42px;
   }
 
   #edit-account {
     display: flex;
     flex-wrap: wrap;
   }
 
   #edit-account > div {
     max-width: 100%;
     min-width: 100%;
     margin: 0 0 15px;
     position: relative;
   }
 
   #edit-account > div:nth-of-type(2) {
     margin: 0 0 15px;
     position: relative;
   }
 
   .form-type-checkbox .form-checkbox + label:before {
     width: 30px;
     height: 30px;
   }
 
   #search-medical-info-form > fieldset.form-wrapper div.fieldset-wrapper {
     flex-wrap: wrap;
   }
 
   #search-clinical-trials-form > fieldset.form-wrapper div.fieldset-wrapper {
     flex-wrap: wrap;
   }
 
   .search-medical-poster-form .fieldset-wrapper > div:nth-of-type(3) select {
     border-radius: 8px;
     min-height: 51px;
   }
 
   .search-medical-poster-form
     .fieldset-wrapper
     > div:nth-of-type(4)
     .form-text {
     border-radius: 8px;
     min-height: 51px;
   }
 
   #search-medical-info-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     > div
     label.error {
     /* bottom: -19px; */
     font-family: "Conv_Dinot Font";
   }
 
   #search-clinical-trials-form
     > fieldset.form-wrapper
     div.fieldset-wrapper
     > div
     label.error {
     /* bottom: -19px; */
     font-family: "Conv_Dinot Font";
   }
 
   .result-row h2.result-title {
     padding-right: 45px;
   }
 
   .path-frontpage form#search-medical-info-form .submitloader {
     bottom: 90px;
     left: 25px;
   }
 
   .path-frontpage form#search-clinical-trials-form .submitloader {
     bottom: 90px;
     left: 25px;
   }
 
   table.clinical-trials thead tr th:first-child,
   table.clinical-trials tbody tr td:first-child {
     width: 45% !important;
   }
 
   table.clinical-trials thead tr th:nth-child(2),
   table.clinical-trials tbody tr td:nth-child(2) {
     width: 30% !important;
   }
 
   table.clinical-trials thead tr th:nth-child(3),
   table.clinical-trials tbody tr td:nth-child(3) {
     width: 25% !important;
   }
 
   .clinical-trials .searchmedicalinforesult {
     margin: 0 -15px;
   }
 
   table.clinical-trials thead {
     width: 100%;
   }
 
   .our-contact {
     height: 72vh;
   }
 
   #hide_show {
     display: none;
   }
 
   .banner-text.req-banner {
     padding-top: 38% !important;
   }
 
   #block-searchpostersbannertext-2 {
     padding-bottom: 130% !important;
   }
 
   .path-frontpage .home-banner {
     display: flex;
     align-items: flex-end;
     height: 46vh !important;
   }
 
   .one-box {
     width: 70%;
     margin-right: 8%;
     margin-top: 100%;
   }
 
   .path-search .banner-text-wrap {
     margin-bottom: 6% !important;
   }
 
   /* .path-frontpage .home-banner .tagging-line {
     margin-top: -28% !important;
     padding-bottom: 116px !important;
   } */
 
    .path-frontpage .home-banner .tagging-line p {
     color: #f27028;
    font-size: 7vw;
    position: relative;
    line-height: 30px;
    top: -25vw;
    }
 
    .path-frontpage .home-banner .tagging-line {
        font-family: 'Conv_dinot-light';
        font-size: 25px;
        text-align: right;
    }
 
   #block-medaffair-main-menu {
     display: block;
   }
 
   .btn {
     min-width: 8rem;
   }
 
   header.global-header .bg:after {
     top: -24vh;
   }
 
   header.global-header .logo img {
     width: 12rem;
     height: auto;
     margin: 0 auto;
   }
 
   .logo p.logo-subtext {
     font-size: 0.5rem;
   }
 
   header.global-header .nav-container .nav-link-menu {
     display: none;
   }
 
   header.global-header .btn-nav {
     width: 8.708333vw;
     top: 3.6vh;
   }
 
   .common-btn-style {
     line-height: 1rem;
   }
 
   header.global-header .btn-nav .line {
     height: 0.8vw;
   }
 
   header.global-header .btn-nav .menutext {
     font-size: 3vw;
   }
 
   .section-medical-information .headings .content-wraper .top-login-block {
     padding: 0;
   }
 
   .section-medical-information .headings .content-wraper .top-login-block h1 {
     font-size: 7.7vw;
     margin-bottom: 1rem;
   }
 
   .section-medical-information .headings .content-wraper .top-login-block h2 {
     font-size: 5.5vw;
   }
 
   .trans-box-wraper {
     padding: 2rem 1rem;
   }
 
   .trans-content-wrap {
     padding: 2rem 0rem 0;
   }
 
   .trans-content-wrap h3 {
     font-size: 1.7rem;
   }
 
   .trans-box-wraper .block-min-height {
     min-height: 26.5rem;
   }
 
   .common-btn-style {
     font-size: 4vw;
   }
 
   .input-group-wraper {
     width: 100%;
     padding: 0 0.5rem;
     margin: 1rem 0;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-wrap: wrap;
   }
 
   .input-group-wraper select {
     width: 100%;
     min-height: 3rem;
     color: #000;
     border-bottom: 1px solid #dedede;
     font-size: 1.5rem;
   }
 
   .input-group-wraper .icon-box {
     width: auto;
     border-left: 0px;
     display: flex;
     padding: 1rem 0.5rem 1rem 0;
   }
 
   .input-group-wraper input {
     min-height: 3rem;
     width: 75%;
     font-size: 1.5rem;
   }
 
   .mid-cross-section {
     margin: -3rem 0 0 0;
   }
 
   .mid-cross-section .cross-bg-content-wrap ul {
     flex-wrap: wrap;
     flex-direction: column;
   }
 
   .mid-cross-section .cross-bg-content-wrap ul li {
     width: 100%;
     margin: 1rem 0;
   }
 
   .mid-cross-section .cross-bg-content-wrap ul li .trans-bg {
     min-height: auto;
   }
 
   .mid-cross-section .cross-bg-content-wrap ul li:nth-child(2),
   .mid-cross-section .cross-bg-content-wrap ul li:nth-child(3),
   .mid-cross-section .cross-bg-content-wrap ul li:nth-child(4),
   .mid-cross-section .cross-bg-content-wrap ul li:nth-child(5) {
     margin-top: inherit;
   }
 
   .section-footer {
     padding-top: 30vh;
     margin: -18px auto 0;
   }
 
   .section-footer .footer-container {
     padding: 5rem 1.5rem 2rem;
     font-size: 1.5rem;
     line-height: 1.8rem;
   }
 
   .section-footer .footer-container .top-footer {
     padding: 0;
     /* margin: 0 0 2em; */
     margin: 0 0 0em !important;
   }
 
   .section-footer .footer-container .top-footer h3 {
     font-size: 1.9rem;
     margin: 3rem 0 2rem;
     text-align: center !important;
   }
 
   .text-right {
     text-align: center !important;
   }
 
   .section-footer .footer-container .between-footer .row .text-center1 {
     text-align: center !important;
   }
 
   .section-footer .footer-container .lower-footer {
     font-size: 1.3rem;
     line-height: 1.8rem;
   }
 
   .section-footer .footer-container .lower-footer ul li {
     font-size: 1.5rem;
     margin: 0 0.2rem;
   }
 
   .section-footer .footer-container .lower-footer .logo {
     padding-top: 2rem;
     margin-bottom: 2rem;
     text-align: center;
   }
 
   .section-footer .footer-container .lower-footer .logo a {
     text-decoration: none;
     font-size: 1.1rem;
     line-height: 1.8rem;
   }
 
   .region-banner-login .use-ajax {
     font-size: 1.5rem;
     padding: 1rem 3rem;
   }
 
   .ui-dialog .ui-dialog-titlebar {
     font-size: 2.2rem;
     line-height: 2.8rem;
   }
 
   .ui-dialog .ui-dialog-content .form-item label {
     font-size: 1.6rem;
   }
 
   .ui-dialog .ui-dialog-content .form-item,
   .ui-dialog .ui-dialog-content .form-actions {
     max-width: 100%;
     font-size: 1.6rem;
     /* padding: 1rem 2rem; */
     margin-top: 1.2rem;
   }
 
   .ui-widget input,
   .ui-widget textarea {
     font-size: 1.5rem;
     height: 4rem;
   }
 
   .ui-dialog .ui-dialog-content .field--type-string {
     /* width: 47%; */
     width: 100%;
     margin-right: 0;
   }
 
   .ui-widget select {
     width: 100%;
     font-size: 1.5rem;
     height: 4rem;
   }
 
   .password-confirm,
   .password-field,
   .password-strength,
   .password-confirm-match {
     width: 100%;
     color: #29f426;
   }
 
   .ui-dialog .ui-dialog-buttonpane button {
     font-size: 1.6rem;
   }
 
   .form-type-checkbox .form-checkbox {
     width: 3.5rem;
   }
 
   .spb_center {
     top: 0;
   }
 
   .landing-popup-wrap .landing-popup {
     width: 30rem;
     display: flex;
     justify-content: center;
     align-items: center;
   }
 
   .landing-popup-wrap .landing-popup .popup-container .popup-header {
     padding: 3rem 2rem 1.5rem;
   }
 
   .landing-popup-wrap .landing-popup .popup-container .popup-header h2 {
     font-size: 4vw;
   }
 
   .landing-popup-wrap .landing-popup .popup-container .popup-body {
     padding: 2rem 2rem;
     /* height: 25rem; */
     overflow: auto;
   }
 
   .landing-popup-wrap .landing-popup .popup-container .popup-body p {
     font-size: 4.5vw;
     text-align: left;
   }
 
   .landing-popup-wrap
     .landing-popup
     .popup-container
     .popup-body
     .btn-wraper
     .yellow-block,
   .landing-popup-wrap
     .landing-popup
     .popup-container
     .popup-body
     .btn-wraper
     .wh-block {
     font-size: 1.5rem;
     line-height: 1.8rem;
     padding: 1.5rem 1rem;
     white-space: normal;
   }
 
   .landing-popup-wrap .landing-popup .popup-container .popup-footer p {
     font-size: 1.5rem;
   }
 
   .external-link-popup.external-link-popup-id-default {
     width: 95% !important;
     /* top: 90% !important; */
     left: 2.5% !important;
   }
 
   .external-link-popup-content.ui-dialog-content.ui-widget-content
     .external-link-popup-body
     .icon-img-block
     img {
     width: 100px;
   }
 
   .external-link-popup-content.ui-dialog-content.ui-widget-content
     .external-link-popup-body
     h3 {
     font-size: 2.2rem;
     line-height: 2.5rem;
     margin: 1.5rem 0 0;
   }
 
   .external-link-popup-content.ui-dialog-content.ui-widget-content
     .external-link-popup-body
     h2 {
     font-size: 4vw;
     line-height: 3.5rem;
     margin: 0 0 3.5rem;
   }
 
   .external-link-popup-content.ui-dialog-content.ui-widget-content
     .external-link-popup-body
     h2::after {
     bottom: -2rem;
   }
 
   .external-link-popup-content.ui-dialog-content.ui-widget-content
     .external-link-popup-body
     .info-block
     p {
     font-size: 1.6rem;
     line-height: 1.8rem;
   }
 
   .ui-dialog .ui-dialog-buttonpane {
     padding: 0 1.5rem 1.3em 1.5em;
   }
 
   .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
     min-width: 12rem;
     font-size: 1.8rem;
     line-height: 2rem;
   }
 
   .form-item-cutomtext {
     padding: 1rem 2rem;
   }
 
   .ui-dialog .ui-dialog-content .form-item .password-field,
   .ui-dialog .ui-dialog-content .form-item .password-confirm {
     width: 100% !important;
   }
 
   .ui-dialog .ui-dialog-content .form-item.form-type-email {
     width: 100%;
   }
 }

@media only screen and (width: 390px) and (height: 844px) {
  .info-row-lft-box p {
    text-align: left !important;
  }
  .info-row-rgt-box p {
    text-align: right !important;
  }
  .txt-block-other-inquiries p {
    text-align: left !important;
  }
  .row.heading-section {
    display: flex;
    padding: 15px 0 15px 0px;
    font-size: 4vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .col-6.first {
    width: 45%;
    background: rgb(0 0 0 / 25%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 12px 0 12px 0vw;
    line-height: 6vw;
  }
  .col-6.first span {
    display: block;
    line-height: 18px;
  }
  .col-3.second {
    width: 30%;
    background: rgb(0 0 0 / 25%);
    padding: 4vw 0 10px 0px;
  }
  .col-3.third {
    width: 25%;
    background: rgb(0 0 0 / 25%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4vw 0 10px 0;
  }
  .searchposters form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 65px;
    left: -8px;
    z-index: 1;
    top: auto;
    }

    .searchdocuments form#search-medical-info-form .submitloader {
      position: absolute;
      bottom: 62px !important;
      left: -5px !important;
      z-index: 1;
      top: auto;
    }

  .chat-widget span.tooltiptext {
    display: none;
  }
  /* CSS to text center for Footer Section Starts */  
  .add_mar div:first-child {
    padding-bottom: 3vw;
    text-align: center;
  }
  .add_mar div:last-child {
    /* padding-bottom: 3vw; */
    text-align: center;
  }
  .region-footer-branding div:first-child {
    text-align: center;
  }

  .region-footer-bottom-right div:last-child {
    text-align: center;
  }

  form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 65px;
    left: -8px;
    z-index: 1;
    top: auto;
  }

  /* CSS to text center for Footer Section Ends*/
  .path-frontpage .home-overview .home-banner .tagging-line {
    margin-top: -28% !important;
    padding-bottom: 174px !important;
  }
  .ourmedicine-para {
    font-size: 4.3vw;
    line-height: 2.6vh;
  }
  .result-count-wrap h2 {
    font-size: 3.5vw;
  }
  .searchdocuments #medicalinfosubmit {
    position: relative;
    left: 19%;
    transform: translate(-50%, 0);
  }

  .searchdocuments #search-medical-info-form .form-item-cutomtext {
    text-align: left;
  }
  .sidebar .wedge.signup .menu-div .menu-header .wrap-full.nav-bottom .wedge .hoverbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .wedge.signup .wedge-content h3 {
    position: relative;
    top: 3vw;
  }
  .menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia .hoverbox {
    height: 100%;
    top: 0;
  }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .info-row-lft-box p {
    text-align: left !important;
  }
  .info-row-rgt-box p {
    text-align: right !important;
  }
  .txt-block-other-inquiries p {
    text-align: left !important;
  }
  .row.heading-section {
    display: flex;
    padding: 15px 0 15px 0px;
    font-size: 4vw;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .col-6.first {
    width: 45%;
    background: rgb(0 0 0 / 25%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 12px 0 12px 0vw;
    line-height: 6vw;
  }
  .col-6.first span {
    display: block;
    line-height: 18px;
  }
  .col-3.second {
    width: 25%;
    background: rgb(0 0 0 / 25%);
    padding: 4vw 0 10px 0px;
  }
  .col-3.third {
    width: 30%;
    background: rgb(0 0 0 / 25%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4vw 0 10px 0;
  }
  .sidebar .wedge.signup .menu-div .menu-header .wrap-full.nav-bottom .wedge .hoverbox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .chat-widget span.tooltiptext {
    display: none;
  }
  .path-frontpage .home-banner .tagging-line p {
  color: #f27028;
  font-size: 7vw;
  position: relative;
  line-height: 35px;
  }
  .result-count-wrap h2 {
    font-size: 3.5vw;
  }
  .searchdocuments #medicalinfosubmit {
    position: relative;
    left: 19%;
    transform: translate(-50%, 0);
  }

  .searchdocuments #search-medical-info-form .form-item-cutomtext {
    text-align: left;
  }

  .searchposters form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 65px;
    left: -8px;
    z-index: 1;
    top: auto;
  }

  .searchdocuments form#search-medical-info-form .submitloader {
    position: absolute;
    bottom: 62px !important;
    left: -5px !important;
    z-index: 1;
    top: auto;
  }
  .wedge.signup .wedge-content h3 {
    position: relative;
    top: 3vw;
  }
  .menu-div .menu-header .wrap-full.nav-bottom .wedge.socialmedia .hoverbox {
    height: 100%;
    top: 0;
  }
}

/* iPad Air (820×1180) */
@media (max-width: 820px) and (min-width: 768px) {
  .five-boxes > div::before {
    height: 100%;
    
    min-height: 48vh; 
  }

  .five-boxes > div .box-wrap-content {
    padding-bottom: 2.5vh; 
  }
}

/* =========================================================
   UNIFIED SEARCH BLOCK STYLES
   ========================================================= */

.container-overview.home-overview {
  height: 100%;
  width: 100%;       
}

/* Front Page Banner */
.unified-search-banner-front {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: left; 
  text-align: left;
  min-height: 80vh;
  padding: 2rem 8rem;       
  z-index: 15;
}

.unified-search-banner-front .search-banner-content,
.unified-search-banner-front .disclaimer {
  position: relative;
  z-index: 10 !important;
  font-family: "Conv_Dinot Font";
}

.unified-search-banner-front .search-banner-content,
.unified-search-banner-page .search-banner-content {
  text-align: left;
  max-width: 100%;
  font-size: 1vw;
  line-height: normal;
  color: #d3d3d3;
  margin: 15px 0 3.2rem !important; 
  font-family: "Conv_Dinot Font";
}

.unified-search-banner-front h2 {
  font-size: 3rem;  
  line-height: 1.2;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
  padding: 0 0 20px;
  font-family: "Conv_Dinot Font";
}

/* Unified Search Page Banner */
.unified-search-banner-page {
  z-index: 20;
  position: relative;
  display: block;
  align-content: center !important;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  min-height: 90vh;
  padding-bottom: 8vh;
  box-sizing: border-box;
}

.unified-search-banner-page .unified-search-wrapper {
  width: 100%; 
  height: auto;          
  
}

.unified-search-banner-page h2 {
  text-align: center;
  font-size: 2.6vw;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize !important;
  margin-bottom: 1rem;
  margin-top: -3.5vw;
  position: relative;
  display: block;
  color: #fff;
  z-index: 5;
  padding: 0 0 20px;
  font-family: "Conv_dinot-medium";
}

/* Unified Search Form Wrapper */
.unified-search-wrapper {
  position: relative;
  z-index: 20; 
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: stretch;    
  text-align: left;
  width: 100%;
  max-width: 100%;       
  margin: 0 auto;
}

.unified-search-wrapper .form-item {
  margin: 0;
  flex: 1;
}

.unified-search-wrapper .form-actions {
  margin-top: 1rem;  
}

/* Search input */
.unified-search-wrapper input.unified-search-input {
  width: 100%;
  background: url("../images/magnifying-glass.svg") no-repeat 10px center;
  background-size: 20px 20px; /* icon size */
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: solid 1px orange;
  background-color: #fff !important;
  display: block;
  margin: 0 auto 0.5rem;
}

.unified-search-wrapper input.unified-search-input::placeholder {
  color:#5e5c5b ;
  opacity: 1;
}

.unified-search-wrapper .error {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

/* Examples text */
.unified-search-wrapper .search-examples {
  margin: 0.25rem 0 1rem;
  color: #fff;
  font-size: 1.2vw;
  text-align: left;
  line-height: 1.2vw;
  max-width: 100%;
  padding-top: 4px;
  padding-bottom:2rem ;
  font-weight: 80;
}

.search-examples strong {
  color: rgb(244, 127, 37); 
  font-weight: 50; 
}

/* Submit button */
.unified-search-wrapper .unified-search-button {
  cursor: pointer;
  margin-bottom: 1rem;
}

/* Disclaimer*/
.unified-search-banner-front .disclaimer,
.unified-search-banner-page .disclaimer {
  text-align: left;
  max-width: 100%;
  font-size: 1vw;
  line-height: normal;
  color: #fff;
  margin: 15px 0 !important;
  padding: 0px 0px 15px;
  font-family: "Conv_Dinot Font"
}

/* =========================================================
   UNIFIED SEARCH BLOCK MEDIA QUERIES
   ========================================================= */
/* Laptops (992px – 1199px) */
@media (max-width: 1199px) {
  .unified-search-banner-front {
    padding: 3.5rem 3.5rem !important; 
    min-height: 100%;   
  }
  .unified-search-banner-front h2,
  .unified-search-banner-page h2 {
    font-size: 3rem;
  }
  .unified-search-wrapper .search-examples {
    font-size: 2.2rem;
    line-height: normal;
    font-weight: normal;
  }
  .unified-search-banner-front .disclaimer,
  .unified-search-banner-page .disclaimer {
    font-size: 1.8rem;
    line-height: normal;
  }
  .unified-search-banner-front .search-banner-content,
  .unified-search-banner-page .search-banner-content {
    font-size: 2.2rem;
    line-height: normal;
  }
  body.path-unifiedsearch .banner-text-wrap.home-banner {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .unified-search-banner-front {
    padding: 3rem 3rem !important; 
    min-height: 100%;
    
  }
  .unified-search-banner-front h2,
  .unified-search-banner-page h2 {
    font-size: 2.5rem; 
  }
  .unified-search-wrapper input.unified-search-input {
    font-size: 15px;
    padding-left: 40px;
  }
  .unified-search-wrapper .unified-search-button {
    font-size: 17px;
    padding: 12px 16px;
  }
  .unified-search-wrapper .search-examples {
    font-size: 1.8rem;
    line-height: normal;
    font-weight: normal;
  }
  .unified-search-banner-front .disclaimer,
  .unified-search-banner-page .disclaimer {
    font-size: 1.8rem;
    line-height: 2vw;
  }
  .unified-search-banner-front .search-banner-content,
  .unified-search-banner-page .search-banner-content {
    font-size: 1.8rem;
    line-height: normal;
  }
  .link-btn-wraper .btn {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .unified-search-banner-front {
    min-height: auto; 
    height: 100%;  
    padding: 2rem;
  }
  .unified-search-banner-front h2{
    padding-top: 30px;
  }
  .unified-search-banner-front h2,
  .unified-search-banner-page h2 {
    font-size: 2.5rem; 
  }
  .unified-search-wrapper {
    max-width: 100%;
  }
  .unified-search-banner-front .search-banner-content,
  .unified-search-banner-page .search-banner-content {
    font-size: 1.5rem;
  }
  .unified-search-wrapper input.unified-search-input {
    font-size: 15px;
    padding-left: 40px;
  }
  .unified-search-wrapper .search-examples {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .unified-search-wrapper .unified-search-button {
    font-size: 17px; 
  }
  .unified-search-banner-front .disclaimer,
  .unified-search-banner-page .disclaimer {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  
  .unified-search-banner-front {
    min-height: auto; 
    height: 100%;  
    padding: 2rem;
  }

  .unified-search-banner-page{ 
    margin-top: 2rem; 
  }

  .unified-search-banner-front h2,
  .unified-search-banner-page h2 {
    font-size: 2.5rem;
  }

  .unified-search-banner-front .search-banner-content,
  .unified-search-banner-page .search-banner-content {
    font-size: 1.5rem;
  }

  .unified-search-wrapper input.unified-search-input {
    font-size: 14px;
    background-size: 16px 16px;
    padding-left: 34px;
  }

  .unified-search-wrapper .search-examples {
    font-size: 1.7rem;
    line-height: normal;
    font-weight: normal;
  }

  .unified-search-wrapper .unified-search-button {
    font-size: 17px; 
  }

  .unified-search-banner-front .disclaimer,
  .unified-search-banner-page .disclaimer {
    font-size: 1.4rem;
  }

  .unified-search-banner-page .disclaimer {
    padding-bottom: 4rem;
    font-size: 0.875rem;
  }

  .unified-search-wrapper .form-actions {
    margin-top: 0.75rem;
  } 

  .link-btn-wraper .btn {
  font-size: 12px;
  }
}
/* =========================================================
   END UNIFIED SEARCH BLOCK STYLES
   ========================================================= */
