@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  background: #fff; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #a80000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #ff5400;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 15px 0; }

::-webkit-selection {
  color: #fff;
  background: #3c97e8; }

::-moz-selection {
  color: #fff;
  background: #3c97e8; }

::selection {
  color: #fff;
  background: #3c97e8; }

.colorlib-nav {
  width: 100%;
  padding: 0;
  z-index: 1001; }
  .colorlib-nav .top {
    display: block;
    width: 100%;
    padding: 5px 0 0px 0; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .top {
        padding-bottom: 0em; } }
  .colorlib-nav .top-menu {
    padding: 30px 0 0 0; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .top-menu {
        padding: 10px 0 0 0; } }
  .colorlib-nav .num, .colorlib-nav .loc {
    position: relative; }
	@media screen and (max-width:768px){
		
		.colorlib-nav .num{line-height:50px;}
	}
    .colorlib-nav .num .icon, .colorlib-nav .loc .icon {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: table;
      width: 60px;
      height: 60px;
      background: rgba(0, 0, 0, 0.04);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .colorlib-nav .num .icon i, .colorlib-nav .loc .icon i {
        display: table-cell;
        vertical-align: middle;
        height: 60px;
        font-size: 24px;
        color: #000000; }
    .colorlib-nav .num p, .colorlib-nav .loc p {
      padding-left: 80px;
      font-weight: 300;
	  }
      .colorlib-nav .num p a, .colorlib-nav .loc p a {
        color: #666666; }
  .colorlib-nav #colorlib-logo {
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", Arial, sans-serif; }
    @media screen and (max-width: 768px) {
      .colorlib-nav #colorlib-logo {
        text-align: left !important;
        margin-bottom: 20px; 
		margin-top:60px;} }
    .colorlib-nav #colorlib-logo a {
      color: #3c97e8;
      position: relative; }
      .colorlib-nav #colorlib-logo a span {
        color: #69cb6a; }
      .colorlib-nav #colorlib-logo a i {
        font-size: 34px; }
  .colorlib-nav .menu-wrap {
    background: #a80000;
    padding: 0px 0px 0px 0;
	line-height:0.5 !important;
    width: 100%; }
  .colorlib-nav .menu-1 {
    width: 100%;
    float: left; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .menu-1 {
        display: none; } }
  .colorlib-nav ul {
    display: block;
    padding: 0;
    margin: 0; }
    .colorlib-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px;
	  line-height:1.7;
      }
      .colorlib-nav ul li a {
        padding: 10px 6px ;
        color: rgba(255, 255, 255, 0.9);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
		}
		


        .colorlib-nav ul li a:hover, .colorlib-nav ul li a:focus, .colorlib-nav ul li a.active {
			color:#fff;
		  }
      .colorlib-nav ul li.has-dropdown {
        position: relative; }
        .colorlib-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #314355;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .colorlib-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #314355;
            border-width: 8px;
            margin-left: -8px; }
          .colorlib-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #b3b3b3;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
        .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
          color: #69cb6a; }
      .colorlib-nav ul li.active > a {
        color: #69cb6a; }
  .colorlib-nav .btn-cta {
    margin:8px 0 0 0 !important;;
    text-align: right;
    display: inline-block;
  }   @media screen and (max-width: 768px) {
      .colorlib-nav .btn-cta {
        text-align: center !important; 
		 margin:8px 0 8px 0 !important;;} }
    .colorlib-nav .btn-cta a {
      padding: 0 !important;
      color: #fff; }
      .colorlib-nav .btn-cta a span {
        background: #731010;
        padding: 7px 10px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; }
      .colorlib-nav .btn-cta a:hover span {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
		
.btn02{border-radius:none !important;}

#colorlib-hero {
  height: 800px;
  
  z-index: 0;
  width: 100%;
  display: block; }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        min-height: 800px;
        position: relative; }
        #colorlib-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.2);
          z-index: 1; }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 12em;
      z-index: 1000; }
      #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 650px;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 700px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2, #colorlib-hero .flexslider .slider-text > .slider-text-inner h3 {
          margin: 0;
          padding: 0;
          color: white; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin-bottom: 20px;
          font-size: 50px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h3 {
          font-size: 24px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300;
          font-family: "Poppins", Arial, sans-serif; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h3 a {
            color: rgba(255, 255, 255, 0.5); }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .doc-holder {
          font-size: 30px;
          font-weight: 300;
          margin-bottom: 10px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 18px 30px !important;
          color: #fff;
          border: none !important;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 2px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #3c97e8 !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead {
          font-size: 20px;
          color: #fff; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead .icon-heart {
            color: #d9534f; }

.hero {
  height: 700px !important;
  display: block;
  width: 100%;
  overflow: hidden; }
  .hero .slides li {
    height: 650px; }

.colorlib-bg-section {
  background: whitesmoke; }

#colorlib-services,
#colorlib-project,
#colorlib-counter,

.colorlib-pricing,
#colorlib-testimonial,

#colorlib-about,

#colorlib-contact,
#colorlib-footer {
  padding: 5em 0;
  clear: both; }
  
 
  #colorlib-blog{padding:2em 0;}
  #colorlib-about{ padding: 0em 0 7em 0 !important;}
  @media screen and (max-width: 768px) {
    #colorlib-services,
    #colorlib-project,
    #colorlib-counter,
  
    .colorlib-pricing,
    #colorlib-testimonial,
    #colorlib-blog,
    #colorlib-about,
    #colorlib-doctor,
    #colorlib-contact,
    #colorlib-footer {
      padding: 3em 0; } }
 @media screen and (max-width: 768px) {
	   #colorlib-footer {
      padding: 3em 0 !important; } 
 }
  @media screen and (max-width: 768px) {
	    #colorlib-register{
      padding: 1em 0 !important; } 
 }
