/* use font link */

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
/* use style sheet */

/* 
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(bootstrap.min.css);
@import url(settings.css);
@import url(jquery-ui.css);
@import url(jquery.fancybox.css);
@import url(hover.css); */

@import url(font-awesome.css);

/*** 

====================================================================
  Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  line-height: 1.5;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 15px;
  color: #777777;
  font-weight: 400;
  background: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    padding: 0px 0px;
  }
}

a {
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 25px;
  cursor: pointer;
  transition: all 500ms ease;
  font-weight: 400;
}

.accordion-body a,
#consumer-pages .tab-pane-anchor p > span a {
  font-size: 15px !important;
  color: #0166ff !important;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #cfc3ab;
  transition: all 500ms ease;
}

figure {
  margin: 0 !important;
}

input,
button,
select,
textarea {
  font-family: "Hind", sans-serif;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow-x: hidden;
}

.active-hyper p a {
  font-size: 18px;
  /*text-decoration: underline;*/
  color: blue;
}

.active-hyper {
  font-size: 18px;
  color: black;
}

li {
  padding: 0px;
  margin: 12px 0px;
}

.accordion-body ul li {
  list-style: disc !important;
  padding: 0px;
  margin: 12px 0;
  line-height: 26px;
}

.centered {
  text-align: center;
}

.sec-pad {
  padding: 30px 0;
}

.breadcrumb li a {
  color: #0166ff;
  font-size: 16px;
}
.breadcrumb li.breadcrumb-item {
  font-size: 16px;
}

.breadcrumb-header {
  color: #000;
  font-size: 32px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #0166ff;
  font-size: 17px;
  padding: 0 9px;
  line-height: initial;
}

p {
  position: relative;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #ece8e8;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
  transition: all 500ms ease;
}

h1 {
  font-size: 65px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  line-height: 38px;
  color: #222;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h4 a {
  font-size: 20px;
  line-height: 30px;
}

h6 a {
  font-size: 15px;
  line-height: 22px;
}

h5 a:hover,
h6 a:hover,
h4 a:hover,
h4 a:hover,
h6 a:hover {
  color: #cfc3ab;
  transition: all 500ms ease;
}

span {
  position: relative;
  /* display: block; */
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 25px;
  color: #cfc3ab;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px;
}

.btn {
  font-size: 14px;
}

