

@charset "UTF-8";

/* Author       : Nissi
Version      : 1.0
website: CortexTBI
  */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*-----------------
    1. Typography
-----------------------*/
h1 {
  font-weight: 700;
  font-size: 36px;
}

label {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
  }

  label {
    font-size: 15px;
  }
}

h3 {
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  h6 {
    font-size: 15px;
  }
}

/*-----------------
	2. General
-----------------------*/
body {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  color: #2C2D31;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2C2D31;
}

a {
  color: #2C2D31;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: #ffffff;
}

a:focus {
  outline: 0;
}

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

strong {
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}


@media (max-width: 767.98px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .py-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}



.primary-text {
  color: #3B9CF6;
}

#main-wrapper {
  float: left;
  width: 100%;
  overflow: clip;
}


.header {
  background: #ffffff;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 25%);
  z-index: 991;
  align-items: center;
  width: 100%;
  transition: all 0.4s ease 0s;
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
}

.header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.text-logo {
  color: #ffffff;
  margin-bottom: 0;
}

.header.header-space {
  background: #ffffff;
}

.header.header-policy {
  background: #ffffff;
}

.navbar-brand img {
  height: 150px;
}
.menu-logo img {
  height: 30px;
}

.navbar-header {
  margin-top: 40px;
}

.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}

.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}

.header .navbar-header #mobile_btn .bar-icon span {
  background-color: #3B9CF6;
  display: block;
  float: right;
  height: 3px;
  margin: 0 0 5px;
  width: 31px;
  border-radius: 2px;
}

.header .main-menu-wrapper {
  margin: 0 15px 0;
}

.header .main-menu-wrapper .menu-header {
  display: none;
}

.header .main-menu-wrapper .menu-header .menu-close {
  font-size: 20px;
  color: #000000;
}


.header .main-menu-wrapper .main-nav>li:last-child {
  margin-right: 0;
}

.header .header-nav .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .main-menu-wrapper .main-nav>li {
  display: block;
  position: relative;
  margin-right: 40px;
}

.header .header-nav .main-nav>li>a {
  position: relative;
  font-weight: 400;
  color: #2C2D31;
  text-transform: capitalize;
  font-size: 16px;
}

.main-nav li a:before {
  content: "";
  position: absolute;
  background-color: #3B9CF6;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  height: 2px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.main-nav a:hover:before, .main-nav li a.active:before, .main-nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header .header-nav .main-nav li a:hover,
.header .header-nav .main-nav li a.active {
  color: #3B9CF6;
  text-shadow: none;
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}

.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.alert { margin-top: 20px; }
.fadeOut { animation: fadeOut 1s forwards; }
@keyframes fadeOut {
    to { opacity: 0; visibility: hidden; }
}

#success {
  position: fixed;
  top: 89px;
  z-index: 9;
  right: 15px;
}


/*******************
       Home
********************/
.home {
  position: relative;
  padding-top: 80px;
  background: rgba(242, 245, 252, 60%);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}


.arrow-box {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow-box span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow-box span:nth-child(2) {
  animation-delay: -0.4s;
}

@keyframes animate {
    0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
    }
}

.home .icons img{
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}

.banner-left-content h6 {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner-left-content h6::before {
  position: absolute;
  content: '';
  top: 9px;
  right: -40px;
  width: 30px;
  height: 2px;
  background: #3B9CF6;
}

.banner-left-content h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-left-content a {
  display: inline-block;
  background: #3B9CF6;
  border: 1px solid #3B9CF6;
  padding: 10px 15px;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.banner-left-content a:hover {
  background: #242732;
  border: 1px solid #242732;
  box-shadow: inset 0 0 0 50px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.banner-img {
  position: relative;
  display: inline-block;
}
.banner-inner-img {
  text-align: center;
}
.banner-inner-img img{
  border-radius: 50%;
}

.circle-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
}
 .circle-layer {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
}
50% {
  transform: rotate(180deg);
}
100% {
  transform: rotate(360deg);
  opacity: 1;
}
}

.circle-layer .circle-one {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.circle-layer .circle-two {
  position: absolute;
  right: -30px;
  top: 200px;
  width: 130px;
  height: 130px;
  z-index: 2;
  border-radius: 50%;
  background-color: #3B9CF6;
}

.who-we-are {
  position: relative;
}
.icons-2 img:first-child{
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: -1;
  animation: mover 1s infinite alternate
}
.icons-2 img:last-child {
  position: absolute;
  bottom: -20px;
  left: 10px;
  animation: mover 1s infinite alternate
}

@keyframes mover {
  0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-10px);
}
}