#colorlib-product{padding:3em 0 0 0;}
#colorlib-footer {
  padding: 7em 0 0 0; }

#colorlib-intro {
  position: relative;
  clear: both;
  z-index: 1; }

.intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
  margin-top: -8em; }

.intro-grid {
  padding: 2.5em;
  color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  position: relative;
  width: 33.33%;
  display: inline-block;
  background: #a80000;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .color-1{ background: #a62828;}
  @media screen and (max-width: 768px) {
    .intro-grid {
      width: 50%;
 padding: 1.5em;	  }
      .intro-grid:last-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .intro-grid:first-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
  .intro-grid:last-child {
    border-right: none; }
  @media screen and (max-width: 480px) {
    .intro-grid {
      width: 100%;
      border: none; } }
  .intro-grid .icon {
    position: absolute;
    bottom: 0;
    right: -20px; }
    .intro-grid .icon i {
      font-size: 120px;
      color: rgba(255, 255, 255, 0.1); }
  .intro-grid a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
font-weight:700;	}
    .intro-grid a .btn {
      border: 2px solid #fff !important; 
	}
	
  .intro-grid h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
.intro-grid p{
	
	height:160px;
}
 @media screen and (max-width: 768px) {
	 .intro-grid p{
	
	height:auto;
 }}
.about-img {
  margin-bottom: 2em; }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-width{
	
	width:1000px;
}

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #a80000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; }

.panel-heading a.collapsed:after {
  content: "\ea1c"; }

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.services {
  display: block;
  margin-bottom: 40px;
  position: relative;
   padding: 1.5em;
  padding-top: 2.5em;
  border: 1px solid #f2f2f2 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .main5{
width:100%;	 
}
.img-container,.img-container p  {
        text-align: center;
        display: block;
		font-weight:700;}

.services-cer{
	display:inline-block !important;
	width:24%;
	margin:0 4px;
	padding:0.3cm !important;
	float:left;
}
 @media screen and (max-width: 768px) {
.services {
  display: block;
  margin-bottom: 40px;
  position: relative;
 padding-top: 1em;
  border: 1px solid #f2f2f2 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }}
 @media screen and (max-width: 768px) {
.services-cer{
	display:inline!important;
	width:48%;
	float:left;
	margin:0 5px 10px 0px;
	height:auto;
	padding:0px;
 }}
 
 .services-cer img{display: block; margin: auto;}
 .services-cer h3{text-align:center;;}
  .services:hover {
    -webkit-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 9px 38px -13px rgba(0, 0, 0, 0.33); }
  .services h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }
    .services h3 a {
      color: #000; }
  .services .icon {
    width: 70px;
    height: 70px;
    background: #3c97e8;
    display: table;
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 2.5em;
    left: 1.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      line-height: 40px;
      color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
	  
  .services .desc {
    padding-left: 90px; }
  .services:hover .icon, .services:focus .icon {
    background: #69cb6a; }
    .services:hover .icon i, .services:focus .icon i {
      color: #fff; }

#colorlib-appointment {
  background: #00b7ea;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #a80000 0%, #ff742f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #a80000 0%, #ff742f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #a80000 0%, #ff742f 100%);
  background: linear-gradient(45deg, #a80000 0%, #ff742f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#ff742f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#colorlib-appointment {
  padding: 2em 0;
  clear: both; }
  #colorlib-appointment h2 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700; }
  #colorlib-appointment p {
    margin-bottom: 0; }
  #colorlib-appointment .btn-cta {
    
    color: #fff !important; }
    #colorlib-appointment .btn-cta:hover {
      background: #731010 !important;
      border: 2px solid #731010 !important;
      -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
      -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
      box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important; }
  #colorlib-appointment .line-block {
    display: inline;
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      #colorlib-appointment .line-block {
      
        display: block;
 padding: 1em 0;		} }
  @media screen and (max-width: 768px) {
 #colorlib-appointment {
  padding: 1em 0;
  clear: both; }}

.colorlib-counters {
  padding: 7em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }
  .colorlib-counters .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #00b7ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ffc400 0%, #ff5400   100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffc400 0%, #ff5400   100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #ffc400 0%, #ff5400  100%);
    background: linear-gradient(45deg, #ffc400 0%, #ff5400  100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400', endColorstr='#ff5400  ',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    opacity: .8; }
  .colorlib-counters .colorlib-counter {
    font-size: 44px;
    display: block;
    color: white;
    width: 100%;
    font-weight: 400;
    margin-bottom: .1em; }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 2em;
    display: block; }
  .colorlib-counters .icon i {
    font-size: 60px;
    color: #fff; }

.choose {
	vertical-align: top;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
  flex:1;
  background: #00b7ea;
  /* Old browsers */
  background: -moz-linear-gradient(90deg, #a80000 0%, #ff9800  100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #a80000 0%, #ff9800  100%)
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #a80000 0%, #ff9800  100%);
  background: linear-gradient(45deg, #a80000 0%, #ff9800  100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#ff9800',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .choose .half {
    width:50%;
    display: inline; }
    @media screen and (max-width: 768px) {
      .choose .half {
        display: list-item;
		width:100%;	
	} }

/* .features-wrap {
  padding: 4em; } */
  @media screen and (max-width: 768px) {
    .features-wrap {
      padding: 2em 2em 2em 2em; }
  }
  .features-wrap h2, .features-wrap h3, .features-wrap p {
    color: #fff !important;
line-height:1.3;
text-align:left;}

.features {
  position: relative;
  margin-bottom: 30px;
paading-rigt:5px;  }
    @media screen and (max-width: 768px) {
  .features {
  position: relative;
	margin-bottom: 10px; }}	
  .features h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600; }
  .features .icon {
    position: absolute;
    top: 0;
    left: 0; }
    .features .icon i {
      font-size: 40px;
      color: #fff; }
  .features .desc {
    padding-left: 60px; }
	 @media screen and (max-width: 768px) {
    .features .desc h3  {
    line-height: 1!important;
	margin:0px !important;} }
	 @media screen and (max-width: 768px) {
	 .features .desc p{
		 
		 line-height:1.4;
	 }}
 @media screen and (max-width: 768px) {
    .img-bg {
      background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat;
  position: relative;
  min-height:250px;} }
.img-bg,
.img-user {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-video {
 width:100%;
 
margin: 30px 0 20px 0; }
 
 .colorlib-video iframe{
	 width:633px;
	 height:400px;
	 
 }
    @media screen and (max-width: 992px) {
    .colorlib-video {
     width:100%;
	
	margin: 20px 0; 
	  } }

  @media screen and (max-width: 992px) {
    .colorlib-video iframe{
      height: 200px !important;
	  width:100%;
	  } }
 

.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #3c97e8;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.contact-info-wrap {
  margin-bottom: 3em; }
  .contact-info-wrap p span {
    padding-right: 10px; }
    .contact-info-wrap p span i {
      font-size: 20px;
      color: #a80000; }

.colorlib-heading {
	padding:20px 20px 0 20px;
 }
  .colorlib-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #000;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .colorlib-heading h2 {
        font-size: 28px; } }


.colorlib-heading2 span{
	color:#b7842a;
 }
  .colorlib-heading2 h2 {
    font-size: 32px;
    left:0 auto;
    line-height: 1.5;
    color: #fff;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 700; 
	  background-color: #a80000;
	   width: auto;
	   padding:5px 20px;
	 display: inline-block;
	 margin:30px 0;
 }
    @media screen and (max-width: 768px) {
      .colorlib-heading2 h2 {
        font-size: 28px; } }

.blog-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

#colorlib-blog {
  position: relative; }

.blog-img {
  height: 250px;
  width: 100%;
  display: block; }
  .blog-img .date {
    position: absolute;
    bottom: -1px;
    left: 0;
    text-align: center;
    margin-bottom: 0; }
    .blog-img .date span {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      background: #fff;
      color: #000; }
      .blog-img .date span:first-child {
        font-size: 30px;
        background: #3c97e8;
        color: #fff; }
      .blog-img .date span:last-child {
        padding: .8em 1em;
        letter-spacing: 1px;
        color: #999999;
        font-weight: 600; }

.blog-entry {
  display: block;
  margin-bottom: 3em; }
  .blog-entry .desc {
    bordeR: 1px solid whitesmoke;
    padding: 1.5em; }
    .blog-entry .desc h3 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.5; }
      .blog-entry .desc h3 a {
        color: #000; }

.pagination li {
  margin: 2px; }
  .pagination li a {
    color: #000;
    background: transparent;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 2px; }
    .pagination li a:first-child {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .pagination li a:hover, .pagination li a:focus {
      background: #3c97e8;
      color: #fff;
      border: 1px solid #3c97e8; }
    @media screen and (max-width: 768px) {
      .pagination li a {
        padding: 7px 15px; } }
  .pagination li.active a {
    background: #3c97e8; }
    .pagination li.active a:hover, .pagination li.active a:focus {
      background: #3c97e8;
      color: #fff;
      border: 1px solid #3c97e8; }

.col-paddingbottom {
  padding-bottom: 4em !important; }

.comment-area {
  margin-bottom: 5em; }
  .comment-area h2 {
    font-size: 24px;
    display: block;
    padding: 1em;
    background: whitesmoke;
    margin-bottom: 2em; }

@media screen and (max-width: 768px) {
  .marginbottom {
    margin-bottom: 20px !important; } }

.blog-desc .post-meta {
  display: block;
  margin-bottom: 2em; }
  .blog-desc .post-meta span {
    padding-right: 10px; }

@media screen and (max-width: 768px) {
  .sidebar {
    padding-left: 0; } }

.sidebar .side {
  margin-bottom: 5em;
  padding: 2em;
  border: 1px solid #f0f0f0; }
  .sidebar .side h2 {
    font-size: 18px;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-weight: 700; }
  .sidebar .side .list {
    margin: 0;
    padding: 0; }
    .sidebar .side .list li {
      list-style: none;
      font-size: 18px;
      display: block;
      position: relative;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      padding-bottom: 10px; }
      .sidebar .side .list li a {
        padding-left: 34px;
        color: #000; }
        .sidebar .side .list li a i {
          position: absolute;
          top: 5px;
          left: 0; }
        .sidebar .side .list li a .badge {
          position: absolute;
          background: #3c97e8;
          top: 5px;
          right: 0;
          font-weight: 300; }
  .sidebar .side .post {
    margin-bottom: 3em; }
    .sidebar .side .post .blog-img {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      height: 100px;
      width: 100px; }
    .sidebar .side .post .desc {
      padding-left: 120px; }
      .sidebar .side .post .desc h3 {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.7); }
      .sidebar .side .post .desc span {
        display: block;
        margin-bottom: 6px;
        color: rgba(0, 0, 0, 0.3); }

#colorlib-register {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  #colorlib-register .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #00b7ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ff5400  0%, #a80000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff5400 0%, #a80000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #ff5400 0%, #a80000 100%);
    background: linear-gradient(45deg, #ff5400 0%, #a80000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5400', endColorstr='#a80000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  #colorlib-register h2, #colorlib-register h3, #colorlib-register p {
    color: #fff; }
  #colorlib-register h2 {
    font-size: 50px;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      #colorlib-register h2 {
        font-size: 24px!important;
font-weight:0;		} }
  #colorlib-register h3 {
    font-size: 30px; }
  #colorlib-register .countdown {
    margin-bottom: 20px;
    font-size: 60px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #colorlib-register .countdown {
        font-size: 40px; } }
    #colorlib-register .countdown span {
      margin: 0 30px;
      display: inline-block; }
    #colorlib-register .countdown small {
      display: block;
      font-size: 16px;
      font-family: "Poppins", Arial, sans-serif; }
  #colorlib-register .btn i {
    margin-left: 20px; }

.doctor {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 40px; }
  .doctor .desc {
    padding: 1.5em;
    border: 1px solid whitesmoke; }
  .doctor .doc-img {
    margin-bottom: 30px; }
  .doctor .staff-img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: table; }
  .doctor .colorlib-social {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
    .doctor .colorlib-social li {
      display: inline-block;
      padding: 0; }
      .doctor .colorlib-social li a {
        display: table;
        width: 40px;
        height: 40px;
        background: #f2f2f2;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .doctor .colorlib-social li i {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        color: #69cb6a; }
  .doctor h2 {
    margin-bottom: 10px; }
  .doctor h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700; }
    .doctor h3 a {
      color: #000; }
  .doctor span {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999; }
  .doctor .desc {
    margin-bottom: 40px; }
  .doctor .contact-info h2 {
    margin-bottom: 30px; }
  .doctor .contact-info p {
    font-size: 18px;
    display: block;
    padding: 1.5em;
    background: whitesmoke;
    position: relative; }
    .doctor .contact-info p i {
      font-size: 24px;
      color: #69cb6a;
      padding-right: 20px; }

.schedule {
  width: 100%;
  padding: 2em;
  background: whitesmoke;
  position: relative;
  margin-bottom: 10px; }
  .schedule .icon {
    position: absolute;
    top: 2.5em;
    left: 2em; }
    .schedule .icon i {
      font-size: 34px;
      color: #3c97e8; }
  .schedule .desc {
    padding-left: 60px; }
    .schedule .desc span {
      display: block;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #000; }
    .schedule .desc h4 {
      font-size: 18px;
      margin-bottom: 8px;
      text-transform: uppercase; }

.btn-big {
  display: block;
  width: 100%;
  float: left; }
  .btn-big a {
    width: 100%;
    float: left;
    display: block;
    font-size: 20px;
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.department-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left; }
  .department-wrap .grid-1, .department-wrap .grid-2 {
    width: 50%;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .department-wrap .grid-1, .department-wrap .grid-2 {
        width: 100%; } }
  .department-wrap .grid-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (max-width: 768px) {
      .department-wrap .grid-1 {
        height: 300px; } }
  .department-wrap .grid-2 .desc {
    padding: 4em 1em; }
    @media screen and (max-width: 768px) {
      .department-wrap .grid-2 .desc {
        padding: 1em; } }
    .department-wrap .grid-2 .desc h2 {
      text-transform: uppercase; }
  .department-wrap .department-info {
    margin-top: 40px;
    display: block; }
    .department-wrap .department-info .block {
      margin-bottom: 30px;
      padding: 1em 2em;
      background: whitesmoke;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .department-wrap .department-info .block:hover {
        background: #69cb6a; }
        .department-wrap .department-info .block:hover h2 a {
          color: #fff; }
        .department-wrap .department-info .block:hover span {
          color: rgba(255, 255, 255, 0.7); }
    .department-wrap .department-info h2 {
      font-size: 16px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 700; }
      .department-wrap .department-info h2 a {
        color: #000; }

.plan {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .plan {
      padding: 1em; } }
  .plan li {
    list-style: none;
    font-size: 20px;
    margin: 0;
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fafafa; }
    .plan li:hover {
      background: #69cb6a; }
      .plan li:hover span {
        color: #fff; }
        .plan li:hover span:last-child {
          color: #fff; }
    @media screen and (max-width: 768px) {
      .plan li {
        font-size: 18px; } }
    .plan li span {
      font-weight: 400;
      display: inline-block;
      color: #000; }
      .plan li span:first-child {
        width: 85%; }
      .plan li span:last-child {
        width: 15%;
        text-align: right;
        color: #3c97e8; }

.testimony {
  display: block;
  width: 100%;
  position: relative;
  padding: 6em 2em 2em 2em;
  border: 1px solid #f2f2f2;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .testimony {
      margin-bottom: 70px; } }
  .testimony .img-user {
    width: 140px;
    height: 140px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 10px solid #f7f7f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .testimony .user {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }
  .testimony blockquote {
    padding: 0;
    margin: 0 0 20px 0;
    border: none; }
    .testimony blockquote .color i {
      color: #FFBC2C; }

#colorlib-testimonial .owl-stage-outer {
  padding-top: 5.2em !important; }

#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0; }
  @media screen and (max-width: 768px) {
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
      top: 90%; } }

#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -4.5em; }
  @media screen and (max-width: 768px) {
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-next,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next {
      right: 0; } }

#colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -4.5em; }
  @media screen and (max-width: 768px) {
    #colorlib-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev,
    #colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
      left: 0%; } }

#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next i,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000; }

#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
#colorlib-testimonial .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
#colorlib-testimonial .owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000; }

#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #fff;
  color: #000;
  background: #e6e6e6;
  padding: 5px 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  #colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-] i {
    border: none; }
  #colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #fff; }
    #colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
      background: #fff; }

#colorlib-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff !important;
  background: #171717; }
  #colorlib-footer p {
    color: rgba(255, 255, 255, 0.7); }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a i {
          color: #a80000;
          padding-right: 8px; }
        #colorlib-footer .colorlib-footer-links li a:hover {
          text-decoration: none; }
  #colorlib-footer .colorlib-widget {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-widget {
        text-align: left; } }
    #colorlib-footer .colorlib-widget h3 {
      margin-bottom: 40px;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: "Poppins", Arial, sans-serif;
      color: #fff; }
  #colorlib-footer .form-group input[type="name"],
  #colorlib-footer .form-group input[type="text"],
  #colorlib-footer .form-group input[type="email"],
   #colorlib-footer .form-group input[type="tel"],
  #colorlib-footer .form-group textarea {
    font-size: 14px;color:#ffffff; }
    #colorlib-footer .form-group input[type="name"]::-webkit-input-placeholder,
    #colorlib-footer .form-group input[type="text"]::-webkit-input-placeholder,
    #colorlib-footer .form-group input[type="email"]::-webkit-input-placeholder,
		#colorlib-footer .form-group input[type="tel"]::-webkit-input-placeholder,
    #colorlib-footer .form-group textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.2); }
    #colorlib-footer .form-group input[type="name"]:-moz-placeholder,
    #colorlib-footer .form-group input[type="text"]:-moz-placeholder,
    #colorlib-footer .form-group input[type="email"]:-moz-placeholder,
	#colorlib-footer .form-group input[type="tel"]:-moz-placeholder,
    #colorlib-footer .form-group textarea:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.2); }
    #colorlib-footer .form-group input[type="name"]::-moz-placeholder,
    #colorlib-footer .form-group input[type="text"]::-moz-placeholder,
    #colorlib-footer .form-group input[type="email"]::-moz-placeholder,
	#colorlib-footer .form-group input[type="tel"]::-moz-placeholder,
    #colorlib-footer .form-group textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.2); }
    #colorlib-footer .form-group input[type="name"]:-ms-input-placeholder,
    #colorlib-footer .form-group input[type="text"]:-ms-input-placeholder,
    #colorlib-footer .form-group input[type="email"]:-ms-input-placeholder,
	#colorlib-footer .form-group input[type="tel"]:-ms-input-placeholder,
    #colorlib-footer .form-group textarea:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.2); }
  #colorlib-footer .form-group input {
    background: rgba(0, 0, 0, 0.5);
    background: transparent;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none; }
  #colorlib-footer .form-group textarea {
    background: rgba(0, 0, 0, 0.5);
    background: transparent;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none; }
  #colorlib-footer .form-group #btn-submit {
    background: #a80000;
    color: #fff; }
#btn-submit01 {
    
    color: #fff; 
	border:none;}
  #colorlib-footer .copyright {
    background: #000;
    padding: 2em; }
    #colorlib-footer .copyright .block {
      display: block; }
      #colorlib-footer .copyright .block a {
        color: rgba(255, 255, 255, 0.5); }
    #colorlib-footer .copyright p {
      margin-bottom: 0; }