.form-control {
  font-size: 14px !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

/** button **/

.btn-one {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #0c2ec4;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: inline-block;
  text-align: center !important;
  z-index: 1;
}

.btn-one:hover {
  color: #fff;
  transition: all 500ms ease;
}

.btn-one :before {
  background-color: #3328c8;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5, 1);
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}

.btn-one :hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.link-btn {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.link-btn li {
  display: inline-block;
  margin: 0px 3px;
}

.link-btn li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "OpenSans", sans-serif;
  color: #848484;
  font-weight: 600;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: all 500ms ease;
}

.link-btn li a:hover,
.link-btn li a.active {
  background: #cfc3ab;
  color: #fff;
  border: 1px solid #cfc3ab;
  transition: all 500ms ease;
}

.section-title h2 {
  position: relative;
  font-weight: 500;
  margin-bottom: 2px;
}

.sec-title h2 {
  position: relative;
  color: #fff;
}

.sec-title span {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #cfc3ab;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  background: #cfc3ab;
  width: 50px;
  height: 5px;
  left: 0px;
  bottom: -15px;
  border-radius: 5px;
}

.title-text {
  position: relative;
  margin-bottom: 68px;
}

.title-text p {
  font-size: 15px;
}

.title-text:before {
  position: absolute;
  content: "";
  background: #0166ff;
  height: 5px;
  width: 50px;
  border-radius: 5px;
  left: 50%;
  margin-left: -25px;
  bottom: -18px;
}

.img-box {
  width: 100% !important;
  position: relative;
  display: inline-block;
  /* background: #253559; */
}

.video-inner .img-box iframe,
.video-inner .img-box img {
  width: 100% !important;
  object-fit: cover;
  max-height: 500px;
  padding: 0 15px 15px 15px;
}
.organ-page .content {
  min-height: 100px;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================


***/

.scroll-to-top span {
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 18px;
  line-height: 43px;
  width: 45px;
  height: 45px;
  background: #ff9900;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.scroll-to-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

/* / 
====================================================================
                        Home-Page
====================================================================



/** main header area **/

.logo-main img {
  height: 70px;
}

header {
  position: relative;
  justify-content: center;
  align-items: center;
}

.main-header {
  background: #fff;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-slider-caption {
  position: absolute;
  z-index: 9;
  top: 40%;
  right: 10%;
  text-align: center;
}

.main-slider-caption p {
  font-size: 28px;
  color: #fff;
}

.main-slider-caption button {
  background-color: #0166ff;
  margin-top: 50px;
  font-size: 15px;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 0;
  box-shadow: 0 0px 0 2px rgba(238, 238, 238, 0.66);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  display: none;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.ml-auto {
  margin-left: auto;
}

/* changes color below */

.header-lower {
  position: relative;
  background: #4d94ff;
  width: 100%;
  border-bottom: 5px solid #ffcc7f;
}

.header-lower ul.secondary-navigation {
  display: flex;
  padding: 6px 0;
}

.header-lower ul.secondary-navigation li {
  padding: 0 15px;
}

.header-lower ul.secondary-navigation li a {
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
}

.header-upper {
  position: relative;
  background: #ffffff;
  width: 100%;
  padding: 0px 0px;
}

/* changes below */

.header-upper .top-left {
  position: relative;
  display: block;
  /* float:inline-end; */
}

.header-upper .top-right {
  position: relative;
  float: inline-start;
}

.youtube-box {
  /* background: url(../images/logo/youtubeheader.jpg) no-repeat 90% 36%; */
  background: #b2b2b2;
  padding: 5px 15px;
  max-width: 500px;
}

.youtube-box .row {
  align-items: center;
}

.youtube-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.nav.youtube-box img {
  height: 55px;
}

.youtube-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.youtube-box > play-icon {
  display: block;
}

.faq-section .summary-image {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
}

.faq-section {
  padding-top: 0 !important;
}

.faq-section .summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .play-icon{
  background: url(../images/logo/ytv.png) no-repeat 9% 100%;
  height: 73px;
 
  margin-left: -8px;


} */

.logo-box {
  /* background: url(../images/logo/logo.png) no-repeat 9% 100%; */
  height: 83px;
  margin-top: 24px;
  margin-left: -8px;
}

header .toggle-btn {
  font-size: 72px;
  background: #fff;
  display: none;
}

header .toggle-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  top: 0;
  overflow: auto;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  animation: animateright 0.4s;
}

.w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
  color: #000;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

.logo-box img {
  height: 100%;
  text-align: center;
}

.logo-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main-header .info-box {
  position: relative;
  display: inline-block;
}

.main-header .menu-bar {
  position: relative;
  float: left;
  right: 2px;
}

.main-header .search-box {
  position: relative;
  margin-left: 51px;
}

.main-header .search-box:before {
  position: absolute;
  content: "";
  background: #d0d0d0;
  width: 1px;
  height: 20px;
  top: 10px;
  left: -31px;
}

.main-header .search-box button {
  position: relative;
  background: transparent;
  width: 40px;
  height: 40px;
  color: #222;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}

.tests-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tests-section nav p:not(.breadcrumb-header) {
  font-size: 15px !important;
}

.tests-section li {
  margin: 0;
}

.main-menu {
  position: relative;
  display: inline-block;
}

.sticky-header .main-menu {
  right: 25px;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  margin-left: 36px;
}

.main-menu .navigation > li > a > i:before {
  margin-right: 5px;
  font-size: 16px;
}

/* header changes below */

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  line-height: 26px;
  font-weight: 600;
  padding: 24px 6px 40px 6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  opacity: 1;
  -webkit-transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navbar-collapse > ul li.dropdown:hover .dropdown-btn span:before,
.main-menu .navbar-collapse > ul li.dropdown.current .dropdown-btn span:before {
  color: #cfc3ab;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after {
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 130%;
  margin-top: 0px;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #222;
  border-top: 3px solid #cfc3ab;
  transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 28px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: capitalize;
  color: #ffffff;
  border-bottom: 1px dashed #cfc3ab;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #cfc3ab;
  padding: 10px 15px 10px 17px;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
  transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: -10px;
  cursor: pointer;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn span:before {
  color: #222;
  font-size: 14px;
}

.related-test {
  display: flex;
  width: 60%;
  justify-content: flex-end;
}

.breadcrumb-width {
  width: 40%;
}

.related-test h3 {
  font-weight: bold;
  font-size: 17px;
}

.related-test .footer-social li a {
  color: #0166ff;
  font-size: 16px;
}

.related-test .footer-social li {
  display: inline-block;
}

.related-test .input-box {
  display: flex;
  align-items: center;
  background-color: #e5e5e5;
  padding: 2px;
  margin-left: 30px;
  color: #000;
  height: fit-content;
}

.related-test .input-box p {
  color: #000;
  text-align: right;
  padding-right: 8px;
  margin-bottom: 0;
  line-height: 15px;
}

.related-test .input-box a {
  display: flex;
  align-items: center;
  text-align: center;
}

.related-test .input-box img {
  height: 38px;
}

.accordion-body table td {
  padding: 22px;
}

/** main-slider **/

.main-slider {
  position: relative;
}

.main-slider .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 26px;
  color: #fff;
}

.tp-rightarrow.preview3 .tp-arr-iwrapper,
.tp-leftarrow.preview3 .tp-arr-iwrapper,
.tp-bullets.preview3 {
  display: none;
}

.tparrows.preview3 {
  background: none !important;
  margin: 0px 50px;
  top: 50% !important;
}

.tparrows.preview3:after {
  background: none !important;
  top: 60% !important;
  font-size: 20px;
  color: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border: 2px solid #c8cdd3;
  border-radius: 5px;
}

.main-slider .btn-two {
  color: #fff !important;
  margin-left: 10px;
  transition: all 900ms ease;
}

.main-slider .btn-two:hover {
  background: #cfc3ab;
  border: 2px solid #cfc3ab;
  transition: all 900ms ease;
}

.main-slider .btn-one {
  color: #fff !important;
  border-radius: 5px;
  padding: 11px 33px 10px 33px;
  border: 2px solid #cfc3ab;
  transition: all 900ms ease;
}

.main-slider .btn-one:hover {
  background: transparent;
  border: 2px solid #fff;
  transition: all 900ms ease;
}

#slide-1687-layer-4,
#slide-1688-layer-4,
#slide-1689-layer-4 {
  padding: 0px !important;
  border: none;
}

#slide-1687-layer-4:hover,
#slide-1688-layer-4:hover,
#slide-1689-layer-4:hover {
  background: none !important;
}

#slide-1688-layer-1,
#slide-1689-layer-1 {
  background: rgba(0, 0, 0, 0.1) !important;
}

.home-banner-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 9;
}

.home-banner-slider .owl-nav span {
  color: #fff;
  font-size: 32px;
  font-weight: bolder;
  font-style: normal;
}

.home-banner-slider .owl-nav .disabled {
  display: none;
}

.home-banner-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}

.home-banner-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.home-banner-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  z-index: 1;
}

.home-banner-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-carousel.home-banner-slider .owl-item img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/** sponsors-section **/

.sponsors-section {
  position: relative;
  background: #e8e8e8;
  width: 100%;
  padding: 45px 0px;
}

.sponsors-section p {
  padding-inline: 110px;
  font-size: 28px;
  text-align: center;
  color: #9e9baa;
  line-height: 1.5;
  font-weight: 400;
}

/* .sponsors-section p:before {
    content: "";
    position: absolute;
    top: -8px;
    width: 30px;
    height: 3px;
    background: #0166ff;
} */

.sponsors-section h3 {
  font-size: 24px;
  margin-top: 4rem;
  font-weight: bold;
  margin-bottom: 2.2rem;
}

/* .sponsors-section img {
    width: 100%;
} */

/* main footer */

.main-footer {
  position: relative;
  background: #9796a6;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #3a4661;
}

.main-footer p {
  color: #d4dae3;
}

.footer-logo {
  position: relative;
  background: url(../images/logo/footer.png) no-repeat 89% 100%;
  height: 86px;
  background-size: contain;
  margin-bottom: 20px;
  margin-left: -69px;
}

.footer-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.footer-title h4 {
  color: #fff;
  margin-bottom: 14px;
  margin-top: 16px;
}

.main-footer .link-widget li a,
.main-footer .service-widget li a {
  margin-bottom: 5px;
  display: block;
  padding: 0;
  color: #d4dae3;
  transition: all 500ms ease;
}

/* .main-footer .link-widget li a:before,
.main-footer .service-widget li a:before{
  position: absolute;
  content: "\f105";
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #d4dae3;
  left: 0px;
  top: 0px;
} */

