


/*****************************************************
********************  31. Demo ***********************
*****************************************************/

.demo-item {
    margin-bottom: 30px;
}

.demo-item img {
    border: 1px solid #e9e9e9;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.demo-item:hover img {
    opacity: 0.4
}


.font-icon-custom {
    font-size: 25px;
    font-weight: bold;
    color: #0767ad;
}
.font-text-postion{
  position: relative;
  display: flex;
}
span.name_dr {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.cusotm_style_b {
    margin: 50px 0 20px;
}
.text-justify{
  text-align: justify !important;
}
.mar_30_cus {
    margin:60px 0 40px;
}
.resumes {
    list-style: none;
    margin-left: 5px;
    padding: 0;
}
.resume-item {
    padding-left: 25px;
    border-left: 1px solid #ddd;
    padding-bottom: 10px;
}
.resume-item h3:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: #0767ad;
    left: -12px;
    top: 0;
    border-radius: 20px;
    border: 5px solid #f8f8f8;
}
.resume-item h3 {
    font-size: 14px;
}
span.colored {
    color: #0767ad;
}
.small-tittle:after {
  background-color: #0767ad;
  position: relative;
  content: '';
  bottom: -3px;
  width: 75px;
  height: 2px;
  margin: 0;
  display: block;
}

.margin-bottm-20{margin-bottom: 30px;}
.margin-top-30{margin-top: 30px;}
.m-0{margin:0}
.text-capi{text-transform: capitalize;}

.img_custom_border {
    outline: 4px solid rgba(255, 255, 255, 0.5);
    outline-offset: -15px;

    /*box-shadow: -14px 0 10px -4px rgba(21, 21, 21, 0.3);*/
}
.img-responsive{margin: 0 auto;}
.bg-F0F0F0{
  background: #F0F0F0;
}

.border_red_10{border-radius: 5px;}
.bg-FAFAFA{background: #FAFAFA;}
h4.title-font {
    font-size: 15px;
    /*font-weight: bold;*/
}

ol.process-line {
    list-style: none;
    width: 100%;
    padding: 0;

    margin: 40px 0 0 0;
    display: inline-block;
}
ol.process-line > li {
    display: block;
    position: relative;
    padding: 0 5px;
    margin-left: 1%;
    min-height: 290px;
    text-align: center;
    margin-bottom: 0px;
}
ol.process-line > li > .process-image {
    display: block;
    border: solid 1px #ededed;
    padding: 10px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ol.process-line > li .process-number {
    position: absolute;
    background-color: #dedede;
    color: #0767ad;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -13px;
    left: 50%;
    margin-left: -10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.process-number {
    position: absolute;
    font-size: 140px;
    line-height: 140px;
    right: 20px;
    bottom: 30px;
    color: #fafafa;
}
ol.process-line > li > .process-image img {
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
}
ol.process-line > li:after {
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: calc(50% - 60px);
  border-bottom: 1px solid #333;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #333;
  border-top-right-radius: 5px;
  bottom: 0;
  content: "";
  height: 83%;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  width: calc(50% - -145px);
}
.process-line h5 {
    font-weight: bold !important;
}

ol.process-line > li:before {
  border-top: 1px solid #000;
      border-top-right-radius: 5px;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.3s ease 0s;
      width: calc(50% - 100px);
      border-bottom-left-radius: 5px;
      border-left: 1px solid #333;
      border-top: 1px solid #333;
      border-top-left-radius: 5px;
      content: "";
      height: calc(100% - 50px);
      left: 0;
      position: absolute;
      top: 50px;
      transition: all 0.3s ease 0s;
      width: calc(50% - -145px);
}
.custom_width_box{width:24%}
th:nth-child(2n+1), td:nth-child(2n+1)
{
    border-right:3px solid #1972B3;
}
td,th
{
    padding:20px;
    text-align:center;
    width:50%;
    border-bottom:1px solid #f2f2f2;
}
table
{
    border:3px solid #199F3E;
}
th
{
    background: #ccc;
    color:#000;
    font-weight:bold;
}
#myth_real
{
    box-shadow:5px 0 5px 3px;
}

#dr_keyur_patel p
{
    text-align:justify;
}
.side_effects {
    padding: 35px;
    min-height: 370px;
}
div#error_data_con {
    color: red;
    font-weight: bold;
}


@-moz-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@-webkit-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@-o-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
@keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}
div#error_data {
    color: red;
    font-size: 13px;
    text-align: center;
    margin: 0px 0 20px;
}

