body {
  font-family: "Raleway", sans-serif !important;
  color: #344751;
}

@media (max-width: 991px) {
  body {
    margin-top: 60px;
  }
}

/* Navigation */

.navbar {
  background: transparent;
  transition: background-color 400ms ease;
}

.navbar .nav-item {
  font-size: 1.4rem;
  padding-right: 20px;
}

.navbar-toggler .icon-bar {
  background: #000;
  position: relative !important;
  transition: all 500ms ease-in-out !important;
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
  background-color: transparent;
}

.navbar-toggler.active .icon-bar:nth-of-type(4) {
  top: -6px;
  transform: rotate(-45deg);
}

.nav-link {
  font-size: 18px !important;
}

/* Navbar burger icon*/
.responsive-burger-icon {
  background: #fff;
  height: 5px;
  width: 100%;
}

/* Index page showcase*/

/*#home-section {
  position: relative;
  background: url("{!URLFOR($Resource.PRAssets,'PRAssets/img/home-hero.jpeg')}")
    no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

#home-section .overlay {
  background-color: rgba(56, 56, 56, 0.32);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/* Contact Us*/
#contactUs {
  position: relative;
  background-color: rgba(91, 27, 14, 0.03);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

/*#contactUs::before {
    content: "";
    background: url("PatientRecruitment/img/contactUs-img.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -37px;
    right: 0;
    height: 100%;
    width: 100%;
    transition: background 1.5s ease;
  } */
#contactUs.special::before {
  content: "";
  background: url("PatientRecruitment/img/contactUs-img.png") no-repeat !important;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -37px;
  right: 0;
  height: 100%;
  width: 100%;
  transition: background 1.5s ease;
}

#contactUs input,
#contactUs textarea,
#signup input,
#signup textarea,
#signup select {
  background: transparent;
  border-top: 0;
  border-bottom: 1px solid #ced4da !important;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
label:nth-child(odd) {
  text-align: left !important;
}

#contactUs input:focus,
#contactUs textarea:focus,
#signup input:focus,
#signup textarea:focus,
#signup select:focus {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0;
}

#brand-message p {
  font-weight: 500;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.5);
}

#banner-text {
  transition: padding-top 1.5s ease;
}

.heading {
  color: #344751;
  display: block;
  text-transform: uppercase;
  font-size: 40px;
}

.heading::after {
  margin-top: 5px;
  content: " ";
  max-width: 180px;
  display: block;
  height: 5px;
  background: #344751;
}
#studyModel .card {
  border: none !important;
}

.study-desc {
  font-size: 18px !important;
  text-align: left;
}

/* User Registration and Navigation*/

#user-registration #country,
#user-login #country {
  overflow: scroll;
}

#user-registration input,
#user-login input {
  border-right: 0;
}

#user-registration .input-group-addon,
#user-login .input-group-addon {
  background: transparent;
  border-left: 0;
}

#user-registration #researchCenterName,
#user-registration #company,
#user-registration #contactNumber,
#user-login #researchCenterName,
#user-login #company,
#user-login #contactNumber {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: lightgray;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

/*Main Footer*/

#main-footer #footer-menu ul {
  list-style-type: none;
}

#main-footer #footer-menu ul li {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
}

#main-footer #footer-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

#main-footer #footer-menu ul li a:hover {
  color: #82cad8;
}

#main-footer a {
  padding-left: 20px;
}

#main-footer a i {
  font-size: 40px;
  border-radius: 0;
}

#main-footer .col-md-6 button:hover {
  background-color: #82cad8;
}

#main-footer #footer-menu li a {
  padding-left: 0;
}

/* Secondary Footer*/

#secondary-footer {
  background-color: #344751;
}

#secondary-footer .col-md-8 ul {
  padding-left: 0;
  list-style-type: none;
}

#secondary-footer .col-md-8 ul li {
  display: inline-block;
  padding-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
}

#secondary-footer .col-md-8 ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

#secondary-footer .col-md-8 ul li a:hover {
  color: #82cad8;
}
#secondary-footer .col-md-4 .lead {
  font-size: 16px !important;
}

#secondary-footer a {
  display: inline-block;
  padding-left: 20px;
}

#secondary-footer a i {
  font-size: 40px;
  border-radius: 0;
}

#secondary-footer .col-lg-8,
#secondary-footer .col-md-8 {
  padding-right: 0 !important;
}
@media (min-width: 400px) and (max-width: 767px) {
  #secondary-footer .col-md-4 ul li {
    padding-right: 15px;
  }
}

/* Universal*/

#myBtn {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 99;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

@media (max-width: 576px) {
  nav .container {
    width: 100%;
  }
}

.primary-top {
  height: 22px;
  position: relative;
  width: 100%;
}

.primary-top::after,
.primary-top::before {
  content: "";
  background-color: #fff;
  border-radius: 12px 0 0 0;
  display: block;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
}

.primary-top .notch {
  display: block;
  height: 23px;
  left: calc(50% - 114px);
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 232px;
  z-index: 99;
}

.primary-top .notch::before,
.primary-top .notch::after {
  content: "";
  border: 25px solid #fff;
  height: 0;
  width: 116px;
  position: absolute;
  bottom: 0;
}
.primary-top .notch::before {
  left: 0;
  border-right-color: transparent;
}
.primary-top .notch::after {
  right: 0;
  border-left-color: transparent;
}

.navbar img {
  position: absolute;
  top: -20px;
  width: 10vw;
  height: 15vh;
}

@media (max-width: 576px) {
  .navbar img {
    width: 15vw;
    height: 10vh;
  }
}