.accordion-body p {
  line-height: 28px;
}

.accordion-body p span {
  line-height: 28px !important;
}

.main-footer .link-widget li a:hover,
.main-footer .service-widget li a:hover {
  text-decoration: underline;
  transition: all 500ms ease;
}
.main-footer .service-widget li {
  list-style: none;
}
.main-footer .service-widget ul {
  padding: 6px 0;
}

.main-footer .service-widget {
  position: relative;
  padding: 0px 0px 0px 55px;
}

.main-footer .link-widget {
  position: relative;
  margin-left: 48px;
}

.main-footer .link-widget > p {
  line-height: 1.4;
}

.main-footer .subscribe-widget .footer-social li {
  position: relative;
  display: inline-block;
  margin-right: 9px;
}

.main-footer .subscribe-widget .footer-title h4 {
  margin-bottom: 11px;
}

.main-footer .subscribe-widget .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #70798c;
  border-radius: 50%;
}

.main-footer .subscribe-widget .footer-social li a:hover,
.main-footer .subscribe-widget .footer-social li a.active {
  background: #4b4b4e;
  border: 2px solid #cfc3ab;
}

.main-footer .btn-one.radi {
  border-radius: 5px;
  padding: 13px 30px 12px 30px;
}

/*second age */

.second-test .subscribe-widget .footer-social li {
  position: relative;
  display: inline-block;
}

.second-test .subscribe-widget .footer-title h4 {
  margin-bottom: 11px;
}

.second-test .subscribe-widget .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: rgb(60, 28, 202);
  text-align: center;
}

/* organ section */

.main-organ {
  position: relative;
  background: #ffffff;
  width: 100%;
  padding: 50px 0;
}
#test-below.main-organ {
  padding: 30px 0;
}
#test-below.main-organ .container .row {
  margin-top: 0 !important;
}

.main-organ .subscribe-widget .input-box {
  position: relative;
}

.main-organ .subscribe-widget .input-box input {
  position: relative;
  width: 100%;
  height: 43px;
  background: #f2f2f7;
  padding: 15px 20px;
  font-size: 14px;
  color: #848484;
  border-radius: 15px;
  margin-bottom: 0;
}

.main-organ .subscribe-widget .input-box button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 43px;
  height: 43px;
  line-height: 50px;
  text-align: center;
  background: #0166ff;
  color: #92bafa;
  font-size: 13px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.main-organ p.or {
  font-size: 14px;
  color: #a3a3a3;
  margin-bottom: 0;
  padding-left: 20px;
}

.main-organ .footer-colmun {
  display: flex;
  align-items: center;
}

.main-organ .footer-colmun .subscribe-widget.footer-widget {
  flex-grow: 1;
}

.main-organ .subscribe-widget .input-box button i {
  font-size: 32px;
  line-height: initial;
}

.main-organ .subscribe-widget .input-box button i.fa-search {
  font-size: 20px;
}

#test-below h3 {
  font-size: 28px;
  margin-bottom: 50px;
  line-height: initial;
}

/** footer-bottom **/

.footer-bottom {
  position: relative;
  padding: 12px 0px 16px 0px;
  background: #9b9ea5;
  width: 100%;
}

.footer-bottom p {
  color: #d4dae3;
  margin-bottom: 0px;
}

.footer-bottom a {
  color: #cfc3ab;
}

/*** 







====================================================================
                        organ-page
====================================================================

***/

.organ-page {
  background: #fff;
  position: relative;
  /* padding: 70px 0px 50px 0px; */
}

/* .organ-page .text-center {
  margin-bottom: 30px;
} */

.organ-page .text-center h3 {
  line-height: 1.2;
  color: #000;
  margin-bottom: 18px;
}

.organ-page .text-center p {
  font-size: 24px;
  color: #000000;
}

.organ-page .single-item {
  position: relative;
  transition: all 900ms ease;
}

.organ-page .single-item img {
  width: 100%;
  z-index: 1;
}

/* .organ-page .item-fourth:hover {
    transition: all 900ms ease;
    box-shadow: 0 0 20px 2px rgba(204, 204, 204, 0.5);
} */

.organ-page .video-inner .single-item .lower-content {
  font-variant: JIS04;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 15px;
  background-color: #e9e9e9bd;
  padding: 15px;
  border-top: none;
  transition: all 900ms ease;
  width: calc(100% - 30px);
}