li.custom_padding_list {
    padding: 30px 0px 0px 30px;
    margin: 20px 0 0 0;
    min-height: 255px;
}
li.custom_padding_list:hover {
    box-shadow: -8px 0 7px -4px rgba(21, 21, 21, 0.3);
}

#form_process {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 0.9s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 0.9s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    visibility: hidden;
    color: #333;
font-size: 14px;
}


@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}
@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}


@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
h2.small-tittle {
    margin-bottom: 30px;
}
.customfile-filename {
    width: 80%;
    display: inline;
        background: transparent !important;
}
button.customfile-upload {
    width: 20%;
    padding: 9px 0 6px 0;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    border: none;
    height: 40px;
}
#floatdiv {
    transition: all 1.5s ease 0s;
}
.info-btn.call-btn {
padding: 25px 15px;
}
.info-btn.call-btn, .btn.gallery-btn, .btn.content-btn {
    -webkit-animation: dot-pulse-idle 4s cubic-bezier(0.19, 1, 0.22, 1) infinite both;
    animation: dot-pulse-idle 4s cubic-bezier(0.19, 1, 0.22, 1) infinite both;
}
.box-float{
  position:relative;width:100%;z-index:9;-moz-animation: slide 1s ease 3.5s forwards;-webkit-animation: slide 1s ease 3.5s forwards;-o-animation: slide 1s ease 3.5s forwards; -ms-animation: slide 1s ease 3.5s forwards;animation: slide 1s ease 3.5s forwards;z-index: 999999;
}
.scb_but_img {
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-left-width: 2px;
  border-top-color: #ec1f26;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  height: 59%;
  background: #ec1f26;
  opacity: 0.8;
  position: absolute;
  z-index: 999999;
  float: right;
right: 2%;
}
.animated-cnt-img {
  margin:-27px 0px 0px 0;
  width: 20px;
}
@-webkit-keyframes dot-pulse-idle {
  0% {
    box-shadow: 0px 0px 0px 0px #ec1f26; }
  50% {
    box-shadow: 0px 0px 0px 40px rgba(100, 255, 255, 0); } }
@keyframes dot-pulse-idle {
  0% {
    box-shadow: 0px 0px 0px 0px #ec1f26; }
  50% {
    box-shadow: 0px 0px 0px 40px rgba(100, 255, 255, 0); }
}
.edit {
    padding-top: 6px;
    display: none;
}

.edit a {
  color: #0c6cb3;
  background: rgba(154, 154, 154, 0.75);
  font-size: 14px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  font-weight: bold;
  float: right;
  right: 6%;
  border-radius: 5px;
  position: relative;
}
#floatdiv:hover .edit {
    display: block;
    margin-left:-60px;
}
@media screen and (max-width:768px){
  .edit a {
    right: 16%;
}
}




.process-thumbnail li.onright .process-number {
    right: auto;
    left: 20px;
}
.mt-20{margin-top:20px !important;}

.header-style-1:after {
    position: relative;
    content: '';
    bottom: -25px;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    display: block;
}

.text-justify{text-align:justify !important;}
.process-thumbnail {
    float: left;
    width: 100%;
    margin: 50px 0 0px 0;
    padding: 0;
}
.process-thumbnail li {
    float: left;
    position: relative;
    width: 80%;
    min-height: 400px;
    margin: 0 0 60px 20%;
    padding: 0;
    list-style: none;
    border: 1px solid #eaeaea;
}
.process-thumb-image {
    position: absolute;
    width: 320px;
    height: 370px;
    left: -20%;
    top: 45%;
    margin-top: -160px;
}
.process-thumb-content {
    position: relative;
    float: left;
    width: 100%;
    padding:40px 50px 0px 220px;
    z-index: 2;
     letter-spacing: 1px;
}
.process-thumbnail li.onright .process-thumb-content {
    padding:40px 50px 0px 40px;
    text-align: left;
}
.process-number {
    position: absolute;
    font-size: 50px;
    line-height: 100px;
    right: 20px;
    bottom: 0px;
    color:rgba(255, 255, 255, 0.6);
}
.process-thumbnail li.onright .process-thumb-image {
    left: auto;
    right: -20%;
}
.process-thumbnail li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    background: #eaeaea;
    bottom: -60px;
    left: 40%;
    margin-left: -30px;
}

