@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Candal);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);

/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Nunito', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; 
  font-family: 'Nunito', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
}
h3.heading-3.text-center {
    margin-bottom: 30px;
}
h4{
  font-size: 16px;
}
.clearfix{
    clear: both;
}
.padding-top-0 {
    padding-top: 0;
    margin-top: 0;
}
a {
  color: #1682c4;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
@media (min-width: 767px) {
    i.fa.fa-phone-square {
        margin-left: 20px;
    }
}
.m-top-15 {
    margin-top: 30px;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.no-padding {
    padding: 0px;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
    padding: 35px 0;
}

.center {
  text-align: center;
  padding-bottom: 25px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}



h3.heading {
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
}
h3.heading span {
    color: #005db2;
}
h4.heading {
    color: #04075D;
    letter-spacing: 2px;
    font-weight: 550;
    font-size: 22px;
}

h5.heading {
    color: #04075D;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}


h4.sub-heading {
    border-bottom: 1px solid #eee;
    padding: 3px 0;
}

h4.sub-heading span {
    font-size: 19px;
    padding-bottom: 2px;
    color: #E91E63;
    line-height: 26px;
}

.section-header {
    margin-bottom: 25px;
}

p {
    margin: 0 0 10px;
    text-align: justify;
    font-size: 15px;
    line-height: 21px;
}

h5 {
    font-size: 16px;
    color: #3F51B5;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/*************************
*******Header******
**************************/
header#header {
    position: relative;
    width: 100%;
}

/*#mainNav.active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}*/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #3bbbe0;
    border-bottom: 1px solid #3bbbe0;
    line-height: 28px;
}

.top-number{
  color: #fff;
  font-size: 16px;
  text-align: right;
  padding-right: 25px;
}

.top-number p {
    margin: 0;
    color: #fff;
    text-align: right;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
  padding: 7px 0 0px 0;
}
a.navbar-brand img{
    margin-bottom: 5px;
    width: 250px;
}
 .navbar-nav{
  margin-top: 5px;
 }

.navbar-nav>li{
    margin-left: 15px;
    padding-bottom: 13px;
    padding-top: 9px;
    padding-left: 6px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active {
    padding: 5px 0px;
    margin: 0;
    border-radius: 3px;
    color: #413d3d;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}



.navbar-inverse {
  border: none;
}
nav#mainNav.affix {
    background: #fff;
    width: 100%;
    top: 0;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus,
        .navbar-inverse .navbar-nav > .open > a,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #005db2;
            background: none;
        }

        .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #fbfbfb;
          -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          border: 0;
          padding: 0;
          margin-top: 0;
          border-top: 0;
          border-radius: 0;
          left: 0;
          top: 43px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu:before{
          position: absolute;
          top:0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: #1682c4;
            font-weight: 500;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
          background-color: #1682c4;
          color: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
          border-radius: 0 0 3px 3px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
          background-color: transparent;
        }

        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
          border-top: 0;
          padding-bottom: 0;
        }
        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a {
            background-color: #1682c4;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #161d0a;
        }
        
.navbar-toggle {
    margin-top: 13px;
    background: #26a7ca;
}
.navbar-inverse .navbar-toggle {
    border-color: #26a7ca;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #26a7ca;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.affix.navbar-inverse .navbar-nav ul li a:hover {
    color: #fff !important;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 50px;
}

#main-slider .carousel .slide-margin{
  margin-top: 0px;
}

#main-slider .carousel h2 {
    color: #fff;
    line-height: 37px;
    font-size: 27px;
    margin-top: 30px;
}

.btn.btn-outline {
    border: 1px solid #fff;
    margin: 30px 5px;
    padding: 9px 30px;
    font-size: 18px;
    background: #26a7ca;
    color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #1682c4;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 81vh;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider.inner-page-banner .carousel .item {
  height: 450px;  
}
#main-slider.inner-page-banner .carousel .carousel-content {
    margin-top: 180px;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #1682c4;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #1682c4;
   margin: 0 15px 0 0;
   border: 1px solid #1682c4;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #1682c4;
  border: 1px solid #1682c4;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