.organ-page .single-item .lower-content h3 {
  text-align: center !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.organ-page .single-item:hover .lower-content {
  /* border: 1px solid #fff; */
  border-top: none;
  transition: all 900ms ease;
}

.organ-page .single-item .lower-content > p {
  /* border: 1px solid #fff; */
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(12, 12, 12, 0.8);
  font-size: 22px;
  margin-bottom: 3px;
  width: 100%;
  margin-bottom: 0;
}

.organ-page .single-item:hover .lower-content .team-info {
  padding: 23px 0px 0px 0px;
}

.organ-page .single-item .lower-content h4 {
  margin-bottom: -2px;
}

.item-fourth .text-center {
  margin-bottom: 30px;
}

.item-fourth .text-center h3 {
  line-height: 1.2;
  color: #000;
  margin-bottom: 18px;
}

.item-fourth .text-center p {
  font-size: 24px;
  color: #000000;
}

.item-fourth .single-item {
  position: relative;
  transition: all 900ms ease;
}

.item-fourth .single-item img {
  width: 100% !important;
  z-index: 1;
}

/* .item-fourth .item-fourth:hover {
    transition: all 900ms ease;
    box-shadow: 0 0 20px 2px rgba(204, 204, 204, 0.5);
} */

.item-fourth .single-item .lower-content {
  font-variant: JIS04;
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 15px;
  border-top: none;
  transition: all 900ms ease;
  width: 100%;
}
.item-fourth .single-item .lower-content h3 {
  text-align: center !important;
  font-weight: 600;

  margin-bottom: 0;
}
.item-fourth .single-item:hover .lower-content {
  /* border: 1px solid #fff; */
  border-top: none;
  transition: all 900ms ease;
}

.item-fourth .single-item .lower-content > p {
  /* border: 1px solid #fff; */
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 300;
  color: rgba(12, 12, 12, 0.8);
  font-size: 22px;
  margin-bottom: 3px;
  width: 100%;
  margin-bottom: 0;
}

.item-fourth .single-item:hover .lower-content .team-info {
  padding: 23px 0px 0px 0px;
}

.item-fourth .single-item .lower-content h4 {
  margin-bottom: -2px;
}

/*** 



====================================================================
                        faq-page
====================================================================

***/

.faq-section {
  position: relative;
  padding: 30px 0;
}

.accordion {
  position: relative;
  margin-bottom: 20px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  display: none;
  opacity: 0;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus {
  display: none;
  opacity: 0;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  display: block;
  opacity: 1;
}

.accordion-box .accordion .acc-btn .toggle-icon .plus:before {
  color: #ff9900;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
  color: #ff9900;
}

.accordion-box .accordion .acc-btn {
  position: relative;
}

.accordion-box .accordion .acc-btn .toggle-icon {
  position: absolute;
  left: 0;
  top: 15px;
  cursor: pointer;
}

.accordion-box .accordion .acc-btn .toggle-icon i:before {
  font-size: 25px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon {
  position: absolute;
  left: 11px;
  top: 19px;
  cursor: pointer;
}

.accordion-box .accordion .acc-content.collapsed {
  display: block;
}

.acc-content p {
  color: #000;
  font-size: 18px;
}

.accordion-box .accordion .acc-btn.active .acc-title {
  position: relative;
  background: #fff;
  /* border: 1px solid #cfc3ab; */
  color: #0166ff;
  display: block;
  font-weight: 400;
  cursor: pointer;
  padding: 17px 30px 18px 47px;
  transition: all 500ms ease;
}

.accordion-box .accordion .acc-btn .acc-title {
  padding: 17px 30px 18px 47px;
  position: relative;
  font-size: 28px;
  font-family: "Gothan-light", sans-serif;
  line-height: 28px;
  color: #0166ff;
  display: block;
  font-weight: 400;
  cursor: pointer;
  /* border: 1px solid #e5e5e5; */
  transition: all 500ms ease;
}

.accordion-box .accordion .acc-content.collapsed {
  position: relative;
  display: block;
  padding: 13px 15px 15px 49px;
  /* box-shadow: 0px 0px 5px 0px #ddd; */
}

.accordion-box .accordion .acc-content {
  display: none;
  padding: 13px 15px 15px 79px;
  /* box-shadow: 0px 0px 5px 0px #ddd; */
}

.faq-section .faq-sidebar {
  position: relative;
  background: #f5f5f8;
  margin-left: 20px;
  padding: 43px 40px 41px 40px;
}

input,
textarea {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  color: #222;
  border: 1px solid #d9d9d9;
  margin-bottom: 18px;
  background: transparent;
  transition: all 900ms ease;
}

.faq-section input,
.faq-section textarea {
  background: #f5f5f8;
}

.faq-section .faq-sidebar textarea {
  height: 120px;
  resize: none;
  margin-bottom: 9px;
}

.faq-section ::-webkit-input-placeholder {
  /* Chrome */
  color: #222;
}

.faq-section :-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}

.faq-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
  opacity: 1;
}

.faq-section :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #222;
  opacity: 1;
}

input:focus,
textarea:focus {
  border-color: #cfc3ab;
  transition: all 900ms ease;
}

.faq-section h4 {
  margin-bottom: 22px;
}

.accordion .accordion-item .accordion-header button.accordion-button {
  position: relative;
  color: #0166ff;
  font-weight: 400;
  cursor: pointer;
  padding: 15px 30px 16px 47px;
  font-size: 21px;
  font-family: "Gothan-light", sans-serif;
  line-height: 22px;
  background: #fff;
  transition: all 500ms ease;
  box-shadow: none;
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-body {
  padding: 13px 15px 15px 79px;
}

.accordion-body,
.accordion-body p,
.accordion-body p span,
.accordion-body span {
  font-size: 18px;
  color: #000;
  font-style: inherit;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.accordion-button::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  content: "\f067";
  background-image: none;
  color: #ff9900;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
}

/* consumer page */

#consumer-pages {
  padding: 15px;
}

#professional-pages-wrapper {
  padding: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222;
  background-color: #e5e5e5;
}

.nav-pills .nav-link {
  display: flex;
  border-radius: 0;
  background: #f7f7f7;
  margin: 1px;
  border-left: 5px solid #dedede;
  color: #222;
  text-align: left;
  padding: 0;
}

.nav-pills .nav-link a {
  width: 100%;
  color: #222;
  padding: 20px 25px;
}

.consumer-pages-banner {
  background: #0166ff;
  padding: 8px 15px;
  text-align: left;
  color: #fff;
}

#consumer-pages .tab-content p {
  color: #000;
  font-size: 18px;
}

div.tab-content .tab-pane-anchor {
  margin-bottom: 30px;
}

div.tab-content .tab-pane-anchor .tab-pane-title {
  font-weight: bold;
}

/* consumer page */

.team-column i {
  font-size: 20px;
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-body {
  padding: 13px 15px 15px 79px;
}

.accordion-body,
.accordion-body p,
.accordion-body p span,
.accordion-body span {
  font-size: 18px;
  color: #000;
  font-style: inherit !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.accordion-button::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  content: "\f067";
  background-image: none;
  color: #ff9900;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
}

/* consumer page */

#consumer-pages {
  padding: 15px;
}

#professional-pages-wrapper {
  padding: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222;
  background-color: #e5e5e5;
}

.nav-pills .nav-link {
  display: flex;
  border-radius: 0;
  background: #f7f7f7;
  margin: 1px;
  border-left: 5px solid #dedede;
  color: #222;
  text-align: left;
  padding: 0;
}

.nav-pills .nav-link a {
  width: 100%;
  color: #222;
  padding: 20px 25px;
}

.consumer-pages-banner {
  background: #0166ff;
  padding: 8px 15px;
  text-align: left;
  color: #fff;
}

#consumer-pages .tab-content p {
  color: #000;
  font-size: 18px;
}

div.tab-content .tab-pane-anchor {
  margin-bottom: 30px;
}

div.tab-content .tab-pane-anchor .tab-pane-title {
  font-weight: bold;
}

/* consumer page */

.team-column i {
  font-size: 20px;
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-body {
  padding: 13px 15px 15px 79px;
}

.accordion-body,
.accordion-body p,
.accordion-body p span,
.accordion-body span {
  font-size: 18px;
  color: #000;
  font-style: inherit !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.accordion-button::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  content: "\f067";
  background-image: none;
  color: #ff9900;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
}

/* consumer page */

#consumer-pages {
  padding: 15px;
}

#professional-pages-wrapper {
  padding: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222;
  background-color: #e5e5e5;
}

.nav-pills .nav-link {
  display: flex;
  border-radius: 0;
  background: #f7f7f7;
  margin: 1px;
  border-left: 5px solid #dedede;
  color: #222;
  text-align: left;
  padding: 0;
}

