/*-----Variables-----*/
.white-color {
  color: #fff !important;
}

.green-color {
  color: #0db68f;
}

.dark-blue-color {
  color: #001121;
}

.dark-green-color {
  color: #009b77;
}

.yellow-color {
  color: #ffc72c;
}

.text-blue-color {
  color: #00263a !important;
}

.text-grey-color {
  color: #4c5d65;
}

.new-blue-text {
  color: #61b8c6 !important;
}

.new-dark-blue-txt {
  color: #053764 !important;
}

.new-dark-blue-bg {
  background: #053764 !important;
}

.new-blue-bg {
  background: #61b8c6 !important;
}

.purple-btn {
  background: #949ace !important;
}

.new-purple-color {
  color: #949ace !important;
}

.white-bg {
  background: #fff !important;
}

.purle-bg {
  background: #949ace !important;
}

.orange-bg {
  background: #ec7c26;
}

.lightgreen-bg {
  background: #aeca69;
}

.grey-shade-color {
  color: #4a4a49;
}

.discover-pink-bg {
  background-color: #e8816f !important;
}

.discover-blue-bg {
  background-color: #053764 !important;
}

.cur-none {
  cursor: auto;
}

.cur-pointer {
  cursor: pointer;
}

/*------MEDIA------*/
/*-----MIXINS-----*/
/*-----FONTS-----*/
.arial-r {
  font-family: "arial-regular";
}

@font-face {
  font-family: "arial-regular";
  src: url("../fonts/arial-regular.woff") format("woff");
}

.arial-b {
  font-family: "arial-bold";
}

@font-face {
  font-family: "arial-bold";
  src: url("../fonts/arial-bold.woff") format("woff");
}

html {
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  overflow-x: hidden;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
}

h1 {
  font-size: 48px;
  line-height: 52px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
}

.f20 {
  font-size: 20px;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----SPACING----*/
.mar0 {
  margin: 0px !important;
}

.marB0 {
  margin-bottom: 0px !important;
}

.marB5 {
  margin-bottom: 5px;
}

.marB25 {
  margin-bottom: 25px !important;
}

.marB30 {
  margin-bottom: 30px !important;
}

.marB50 {
  margin-bottom: 50px !important;
}

.pad0 {
  padding: 0px !important;
}

.mtop20 {
  margin-top: 20px !important;
}

.mtop30 {
  margin-top: 30px;
}

.mtop35 {
  margin-top: 35px !important;
}

.mtop40 {
  margin-top: 40px !important;
}

.mtop50 {
  margin-top: 50px !important;
}

.mtop60 {
  margin-top: 60px !important;
}

.mtop80 {
  margin-top: 80px !important;
}

.mtop100 {
  margin-top: 100px !important;
}

.paddT10 {
  padding-top: 10px !important;
}

.paddT50 {
  padding-top: 50px !important;
}

.padding40 {
  padding: 40px 0px !important;
}

.padding70 {
  padding: 70px 0px !important;
}

.paddL0 {
  padding-left: 0 !important;
}

.paddR0 {
  padding-right: 0 !important;
}

.padding100 {
  padding: 100px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .padding100 {
    padding: 60px 0px;
  }
}

.padLR15 {
  padding: 0px 15px;
}

.padR35 {
  padding-right: 35px !important;
}

.padR110 {
  padding-right: 110px !important;
}

.text-right {
  text-align: right !important;
}

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

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

.back-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.back-overlay-signup {
  background-color: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.text-uppercase {
  text-transform: uppercase;
}

/*----COMMON CLASSES----*/
.container-width {
  max-width: 87%;
}

.posRel {
  position: relative;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.lh20 {
  line-height: 20px;
}

.flt-left {
  float: left;
}

.flt-right {
  float: right;
}

.text-disBlock {
  display: block;
}

.disBlock {
  display: block;
}

.disInBlock {
  display: inline-block;
}

.pointerNone {
  pointer-events: none;
}

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

.modal.fade.in {
  overflow: hidden;
}

.parent {
  display: table;
  width: 100%;
  height: 100%;
}

.child {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fw600 {
  font-weight: 600;
}

.fw400 {
  font-weight: 400;
}

.event-purple-color {
  color: #5b2c86 !important;
}

.event-darkpink-color {
  color: #e8816f !important;
}

.event-orange-color {
  color: #f28a19 !important;
}

/*----HEADER-----*/
.desktop-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0px;
  height: 70px;
}

.desktop-header .header-logo-bg {
  float: left;
  margin-top: -17px;
  margin-left: -60px;
}

.desktop-header .header-logo-bg .header-logo {
  width: 380px;
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .desktop-header .header-logo-bg .header-logo {
    width: 300px;
  }
}

.desktop-header .dropdown-menu-bg {
  background: #61b8c6;
  width: 100%;
  top: 95px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}

.desktop-header .dropdown-menu-bg a {
  display: block !important;
  padding: 15px 10px !important;
  border-bottom: 1px solid #fff !important;
}

@media (min-width: 1600px) {
  .desktop-header .dropdown-menu-bg a {
    padding: 22px 10px !important;
  }
}

.desktop-header .dropdown-menu-bg a:last-child {
  border-bottom: 0px !important;
}

.desktop-header .dropdown-menu-bg a:last-child:hover {
  border-bottom: 0px !important;
}

.desktop-header .dropdown-menu-bg a:hover {
  background: rgba(152, 198, 187, 0.5) !important;
  border-bottom: 1px solid #fff !important;
}

.desktop-header .dropdown-menu-bg.event-dropdown-menu-bg {
  background: rgba(255, 255, 255, 0.2);
  top: 94px;
}

.desktop-header .dropdown-menu-bg.event-dropdown-menu-bg2 {
  background: #301746;
}

.desktop-header .dropdown-menu-bg.ontozory-menu-bg {
  background: rgba(48, 23, 70, 0.7);
  top: 95px;
}

.desktop-header .dropdown-menu-bg.pi-dropdown-menu-bg {
  background: #582983;
  top: 95px;
}

.desktop-header .dropdown-menu-bg.forum-dropdown-menu-bg {
  background: #686c85;
}

.desktop-header .desktop-header-ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: visible;
  /* Case studies tabs CSS */
}

.desktop-header .desktop-header-ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding: 20px 0px;
}

.desktop-header .desktop-header-ul li a {
  padding: 20px 25px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 4px solid transparent;
}

@media (min-width: 1600px) {
  .desktop-header .desktop-header-ul li a {
    font-size: 23px;
    padding: 20px 15px;
  }
}

.desktop-header .desktop-header-ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid #fff;
}

.desktop-header .desktop-header-ul li a.active-page {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid #fff;
}

.desktop-header .desktop-header-ul .dropdown:hover .dropdown-menu {
  display: block;
}

.desktop-header .desktop-header-ul .dropdown-menu {
  margin-top: 0;
  min-width: 180px;
}

.desktop-header .desktop-header-ul .dropdown-toggle {
  margin-bottom: 2px;
}

.desktop-header .desktop-header-ul .navbar .dropdown-toggle,
.desktop-header .desktop-header-ul .nav-tabs .dropdown-toggle {
  margin-bottom: 0;
}

.desktop-header .desktop-header-ul .custom-dropdown-menu {
  top: 68px !important;
}

.desktop-header .desktop-header-ul.discover-header-ul li {
  padding: 0px;
  vertical-align: middle;
}

.desktop-header .desktop-header-ul.discover-header-ul li a {
  padding: 33px 10px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 4px solid transparent;
  display: inline-block;
}

.desktop-header .desktop-header-ul.discover-header-ul li a span {
  display: block;
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .desktop-header .desktop-header-ul.discover-header-ul li a {
    padding: 33px 8px;
  }
}

@media (min-width: 1600px) {
  .desktop-header .desktop-header-ul.discover-header-ul li a {
    font-size: 23px;
    padding: 33px 15px;
  }
}

.desktop-header .desktop-header-ul.discover-header-ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid #fff;
}

.desktop-header .desktop-header-ul.discover-header-ul li a.active-page {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid #fff;
}

.desktop-header .desktop-header-ul.discover-header-ul li a.active-subpage {
  background: white;
  border-bottom: 4px solid #fff;
  color: #301746;
}

.desktop-header .desktop-header-ul.discover-header-ul li a.discover-menu {
  padding: 9px 15px;
}

.desktop-header .desktop-header-ul.discover-header-ul li a.events-menu {
  padding: 21px 15px;
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .desktop-header .container-width {
    max-width: 90%;
  }
}

/*---MOBILE HEADER---*/
.mob-header {
  border-top: 5px solid #949ace;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 999px) {
  .mob-header {
    height: 70px;
    background: #0db68f;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mob-header {
    height: 70px;
    background: #0db68f;
  }
}