#map {
  width: 100%;
  height: 600px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

.appointment-wrap {
  border: 4px solid rgba(0, 0, 0, 0.03);
  padding: 3em; }

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 5px 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
			
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\ea1c";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
			}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: #a80000;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle;
      font-size: 24px; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  margin-top: -10px; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #444; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #000; }
    .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
      background: #000; }
  .colorlib-nav-toggle.colorlib-nav-white.active > i {
    color: #fff;
    background: #000; }
    .colorlib-nav-toggle.colorlib-nav-white.active > i::before, .colorlib-nav-toggle.colorlib-nav-white.active > i::after {
      background: #fff; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 25px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block;
	z-index:3;	  } }
	  @media screen and (max-width: 768px) {
      .colorlib-nav .menu-1 {
        display: none; } }
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; 
	line-height:0px !important;	}
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
  background: #731010;
  color: #fff;
  border: 2px solid #731010; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #a80000 !important;
    border-color: #731010 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #ebba16;
    border: 2px solid #a80000; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #a80000;
      color: #69cb6a; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 14px;
  font-weight: 400; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3c97e8; }



/* .row-pb-md {
  padding-bottom: 4em !important; } */

.row-pb-sm {
  padding-bottom: 2em !important; }

 .colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }
 
.row-padded-mb {
  margin-bottom: 3em !important; }