.nav-pills .nav-link a {
  width: 100%;
  color: #222;
  padding: 20px 25px;
}

.consumer-pages-banner {
  background: #0166ff;
  padding: 8px 15px;
  text-align: left;
  color: #fff;
}

#consumer-pages .tab-content p {
  color: #000;
  font-size: 18px;
}

div.tab-content .tab-pane-anchor {
  margin-bottom: 30px;
}

div.tab-content .tab-pane-anchor .tab-pane-title {
  font-weight: bold;
}

/* consumer page */

.team-column i {
  font-size: 20px;
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-body {
  padding: 13px 15px 15px 79px;
}

.accordion-body,
.accordion-body p,
.accordion-body p span,
.accordion-body span {
  font-size: 18px;
  color: #000;
  font-style: inherit !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.accordion-button::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  content: "\f067";
  background-image: none;
  color: #ff9900;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
}

/* consumer page */

#consumer-pages {
  padding: 15px;
}

#professional-pages-wrapper {
  padding: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222;
  background-color: #e5e5e5;
}

.nav-pills .nav-link {
  display: flex;
  border-radius: 0;
  background: #f7f7f7;
  margin: 1px;
  border-left: 5px solid #dedede;
  color: #222;
  text-align: left;
  padding: 0;
}

.nav-pills .nav-link a {
  width: 100%;
  color: #222;
  padding: 20px 25px;
}

.consumer-pages-banner {
  background: #0166ff;
  padding: 8px 15px;
  text-align: left;
  color: #fff;
}

#consumer-pages .tab-content p {
  color: #000;
  font-size: 18px;
}

div.tab-content .tab-pane-anchor {
  margin-bottom: 30px;
}

div.tab-content .tab-pane-anchor .tab-pane-title {
  font-weight: bold;
}

/* consumer page */

.team-column i {
  font-size: 20px;
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-body {
  padding: 13px 15px 15px 79px;
}

.accordion-body p,
.accordion-body p span,
.accordion-body span {
  font-size: 18px;
  color: #000;
  font-style: inherit !important;
}

.accordion-button::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  content: "\f067";
  background-image: none;
  color: #ff9900;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
}

/* consumer page */

#consumer-pages {
  padding: 15px;
}

#professional-pages-wrapper {
  padding: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222;
  background-color: #e5e5e5;
}

.nav-pills .nav-link {
  display: flex;
  border-radius: 0;
  background: #f7f7f7;
  margin: 1px;
  border-left: 5px solid #dedede;
  color: #222;
  text-align: left;
  padding: 0;
}

.nav-pills .nav-link a {
  width: 100%;
  color: #222;
  padding: 20px 25px;
}

.consumer-pages-banner {
  background: #0166ff;
  padding: 8px 15px;
  text-align: left;
  color: #fff;
}

#consumer-pages .tab-content p {
  color: #000;
  font-size: 18px;
}

div.tab-content .tab-pane-anchor {
  margin-bottom: 30px;
}

div.tab-content .tab-pane-anchor .tab-pane-title {
  font-weight: bold;
}

/* consumer page */

.team-column i {
  font-size: 20px;
}

/* box-shadow: none;

} */

.accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-body {
  padding: 13px 15px 15px 79px;
}

.accordion-body p,
.accordion-body p span,
.accordion-body span,
.accordion-body div,
#consumer-pages .tab-pane-anchor p > span,
#consumer-pages .tab-pane-anchor span {
  font-size: 15px !important;
  color: #000 !important;
  font-style: inherit;
}

#consumer-pages .tab-pane-anchor p > span {
  line-height: 28px !important;
}

.accordion-body p > a {
  font-size: 15px !important;
  color: blue !important;
}

.accordion-body div > a {
  font-size: 15px !important;
  color: blue !important;
}

.accordion-button::after {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  content: "\f067";
  background-image: none;
  color: #ff9900;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
}

/* consumer page */

#consumer-pages {
  padding: 15px;
}

#professional-pages-wrapper {
  padding: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #222;
  background-color: #e5e5e5;
}

.nav-pills .nav-link {
  width: 100%;
  display: flex;
  border-radius: 0;
  background: #f7f7f7;
  margin: 1px;
  border-left: 5px solid #dedede;
  color: #222;
  text-align: left;
  padding: 0;
}

.nav-pills .nav-link a {
  width: 100%;
  color: #222;
  padding: 20px 25px;
}

.consumer-pages-banner {
  width: 100%;
  background: #0166ff;
  padding: 8px 15px;
  text-align: left;
  color: #fff;
}

.professional-pages {
  background: #ff9801;
  padding: 8px 15px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
}

#consumer-pages .tab-content p {
  color: #000;
  font-size: 18px;
}

div.tab-content .tab-pane-anchor {
  margin-bottom: 30px;
}

div.tab-content .tab-pane-anchor .tab-pane-title {
  font-weight: bold;
}

/* consumer page */

.team-column i {
  font-size: 20px;
}

#Rea tbody tr td {
  padding: 12px;
}

header.main-header ul {
  list-style: none;
  margin: 0;
}

#consumer-pages .tab-pane-anchor > div,
#consumer-pages .tab-pane-anchor > div span {
  font-size: 18px;
  color: #000;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

/* Changes  */
section#main-adv-bck {
  padding: 32px;
}
.adv-wrap {
  background: #e8e8e8;
  min-width: 300px;
  width: 30% !important;
  margin: auto !important;

  padding-inline: 60px !important;
  padding-block: 32px !important;
}
.main-organ > div > div {
  margin-inline: auto;
  justify-content: center !important;
}
.adv-wrap.text-center {
  border-radius: 16px;
}
.organ-page .text-center h3 {
  font-size: 48px;
}

section:nth-child(4) .organ-page .single-item {
  margin-bottom: 50px;
}
.single-item img {
  aspect-ratio: 1 !important;
  object-fit: cover;
}

.team-colmun.test-sec {
  padding: 15px;
}
.organ-page .test-sec .single-item .img-box {
  margin-bottom: 0px !important;
}
.organ-page .test-sec .single-item {
  padding-inline: 15px;
  padding-block: 30px;
  background-color: #e8e8e8;
  border-radius: 15px 15px 0 0;
}
.organ-page .content {
  padding-inline: 15px;
  padding-block: 15px;
  background-color: #e8e8e8;
  border-radius: 0 0 15px 15px;
}
.footer-banner .text-center {
  font-size: 26px !important;
}
.adv-wrap p {
  margin-top: 32px;
  font-size: 20px;
  color: black !important;
}