h4.animation.animated-item-1.h-1 {
    font-size: 31px;
    color: #fff;
    margin: 0px;
    padding: 0;
    line-height: 38px;
}

#main-slider h2.animation.animated-item-1.h-2 {
    margin: 0px !important;
    padding: 0px 0;
    font-size: 23px;
    text-transform: capitalize;
    margin-top: 19px !important;
    line-height: 32px;
}

#main-slider .carousel .carousel-content.carousel-content-2 {
    margin-top: 30px;
}

h1.animation.animated-item-1.h-5.pt-10 {
    padding-top: 12px;
}

#main-slider h3.animation.animated-item-1.h-3 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding-bottom: 18px;
}

#main-slider h2.animation.animated-item-1.h-4 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    padding: 10px 0 0 0;
    border-top: 1px dashed #eee;
    padding-top: 25px;
    font-family: 'Candal', sans-serif;
}

h4.animation.animated-item-1.h-1.mb-10 {
    margin-top: 30px;
    font-family: 'Great Vibes', cursive;
    letter-spacing: 1.5px;
    font-size: 35px;
    line-height: 40px;
}

h1.animation.animated-item-1.h-5 {
    font-size: 33px;
    line-height: 43px;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
}
p.person-icon {
    text-align: center;
}
p.person-icon i {
    font-size: 50px;
    color: #00009c;
}
p.person-name {
    color: #f00;
    font-size: 16px;
}
section#comments, #documents, section#services {
    background: #eee;
    padding-bottom: 60px;
}
.text-center.mtop-10 a.sbt-btn.view-btn {
    padding: 6px;
    margin-top: 14px;
}
.inner-box.document-box img {
    border: 1px solid #273a7d;
    max-height: 226px;
}
.inner-box.comment-box {
    height: 290px;
}
.data-hide{
    display: none;
}
h1.animation.animated-item-1.h-6 {
    font-size: 50px;
    color: #f00;
    margin-top: 65px;
}
h1.animation.animated-item-1.h-7 {
    color: #120154;
    font-weight: bold;
    font-style: italic;
}
.home-stats-wrapper {
    margin-top: 30px;
}
.stat-item {
    background: #ffffffd4;
    padding: 1px;
    border-radius: 6px;
    text-align: center;
}

.stat-item h6 {
    font-size: 16px;
    color: #434343;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 0 0 0;
}

textarea#f_comment {
    height: 89px;
}

.stat-item h5 {
    font-size: 23px;
    color: #ea3079;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stat-item h4 {
    font-size: 35px;
    color: #3F51B5;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: none;
    margin-bottom: 2px;
        margin-top: -8px;
}

/***********************
********* Footer ******
************************/
#bottom {
  background: #093369;
  font-size: 14px;
}
#bottom p {
    color: #fff;
    text-align: left;
}
#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 19px;
    color: #fff;
    border-bottom: 1px solid #f8eb65;
    padding-bottom: 5px;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #fff;
}

#bottom ul li a:hover {
  color: #1682c4;
}
#bottom ul li a .fa {
    padding-right: 10px;
}
#bottom .widget {
  margin-bottom: 0;
}

#footer {
    padding-top: 15px;
    padding-bottom: 12px;
    color: #fff;
    background: #0d448a;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #1682c4;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

/*************** Custom CSS ********************/

nav#mainNav {
    z-index: 99;
}
ul.list-item li {
    list-style-type: none;
    position: relative;
    padding-bottom: 10px;
    text-align: justify;
    color: #000;
    font-size: 17px;
    line-height: 19px;
}
ul.list-item li i {
    color: #1682c4;
    position: absolute;
    left: -24px;
    top: 0px;
    font-size: 20px;
}
#footer a:hover {
    text-decoration: underline;
    color: #fff;
}
p.smsg {
    background: #308847;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 500px) {
a.navbar-brand {
    width: 200px;
}
.no-xs-padding{
    padding: 0px;
}
.top-number {
    padding: 0;
}
.top-number p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}
span.slogan {
    color: #1682c4;
    font-size: 18px;
}
section.welcome-content h3.home-sub-heading {
   
    font-size: 14px;
    line-height: 21px;
}
}