@media screen and (max-width:990px){
    .process-thumbnail li {
    width: 100%;
    margin: 0 0 60px 0;
    text-align: center;
    padding-top: 60px;
}
.process-thumb-image {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
}
.process-number {
    position: absolute;
    font-size: 35px;
    line-height: 100px;
    right: 20px;
    bottom: 0px;
    color: #fafafa;
}
.process-thumb-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 60px 60px 60px;
    z-index: 2;
}
.process-thumbnail li.onright .process-thumb-image {
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
}
.process-thumbnail li:after {
    left: 50%;
    margin-left: -1px;
}
.process-thumbnail li.onright .process-thumb-content {
    padding: 40px 60px 60px 60px;
    text-align: center;
}
}
.process-thumbnail li:last-child::after {
    background: transparent;
}
.page_header.light:after {
    background: #fff;
    content: "";
    display: block;
    height: 2.5px;
    margin: 8px auto 0;
    width: 18px;
}


.experience-wrapper {
  margin: 2% 0 0 0;
}
.single-experience {
    padding: 30px;
    margin: 20px 0 0px 20px;
}
.gray-bg {
    background: #f8f8f9;
}
.single-description-conent {
    background: #fefefe none repeat scroll 0 0;
    padding:10px 20px 10px 30px;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.15);
    transition: .3s;
}
.white-bg {
    background: #ffffff;
}
.single-description-conent h4 {
    font-size: 21px;
}
.company-name {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.single-description-conent p:not(.company-name) {
    margin: 0;
}
.single-duration-conent {
    height: 294px;
    line-height: 242px;
    position: relative;
    text-align: center;
}
.single-duration-conent > h1 {
  font-size: 40px;
      line-height: 50px;
      margin: 0;
      position: absolute;
      top: 70%;
      /*transform: translateY(-50%);*/
      width: 100%;
      text-align: left;
      left: 15%;
}
.custom_include_neuro {
    margin: 1% 0 0 0;
}
section.nerocritical_map {
    margin: 3% 0 0 0;
}
section#features {
    margin: 50px 0;
}
.infography-info h4 {
    font-size: 17px;
    font-weight: 600;
}
.split-box .content_1 {
    padding: 20px 30px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.ml-10{margin-left: 10px !important;}
.mr-10{margin-right: 10px !important;}
p.brain_dis_part_name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.br_right{border-right: 2px solid #ececed;}
@media screen and (min-width:991px){
  .min-h-600{
    min-height: 550px;
  }
}
@media (min-width: 320px) and (max-width: 767px) { 
.g-recaptcha{
    transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
}}
@media (min-width: 768px) and (max-width: 1023px) {
.g-recaptcha{
    transform:scale(0.6);-webkit-transform:scale(0.6);transform-origin:0 0;-webkit-transform-origin:0 0;
}}
@media (min-width: 1024px) and (max-width: 1279px) { 
.g-recaptcha{
    transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
}}
p.mk {
    border: 1px solid rgba(21,21,21,0.1);
    padding: 8px;
    background: #f6f6f6;
    width: 49%;
    float: left;
    margin-left: 5px;
}
.min-h-175{
    min-height: 115px;
}
.min-h-200{
    min-height: 199px;  
}
.min-h-150{
    min-height: 157px;
}
/*----------------*/
.heading1{
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #1972b3;
    font-weight: bold;
    font-size: 18px;
}
.footer-bg-1{
    background: url(../images/neuro1_footer_bg.png);
    background-position: bottom;
    background-size: cover;
}
.footer-head{
    font-weight: 600;
    color: #1972b3;
}
.font-icon-custom-1{
    font-size: 20px;
    font-weight: bold;
    color: #0767ad;
}
.pb0{
    padding-bottom: 0 !important;
}
.pad-l-25{
    /*padding-left: 25px*/
}
.pad-l-35{
    /*padding-left: 35px*/
}
.map #google-map img {
    max-width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
}
.mt-20{
    margin-top: 20px
}
/*-------------------------*/
@media screen and (min-width: 768px) {
    .mob-map{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .mob-map{
        display: block;
    }
    .pad-5{
        padding: 5% 5% 0% 5%;
    position: relative;
    text-align: center;
    }
    .desk-map{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    
    .fs-slider .carousel-inner, .fs-slider .carousel-inner .item{
    height: 40vh;
}
    .desk-map{
        display: none;
    }
    .mob-map{
        display: block;
    }
    .pad-5{
        padding: 5% 5% 0% 5%;
    position: relative;
    text-align: center;
    }
    .mob-65{
        min-height: 62px;
    }
    .sm-mt-40{
        margin-top: 40px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .mob-map{
        display: block;
    }
    .pad-5{
        padding: 5% 5% 0% 5%;
    position: relative;
    text-align: center;
    }
    .desk-map{
        display: none;
    }
    .min-h-175 {
    min-height: 222px;
}
    .ipad-260{
        min-height: 250px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .minh-138-1280{
        min-height: 138px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px) {
    .minh-138-1280{
        min-height: 138px;
    }
}