.organ-page .single-item .img-box {
  margin-bottom: 50px;
}
.sponsors-section img {
  height: 16rem;
  padding-inline: 100px;
}

.item-fourth .single-item {
  background-color: #f0f9fc;
  margin-bottom: 50px;
  padding: 15px;
  border-radius: 15px;
}
.item-fourth .lower-content p {
  padding: 15px;
  text-align: center !important;
  color: black !important;
}
.organ-page .item-fourth .single-item:hover {
  transition: all 900ms ease;
  box-shadow: 0 0 20px 2px rgba(204, 204, 204, 0.5);
}
.footer-banner img {
  margin-top: 50px;
  height: 150px;
  object-fit: cover;
}
.sponsors-section h3:first-child {
  display: none;
}

@media (max-width: 1240px) {
  .sponsors-section p,
  .sponsors-section img {
    padding-inline: 0;
  }
}
.tab-content > ul {
  list-style: none;
  padding: 0px;
  text-align: left;
}

.tab-content > ul li {
  padding: 20px 30px 20px;
  margin: 5px 0;
  background-color: #eeeeee;
  border-left: 5px solid #aaa;
}
.tab-content > ul li:hover {
  background-color: #ccc;
}
.tab-content > ul .active {
  background-color: #ccc;
}
.tab-content > ul li a {
  color: black;
  font-weight: 600;
}

.entry-content p {
  font-size: 14px;
  color: black;
}

.entry-content p strong {
  font-style: italic;
  color: #cfc3ab !important;
}

section#patient-storeis-wrapper {
  padding: 15px;
}
section#patient-storeis-wrapper .nav-pills {
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}

section#patient-storeis-wrapper .professional-pages {
  background: #d03a5a;
  width: 100%;
}
section#patient-storeis-wrapper .nav-pills > img {
  position: absolute;
  height: 56px;
  background: white;
  border: 5px solid white;
  border-radius: 100%;
}

section#patient-storeis-wrapper button {
  margin-top: 0;
  margin-left: 24px;
  padding-left: 40px;
}

#patient-storeis-wrapper .nav-pills {
  width: 100%;
}
#patient-storeis > a > blockquote p {
  font-style: normal !important;
  font-weight: 600;
}
#detailed_information > a > blockquote p {
  font-style: normal !important;
  font-weight: 400;
}

#patient-storeis > a > blockquote span {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}
#detailed_information > a > blockquote span {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}

#patient-storeis > a > blockquote,
#detailed_information > a > blockquote {
  position: relative;
  padding: 1rem;
  width: fit-content;
}

#patient-storeis > a > blockquote:before,
#patient-storeis > a > blockquote:after,
#detailed_information > a > blockquote:before,
#detailed_information > a > blockquote:after {
  position: absolute;
  color: black;
  font-size: 3rem;
  font-family: Georgia;
}

#patient-storeis > a > blockquote:before,
#detailed_information > a > blockquote:before {
  content: "“";
  left: -0rem;
  top: -0rem;
}

#patient-storeis > a > blockquote:after,
#detailed_information > a > blockquote:after {
  content: "”";
  right: 0rem;
  bottom: -0rem;
}
#readmore_ptstories {
  padding-inline: 2rem;
  position: absolute;
  right: 0;
}

#readmore_ptstories_pro {
  padding-inline: 2rem;
  right: 0;
}
#patient-storeis span,
#detailed_information span {
  color: black;
}
.img-information-sheets {
  height: 600px !important;
  object-fit: contain !important;
}

figure.table td {
  padding: 1rem;
  color: #000;
}

figure.table {
  margin-bottom: 2rem;
}
.premium-video-box-play-icon-container {
  color: #fff;
  position: absolute;
  bottom: 50%;
  left: 50%;
  border: 2px solid;
  padding: 1rem;
  border-radius: 100%;
  aspect-ratio: 1 !important;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  translate: -50%;
  z-index: 999;
}
.premium-video-box-play-icon-container:hover {
  color: #cfc3ab;
  transition: all 500ms ease;
}

/* consumer page */

.team-column i {
  font-size: 20px;
}

#Rea tbody tr td {
  padding: 12px;
}

header.main-header ul {
  list-style: none;
  margin: 0;
}

#consumer-pages .tab-pane-anchor > div,
#consumer-pages .tab-pane-anchor > div span {
  font-size: 18px;
  color: #000;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.team-colmun p {
  color: #000;
  font-size: 18px;
}

.team-colmun h4,
.team-colmun h1,
.team-colmun h2,
.team-colmun h3,
.team-colmun h5,
.team-colmun h6 {
  font-weight: bold;
}

.team-colmun figure.table {
  display: flex;
  justify-content: center;
}
.team-colmun figure.table .image,
.team-colmun figure.table tbody tr > td {
  text-align: center;
}
.team-colmun figure.table .image img {
  max-width: 90%;
}
.team-colmun figure.table tbody tr > td {
  padding: 1.8rem 1rem !important;
}

.team-colmun.mhr-home a {
  word-wrap: break-word !important;
}

@media (max-width: 1399.98px) {
  .team-colmun figure.table tbody tr > td {
    padding: 1.5rem 1rem !important;
  }
}

@media (max-width: 991.98px) {
  .team-colmun figure.table tbody > tr > td img {
    width: 100%;
  }
  .team-colmun figure.table .image img {
    max-width: 100%;
  }
  .team-colmun figure.table tbody tr > td {
    padding: 1rem !important;
  }
}

@media (max-width: 767.98px) {
  .team-colmun figure.table tbody > tr {
    display: flex;
    flex-wrap: wrap;
  }
  .team-colmun figure.table tbody > tr > td {
    width: 50%;
  }
  .team-colmun figure.table .image img {
    max-width: 90%;
  }
}

@media (max-width: 575.98px) {
  .team-colmun figure.table tbody > tr > td {
    width: 100%;
  }
  .team-colmun figure.table .image img {
    max-width: 100%;
  }
}

/* body{
  overflow: hidden;
} */
/* -----------new css-------------- */
.owl-carousel.home-banner-slider .owl-item img {
  height: 100%;
}
.footer-banner .row {
  width: 100%;
}
@media (max-width: 800px) {
  .main-header .nav-img {
    width: 100%;
    height: auto;
  }
  .main-header .col-md-auto {
    width: 100%;
  }
  .footer-banner .row {
    width: 100%;
  }
}