.col-padded {
  margin: 0 !important;
  padding: 0 !important; }

.js .animate-box {
  opacity: 0;
 }
 
 @media screen and (max-width: 992px) {
  .js .animate-box{
  width:100%; } }

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #sticky_item.is_stuck {
    margin-top: 10px; }

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px; } }

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
/* New Css Added on 10 March*/

 @media screen and (max-width: 768px) {
	 .services .desc p{
		 
		 line-height:1.2;
	 }}
.aboutus-img1{
	float:left;
        background: url("../images/small-batch-icon.png") no-repeat 25px 40px   ;
		
    }
.aboutus-img2 {
	float:left;
        background: url("../images/design-icon.png") no-repeat  25px 40px  ;
    }
.aboutus-img3{
	float:left;
        background: url("../images/drug-icon.png") no-repeat 25px 40px   ;
		
    }
.aboutus-img4 {
	float:left;
        background: url("../images/visual-icon.png") no-repeat  25px 40px;
		min-height:250px;
    }
	.aboutus-img5 {
		float:left;
        background: url("../images/avoid-icon.png") no-repeat  25px 40px  ;
    }
	.aboutus-img6 {
		float:left;
        background: url("../images/no-blocking-icon.png") no-repeat  25px 40px  ;
    }
	


.box-md{
		
		width:50%;
	}
	
