/****************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;
}

/* Template default CSS  */

html, body {
    height: 100%;
}
.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 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: '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: #3dc100
}
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: #888888;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

}
::-moz-selection {
    background: #3dc100;
	color:#fff;
    text-shadow: none;
}
::selection {
    background: #3dc100;
	color:#fff;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.main-container {
    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: #3dc100
}
.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: #3dc100;
}
.header-top-area {
    background: #3dc100 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    color: #fff;
    padding: 5px 0;
}
.custom {
    display: inline-block;
    float: right;
}
.mar {
    margin-right: 10px;
}
.top-address, .top-phone, .top-make-right {
    display: inline-block;
}
.top-address, .top-phone {
    color: #fff;
    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 11px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.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;
}
.navbar-brand {
    float: none;
    padding: 0;
}
.logo {
    padding: 17px 0;
    text-align: left;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-nav> li> a {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -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: #3dc100 none repeat scroll 0 0;
    width: 100%;
}
.navbar-nav> li> a {
    padding-bottom: 40px;
    padding-top: 40px;
}
.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: #3dc100;
}
.navbar-nav> li> a:hover, .navbar-nav> li.active> a {
    background-color: transparent !important;
    color: #3dc100;
    text-decoration: none;
}
.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 #3dc100;
}
.dropdown.open> a {
    color: #3dc100;
    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 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 99;
}
.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: #3dc100 none repeat scroll 0 0;
    border: 2px solid #3dc100;
    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: #333333;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.tp-caption.medipuls-title span {
    color: #3dc100;
}
.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: #333333;
    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: #333333 !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: #333333;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.tp-caption.medipuls-title-center span {
    color: #3dc100;
}

/*06. Services-area css*/
.services-area {
    padding: 80px 0;
}
.services-area .section-heading h3 {
    color: #1f1f1f;
    font-size: 38px;
    line-height: 38px;
    text-transform: uppercase;
}
.services-area .section-heading p {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}
.section-heading p::after {
    background: #3dc100 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 30px auto 30px;
    width: 50px;
}
.feature-box i {
    color: #3dc100;
    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: #3dc100 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: #ff6900 none repeat scroll 0 0;
    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: 12px 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: #045cca 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: #3dc100 none repeat scroll 0 0;
    border-color: #3dc100;
    color: #fff;
}
.col4 {
    width: 25%;
    float: left;
}
.portfolio-masonry-item {
    overflow: hidden;
    position: relative;
}
.portfolio-overley {
    background-color: rgba(32, 32, 32, 0.95);
    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: #3dc100;
    text-decoration: none;
}
.portfolio-masonry-item:hover .portfolio-overley {
    opacity: 1
}
.portfolio-item-zoom {
    display: block;
    font-size: 50px;
    color: #3dc100;
    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: #fff;
}
.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: #3dc100;
    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: #3dc100;
    color: #fff;
    padding: 30px 0;
}
.phone> h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
}
.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: #ff6801 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;
}