/* new css again-------------------------- */
.sponsors-section .d-flex1.justify-content-center p {
  font-family: "Montserrat", sans-serif;
}
.organ-page .single-item .img-box {
  text-align: end;
}
.organ-page .single-item .img-box .infosheet_new_ico {
  color: #fff;
  font-weight: 800;
  position: absolute;
  background: #fa7474;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 5px 5px;
  /* -webkit-border-top-right-radius: 200px; */
  -moz-border-radius-topright: 200px;
  /* border-top-right-radius: 200px; */
  border-radius: 100%;
  border: 2px solid #fa7474;
}
/* .page-wrapper #consumer-pages strong .tooltiptext {
  font-weight: bold !important;
}
.page-wrapper #consumer-pages .tooltiptext {
  text-decoration: underline;
  font-size: 18px !important;
  text-underline-offset: 5px;
  position: relative;
  display: inline-block;
  text-indent: 0em;
}
.page-wrapper #consumer-pages .tooltiptext:hover {
  cursor: pointer;
}
.page-wrapper #consumer-pages .tooltiptext:hover .tooltipdescrption {
  visibility: visible !important;
}

.page-wrapper #consumer-pages .tooltipdescrption {
  visibility: hidden;
  width: 200px;
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  top: 0;
  left: 50%;
  transform: translate(0, -50%);
  border: 2px solid grey;
  line-height: normal;
  position: absolute;
  z-index: 1;
}
.tab-pane-anchor p img {
  width: 100%;
} */
.page-wrapper #consumer-pages strong .tooltiptext {
  font-weight: bold !important;
}
.page-wrapper #consumer-pages .tooltiptext {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px !important;
  text-underline-offset: 3px;
}

/* Style for the tooltip text */
.tooltiptext .tooltipdescrption {
  visibility: hidden;
  background-color: #f7f7f7;
  color: #0166ff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e5e5e5; /* 1px black border */
  border-radius: 8px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 125%;
  width: 250px;
  max-width: 250px;
  left: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip on hover */
.tooltiptext:hover .tooltipdescrption {
  visibility: visible;
  opacity: 1;
}
/* ------------temp toolkit-------------------------------- */
/* .tab-pane-anchor p img {
  width: 100%;
}
.page-wrapper #consumer-pages .tooltiptext {
  text-decoration: underline;
  font-size: 18px !important;
  text-underline-offset: 5px;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
.page-wrapper #consumer-pages .tooltipdescrption {
  background: #000;
  bottom: 100%;
  color: #fff !important;
  display: block;
  left: 0;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 200px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.page-wrapper #consumer-pages .tooltipdescrption:before {
  bottom: -20px;
  content: ' ';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-wrapper #consumer-pages .tooltipdescrption:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #000 10px;
  bottom: -10px;
  content: ' ';
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.page-wrapper #consumer-pages .tooltiptext:hover .tooltipdescrption {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.page-wrapper #consumer-pages .tooltipdescrption {
  display: none;
}

.page-wrapper #consumer-pages .tooltiptext:hover .tooltipdescrption {
  display: block;
} */

@media (min-width: 1399px) {
  .organ-page .single-item .img-box .infosheet_new_ico {
    right: 10%;
  }
}
@media (min-width: 1599px) {
  .organ-page .single-item .img-box .infosheet_new_ico {
    right: 15%;
  }
}
@media (max-width: 1499px) {
  .page-wrapper #consumer-pages .tooltipdescrption {
    width: 200px;
    font-size: 16px !important;
    left: 70%;
  }
}
@media (max-width: 1199px) {
  .organ-page .single-item .img-box .img-information-sheets {
    height: auto !important;
    max-height: unset !important;
    aspect-ratio: 0 !important;
  }
  .page-wrapper #consumer-pages .tooltipdescrption {
    width: 200px;
    font-size: 15px !important;
  }
}
@media (max-width: 991px) {
  .organ-page .single-item .img-box .img-information-sheets {
    height: auto !important;
    max-height: unset !important;
    aspect-ratio: 0 !important;
  }
}
@media (max-width: 768px) {
  .page-wrapper #consumer-pages .tooltiptext[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: -100%;
  }
  .page-wrapper #consumer-pages .tooltipdescrption {
    width: 200px;
    font-size: 14px !important;
    left: 150%;
  }
}
@media (max-width: 575px) {
  .organ-page .single-item .img-box {
    padding: 0 20px;
  }
  .organ-page .single-item .img-box img {
    max-height: unset;
  }
  .organ-page .single-item .img-box .infosheet_new_ico {
    right: 25px;
  }
  .page-wrapper #consumer-pages .tooltipdescrption {
    width: 200px;
    font-size: 14px !important;
    left: 30%;
  }
}

#autoComplete_list_1 {
  max-height: 400px;
  overflow-y: scroll;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0;
  width: 100%;
  border-radius: 15px;
  background: #f2f2f7;
  list-style: none;
}
#autoComplete_list_1 li:hover {
  cursor: pointer;
}
#autoComplete_list_1 div span {
  font-weight: 600;
}
.subscribe-widget form {
  position: relative;
  z-index: 1;
}
/* CSS ADDED - PRABIN */
.banner-inner_mrh_home {
  margin-bottom: 60px !important;
}
.viemo-iframe iframe {
  max-width: 100%;
}
.main-organ-variant .subscribe-widget {
  background: #eee;
  padding: 28px 24px;
  min-height: 242px;
  height: 100%;
}

.main-organ-variant .footer-column:nth-child(1) .subscribe-widget,
.main-organ-variant .footer-column:nth-child(2) .subscribe-widget {
  border-top: 8px solid #0166ff;
}
.main-organ-variant .footer-column:nth-child(1) .subscribe-widget .input-box,
.main-organ-variant .footer-column:nth-child(2) .subscribe-widget .input-box {
  margin-top: 16px;
}
.main-organ-variant .footer-column:nth-child(3) .subscribe-widget {
  border-top: 8px solid #61dc43;
  background: #f6f6f6 !important;
}
.main-organ-variant .subscribe-widget .input-box button {
  position: relative !important;
}
.main-organ-variant .subscribe-widget .form-group-wrapper {
  display: flex !important;
}
.main-organ-variant .subscribe-widget .form-group-wrapper .form-group {
  width: 100%;
}
.main-organ-variant .subscribe-widget .input-box button i {
  font-size: 20px !important;
}
.main-organ-variant .subscribe-widget .input-box h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  font-weight: 300;
}
.main-organ-variant .subscribe-widget .input-box input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.main-organ-variant section#main-adv-bck {
  padding: 0 !important;
}
.main-organ-variant section#main-adv-bck .adv-wrap {
  padding: 0 !important;
  width: 100% !important;
  background: transparent !important;
  margin-top: -16px !important;
}
.main-organ-variant section#main-adv-bck .adv-wrap img {
  width: 95% !important;
  max-width: 280px !important;
}
.main-organ-variant .find-more-wrapper {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 10px;
}
.main-organ-variant .find-more-wrapper > * {
  margin: 0 !important;
}
.main-organ-variant .find-more-wrapper > p {
  text-align: left !important;
  font-weight: 300;
  max-width: 200px;
}
.main-organ-variant .find-more-wrapper > a {
  background: #61dc43;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding: 7px 18px;
  font-size: 16px;
  white-space: nowrap;
}