@media screen and (max-width: 768px){
.box-md{
		
		width:100%;
}}
	
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  width:20x;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ffc400;
  color: white;
}

.mapouter{position:relative;text-align:-webkit-center	;height:500px;width:600px;}
.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:1150px;}

 @media screen and (max-width: 700px) {
  .gmap_canvas{
  width:100%; } }

@media screen and (max-width: 768px)
.date-counter h3 {
    font-size: 28px;
}
	
.topnav2 {
  overflow: hidden;
  
  width:auto;
  float:left;
  
}

.topnav2 a {
  float: left;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  
}

.topnav2 a:hover {
  background-color: #731010;
  color: #fff;
}

.topnav2 a.active {
  background-color: #731010;
  color: #fff;
}


@media only screen and (max-width: 320px) {
  /* For mobile phones: */
  [class*="topnav2 ul li"] {
    width: 100%;
	float:left;
  }
}
.section1 {float:left;font-size:20px !important;height:auto;padding:0 10px;text-align:center
border-right:2px solid #3587cf;
}


@media only screen and (max-width: 768px) {
.section1 {width:100%;float:left;font-size:18px !important;height:auto;padding:0 10px;text-align:center
border-right:2px solid #3587cf;
}}
.br-right{border-right:2px solid #3587cf;}
@media only screen and (max-width: 768px) {
 .br-right{
    width: 100%;
	border-right:none;
  }
}

.section1 h2{font-size:30px !important;}
.section1 span img{float:center;margin:10px 0 30px 0;} 

@media only screen and (max-width: 768px) {
 .section1 span img{float:center;margin:5px 0 10px 0;} 
  }

#hellobar-bar {
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 18px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #fff;
	 position: fixed;
    background-color: #a80000;
	
   
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [id*="hellobar-bar"] {
    width:100%;
	position: absolute;
	z-index: 1;
  }
}