/*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: #3dc100;
}
.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: #3dc100 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: #3dc100 none repeat scroll 0 0;
    border: 2px solid #3dc100;
}

/*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: #3dc100
}
.meta {
    color: #444;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
}
.meta> span {
    margin-right: 6px;
}
.meta i {
    color: #3dc100;
    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: #3dc100
}
.introtext> p {
    margin: 0 0 10px;
}
.introtext> a {
    color: #1f1f1f;
    margin-right: 10px;
}
.introtext> a:hover {
    color: #3dc100;
}
.media-body {
    padding-right: 10px;
}

/*20. Footer-area*/
.footer-area {
    background: #222222 none repeat scroll 0 0;
    color: #bababa;
    padding: 40px 0;
}
.full-content {
    padding: 40px 0;
}
.custom> p {
    line-height: 24px;
    margin-bottom: 10px;
}
.footer-social {
    margin-top: 20px;
}
.footer-social li {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
}
.footer-social a {
    background: #888 none repeat scroll 0 0;
    border-radius: 50%;
    color: #1f1f1f;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    width: 30px;
}
.footer-social ul li a:hover {
    background: #ff6702 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;
}
.f-title> h3 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.f-gallery img {
    border: 2px solid #eeeeee;
    float: left;
    margin: 5px;
    width: 25%;
}
.quick-links li {
    line-height: 24px;
}
.quick-links a {
    color: #bababa;
    display: block;
    padding: 5px 15px 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.quick-links a:hover {
    color: #fff;
}
.f-address> p {
    line-height: 24px;
    margin-bottom: 10px;
}
.f-address i {
    color: #3dc100;
    margin-right: 2px;
}

/*14. Copy-right-area css*/
.copy-right-area {
    background: #111 none repeat scroll 0 0;
    border-top: 1px solid #333;
    font-size: 12px;
    padding: 40px 0 30px;
}
.copy-text> p {
    margin-bottom: 10px;
    color: #bababa;
}
.item-nav {
    float: right;
}
.item-nav li {
    display: inline-block;
}
.item-nav a {
    color: #bababa;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.item-nav a:hover {
    color: #3dc100;
}

/*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: #3dc100;
}
.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: #3dc100 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: #3dc100
}
.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: #3dc100;
    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: #3dc100
}
.read-more {
    float: right;
}
.read-more> a {
    color: #3dc100;
}
.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: #3dc100;
}
.pagination> .active> a, .pagination> .active> span, .pagination> .active> a:hover, .pagination> .active> span:hover, .pagination> .active> a:focus, .pagination> .active> span:focus {
    background-color: #3dc100;
    border-color: #3dc100;
}

/*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: #3dc100
}
.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: #3dc100 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: #3dc100;
}
.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: #3dc100;
}
.item-tags-block {
    border-bottom: 1px dotted #ccc;
    padding: 4px;
}
.item-tags-block li {
    display: inline-block;
}
.item-tags-block a {
    color: #3dc100;
}
.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: #3dc100;
    font-weight: normal;
}
.back-top {
    text-align: right;
    text-decoration: underline;
}
.back-top a {
    color: #3dc100;
    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: #3dc100 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: #3dc100 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: #3dc100;
    color: #fff;
    border: 0;
}
.panel-title a.collapsed, .panel-title a.collapsed:focus {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #333333;
}
.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: #3dc100;
    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: 80px 0;
}
.countar-area .about-counter {
    color: #1f1f1f;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
}
.countar-area .single-counter> p {
    color: #1f1f1f;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
/*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: #3dc100;
    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: #3dc100 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: #3dc100;
}
.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: #3dc100 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 #3dc100;
    margin-bottom: 30px;
    margin-top: 30px;
}
.divider-dashed {
    border-bottom: 3px solid #3dc100;
}
.divider-dotted {
    border-bottom: 1px solid #ff6900;
}
.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: #3dc100;
    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: #3dc100 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 #3dc100;
}
.typography-area h3 {
    font-size: 28px;
    font-weight: 700;
}
.typography-area span {
    color: #3dc100
}
.mb40 {
    margin-bottom: 40px;
}
.contact-us-area {
    padding: 140px 0
}
.contact-form input[type="text"], 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: #3dc100;
}
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 #3dc100;
}
.marb30 {
    margin-bottom: 30px;
}
.btn-ctc {
    background: #ff6801 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: #045cca 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: #3dc100;
    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: #3dc100;
}
h2.font-style {
    color: #3dc100;
    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: #3dc100 !important;
    color: #fff;
    border-color: transparent !important;
}
.tab-content>.active {
    padding-top: 10px;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs>li>a:hover{border-color:transparent;}
/*scrollup css*/
#scrollUp {
    background-color: #3dc100;
    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, #3dc100 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#3dc100 ));
  background-image: -webkit-linear-gradient(top, #3dc100 , #3dc100 );
  background-image: -o-linear-gradient(top, #3dc100 , #3dc100 );
  background-image: linear-gradient(to bottom, #3dc100 , #3dc100 );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color:#3dc100  #3dc100  #3dc100 ;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3dc100;
  /* 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: #3dc100;
  *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, #3dc100);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#3dc100));
  background-image: -webkit-linear-gradient(top, #0088cc, #3dc100);
  background-image: -o-linear-gradient(top, #0088cc, #3dc100);
  background-image: linear-gradient(to bottom, #0088cc, #3dc100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #3dc100 #3dc100 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3dc100;
  /* 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: #3dc100;
  *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   
}