.header-lower .input-box form {
  display: flex;
  align-items: stretch;
}
.header-lower .input-box form input {
  margin-bottom: 0 !important;
  caret-color: #000;
  color: #000;
  border-color: #fff;
  background: #f2f2f7;
  height: 43px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #d9d9d9;
}
.header-lower .input-box form input:focus {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff;
}
.header-lower .input-box form input::placeholder {
  color: #000;
  font-weight: 500;
}
.header-lower input::-webkit-search-cancel-button {
  color: #fff !important;
  filter: invert(1) brightness(100);
}
.header-lower > .container > .row {
  align-items: center;
}
.header-lower .input-box form button[type="submit"] {
  width: 43px;
  height: 43px;
  min-width: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0166ff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #92bafa !important;
}
.header-lower .input-box form button[type="submit"] i {
  font-size: 18px;
}
.ptex_keywords .organ-page form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ptex_keywords .organ-page form label {
  color: #000;
  margin-bottom: 8px;
}
.ptex_keywords .organ-page form input[type="submit"] {
  background: #007bff !important;
  align-self: flex-start;
  width: auto;
  border-radius: 4px;
  color: #fff;
  min-width: 120px;
  padding: 4px 10px !important;
  height: 48px !important;
}
.ptex_keywords .organ-page:not(form) {
  text-align: left;
  text-align: justify;
}

.subscribe-widget.footer-widget .form-group select,
.subscribe-widget.footer-widget .form-group input {
  font-size: 15px !important;
}

.tab-content .tab-pane-anchor#summary {
  background: #eaeaea;
  padding: 20px 20px 20px 28px;
  border-radius: 8px;
}

@media (max-width: 992px) {
  .main-header .toggle-menu .input-box form {
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: stretch;
  }
  .main-header .toggle-menu .input-box input[type="search"] {
    margin-bottom: 0 !important;
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .main-header .toggle-menu .input-box button[type="submit"] {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #0166ff !important;
    color: #92bafa !important;
  }
}

@media (max-width: 1399.98px) {
  .main-organ-variant .find-more-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .main-organ-variant .find-more-wrapper > p {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .main-organ-variant .find-more-wrapper > a {
    width: 100%;
  }
  .main-organ-variant section#main-adv-bck .adv-wrap {
    min-width: 100% !important;
  }
  .main-organ-variant .subscribe-widget .input-box h2 {
    font-size: 24px;
  }
  .main-organ-variant .container > .row {
    row-gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .banner-inner_mrh_home {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .viemo-iframe {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden;
  }
  .viemo-iframe iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .main-organ .subscribe-widget {
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .main-organ .footer-column:nth-child(1) {
    padding-left: 0 !important;
  }
  .main-organ .footer-column:nth-child(3) {
    padding-right: 0 !important;
  }
}

#consumer-pages-detail .highlight-under {
  font-size: 18px !important;
}

/* NEW ADDED CSS */
.organ-page.organ-first-grid .single-item {
  display: grid;
  align-items: center;
  grid-template-columns: 45% 55%;
  border-radius: 0;
  background: #eeeeee;
  border-top: 6px solid #f16a11;
  height: 100%;
  margin-bottom: 0!important;
}
.organ-page.organ-first-grid .team-colmun{
  margin-bottom: 60px;
}

.organ-page.organ-first-grid .single-item .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.organ-page.organ-first-grid .single-item .lower-content {
  position: relative;
}
.organ-page.organ-first-grid .single-item .lower-content > p {
  text-align: center !important;
  text-transform: none;
  font-weight: 500;
  padding: 0 !important;
}
.organ-page.organ-second-grid {
  margin-top: 60px;
  margin-bottom: 50px;
}
.organ-page.organ-second-grid .single-item {
  display: grid;
  grid-template-columns: auto 100px;
  border-radius: 0;
  padding: 28px !important;
  background: #fe6f11;
  border-top: 8px solid #e20a15;
  gap: 24px;
  height: 100%;
}

.organ-page.organ-second-grid .single-item .img-box {
  order: 2;
}

.organ-page.organ-second-grid .single-item .content {
  background: #fe6f11;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.organ-page.organ-second-grid .single-item .content a h3 {
  font-weight: 600 !important;
  color: #fff;
  margin-bottom: 0 !important;
  text-align: left !important;
  max-width: 245px;
}

.text-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  margin-top: 24px;
}
.text-column-grid p {
  font-size: 24px;
  padding: 0 !important;
  text-align: left !important;
  color: #8b8b8b;
}
.text-column-grid-head {
  border-bottom: 3px solid #8b8b8b;
}
.text-column-grid-head p {
  text-align: left;
  padding: 0;
  color: #8b8b8b;
  font-size:36px;
}
.sponsors-section {
  padding: 60px 0px;
}


@media(max-width: 1199.98px){
  .organ-page.organ-first-grid .single-item {
    /* grid-template-columns: 100%; */
  }
  .organ-page.organ-second-grid .single-item{
    /* grid-template-columns: 100%; */
  }

  .organ-page.organ-second-grid .single-item{
    min-height: auto;
    padding: 16px!important;
  }
  .organ-page.organ-second-grid{
    margin-top: 0px;
  }
  .text-column-grid{
    gap: 24px;
  }
  .text-column-grid p {
    font-size: 20px;
  }
  .text-column-grid-head p{
    font-size: 28px;
  }
  .organ-page.organ-first-grid .team-colmun{
    margin-bottom: 20px;
  }

  .organ-page.organ-second-grid .single-item .img-box{
    padding: 0!important;
  }
}

@media(max-width: 767.98px){
  .text-column-grid{
    grid-template-columns: 100%;
    gap: 16px;
  }
}

html, body {
  height: 100%!important;
  overflow: auto!important;
}