.single-blog-item {
  border: 1px solid #dfdede;
  box-shadow: 2px 5px 10px #dfdede;
  margin: 15px auto;
  padding: 5px;
  position: relative;
  min-height: 490px;
}
.blog-content {
  padding: 15px;
}
.blog-content h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-content h4 a {
    color: #224c9f;
}
.blog-date{
	}
 p.blog-special {
    margin: 0 0 6px 0;
    color: #7b5703;
    font-size: 15px;
    font-weight: 500;
}       
.blog-date {
    position: absolute;
	  background: #337ab7;
    top: 35px;
    left: 5px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 500;
}
span.blog-date.blog-page {
    left: 14px;
}
.more-btn, .more-btn:hover {
  background: #26a7ca;
  border-radius: 2px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 30px auto auto auto;
  text-align: center;
  width: 110px;
  color: #f1f1f1;
}

.bg-primary {
    background: #fff;
}
/*.bg-secondary {
    background: #fafafa;
}*/
.btn.btn-one {
    background: #26a7ca;
    color: #fff;
    padding: 10px 45px;
    border-radius: 3px;
    font-size: 24px;
}
.btn.btn-one.btn-small {
    padding: 4px 12px;
    font-size: 15px;
    margin-top: 7px;
}


.bg-fixed{
    background-attachment: fixed !important;
    
}

#about-us {
    padding: 50px 0;
    background: #fafafa;
}

.about-us-card {
    padding: 30px 30px 0 30px;
    min-height: 338px;
    background: rgba(0, 0, 0, 0.04);
    border: 0px solid #9f9f9f;
}

.about-us-card ul {
    margin-left: 0;
    padding-left: 0;
}


.about-us-card  ul.ul-list-item li i.fa {
    left: -15px;
    top: 8px;
    font-size: 9px;
}

.about-us-card  ul.ul-list-item li{
    text-align: justify;
}

.hospital-block-card {
    padding: 10px 20px;
    min-height: 220px;
    color: #fff;
}

.hospital-block-card h4 {
    font-size: 20px;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
}

.hospital-block-card h4 {
    color: #fff;
}

.hospital-block-card ul.ul-list-item li i.fa{
    color: #fff;
}

.hospital-block-card.card-1 {
    background: #7549B1;
}
.hospital-block-card.card-2 {
    background: #53004B;
}
.hospital-block-card.card-3 {
    background:  #933a16;
}


.about-us-card h4, .service-item-content h4 {
    font-size: 21px;
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 6px;
    color: #E91E63;
    margin-bottom: 10px;
}

ul.ul-list-item {
    list-style-type: none;
}

ul.ul-list-item li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}
ul.ul-list-item li i.fa {
    color: #E91E63;
    position: absolute;
    left: -25px;
    top: 4px;
}

/*section#grace-cancer {
    color: #fff;
}*/

.img-mt-10 {
    margin-top: 16px;
}

.service-item, .team-profile {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border: 1px solid #eee;
    min-height: 585px;
}

.team-profile-content h4 {
    font-size: 17px;
    color: #3F51B5;
    margin: 3px 0;
}

.team-profile-content p {
    font-size: 14px;
}

.team-profile a {
    background: #673AB7;
    padding: 10px;
    margin: 0 15px;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: #fff;
}

.team-profile {
    min-height: 389px;
}

.team-profile-content {
    min-height: 245px;
}
.team-profile-content  p.profile-qualification {
    font-size: 13px;
    text-align: left;
    line-height: 16px;
    color: #575757;
}

.gallery-image {
    margin-bottom: 20px;
    height: 196px;
    background: #eee;
    overflow: hidden;
    border: 3px solid #c4bfbf;
}

.service-item-image img {
    width: 100%;
}

.service-item-content, .team-profile-content {
    padding: 15px 20px 0 20px;
}

.contact-address {
    margin: 30px 0;
}
.contact-address h5.heading-5 {
    font-size: 20px;
}

.team-profile-content h5 {
    font-size: 14px;
    margin: 4px 0;
    color: #ed2c76;
    font-weight: 500;
}