.mob-header .mobile-header-logo {
  float: left;
  width: 240px;
  margin-top: -17px;
  margin-left: -12px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .mob-header .mobile-header-logo {
    width: 300px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mob-header .mobile-header-logo {
    width: 300px;
  }
}

.mob-header .mobile-trigger {
  float: right;
  width: 30px;
  margin-top: 17px;
}

.mob-header .mob-nav {
  background: #fff;
  position: fixed;
  width: 90%;
  padding: 30px 20px;
  height: 100%;
  z-index: 1;
  top: 0px;
  right: -90%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .mob-header .mob-nav {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .mob-header .mob-nav {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 999px) and (orientation: landscape) {
  .mob-header .mob-nav {
    padding: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mob-header .mob-nav {
    width: 40%;
  }
}

.mob-header .mobile-close-trigger {
  width: 25px;
  cursor: pointer;
}

.mob-header .mobile-menu {
  margin-top: 25px;
  overflow: auto;
  height: calc(100% - 40px);
}

.mob-header .mobile-menu li {
  padding: 10px 0px;
}

.mob-header .mobile-menu li a {
  font-size: 22px;
  color: #001121;
}

.mob-header .mobile-menu li .menu-triangle {
  margin: 2px 0 0 5px;
  vertical-align: top;
  position: relative;
  top: 0;
  right: 0;
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .mob-header .mobile-menu li {
    padding: 8px 0;
  }
  .mob-header .mobile-menu li a {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 999px) and (orientation: landscape) {
  .mob-header .mobile-menu li {
    padding: 8px 0;
  }
  .mob-header .mobile-menu li a {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .mob-header-blue {
    background: #61b8c6;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mob-header-blue {
    height: 70px;
    background: #61b8c6;
  }
}

.lds-roller-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

.loader-added {
  overflow: hidden;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #009b77;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*---INDEX---*/
.website-banner {
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 580px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  background-blend-mode: multiply;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner {
    height: 380px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner {
    background-position: 19%;
    height: 600px;
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  .website-banner {
    height: 680px;
  }
}

@media (min-width: 2500px) {
  .website-banner {
    height: 950px;
  }
}

.website-banner.epilepsy-banner h1 {
  font-size: 55px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.epilepsy-banner .container-width {
    max-width: 85%;
  }
  .website-banner.epilepsy-banner h1 {
    margin-top: 95px;
    font-size: 45px;
  }
}

.website-banner.healthcare-banner h1 {
  font-size: 55px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.healthcare-banner h1 {
    text-align: right;
    font-size: 45px;
    margin-top: 60%;
  }
}

.website-banner.resources-banner h1 {
  font-size: 55px;
}

@media (min-width: 1920px) {
  .website-banner.resources-banner h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.resources-banner h1 {
    text-align: right;
  }
}

.website-banner.resources-banner .hp-header {
  margin-top: 60%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.resources-banner .hp-header {
    margin-top: 40%;
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 1920px) {
  .website-banner.resources-banner .hp-header {
    margin-top: 40%;
    margin-bottom: 30px;
  }
}

.website-banner.discover-ontozry-banner {
  background-blend-mode: multiply;
  height: 610px;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .text-right {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.discover-ontozry-banner {
    height: 798px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.discover-ontozry-banner {
    background-position: center;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .website-banner.discover-ontozry-banner {
    background-position: center;
  }
}

@media (min-width: 1600px) {
  .website-banner.discover-ontozry-banner {
    height: 650px;
  }
}

.website-banner.discover-ontozry-banner .journey-txt {
  text-align: right;
  margin: 160px 103px 0 0;
}

.website-banner.discover-ontozry-banner .journey-txt img {
  width: auto;
}

.website-banner.discover-ontozry-banner .journey-txt.titration-txt {
  margin: 190px 0 0 48px;
  text-align: left;
}

@media (max-width: 767px) {
  .website-banner.discover-ontozry-banner .journey-txt.titration-txt {
    text-align: center;
  }
}

.website-banner.discover-ontozry-banner .journey-txt.mechanism-txt {
  text-align: left;
  margin: 200px 0px 0 48px;
}

@media (max-width: 999px) {
  .website-banner.discover-ontozry-banner .journey-txt.mechanism-txt {
    margin-left: 20px;
  }
}

.website-banner.discover-ontozry-banner .journey-txt.mechanism-txt img {
  width: auto;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.discover-ontozry-banner .journey-txt.mechanism-txt {
    margin: 230px 0px 0 0px;
  }
}

.website-banner.discover-ontozry-banner .journey-txt.safety-txt {
  text-align: left;
  margin: 120px 0px 0 22px;
}

.website-banner.discover-ontozry-banner .journey-txt.safety-txt img {
  width: auto;
}

@media (min-width: 1600px) {
  .website-banner.discover-ontozry-banner .journey-txt.safety-txt {
    margin: 150px 0px 0 20px;
  }
}

@media (min-width: 1920px) {
  .website-banner.discover-ontozry-banner .journey-txt.safety-txt {
    margin: 200px 0px 0 166px;
  }
}

.website-banner.discover-ontozry-banner .journey-txt.live-journey-txt {
  text-align: left;
  margin: 75px 0px 40px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .journey-txt.live-journey-txt {
    margin: 30px 0px 30px 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.discover-ontozry-banner .journey-txt.live-journey-txt {
    text-align: center;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.discover-ontozry-banner .journey-txt.live-journey-txt {
    margin: 0px 0px 30px 0;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .website-banner.discover-ontozry-banner .journey-txt.live-journey-txt {
    margin: 0px 0px 30px 0;
  }
}

.website-banner.discover-ontozry-banner .prescribing-btn {
  margin-top: 55%;
}

.website-banner.discover-ontozry-banner .dosting-titration-caption {
  margin-top: 37%;
}

.website-banner.discover-ontozry-banner .dosting-titration-caption .prescribing-btn {
  margin-top: 0;
}

.website-banner.discover-ontozry-banner .ontozory-new-logo {
  width: 530px;
  margin-right: -2rem;
}

@media (max-width: 999px) {
  .website-banner.discover-ontozry-banner .ontozory-new-logo {
    width: 418px;
  }
}

.website-banner.discover-ontozry-banner .sub-journey-txt {
  font-size: 27px;
  line-height: 34px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .sub-journey-txt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.discover-ontozry-banner .sub-journey-txt {
    font-size: 25px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.discover-ontozry-banner .sub-journey-txt {
    font-size: 25px;
  }
}

.website-banner.discover-ontozry-banner .sub-journey-txt span {
  color: #e8806f;
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .banner-caption {
    padding-right: 0;
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.discover-ontozry-banner .banner-caption {
    padding: 0 20px;
  }
}

.website-banner.discover-ontozry-banner .banner-caption img {
  margin-bottom: 20px;
}

.website-banner.discover-ontozry-banner .banner-caption .ontozry-logo {
  position: relative;
  max-width: 542px;
  left: -16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .banner-caption .ontozry-logo {
    width: 280px;
    max-width: 100%;
    left: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.discover-ontozry-banner .banner-caption .ontozry-logo {
    width: 280px;
  }
}

@media (min-width: 1600px) {
  .website-banner.discover-ontozry-banner .banner-caption .ontozry-logo {
    max-width: 642px;
  }
}

@media (min-width: 1920px) {
  .website-banner.discover-ontozry-banner .banner-caption .ontozry-logo {
    max-width: 754px;
    left: 0;
  }
}

.website-banner.discover-ontozry-banner .banner-caption p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  padding-right: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .banner-caption p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.discover-ontozry-banner .banner-caption p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.discover-ontozry-banner .banner-caption p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1920px) {
  .website-banner.discover-ontozry-banner .banner-caption p {
    padding-left: 16px;
  }
}

.website-banner.discover-ontozry-banner .banner-caption .website-btn .btn-arrow {
  margin: 0 10px 0 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .banner-caption .text-right {
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner .container-width {
    max-width: 85%;
  }
  .website-banner.discover-ontozry-banner h1 {
    margin-top: 95px;
    font-size: 45px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.ontozry-live-forum-banner {
    height: 720px;
  }
  .website-banner.ontozry-live-forum-banner .banner-caption {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.ontozry-live-forum-banner {
    height: 897px;
  }
  .website-banner.ontozry-live-forum-banner .live-journey-txt {
    margin-top: 0 !important;
  }
  .website-banner.ontozry-live-forum-banner .banner-caption p {
    padding-right: 120px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.discover-ontozry-banner-new {
    height: 380px;
    background-position: left center;
  }
  .website-banner.discover-ontozry-banner-new .text-right {
    text-align: center !important;
  }
  .website-banner.discover-ontozry-banner-new .journey-txt img {
    width: auto;
  }
  .website-banner.discover-ontozry-banner-new .prescribing-btn {
    margin-top: 6%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.discover-ontozry-banner-new {
    height: 580px;
    background-position: right center;
  }
  .website-banner.discover-ontozry-banner-new .prescribing-btn {
    margin-top: 18%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.discover-ontozry-banner-new {
    background-position: right center;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .website-banner.discover-ontozry-banner-new {
    background-position: right center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .website-banner.ontozry-moa-banner {
    height: 670px !important;
  }
  .website-banner.ontozry-moa-banner .dosting-titration-caption {
    margin-top: 30%;
  }
  .website-banner.ontozry-moa-banner .dosting-titration-caption .prescribing-btn {
    margin-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.ontozry-moa-banner {
    height: 610px;
    background-position: left center;
  }
  .website-banner.ontozry-moa-banner .journey-txt.mechanism-txt {
    margin: 100px 0px 0 0;
  }
  .website-banner.ontozry-moa-banner .journey-txt.mechanism-txt img {
    width: auto;
  }
  .website-banner.ontozry-moa-banner .journey-txt.titration-txt {
    margin: 130px 0 0 0;
  }
  .website-banner.ontozry-moa-banner .dosting-titration-caption {
    margin-top: 30%;
  }
  .website-banner.ontozry-moa-banner .dosting-titration-caption .prescribing-btn {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.ontozry-moa-banner {
    background-position: right center;
  }
  .website-banner.ontozry-moa-banner .dosting-titration-caption {
    margin-top: 30%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.ontozry-moa-banner {
    background-position: right center;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .website-banner.ontozry-moa-banner {
    background-position: right center;
  }
}

@media (min-width: 1600px) {
  .website-banner.ontozry-moa-banner {
    background-position: right top;
  }
}

.website-banner.ontozry-safety {
  background-position: right center;
}

.website-banner.ontozry-safety .dosting-titration-caption {
  margin-top: 56%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.ontozry-safety {
    height: 610px;
    background-position: right center;
  }
  .website-banner.ontozry-safety .journey-txt.mechanism-txt {
    margin: 100px 0px 0 0;
  }
  .website-banner.ontozry-safety .journey-txt.mechanism-txt img {
    width: auto;
  }
  .website-banner.ontozry-safety .journey-txt.titration-txt {
    margin: 130px 0 0 0;
  }
  .website-banner.ontozry-safety .dosting-titration-caption {
    margin-top: 30%;
  }
  .website-banner.ontozry-safety .dosting-titration-caption .prescribing-btn {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.ontozry-safety {
    background-position: right center;
  }
  .website-banner.ontozry-safety .dosting-titration-caption {
    margin-top: 30%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.ontozry-safety {
    background-position: right center;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .website-banner.ontozry-safety {
    background-position: right center;
  }
}

@media (min-width: 1600px) {
  .website-banner.ontozry-safety {
    background-position: right bottom;
    height: 675px;
  }
  .website-banner.ontozry-safety .dosting-titration-caption {
    margin-top: 53%;
  }
  .website-banner.ontozry-safety .dosting-titration-caption .prescribing-btn {
    margin-top: 0;
  }
  .website-banner.ontozry-safety .ontozory-new-logo {
    width: 300px;
    margin: 0 0 0 40px;
  }
}

@media (min-width: 1920px) {
  .website-banner.ontozry-safety {
    background-position: right center;
    height: 750px;
  }
  .website-banner.ontozry-safety .dosting-titration-caption {
    margin-top: 55%;
  }
  .website-banner.ontozry-safety .dosting-titration-caption .prescribing-btn {
    margin-top: 0;
  }
  .website-banner.ontozry-safety .ontozory-new-logo {
    width: 300px;
    margin: 0 0 0 100px;
  }
}

.website-banner .home-banner-text {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px #00000029;
          box-shadow: 0px 3px 20px #00000029;
  padding: 40px 100px 40px 60px;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner .home-banner-text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner .home-banner-text {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner .home-banner-text {
    padding: 40px;
  }
}

.website-banner .home-banner-text h1 {
  font-size: 40px;
  line-height: 50px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner .home-banner-text h1 {
    font-size: 35px;
    line-height: 45px;
    color: #0db68f;
  }
}

.website-banner .home-banner-text p {
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 2500px) {
  .website-banner .home-banner-text p {
    font-size: 25px;
    line-height: 40px;
  }
}

.website-banner .home-banner-text-hp {
  top: 75%;
}

.website-banner .home-banner-text-rh {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.website-banner .home-banner-text-rh p {
  line-height: 28px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner .home-banner-text-rh {
    margin-left: 40px;
  }
}

.website-banner .hp-header {
  margin-top: 60%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner .hp-header {
    margin-top: 50%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner .hp-header {
    margin-top: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner .hp-header {
    margin-top: 70%;
  }
}

.website-banner .yellow-tri {
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 150px;
}

@media (max-width: 999px) {
  .website-banner.event-live-banner {
    background-position: right center;
  }
}

.website-banner.event-live-banner .event-live-txt {
  margin: 110px 0 0 54px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.event-live-banner .event-live-txt {
    margin: 110px 0 0 0;
  }
}

.website-banner.event-live-banner .event-live-txt h2 {
  margin: 0;
  color: #fff;
  font-size: 72px;
  line-height: 82px;
  text-align: left;
}

@media (max-width: 1680px) {
  .website-banner.event-live-banner .event-live-txt h2 {
    font-size: 63px;
    line-height: 75px;
  }
}

@media (max-width: 1366px) {
  .website-banner.event-live-banner .event-live-txt h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.event-live-banner .event-live-txt h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.event-live-banner .event-live-txt h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.event-live-banner .event-live-txt h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.event-live-banner .event-live-caption {
    margin-top: 30%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-banner.event-live-banner .event-live-caption {
    margin-top: 16%;
  }
}

.home-banner-text-mobile {
  padding: 40px 0px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .home-banner-text-mobile {
    display: none;
  }
}

.home-banner-text-mobile h1 {
  font-size: 34px;
  line-height: 41px;
}

.home-3-grid {
  padding: 60px 40px 60px 60px;
  height: 350px;
  position: relative;
}

@media (min-width: 1600px) {
  .home-3-grid {
    height: 370px;
  }
}

.home-3-grid h3 {
  font-size: 28px;
  height: 150px;
}

@media (min-width: 1280px) and (max-width: 1350px) {
  .home-3-grid h3 {
    font-size: 27px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home-3-grid h3 {
    height: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .home-3-grid h3 {
    height: 195px;
  }
}

@media (min-width: 1600px) {
  .home-3-grid h3 {
    font-size: 34px;
    line-height: 43px;
    height: 185px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .home-3-grid {
    padding: 60px 25px;
    height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home-3-grid {
    padding: 60px 25px;
    height: 280px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .home-3-grid {
    padding: 30px 40px;
    height: 300px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .home-3-grid h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .home-3-grid h3 {
    font-size: 25px;
    line-height: 32px;
    height: 170px;
  }
}

.home-3-grid.home-3-grid-green {
  background: #61b8c6;
}

.home-3-grid.home-3-grid-blue {
  background: #eef7f9;
}

.home-3-grid.home-3-grid-yellow {
  background: #949ace;
}

.home-3-grid:after {
  content: "";
  background-image: url(../images/triangle.png);
  width: 181px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 280px;
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
}

.home-3-grid .btn-set {
  position: relative;
  z-index: 2;
  display: block;
}

.home-3-grid .btn-set .long-arrow {
  margin-right: 30px;
  width: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .home-3-grid .btn-set .long-arrow {
    margin-right: 0px;
    float: right;
    margin-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .home-3-grid .btn-set .website-btn {
    display: none;
  }
}

.website-btn {
  padding: 10px 20px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  color: #fff !important;
  border-radius: 3px;
  font-size: 17px;
  border: 0;
}

@media (min-width: 1600px) {
  .website-btn {
    font-size: 22px;
    padding: 15px 25px;
  }
}

.website-btn.yellow-btn {
  background: #ffc72c;
}

.website-btn.yellow-signup-btn {
  background: #ffa300;
}

.website-btn.green-btn {
  background: #0db68f;
}

.website-btn.blue-btn {
  background: #001121;
}

.website-btn.purple-btn {
  background: #949ace;
}

.website-btn.dark-blue-btn {
  background: #053764;
}

.website-btn.new-blue-btn {
  background: #61b8c6;
}

.website-btn.light-purple-btn {
  background: #afb4db;
}

.website-btn.lightgreen-btn {
  background: #aeca69;
}

.website-btn.discover-btn {
  background: #f28a19;
}

.website-btn .btn-arrow {
  margin-right: 10px;
  width: 18px;
  position: relative;
  top: -1px;
}

.website-btn.right-arr-btn .btn-arrow {
  width: 15px;
  margin: 0px 0px 0px 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-btn.right-arr-btn .btn-arrow {
    margin: 0px 0px 0px 10px;
  }
}

.home-in-touch-bg {
  padding: 100px 0px;
}

.home-in-touch-bg h1 {
  font-size: 40px;
  line-height: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .home-in-touch-bg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .home-in-touch-bg {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .home-in-touch-bg {
    display: none;
  }
}

.home-form-bg {
  background: #f7f7f7;
  padding: 40px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .home-form-bg {
    padding: 40px 0px 0px;
  }
}

.home-form-bg .mobile-form-bg {
  background: #00263a;
  padding: 30px 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .home-form-bg .mobile-form-bg {
    margin-top: 50px;
  }
}

.home-form-bg .mobile-form-bg .mobile-form-input {
  width: 100%;
  padding: 20px 20px;
  margin-top: 20px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  border: 0px;
}

.home-form-bg .mobile-form-bg .mobile-form-input:focus {
  outline: none;
}

.home-form-bg .mobile-form-bg button {
  background: #ffc72c;
  border: 0px;
  padding: 15px 70px;
  margin-top: 25px;
  margin: 25px auto 0px;
  display: block;
  font-size: 22px;
}

.home-form-bg p {
  font-size: 21px;
  line-height: 30px;
}

.website-ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.website-ul li {
  position: relative;
  padding-bottom: 30px;
  font-size: 20px;
  padding-left: 30px;
  line-height: 30px;
}

.website-ul li:before {
  content: "";
  background-image: url(../images/blue-tri.png);
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 8px;
  background-size: 13px 13px;
}

/*---ABOUT US---*/
.website-small-banner {
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position: right;
  display: block;
}

.website-small-banner h1 {
  font-size: 55px;
  margin-top: 180px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-small-banner h1 {
    margin-top: 165px;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .website-small-banner h1 {
    margin-top: 150px;
    font-size: 47px;
  }
}

.website-small-banner-blue {
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position: right;
  display: block;
}

.website-small-banner-blue h1 {
  font-size: 55px;
  margin-top: 180px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-small-banner-blue h1 {
    margin-top: 165px;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .website-small-banner-blue h1 {
    margin-top: 150px;
    font-size: 47px;
  }
}

.website-small-banner-blue.epilepsy-antiseizure-banner {
  height: 430px;
}

.website-small-banner-blue.epilepsy-antiseizure-banner h1 {
  line-height: 65px;
  margin-top: 200px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-small-banner-blue.epilepsy-antiseizure-banner h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 175px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-small-banner-blue.epilepsy-antiseizure-banner h1 {
    margin-top: 175px;
  }
}

.website-small-banner-blue.epilepsy-antiseizure-banner p {
  color: #fff;
  font-size: 20px;
}

.website-small-banner-blue.video-banner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
}

.website-small-banner-blue.video-banner h1 {
  font-size: 55px;
  margin-top: 245px;
  margin-left: 12px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-small-banner-blue.video-banner h1 {
    margin-top: 165px;
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .website-small-banner-blue.video-banner h1 {
    font-size: 55px;
    margin-top: 300px;
  }
}

.website-small-banner-blue.video-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-left: 12px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .website-small-banner-blue.video-banner p {
    font-size: 18px;
    line-height: 26px;
  }
}

.website-small-banner-blue.video-banner .epi-logo {
  margin-top: 235px;
}

@media (min-width: 1600px) {
  .website-small-banner-blue.video-banner .epi-logo {
    margin-top: 275px;
  }
}

.abt-us-section1 {
  padding: 120px 0px;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section1 {
    padding: 80px 0px;
  }
}

.abt-us-section1 h3 {
  line-height: 45px;
  font-size: 30px;
}

@media (min-width: 1600px) {
  .abt-us-section1 h3 {
    line-height: 50px;
    font-size: 38px;
  }
}

.abt-us-section1:before {
  content: "";
  width: 40%;
  height: 100%;
  background: #61b8c6;
  top: 0px;
  right: 0px;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section1:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .abt-us-section1:before {
    display: none;
  }
}

.abt-us-section1 .about-triangle {
  width: 240px;
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 200px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section1 .about-triangle {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .abt-us-section1 .about-triangle {
    display: none;
  }
}

.abt-us-section2 {
  background-size: cover;
  width: 100%;
  height: 580px;
  background-position: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section2 {
    padding: 40px 0px;
    height: auto;
  }
}

.abt-us-section2 h2 {
  line-height: 40px;
  font-size: 32px;
}

@media (min-width: 1600px) {
  .abt-us-section2 h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.abt-us-section2 .website-btn {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.abt-us-section3 {
  background: #053764;
}

.abt-us-section3 .business-priciple-grid {
  margin-bottom: 50px;
}

.abt-us-section3 .business-priciple-grid img {
  width: 60px;
}

.abt-us-section3 .business-priciple-grid h3 {
  font-size: 23px;
}

@media (min-width: 1600px) {
  .abt-us-section3 .business-priciple-grid h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

.abt-us-section3 .business-priciple-grid p {
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 1600px) {
  .abt-us-section3 .business-priciple-grid p {
    font-size: 22px;
    line-height: 36px;
  }
}

.abt-us-section4 h3 {
  font-size: 35px;
}

@media (min-width: 1600px) {
  .abt-us-section4 h3 {
    font-size: 38px;
  }
}

.abt-us-section4 p {
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 1600px) {
  .abt-us-section4 p {
    font-size: 22px;
    line-height: 35px;
  }
}

.abt-us-section4:before {
  content: "";
  background: #949ace;
}

.abt-us-section5 .our-people-bg {
  background-size: cover;
  width: 100%;
  height: 196px;
  background-position: 0 -10px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.abt-us-section5 .our-people-bg .our-people-tab {
  padding: 0px 15px;
}

.abt-us-section5 .our-people-bg .our-people-tab li {
  width: 33.33%;
  float: left;
  text-align: center;
  background: #f3f6f8;
  cursor: pointer;
  font-size: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section5 .our-people-bg .our-people-tab li {
    width: 100%;
    font-size: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .abt-us-section5 .our-people-bg .our-people-tab li {
    font-size: 20px;
    padding-left: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .abt-us-section5 .our-people-bg .our-people-tab li {
    padding-left: 0;
  }
}

.abt-us-section5 .our-people-bg .our-people-tab li a {
  padding: 30px 40px;
  color: #00263a !important;
  display: inline-block;
  width: 100%;
  border-top: 5px solid transparent;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section5 .our-people-bg .our-people-tab li a {
    padding: 30px 15px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .abt-us-section5 .our-people-bg .our-people-tab li a {
    padding: 30px 15px;
  }
}

.abt-us-section5 .our-people-bg .our-people-tab li.active-tab a {
  background: #fff;
  border-top: 5px solid #0db68f;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section5 .tabShow .row.mtop50 {
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section5 .tabShow .row.padLR15 {
    padding: 0px;
  }
}

.abt-us-section5 .our-people-grid {
  margin-bottom: 30px;
  margin: 0px -9px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section5 .our-people-grid {
    margin: 0px 0px 35px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .abt-us-section5 .our-people-grid {
    margin: 0px 0px 35px;
  }
}

.abt-us-section5 .our-people-grid h4 {
  padding: 30px 0px 20px;
  font-size: 21px;
}

@media (min-width: 1600px) {
  .abt-us-section5 .our-people-grid h4 {
    font-size: 25px;
  }
}

.abt-us-section5 .our-people-grid p {
  font-size: 16px;
}

.abt-us-section6 {
  padding: 100px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section6 {
    padding: 10px 0px 60px;
  }
}

.abt-us-section6 .investor-ul li {
  width: 25%;
  float: left;
  background: #fff;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .abt-us-section6 .investor-ul li {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .abt-us-section6 .investor-ul li {
    width: 50%;
  }
}

.abt-us-section6 .investor-ul li:before, .abt-us-section6 .investor-ul li:after {
  content: "";
  display: block;
  height: 100%;
  opacity: 0.14;
  position: absolute;
  top: 0;
  width: 1px;
  background: #001121;
}

.abt-us-section6 .investor-ul li:before {
  left: -0.0625rem;
}

.abt-us-section6 .investor-ul li:after {
  right: 0;
}

.abt-us-section6 .investor-ul li .investor-img {
  height: 150px;
  padding: 40px 20px;
  position: relative;
}

.abt-us-section6 .investor-ul li .investor-img:before, .abt-us-section6 .investor-ul li .investor-img:after {
  background: #001121;
  content: "";
  display: block;
  height: 1px;
  left: 4%;
  opacity: 0.14;
  position: absolute;
  right: 4%;
  width: 92%;
}

.abt-us-section6 .investor-ul li .investor-img:before {
  top: 0;
}

.abt-us-section6 .investor-ul li .investor-img:after {
  top: 100%;
}

.abt-us-section6 .investor-ul li .investor-img:hover img {
  top: 45%;
}

.abt-us-section6 .investor-ul li img {
  margin: 0 auto;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*---EPILEPSY---*/
.epilepsy-section-1:before {
  background: #053764;
}

.epilepsy-section-2 {
  background: #eef7f9;
  padding: 70px 0px;
}

.epilepsy-section-2 .epi-sec-2-green {
  padding: 70px 60px 70px 110px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-2 .epi-sec-2-green {
    padding: 70px 25px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-2 .epi-sec-2-green {
    padding: 70px 35px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .epilepsy-section-2 .epi-sec-2-green {
    padding: 70px 35px;
  }
}

.epilepsy-section-2 .epi-sec-2-green h3 {
  position: relative;
  z-index: 1;
  line-height: 40px;
}

.epilepsy-section-2 .epi-sec-2-right {
  padding: 70px 00px 70px 60px;
  margin-top: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-2 .epi-sec-2-right {
    padding: 40px 25px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-2 .epi-sec-2-right {
    padding: 40px 35px;
  }
}

.epilepsy-section-2 .epi-sec-2-right p {
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 1600px) {
  .epilepsy-section-2 .epi-sec-2-right p {
    font-size: 22px;
    line-height: 35px;
  }
}

.epilepsy-section-2 .green-bg-epi:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #61b8c6;
  left: 0px;
  top: 0px;
}

.website-ul-white {
  padding: 0px;
  margin-top: 30px;
  list-style: none;
}

.website-ul-white li {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  padding-left: 30px;
  line-height: 30px;
}

@media (min-width: 1600px) {
  .website-ul-white li {
    font-size: 22px;
    line-height: 35px;
  }
}

.website-ul-white li:before {
  content: "";
  background-image: url(../images/white-tri.png);
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 8px;
  background-size: 13px 13px;
}

.website-ul-green li:before {
  content: "";
  background-image: url(../images/blue-tri.png);
}

.sup-size {
  font-size: 12px;
}

.sup-size1 {
  font-size: 18px;
}

.sup-size2 {
  font-size: 16px;
}

.sup-size3 {
  font-size: 15px;
}

.sup-size4 {
  font-size: 14px;
}

.sup-size5 {
  font-size: 23px;
}

.sup-size6 {
  font-size: 13px;
}

.common-section-header {
  font-size: 36px;
}

@media (min-width: 1600px) {
  .common-section-header {
    font-size: 42px;
  }
}

.common-section-subheader {
  font-size: 21px;
  line-height: 28px;
}

@media (min-width: 1600px) {
  .common-section-subheader {
    font-size: 26px;
    line-height: 40px;
  }
}

.common-text {
  font-size: 17px;
  line-height: 25px;
}

@media (min-width: 1600px) {
  .common-text {
    font-size: 22px;
    line-height: 33px;
  }
}

.epilepsy-section-3 .col-md-6 {
  padding: 0px 5px;
}

.epilepsy-section-3 .type-epi-grid {
  height: 230px;
  padding: 40px 42px;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-3 .type-epi-grid {
    height: auto;
    padding: 30px 20px;
  }
}

@media (min-width: 1600px) {
  .epilepsy-section-3 .type-epi-grid {
    height: 260px;
  }
}

.epilepsy-section-3 .type-epi-grid h3 {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .epilepsy-section-3 .type-epi-grid h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

.epilepsy-section-3 .type-epi-grid.green-bg {
  background: #0db68f;
}

.epilepsy-section-3 .type-epi-grid.blue-bg {
  background: #8bb8e8;
}

.epilepsy-section-3 .type-epi-grid.d-blue-bg {
  background: #001121;
}

.epilepsy-section-3 .type-epi-grid.yellow-bg {
  background: #ffa300;
}

.epilepsy-section-4 {
  background: #053764;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-4 .onset-grid {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-4 .onset-grid {
    margin-bottom: 30px;
    text-align: center;
  }
}

.epilepsy-section-4 .onset-grid h3 {
  font-size: 25px;
}

@media (min-width: 1600px) {
  .epilepsy-section-4 .onset-grid h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.epilepsy-section-4 .onset-grid .onset-grid-head {
  padding: 15px 25px;
  border: 2px solid #fafafa;
  display: inline-block;
  border-radius: 5px;
}

.epilepsy-section-4 .onset-grid .onset-grid-head.green-bg {
  background: #949ace;
}

.epilepsy-section-4 .onset-grid .onset-grid-head.blue-bg {
  background: #ec7c26;
}

.epilepsy-section-4 .onset-grid .onset-grid-head.yellow-bg {
  background: #aeca69;
}

.epilepsy-section-4 .onset-grid .bordet-text {
  border: 2px solid transparent;
  padding: 15px 25px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
  vertical-align: top;
  margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-4 .onset-grid .bordet-text {
    padding: 15px 14px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-4 .onset-grid .bordet-text {
    padding: 15px 14px;
  }
}

.epilepsy-section-4 .onset-grid .bordet-text.lessPadding {
  padding: 7px 25px;
}

.epilepsy-section-4 .onset-grid .bordet-text.green-border {
  border-color: #61b8c6;
}

.epilepsy-section-4 .onset-grid .bordet-text.blue-border {
  border-color: #ec7c26;
}

.epilepsy-section-4 .onset-grid .bordet-text.yellow-border {
  border-color: #aeca69;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-4 .onset-grid .bordet-text.noMar {
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-4 .onset-grid .bordet-text.noMar {
    margin-right: 0px;
  }
}

.epilepsy-section-4 .onset-grid .minw300 {
  width: 280px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-4 .onset-grid .minw300 {
    width: 90%;
  }
}

@media (min-width: 1600px) {
  .epilepsy-section-4 .onset-grid .minw300 {
    width: 350px;
  }
}

.epilepsy-section-4 .gridW270 {
  width: 270px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-4 .gridW270 {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-4 .gridW270 {
    width: 280px;
  }
}

@media (min-width: 1600px) {
  .epilepsy-section-4 .gridW270 {
    width: 350px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-4 .mobW90 {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-4 .mobW90 {
    width: 280px;
  }
}

.epilepsy-section-5 {
  background: #f3f6f8;
}

.epilepsy-section-5 .prev-of-epi {
  margin-left: 50px;
  padding: 20px 10px 20px 30px;
  border-left: 2px solid #61b8c6;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-5 .prev-of-epi {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-5 .prev-of-epi {
    margin-left: 0px;
  }
}

.epilepsy-section-5 .prev-of-epi p {
  font-size: 25px;
  line-height: 40px;
}

@media (min-width: 1600px) {
  .epilepsy-section-5 .prev-of-epi p {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-6 {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-6 {
    padding-bottom: 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .epilepsy-section-6 {
    padding: 40px 0px;
  }
}

.epilepsy-section-6 h3 {
  font-size: 25px;
  line-height: 35px;
}

.epilepsy-section-6 .epi-woman {
  position: absolute;
  right: 60px;
  bottom: 0px;
  width: 510px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-6 .epi-woman {
    position: relative;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-6 .epi-woman {
    position: relative;
    right: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .epilepsy-section-6 .epi-woman {
    width: 400px;
    right: 10px;
  }
}

.epilepsy-section-6-green {
  background: #61b8c6;
  padding: 40px 0px;
}

.ref-list p {
  font-size: 13px;
  margin-bottom: 3px;
}

@media (min-width: 1600px) {
  .ref-list p {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.website-ul-circle {
  margin-left: 50px;
}

.website-ul-circle li {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  padding-left: 30px;
  line-height: 30px;
}

@media (min-width: 1600px) {
  .website-ul-circle li {
    font-size: 22px;
    line-height: 35px;
  }
}

.website-ul-circle li:before {
  content: "";
  background: #0db68f;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50px;
}

.page-hr {
  border-top: 5px solid #f3f6f8;
  margin: 50px 0px;
}

.epilepsy-section-7 {
  background: #eef7f9;
  padding: 100px 0px 0px;
}

.epilepsy-section-7 .epi-man-bg {
  position: relative;
  height: 500px;
}

.epilepsy-section-7 .epi-man-bg .epi-man {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 220px;
  z-index: 2;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid {
  position: relative;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-gridline:before {
  content: "";
  position: absolute;
  background: #c4e0e6;
  height: 4px;
  width: 90%;
  top: 101px;
  left: 0px;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-gridline.epi-gridline-2:before {
  width: 85%;
}

@media (min-width: 1600px) {
  .epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-gridline.epi-gridline-2:before {
    width: 89%;
  }
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-gridline-right:after {
  content: "";
  position: absolute;
  background: #c4e0e6;
  height: 4px;
  width: 98%;
  top: 101px;
  left: auto;
  right: 0px;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-gridline-right.epi-gridline-right-2 {
  background: #000;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-gridline-right.epi-gridline-right-2:after {
  width: 83%;
}

@media (min-width: 1600px) {
  .epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-gridline-right.epi-gridline-right-2:after {
    width: 88%;
  }
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-number {
  font-size: 80px;
  color: #61b8c6;
  line-height: 100px;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid .epi-number-text {
  font-size: 23px;
  line-height: 30px;
  margin-top: 15px;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid.epi-number-grid-right {
  text-align: right;
  width: 100%;
}

.epilepsy-section-7 .epi-man-bg .epi-number-grid.epi-number-grid-right .epi-number {
  padding-right: 30px;
}

.epilepsy-section-7-2 {
  background: #ffffff;
  padding: 60px 0px 100px;
  border-top: 5px solid #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-7-2 {
    padding: 30px 0px 50px;
  }
}

.epilepsy-section-7-2 .epi-num-info-grid {
  padding-left: 180px;
  margin-top: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-7-2 .epi-num-info-grid {
    padding-left: 110px;
    margin-top: 20px;
  }
}

.epilepsy-section-7-2 .epi-num-info-grid .numbers {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 150px;
  text-align: right;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-7-2 .epi-num-info-grid .numbers {
    width: 100px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .epilepsy-section-7-2 .epi-num-info-grid-2 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epilepsy-section-7-2 .epi-num-info-grid-2 .width80 {
    width: auto;
  }
}

.big-number {
  font-size: 80px;
  color: #61b8c6;
  line-height: 65px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .big-number {
    font-size: 45px;
  }
}

.big-number-text {
  font-size: 23px;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .big-number-text {
    font-size: 20px;
    line-height: 25px;
  }
  .big-number-text.mtop30 {
    margin-top: -10px;
  }
  .big-number-text.mobPadR50 {
    padding-right: 82px;
    padding-left: 25px;
  }
}

.width80 {
  width: 80%;
}

/*---HEALTHCARE PROFESSIONAL---*/
.hp-section-1 .hp-section-1-left {
  padding: 110px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-1 .hp-section-1-left {
    padding: 50px 0px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-1 .hp-section-1-left {
    padding: 80px 0px;
  }
}

@media (min-width: 1600px) {
  .hp-section-1 .hp-section-1-left h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1600px) {
  .hp-section-1 .hp-section-1-left h4 {
    font-size: 30px;
    line-height: 45px;
  }
}

.hp-section-1 .hp-section-1-right {
  background: #0db68f;
  padding: 80px 0px 80px 40px;
  z-index: 11;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-1 .hp-section-1-right {
    padding: 40px 20px;
  }
}

.hp-section-1 .hp-section-1-right:after {
  content: "";
  position: absolute;
  width: 200px;
  right: -150px;
  top: 0px;
  height: 100%;
  background: #0db68f;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-1 .hp-section-1-right:after {
    display: none;
  }
}

@media (min-width: 1600px) {
  .hp-section-1 .hp-section-1-right:after {
    right: -150px;
  }
}

.hp-section-1 .hp-section-1-right .quick-link-a {
  font-size: 25px;
  color: #fff;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding: 25px 0px;
}

@media (min-width: 1600px) {
  .hp-section-1 .hp-section-1-right .quick-link-a {
    font-size: 34px;
    padding: 35px 0px;
  }
}

.hp-section-1 .hp-section-1-right .quick-link-a .quicklink-arr {
  float: right;
}

.hp-section-1 .hp-section-1-right .quick-link-a .quicklink-arr img {
  width: 70px;
}

.hp-section-2 {
  background: #f4f6f8;
  padding-bottom: 150px;
}

@media (min-width: 1920px) {
  .hp-section-2 {
    padding-bottom: 200px;
  }
}

.hp-section-2 .hp-info-graph-grid {
  border-bottom: 4px solid #61b8c6;
  padding-bottom: 6px;
}

.hp-section-2 .hp-info-graph-grid.grid-1 {
  padding-left: 240px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-1 {
    padding-left: 0px;
    padding-top: 20px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-1 .hp-info-1 {
  position: absolute;
  left: -135px;
  width: 300px;
  top: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-1 .hp-info-1 {
    position: relative;
    left: 10px;
    width: 80%;
    top: 10px;
  }
}

@media (min-width: 1600px) {
  .hp-section-2 .hp-info-graph-grid.grid-1 .hp-info-1 {
    left: -120px;
  }
}

@media (min-width: 1920px) {
  .hp-section-2 .hp-info-graph-grid.grid-1 .hp-info-1 {
    left: -140px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-1 .h2p-grid {
  padding-top: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-1 .h2p-grid {
    padding-top: 0px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-2 .h2p-grid {
  padding-left: 160px;
  padding-top: 150px;
}

.hp-section-2 .hp-info-graph-grid.grid-2 .h2p-grid h2 {
  position: absolute;
  left: 0px;
  bottom: 13px;
}

.hp-section-2 .hp-info-graph-grid.grid-3 {
  padding-top: 100px;
}

.hp-section-2 .hp-info-graph-grid.grid-4 {
  padding-top: 60px;
}

.hp-section-2 .hp-info-graph-grid.grid-4 .hp-info-2 {
  position: absolute;
  right: -67px;
  bottom: -40px;
  width: 250px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-4 .hp-info-2 {
    right: -70px;
    width: 160px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-2 .hp-info-graph-grid.grid-4 .hp-info-2 {
    right: -100px;
    bottom: 0px;
    width: 200px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hp-section-2 .hp-info-graph-grid.grid-4 .hp-info-2 {
    right: -100px;
    bottom: 0px;
    width: 200px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .hp-section-2 .hp-info-graph-grid.grid-4 .hp-info-2 {
    bottom: -10px;
    width: 200px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-4 .h2p-grid {
  padding-left: 160px;
  padding-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-4 .h2p-grid {
    padding-left: 60px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-4 .h2p-grid h2 {
  position: absolute;
  left: 0px;
  bottom: 13px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-4 .h2p-grid h2 {
    bottom: 0px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-5 {
  padding-top: 60px;
}

.hp-section-2 .hp-info-graph-grid.grid-5 .h2p-grid {
  padding-left: 180px;
  padding-top: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-5 .h2p-grid {
    padding-left: 120px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-5 .h2p-grid h2 {
  position: absolute;
  left: 0px;
  bottom: 13px;
}

.hp-section-2 .hp-info-graph-grid.grid-6 .h2p-grid {
  padding-top: 173px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hp-section-2 .hp-info-graph-grid.grid-6 .h2p-grid {
    padding-top: 125px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-7 .h2p-grid {
  padding-top: 120px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-7 .h2p-grid {
    padding-top: 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hp-section-2 .hp-info-graph-grid.grid-7 .h2p-grid {
    padding-top: 120px;
  }
}

.hp-section-2 .hp-info-graph-grid.grid-7 .hp-info-3 {
  position: absolute;
  right: -60px;
  bottom: -150px;
  width: 200px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-2 .hp-info-graph-grid.grid-7 .hp-info-3 {
    position: relative;
    right: 10px;
    bottom: auto;
    width: 80%;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-2 .hp-info-graph-grid.grid-7 .hp-info-3 {
    bottom: -120px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hp-section-2 .hp-info-graph-grid.grid-7 .hp-info-3 {
    bottom: -230px;
  }
}

.hp-section-2 .hp-info-graph-grid .vert_baseline-bg .vert_baseline {
  vertical-align: baseline;
}

.padRight50 {
  padding-right: 50px;
}

.hp-section-3 {
  background: #fff;
  position: relative;
  padding: 100px 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-3 {
    padding: 30px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-3 {
    padding: 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hp-section-3 {
    padding: 40px 0px;
  }
}

.hp-section-3 .hp-man {
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 510px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-3 .hp-man {
    width: 100%;
    position: relative;
    left: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-3 .hp-man {
    width: 100%;
    position: relative;
    left: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hp-section-3 .hp-man {
    width: 400px;
  }
}

@media (min-width: 1600px) {
  .hp-section-3 .hp-man {
    width: 550px;
  }
}

@media (min-width: 1920px) {
  .hp-section-3 .hp-man {
    left: 120px;
  }
}

.hp-section-3:before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #61b8c6;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-3:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-3:before {
    display: none;
  }
}

@media (min-width: 1920px) {
  .hp-section-3:before {
    width: 70%;
  }
}

.hp-section-3 .hp-section-5-tri {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-3 .hp-section-3-bg {
    background: #61b8c6;
    padding: 30px 0px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-3 .hp-section-3-bg {
    background: #61b8c6;
    padding: 30px 0px;
  }
}

.hp-section-4 {
  background: #f3f6f8;
}

.hp-section-4 .colors-tab-ul {
  width: 100%;
  display: inline-block;
}

.hp-section-4 .colors-tab-ul li {
  width: 20%;
  float: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-4 .colors-tab-ul li {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-4 .colors-tab-ul li {
    width: 33%;
  }
}

.hp-section-4 .colors-tab-ul li .colors-tab-bg {
  background-image: url(../images/bg1.png);
  background-size: 100% 200px;
  width: 250px;
  height: 200px;
  padding: 20px 40px 20px 60px;
  font-size: 18px;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hp-section-4 .colors-tab-ul li .colors-tab-bg {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 34px 20px 80px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .hp-section-4 .colors-tab-ul li .colors-tab-bg {
    margin-bottom: 15px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hp-section-4 .colors-tab-ul li .colors-tab-bg {
    background-size: 100% 200px;
    width: 209px;
    height: 200px;
    padding: 20px 20px 20px 46px;
  }
}

@media (min-width: 1600px) {
  .hp-section-4 .colors-tab-ul li .colors-tab-bg {
    background-size: 100% 250px;
    width: 300px;
    height: 250px;
    padding: 20px 40px 20px 60px;
    font-size: 23px;
    line-height: 30px;
  }
}

@media (min-width: 1920px) {
  .hp-section-4 .colors-tab-ul li .colors-tab-bg {
    background-size: 100% 280px;
    width: 350px;
    height: 280px;
    padding: 20px 40px 20px 67px;
    font-size: 25px;
    line-height: 37px;
  }
}

.hp-section-4 .colors-tab-ul li .colors-tab-bg.color-blue-bg {
  background-image: url(../images/bg1.png);
}

.hp-section-4 .colors-tab-ul li .colors-tab-bg.color-dgreen-bg {
  background-image: url(../images/bg2.png);
}

.hp-section-4 .colors-tab-ul li .colors-tab-bg.color-green-bg {
  background-image: url(../images/bg3.png);
}

.hp-section-4 .colors-tab-ul li .colors-tab-bg.color-lblue-bg {
  background-image: url(../images/bg4.png);
}

.hp-section-4 .colors-tab-ul li .colors-tab-bg.color-yellow-bg {
  background-image: url(../images/bg5.png);
}

.hp-section-5 {
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
}

.hp-section-5 .stay-in-touch-grid {
  height: 400px;
  padding: 100px;
  position: relative;
  z-index: 1;
}

.hp-section-5 .stay-in-touch-grid:after {
  content: "";
  background: rgba(5, 55, 100, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hp-section-5 .stay-in-touch-grid p {
  font-size: 22px;
}

/*---FOOTER---*/
.arvelle-footer {
  background: #001121;
  padding: 25px 0px 0px;
}

.arvelle-footer a:hover {
  color: #fff;
}

@media (min-width: 1600px) {
  .arvelle-footer a {
    font-size: 15px;
    line-height: 28px;
  }
}

.arvelle-footer p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 1600px) {
  .arvelle-footer p {
    font-size: 15px;
    line-height: 20px;
  }
}

.arvelle-footer.patient-footer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 1600px) {
  .arvelle-footer.patient-footer p {
    font-size: 18px;
    line-height: 28px;
  }
}

.arvelle-footer.patient-footer a {
  font-weight: 400;
}

.arvelle-footer.patient-footer a:hover {
  color: #fff;
}

@media (min-width: 1600px) {
  .arvelle-footer.patient-footer a {
    font-size: 18px;
    line-height: 28px;
  }
}

.arvelle-footer .footer-logo {
  margin-top: 40px;
}

.arvelle-footer .footer-social-ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.arvelle-footer .footer-social-ul li a img {
  width: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.arvelle-footer .footer-border {
  position: relative;
}

.arvelle-footer .footer-border:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  height: 114px;
  width: 1px;
  background: #eff7f9;
}

@media (min-width: 1600px) {
  .arvelle-footer .footer-border:before {
    height: 132px;
  }
}

.arvelle-footer .discover-footer-border {
  position: relative;
}

.arvelle-footer .discover-footer-border:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  height: 145px;
  width: 1px;
  background: #eff7f9;
}

@media (min-width: 1600px) {
  .arvelle-footer .discover-footer-border:before {
    height: 132px;
  }
}

.arvelle-footer .patient-footer-border {
  position: relative;
}

.arvelle-footer .patient-footer-border:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 3px;
  height: 114px;
  width: 1px;
  background: #eff7f9;
}

@media (min-width: 1600px) {
  .arvelle-footer .patient-footer-border:before {
    height: 132px;
  }
}

@media (max-width: 1280px) {
  .arvelle-footer .patient-footer-border:before {
    left: 0;
  }
}

.arvelle-footer .footer-nav {
  background: #0db68f;
  padding: 20px;
  margin-top: 20px;
}

.arvelle-footer .footer-nav ul {
  padding: 0px;
  font-weight: 400;
}

.arvelle-footer .footer-nav ul li {
  display: inline-block;
  padding-right: 20px;
}

.arvelle-footer .footer-nav ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.sprites-imgs {
  background-image: url("../images/sprite-img1.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  position: relative;
}

.sprites-imgs.linkedin-icon {
  background-position: -100px -45px;
  width: 40px;
  height: 40px;
}

.sprites-imgs.twitter-icon {
  background-position: -100px 0;
  width: 40px;
  height: 40px;
}

.sprites-imgs.yellow-arrows {
  background-position: 0px -56px;
  width: 55px;
  height: 28px;
  margin-right: 30px;
  vertical-align: middle;
}

.sprites-imgs.long-arrows {
  background-position: 0 0;
  width: 60px;
  height: 26px;
  margin-right: 30px;
  vertical-align: middle;
}

.sprites-imgs.long-arrows-blue {
  background-position: 0 -85px;
  width: 60px;
  height: 26px;
  margin-right: 30px;
  vertical-align: middle;
}

.long-arrows {
  background-position: 0 0;
  width: 60px;
  height: 26px;
  margin-right: 30px;
  vertical-align: middle;
}

.long-arrows-blue {
  background-position: 0 -85px;
  width: 60px;
  height: 26px;
  margin-right: 30px;
  vertical-align: middle;
}

.sprites-imgs.linkedin-icon-new {
  background-position: -100px -140px;
  width: 40px;
  height: 40px;
}

.sprites-imgs.twitter-icon-new {
  background-position: -100px -95px;
  width: 40px;
  height: 40px;
}

.sprites-imgs.purple-arrows {
  background-position: 0px -112px;
  width: 55px;
  height: 28px;
  margin-right: 30px;
  vertical-align: middle;
}

.mobile-footer {
  background: #0db68f;
  padding: 30px 0px 0px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mobile-footer {
    padding: 30px 0px;
  }
}

.mobile-footer .mobile-footer-border {
  border-right: 2px solid #009b77;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mobile-footer .mobile-footer-border {
    border: 0px;
  }
}

.mobile-footer .mobile-footer-border.border-new {
  border-color: #eff7f9 !important;
}

.mobile-footer .mobile-footer-link a {
  font-size: 15px;
  color: #fff;
  padding: 8px 0px;
  display: block;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 999px) {
  .mobile-footer .mobile-footer-link a {
    font-size: 18px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mobile-footer .mobile-footer-link a {
    font-size: 18px;
  }
}

.mobile-footer .mobile-footer-2nd {
  padding-left: 25px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mobile-footer .mobile-footer-2nd {
    padding-left: 0px;
  }
}

.mobile-footer .mobile-go-top {
  margin-top: 30px;
  padding: 20px 0px;
  background: #009b77;
}

.mobile-footer .mobile-go-top p {
  padding-top: 15px;
}

.mobile-footer .mobile-go-top .go-top-top {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
}

.mobile-footer .mobile-go-top .go-top-top .goToTop-img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mobile-footer .grid-tablet p {
    margin-bottom: 20px;
  }
}

.mobile-footer .grid-tablet .mar0 {
  margin: 0 !important;
}

.mobile-footer .footer-social-ul-mob {
  margin-top: 15px;
  margin-left: -7px;
  padding: 0px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mobile-footer .footer-social-ul-mob {
    margin-top: 0px;
  }
}

.mobile-footer .footer-social-ul-mob li {
  float: left;
}

.mobile-footer p {
  font-size: 16px;
}

.mobile-footer a {
  font-size: 16px;
}

.mobile-footer .footer-border {
  position: relative;
}

.mobile-footer .footer-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 1px;
  width: 100%;
  background: #eff7f9;
}

.mobile-footer .footer-border.mobilepi-footer {
  top: 48px;
}

/*---- Contact Us CSS ----*/
.page-title {
  position: absolute;
  bottom: 65px;
  left: 140px;
}

.page-title h1 {
  font-size: 80px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    left: 20px;
    bottom: 30px;
  }
  .page-title h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .page-title {
    left: 65px;
    bottom: 30px;
  }
  .page-title h1 {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .page-title {
    left: 85px;
  }
  .page-title h1 {
    font-size: 70px;
    line-height: 75px;
  }
}

.page-subtitle {
  color: #00263a;
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 767px) {
  .page-subtitle {
    font-size: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .page-subtitle {
    font-size: 38px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.padL150 {
  padding-left: 120px !important;
}

@media (min-width: 1600px) {
  .padL150 {
    padding-left: 135px !important;
  }
}

@media (min-width: 1920px) {
  .padL150 {
    padding-left: 155px !important;
  }
}

.marB0 {
  margin-bottom: 0 !important;
}

.contactus-container p {
  color: #4c5d65;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .contactus-container p {
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.contactus-container a:hover {
  color: #009b77;
}

.contactus-container .green-text {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .contactus-container .green-text {
    line-height: 25px;
    font-size: 18px;
  }
}

.contactus-container .borderRight {
  border-right: 2px solid #f1f1f1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .contactus-container .borderRight {
    border-right: 0px solid #f1f1f1;
  }
}

.contactus-container .contactPadLeft {
  padding-left: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .contactus-container .contactPadLeft {
    padding-left: 15px;
    margin-top: 20px;
  }
}

.contactus-container .underlineTxt {
  position: relative;
  display: inline-block;
}

.contactus-container .underlineTxt:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #00263a;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.contact-img-bg {
  background-color: #afb4db;
  height: 695px;
  margin-top: -2px;
}

@media (min-width: 1600px) {
  .contact-img-bg {
    height: 615px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .contact-img-bg {
    height: 450px;
    margin-top: -2px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .contact-img-bg {
    height: 630px;
  }
}

.contact-img-bg.contact-img-bg-map {
  height: 540px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .contact-img-bg.contact-img-bg-map {
    height: 480px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .contact-img-bg.contact-img-bg-map {
    height: 570px;
  }
}

@media (min-width: 1600px) {
  .contact-img-bg.contact-img-bg-map {
    height: 650px;
  }
}

.google-map-container {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 86%;
  margin: 0 auto;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .google-map-container {
    width: 91%;
  }
}

.contact-form .form-group {
  margin-bottom: 40px;
}

.contact-form label {
  color: #4c5d65;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-form label span {
  color: #61b8c6;
}

.contact-form .form-control {
  background-color: #f3f6f8;
  border: #f1efef solid 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 60px;
  font-size: 18px;
}

.contact-form textarea.form-control {
  height: 190px;
  padding: 20px;
}

/*---- Contact Us CSS ----*/
/**** Sign Up Page CSS  ****/
.sign-up-section {
  background-color: #f3f6f8;
  padding-bottom: 28px;
}

.sign-up-section.angelini-section {
  padding-bottom: 88px;
}

.sign-up-section.angelini-section .sign-up-date {
  left: inherit;
}

@media (min-width: 1600px) {
  .sign-up-section.angelini-section .sign-up-date {
    left: inherit;
  }
}

.query-list {
  padding-top: 70px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .query-list {
    padding-top: 60px;
  }
}

.query-list h2 {
  color: #4c5d65;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .query-list h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}

.ul-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ul-list li {
  color: #4c5d65;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.ul-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  display: block;
  background-image: url("../images/blue-tri.png");
  background-size: 13px 13px;
  background-repeat: no-repeat;
}

.signup-bg {
  background-color: #053764;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  /* Firefox */
}

@media (min-width: 320px) and (max-width: 767px) {
  .signup-bg {
    padding: 40px 20px;
  }
}

.signup-bg h2 {
  color: #61b8c6;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .signup-bg h2 {
    font-size: 25px;
  }
}

.signup-bg .form-group {
  margin-bottom: 36px;
}

.signup-bg .form-group p {
  font-size: 16px;
}

.signup-bg .form-group p a {
  text-decoration: underline;
}

.signup-bg .form-group .form-contents span {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  margin: 0 10px;
}

.signup-bg .form-group .form-contents p {
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: top;
}

.signup-bg label {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .signup-bg label {
    font-size: 19px;
    line-height: 22px;
  }
}

.signup-bg label span {
  color: #61b8c6;
}

.signup-bg .form-control {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #f3f6f8;
  border-radius: 5px;
  height: 60px;
  color: #949ea2;
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .signup-bg .form-control {
    font-size: 19px;
  }
}

.signup-bg textarea.form-control {
  height: 137px;
  padding: 20px;
}

.signup-bg input[type="number"]::-webkit-outer-spin-button,
.signup-bg input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.signup-bg input[type="number"] {
  -moz-appearance: textfield;
}

.required-star {
  color: #61b8c6;
  font-size: 16px;
  line-height: 30px;
}

/** Checkbox CSS **/
.checkbox-custom {
  display: none;
}

.checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 !important;
  cursor: pointer;
  color: #fff;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: initial !important;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 0px;
  margin-right: 15px;
}

.checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  padding: 0;
  position: absolute;
  width: 12px;
  height: 20px;
  border: solid #61b8c6;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 6px;
}

/** Checkbox CSS **/
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
  position: absolute;
}

.help-block.with-errors li {
  line-height: 18px;
}

.select-title {
  position: relative;
}

.select-title select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  z-index: 1;
  cursor: pointer;
  padding-right: 65px;
}

.select-title .title-arrow {
  background-color: #afb4db;
  border-radius: 5px;
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 58px;
  height: 58px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}

.select-title .title-arrow img {
  margin: 18px;
}

.sign-up-date {
  position: absolute;
  bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .sign-up-date {
    position: relative;
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .sign-up-date {
    position: relative;
    bottom: 20px;
  }
}

/**** Sign Up Page CSS  ****/
/**** Resources Page CSS  ****/
.glossary-table {
  margin-top: 50px;
  margin-bottom: 0;
}

.glossary-table thead {
  background-color: #0db68f;
}

.glossary-table thead td {
  border: #f4f6f8 solid 1px;
  color: #fff;
  padding: 20px 20px !important;
  font-size: 22px;
  line-height: 48px;
}

@media (min-width: 1600px) {
  .glossary-table thead td {
    font-size: 25px;
  }
}

.glossary-table tbody td {
  color: #4c5d65;
  font-size: 18px;
  padding: 6px 20px !important;
}

@media (min-width: 1600px) {
  .glossary-table tbody td {
    font-size: 20px;
  }
}

.resource-quick-link {
  background-color: #0db68f;
  padding: 60px 30px 50px;
  position: relative;
}

.resource-quick-link:after {
  content: "";
  background-image: url(../images/home-grid-tri.png);
  width: 115px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 148px;
  background-size: cover;
}

.resource-quick-link h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.resource-quick-link ul {
  margin-top: 50px;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 767px) {
  .resource-quick-link ul {
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
}

.resource-quick-link ul li {
  border-bottom: #fff solid 1px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.resource-quick-link ul li a {
  color: #fff !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  position: relative;
  display: block;
  padding-right: 75px;
}

.resource-quick-link ul li a span {
  color: #fff;
  display: block;
}

.resource-quick-link ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 73px;
  height: 30px;
  display: block;
  background-image: url("../images/long-arrow.png");
  background-size: 73px 30px;
  background-repeat: no-repeat;
}

.resources-grey-bg {
  background-color: #f3f6f8;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}

.resources-grey-bg h2 {
  margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources-grey-bg h2 {
    margin-bottom: 30px;
  }
}

.resources-ul {
  margin-bottom: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources-ul {
    margin-bottom: 50px;
  }
}

.resources-ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources-ul li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .resources-ul li {
    margin-bottom: 15px;
  }
}

.resources-ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 17px;
  display: block;
  background-image: url(../images/btn-arrow-green.png);
  background-size: 20px 17px;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources-ul li:before {
    top: 7px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .resources-ul li:before {
    top: 9px;
  }
}

.resources-ul li a {
  color: #009b77;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 767px) {
  .resources-ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .resources-ul li a {
    font-size: 22px;
    line-height: 33px;
  }
}

.resources-ul.download-ul li {
  margin-bottom: 10px;
}

.resource-img {
  position: absolute;
  right: 0;
  bottom: -95px;
  width: 550px;
}

@media (min-width: 1600px) {
  .resource-img {
    right: 0;
    top: 0;
    width: 601px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .resource-img {
    position: initial;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .resource-img {
    position: initial;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .resource-img {
    width: 450px;
  }
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.common-popup {
  width: 670px;
}

.common-popup .modal-header {
  padding: 20px 30px;
}

.common-popup .modal-title {
  color: #00263a;
  font-size: 40px;
  line-height: 45px;
}

.common-popup .modal-body {
  color: #4c5d65;
  font-size: 20px;
  line-height: 32px;
  padding: 30px;
}

.common-popup .modal-body p {
  margin-bottom: 0;
}

.common-popup .modal-footer {
  background: #efefef;
  -webkit-box-shadow: 0px 3px 20px #00000029;
          box-shadow: 0px 3px 20px #00000029;
  border-radius: 0 0 10px 10px;
  text-align: center;
  margin-top: 0;
  padding: 25px 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .common-popup .modal-footer {
    padding: 25px 15px;
  }
}

.common-popup .modal-footer .website-btn {
  font-size: 18px;
  outline: none;
  margin-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .common-popup .modal-footer .website-btn {
    font-size: 15px;
    padding: 10px 10px;
  }
}

.common-popup .modal-footer .website-btn .btn-arrow {
  margin-left: 10px;
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .common-popup .modal-footer .website-btn .btn-arrow {
    margin-left: 8px;
  }
}

.common-popup.signup-popup .modal-body {
  padding: 45px;
  font-size: 24px;
}

.common-popup.podcast-popup .modal-title {
  color: #00263a;
  font-size: 30px;
  line-height: 34px;
}

.common-popup.podcast-popup audio {
  width: 100%;
}

.HPC-modal-popup {
  width: 600px;
  /** Checkbox CSS **/
  /** Checkbox CSS **/
}

.HPC-modal-popup .website-btn {
  width: 350px;
}

.HPC-modal-popup .website-btn:hover {
  background: #59d1e4;
}

@media (min-width: 320px) and (max-width: 767px) {
  .HPC-modal-popup .website-btn {
    width: 295px;
  }
}

@media (max-width: 320px) {
  .HPC-modal-popup .website-btn {
    width: 258px;
  }
}

.HPC-modal-popup .website-btn:first-child {
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .HPC-modal-popup .website-btn:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.HPC-modal-popup .website-btn:last-child {
  margin-bottom: 20px;
}

.HPC-modal-popup .modal-footer {
  text-align: left;
}

.HPC-modal-popup .checkbox-custom {
  display: none;
}

.HPC-modal-popup .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 !important;
  cursor: pointer;
  color: #fff;
  font-size: 18px !important;
  line-height: 20px !important;
  text-transform: initial !important;
  font-weight: initial;
}

@media (min-width: 320px) and (max-width: 767px) {
  .HPC-modal-popup .checkbox-custom-label {
    font-size: 14px !important;
  }
}

.HPC-modal-popup .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-right: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .HPC-modal-popup .checkbox-custom + .checkbox-custom-label:before {
    margin-right: 10px;
  }
}

.HPC-modal-popup .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  padding: 0;
  position: absolute;
  width: 8px;
  height: 16px;
  border: solid #949ace;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 6px;
}

.external-modal .modal-footer .website-btn {
  font-size: 16px !important;
  padding: 10px 20px;
  margin-bottom: 0 !important;
}

.cookie-modal-popup.modal.fade.in {
  overflow-y: scroll;
}

.cookie-modal-popup.modal.fade.in .modal-dialog {
  display: block;
}

/**** Resources Page CSS  ****/
/** Feedback Form CSS **/
.feedback-container .feedback-form,
.feedback-container .feedback-btn {
  position: fixed;
  left: 0;
  top: 25%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-form,
  .feedback-container .feedback-btn {
    top: 15%;
  }
}

.feedback-container .feedback-form,
.feedback-container .feedback-btn {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.feedback-container .feedback-form {
  top: 170px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-form {
    top: 100px;
  }
}

.feedback-container .feedback-btn {
  background-color: #949ace;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding: 15px 20px;
  top: 307px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 100;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-btn {
    top: 407px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .feedback-container .feedback-btn {
    top: 380px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .feedback-container .feedback-btn {
    top: 450px;
  }
}

.feedback-container .feedback-form {
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px #00000029;
          box-shadow: 0px 3px 20px #00000029;
  width: 600px;
  padding: 20px;
  overflow: auto;
  z-index: 100;
  left: -600px;
}

@media (min-width: 1600px) {
  .feedback-container .feedback-form {
    width: 700px;
    left: -700px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-form {
    width: 85%;
    left: -85%;
    padding: 15px;
  }
}

.feedback-container .feedback-form .feedback-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.feedback-container .feedback-form .feedback-title h2 {
  color: #949ace;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

@media (min-width: 1600px) {
  .feedback-container .feedback-form .feedback-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-form .feedback-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.feedback-container .feedback-form .form-inner {
  padding: 0 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-form .form-inner {
    padding: 0 20px;
  }
}

.feedback-container .feedback-form .form-inner .form-group {
  margin-bottom: 0;
}

.feedback-container .feedback-form label {
  color: #00263a;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.feedback-container .feedback-form textarea {
  background: #f3f6f8;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 110px;
}

@media (min-width: 1600px) {
  .feedback-container .feedback-form textarea {
    height: 190px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-form textarea {
    height: 90px;
  }
}

.feedback-container .feedback-form .website-btn {
  background: #949ace;
  border-radius: 0;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
}

@media (min-width: 1600px) {
  .feedback-container .feedback-form .website-btn {
    padding: 15px 40px;
  }
}

.feedback-container .feedback-form .wid50per {
  float: left;
  width: 50%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-form .wid50per {
    width: 100%;
  }
}

.feedback-container #error_message {
  background: #f3a6a6;
}

.feedback-container #success_message {
  background: #ccf5cc;
}

.feedback-container .ajax_response {
  padding: 10px 20px;
  border: 0;
  margin-top: 20px;
  cursor: pointer;
  display: none;
  color: #555;
}

.feedback-container .errorMessage {
  background: #f3a6a6 !important;
  padding: 10px 20px;
  border: 0;
  margin-top: 20px;
  cursor: pointer;
  display: none;
  color: #555;
}

.feedback-container .feedback-form.open {
  left: 0;
}

.feedback-container .feedback-btn.open {
  left: 600px;
  top: 307px;
}

@media (min-width: 1600px) {
  .feedback-container .feedback-btn.open {
    left: 700px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-container .feedback-btn.open {
    left: 85%;
    top: 237px;
  }
}

@media (min-width: 412px) and (max-width: 413px) {
  .feedback-container .feedback-btn.open {
    top: 235px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .feedback-container .feedback-btn.open {
    top: 307px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .feedback-container .feedback-btn.open {
    top: 307px;
  }
}

.feedback-arrow-back {
  cursor: pointer;
  margin-right: 30px;
  width: 50px;
}

.radio-container {
  margin: 20px 0 20px 0;
  display: block;
  overflow: hidden;
}

@media (min-width: 1600px) {
  .radio-container {
    margin: 40px 0 40px 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .radio-container {
    margin: 20px 0 20px 0;
  }
}

.radio-container [type="radio"]:checked,
.radio-container [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-container [type="radio"]:checked + label,
.radio-container [type="radio"]:not(:checked) + label {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #00263a;
  font-size: 18px;
}

.radio-container [type="radio"]:checked + label:before,
.radio-container [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #949ace;
  border-radius: 100%;
  background: #fff;
}

.radio-container [type="radio"]:checked + label:after,
.radio-container [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #949ace;
  position: absolute;
  top: 5px;
  right: -5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-container [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-container [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/** Feedback Form CSS **/
.epilepsy-note {
  color: #4c5d65;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.epilepsy-note span {
  color: #61b8c6;
  font-weight: 700;
}

.epilepsy-note1 {
  color: #4c5d65;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

/** Privacy Policy page CSS **/
.privacy-content p {
  color: #4c5d65;
  font-size: 20px;
  line-height: 30px;
}

.privacy-content table td {
  color: #4c5d65;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px !important;
  padding: 10px;
}

.privacy-content img {
  margin-bottom: 15px;
}

.privacy-content a {
  text-decoration: underline;
  word-break: break-word;
}

.privacy-content .browser-lists {
  margin-bottom: 20px;
}

.privacy-content .browser-lists li {
  padding-bottom: 0;
  text-decoration: underline;
}

/** Privacy Policy page CSS **/
.cookie-div {
  background: #949ace;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.cookie-div p {
  margin: 0;
  padding: 15px 20px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-div p a {
    display: inline-block;
  }
}

.cookie-div .website-btn {
  font-size: 18px;
  margin: 5px;
  padding: 10px 20px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-div .padR35 {
    padding-right: 15px !important;
  }
}

.home-signup-btn {
  position: relative;
  padding-left: 58px;
}

.home-signup-btn:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 18px;
  height: 17px;
  display: block;
  background-image: url(../images/btn-arrow.png);
  background-size: 18px 17px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.thanky-container {
  margin: 189px 0;
}

@media (min-width: 1920px) {
  .thanky-container {
    margin: 189px 0;
  }
}

.thanky-container img {
  margin-bottom: 20px;
  width: 70px;
}

.thanky-container h1 {
  font-size: 35px;
  line-height: 35px;
}

.thanky-container h3 {
  font-size: 20px;
  font-size: 20px;
}

.signup-bg .checkbox-custom {
  opacity: 1;
  height: inherit;
  width: inherit;
  overflow: visible;
  position: absolute;
  display: block;
}

.radio-container .wid50per {
  position: relative;
}

.radio-container .wid50per .likeit {
  opacity: 0;
  overflow: visible;
  position: absolute;
  display: block;
  left: 87px !important;
  z-index: -1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .radio-container .wid50per .likeit {
    left: 87px !important;
  }
}

.radio-container .wid50per .dislikeit {
  opacity: 0;
  overflow: visible;
  position: absolute;
  display: block;
  left: 114px !important;
  z-index: -1;
}

.country-name {
  font-size: 18px;
  position: relative;
  top: -18px;
}

.country-name img {
  width: 25px;
  margin-top: -4px;
}

.country-name-m {
  font-size: 17px;
  position: absolute;
  top: 75px;
  color: #fff;
  right: auto;
  left: 18px;
  text-shadow: 1px 1px 30px #000;
}

@media (min-width: 768px) and (max-width: 999px) {
  .country-name-m {
    top: 20px;
    position: relative;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .country-name-m {
    top: 20px;
    left: 320px;
  }
}

.country-name-m img {
  width: 20px;
  margin-top: -2px;
  -webkit-filter: drop-shadow(1px 1px 22px #000);
          filter: drop-shadow(1px 1px 22px #000);
}

.our-prople-section {
  background: #f4f6f8;
  padding: 100px 0 60px 0;
}

.our-prople-section h2 {
  margin-bottom: 50px;
}

.our-prople-section .white-bg {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .our-prople-section .our-leader-grid img {
    margin: 0 auto;
  }
}

.our-leader-description {
  padding: 30px 40px;
}

.our-leader-description h4 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.our-leader-description h6 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.our-leader-description p {
  color: #4c5d65;
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 1600px) {
  .our-leader-description {
    padding: 60px 101px;
  }
  .our-leader-description h6 {
    margin-bottom: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .our-leader-description {
    padding: 20px;
  }
  .our-leader-description h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .our-leader-description h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .our-leader-description p {
    font-size: 17px;
    line-height: 26px;
  }
}

.offwhite-bg {
  background: #f3f6f8;
}

.epi-download-bg {
  background-image: url("../images/epi-download-img_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epi-download-bg {
    height: 300px;
    background-size: cover;
    background-position: 26%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epi-download-bg {
    height: 300px;
    background-size: cover;
  }
}

.epi-download-bg .download-epi-grid {
  padding: 89px 53px;
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epi-download-bg .download-epi-grid {
    padding: 38px 42px;
  }
  .epi-download-bg .download-epi-grid:after {
    content: "";
    background: rgba(5, 55, 100, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .epi-download-bg .download-epi-grid .download-icon {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .epi-download-bg .download-epi-grid {
    padding: 30px;
  }
  .epi-download-bg .download-epi-grid:after {
    content: "";
    background: rgba(5, 55, 100, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .epi-download-bg .download-epi-grid {
    padding: 35px 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .epi-download-bg .download-epi-grid {
    padding: 28px 35px;
  }
}

@media (min-width: 1600px) {
  .epi-download-bg .download-epi-grid {
    padding: 110px 140px;
  }
}

@media (min-width: 1920px) {
  .epi-download-bg .download-epi-grid {
    padding: 172px 140px;
  }
}

.epi-download-bg .download-epi-grid p {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 32px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .epi-download-bg .download-epi-grid p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .epi-download-bg .download-epi-grid p {
    font-size: 16px;
    line-height: 20px;
  }
}

.epi-download-bg-color {
  background: #053764;
}

.hub-section {
  background: #f3f6f8;
  padding: 80px 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section {
    padding: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hub-section {
    padding: 60px;
  }
}

@media (min-width: 1600px) {
  .hub-section {
    padding: 130px 135px;
  }
}

.hub-section .paddR30 {
  padding-right: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section .paddR30 {
    padding-right: 15px;
  }
}

.hub-section .paddL30 {
  padding-left: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section .paddL30 {
    padding-left: 15px;
  }
}

.hub-section .hub-subtitle {
  color: #00263a;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section .hub-subtitle {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .hub-section .hub-subtitle {
    font-size: 50px;
    line-height: 68px;
  }
}

.hub-section .hub-box {
  margin-bottom: 70px;
  vertical-align: top;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section .hub-box {
    margin-bottom: 50px;
  }
}

.hub-section .hub-box figure img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.hub-section .hub-box .description {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  padding: 37px 45px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section .hub-box .description {
    padding: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hub-section .hub-box .description {
    padding: 30px;
  }
}

.hub-section .hub-box .description p {
  color: #001121;
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section .hub-box .description p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .hub-section .hub-box .description p {
    min-height: 112px;
  }
}

.hub-section .hub-box .description p.heightauto {
  min-height: auto !important;
}

.hub-section .hub-box .description .website-btn {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  line-height: 22px;
  display: inline-block;
}

.hub-section .hub-box .comming-soon {
  position: absolute;
  right: -48px;
  top: -45px;
}

.hub-section .hub-box .comming-soon img {
  width: 170px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hub-section .hub-box .comming-soon {
    right: -28px;
    top: -26px;
  }
  .hub-section .hub-box .comming-soon img {
    width: 100px;
  }
}

.updated-date {
  font-size: 14px !important;
}

.privacy-table td {
  border: 1px solid #4d5d65 !important;
  padding: 20px !important;
}

.privacy-table > tbody > tr:nth-child(odd) > td,
.privacy-table > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

.cookie-center-block {
  width: 45%;
  height: 100%;
  position: fixed;
  left: -45%;
  top: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00263a), to(#022639f2)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00263a 0%, #022639f2 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 6px 3px 6px #00000029;
          box-shadow: 6px 3px 6px #00000029;
  opacity: 1;
  z-index: 100;
  padding: 30px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-center-block {
    width: 88%;
    padding: 50px 25px;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .cookie-center-block {
    width: 70%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .cookie-center-block {
    width: 65%;
  }
}

@media (min-width: 1600px) {
  .cookie-center-block {
    width: 730px;
    padding: 40px 40px;
  }
}

.cookie-center-block.open-new {
  left: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-center-block.open-new {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .cookie-center-block.open-new {
    left: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .cookie-center-block.open-new {
    left: 0;
  }
}

@media (min-width: 1600px) {
  .cookie-center-block.open-new {
    left: 0;
  }
}

.cookie-overlay {
  background-color: rgba(5, 55, 100, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.cookie-header {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .cookie-header {
    margin-bottom: 30px;
  }
}

.cookie-header .cookie-logo {
  width: 250px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-header .cookie-logo {
    width: 160px;
  }
}

.cookie-header .cross-btn {
  width: 40px;
  float: right;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-header .cross-btn {
    width: 35px;
  }
}

.cookie-content h2 {
  color: #61b8c6;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 15px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-content h2 {
    font-size: 26px;
  }
}

.cookie-content .cookie-txt {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-content .cookie-txt {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1600px) {
  .cookie-content .cookie-txt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px !important;
  }
}

.cookie-content .cookie-txt a {
  color: #61b8c6;
  text-decoration: underline;
}

.cookie-content h4 {
  color: #61b8c6;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-content h4 {
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .cookie-content h4 {
    font-size: 20px;
  }
}

.cookie-content p {
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-content p {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  .cookie-content p {
    font-size: 16px;
  }
}

.cookie-content .website-btn {
  border-radius: 5px;
  padding: 10px;
  width: 48%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cookie-content .website-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .cookie-content .website-btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}

@media (min-width: 1600px) {
  .cookie-content .website-btn {
    font-size: 18px;
  }
}

.cookie-content .purple-btn {
  margin-right: 13px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .cookie-content .agree-all-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .cookie-content .agree-all-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cookie-content .mtop35 {
  margin-top: 20px;
}

.toggle-div p {
  width: calc(100% - 124px);
  display: inline-block;
  margin-right: 15px;
}

/** Toggle switch button CSS **/
.content {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  vertical-align: top;
}

@media (min-width: 320px) and (max-width: 767px) {
  .content {
    vertical-align: top;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .content {
    vertical-align: top;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 50px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6e6e6e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 42px;
  width: 42px;
  right: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:checked + .slider:before {
  -webkit-transform: translateX(-39px);
          transform: translateX(-39px);
  background-color: #00263a;
}

.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

/** Toggle switch button CSS **/
.video-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.art-heading {
  font-size: 50px;
  line-height: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .art-heading {
    font-size: 35px;
    line-height: 40px;
  }
}

.articles-section h3 {
  line-height: 45px;
  font-size: 28px;
}

@media (min-width: 1600px) {
  .articles-section h3 {
    line-height: 50px;
    font-size: 35px;
  }
}

.articles-section:before {
  content: "";
  width: 36%;
  height: 100%;
  background: #053764;
  top: 0px;
  right: 0px;
  position: absolute;
}

.articles-section .about-triangle {
  width: 352px;
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 294px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section .about-triangle {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articles-section .about-triangle {
    display: none;
  }
}

.articles-section.podcast-section:before {
  content: "";
  width: 28%;
  height: 100%;
  background: #053764;
  top: 0px;
  right: 0px;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section.podcast-section {
    padding: 40px 0px;
  }
  .articles-section.podcast-section h3 {
    line-height: 35px;
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articles-section.podcast-section {
    padding: 40px 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section.podcast-section {
    padding: 40px 0px 40px 0;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section.podcast-section {
    padding: 40px 0px 40px 0;
  }
}

.articles-section1 {
  background: #f3f6f8 0% 0% no-repeat padding-box;
  padding: 120px 0;
}

.articles-section1 .description {
  padding: 39px 40px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .description {
    padding: 20px 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section1 .description {
    padding: 12px 30px;
  }
}

@media (min-width: 1600px) {
  .articles-section1 .description {
    padding: 36px 40px;
  }
}

.articles-section1 .description h2 {
  color: #00263a;
  font-size: 26px;
  line-height: 40px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .description h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section1 .description h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .articles-section1 .description h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.articles-section1 .description p {
  color: #001121;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .description p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section1 .description p {
    font-size: 18px;
    line-height: 26px;
  }
}

.articles-section1 .description .website-btn {
  margin-top: 20px;
  display: inline-block;
}

.articles-section1 .description .height120 {
  height: 118px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section1 .description .height120 {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articles-section1 .description .height120 {
    height: auto;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .description .height120 {
    height: 110px;
  }
}

.articles-section1 .description .height70 {
  height: 70px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section1 .description .height70 {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articles-section1 .description .height70 {
    height: auto;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .description .height70 {
    height: auto;
  }
}

.articles-section1 .description.podcast-description {
  padding: 55px 40px;
}

@media (min-width: 1600px) {
  .articles-section1 .description.podcast-description {
    padding: 73px 100px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section1 .description.podcast-description {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articles-section1 .description.podcast-description {
    padding: 50px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .description.podcast-description {
    padding: 18px 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section1 .description.podcast-description {
    padding: 15px 40px;
  }
}

.articles-section1 .comming-soon {
  position: absolute;
  left: -42px;
  top: -40px;
}

@media (min-width: 1600px) {
  .articles-section1 .comming-soon {
    position: absolute;
    left: -47px;
    top: -45px;
  }
}

.articles-section1 .comming-soon img {
  width: 150px;
  -webkit-transform: rotate(-92deg);
          transform: rotate(-92deg);
}

@media (min-width: 1600px) {
  .articles-section1 .comming-soon img {
    width: 170px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section1 .comming-soon {
    left: -25px;
    top: -24px;
  }
  .articles-section1 .comming-soon img {
    width: 90px;
  }
}

.articles-section1 .speaker-name {
  position: absolute;
  left: 70px;
  top: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section1 .speaker-name {
    left: 25px;
    top: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .speaker-name {
    left: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section1 .speaker-name {
    left: 30px;
  }
}

.articles-section1 .speaker-name h2 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .speaker-name h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section1 .speaker-name h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.articles-section1 .speaker-name h5 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.articles-section1 .audio-btn {
  position: absolute;
  right: 36px;
  bottom: 30px;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articles-section1 .audio-btn {
    right: 15px;
    bottom: 15px;
  }
  .articles-section1 .audio-btn img {
    width: 70px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articles-section1 .audio-btn {
    right: 15px;
    bottom: 10px;
    width: 80px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articles-section1 .audio-btn {
    right: 15px;
    bottom: 10px;
    width: 80px;
  }
}

.intro-article h2 {
  color: #00263a;
  font-size: 40px;
  margin-bottom: 60px;
}

.intro-article h2.epi-unit {
  text-transform: unset;
}

@media (min-width: 1600px) {
  .intro-article h2 {
    font-size: 50px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .intro-article h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.intro-article h5 {
  color: #00263a;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 48px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .intro-article h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.intro-article p {
  color: #4c5d65;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .intro-article p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .intro-article.mtop80 {
    margin-top: 40px;
  }
}

.outcome-studies {
  background: #f3f6f8 0% 0% no-repeat padding-box;
  padding-top: 100px;
  overflow: hidden;
  z-index: 2;
}

.outcome-studies:after {
  width: 0;
  height: 0;
  border-bottom: 900px solid #fff;
  border-left: 500px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .outcome-studies {
    padding-top: 60px;
  }
  .outcome-studies:after {
    border-bottom: 420px solid #fff;
    border-left: 260px solid transparent;
  }
}

.outcome-studies h2 {
  color: #00263a;
  font-size: 40px;
  margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .outcome-studies h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1600px) {
  .outcome-studies h2 {
    font-size: 50px;
  }
}

.outcome-studies p {
  color: #00263a;
  font-size: 20px;
  line-height: 30px;
}

.outcome-studies .padR {
  padding-right: 70px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .outcome-studies .padR {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .outcome-studies .padR {
    padding-right: 15px !important;
  }
}

.outcome-studies .padL {
  padding-left: 70px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .outcome-studies .padL {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .outcome-studies .padL {
    padding-left: 15px !important;
  }
}

.outcome-studies .art-img {
  margin-bottom: -515px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .outcome-studies .art-img {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .outcome-studies .art-img {
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .outcome-studies .art-img {
    margin-bottom: -405px;
  }
}

@media (min-width: 1600px) {
  .outcome-studies .art-img {
    margin-bottom: -650px;
  }
}

.table-section {
  background-color: #053764;
  padding: 90px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .table-section {
    padding: 40px 0;
  }
}

.table-section table thead {
  background: #949ace 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
}

.table-section table thead td {
  color: #fff;
  font-size: 20px;
  padding: 20px;
  border-top: none;
}

.table-section table thead td.tdPadL {
  padding-left: 50px;
}

.table-section table thead td span {
  display: block;
  font-size: 16px;
}

.table-section table tbody td {
  color: #949ace;
  font-size: 22px;
  padding: 20px;
  border-top: none;
}

.table-section table tbody td.tdPadL {
  padding-left: 50px;
}

.table-section table tbody tr.odd {
  background-color: #2a557b;
}

.table-section table tfoot {
  background: #949ace;
  border: 1px solid #707070;
}

.table-section table tfoot td {
  color: #fff;
  font-size: 20px;
  padding: 20px;
  border-top: none;
}

.table-section table tfoot td.tdPadL {
  padding-left: 50px;
}

.table-section table tfoot td span {
  display: block;
  font-size: 16px;
}

.table-section p {
  margin: 0;
}

.table-section .table-note {
  color: #949ace;
  font-size: 13px;
}

.table-section .table-note1 {
  color: #fff;
  font-size: 15px;
}

.graph-section {
  background-color: #053764;
  padding: 90px 0 90px 102px;
  border-top: 5px solid #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .graph-section {
    padding: 40px 15px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .graph-section {
    padding: 40px 15px;
  }
}

.graph-section .graph-content {
  background-color: #949ace;
  padding: 60px 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .graph-section .graph-content {
    padding: 25px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .graph-section .graph-content {
    padding: 25px;
    margin-top: 25px;
  }
}

.graph-section .graph-content p {
  font-size: 25px;
  line-height: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .graph-section .graph-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .graph-section {
    padding: 90px 0 90px 142px;
  }
  .graph-section .graph-content {
    padding: 95px 75px;
  }
  .graph-section .graph-content p {
    font-size: 30px;
    line-height: 50px;
  }
}

.blue-bg-with-triangle {
  background-repeat: no-repeat;
  background-position: top right;
  padding: 90px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .blue-bg-with-triangle {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .blue-bg-with-triangle {
    padding: 40px 0;
  }
}

.blue-bg-with-triangle h3 {
  color: #fff;
  font-size: 42px;
  line-height: 70px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .blue-bg-with-triangle h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .blue-bg-with-triangle h3 {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .blue-bg-with-triangle h3 {
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .blue-bg-with-triangle h3 {
    font-size: 48px;
    line-height: 65px;
  }
}

.conclusions {
  background-color: #f3f6f8;
  padding: 70px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .conclusions {
    padding: 40px 0;
  }
}

.conclusions h2 {
  color: #00263a;
  font-size: 40px;
  margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .conclusions h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .conclusions h2 {
    font-size: 50px;
  }
}

.conclusions p {
  color: #4c5d65;
  margin-bottom: 60px;
}

.conclusions h3 {
  color: #949ace;
  text-transform: uppercase;
  margin-top: 20px;
}

.conclusions h4 {
  color: #00263a;
}

.conclusions .conclu-img {
  width: 200px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .conclusions .conclu-img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .conclusions .conclu-img {
    margin: 0 auto;
  }
}

.conclusions .ref-txt {
  font-size: 14px;
  line-height: 24px;
}

.conclu-txt {
  font-size: 20px;
  line-height: 30px;
}

.ref-txt {
  font-size: 14px;
  line-height: 24px;
}

.article-tab-header {
  background-color: #053764;
}

.article-tabs {
  background-color: #f8f8f8;
}

.article-tabs .nav-tabs {
  border: 0;
  margin: 0;
}

.article-tabs .nav-tabs li {
  margin-right: 20px;
  width: 49.1%;
}

.article-tabs .nav-tabs li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 999px) {
  .article-tabs .nav-tabs li {
    width: 48.5%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .article-tabs .nav-tabs li {
    width: 48.9%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .article-tabs .nav-tabs li {
    width: 48%;
  }
}

.article-tabs .nav-tabs li a {
  margin: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  padding: 30px 50px;
}

.article-tabs .nav-tabs li a:hover, .article-tabs .nav-tabs li a:focus {
  background-color: #fff;
  -webkit-box-shadow: 7px -7px 16px #0000001a;
          box-shadow: 7px -7px 16px #0000001a;
  border: none;
  color: #949ace;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .article-tabs .nav-tabs li a {
    font-size: 28px;
    padding: 30px 25px;
  }
}

@media (min-width: 1600px) {
  .article-tabs .nav-tabs li a {
    padding: 30px 72px;
  }
}

.article-tabs .nav-tabs li.active a {
  background-color: #fff;
  -webkit-box-shadow: 7px -7px 16px #0000001a;
          box-shadow: 7px -7px 16px #0000001a;
  color: #949ace;
  text-decoration: none;
  margin-top: -18px;
  padding-bottom: 47px;
}

.article-tabs .nav-tabs li.active a:hover, .article-tabs .nav-tabs li.active a:focus {
  background-color: #fff;
  -webkit-box-shadow: 7px -7px 16px #0000001a;
          box-shadow: 7px -7px 16px #0000001a;
  border: none;
  color: #949ace;
  text-decoration: none;
  margin-top: -18px;
  padding-bottom: 47px;
}

.article-tabs .tab-pane {
  background: #ffffff;
  padding: 0;
}

.article-tabs .panel-heading {
  background-color: #053764;
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 18px;
}

.article-tabs .panel-heading .panel-title {
  font-size: 28px;
  line-height: 30px;
}

.article-tabs .tab-content {
  margin-top: 0;
}

@media (min-width: 768px) {
  .article-tabs .panel-heading {
    display: none;
  }
  .article-tabs .panel {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
  .article-tabs .panel-collapse {
    height: auto;
  }
  .article-tabs .panel-collapse.collapse {
    display: block;
  }
  .article-tabs .panel-collapse .panel-body {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .article-tabs .tab-content .tab-pane {
    display: block;
    border: 0;
    padding: 0;
  }
  .article-tabs .tab-content .tab-pane .panel.active .panel-heading {
    background-color: #fff;
    color: #949ace;
  }
  .nav-tabs {
    display: none;
  }
  .article-tabs .panel-title a {
    display: block;
  }
  .article-tabs .panel {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .article-tabs .panel .panel-body {
    padding: 0;
  }
  .article-tabs .panel-collapse {
    background: #ffffff;
    border: 4px solid transparent;
    padding: 0;
    height: auto !important;
  }
  .article-tabs .panel-collapse .panel-body {
    border: none;
  }
  .article-tabs .tab-pane:first-child .panel {
    border-radius: 0;
  }
  .article-tabs .tab-pane:last-child .panel {
    border-radius: 0;
  }
}

.articleOne-tab-content .banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.articleOne-tab-content .banner-section .art-banner-caption {
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  margin: 40% 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleOne-tab-content .banner-section .art-banner-caption {
    font-size: 25px;
    line-height: 40px;
  }
}

@media (min-width: 1600px) {
  .articleOne-tab-content .banner-section .art-banner-caption {
    font-size: 40px;
    line-height: 50px;
  }
}

.articleOne-tab-content .interview-section {
  background-color: #053764;
  padding: 50px 0;
  position: relative;
}

.articleOne-tab-content .interview-section .disruptive-triangle {
  width: 190px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
}

@media (min-width: 1600px) {
  .articleOne-tab-content .interview-section .disruptive-triangle {
    width: 240px;
    height: 341px;
  }
}

@media (min-width: 1920px) {
  .articleOne-tab-content .interview-section .disruptive-triangle {
    width: 278px;
    height: 395px;
  }
}

.articleOne-tab-content .interview-section h2 {
  margin-bottom: 40px;
}

.articleOne-tab-content .interview-section .box h3 {
  font-size: 30px;
  line-height: 32px;
  margin: 30px 0 20px 0;
}

.articleOne-tab-content .interview-section .box h6 {
  text-transform: uppercase;
}

.articleOne-tab-content .interview-section .box .conclu-txt {
  font-size: 17px;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleOne-tab-content .interview-section .box .conclu-txt {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  .articleOne-tab-content .interview-section .box .conclu-txt {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articleOne-tab-content .interview-section .box img {
    margin: 0 auto;
    display: block;
  }
}

.articleOne-tab-content .art-txt-section h4 {
  color: #00263a;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
}

.articleOne-tab-content .art-disruptive-section1 {
  background: #f3f6f8 0% 0% no-repeat padding-box;
  padding-left: 105px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleOne-tab-content .art-disruptive-section1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .articleOne-tab-content .art-disruptive-section1 .padR110 {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articleOne-tab-content .art-disruptive-section1 .padR110 {
    padding-right: 15px !important;
  }
}

@media (min-width: 1600px) {
  .articleOne-tab-content .art-disruptive-section1 {
    padding-left: 142px;
  }
}

.articleOne-tab-content .art-disruptive-section1 .art-info-img1 {
  position: relative;
  right: -55px;
}

.articleOne-tab-content .art-disruptive-section1 h2 {
  color: #00263a;
  font-size: 40px;
  margin-bottom: 40px;
}

.articleOne-tab-content .art-disruptive-section2 .art-sec-1 {
  padding: 100px 58px 40px 105px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-1 {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-1 {
    padding: 40px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-1 {
    padding: 40px;
  }
}

@media (min-width: 1600px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-1 {
    padding: 100px 120px 40px;
  }
}

.articleOne-tab-content .art-disruptive-section2 .art-sec-1 h2 {
  color: #00263a;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 60px;
}

@media (min-width: 1600px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-1 h2 {
    font-size: 43px;
    line-height: 55px;
    margin-bottom: 60px;
  }
}

.articleOne-tab-content .art-disruptive-section2 .art-sec-1 .reference {
  margin-top: 26%;
}

@media (min-width: 1920px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-1 .reference {
    margin-top: 23%;
  }
}

.articleOne-tab-content .art-disruptive-section2 .art-sec-2 {
  background-color: #61b8c6;
  padding: 60px 105px 40px 58px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 {
    padding: 40px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 {
    padding: 40px;
  }
}

@media (min-width: 1600px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 {
    padding: 100px 120px 100px 70px;
  }
}

.articleOne-tab-content .art-disruptive-section2 .art-sec-2 h2 {
  color: #f3f6f8;
  font-size: 55px;
  line-height: 70px;
  padding-right: 160px;
  margin-bottom: 50px;
  position: relative;
}

.articleOne-tab-content .art-disruptive-section2 .art-sec-2 h2 .power-partner-icon {
  width: 141px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 140px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 h2 {
    font-size: 32px;
    line-height: 40px;
    padding-right: 80px;
    margin-bottom: 30px;
  }
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 h2 .power-partner-icon {
    width: 100px;
    height: auto;
  }
}

@media (min-width: 1600px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 h2 {
    font-size: 65px;
    line-height: 80px;
    padding-right: 200px;
  }
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 h2:before {
    width: 181px;
    height: 179px;
  }
}

.articleOne-tab-content .art-disruptive-section2 .art-sec-2 h4 {
  color: #f3f6f8;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 70px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .articleOne-tab-content .art-disruptive-section2 .art-sec-2 h4 {
    font-size: 40px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 {
  padding-top: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 {
    padding-top: 60px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section1 {
  padding: 0 50px 0 105px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section1 {
    padding: 0 25px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section1 {
    padding: 0 40px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section1 {
    padding: 0 70px 0 110px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section1 h4 {
  color: #00263a;
  font-size: 25px;
  line-height: 42px;
  margin-bottom: 45px;
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section1 h4 {
    font-size: 30px;
    line-height: 50px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section1 h2 {
  color: #00263a;
  font-size: 33px;
  line-height: 50px;
  margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section1 h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section1 h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 80px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 {
  background-color: #053764;
  padding: 65px 105px 40px 65px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 {
    padding: 60px 25px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 {
    padding: 40px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 {
    padding: 70px 120px 60px 65px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 h2 {
  color: #949ace;
  font-size: 55px;
  line-height: 120px;
  padding-left: 180px;
  margin-bottom: 40px;
  position: relative;
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 h2 .patient-story-icon {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 120px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 h2 {
    font-size: 30px;
    line-height: 40px;
    padding-left: 80px;
    margin-bottom: 30px;
  }
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 h2 .patient-story-icon {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 h2 {
    line-height: 60px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 h2 {
    font-size: 65px;
    line-height: 150px;
    padding-left: 220px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 p {
  color: #f3f6f8;
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section {
  background-color: #949ace;
  padding: 65px 110px 65px 110px;
  position: relative;
  margin-left: -105px;
  margin-right: -120px;
  margin-top: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section {
    margin: 60px 0 0 0;
    padding: 60px 60px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section {
    padding: 60px 140px 60px 140px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section h3 {
  font-size: 43px;
  line-height: 55px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section h3 {
    font-size: 48px;
    line-height: 60px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section .white-cote-left {
  position: absolute;
  left: 47px;
  top: 27px;
  width: 55px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section .white-cote-left {
    left: 25px;
    top: 20px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section .white-cote-left {
    left: 47px;
    top: 27px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section .white-cote-right {
  position: absolute;
  right: 55px;
  bottom: 45px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 55px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section .white-cote-right {
    right: 25px;
    bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 .cote-section .white-cote-right {
    right: 70px;
    bottom: 25px;
  }
}

.articleTwo-tab-content .art-disruptive-section3 .art-section2 h4 {
  color: #949ace;
  font-size: 40px;
  line-height: 50px;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section3 .art-section2 h4 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 70px;
    margin-bottom: 40px;
  }
}

.articleTwo-tab-content .art-disruptive-section4 {
  background-image: url("../images/blue-bg-triangle1.png");
  background-repeat: no-repeat;
  padding: 90px 0;
  background-size: cover;
  background-position: right bottom;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section4 {
    padding: 60px 0;
  }
}

.articleTwo-tab-content .art-disruptive-section4 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  padding-left: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section4 h3 {
    font-size: 30px;
    line-height: 40px;
    padding-left: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleTwo-tab-content .art-disruptive-section4 h3 {
    font-size: 35px;
    line-height: 45px;
    padding-left: 20px;
    margin-top: 22px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .art-disruptive-section4 h3 {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (min-width: 1920px) {
  .articleTwo-tab-content .art-disruptive-section4 h3 {
    font-size: 50px;
    line-height: 70px;
    padding-right: 200px;
  }
}

.articleTwo-tab-content .art-disruptive-section4 .white-cote-left {
  position: absolute;
  left: 12px;
  top: -50px;
  opacity: 0.3;
}

.articleTwo-tab-content .art-disruptive-section4 .white-cote-right {
  position: relative;
  right: -20px;
  bottom: -42px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .art-disruptive-section4 .white-cote-right {
    position: relative;
    right: -190px;
    bottom: -10px;
    width: 80px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articleTwo-tab-content .art-disruptive-section4 .white-cote-right {
    right: -58px;
    bottom: -30px;
    width: 80px;
  }
}

.articleTwo-tab-content .art-disruptive-section5 h2 {
  color: #00263a;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 60px;
}

.articleTwo-tab-content .life-interrupt-section .title-bg {
  background-color: #053764;
  color: #f3f6f8;
  font-size: 50px;
  line-height: 80px;
  padding: 60px;
}

.articleTwo-tab-content .life-interrupt-section .title-bg span {
  color: #61b8c6;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .life-interrupt-section .title-bg {
    font-size: 35px;
    line-height: 50px;
    padding: 30px 30px 70px 30px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .life-interrupt-section .title-bg {
    font-size: 80px;
  }
}

.articleTwo-tab-content .life-interrupt-section .inerrupted-list {
  position: relative;
}

.articleTwo-tab-content .life-interrupt-section .inerrupted-list:before {
  content: "";
  background: url(../images/art-blue-tri.png);
  width: 600px;
  position: absolute;
  bottom: 0px;
  right: -255px;
  height: 600px;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list:before {
    content: none;
  }
}

.articleTwo-tab-content .life-interrupt-section .inerrupted-list .interrupt-man-img {
  margin: -75px 0 0 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list .interrupt-man-img {
    margin-top: -65px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list .interrupt-man-img {
    margin: -75px auto 0 auto;
    display: block;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list .interrupt-man-img {
    margin-top: -65px;
  }
}

@media (min-width: 1600px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list .interrupt-man-img {
    margin: -60px 0 0 60px;
    width: 270px;
  }
}

.articleTwo-tab-content .life-interrupt-section .inerrupted-list .ul-list {
  list-style-type: none;
  margin: 130px 160px 0 0;
  padding: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list .ul-list {
    margin-right: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list .ul-list {
    margin-right: 260px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .articleTwo-tab-content .life-interrupt-section .inerrupted-list .ul-list {
    margin-right: 215px;
  }
}

.articleTwo-tab-content .life-interrupt-section .inerrupted-list .ul-list li {
  color: #61b8c6;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}

.articleTwo-tab-content .life-interrupt-section .inerrupted-list .ul-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #61b8c6;
  border-radius: 50%;
}

.articleTwo-tab-content .reference {
  margin-top: 50px;
  margin-bottom: 45px;
}

.articleTwo-tab-content .reference p {
  line-height: 30px;
}

.medical-workshop-section {
  background-color: #f3f6f8;
  padding: 120px 0px;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  .medical-workshop-section {
    padding: 50px 0 600px 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .medical-workshop-section {
    padding: 50px 0 600px 0;
  }
}

.medical-workshop-section:before {
  content: "";
  width: 40%;
  height: 100%;
  background: url("../images/vide-lady-img.png");
  background-repeat: no-repeat;
  bottom: 0px;
  right: 100px;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 767px) {
  .medical-workshop-section:before {
    width: 100%;
    right: 0;
    background-position: center bottom;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .medical-workshop-section:before {
    width: 100%;
    right: 0;
    background-position: center bottom;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .medical-workshop-section:before {
    width: 50%;
    right: 0;
    background-size: cover;
  }
}

.medical-workshop-section:after {
  content: "";
  background: url(../images/bubble-img.png);
  background-repeat: no-repeat;
  width: 500px;
  position: absolute;
  top: -190px;
  right: 15px;
  height: 586px;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .medical-workshop-section:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .medical-workshop-section:after {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .medical-workshop-section:after {
    display: none;
  }
}

@media (min-width: 1600px) {
  .medical-workshop-section:after {
    width: 668px;
    top: -370px;
    right: 105px;
    height: 798px;
  }
}

.medical-workshop-section h2 {
  color: #00263a;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .medical-workshop-section h2 {
    font-size: 28px;
  }
}

@media (min-width: 1600px) {
  .medical-workshop-section h2 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 60px;
  }
}

.medical-workshop-section p {
  color: #4c5d65;
  font-size: 24px;
  line-height: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .medical-workshop-section p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .medical-workshop-section p {
    font-size: 32px;
    line-height: 50px;
  }
}

.videos-lists-section {
  margin-top: 120px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .videos-lists-section {
    margin-top: 50px;
  }
}

.video-bg-1 {
  background-color: #e7f4f7;
}

.video-bg-1.video-bg-2 {
  background-color: #eff0f8;
}

.video-bg-1 .view-content-1 {
  background-image: url("../images/video-blue-bg.png");
  background-repeat: no-repeat;
  padding: 40px 40px 90px;
  position: relative;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-bg-1 .view-content-1 {
    padding: 30px 30px 90px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-bg-1 .view-content-1 {
    background-size: cover;
  }
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-1 {
    padding: 60px 50px 90px;
  }
}

.video-bg-1 .view-content-1:before {
  content: "";
  width: 100%;
  height: 80px;
  background: url("../images/waves-img.png");
  background-repeat: no-repeat;
  bottom: 15px;
  left: 0;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-bg-1 .view-content-1:before {
    background-size: cover;
  }
}

.video-bg-1 .view-content-1 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-bg-1 .view-content-1 h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-1 h3 {
    font-size: 35px;
    line-height: 51px;
  }
}

.video-bg-1 .view-content-1 h6 {
  color: #fff;
  font-size: 24px;
  line-height: 51px;
  margin: 0;
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-1 h6 {
    font-size: 27px;
  }
}

.video-bg-1 .view-content-1 p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  min-height: 152px;
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-1 p {
    font-size: 25px;
    line-height: 38px;
  }
}

.video-bg-1 .view-content-1 .waves-img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.video-bg-1 .view-content-2 {
  background-image: url("../images/video-purple-bg.png");
  background-repeat: no-repeat;
  padding: 55px 40px 103px;
  position: relative;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-bg-1 .view-content-2 {
    background-size: cover;
  }
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-2 {
    padding: 73px 50px 90px;
  }
}

.video-bg-1 .view-content-2:before {
  content: "";
  width: 100%;
  height: 80px;
  background: url("../images/waves-img.png");
  background-repeat: no-repeat;
  bottom: 15px;
  left: 0;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-bg-1 .view-content-2:before {
    background-size: cover;
  }
}

.video-bg-1 .view-content-2 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-bg-1 .view-content-2 h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-2 h3 {
    font-size: 35px;
    line-height: 51px;
  }
}

.video-bg-1 .view-content-2 h6 {
  color: #fff;
  font-size: 24px;
  line-height: 51px;
  margin: 0;
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-2 h6 {
    font-size: 27px;
  }
}

.video-bg-1 .view-content-2 p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

@media (min-width: 1600px) {
  .video-bg-1 .view-content-2 p {
    font-size: 25px;
    line-height: 38px;
  }
}

.video-bg-1 .video-description-1 {
  padding: 70px 20px 70px 60px;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-bg-1 .video-description-1 {
    padding: 55px 20px 30px 20px;
  }
}

@media (min-width: 1600px) {
  .video-bg-1 .video-description-1 {
    padding: 75px 60px;
    font-size: 25px;
    line-height: 38px;
  }
}

.video-bg-1 .video-description-1 .website-btn {
  display: inline-block;
  position: relative;
  padding-right: 45px;
}

@media (min-width: 1600px) {
  .video-bg-1 .video-description-1 .website-btn {
    padding-right: 50px;
  }
}

.video-bg-1 .video-description-1 .website-btn:before {
  content: "";
  width: 20px;
  background: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  top: 50%;
  right: 12px;
  position: absolute;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 20px 12px;
}

@media (min-width: 1600px) {
  .video-bg-1 .video-description-1 .website-btn:before {
    width: 25px;
    right: 15px;
    height: 15px;
    background-size: 25px 15px;
  }
}

.video-bg-1 .video-description-1 .website-btn.up-arrow:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 18px;
}

@media (min-width: 1600px) {
  .video-bg-1 .video-description-1 .website-btn.up-arrow:before {
    top: 26px;
  }
}

.video-bg-1 .video-description-1.video-description-2 {
  padding: 55px 20px 55px 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-bg-1 .video-description-1.video-description-2 {
    padding: 55px 20px 30px 20px;
  }
}

@media (min-width: 1600px) {
  .video-bg-1 .video-description-1.video-description-2 {
    padding: 60px 60px;
  }
}

#more,
#more1 {
  display: none;
}

.video-btn {
  position: absolute;
  right: -47px;
  top: 37px;
  z-index: 1;
  width: 94px;
  height: 94px;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-btn {
    right: 0;
    bottom: -47px;
    top: initial;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-btn {
    right: 0;
    bottom: -47px;
    top: initial;
  }
}

.video-section {
  margin: 120px 0 0 0;
  background: url("../images/video-bg.png");
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-section {
    margin-top: 50px;
  }
}

.video-section .stay-in-touch-grid {
  padding: 100px 85px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-section .stay-in-touch-grid {
    padding: 50px;
  }
}

.readmore-btns {
  padding: 0;
}

/* Video Popup CSS */
.video-popup-bgoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
  z-index: 1;
}

.video-popup-1 {
  background: #e7f4f7;
  width: 1000px;
  height: 570px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-popup-1 {
    height: auto;
    width: 95%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-popup-1 {
    height: auto;
    width: 80%;
  }
}

.video-popup-1 .close-vid-popup {
  position: absolute;
  top: 0px;
  right: -45px;
  cursor: pointer;
  z-index: 99;
  width: 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-popup-1 .close-vid-popup {
    top: -28px;
    right: 1px;
    width: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-popup-1 .close-vid-popup {
    top: -28px;
    right: 1px;
    width: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .video-popup-1 .close-vid-popup {
    top: -38px;
    right: 1px;
    width: 30px;
  }
}

.video-popup-2 {
  background: #e7f4f7;
  width: 1000px;
  height: 570px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-popup-2 {
    height: auto;
    width: 95%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-popup-2 {
    height: auto;
    width: 80%;
  }
}

.video-popup-2 .close-vid-popup {
  position: absolute;
  top: 0px;
  right: -45px;
  cursor: pointer;
  z-index: 99;
  width: 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-popup-2 .close-vid-popup {
    top: -28px;
    right: 1px;
    width: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-popup-2 .close-vid-popup {
    top: -28px;
    right: 1px;
    width: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .video-popup-2 .close-vid-popup {
    top: -38px;
    right: 1px;
    width: 30px;
  }
}

/* Video Popup CSS */
.cookie-center-popup {
  width: 750px;
}

.cookie-center-popup .modal-content {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00263a), to(#022639f2)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00263a 0%, #022639f2 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 6px 3px 6px #00000029;
          box-shadow: 6px 3px 6px #00000029;
}

.cookie-center-popup .modal-header {
  border-bottom: none;
}

.cookie-center-popup .modal-body {
  padding-top: 0;
}

/* Discover Ontozry page CSS */
.discover-forum-text {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f7f5fa;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-forum-text {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.discover-forum-text h2 {
  color: #5b2c86;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-forum-text h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .discover-forum-text h2 {
    font-size: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .discover-forum-text h2 {
    font-size: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .discover-forum-text h2 {
    font-size: 30px;
  }
}

.discover-forum-text p {
  color: #4a4a49;
  font-size: 22px;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-forum-text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.discover-forum-text p.action-txt {
  color: #00263a;
  font-size: 14px;
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-forum-text p.action-txt {
    line-height: 20px;
    margin-top: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .discover-forum-text p.action-txt {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .discover-forum-text p.action-txt {
    margin-top: 40px;
  }
}

.discover-forum-text .list-circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
}

.discover-form-outer {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 46px #00000007;
          box-shadow: 0px 3px 46px #00000007;
  border: 1px solid #e0e0e0;
  opacity: 1;
  padding: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-form-outer {
    padding: 10px;
  }
}

.discover-form-outer h2 {
  color: #f28a19;
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 24px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-form-outer h2 {
    font-size: 30px;
  }
}

.discover-form-outer p {
  color: #f28a19;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
}

.discover-form-outer p.discover-note {
  color: #4c5d65;
  font-size: 20px;
  line-height: 38px;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-form-outer p.discover-note {
    font-size: 18px;
  }
}

.discover-form-outer p.discover-note a {
  color: #4c5d65;
  text-decoration: underline;
}

.discover-form-outer .signup-bg {
  background-color: transparent;
  padding: 0;
  margin-top: 50px;
}

.discover-form-outer .signup-bg label {
  color: #00263a;
  margin-bottom: 12px;
}

.discover-form-outer .signup-bg label span {
  color: #f28a19;
}

.discover-form-outer .signup-bg .form-control {
  border: 2px solid #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.discover-form-outer .signup-bg .checkbox-label {
  background: #5b2c86 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 15px 12px;
}

.discover-form-outer .signup-bg .checkbox-label.event-pink-bg {
  background: #e8816f;
}

.discover-form-outer .signup-bg .checkbox-label .checkbox-custom-label {
  color: #fff;
  font-size: 20px;
}

.discover-form-outer .signup-bg .checkbox-label .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 0px;
  margin-right: 6px;
  border-radius: 5px;
}

.discover-form-outer .signup-bg .checkbox-label .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  padding: 0;
  position: absolute;
  width: 12px;
  height: 20px;
  border: solid #5b2c86;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 6px;
}

.discover-form-outer .signup-bg .checkbox-label .checkbox-custom:checked + .checkbox-custom-label {
  color: #d80e28;
}

@media (max-width: 1280px) {
  .discover-form-outer .signup-bg .checkbox-label {
    padding: 15px 11px;
  }
  .discover-form-outer .signup-bg .checkbox-label .checkbox-custom-label {
    font-size: 15px !important;
  }
  .discover-form-outer .signup-bg .checkbox-label .checkbox-custom + .checkbox-custom-label:before {
    width: 22px;
    height: 22px;
  }
}

.discover-form-outer .signup-bg .select-title {
  position: relative;
}

.discover-form-outer .signup-bg .select-title select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  z-index: 1;
  cursor: pointer;
  padding-right: 65px;
}

.discover-form-outer .signup-bg .select-title:after {
  content: "";
  background-image: url(../images/grey-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 58px;
  height: 58px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
  background-color: transparent;
}

.panel-group .type-panel {
  overflow: visible;
  margin-bottom: 25px;
}

.panel-group .type-panel.acco-type-panel {
  margin-bottom: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.type-panel-heading,
.type-panel {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

.type-panel-heading {
  padding: 0;
  -webkit-box-shadow: 0px 5px 35px #00000029;
          box-shadow: 0px 5px 35px #00000029;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.event-title {
  background: #5b2c86;
  -webkit-box-shadow: 0px 15px 15px #00000029;
          box-shadow: 0px 15px 15px #00000029;
}

.event-title.event-pink-bg {
  background: #e8816f;
}

.event-title.event-orange-bg {
  background: #f28a19;
}

.event-title.event-lightorange-bg {
  background: rgba(242, 138, 25, 0.55);
}

.event-title.event-lightpurple-bg {
  background: rgba(91, 44, 134, 0.6);
}

.type-name,
.type-icon {
  padding: 25px 25px;
  display: inline-block;
  width: 84%;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .type-name,
  .type-icon {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .type-name,
  .type-icon {
    padding: 25px 15px;
  }
}

.type-name .event-date,
.type-icon .event-date {
  display: block;
}

.type-name.type-name-safety,
.type-icon.type-name-safety {
  padding: 50px 20px 50px 60px;
  width: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .type-name.type-name-safety,
  .type-icon.type-name-safety {
    padding: 50px 30px;
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .type-name.type-name-safety,
  .type-icon.type-name-safety {
    width: 90%;
  }
}

.type-icon {
  width: 16%;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 25px 10px;
}

.type-icon i {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 58px;
  height: 58px;
  pointer-events: none;
}

.type-icon i.down-arrow {
  background-image: url(../images/btn-arrow.png);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.type-icon i.up-arrow {
  background-image: url(../images/btn-arrow.png);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.type-icon.type-icon-safety {
  width: auto;
  padding: 39px 0px;
  vertical-align: middle;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .type-icon {
    padding: 25px 0px;
  }
  .type-icon i {
    width: 40px;
    height: 40px;
  }
}

.type-panel-body {
  border-top: 0px !important;
  background: #fff;
  padding: 45px 40px;
  -webkit-box-shadow: 0px 5px 35px #00000029;
          box-shadow: 0px 5px 35px #00000029;
}

.type-panel-body p {
  margin-bottom: 0px;
  letter-spacing: 0px;
  color: #5b2c86;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.type-panel-body.safety-panel-body {
  padding: 60px 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .type-panel-body.safety-panel-body {
    padding: 30px;
  }
}

.type-panel-body.safety-panel-body p {
  font-weight: 400;
  margin-bottom: 20px;
}

.type-panel-body.safety-panel-body-bg {
  background-color: #ede8f2;
}

.type-panel-body.safety-panel-body-pinkbg {
  background-color: rgba(232, 129, 111, 0.1);
}

.type-panel-body.safety-panel-body-lightorangebg {
  background-color: rgba(242, 138, 25, 0.1);
}

.reference-section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}

.reference-section p {
  font-size: 14px;
  color: #4a4a49;
}

.reference-section .greybg {
  background: #f7f4f9 0% 0% no-repeat padding-box;
  color: #000000;
  padding: 40px;
  margin-top: 30px;
}

.reference-section .greybg p {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}

.reference-section .greybg p a {
  color: #0b9bd0;
  text-decoration: underline;
}

.discover-banner-content {
  margin-top: 130px;
  margin-left: 80px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-banner-content {
    margin-left: -15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 100px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .discover-banner-content {
    margin-top: 40px;
    margin-left: -15px;
    text-align: center;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .discover-banner-content {
    margin-top: 70px;
  }
}

.discover-banner-content.discover-ontozry-banner-content {
  margin-left: 0;
}

.discover-banner-content.discover-ontozry-banner-content .journey-txt {
  text-align: left;
  margin: 105px 0 0 -30px;
}

@media (max-width: 999px) {
  .discover-banner-content.discover-ontozry-banner-content .journey-txt {
    margin-top: 50px;
  }
}

.discover-banner-content.discover-ontozry-banner-content .journey-txt img {
  width: auto;
}

@media (max-width: 999px) {
  .discover-banner-content.discover-ontozry-banner-content .journey-txt img {
    width: 470px;
  }
}

.discover-footer {
  background-color: #2f1645;
}

.discover-footer .footer-logo {
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-footer .footer-logo {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .discover-footer .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-nav.discover-purple-footer,
.mobile-footer.discover-purple-footer {
  background-color: #5b2c86;
  position: relative;
  padding: 20px 0;
}

.footer-nav.discover-purple-footer:after,
.mobile-footer.discover-purple-footer:after {
  top: 0;
  height: 5px;
  content: "";
  position: absolute;
  width: 100%;
  background-color: #5b2c86;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #b01928), color-stop(50%, #b01928), color-stop(50%, #d80e28), color-stop(75%, #d80e28), color-stop(75%, #e8816f));
  background-image: linear-gradient(to right, #5b2c86, #5b2c86 25%, #5b2c86 25%, #b01928 25%, #b01928 50%, #d80e28 50%, #d80e28 75%, #e8816f 75%);
}

.footer-nav .discover-footer,
.mobile-footer .discover-footer {
  background-color: #2f1645;
}

.footer-nav .discover-footer .event-play-icon,
.mobile-footer .discover-footer .event-play-icon {
  position: absolute;
}

/* Discover Ontozry page CSS */
/* Event page CSS */
.event-bg {
  background: #f6f4f9 0% 0% no-repeat padding-box;
}

.video-container {
  background-color: #fff;
  position: relative;
  margin-bottom: 72px;
  overflow: hidden;
}

.video-container .event-video-img {
  cursor: pointer;
}

.video-container.forum-video-container {
  z-index: 1;
  margin-top: 30px;
}

.register-btn-container {
  background-color: #5e3081;
  border-radius: 5px;
  width: 470px;
  padding: 15px 45px;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .register-btn-container {
    width: auto;
    padding: 15px 25px;
  }
}

.register-btn-container img {
  margin-right: 40px;
  width: 90px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .register-btn-container img {
    margin-right: 15px;
    width: 45px;
  }
}

.register-btn-container .website-btn {
  text-transform: uppercase;
  padding: 10px 35px;
  font-size: 17px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .register-btn-container .website-btn {
    padding: 10px;
  }
}

.register-btn-container .website-btn .btn-arrow {
  margin-left: 10px;
  margin-right: 0;
}

.event-purple-bg {
  background-color: #5b2c86;
  position: relative;
  padding: 90px 0 60px;
}

.event-purple-bg:before {
  top: 0;
  height: 10px;
  content: "";
  position: absolute;
  background-color: #5b2c86;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #b01928), color-stop(50%, #b01928), color-stop(50%, #d80e28), color-stop(75%, #d80e28), color-stop(75%, #e8816f));
  background-image: linear-gradient(to right, #5b2c86, #5b2c86 25%, #5b2c86 25%, #b01928 25%, #b01928 50%, #d80e28 50%, #d80e28 75%, #e8816f 75%);
  width: 100%;
}

.event-purple-bg:after {
  content: "";
  position: absolute;
  top: 200px;
  right: -320px;
  width: 100%;
  background-image: url(../images/event-circle-bg.png);
  background-repeat: no-repeat;
  height: 600px;
  background-position: top right;
  background-size: 600px 600px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-purple-bg:after {
    content: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .event-purple-bg:after {
    content: none;
  }
}

.event-purple-bg .register-btn-container {
  background-color: #5d2e80;
  border: #fff solid 2px;
  margin-top: 40px;
  width: 475px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-purple-bg .register-btn-container {
    width: auto;
  }
}

.event-purple-bg .register-btn-container .website-btn {
  position: relative;
  z-index: 1;
}

.event-purple-bg h2 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-purple-bg h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.event-purple-bg h5 {
  color: #e8816f;
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-purple-bg h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

.event-para {
  color: #fff;
  font-size: 20px;
}

.event-list {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 35px #00000029;
          box-shadow: 0px 5px 35px #00000029;
  border-radius: 8px;
  padding: 60px 70px;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-list {
    padding: 25px;
  }
}

.event-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.event-list ul li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-list ul li {
    padding-left: 45px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .event-list ul li {
    padding-left: 55px;
  }
}

.event-list ul li:before {
  content: "";
  background-image: url(../images/event-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 40px;
  height: 54px;
  pointer-events: none;
  background-color: transparent;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-list ul li:before {
    background-size: 25px;
    width: 25px;
    height: 38px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .event-list ul li:before {
    background-size: 30px;
    width: 30px;
    height: 38px;
  }
}

.event-list ul li h2 {
  font-size: 35px;
  line-height: 40px;
  color: #5b257c;
  margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-list ul li h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .event-list ul li h2 {
    font-size: 28px;
  }
}

.event-list ul li p {
  font-size: 20px;
  line-height: 24px;
  color: #5b257c;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-list ul li p {
    font-size: 17px;
  }
}

.event-list ul li:nth-child(1) h2 {
  padding-right: 150px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-list ul li:nth-child(1) h2 {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .event-list ul li:nth-child(1) h2 {
    padding-right: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .event-list ul li:nth-child(1) h2 {
    padding-right: 0;
  }
}

.event-list ul li:nth-child(2):before {
  content: "";
  background-image: url(../images/event-arrow-icon2.png);
}

.event-list ul li:nth-child(3):before {
  content: "";
  background-image: url(../images/event-arrow-icon3.png);
}

.event-list ul li:nth-child(4) {
  margin-bottom: 0;
}

.event-list ul li:nth-child(4):before {
  content: "";
  background-image: url(../images/event-arrow-icon4.png);
}

.event-team-section {
  background-color: #2f1645;
  -webkit-box-shadow: 0px 15px 15px #00000029;
          box-shadow: 0px 15px 15px #00000029;
  position: relative;
  padding: 90px 0 60px;
  margin-top: 110px;
}

.event-team-section:before {
  content: "";
  position: absolute;
  top: -420px;
  left: -570px;
  width: 100%;
  background-image: url(../images/event-circle-bg.png);
  background-repeat: no-repeat;
  height: 971px;
  background-position: left top;
  background-size: 900px 900px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-team-section:before {
    content: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .event-team-section:before {
    content: none;
  }
}

.event-team-section .col-md-4 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.team-box img {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .team-box img {
    display: block;
    margin: 0 auto 40px;
  }
}

.team-box h2 {
  color: #e8816f;
  font-size: 30px;
  line-height: 40px;
}

.team-box .event-para {
  line-height: 30px;
}

.sessions-container {
  margin: 90px 0 70px 0;
}

.sessions-container h2 {
  color: #5b2c86;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}

.sessions-container p {
  color: #00263a;
  font-size: 18px;
  line-height: 26px;
}

.sessions-container .register-btn-container {
  margin-top: 70px;
}

.menu-triangle {
  position: absolute;
  top: 32px;
  right: 2px;
  width: 18px;
}

.foo-white-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  padding: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .foo-white-box {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .foo-white-box {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .foo-white-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.foo-white-box p {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  padding-top: 0 !important;
}

.foo-white-box p a {
  color: #0b9bd0;
  font-size: 15px;
  line-height: 20px;
  text-decoration: underline;
}

.foo-white-box p a:hover {
  color: #000000;
}

.discover-footer p {
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .discover-footer p {
    font-size: 16px;
  }
  .discover-footer .mar0 {
    margin: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .discover-footer .mar0 {
    margin: 0 !important;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .discover-footer .mar0 {
    margin: 0 !important;
  }
}

.pi-logo {
  width: 245px;
}

.vimeo-wrapper,
.vimeo-wrapper1,
.vimeo-wrapper2,
.vimeo-wrapper3 {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}

.vimeo-wrapper iframe,
.vimeo-wrapper1 iframe,
.vimeo-wrapper2 iframe,
.vimeo-wrapper3 iframe {
  width: 100vw;
  height: 48.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .vimeo-wrapper iframe,
  .vimeo-wrapper1 iframe,
  .vimeo-wrapper2 iframe,
  .vimeo-wrapper3 iframe {
    height: 50.25vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .vimeo-wrapper iframe,
  .vimeo-wrapper1 iframe,
  .vimeo-wrapper2 iframe,
  .vimeo-wrapper3 iframe {
    height: 52.25vw;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .vimeo-wrapper iframe,
  .vimeo-wrapper1 iframe,
  .vimeo-wrapper2 iframe,
  .vimeo-wrapper3 iframe {
    height: 52.25vw;
  }
}

.vimeo-wrapper {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 48.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .vimeo-wrapper iframe {
    height: 50.25vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .vimeo-wrapper iframe {
    height: 52.25vw;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .vimeo-wrapper iframe {
    height: 52.25vw;
  }
}

.vimeo-wrapper1 {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}

.vimeo-wrapper1 iframe {
  width: 100vw;
  height: 47.7vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .vimeo-wrapper1 iframe {
    height: 50.25vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .vimeo-wrapper1 iframe {
    height: 52.25vw;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .vimeo-wrapper1 iframe {
    height: 52.25vw;
  }
}

.vimeo-wrapper2 {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}

.vimeo-wrapper2 iframe {
  width: 100vw;
  height: 47.7vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .vimeo-wrapper2 iframe {
    height: 50.25vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .vimeo-wrapper2 iframe {
    height: 52.25vw;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .vimeo-wrapper2 iframe {
    height: 52.25vw;
  }
}

.vimeo-wrapper3 {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}

.vimeo-wrapper3 iframe {
  width: 100vw;
  height: 47.7vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .vimeo-wrapper3 iframe {
    height: 50.25vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .vimeo-wrapper3 iframe {
    height: 52.25vw;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .vimeo-wrapper3 iframe {
    height: 52.25vw;
  }
}

/* Event page CSS */
.coming-soon-prevent {
  position: absolute;
  left: -137px;
  top: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .coming-soon-prevent {
    left: -8px;
    top: -1px;
    width: 190px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .coming-soon-prevent {
    left: 0px;
    z-index: 2;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .coming-soon-prevent {
    left: -106px;
    top: 20px;
  }
}

@media (min-width: 1600px) {
  .coming-soon-prevent {
    left: -156px;
  }
}

@media (min-width: 1920px) {
  .coming-soon-prevent {
    left: -185px;
  }
}

.table-free-txt {
  color: #053764;
  position: relative;
}

.table-free-txt .free-left {
  width: 270px;
  height: 22px;
  float: left;
  margin-top: 10px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .table-free-txt .free-left {
    width: 190px;
  }
}

@media (min-width: 810px) and (max-width: 1080px) {
  .table-free-txt .free-left {
    width: 120px;
  }
}

@media (min-width: 1600px) {
  .table-free-txt .free-left {
    width: 350px;
  }
}

@media (min-width: 1920px) {
  .table-free-txt .free-left {
    width: 393px;
  }
}

.table-free-txt .free-right {
  width: 270px;
  height: 22px;
  float: right;
  margin-top: 10px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .table-free-txt .free-right {
    width: 190px;
  }
}

@media (min-width: 810px) and (max-width: 1080px) {
  .table-free-txt .free-right {
    width: 120px;
  }
}

@media (min-width: 1600px) {
  .table-free-txt .free-right {
    width: 350px;
  }
}

@media (min-width: 1920px) {
  .table-free-txt .free-right {
    width: 393px;
  }
}

.signup-checkbox {
  position: relative;
  display: inline-block;
  margin-left: 30px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .signup-checkbox {
    margin-right: 15px;
    margin-left: 0;
  }
}

/*** Discover Ontozory Page CSS ***/
.read-more-boxes .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .read-more-boxes .container-width {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .read-more-boxes .container-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.read-more-boxes .more-box {
  padding: 50px 115px 50px 115px;
  position: relative;
  min-height: 305px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .read-more-boxes .more-box {
    padding: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .read-more-boxes .more-box {
    padding: 50px;
    min-height: 310px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .read-more-boxes .more-box {
    padding: 50px;
    min-height: 310px;
  }
}

@media (min-width: 1600px) {
  .read-more-boxes .more-box {
    padding: 50px 200px 50px 200px;
  }
}

.read-more-boxes .more-box p {
  font-size: 22px;
  line-height: 30px;
  min-height: 90px;
}

.read-more-boxes .more-box .box-img1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 270px;
}

.read-more-boxes .more-box .website-btn {
  font-size: 18px;
  padding: 10px 20px;
}

.read-more-boxes .more-box .btn-set {
  position: relative;
  z-index: 1;
}

.red-box-bg {
  background-color: #e8816f;
}

.purple-box-bg {
  background-color: #5b2c86;
}

.redyellow-box-bg {
  background-color: rgba(242, 138, 25, 0.2);
}

.highlight-forum-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .highlight-forum-section {
    background-position: 68%;
    padding-bottom: 135px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .highlight-forum-section {
    background-position: 60%;
  }
}

.highlight-forum-section h2 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.highlight-forum-section p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  padding-right: 110px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .highlight-forum-section p {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .highlight-forum-section p {
    font-size: 20px;
    line-height: 30px;
    padding-right: 210px;
  }
}

.dosting-list li {
  position: relative;
  color: #4a4a49;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.dosting-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/li-type.png") no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}

.discover-list-section {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.graph-text-section {
  background-color: #f7f5fa;
  padding: 40px 0;
  margin: 0;
}

.graph-text-section h2 {
  color: #5b2c86;
  font-size: 30px;
  margin: 45px 0 5px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .graph-text-section h2 {
    font-size: 25px;
    line-height: 38px;
  }
}

.graph-text-section .graph-img-bg {
  background-color: #fff;
  padding: 40px 20px;
  margin: 0 auto 50px;
  width: 94%;
}

.graph-text-section h4 {
  color: #f28a19;
  font-size: 22px;
  margin: 0 0 15px 0;
}

.graph-text-section p {
  color: #4a4a49;
  font-size: 22px;
  margin: 0 0 25px 0;
  line-height: 30px;
}

.graph-text-section .graph-smll-txt {
  color: #00263a;
  font-size: 17px;
}

.graph-text-section sup {
  font-size: 70%;
}

.mechanism-circle {
  position: absolute;
  left: -25%;
  top: 20%;
  width: 600px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mechanism-circle {
    left: -50%;
    top: 20%;
    width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .mechanism-circle {
    left: -33%;
    top: 26%;
    width: 400px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .mechanism-circle {
    left: -32%;
    width: 500px;
  }
}

@media (min-width: 1600px) {
  .mechanism-circle {
    left: -22%;
    top: 20%;
    width: 650px;
  }
}

.me-title-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .me-title-bg {
    width: 87%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .me-title-bg {
    width: 83%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .me-title-bg {
    width: 70%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .me-title-bg {
    width: 70%;
  }
}

@media (min-width: 1600px) {
  .me-title-bg {
    width: 57%;
  }
}

.video-wrapper {
  padding-top: 60px;
}

.video-wrapper h2 {
  color: #4a4a49;
  font-size: 35px;
  margin: 0 0 25px 0;
}

.video-wrapper .video-box {
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.34);
  border-radius: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-wrapper .video-box img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.video-wrapper .video-box .comming-soon {
  position: absolute;
  right: -30px;
  top: -30px;
}

.video-wrapper .video-box .comming-soon img {
  width: 170px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-wrapper .video-box .comming-soon {
    right: -19px;
    top: -17px;
  }
  .video-wrapper .video-box .comming-soon img {
    width: 100px;
    height: auto;
  }
}

.video-wrapper .video-box .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-wrapper .video-box .video-play-icon {
    width: 50px;
  }
  .video-wrapper .video-box .video-play-icon img {
    height: auto;
  }
}

.video-wrapper .video-box .video-caption {
  position: absolute;
  left: 80px;
  bottom: 60px;
  color: #fff;
  font-size: 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .video-wrapper .video-box .video-caption {
    left: 20px;
    bottom: 10px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .video-wrapper .video-box .video-caption {
    left: 30px;
    bottom: 20px;
    font-size: 25px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .video-wrapper .video-box .video-caption {
    left: 40px;
    bottom: 20px;
    font-size: 30px;
  }
}

.audio-content {
  margin: 40px 0 0 0;
}

.audio-content h5 {
  margin-bottom: 25px;
}

.audio-content p {
  margin-bottom: 15px;
}

.podcast-audio-wrapper {
  padding-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .podcast-audio-wrapper {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .podcast-audio-wrapper {
    padding: 40px 0 0 0;
  }
  .podcast-audio-wrapper img {
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .podcast-audio-wrapper {
    padding-top: 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .podcast-audio-wrapper {
    padding-top: 40px;
  }
}

.podcast-signup-section {
  margin-top: 0;
  margin-bottom: 30px;
}

/*** Discover Ontozory Page CSS ***/
/*** Ontozory Efficacy Page CSS ***/
.efficacy-slider-section {
  background-color: #f7f5fa;
  position: relative;
  padding-top: 52px;
  padding-bottom: 120px;
}

.efficacy-slider-section h4 {
  color: #5b2c86;
  font-size: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .efficacy-slider-section h4 {
    font-size: 18px;
  }
}

.efficacy-slider-section h2 {
  color: #5b2c86;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .efficacy-slider-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .efficacy-slider-section h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .efficacy-slider-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .efficacy-slider-section h2 {
    font-size: 33px;
    line-height: 45px;
  }
}

.slider-circle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 530px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider-circle {
    left: -60px;
    width: 340px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .slider-circle {
    width: 430px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .slider-circle {
    width: 480px;
  }
}

@media (min-width: 1600px) {
  .slider-circle {
    width: 600px;
  }
}

@media (min-width: 1920px) {
  .slider-circle {
    width: 675px;
  }
}

.slider-wrapper .carousel-inner {
  width: 86%;
  margin: 0 auto;
}

.slider-wrapper .carousel-control {
  width: 5%;
  text-shadow: none;
  top: 55%;
  bottom: inherit;
  opacity: 1;
}

.slider-wrapper .carousel-control.left {
  background-image: none;
}

.slider-wrapper .carousel-control.right {
  background-image: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider-wrapper .carousel-control {
    width: 8%;
    top: 50%;
  }
}

.slider-wrapper .carousel-indicators {
  bottom: -32px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider-wrapper .carousel-indicators {
    bottom: -50px;
  }
}

.slider-wrapper .carousel-indicators li {
  width: 18px;
  height: 18px;
  border: 4px solid #ef8a2d;
  margin: 0 5px;
  background-color: #fff;
}

.slider-wrapper .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  background-color: #ef8a2d;
}

.tole-purple-bg {
  background-color: #5b2c86;
  padding: 50px 0;
}

.tole-purple-bg h2 {
  color: #fff;
  font-size: 38px;
  line-height: 51px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .tole-purple-bg h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.safety-table {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.34);
  margin-bottom: 40px;
}

.safety-table thead th {
  background-color: #532d76;
  border: #fff solid 2px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px !important;
  border-collapse: collapse;
}

.safety-table thead th:nth-child(2) {
  background-color: #7e6298;
}

.safety-table tbody td {
  font-size: 20px;
  text-align: center;
  padding: 12px !important;
  border-collapse: collapse;
}

.safety-table tbody td:nth-child(1) {
  color: #4a4a49;
}

.safety-table tbody td:nth-child(2) {
  color: #5b2c86;
}

.safety-table tbody td:nth-child(3) {
  color: #5b2c86;
}

.acco-circle-one {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 280px;
}

.acco-circle-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
}

.acco-circle-three {
  position: absolute;
  right: 230px;
  bottom: 0;
  width: 240px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .acco-circle-three {
    right: 45px;
    width: 225px;
  }
}

.acco-circle-four {
  position: absolute;
  right: 45%;
  top: 0;
  width: 227px;
}

.acco-circle-five {
  position: absolute;
  right: 35%;
  bottom: 0;
  width: 227px;
}

.learn-more-section {
  background-color: #fde8d1;
  padding: 40px 60px;
}

.learn-more-section h2 {
  color: #5b2c86;
  font-size: 30px;
  line-height: 32px;
}

.learn-more-section .learn-more-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
}

.kol-box {
  background-color: #fff;
  margin-bottom: 75px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .kol-box {
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .kol-box {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .kol-box {
    margin-bottom: 40px;
  }
}

.kol-box figure img {
  width: 100%;
}

.kol-box .img-caption {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 40%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box .img-caption {
    left: 15px;
    top: 15px;
    width: 40%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .kol-box .img-caption {
    left: 25px;
    top: 25px;
    width: 40%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .kol-box .img-caption {
    left: 25px;
    top: 25px;
    width: 40%;
  }
}

@media (min-width: 1600px) {
  .kol-box .img-caption {
    left: 35px;
    top: 30px;
    width: 37%;
  }
}

.kol-box .img-caption p {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box .img-caption p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .kol-box .img-caption p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .kol-box .img-caption p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1600px) {
  .kol-box .img-caption p {
    font-size: 30px;
    line-height: 34px;
  }
}

.kol-box .kol-play-icon {
  position: absolute;
  right: 38px;
  bottom: 35px;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box .kol-play-icon {
    right: 20px;
    bottom: 20px;
  }
  .kol-box .kol-play-icon img {
    width: 65px;
  }
}

.kol-box .description {
  background: #fff;
  width: 100%;
  padding: 32px;
  min-height: 176px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box .description {
    padding: 20px;
    min-height: auto;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .kol-box .description {
    min-height: auto;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .kol-box .description {
    min-height: 143px;
    padding: 15px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .kol-box .description {
    min-height: 150px;
    padding: 15px;
  }
}

@media (min-width: 1600px) {
  .kol-box .description {
    min-height: 200px;
  }
}

@media (min-width: 1920px) {
  .kol-box .description {
    min-height: 233px;
  }
}

.kol-box .description p {
  color: #00263a;
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box .description p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .kol-box .description p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .kol-box .description p {
    font-size: 18px;
    line-height: 26px;
  }
}

.kol-box.marR25 {
  margin-right: 25px;
}

.kol-box.marL25 {
  margin-left: 25px;
}

.kol-box.signup-box {
  background-color: transparent;
}

.kol-box.signup-box .img-caption-signup {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.kol-box.signup-box .img-caption-signup p {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box.signup-box .img-caption-signup img {
    width: 70px;
  }
  .kol-box.signup-box .img-caption-signup p {
    font-size: 25px;
  }
  .kol-box.signup-box .img-caption-signup .website-btn {
    width: 175px;
  }
  .kol-box.signup-box .img-caption-signup .website-btn img {
    width: 18px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .kol-box.signup-box .img-caption-signup img {
    width: 70px;
  }
  .kol-box.signup-box .img-caption-signup .website-btn img {
    width: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .kol-box.marR25 {
    margin-right: 0;
  }
  .kol-box.marL25 {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .kol-box.marR25 {
    margin-right: 0;
  }
  .kol-box.marL25 {
    margin-left: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .kol-box.marR25 {
    margin-right: 0;
  }
  .kol-box.marL25 {
    margin-left: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .kol-box.marR25 {
    margin-right: 0;
  }
  .kol-box.marL25 {
    margin-left: 0;
  }
}

.reference-txt {
  color: #053764;
  font-size: 20px;
}

.moa-video-container {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}

.moa-video-container video {
  width: 85vw;
  height: 20vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-width: 165.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.patient-frid-ul {
  margin-top: 50px;
}

.patient-frid-ul li {
  display: block;
  margin-bottom: 30px;
}

.patient-frid-ul li p {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 70%;
  text-align: left !important;
}

@media (min-width: 1500px) and (max-width: 1800px) {
  .patient-frid-ul li p {
    width: 65%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .patient-frid-ul li p {
    width: 60%;
  }
}

.patient-frid-ul li a {
  display: inline-block;
  vertical-align: top;
}

.patient-frid-ul li .website-btn {
  border-radius: 5px;
  width: 209px;
  text-align: center;
  margin-left: 9px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .patient-frid-ul li .website-btn {
    width: 190px;
  }
}

/*** Ontozory Efficacy Page CSS ***/
.prescribing-btn-blue {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .prescribing-btn-blue {
    left: 20px;
    right: 20px;
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.prescribing-btn-blue .website-btn {
  border-radius: 5px 0 0 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .prescribing-btn-blue .website-btn {
    border-radius: 5px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .signup-banner h1 {
    margin-top: 111px;
    font-size: 40px;
  }
}

.iframe-outer iframe {
  width: 100%;
  height: 840px;
  border: none;
}

@media (min-width: 1600px) {
  .iframe-outer iframe {
    height: 108vh;
  }
}

@media (min-width: 1920px) {
  .iframe-outer iframe {
    height: 100vh;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .iframe-outer iframe {
    height: 900px;
  }
}

/* New Event Live page CSS */
.event-registration-bg {
  background-color: #2f1645;
  padding: 40px 60px;
}

@media (max-width: 999px) {
  .event-registration-bg {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .event-registration-bg {
    padding: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-registration-bg {
    padding: 20px;
  }
  .event-registration-bg .form-group {
    margin-bottom: 45px;
  }
}

.event-registration-bg .signup-checkbox {
  position: relative;
  display: block;
  margin-left: 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-registration-bg .signup-checkbox {
    margin-right: 15px;
    margin-left: 0;
  }
}

.event-registration-bg .evcheckbox-custom {
  display: none;
}

.event-registration-bg .evcheckbox-custom-label {
  display: block;
  position: relative;
  vertical-align: middle;
  margin: 0 !important;
  cursor: pointer;
  color: #fff;
  opacity: 0.87;
  font-size: 24px !important;
  line-height: 40px !important;
  text-transform: initial !important;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .event-registration-bg .evcheckbox-custom-label {
    font-size: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-registration-bg .evcheckbox-custom-label {
    font-size: 17px !important;
  }
}

.event-registration-bg .evcheckbox-custom-label span {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .event-registration-bg .evcheckbox-custom-label span {
    font-size: 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-registration-bg .evcheckbox-custom-label span {
    font-size: 20px;
  }
}

.event-registration-bg .evcheckbox-custom + .evcheckbox-custom-label:after {
  content: "";
  border: #fff solid 4px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0px;
  margin-left: 15px;
  border-radius: 40px;
  right: 25px;
  position: absolute;
  top: 20px;
}

@media (max-width: 1366px) {
  .event-registration-bg .evcheckbox-custom + .evcheckbox-custom-label:after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 15px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-registration-bg .evcheckbox-custom + .evcheckbox-custom-label:after {
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
  }
}

.event-registration-bg .evcheckbox-custom:checked + .evcheckbox-custom-label:before {
  content: "";
  padding: 0;
  position: absolute;
  top: 20px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color: #e8816f;
  border: #e8816f solid 4px;
  border-radius: 40px;
  z-index: 1;
}

@media (max-width: 1366px) {
  .event-registration-bg .evcheckbox-custom:checked + .evcheckbox-custom-label:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 15px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .event-registration-bg .evcheckbox-custom:checked + .evcheckbox-custom-label:before {
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
  }
}

.event-registration-bg .form-control {
  border-radius: 4px 4px 0 0;
  color: #929292;
  height: 68px;
  font-size: 22px;
}

.event-registration-bg .hr-line {
  background-color: #ffffff;
  opacity: 0.12;
  height: 2px;
  border: 0;
  outline: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-event-notes {
  background: #f7f4f9;
  padding-top: 30px;
  padding-bottom: 150px;
}

.section-event-notes .event-notes {
  color: #5b2c86;
  font-size: 22px;
  margin: 0 0 95px 0;
  text-align: center;
}

@media (max-width: 1680px) {
  .section-event-notes .event-notes {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .section-event-notes .event-notes {
    font-size: 17px;
  }
}

@media (max-width: 999px) {
  .section-event-notes .event-notes {
    margin-bottom: 50px;
  }
}

.section-event-notes .step-toward-txt {
  color: #5b2c86;
  font-size: 45px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1366px) {
  .section-event-notes .step-toward-txt {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 999px) {
  .section-event-notes .step-toward-txt {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }
}

.section-event-notes .step-toward-txt2 {
  color: #4a4a49;
  margin: 0;
  font-size: 34px;
  line-height: 48px;
}

@media (max-width: 1366px) {
  .section-event-notes .step-toward-txt2 {
    font-size: 26px;
    line-height: 38px;
  }
}

.section-event-notes .marB100 {
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .section-event-notes .marB100 {
    margin-bottom: 60px;
  }
}

.section-event-notes .list-with-accordian {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 10px;
}

.section-event-notes .list-with-accordian h4 {
  margin: 0 0 30px 0;
  color: #481d62;
  font-size: 34px;
}

@media (max-width: 1366px) {
  .section-event-notes .list-with-accordian h4 {
    font-size: 30px;
  }
}

.section-event-notes .list-with-accordian .event-lists {
  padding: 0 0 0 15px;
}

.section-event-notes .list-with-accordian .event-lists li {
  position: relative;
  color: #481d62;
  font-size: 30px;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 35px;
}

@media (max-width: 1366px) {
  .section-event-notes .list-with-accordian .event-lists li {
    font-size: 25px;
  }
}

.section-event-notes .list-with-accordian .event-lists li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url("../images/li-type.png") no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}

.section-event-notes .list-with-accordian p {
  margin: 30px 0 0 0;
  color: #481d62;
  font-size: 30px;
  line-height: 35px;
}

@media (max-width: 1366px) {
  .section-event-notes .list-with-accordian p {
    font-size: 25px;
    line-height: 35px;
  }
}

.section-event-notes .type-name-safety {
  width: calc(100% - 90px);
  padding: 40px 20px 40px 32px;
  font-size: 34px;
}

@media (max-width: 999px) {
  .section-event-notes .type-name-safety {
    font-size: 28px;
  }
}

.section-event-notes .event-title {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-event-notes .type-icon-safety {
  width: 80px;
  padding: 0;
}

.section-event-notes .safety-panel-body {
  padding: 60px 45px;
}

.section-event-notes .safety-panel-body-bg {
  background-color: #f0a497;
  -webkit-box-shadow: 0px 15px 15px #00000029;
          box-shadow: 0px 15px 15px #00000029;
}

.section-event-notes .safety-panel-body-bg p {
  font-size: 30px;
  line-height: 37px;
}

.section-event-notes .panel-heading,
.section-event-notes .panel-body {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.section-event-notes .panel {
  -webkit-box-shadow: 0px 15px 15px #00000029;
          box-shadow: 0px 15px 15px #00000029;
}

.event-form-sec {
  padding-top: 70px;
  padding-bottom: 110px;
  background-color: #f7f5fa;
  position: relative;
}

.event-form-sec:after {
  bottom: 0;
  height: 20px;
  content: "";
  position: absolute;
  width: 100%;
  background-color: #5b2c86;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #b01928), color-stop(50%, #b01928), color-stop(50%, #d80e28), color-stop(75%, #d80e28), color-stop(75%, #e8816f));
  background-image: linear-gradient(to right, #5b2c86, #5b2c86 25%, #5b2c86 25%, #b01928 25%, #b01928 50%, #d80e28 50%, #d80e28 75%, #e8816f 75%);
}

.event-form-sec .form-txt {
  color: #5b2c86;
  font-size: 50px;
  line-height: 65px;
  padding-right: 58px;
}

@media (max-width: 1680px) {
  .event-form-sec .form-txt {
    font-size: 40px;
    line-height: 60px;
    padding-right: 50px;
  }
}

@media (max-width: 1366px) {
  .event-form-sec .form-txt {
    font-size: 35px;
    line-height: 48px;
    padding-right: 45px;
  }
}

@media (max-width: 999px) {
  .event-form-sec .form-txt {
    font-size: 28px;
    line-height: 40px;
    padding-right: 0;
  }
}

.mandatory-txt {
  font-size: 22px;
  opacity: 0.87;
}

.event-reference .reference-txt,
.event-reference p {
  color: #4a4a49;
  font-size: 16px;
  line-height: 26px;
}

.form-circle {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1366px) {
  .form-circle {
    width: 500px;
  }
}

.form-circle1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 565px;
}

.z-ind1 {
  z-index: 1;
}

.eventsLocWrap {
  background-image: url(../images/bg-events-location.png);
  background-size: 100% 100%;
  color: #ffffff;
  padding: 11rem 0px;
  /* min-height: 1645px; */
}

.eventsLocWrap .title {
  font-family: "arial-bold";
  font-size: 4rem;
  line-height: 55px;
  margin-bottom: 3rem;
}

.eventLocDetailBox {
  background-color: #f28a20;
  color: #ffffff;
  -webkit-box-shadow: 0px 7px 7px #00000062;
          box-shadow: 0px 7px 7px #00000062;
  border-radius: 10px;
  padding: 4rem;
  max-width: 62%;
  width: 100%;
  margin-bottom: 5rem;
}

.event-loc {
  font-family: "arial-bold";
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  margin-bottom: 5px;
}

.event-loc span {
  font-family: "arial-regular";
  font-weight: normal;
}

.event-date {
  font-family: "arial-bold";
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 4rem;
}

.event-venue,
.event-chair {
  font-family: "arial-regular";
  font-size: 2.5rem;
  line-height: 34px;
}

.event-venue span,
.event-chair span {
  font-family: "arial-bold";
  margin-right: 5px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media (max-width: 1800px) {
  .eventLocDetailBox p {
    margin-bottom: 1rem !important;
  }
  .event-chair br {
    display: none;
  }
  .eventsLocWrap {
    padding: 8rem 0;
  }
  .eventLocDetailBox {
    padding: 2rem 3rem;
    margin-bottom: 3rem;
  }
  .event-venue,
  .event-chair {
    font-family: "arial-regular";
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width: 1500px) {
  .eventLocDetailBox p {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 1200px) {
  .eventsLocWrap {
    background-image: url("../images/bg-events-location-mobile.png");
  }
  .eventLocDetailBox {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

/* Modal Popup CSS */
.bg-overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.bg-overlay:target {
  visibility: visible;
  opacity: 1;
}

.subscribe-optin {
  position: relative;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 766px;
  height: auto;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 999px) {
  .subscribe-optin {
    width: 95%;
  }
}

.subscribe-optin h4 {
  color: #301746;
  font-size: 30px;
  padding: 25px 20px;
  text-align: center;
}

@media (max-width: 999px) {
  .subscribe-optin h4 {
    font-size: 25px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .subscribe-optin h4 {
    padding: 25px 50px;
  }
}

.subscribe-optin .info-txt {
  background-color: #efefef;
  color: #301746;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  padding: 40px 60px 60px;
}

@media (max-width: 999px) {
  .subscribe-optin .info-txt {
    font-size: 20px;
    line-height: 30px;
    padding: 25px;
  }
}

.subscribe-optin a {
  color: #e8816f;
}

@media (max-width: 999px) {
  .subscribe-optin a {
    word-break: break-word;
    display: inline-block;
  }
}

.subscribe-optin .website-btn.discover-btn {
  padding: 5px 15px;
  float: right;
}

@media (min-width: 320px) and (max-width: 767px) {
  .subscribe-optin .website-btn.discover-btn {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.subscribe-optin .optin-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.subscribe-optin .optin-close:hover {
  color: #c7c7c7;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

/* Modal Popup CSS */
/* New Event Live page CSS */
/*----MEDIA----*/
@media (max-width: 1360px) {
  .padL150 {
    padding-left: 110px !important;
  }
}

@media (max-width: 1360px) and (min-width: 768px) and (max-width: 999px) {
  .padL150 {
    padding-left: 60px !important;
  }
}

@media (max-width: 1360px) {
  .resources-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .resources-section .container-fluid .col-md-4 {
    padding-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  .container-width {
    max-width: 95%;
  }
  .desktop-header {
    display: none;
  }
  .arvelle-footer {
    display: none;
  }
  .grid-tablet {
    display: none;
  }
  .mobilePad0 {
    padding: 0px;
  }
  .mobilePad30 {
    padding: 0px 30px;
  }
  .text-disBlock {
    display: inline;
  }
  .treatment-txt {
    margin-left: 10px;
  }
  .sup-size5 {
    font-size: 14px;
  }
  .padL150 {
    padding-left: 50px !important;
  }
  .glosary-table-section {
    padding: 0 15px 20px 15px !important;
  }
  .resources-section .container-fluid .col-md-4 {
    padding-right: 15px;
  }
  .common-popup {
    width: auto;
  }
  .hp-section-2 {
    padding-bottom: 70px;
  }
  .resource-quick-link {
    height: 65vh;
  }
  .sprites-imgs.long-arrows {
    float: right;
    margin-right: 0;
  }
  .sprites-imgs.long-arrows-blue {
    float: right;
    margin-right: 0;
  }
  .cookie-div {
    text-align: center;
  }
  .cookie-div p {
    padding: 10px;
  }
  .cookie-div .text-right {
    text-align: center;
  }
  .accordian-outer .paddL0 {
    padding-left: 15px !important;
  }
  .accordian-outer .paddR0 {
    padding-right: 15px !important;
  }
  .team-box {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .container-width {
    max-width: 95%;
  }
  .desktop-header {
    display: none;
  }
  .arvelle-footer {
    display: none;
  }
  .grid-tablet {
    display: none;
  }
  .glosary-table-section {
    padding: 0 40px 20px 40px !important;
  }
  .resources-section .container-fluid .col-md-4 {
    padding-right: 15px;
  }
  .hp-section-2 {
    padding-bottom: 70px;
  }
  .resource-quick-link {
    height: 45vh;
  }
  .accordian-outer .paddL0 {
    padding-left: 15px !important;
  }
  .accordian-outer .paddR0 {
    padding-right: 15px !important;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .container-width {
    max-width: 95%;
  }
  .desktop-header {
    display: none;
  }
  .mob-header {
    display: block !important;
  }
  .arvelle-footer {
    display: none;
  }
  .text-disBlock {
    display: inline;
  }
  .padL150 {
    padding-left: 60px !important;
  }
  .hp-section-2 {
    padding-bottom: 70px;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
  }
  .treatment-txt {
    margin-left: 10px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .country-name-m {
    font-size: 18px;
    position: relative;
    top: 20px;
  }
  .container-width {
    max-width: 95%;
  }
}

@media (min-width: 1025px) {
  .mobile-footer {
    display: none;
  }
}

@media (max-width: 1199px) {
  .desktop-header {
    display: none;
  }
}

.table-note {
  font-size: 20px !important;
  text-align: center !important;
  padding: 12px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.safety-table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.footer-triangle {
  height: 12px;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .safety-table thead th,
  .safety-table tbody td {
    text-align: left !important;
  }
}

.website-banner.efficasy-banner,
.website-banner.dosing-banner {
  background-position: left center !important;
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.efficasy-banner,
  .website-banner.dosing-banner {
    background-position: right center !important;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .website-banner.efficasy-banner,
  .website-banner.dosing-banner {
    background-position: right center !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .website-banner.safety-banner {
    background-position: right center;
  }
}

@media (min-width: 1400px) {
  .website-banner.discover-ontozry-banner.efficasy-banner
.journey-txt.mechanism-txt,
  .website-banner.discover-ontozry-banner.safety-banner
.journey-txt.safety-txt {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .dosting-titration-caption p {
    text-align: right !important;
  }
}

.preparation-date {
  color: #fff;
  margin: 22px 0 0 8px;
  font-size: 19px;
  font-weight: 400;
  font-family: "arial-regular";
  src: url("../fonts/arial-regular.woff") format("woff");
}

.preparation-date.marT0 {
  margin-top: 0;
}

.preparation-date.event-pre-date {
  margin-left: 85px;
}

.event-container::after {
  bottom: 0;
  height: 20px;
  content: "";
  position: absolute;
  width: 100%;
  background-color: #5b2c86;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #b01928), color-stop(50%, #b01928), color-stop(50%, #d80e28), color-stop(75%, #d80e28), color-stop(75%, #e8816f));
  background-image: linear-gradient(to right, #5b2c86, #5b2c86 25%, #5b2c86 25%, #b01928 25%, #b01928 50%, #d80e28 50%, #d80e28 75%, #e8816f 75%);
}

.form-circle1.circle-zoom-screen {
  width: 645px;
}

.event-watch-banner .journey-txt span {
  display: inline-block !important;
  margin-bottom: 20px !important;
}

@media (min-width: 1400px) {
  .event-watch-banner .event-live-txt h2 {
    font-size: 77.5px !important;
  }
}

.eventsEndNote {
  padding: 230px 0;
  text-transform: uppercase;
  position: relative;
  background-image: url("../images/banner-no-events.png");
  background-size: 100% 100%;
}

@media (max-width: 1400px) {
  .eventsEndNote {
    padding: 175px 0;
  }
}

@media (max-width: 1200px) {
  .eventsEndNote {
    background-image: none;
    background-color: #f6f4f9;
    padding: 150px 0;
  }
}

@media (max-width: 991px) {
  .eventsEndNote {
    padding: 100px 0;
  }
}

.eventsEndNote::before {
  top: 0;
}

.eventsEndNote::after {
  bottom: 0;
}

.eventsEndNote::before, .eventsEndNote::after {
  height: 20px;
  content: "";
  position: absolute;
  width: 100%;
  background-color: #5b2c86;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #5b2c86), color-stop(25%, #b01928), color-stop(50%, #b01928), color-stop(50%, #d80e28), color-stop(75%, #d80e28), color-stop(75%, #e8816f));
  background-image: linear-gradient(to right, #5b2c86, #5b2c86 25%, #5b2c86 25%, #b01928 25%, #b01928 50%, #d80e28 50%, #d80e28 75%, #e8816f 75%);
}

.eventsEndNote h1 {
  font-size: 60px;
  font-weight: bold;
  color: #5b2c86;
  margin-bottom: 25px;
}

@media (max-width: 1599px) {
  .eventsEndNote h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .eventsEndNote h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.eventsEndNote p {
  font-size: 30px;
  color: #4a4a49;
  margin: 0;
  line-height: 35px;
}

@media (max-width: 767px) {
  .eventsEndNote p {
    font-size: 20px;
  }
}

.event-reference .reference-txt,
.event-reference p {
  font-size: 17.5px;
}

.reference-section.event-reference {
  padding: 40px 0 !important;
}
/*# sourceMappingURL=styles.css.map */