/****************Table Of Contents ******************
	01. Global Styles
	02. Typography
	03. Navbar
	04. Slider-area
	05. Header-top-area
	06. Services-area
	07. Appoitment-adderss-area
	08. Portfolio-area
	09. Call-area
	10. Doctors team
	11. Testimonials-area
	12. Blog-area
	13. Pricing-page 
	14. Copy-right-area
	15. Blog-full-width
	16. Blog-left-sidebar-area
	17. Blog-single
	18. Home-dentist
	19. About-page1
	20. Footer-area
    21. Back to Top
*******************************************************/


/*01. Global Styles  */

#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    /*background: #fff url('../images/loading.gif') no-repeat center center;*/
	background: #fff;
}

#loading-animation {
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -125px;
    position: absolute;
    top: 50%;
    width: 150px;
    -webkit-animation:fadeinout 1.5s linear infinite;
    -moz-animation:fadeinout 1.5s linear infinite;
    animation:fadeinout 1.5s linear infinite;
}
body.loadanimation
{
 position:fixed;
 overflow:hidden;
}

@-webkit-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}

/* Template default CSS  */

html, body {
   /* height: 100%;*/
	overflow-x: hidden !important;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 5px;
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    /*font-family: BrandonGrotesqueBold, 'Roboto', sans-serif;*/
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0px
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #e3383d
}
a:hover {
    color: #1f1f1f;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear {
    clear: both
}
body {
    color: #000;
    font-family: /*'Roboto', sans-serif,*/ "Open Sans", Helvetica, Arial;
    font-size: 14px;
    line-height: 24px;
	    overflow-x: hidden;
}


::-moz-selection {
    background: #163f7a;
	color:#fff;
    text-shadow: none;
}
::selection {
    background: #163f7a;
	color:#fff;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.main-container {
    /*overflow: hidden;*/
}

section.innerProduct.slidertab .tab-content .tab-pane {
	overflow: hidden;
}

/*05. Header-top-area css*/
.top-social ul li {
    float: left;
    height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.top-social ul li:hover {
    background: #fff;
    color: #00cccc
}
.top-social ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.top-social ul li:hover a {
    color: #00cccc;
}
.header-top-area {
    background: #00cccc none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    color: #fff;
    padding: 5px 0;
}
.custom {
    display: inline-block;
    float: right;
    margin-top: 35px;
}
.mar {
    margin-right: 10px;
}
.top-address, .top-phone, .top-make-right {
    display: inline-block;
}
.top-address, .top-phone {
  color: #6a6a6a;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0;
}
.top-item > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  background-color: #163f7a;
  border-radius: 8px;
}
.top-item> a:hover {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
}

/*03. Navbar css*/
.navbar {
    margin-right: -15px;
}
.navbar {
    border-radius: 0;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
	min-height: inherit;
}
.navbar-brand {
    float: none;
    padding: 0;
}
.logo {
	/* padding: 0;
	text-align: left;
	width: 180px; */
    padding: 8px 0;
    text-align: left;
    width: 140px;
}
.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
 -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-nav> li> a::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}
.navbar-nav> li> a:hover::after {
    background: #e3383d none repeat scroll 0 0;
    width: 100%;
}
.navbar-nav> li> a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.mod-languages {
    margin-top: 40px;
    text-align: right;
}
.lang-inline> li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.nav> li> a:hover, .nav> li> a:focus {
    background-color: transparent !important;
    color: #00cccc;
}
.navbar-nav> li> a:hover 
{
    background-color: transparent !important;
    color: #e3383d;
    text-decoration: none;
    position: relative;
}