.footer-address p {
    font-size: 17px;
    line-height: 23px;
}


.hospital-blocks-wrapper {
    margin-top: 20px;
}


@media (max-width: 767px) {
	section.abt-related-txt.bg-blue.p-20 {
		padding: 40px 10px;
		margin: 0px 0 0 0;
	}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #a07102;
    }
    .row.content img {
    margin: 10px auto;
    text-align: center;
    display: block;
    }
    .footer-address img {
    text-align: left;
    margin: 0 0 0 0 !important;
    }
    .team-profile {
    margin-bottom: 15px;
    padding-bottom: 25px;
    min-height: 405px;
    }
    .team-profile-content {
    min-height: 60px;
    }
    section#news-updates p {
        line-height: 34px;
    }
    section#news-updates .left {
    text-align: center;
    }
    p.mc1{
        text-align: left;
        font-size: 18px;
        line-height: 22px;
    }
    .home-list-item{
        border-right: 0px !important;
    }
    .home-list-item h3 {
    font-size: 23px !important;
    }
    .btn.btn-outline{
       margin: 8px 5px; 
    }
    #main-slider .carousel .carousel-content {
    margin-top: 12px;
    }
    h1.animation.animated-item-1.h-5 {
    font-size: 17px !important;
}
    h4.animation.animated-item-1.h-1 {
    font-size: 19px;
    }
    #main-slider h2.animation.animated-item-1.h-2 {
    margin: 0px !important;
    font-size: 19px;
    line-height: 22px;
    
    }
    #main-slider h3.animation.animated-item-1.h-3 {
    font-size: 22px;
    }  
    .stat-item{
        margin-bottom: 12px;
    }
    .stat-item h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    }
    .stat-item h4 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    }
    #main-slider h2.animation.animated-item-1.h-4 {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    }
    #main-slider .carousel h2 {
    color: #fff;
    line-height: 25px;
    margin: 17px;
    }
    #main-slider .carousel h1 {
    line-height: 30px;
    }
    .bg-features {
    margin-bottom: 30px;
    }
/*    .btn.btn-one {
        padding: 10px 15px;
        font-size: 17px;
    }*/
    .navbar-nav {
    margin-top: 1px;
    background: #fff;
        border: 1px solid #eee;
          -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    }
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > .active > a {
    color: #000;
    }
    p, ul.list-item li {
    font-size: 15px;
    }
    .navbar-inverse .navbar-nav > .open > a {
        color: #26a7ca !important;  
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
    box-shadow: none;
    background: #fff;
    margin: 10px 0px 0px 0;
    }
    #main-slider .carousel .item {
        height: inherit;
    }
}

#loader {  
    position: fixed;  
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    background: url('../images/logo.png') 50% 50% no-repeat rgb(249,249,249);  
} 


.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.team-members {
    margin-top: 30px;
}

.team-members .team-profile {
    min-height: 235px;
    margin-bottom: 25px;
}
ul.ul-list-item.doctors-list li {
    font-weight: 600;
    color: #747474;
}
ul.ul-list-item.doctors-list li span {
    font-size: 12px;
}

a.onco-btn {
    background: #d8246a;
    padding: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}
a.onco-btn-1 {
    background: #7549b1;
}
.stat-item h4 span {
    font-size: 17px;
    color: #000;
    display: block;
    vertical-align: top;
}

.form.form-1 {
    background: #fff;
    padding: 10px 16px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.form.form-1 .form-group {
    margin-bottom: 3px;
}
.form.form-1 .form-group label {
    font-size: 12px;
    margin: 3px 0;
    font-style: italic;
    color: #3e3e3e;
    letter-spacing: 0.5px;
}

button.btn.btn-submit {
    margin: 10px 0;
    padding: 5px 23px;
    background: #036;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
}

.form.form-1 .form-group div.radio-div label {
    color: #000000;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
}

.form.form-1 .form-group div.radio-div label.radio-inline.color-1 {
    color: #d8246a;
    margin-right: 10px;
}

.form.form-1 .form-group div.radio-div label.radio-inline.color-2 {
    color: #7549b1;
}
.os-1.service-item-content {
    margin-top: -28px !important;
}

/**** Popup Video ********/

.grtvideo-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, 0.85);
	z-index:99999;
}