@media only screen and (max-width: 320px) {
  /* For mobile phones: */
  [id*="hellobar-bar"] {
    width:100%;
	position: absolute;
	z-index: 1;
  }
}

#hellobar-bar.regular {
    height: 30px;
    font-size: 16px;
    padding: .2em .5em;
	z-index:1;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    background-color: #731010;
    border-color: #ebba16;
	
}
.hb-cta-button {
    opacity: 1;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.hb-cta-button .hb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
	color:#000;
   cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}

.form-icon{background:#fff url(../images/form-icon.png) no-repeat left center;padding-left:25px;font-size:20px}

 
 @media screen and (max-width: 700px) {
  .form-icon{
  font-size:17px; } }
  


.display-image {
  background-image: url(../images/image-banner3.jpg);
  background-position: right center;
  background-repeat: no-repeat;
 background-color:#ffd932;
 width:100%;height:400px;
}

@media screen and (max-width: 700px) {
  .display-image {
  
    background-image: url(../images/mobile-banner-img1.jpg);
	  background-position: center center;
  background-repeat: no-repeat;
 background-color:#464646;
 width:100%;height:400px;
  }
	}
	
	

.display-image1 {
  background-image: url(../images/image-banner2.jpg);
  background-position: right center;
  background-repeat: no-repeat;
 background-color:#c0e4f4;
 width:100%;height:400px;
}

@media only screen and (max-width: 700px) {
  .display-image1 {
    
    background-image: url(../images/mobile-banner-img2.jpg);
	background-position: center center;
  background-repeat: no-repeat;
 background-color:#464646;
 width:100%;height:400px;
  }
	}
	
.display-image4 {
  background-image: url(../images/image-banner4.jpg);
  background-position: right center;
  background-repeat: no-repeat;
 background-color:#f3f1f0;
 width:100%;height:400px;
}

@media only screen and (max-width: 700px) {
  .display-image4 {

    background-image: url(../images/mobile-banner-img4.jpg);
		  background-position: center center;
  background-repeat: no-repeat;
 background-color:#464646;
 width:100%;height:400px;
  }
	}
	
.display-image3 {
  background-image: url(../images/image-banner5.jpg);
  background-position: right center;
  background-repeat: no-repeat;
 background-color:#d8e7ec;
 width:100%;height:400px;
}
 
@media only screen and (max-width: 700px) {
  .display-image3 {

    background-image: url(../images/mobile-banner-img5.jpg);
		  background-position: center center;
  background-repeat: no-repeat;
 background-color:#464646;
 width:100%;height:400px;
  }
	}
	
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
 .carousel {
    width: 80%;
    margin-left: 10%;
}
@media only screen and (max-width:700px){
	
	 .carousel {
    width: 100%;
    margin:0px !important;
}
}
.head-top {margin-top:30px !important; }
@media only screen and (max-width:700px){
	
	.white-hd{font-size:30px!important;margin:0 0px 0 10px; }
}

.white-hd{font-size:45px}
.flaticon-healthy-1 , .flaticon-radiation ,.flaticon-medical-1 ,.flaticon-stethoscope img{    float: left;
    margin: -10px;}
.regular-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.form-box{white-space:nowrap; display:inline-block;line-height:30px !important;}
.form1 {height:20px !important;width:20px !important;float:left;border: 5px solid red;
	border:4px solid #efefef;
    margin-left: 4px;
    margin-top: 1px;color:#555555;}
	
.form-section{float: left;
    height: 20px;
    width: 20px;
    margin-right: 5px !important;font-weight:500 !important;}
label{font-weight:500;}

.feature-text{width:50%;float:left;padding:10px;border:2px solid #cae6ef;font-size:15px;line-height:20px;}
.feature-text p{margin:0px;padding:5px 0;letter-spacing: 0px;}
.feature-text p span {font-weight:700;}

.contact-form{ float:left;padding:5px 20px 5px 0px;width:50%;}

@media only screen and (max-width: 700px) {
	
	.contact-form{width:100%;padding:5px 20px 5px 0px;}
}
@media only screen and (max-width: 700px) {
	
	.feature-text{width:100%; float:left;margin-top:0px !important;}
}
@media only screen and (max-width: 700px) {
	
	.franchise-img{display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;}
}
	.franchise-img{display: block;
    margin-left: auto;
    margin-right: auto;
   }


.one {
		 background-image: url(../images/img_bg_1.webp);
}
.two{
	background-image:url(../images/img_bg_2.webp);
}

.three{
	background-image:url(../images/img_bg_3.webp);
}
#banner-pic{
	
	background-image:url(../images/img_bg_6.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 800px;
	float: left;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
	width:100%;
	cursor:pointer;
   
}
@media only screen and (max-width: 700px) {
#banner-pic{
	
	background-image: url(../images/mobile-banner-img6.gif);
    background-position:0 center;
    background-repeat: no-repeat;
    background-color: #464646;
    min-width: 480px;
    min-height: 400px;
	
   
}}

.five{
	
	background-image:url(../images/img_bg_5.webp);
}
.six{
	
	background-image:url(../images/img_bg_1.webp);
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6py85u');
  src:  url('fonts/icomoon.eot?6py85u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6py85u') format('truetype'),
    url('fonts/icomoon.woff?6py85u') format('woff'),
    url('fonts/icomoon.svg?6py85u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-globe-outline:before {
  content: "\e9df";
}
.icon-paper:before {
  content: "\e086";
}
.icon-tick:before {
  content: "\e931";
}
.icon-phone:before {
  content: "\e98a";
}
.icon-mail:before {
  content: "\e9c2";
}
.icon-location:before {
  content: "\e942";
}
.icon-check:before {
  content: "\e116";
}
.icon-message:before {
  content: "\ea63";
}
.icon-arrow-up:before {
  content: "\ea0e";
}
.icon-arrow-right-thick:before {
  content: "\e938";
}
.icon-arrow-left-thick:before {
  content: "\e939";
}

.flaticon-hospital:before {
    content: "\f109";
}
/* 12-03-2021 */
 .center {
    margin: auto;
    width: 40%;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hideform {
    display: none;
}
.form-group2 label{width:30%;float:left;line-height:50px;}
.form-group2 input{width:45%;}

@media only screen and (max-width: 700px) {
	
	.center{
   margin: auto;
    width: 80%;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 700px) {
		.form-group2 label{width:30% !important;float:left;line-height:18px;font-size:16px;}	
		}
	
}
.get-button{width:20%!important;}
@media only screen and (max-width: 700px) {
	.form-group2 input{width:100%;}
	
}
@media only screen and (max-width: 700px) {
	.get-button{margin-left:0px !important;width:100% !important;}
	
}

	#success, #fail{
	display: none;

}

#message, #success, #fail{
	margin-top: 10px;
	margin-bottom: 10px;
}


#fail{color:#FF0000;}
#success{color:#008000}

msg-error {
  color: #c65848;
}
canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
  
}
.status{font-size:15px;
color:green;
padding:15px;
}
.status span{
	
	color:red;
}
.contact-form2{
		box-shadow:0 0 4px 0 rgba(0,0,0,0.5);
		margin:50px auto;
		width:450px;
		text-align:left;
}
.contact-form2 h2{
		background:#efefef;
		margin-top:0;
		padding:10px;
	
}

.contact-form2 input{
		display:block;
		margin:10px auto; 
		width:90%;
		padding:10px;
	
}
.contact-form2 textarea{
	width:90%;
	margin:5px 0px 5px 20px;
	padding:10px;
	height:80px;
	
}
.submit-btn{
	width:150px !important;
	cursor:pointer;
	margin-left:18px;
	
}
.g-recaptcha{
	margin:10px 0px;
	
}
.fax {
    display: none;
}
/* 23-03-2021 */
.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:2;
  overflow-y:scroll;
}
.overlay2:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.form-content label{
	width:25%;
	margin:5px;
	float:left;
	clear:both;
	line-height:1.5;
}