.navbar-nav li a.active:after {
    background: transparent none repeat scroll 0 0;
    content: "";
    background: #e3383d none repeat scroll 0 0;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.nav .open> a, .nav .open> a:hover, .nav .open> a:focus {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    width: 200px;
}
.dropdown-menu> li> a:hover, .dropdown-menu> li> a:focus {
    background-color: transparent;
    color: #1f1f1f;
    text-decoration: none;
}
.mega-dropdown-menu {
    display: none;
    min-width: 200px;
}
.dropdown-menu {
    border-radius: 0;
    border-top: 2px solid #e3383d;
}
.dropdown.open> a {
    color: #e3383d;
    background-color: transparent;
}
.dropdown-menu> li {
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.dropdown-menu> li:last-child {
    border: none;
}
.dropdown-menu> li> a {
    color: #1f1f1f;
    display: block;
    padding: 10px 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown-menu {
    padding: 5px 15px;
}
.dropdown-menu> li a:hover {
    padding-left: 10px;
}
.navbar-fixed-top.header {
    /*background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;*/
}
.header {
	padding-bottom: 0;
	padding-top: 0;
	position: fixed;
	z-index: 99;
	border-bottom: 1px solid #163f7a;
	background-color: #163f7a;
	width: 100%;
}

.innerpage .header {
	position: relative;
}

.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 1030;
}

/*04. Slider-area css*/
.btn-slideshow {
    background: #00cccc none repeat scroll 0 0;
    border: 2px solid #00cccc;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-style: normal !important;
    padding: 12px 24px !important;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.4s ease 0s !important;
    border-radius: 0;
}
.btn-slideshow:hover {
    background: #404d5f;
    border: 2px solid #404d5f;
}
.tp-caption.medipuls-subtitle, .medipuls-subtitle {
    background-color: transparent;
    border-color: rgb(64, 77, 95);
    border-style: none;
    border-width: 0;
    color: #404d5f;
    font-size: 22px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.tp-caption.medipuls-subtitle {
    font-family: 'Sanchez', serif !important;
}
.tp-caption.medipuls-title, .medipuls-title {
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    border-style: none;
    border-width: 0;
    color: #000000;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.tp-caption.medipuls-title span {
    color: #00cccc;
}
.tp-caption.medipuls-title {
    font-family: 'Roboto', sans-serif !important;
}
.tp-caption.medipuls-title.white {
    color: #fff;
}
.dentist.medipuls-title.white {
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    border-style: none;
    border-width: 0;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
    text-transform: uppercase;
}
.tp-caption.medipuls-subtitle.white {
    color: #fff;
}
.home-2 .dentist {
    background-color: transparent;
    border-color: rgb(64, 77, 95);
    border-style: none;
    border-width: 0;
    color: #000000 !important;
    font-size: 22px;
    line-height: 20px;
    text-decoration: none;
}
.medipuls-title-center, .medipuls-title-center {
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    border-style: none;
    border-width: 0;
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.tp-caption.medipuls-title-center span {
    color: #00cccc;
}

/*06. Services-area css*/
section .services-area {
  padding: 40px 0;
  position: relative;
}
.services-area .section-heading h3, .section-heading h3 {
	color: #163f7a;
	/*font-size: 40px;*/
	font-size: 30px;
	line-height: normal;
    margin-bottom: 55px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
    z-index: 9;
	font-family: BrandonGrotesqueBold, 'Roboto', sans-serif;
}
.services-area .section-heading p {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}
.section-heading p::after {
    background: #00cccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 30px auto 30px;
    width: 50px;
}
.feature-box i {
    color: #00cccc;
    display: inline-block;
    font-size: 36px;
    height: 36px;
    text-align: center;
    width: 36px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.feature-box:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.feature-box h3 {
    color: #1f1f1f;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 20px 0;
}

/*07. Appoitment-adderss-area css*/
.appoitment-address-area {
    background-color: #fafafa;
    padding: 80px 0 0;
    border-top: 1px solid #eee;
}
.section-mar {
    margin-top: 40px;
}
.app-header {
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
}
.app-header::before {
    background: #00cccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    width: 3px;
}
.app-header> h3 {
    color: #1f1f1f;
    font-size: 38px;
    line-height: 38px;
    text-transform: uppercase;
}
.app-header> p {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.appointment-form select, .appointment-form input[type="text"], .appointment-form input[type="email"] {
    height: 50px;
}
.appointment-form select, .appointment-form textarea, .appointment-form input[type="text"], .appointment-form input[type="email"] {
    border-radius: 0;
    box-shadow: none !important;
    width: 100%;
}
.btn-appointment {
    background-color: #999;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #fff;
    font-size: 16px !important;
    padding: 7px 24px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.btn-appointment:hover {
    background: #404d5f none repeat scroll 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: #fff;
}

/*08. Portfolio-area css*/
.portfolio-area .section-heading h3 {
    color: #1f1f1f;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.portfolio-area .section-heading p {
    display: inline-block;
    font-size: 16px;
    margin: 0;
}
.portfolio-area {
    padding: 80px 0 0;
}
.portfolio-nav {
    margin: 0 0 20px;
}
.portfolio-nav li {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 4px 12px;
}
.portfolio-nav li:hover, .portfolio-nav li.active {
    background: #00cccc none repeat scroll 0 0;
    border-color: #00cccc;
    color: #fff;
}
.col4 {
    width: 25%;
    float: left;
}
.portfolio-masonry-item {
    overflow: hidden;
    position: relative;
}
.portfolio-overley {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio-overley img {
    opacity: 0;
    position: relative;
}
a:hover, a:focus {
    color: #e3383d;
    text-decoration: none;
}
.portfolio-masonry-item:hover .portfolio-overley {
    opacity: 1
}
.portfolio-item-zoom {
    display: block;
    font-size: 25px;
    color: #e3383d;
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    line-height: 66px;
    text-align: center;
   /* border: 2px solid #fff;*/
    margin: -36px 0 0 -36px;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio-overley:hover .portfolio-item-zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.portfolio-item-zoom:hover {
    color: #e3383d;
}
.content {
    bottom: 20px;
    color: #fff;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.portfolio-masonry-item:hover .content {
    left: 30px;
}
.content a {
    color: #00cccc;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.content:hover a {
    color: #fff;
}

.portfolio-masonry-item col4 {
    width: 25%;
    float: left;
}

/*09. Call-area css*/
.call-area {
    background-color: #00cccc;
    color: #fff;
    padding: 30px 0;
}
.phone > h3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 45px;
}
.call-content> p {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.btn-call {
    display: inline-block;
    margin: 18px 0 0;
}
.btn-call> a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    padding: 16px 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-call>:hover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: #404d5f;
}

/*10. Doctors team css*/
.doctors-address-area {
    padding: 80px 0;
}
.team-membar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.team-membar:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.team-img {
    overflow: hidden;
}
.team-info {
    padding: 20px 20px 0;
}
.team-info h4 {
    color: #1f1f1f;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 10px;
}
.team-info h4:hover {
    color: #00cccc;
}
.team-text {
    border-bottom: 1px solid #e7e7e7;
    line-height: 22px;
    padding: 10px 20px 20px;
}
.team-social-icons> ul {
    margin: 0 0 0 20px;
}
.team-social-icons li {
    display: inline-block;
    list-style: outside none none;
    margin: 20px 5px 20px 0;
    padding: 0;
}
.team-social-icons i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #8c9195;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 7px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.team-social-icons i:hover {
    background: #00cccc none repeat scroll 0 0;
    color: #fff;
}

/*11. Testimonials-area css*/
.testimonials-area {
    background-image: url(../images/background/test-bg.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}
.testimonial-details {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.test-img> img {
    border-radius: 50%;
}
.test-img {
    margin-bottom: 10px;
}
.testimonials-area .section-heading> h3 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.testimonials-area .section-heading> p {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.testimonial-details> p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 40px;
    width: 40px;
    line-height: 33px;
    margin: 5px 3px 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #00cccc none repeat scroll 0 0;
    border: 2px solid #00cccc;
}

/*12. Blog-area*/
.latest-blog-area {
    padding: 80px 0 60px;
}
.latest-blog-area .section-heading> h3 {
    color: #1f1f1f;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.latest-blog-area .section-heading> p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block;
}
.blog-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    overflow: hidden;
    margin-bottom: 30px
}
.blog-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.pad20 {
    padding: 0 0 20px;
}
.blog-left {
    float: left;
    padding: 10px;
}
.blog-left img {
    border: 1px solid #f5f5f5;
    display: block;
}
.media-body h4 {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.media-body h4:hover {
    color: #00cccc
}
.meta {
    color: #444;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
}
.meta> span {
    margin-right: 6px;
}
.meta i {
    color: #00cccc;
    padding: 0 2px;
}
.meta a {
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.introtext {
    font-size: 13px;
}
.meta a:hover {
    color: #00cccc
}
.introtext> p {
    margin: 0 0 10px;
}
.introtext> a {
    color: #1f1f1f;
    margin-right: 10px;
}
.introtext> a:hover {
    color: #00cccc;
}
.media-body {
    padding-right: 10px;
}

/*20. Footer-area*/
.footer-area {
  background-color: #fff;
  color: #666;
  padding: 10px 0;
}
.full-content {
    padding: 40px 0;
}
.custom> p {
    line-height: 24px;
    margin-bottom: 10px;
}
.footer-social {
    margin-top: 10px;
}
.footer-social li {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
}
.footer-social a {
    background: #666 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    width: 30px;
}
.footer-social ul li a:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: #1f1f1f;
}
.f-title> h3 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-area .f-title > h3 span:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #333;
    width: 200px;
    right: 111%;
    top: 11px;
}
.footer-area .f-title > h3 span:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #333;
    width: 200px;
    left: 111%;
    top: 11px;
}

.footer-area .f-title > h3 span
{
	position: relative;
}
.footer-area .f-title > h3 {
    font-family: BrandonGrotesqueBold, 'Roboto', sans-serif;
    margin-top: 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.f-gallery img {
    border: 2px solid #eeeeee;
    float: left;
    margin: 5px;
    width: 25%;
}
.quick-links li {
    line-height: 24px;
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #ccc;
    font-weight: bold;
}
.quick-links a {
    color: #333;
    display: block;
    padding: 0px 0 1px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.width50 > li {
  float: left;
  width: 50%;
}
.footer-area .full-content {
  padding: 20px 0;
}
.quick-links a:hover {
    color: #e3383d;
}
.f-address> p {
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    padding:0 10px 0 35px;
    width: 33.33%;
    float: left;margin-bottom: 20px;
}
.f-address i {
    color: #e3383d;
    margin-right: 2px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e3383d;
    padding: 6px;
    border-radius: 100%;
    text-align: center;
}

/*14. Copy-right-area css*/
.copy-right-area {
	background-color: #16407b;
	border-top: 1px solid #333;
	font-size: 12px;
	padding: 8px 0 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.copy-text> p {
    margin-bottom: 10px;
    color: #fff;
}
.item-nav {
    float: right;
}
.item-nav li {
    display: inline-block;
}
.item-nav a {
    color: #fff;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.item-nav a:hover {
    color: #00cccc;
}

/*15. Blog-full-width css*/
.blog-full-area {
    background: #f6f6f6 url("http://sitetemplate.demo.ithemeslab.com/") no-repeat scroll 50% 30% / cover;
    border: 1px solid #eeeeee;
    color: #888;
    padding: 40px 0;
}
.head-content h2 {
    color: #1f1f1f;
    font-size: 30px;
    margin: 0;
    text-transform: capitalize;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #1f1f1f;
    float: right;
    list-style: outside none none;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	margin-top:-26px;
    text-transform: capitalize;
}
.breadcrumb> .active {
    color: #1f1f1f;
}
.breadcrumb> li {
    display: inline-block;
}
.breadcrumb> .active+ li::before {
    content: "";
    padding: 0;
}
.breadcrumb a {
    color: #00cccc;
}
.breadcrumb li a:hover {
    color: #1f1f1f;
}
.banner-area {
    padding: 40px 0;
}
.t3-content {
    margin: 0 0 16px;
    padding: 4px;
}
.banner-img {
    margin: 0 0 8px;
}
.catitemBody {
    padding: 8px 0;
}
.cat-item-date {
    float: left;
    margin-right: 20px;
}
.blog-date {
    background: #00cccc none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 7px 0;
    text-align: center;
    width: 50px;
}
.blog-icon {
    background: #f6f6f6 none repeat scroll 0 0;
    display: block;
    padding: 10px;
    text-align: center;
}
.date {
    font-size: 24px;
}
.blog-icon i {
    color: #ddd;
    font-size: 24px;
}
.cart-item-content> h3 {
    float: left;
    line-height: 20px;
    margin-top: 0;
}
.cart-item-content h3 a {
    color: #2f383d;
    font-size: 20px;
    text-transform: uppercase;
}
.cart-item-content h3 a:hover {
    color: #00cccc
}
.cart-item-content {
    margin-left: 70px;
}
.cart-item-content> p {
    float: left;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 4px 0 12px;
}
.metaInfo {
    float: left;
    font-size: 12px;
    width: 80%;
}
.item-tags {
    float: left;
    margin-right: 30px;
}
.item-tags i {
    color: #00cccc;
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}
.item-tags> ul {
    padding: 0 0 0 24px;
}
.item-tags li {
    float: left;
    padding: 0 5px;
}
.item-tags a {
    color: #888;
}
.item-tags a:hover {
    color: #00cccc
}
.read-more {
    float: right;
}
.read-more> a {
    color: #00cccc;
}
.read-more a:hover, .item-cate> a:hover, .item-tags-block a:hover, .back-top a:hover, .itemauthorurl a:hover, .itemauthor a:hover {
    color: #007f80
}
.border, .single-bor {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.single-bor {
    margin: 0;
    padding: 0;
}
.k2pagination {
    color: #999;
    margin: 24px 0 4px;
    padding: 8px;
    text-align: center;
}
.pagination {
    float: left;
}
.pagination> li> a, .pagination> li> span {
    color: #00cccc;
}
.pagination> .active> a, .pagination> .active> span, .pagination> .active> a:hover, .pagination> .active> span:hover, .pagination> .active> a:focus, .pagination> .active> span:focus {
    background-color: #00cccc;
    border-color: #00cccc;
}

/*16. Blog-left-sidebar-area css*/
.sidebar {
    margin-bottom: 40px;
}
.left-sidebar {
    padding: 40px 0;
}
.title> h3 {
    border-bottom: 1px solid #ddd;
    color: #1f1f1f;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.single-categories li {
    padding: 5px 0;
}
.single-categories a {
    color: #888;
    text-transform: capitalize;
}
.single-categories a:hover {
    color: #00cccc
}
.single-categories a::before {
    content: "";
    font-family: fontawesome;
    margin-right: 10px;
}
.single-cat {
    padding: 8px 0;
}
.single-cat li {
    float: left;
}
.single-cat a {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #888;
    display: block;
    margin: 0 3px 6px;
    padding: 5px 10px;
}
.single-cat a:hover {
    background: #00cccc none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
}

/*17. Blog-single css*/
.blog-single-area {
    margin-top: 24px;
}
.item-meta {
    margin-right: 15px;
}
.itemtitle {
    color: #2f383d;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.itemauthor> a {
    color: #00cccc;
}
.item-full-text {
    padding: 8px 0;
}
.item-content {
    color: #999;
    display: block;
    padding: 4px;
    text-align: right;
}
.item-links {
    margin: 16px 0;
}
.item-cate {
    padding: 4px;
}
.item-cate> span, .item-tags-block> span, .itemauthorurl {
    color: #555;
    font-weight: 700;
    padding: 0 4px 0 0;
}
.itemauthorurl {
    border-right: 1px solid #ccc;
    margin: 0 4px 0 0;
    padding: 0 8px 0 0
}
.item-cate> a {
    color: #00cccc;
}
.item-tags-block {
    border-bottom: 1px dotted #ccc;
    padding: 4px;
}
.item-tags-block li {
    display: inline-block;
}
.item-tags-block a {
    color: #00cccc;
}
.itemauthorblock {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin: 40px 0 16px;
    padding: 8px;
}
.itemauthorblock> img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: block;
    float: left;
    margin: 0 8px 0 0;
    padding: 4px;
}
.itemauthordetails {
    margin: 0;
    padding: 4px 0 0;
}
.itemauthordetails a {
    color: #2f383d;
}
.itemauthordetails> p {
    margin-bottom: 2px;
}
.itemauthorurl> a {
    color: #00cccc;
    font-weight: normal;
}
.back-top {
    text-align: right;
    text-decoration: underline;
}
.back-top a {
    color: #00cccc;
    padding-right: 104px;
}
.blog-single{
    padding: 0
}
/*18. Home-dentist css*/
.medipuls-dental-clinic-area {
    padding: 80px 0;
}
.home-dentist {
    padding: 80px 0 90px;
}
.mar30 {
    margin: 30px 0 0;
}
.padl0 {
  padding-left: 0;
}
.medical-quality {
  margin-top: 30px;
}
.quality-text > p {
  margin: 0;
}
.home-dentist .owl-buttons {
    margin: 40px 0 0;
}
.home-dentist .owl-theme .owl-controls .owl-buttons div {
    background: #869791 none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 27px;
    height: 40px;
    line-height: 40px;
    margin: 5px 3px 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.home-dentist .owl-theme .owl-controls .owl-buttons div:hover{
    background: #00cccc none repeat scroll 0 0;
    color: #fff;
}
.quality-text h3 {
    color: #1f1f1f;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/*home-boxed css*/
.boxed {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    max-width: 1170px;
}
.boxed .header{
margin: 0 auto;
    max-width: 1170px;	
}
.boxed .dropdown-menu {
    right: 100px;
    left: -100px;
}

/*19. About-page1*/
.about-bannar-area {
    background: #f6f6f6 url("../images/background/parallax-6.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;
}
.our-philosophy-area {
    padding: 80px 0;
}
.our-philosophy-area .app-header> h3 {
    margin-bottom: 30px;
    margin-top: 0;
}
.our-philosophy-area .addont-content> p {
    line-height: 19px;
    margin: 0;
}
.panel-title {
    text-transform: uppercase;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-default> .panel-heading.active {
    background: #00cccc none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
}
.about-mission-area {
    padding: 80px 0;
}
/*about-page2*/
.about-bannar-area2{
    background: #f6f6f6 url("../images/background/parallax-8.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;    
}
/*about-mission-area*/
.about-mission-area .app-header> h3 {
    margin: 0 0 30px;
}

/*accordin-area css*/
.panel-heading {
    padding: 0;
}
.panel-title a, .panel-title a:focus {
    background-color: #00cccc;
    color: #fff;
    border: 0;
}
.panel-title a.collapsed, .panel-title a.collapsed:focus {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #000000;
}
.panel-title a, .panel-title a:focus {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 14px 60px 14px 22px;
    border: 1px solid #dddddd;
    background-color: #00cccc;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*about-page2 css*/
.our-philosophy-area .pad-lf:before {
    display: none;
}
.before.app-header {
    padding: 0;
}
.countar-area {
    background: rgba(0, 0, 0, 0) url("../images/background/parallax-3.jpg") no-repeat fixed 50% 50% / cover;
    padding: 20px 0;
}
.pharmaStat .about-counter::before {
  content: "\f067";
  display: block;
  font-family: fontawesome;
  font-size: 38px;
  height: 100%;
  position: absolute;
  right: -26px;
  width: 10px;
}

.countar-area .about-counter {
    color: #163f7a;
    font-size: 48px;
    font-weight: 400;
    margin: 0;
	position: relative;
	display: inline-block;
}
.countar-area .single-counter > p {
	color: #163f7a;
	font-size: 13px;
	margin-bottom: 0;
	text-transform: capitalize;
	line-height: normal;
}
/*service-page1 css*/
.service {
    padding: 140px 0;
    background: #f6f6f6 url("../images/background/parallax-1.jpg") no-repeat scroll 50% 30% / cover;
}
.service-quality-area {
    padding: 80px 0;
    background: #f6f6f6 url("../images/background/parallax-4.jpg") no-repeat scroll 50% 30% / cover;
}
.service-quality-area h3, .service-page2 .app-header h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 30px;
}
.bfore .app-header:before {
    display: none;
}
.service-quality-area p {
    color: #fff;
    line-height: 20px;
}
.fa-ul> li {
    color: #fff;
}
.owl-theme .owl-controls {
    position: relative !important;
}
.owl-buttons {
    display: block;
    padding-top: 25px;
}
.pad-lf {
    padding: 0;
}

/*service-page2 css*/
.service-page2 {
    background: #f6f6f6 url("../images/background/parallax-5.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;
}
.service-page-2 .app-header:before {
    display: none;
}
.service-page-2 .app-header h3 {
    color: #1f1f1f;
}
.counter-bg {
    background-color: #00cccc;
    padding: 80px 0;
}
.counter-bg .single-counter h3 {
    font-size: 60px
}
.counter-bg .about-counter, .single-counter> p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/*clinic-facilities-area*/
.clinic-facilities-area {
    background: #f6f6f6 url("../images/background/parallax-6.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;
}
.pharmacy-area {
    padding: 80px 0 0;
}
.Diagnostic {
    padding: 80px 0;
}

/*13. Pricing-page css*/
.pricing-area {
    background-color: #fafafa;
    padding: 80px 0;
}
.pricing-wrapper {
    border: 1px solid #ddd;
    float: left;
}
.pricing-content {
    float: left;
    padding-left: 15px;
}
.pricing-content> h3 {
    color: #1f1f1f;
    font-size: 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pricing-amount {
    color: #1f1f1f;
    float: right;
    font-size: 42px;
    font-weight: 700;
    margin-right: 15px;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pricign-hedding> h3 {
    color: #1f1f1f;
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.border-line::after {
    background: #00cccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 30px 0 20px;
    width: 50px;
}
.pricing-area p {
    font-size: 16px;
    margin: 0;
}
.pricing-wrapper:hover .pricing-content h3, .pricing-wrapper:hover .pricing-amount {
    color: #00cccc;
}
.pricing, .pricing1 {
    background-color: #fafafa;
    padding: 0 0 80px;
}

/*faq-page-area css*/
.faq-page-area {
    background-color: #fafafa;
    padding: 80px 0;
}

/*appointment-page css*/
.appointment-area {
    background: #f6f6f6 url("../images/background/parallax-7.jpg") no-repeat scroll 50% 30% / cover;
    padding: 40px 0;
}
.appoitments-area {
    padding: 80px 0 0;
}

/*doctors-3-column-area css*/
.doctors3-column-area {
    padding: 80px 0;
}
.doctors-column-area {
    background: #f6f6f6 url("../images/background/parallax-8.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;
}
.doctors3-column-area, .doctors4-column-area .app-header.text-right::after {
    background: #00cccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
}
.doctors3-column-area, .doctors4-column-area .app-header:before {
    display: none;
}
.doctors3-column-area, .doctors4-column-area .app-header {
    padding-right: 25px;
}

/*doctors4-column-area*/
.doctors4-column-area {
    padding: 80px 0;
}
.fs h3 {
    font-size: 28px;
    font-weight: 700
}

/*doctor-single-page css*/
.doctor-details h3 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0;
}
.doctor-details .app-header {
    margin: 0
}
.doctor-content> p {
    margin: 0;
}
.doctor-single-area {
    padding: 80px 0;
}
.doctor-single-content {
    padding: 0 0 80px;
}
.summary h3 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 0;
}
.sum-content> p {
    margin-bottom: 10px;
}
.font {
    font-size: 18pt;
}
.bold {
    font-weight: 700
}
.doctor-img{
    overflow: hidden;
}
.doctor-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.doctor-img img:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*departments-2-column-page css*/
.col12 {
    width: 50%;
    height: auto;
}
.depatments-2-column {
    background: #f6f6f6 url("../images/background/parallax-5.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;
}
.departments-2-column-area .section-heading h3 {
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px
}
.departments-2-column-area .section-heading p {
    margin: 0;
}
.departments-2-column-area {
    padding: 80px 0 0;
}
.col3 {
    width: 33.3%;
    height: auto;
}
.accordion {
    background: #f6f6f6 url("../images/background/parallax-1.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;
}

/*divider-page css*/
.divider-page {
    padding: 80px 0;
}
.divider-solid, .divider-dashed, .divider-dotted {
    border-bottom: 1px solid #00cccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.divider-dashed {
    border-bottom: 3px solid #00cccc;
}
.divider-dotted {
    border-bottom: 2px dashed #00cccc;
}
.divider-page p {
    margin: 0;
}
.divider-page h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}

/*dropcap css*/
.dropcap, .dropcap-square, .dropcap-circle, .dropcap-rounded {
    color: #00cccc;
    float: left;
    font-size: 40px;
    font-weight: 400;
    height: 60px;
    padding: 0 10px 0 16px;
    margin: 7px 10px 0 0;
    width: 60px;
    line-height: 60px;
}
.dropcap-square, .dropcap-circle, .dropcap-rounded {
    background: #00cccc none repeat scroll 0 0;
    color: #ffffff;
}
.dropcap-circle {
    border-radius: 50%;
}
.dropcap-rounded {
    border-radius: 4px;
}
.mart80 {
    margin-top: 80px;
}

/*alert-page-area css*/
.alert-page-area {
    padding: 80px 0;
}
.alert-page-area h3 {
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: uppercase
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.offline-page {
    padding: 80px 0;
}
/*02. Typography*/
.typography-area {
    padding: 80px 0;
}
.divider.dashed {
    border: 1px dashed #00cccc;
}
.typography-area h3 {
    font-size: 28px;
    font-weight: 700;
}
.typography-area span {
    color: #00cccc
}
.mb40 {
    margin-bottom: 40px;
}
.contact-us-area {
    padding: 140px 0
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding: 6px 12px;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus {
    border-color: #00cccc;
}
textarea {
    border: 1px solid #ccc;
    color: #888;
    height: 150px;
    overflow: auto;
    padding: 6px 12px;
    width: 100%;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-form textarea:focus {
    border: 1px solid #00cccc;
}
.marb30 {
    margin-bottom: 30px;
}
.btn-ctc {
    background: #2f383d none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 26px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-ctc:hover {
    background: #00cccc none repeat scroll 0 0;
    color: #ffffff;
}
.btn:hover, .btn:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.contact-us-area h3, .google-map-area h3 {
    color: #1f1f1f;
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 0;
}
.contact-us-area {
    padding: 0 0 80px;
}
.map-area, .google-map-area {
    padding: 80px 0;
}
#googleMap {
    height: 400px;
    width: 100%;
}

/*404 Page css*/
.info {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.info h1 {
    color: #00cccc;
    font-size: 140px;
    font-weight: 700;
}
.info h2 {
    font-size: 48px;
    margin: 40px 0 20px;
    text-transform: uppercase;
}
.pad200 {
    padding: 200px 0;
}
.contact-us-2 {
    padding: 40px 0;
}
.contact-us-1 {
    padding: 140px 0;
}
.parallax-bg {
    background-image: url(../images/error/error.jpg);
    background-repeat: no-repeat;
}
/*contact us-1*/
.contact-us-1,.contact-us-2 {
    background: #f6f6f6 url("../images/background/parallax-9.jpg") no-repeat scroll 50% 30% / cover;
    padding: 140px 0;
}
/*font-awesome css*/
.font-awesome-area {
    padding: 80px 0;
}
.font-awesome-area a i {
    color: #00cccc;
}
h2.font-style {
    color: #00cccc;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.font-awesome-area a {
    color: #707d82;
    display: block;
    padding-bottom: 8px;
}
.page-header {
    border-bottom: 1px solid #eee;
    color: #1f1f1f;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 20px
}

/*tab-page css*/
.tab-area, .tab-bg {
    padding: 80px 0;
}
.tab-area .section-heading> h3 {
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
}
/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #00cccc !important;
    color: #fff;
    border-color: transparent !important;
}*/
.tab-content>.active {
    padding-top: 0;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs>li>a:hover{border-color:transparent;}
/*scrollup css*/
#scrollUp {
    background-color: #666;
    bottom: 15px;
    color: #fff;
    font-size: 2em;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#scrollUp:hover {
    background-color: #000;
}

/*datepicker css*/
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width:213px;
  background:#fff;
}

.dow {
    border-top: 1px solid #ddd !important;
  }
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #00cccc );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#00cccc ));
  background-image: -webkit-linear-gradient(top, #00cccc , #00cccc );
  background-image: -o-linear-gradient(top, #00cccc , #00cccc );
  background-image: linear-gradient(to bottom, #00cccc , #00cccc );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color:#00cccc  #00cccc  #00cccc ;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00cccc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #00cccc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #00cccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#00cccc));
  background-image: -webkit-linear-gradient(top, #0088cc, #00cccc);
  background-image: -o-linear-gradient(top, #0088cc, #00cccc);
  background-image: linear-gradient(to bottom, #0088cc, #00cccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #00cccc #00cccc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00cccc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #00cccc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.copy-right-area p a:hover{
    color: #fff   
}


.supernova .form-all, .form-all{background-color: transparent !imporatnt;}


.capbox-inner input[type="text"]{color:#000 !important; font-weight:700 !important;}

.bioran-gel-img{width: 100px;
    overflow: hidden;
    padding: 5px;
    display: block;
    margin: 0 auto;}


    .banner1{background-image:url(../images/slider/slider6.jpg)}
    /* .banner2{background-image:url(../images/slider/Rusan-website-banner-1.jpg)} */
    .banner2{background-image:url(../images/slider/Rusan-Banner-1.jpg)}
    .banner3{background-image:url(../images/slider/Rusan-website-banner-2.jpg)}
    .banner4{background-image:url(../images/slider/slider2.jpg)}
    .banner5{background-image:url(../images/slider/Rusan-website-banner-3.jpg)}
    .banner6{background-image:url(../images/slider/Rusan-website-banner-4.jpg)}
    .banner7{background-image:url(../images/slider/slider-8-new.jpg)}

/* .banner1{background-image:url(../images/slider/slider6.jpg)}
.banner2{background-image:url(../images/slider/slider3.jpg)}
.banner3{background-image:url(../images/slider/slider1.jpg)}
.banner4{background-image:url(../images/slider/slider2.jpg)}
.banner5{background-image:url(../images/slider/slider4.jpg)}
.banner6{background-image:url(../images/slider/slider5.jpg)}
.banner7{background-image:url(../images/slider/slider-8.jpg)} */




/*Jotform custome styling*/

.jotformwrap {
    background-color: #0d2f61;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0 0px;

}

.customedesign {
    background: transparent !important;
    box-shadow: none !important;
    max-width: 1140px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.customedesign .page-section {
    align-items: center;flex-wrap: wrap;
}

.customedesign .page-section li {
    width: 24% !important;
    margin-top: 0px !important;
}

.customedesign .page-section li input, .customedesign .page-section li textarea {
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
}

.customedesign .page-section li.form-line:not(.form-line-column) .form-input-wide[data-layout=half] {
    width: 100%;
}

.customedesign .page-section .form-line {
    padding: 0px 10px;
    margin: 0px;
    border-radius: 3px;
    position: relative;
    width: 100%;
    transition: background-color .15s;
}

.customedesign .page-section textarea {
    /* border: 1px solid #ccc; */
    color: #888;
    height: 38px;
    overflow: auto;
    padding: 6px 12px;
    width: 100%;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.customedesign .page-section .form-buttons-wrapper{border:none !important;}


.customedesign .form-line-error {
    background: transparent;
}

.customedesign .formFooter-button, .submit-button {
    background-color: #999999;
    border-color: #999999;
    color: #fff;
}

.jothed h2{color: #fff;
    font-size: 22px;
    padding: 10px;
    text-align: center;display: block;margin: 0 auto;text-align: center;}

.captchastyle{width: auto !important;}

.form-buttons-auto{    display: block !important;
    margin: 0 auto !important;}

.submit-button,.submit-button:hover{    background-color: #999999 !important;
    border-color: #999999 !important;
    color: #fff;}

.jotFormIframe {
    width: 100%;
    height: 250px;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.jotFormIframe body{background-color: transparent !important;}

.footer-section .jotformwrap {
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
}

.contactjot .jotFormIframe {
        height: 360px;
}

.careerjotwrap .jotFormIframe {
    height: 622px;
}
#mt-5{
    margin-top: 50px;
}
/*    .colorstrip{display: none !important; }*/

/* Custome Classes */

.fs-29{
    font-size: 29px !important;
}
.fs-28{
    font-size: 28px !important;
}
.fs-27{
    font-size: 27px !important;
}
.fs-26{
    font-size: 26px !important;
}
.fs-25{
    font-size: 25px !important;
}

.fs-13{
    font-size: 13px;
  }
  .fs-14{
    font-size: 14px !important;
  }
  .fs-15{
    font-size: 15px;
  }
  .fs-16{
    font-size: 16px;
  }
  .fs-17{
    font-size: 17px !important;
  }
  .fs-18{
    font-size: 18px !important;
  }
  .fs-19{
    font-size: 19px !important;
  }
  .fs-20{
    font-size: 20px !important;
  }
  .fs-21{
    font-size: 21px !important;
  }

  .fs-12{
    font-size: 12px !important;
  }

  .fs-30{
    font-size: 30px !important;
  }
  .mb-0{
    margin-bottom: 0px !important;
  }
  .mt-0{
    margin-top: 0px !important;
  }
  .mt-5{
    margin-top: 50px !important;
  }
  .mt-2{
    margin-top: 8px !important;
  }
  .mt-4{
    margin-top: 20px;
  }
  .mt-3{
    margin-top: 10px;
  }
  .mt-5{
    margin-top: 30px;
  }
  .mt-6{
    margin-top: 60px;
  }
  .mt-7{
    margin-top: 70px;
  }
  .mt-8{
    margin-top: 80px;
  }
  .mt-9{
    margin-top: 90px;
  }
  .mt-10{
    margin-top: 100px;
  }

  .w-30{
    width: 30% !important;
  }
  .w-25{
    width: 25% !important;
  }
  .w-50{
    width: 50% !important;
  }
  .w-75{
    width: 75% !important;
}
.w-90{
      width: 90% !important;

  }
.w-95{
      width: 95% !important;

  }
  .w-100{
    width: 100% !important;
  }
  .p-0{
    padding: 0px !important;
  }
  .p-1{
    padding: 10px !important;
  }
  .p-2{
    padding: 20px !important;
  }
  .p-3{
    padding: 30px !important;
  }
  .p-4{
    padding: 40px !important;
  }
  .p-5{
    padding: 50px !important;
  }
  .pb-5{
    padding-bottom: 0px !important;
  }
  .pt-0{
    padding-top: 0px !important;
  }
  .pl-0{
    padding-left: 0px !important;
  }
  .pr-0{
    padding-right: 0px !important;
  }
  .pt-05{
    padding-top: 5px !important;
  }
  .pt-1{
    padding-top: 10px;
  }
  .pt-2{
    padding-top: 20px;
  }
  .pt-3{
    padding-top: 30px;
  }
  .pt-4{
    padding-top: 40px;
  }
  .pt-5{
    padding-top: 50px;
  }
  .pl-1{
    padding-left: 8px;
  }
  .pl-2{
    padding-left: 20px;
  }
  .pl-3{
    padding-left: 30px;
  }
  .pl-4{
    padding-left: 40px;
  }
  .pl-5{
    padding-left: 50px;
  }
  .pr-1{
    padding-right: 10px;
  }
  .pr-2{
    padding-right: 20px;
  }
  .pr-3{
    padding-right: 30px;
  }
  .pr-4{
    padding-right: 40px;
  }
  .pr-5{
    padding-right: 50px;
  }
  .pb-1{
    padding-bottom: 10px;
  }
  .pb-2{
    padding-bottom: 20px;
  }
  .pb-3{
    padding-bottom: 30px;
  }
  .pb-4{
    padding-bottom: 40px;
  }
  .pb-5{
    padding-bottom: 50px;
  }
  
  .ml-0{
    margin-left: 0px  !important;
  }
  .mr-0{
    margin-right: 0px !important;
  }
  .mt-1{
    margin-top: 10px !important;
  }
  .mt-2{
    margin-top: 20px !important;
  }
  .mt-3{
    margin-top: 30px !important;
  }
  /* .mt-4{
    margin-top: 40px !important;
  } */
  .mt-5{
    margin-top: 50px !important;
  }
  .ml-1{
    margin-left: 8px !important;
  }
  .ml-2{
    margin-left: 20px !important;
  }
  .ml-3{
    margin-left: 30px;
  }
  .ml-4{
    margin-left: 40px !important;
  }
  .ml-5{
    margin-left: 50px !important;
  }
  .mr-1{
    margin-right: 10px !important;
  }
  .mr-2{
    margin-right: 20px !important;
  }
  .mr-3{
    margin-right: 30px !important;
  }
  .mr-4{
    margin-right: 40px;
  }
  .mr-5{
    margin-right: 50px !important;
  }
  .mb-05{
    margin-bottom: 5px !important;
  }
  .mb-1{
    margin-bottom: 10px !important;
  }
  .mb-2{
    margin-bottom: 20px !important;
  }
  .mb-3{
    margin-bottom: 30px !important;
  }
  .mb-4{
    margin-bottom: 40px;
  }
  .mb-5{
    margin-bottom: 50px !important;
  }
  .ml-minus-8{
    margin-left: -8px !important;
  }
  
  .m-auto{
    margin: auto !important;
  }
  
  .color-bl{
    color: black !important;
  }
  .color-light-bl{
    color: #5d5d5d !important;
  }
  .plr-5{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  .d-block{
    display: block !important;
  }  

  .d-flex{
      display: flex !important;
  }

  .lh-10{
      line-height: 10px !important;
  }
  .lh-11{
      line-height: 11px !important;
  }
  .lh-12{
      line-height: 12px !important;
  }
  .lh-13{
      line-height: 13px !important;
  }
  .lh-14{
      line-height: 14px !important;
  }
  .lh-15{
      line-height: 15px !important;
  }


.tab-content.bgparaImageHeight {
    height: 300px !important;
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 5%) !important;
}