.grtvideo-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	position:relative;
}

#resourcesVideo .close {
    position: absolute;
    top: -35px;
    right: 0;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    opacity: 1;
    background: #fffefe;
    padding: 10px;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}


@media (min-width:767px) {
    .inner-text {
        margin-left: 50px;
    }
}

@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}
#resourcesVideo.modal {
    margin-top: 3%;
}
#resourcesVideo.modal .modal-body {
    position: relative;
    padding: 4px;
}

.video-image:hover .play-btn {
    display: block !important;
}
.play-btn {
    position: absolute;
    background: #e81616;
    top: 40%;
    left: 43%;
    font-size: 47px;
    padding: 5px 12px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

div#resourcesVideo:focus {
    outline: none;
}

p.msg.msg-success {
    background: #347713;
    padding: 6px;
    color: #fff;
    border: 1px solid #215607;
}
img.img-responsive.img-seperator {
    margin: 0 auto;
    height: 50px;
    margin-top: -10px;
}
h3.sub-heading {
    font-size: 20px;
    font-weight: 500;
}
.inner-text p {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.img-border {
    border: 2px solid #eee;
}
.bg-blue {
    background-color: #3bbbe0;
}
.circle-separator {
    width: 80px;
    height: 80px;
    background: #eee;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.abt-related-txt {
    position: relative;
}
.circle-separator {
    width: 80px;
    height: 80px;
    background: #eee;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: -22px;
}
section.abt-related-txt p.txt-white {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 14px 0 0 0;
    margin: 0;
}
.text-center.sourcing-data {
    margin-top: -28px;
}
.text-center.sourcing-data h3 {
    font-size: 22px;
}
.text-center.sourcing-data p {
    font-size: 16px;
    text-align: center;
}
.bx-sdw {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    margin: 0px !important;
}
.bg-light {
    background-color: #f1f1f1;
}
#sourcing a.inner {
    padding: 30px 10px !important;
    text-align: center;
}
.d-block {
    display: block;
}
#sourcing .inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #f3de12;
    border-right: 30px solid transparent;
    bottom: 0;
    transform: rotate(178deg);
    right: 15px;
}
.row.p-20 {
    padding-top: 20px;
}
span.fa.fa-desktop.d-inline-block.p-10.bg-dark-blue.txt-white {
    font-size: 25px;
    background-color: #3cbbda;
    padding: 15px 0;
    border-radius: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
}
a.inner h3 {
    font-size: 20px;
}
section#founder {
    background-image: url('../images/bg-half.jpg');
    min-height: 260px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.founder-div {
    padding: 0px 0 0 0;
}
.founder-img-wrapper{
        background: #0c180e;
}

.founder-div img {
    height: 360px;
    text-align: center;
    margin: 0 auto;
}
.founder-name h4 {
    font-size: 40px;
    margin-top: 85px;
}
.founder-name h4 span {
    font-size: 16px;
    font-weight: 600;
    color: #05518b;
}
.clients-list-wrapper h5 {
    font-size: 22px;
    margin: -20px 0 26px 0;
}
.clients-section .inner-box {
/*    background: #05518b;*/
    padding: 15px;
    border-radius: 9px;
    box-shadow: rgba(239, 143, 0, 0.16) 0px 2px 4px 0px, rgba(216, 164, 17, 0.41) 0px 2px 10px 0px;
}
.clients-section .inner-box img {
/*    width: 100%;*/
margin: 0 auto;
}
.brand-2 img {
    padding-top: 20px;
}
.clients-list .inner-box {
    min-height: 120px;
}
.clients-list-wrapper.m-top-40 {
    margin-top: 70px;
}
ul.ul-list-items {
    list-style-type: none;
    padding-left: 15px;
}
ul.ul-list-items li span.fa {
    padding-right: 10px;
}
ul.ul-list-items li {
    line-height: 24px;
    font-size: 16px;
}
.process-wrapper p {
    font-size: 16px;
}
.assignments-section .inner {
    padding: 70px 10px;
    font-weight: 700;
}
section#companies .inner {
    padding: 40px 10px;
    color: #fff;
}
section#companies .inner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 90px solid #fff;
    border-right: 50px solid transparent;
    bottom: 0;
    transform: rotate(180deg);
    right: 14px;
}
section#companies .inner p {
    text-align: center;
}
.bg-rose {
    background-color: #c73298;
}
.bg-rose-light {
    background-color: #e24c7f;
}
.bg-light-blue {
    background-color: #355577 !important;
}
.row.pb-20 {
    padding-bottom: 20px;
}