.form-content input{
	float:left;
	width:65%;margin:5px;height:42px;padding:10px 20px;font-size:14px;line-height:1.42857;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-content select{width:60%;margin:10px;height:42px;padding:10px 20px;font-size:14px;line-height:10;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

	.form-content input[type="submit"]{
		margin-top:5px;
		
	}
@media screen and (max-width:800px){.form-content input{margin:2px 0;padding:5px;width:90%}	
	.popup h2 {
	font-size:20px;	
	font-weight:bold;	
	}
}
.rcorners {
  border-radius: 5px;
  border: 2px solid #b51f19;
  padding: 5px 10px; 
  width: auto 0px;
  height: auto; 
  list-style:none;
	float:left;
	margin:5px;
	font-size:12px;
}
ul.key-wrds{
		margin:0px;
		padding:0px;
	
}
.title{
	text-align:left;font-weight:700;font-size:22px;margin:10px 5px;color:#000;
	
}
@media screen and (max-width: 800px){
.track-section {text-align:center}
}
.track-section img{border:2px solid #000000;margin:20px 10px;}
.track-section img:hover{border:2px solid #69cb6a;cursor:hand}
/*Changes as per the mail inline css convert to class 01-09-21*/
.main {margin-top:30px!important;}
.track-section a{float:left;}

.amazingcarousel-list-container{overflow:hidden;}
.wonderplugincarousel{position:relative;margin:0 auto;width:100%;}
.talk-bg{background-image:  url(../images/img_bg_1.jpg);width:100%;height:100%;float:left;}

.col-md-12 span.red{color:#f14639;}

.feature-text p.heading{color:#68ca6a;font-weight:700;}
.main2{ padding:1em 0 3em 0 !important;}

#myCarousel-2 span.icon{color:#000;font-size:60px;}

#myCarousel-2 .carousel-control.left, #myCarousel-2 .carousel-control.right{
		background-image:none !important;
}
#myCarousel-1 .carousel-control.left, #myCarousel-2 .carousel-control.right{
		background-image:none !important;
}
#myCarousel-2 .item img{width:633px;height:633px;}
@media screen and (max-width: 800px){

#myCarousel-2 .item img{width:auto;height:auto;}}
@media screen and (max-width: 800px){

#myCarousel-2 span.icon{color:#000;font-size:30px;}}

#colorlib-doctor .main3{padding:0px 0;margin-top:20px;}
@media screen and (max-width: 800px){
#colorlib-doctor .main3{padding:5em 0 !important;}}
.content02{width:100% !important;}
.main4{margin-bottom:30px;}
 p.text01{color:#a80000;font-weight:700!important;margin:0px;font-size: 30px !important;}
/*19-02-22*/
.section-payment{float: left;width: 50%;
font-size: 14px;}
#tpm-banner{
    background:url('../images/main-banner.jpg') no-repeat center center ;
    background-size:cover;
    width:100%;
	height:450px;
}
.col-xs-offset-6 h2{font-size:35px;line-height:1.2;font-weight:700;text-transform:uppercase;color:#000;} .col-xs-offset-6 p{margin-top:15px;line-height:1;color:#000;font-size:22px;}
.col-xs-offset-6 p.ban-text{font-size:18px;}
@media screen and (max-width:800px){
	.col-xs-offset-6 h2{font-size:28px;}
	.col-xs-6{width:100%;}
	.col-xs-offset-6 p.ban-text{font-size:13px;}
	.col-xs-offset-6 p{font-size:18px;}
	
}
#colorlib-choose{background:linear-gradient(45deg, #a80000 0%, #ff9800  100%)}#colorlib-choose .white{background-color:white !important;padding-right:0px !important;} #colorlib-choose img{float:right;}
#colorlib-register{padding:2em 0 !important;}
.hb-right-two a, .hb-right-one a{color:#ffffff}
ul li.order-section{width:23%;height:200px;float:left;list-style:none;box-shadow: 5px 5px #d4d6d7;margin:0px 0 20px 0; }
.order-section img{border:2px solid #000;margin:0px 20px;}
.order-section img:hover{border:2px solid green}
ul li.order-section p{margin:0 20px;}
 @media only screen and (max-width: 700px){
 ul li.order-section{width:100%;float:left;list-style:none;box-shadow: 5px 5px #d4d6d7;margin:0px 0 20px 0}}