.brain-img img {
  border-radius: 10px;
}

.brain-content {
  text-align: end;
}

.brain-content h2 {
  color: #3B9CF6;
  font-weight: 600;
  margin-bottom: 15px;
 
}
.brain-content p {
  line-height: 28px;
  text-align: left !important;
}
.brain-content a {
  display: inline-block;
  background: #3B9CF6;
  border: 1px solid #3B9CF6;
  padding: 10px 15px;
  color: #ffffff;
  box-shadow: inset 0 0 0 0px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.brain-content a:hover {
  background: #242732;
  border: 1px solid #242732;
  box-shadow: inset 0 0 0 50px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.testing {
  background: rgba(242, 245, 252, 60%);
}

.testing-content {
  background: #ffffff;
  padding: 20px;
  min-height: 370px;
  text-align: center;
  /* box-shadow: 0 0 40px 0 rgba(0, 0, 0, 16.15%); */
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  margin-bottom: 20px;
}

.testing-content img, .testing-content h5 {
  margin-bottom: 15px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.testing-content p {
  margin-bottom: 0;
  line-height: 28px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.testing-content:hover {
  box-shadow: inset 0 370px 0 0  rgba(228, 130, 100, 91%);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.testing-content:hover img{
  filter:  brightness(0) invert(1);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.testing-content:hover h5, .testing-content:hover p {
  color: #ffffff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.discover-main {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(-78deg, rgba(14, 130, 253, 50%) 50%, rgba(14,130,253,62%) 57%);
  padding: 24px;
  border-radius: 15px;
}

.discover-content h2 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

.discover-content a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  box-shadow: inset 0 0 0 0px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.discover-content a:hover {
  background: #242732;
  border: 1px solid #242732;
  box-shadow: inset 0 0 0 50px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.footer {
  background: #1C5B91;
}

.address-all {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

.address-all span {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff;
  margin-right: 12px;
  flex-shrink: 0;
}
.address-all span i {
  color: #00A3F4;
}

.address-all p {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 300px;
}

.address-all a {
  color: #ffffff;
}
.address-all:last-child {
  margin-bottom: 0;
}

.footer-address {
  display: flex;
  justify-content: space-between;
}

.footer-address-right h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-address-right ul {
  display: flex;
  align-items: center;
}

.footer-address-right ul li {
  margin-right: 15px;
}

.footer-address-right ul li a {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff;
  margin-right: 12px;
  flex-shrink: 0;
}

.footer-address-right ul li a i {
  color: #3B9CF6;
}


/* About Page */

.meet-out-provider {
  padding: 140px 0 0px 0;
}

.meet-out-provider.meet-out-provider-2 {
  padding: 140px 0 60px 0;
}

.providers-content img {
  height: 250px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.providers-content a {
  display: inline-block;
  background: #3B9CF6;
  padding: 10px 15px;
  color: #ffffff;
  border: 1px solid #3B9CF6;
  box-shadow: inset 0 0 0 0px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.providers-content a:hover {
  background: #242732;
  border: 1px solid #242732;
  box-shadow: inset 0 0 0 50px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.providers-content p {
  font-size: 15px;
}


.contact-main {
  background: #EFF7FF;
  padding: 30px;
}

.contact-form .input-data input, .contact-form .input-data textarea {
  width: 100%;
  padding: 13px 20px;
  background: #ffffff;
  border: 2px solid #eaeaea;
  box-shadow: 1px 6px 10px #00000005;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #242732;
  font-size: 15px;
  line-height: 1.4em;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  margin: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

#contact-btn {
  background: #3B9CF6;
  color: #ffffff;
  padding: 7px 20px;
  border: 1px solid #3B9CF6;
  box-shadow: inset 0 0 0 0 #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#contact-btn:hover {
  background: #242732;
  border: 1px solid #242732;
  box-shadow: inset 0 0 0 50px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.contact-map iframe {
  width: 100%;
  min-height: 470px;
}

.lister li {
  list-style-type:disc;
  margin-bottom: 10px;
}
.lister ul {
  margin-left: 15px;
}

.make-appoint a{
  display: inline-block;
  padding: 10px 15px;
  background: #3B9CF6;
  color: #ffffff;
  border: 1px solid #3B9CF6;
  box-shadow: inset 0 0 0 0px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.make-appoint a:hover {
  background: #242732;
  border: 1px solid #242732;
  box-shadow: inset 0 0 0 50px #242732;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}


.make-appoint {
  display: flex;
    align-items: center;
    justify-content: center;
}


.service {
  background: rgba(242, 245, 252, 60%);
}

.service-main {
  max-width: 700px;
  margin: 0 auto;
}

.service-main .testing-content {
  min-height: 330px;
}


@media(max-width: 1199.99px) {

  #navbar li a {
    margin: 0 5px;
  }

}

@media(max-width: 1099.99px) {
  .header .main-menu-wrapper .main-nav>li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .header .main-nav .login-link {
    padding: 0;
  }
  .menu-opened .header .main-menu-wrapper {
    transform: translateX(0);
    display: block;
  }

  .menu-opened .main-menu-wrapper body {
    overflow: hidden;
  }
  .typed-cursor { 
    position: relative ;
    top: -3px;
    font-weight: 400;
    font-size: 25px;
  }

  .header .header-nav {
    height: 70px;
  }

  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .header .header-nav {
    padding: 0;
  }

  .header .navbar-header #mobile_btn {
    display: inline-block;
    padding-top: 6px;
  }

  .header .navbar-header #mobile_btn {
    margin-right: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
}

  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(260px);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
    background: #ffffff;
  }

  .header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
  }

  .header .header-nav .main-nav {
    display: block;
    height: auto;
    margin-top: 50px;
  }

  .header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }

  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }

  .header .main-menu-wrapper .main-nav>li {
    text-align: center;
  }

  .header .main-menu-wrapper .main-nav>li {
    margin-right: 0;
  }

  .sidebar-overlay.opened {
    display: block;
  }

  .banner-left-content h1 {
    font-size: 37px;
  }

  .testing-content {
    margin-bottom: 20px;
  }
  .home {
    height: auto;
    padding: 140px 0 50px 0;
  }
  .circle-layer .circle-two {
    right: 8px;
  }
  .circle-layer .circle-one {
    left: 0;
  }
  
  .meet-out-provider {
    padding: 140px 0 0px 0;
}
}

@media only screen and (max-width: 767.99px) {
  .overlay-menu li a {
    font-size: 17px;
  }
  .banner-left-content {
    text-align: center;
    margin-bottom: 40px;
  }
  .navbar-brand.logo img {
    height: 100px;
  }
  .banner-left-content h1 {
    font-size: 28px;
}
.brain-content {
  text-align: center;
}
.brain-img img {
  width: 100%;
  margin-bottom: 15px;
}
.brain-content p {
  text-align: center !important;
}
.discover-content {
  text-align: center;
}
.discover-content a, .brain-content a  {
  padding: 7px 13px;
  font-size: 15px;
}
.circle-layer .circle-two {
  right: -28px;
}
.circle-layer .circle-one {
  left: 27px;
}
.providers-content  {
  margin-bottom: 25px;
}
.meet-out-provider {
  padding: 130px 0 0px 0;
}
.contact-all {
  margin-bottom: 20px;
}
.contact-main {
  padding: 20px;
}
.lister {
  margin-left: 35px;
}
.arrow-box {
  bottom: 22px;
}
}

@media(max-width: 575.99px) {

  .header .navbar-header {
    width: 100%;
  }
  .circle-layer .circle-one {
    left: 17px;
  }

  .circle-layer .circle-two {
    right: -10px;
  }

  .testing-content {
    min-height: auto;
  }
  .footer-address {
    display: block;
  }
  .home {
    padding-top: 150px;
    height: auto;
  }
  .footer-address-left {
    margin-bottom: 20px;
  }
}