section#focus, section#resume {
    background: url(../images/mission-bg.jpg) top no-repeat;
    background-size: cover;
    padding: 45px 0px;
}
.bg-fixed {
    background-attachment: fixed !important;
}
section#focus h6, section#resume h6 {
    font-size: 24px;
    color: #fff;
}
section#focus h4, section#resume h4 {
    font-size: 35px;
    padding: 9px 0;
    color: #fff;
}
.form-wrapper form {
    border: 3px solid #4d9bbf;
}
.form-wrapper h3 {
    font-size: 18px;
    border-bottom: 1px solid #a29e9e;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.sbt-btn {
    background-color: #05518b;
    color: #fff;
    padding: 5px 30px;
    border: 0px !important;
    cursor: pointer;
}
section#different p {
    font-size: 16px;
}
section#clients-2 {
    background: #f9f7f7;
}
.mettl-img-wrapper {
    margin-top: -13px;
    margin-bottom: 5px;
}
a.sbt-btn.view-btn:link, a.sbt-btn.view-btn:visited, a.sbt-btn.view-btn:hover, a.sbt-btn.view-btn:active {
    color: #fff;
}
a.sbt-btn.view-btn {
    padding: 5px 20px;
    margin: 3px 0 0 0;
    display: inline-block;
}
@media (max-width: 767px) {
    #main-slider .carousel h1 {
        font-size: 24px;
    }
    body > section {
        padding: 12px 0;
    }
    .section-header {
        margin-bottom: 0;
    }
    .circle-separator {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        top: -2px;
    }
    section.abt-related-txt p.txt-white {
        color: #fff;
        text-align: center;
        font-size: 17px;
        line-height: 21px;
        padding: 19px 0 0 0;
        margin: 0;
    }
    .source-box {
        margin-bottom: 20px;
    }
    .founder-name h4 {
        font-size: 28px;
        margin-top: 34px;
    }
    h3.heading {
        font-size: 25px;
    }
    .clients-list-wrapper.m-top-40 {
        margin-top: 26px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    section#focus h4, section#resume h4 {
        font-size: 26px;
    }
    h1.animation.animated-item-1.h-5{
        margin-top: 20px;
    }
    
    .clients-list .inner-box {
        margin-bottom: 20px;
    }
    .inner-box.comment-box {
        min-height: 305px;
    }
}

.contactForm .form-msg {
    padding: 10px;
}
.contactForm p.msg.msg-error {
    border: 1px solid #d21a1a;
    padding: 10px;
    background: #ffdede;
}
.contactForm .form-msg p {
    font-size: 14px;
}

.contactForm p.msg.msg-success {
    border: 1px solid #53d21a;
    padding: 10px;
    background: #d4f3d2;
    color: #000;
    font-weight: 600;
}
.inner-box {
    background: #fff;
}
.source-box-inner {
    background: #fff7bb;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom:8px;
}
.source-box-inner h3 {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #0e4f5e;
    letter-spacing: 0.5px;
}
.box-why b.sub-heading {
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #00009c;
    padding-bottom: 8px;
}

.box-why p {
    color: #000;
}

.box-why {
    padding: 15px;
    border-radius: 9px;
    box-shadow: rgba(239, 143, 0, 0.16) 0px 2px 4px 0px, rgba(216, 164, 17, 0.41) 0px 2px 10px 0px;
    background: #f6f9ff;
}

section.abt-related-txt h3 {
    font-size: 21px !important;
    font-weight: 900;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}