@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    font-family: Roboto, Helvathika, Arial, sans-serif;
    font-size: 14px;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: Poppins, Helvathika, Arial, sans-serif;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
.menu-fs {
    text-transform: uppercase;
}
h1,
h2,
h3 {
    color: #333333;
    font-weight: 600;
    letter-spacing: 1px;
}
h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
}
h3 {
    font-size: 20px;
    line-height: 30px;
}
.h3-bottom {
    margin-bottom: 10px;
}
p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 80px 0 80px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.link {
    color: #ff8758;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
}
.link-top {
    margin-top: 15px;
}
.btn-1 {
    background-color: #0B5A0B;
    border: 0;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.btn-1:hover {
    background-color: #222222;
}
.btn-ant:hover {
    background-color: #f3f3f3;
    color: #333333;
}
.btn-top {
    margin-top: 30px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.left-padding {
	padding-left: 10px;
}
.right-padding {
	padding-right: 10px;
}
.common-row-space {
    padding-bottom: 40px;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
iframe {
    border: 0px;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text p {
    color: #f3f3f3;
}
.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ls {
	font-size:18px; line-height:30px;
	
}
.content-ul {
	list-style:none;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.link {
    color: #FCB941;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.link a:hover {
    color: #333333;
}
.img-responsive {
    border-radius: 3px;
}
/*========================================== NAVIGATION START ===========================================*/
.fixed-header {
	border-radius:0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.menu-underline {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.menu-underline:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.menu-underline:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: #FCB941;
    transition: width -.5s ease;
}
.menu-underline:hover:before {
    width: 30%;
    background: #FCB941;
	left: 35%;
    transition: width .5s ease;
}
.menu-underline:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.navbar-default .navbar-nav > .active > .menu-underline:hover:before {
    width: 30%;
    background: #FCB941;
	left: 35%;
    transition: width .5s ease;
}
.navbar-default .navbar-nav > .active > .menu-underline:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
.menu-fs.active:not(.menu-underline) {
  
    background: transparent !important;
	
}
.navbar-nav > .menu-fs.active:not(.menu-underline) {
  
    background: transparent !important;
   
}
.menu-fs,
.menu-fs li {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.navbar {
    margin-bottom: 0;
	background: #fff !important;
}
.navbar-default .navbar-nav > li > a {
    color: #000 !important;
    background-color: transparent ;
    margin: 0 8px;
    padding: 15px 0 2px 0;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #005f01;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	border: 1px solid #0B580B;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
    color: #0B580B !important;
	background-color: transparent !important;
}
.navigation-tb {
    margin: 10px 0;
}
.nav > li {
    display: table;
}
.navbar-right {
    margin-right: 0;
	margin-top: 6px;
}
.fixed-header .navigation-tb {
	margin: 5px 0;
}
/*========================================== NAVIGATION END ===========================================*/

/*========================================== HEADER-1 START ===========================================*/


.header-bgimage {
    background-image: url("../../images/1500x980.jpg");
}

.header-video-bgimage {
	background-image: url("../../images/1500x990x1.jpg");
}

.header-slider1 {
    background-image: url("../../images/1500x990x2.jpg");
}
.header-slider2 {
    background-image: url("../../images/1500x990x3.jpg");
}
.header-slider3 {
    background-image: url("../../images/1500x990x4.jpg");
}

.header-section-slider-height {
    height: 600px;
}
.header-slider-sec {
	position: relative;
}

.header-section-space {
    padding: 340px 0 240px 0;
}
.header-head h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.header-head1 {
	font-family: 'Oswald', Helvathika, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
	margin-bottom: 10px !important;
    text-transform: uppercase;
}
.header-uline {
	border-bottom: 2px solid #FCB941;
	display: inline-block;
	margin: 0 auto;
	width: 70px;
}
.uline-left-padding {
	margin-left: 10px;
}
.header-head-bottom h1 {
	margin-bottom: 10px;
}

/* Slider Section */

.header-content-right {
	margin-left: auto;
}
.header-content-right,
.header-content-width {
	width: 90%;
}

/* Video Section */
.video-section-space {
	padding: 200px 0 200px 0;
}
.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}

/*========================================== HEADER-1 END ===========================================*/

/*========================================== ABOUT US START ===========================================*/

.intro-content {
    font-weight: 500;
}
.intro-bottom {
    margin-bottom: 40px;
}
.intro-underline-bottom {
    margin: 0 0 20px 0;
}

.title-uline {
	border-bottom: 1px solid #FCB941;
	display: inline-block;
	margin: 0 auto;
	width: 68%;
}
.seminar-padding {
	padding-left: 20px;
}

/*========================================== ABOUT US END ===========================================*/

/*========================================== OUR SERVICES START ===========================================*/

.services-padding {
	padding-left: 15px;
}

/*========================================== OUR SERVICES END ===========================================*/

/*========================================== OUR PROJECTS START ===========================================*/

.project-btn {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	position: relative;
	cursor: pointer;
}
.project-content {
	border: 1px solid #222222;
	padding: 20px 25px;
	margin-top: 15px;
}
.icon-arrow {
	font-size: 30px;
}
/*========================================== OUR PROJECTS END ===========================================*/

/*========================================== CTA START ===========================================*/

.cta-bgimage {
    background-image: url("../../images/1500x750.jpg");
}
.cta-section-space {
    padding: 190px 0 190px 0;
}
.cta-bottom {
	margin-bottom: 15px;
}

/*========================================== CTA END ===========================================*/

/*========================================== GALLERY START ===========================================*/

.gallery-fa {
    color: #FCB941;
    font-size: 30px;
}
.gallery-fa-pad-left {
    padding-left: 10px;
}
.ekko-lightbox-nav-overlay a {
    color: #FCB941;
}
.gallery-row-bottom {
    padding-bottom: 30px;
}
.list-style-none {
    list-style: none;
}
/*========================================== GALLERY END ===========================================*/

/*========================================== OUR PRICES START ===========================================*/

.price-head-bottom {
    margin-bottom: 20px;
}
.price-tag {
	color: #333333;
    font-size: 50px;
    font-weight: 600;
	line-height: 60px;
	margin: 0 auto;
	width: 80%;
}
.price-br {
    border: 1px solid #222222;
	padding-bottom: 30px;
    transition: 300ms ease-in;
}
.price-title {
	border-bottom: 1px solid #FCB941;
	border-top: 1px solid #FCB941;
	padding: 10px;
}
.price-inner-bg {
	background-color: #f6f6f6;
}
.price-list-bottom p {
    padding-bottom: 15px;
}
.price-list-bottom p:last-child {
    padding-bottom: 0;
}
.price-bottom {
	margin-top: 25px;
}
.price-content-bg {
	padding: 0 15px;
}
.price-title-bg {
	padding: 15px;
}
.price-image {
	border-radius: 50%;
}

.hvr-grow-shadow-price {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow-price:hover, .hvr-grow-shadow-price:focus, .hvr-grow-shadow-price:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
/*========================================== OUR PRICES END ===========================================*/

/*========================================== GET A QUOTE START ===========================================*/

.quote-bgimage {
    background-image: url("../../images/1500x750.jpg");
}
.quote-section-space {
    padding: 150px 0 150px 0;
}
.quote-bottom {
	margin-bottom: 20px;
}
.quote-bottom1 {
	margin-bottom: 30px;
}
.quote-bg {
	background-color: #ffffff;
	padding: 30px;
}
.quote-list {
	font-size: 16px;
}
.feedFormField1 {
	padding-left: 65px;
}
.feedFormField1 input {
	color: #333333;
}
.feedFormField {
	padding-left: 60px;
}
.feedFormField1,
.feedFormField {
	border: 1px solid #222222;
	height: 40px;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
.select-icon {
	background-color: #222222;
	color: #ffffff;
	position: absolute;
	font-size: 16px;
	height: 40px;
	padding: 13px;
	width: 40px;
}
/*.icon-bg {
	background-color: #222222;
	position: relative;
} */
.icon-bg:after {
	
}
label {
	color: #ff0000;
	padding-top: 5px;
}
.quote-bg *::-moz-placeholder {
	color: #333333;
	opacity: 1;
}
.quote-bg *::-webkit-input-placeholder {
	color: #333333 !important;
	opacity: 1;
}
/*========================================== GET A QUOTE END ===========================================*/

/*========================================== FAQ START ===========================================*/

.faq-br {
	border-bottom: 1px solid #FCB941;
	border-left: 4px solid #222222;
	border-right: 1px solid #FCB941;
	border-top: 1px solid #FCB941;
	cursor: pointer;
	font-weight: 500;
	padding: 10px 15px;
}
.faq-bottom.active p {
	border-left: 0;
	color: #ffffff;
}
.faq-bottom.active {
	border-left: 4px solid #FCB941 !important;
}
.faq-bottom.active,
.faq-br:active,
.faq-br:hover {
	background-color: #FCB941;
	border-left: 4px solid #FCB941;
	color: #ffffff;
}
.faq-content {
	border: 1px solid #222222;
	padding: 10px 15px;
	margin-top: 10px;
}
/*========================================== FAQ END ===========================================*/

/*========================================== OUR TEAM START ===========================================*/

.team-inner-bg {
	background-color: #222222;
	padding: 5px 5px;
}
.team-br {
	border-bottom: 2px solid #FCB941;
	margin: 0 auto;
	width: 80%;
}
.client-name {
	padding-bottom: 5px;
}
.client-design {
	font-weight: 500;
	padding-top: 5px;
}
.team-inner-bg:hover {
	background-color: #FCB941;
}
/*========================================== OUR TEAM END ===========================================*/

/*========================================== COUNTER START ===========================================*/

.counter-bgimage {
    background-image: url("../../images/1500x1400.jpg");
}
.counter-section-space {
    padding: 200px 0 200px 0;
}
.counter-head-bottom {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 15px;
}
/*========================================== COUNTER END ===========================================*/

/*========================================== OUR LATEST NEWS START ===========================================*/

.news-top {
	padding-left: 20px;
	position: absolute;
	top: 0;
}
.news-date {
    background-color: #FCB941;
	padding: 10px;
	width: 80px;
}
.news-image {
	position: relative;
}
.news-date h3 {
    color: #ffffff;
}
.news-bottom,
.news-br {
	margin-bottom: 5px;
}
.news-content {
	margin-top: 20px;
}
.news-content p {
	font-weight: 700;
}
.news-br {
    border-bottom: 1px solid #ffffff;
	width: 100%;
}
/*========================================== OUR LATEST NEWS END ===========================================*/

/*========================================== OUR TESTIMONIAL START ===========================================*/

.client-pad-left {
	padding-left: 15px;
	border-left: 2px solid #FCB941;
}
.client-image-left {
    float: left;
}
.testimonial-pad-left {
    padding-left: 145px;
}
.client-top1 {
	padding-top: 3px;
}
.client-top {
	padding-top: 10px;
}
.client-img {
	border-radius: 50%;
}
.client-name {
	color: #FCB941;
	font-weight: 500;
}
.client-design {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
}
.client-content {
	font-style: italic;
}
/*========================================== OUR TESTIMONIAL END ===========================================*/

/*========================================== CONTACT US START =========================================*/

.contact-heading-bottom {
    margin-bottom: 20px;
}
.follow-heading-bottom {
    margin-bottom: 20px;
}
.address-bg,
.contact-bg {
    background-color: #f6f6f6;
	border-radius: 3px;
	padding: 20px;
	min-height: 396px;
}
.footer-row-space {
    margin-bottom: 30px;
}
.footer-icon {
    list-style: none;
    display: inline-block;
}
.footer-lr-pad {
    padding-left: 10px;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.form-text {
    height: 40px;
}
.footer-br {
    border-bottom: 1px solid #cccccc;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.form-control::-moz-placeholder {
	color: #333333;
}
textarea.form-control {
	height: 40px;
}
.form-control {
	background-color: transparent !important;
	border: 1px solid #dddddd !important;
}
.contact-div label {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
}

.errorClass {
    border: 1px solid #ff0000 !important;
}
.form-success,
.form-failure {
    font-size: 14px;
    font-weight: 600;
}
.form-success {
    color: #006604;
}
.form-failure {
    color: #ff0000;
}
.submit-reset {
    margin: 0 0 0 auto;
    padding-top: 30px;
}
.submit-right-pad {
    padding-right: 20px;
}
.dis-inline {
	display: inline-flex;
}
.distab-footer {
	display: -webkit-box;
}
.form-error-top {
    padding-top: 10px;
}
.contact-add {
	color: #333333;
	font-size: 16px;
	line-height: 27px;
	text-transform: capitalize;
}
.phone-padding,
.address-padding {
	padding-bottom: 15px;
}
.address-padding {
	padding-left: 50px;
}
.phone-padding {
	padding-left: 40px;
}
.email-padding {
	padding-left: 70px;
}
.add-br {
	border-bottom: 1px solid #dddddd;
}
/*========================================== CONTACT US END ===========================================*/

/*========================================== FOOTER START ===========================================*/

.copyright-bg {
	background-color: #222222;
}
.copyright {
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer-bg {
    background-color: #333333;
}
.footer-content {
	padding-top: 10px;
}
.footer-list-content {
	padding-top: 15px;
}
.uline-footer-br {
	border-bottom: 1px solid #FCB941;
	width: 60%;
}
.footer-news-date {
	color: #FCB941 !important;
	font-weight: 500;
}
.instagram-padding {
	padding-left: 15px;
}
.check-list{
    padding: 10px;
    width: 20%;
    font-size: larger;
    font-weight: 700;
    background-color: #0b5a0b;
    color: white;
}
.check-list:hover{
    background-color: #333333;
    color: white;
    
}
/*========================================== FOOTER END ===========================================*/

/*========================================== MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .common-res-bottom {
        padding-bottom: 40px;
    }
    .four-column-res-bottom {
        padding-bottom: 30px;
    }
	.navbar-default .navbar-nav > li > a {
		margin: 0 10px;
	}
	.footer-row .doctors-fixed:nth-child(3) {
		clear: both;
	}

}
@media only screen and (min-width: 250px) and (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0;
    }
	.footer-row .doctors-fixed:nth-child(3) {
		clear: both;
	}
    .navbar-default .navbar-nav > li > a {
        margin: 5px 15px;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .common-res-bottom-1 {
        padding-bottom: 40px;
    }
	.res-center {
		text-align: center;
	}	
    .four-column-res-bottom {
        padding-bottom: 30px;
    }
	
	.contact-bg,
	.address-bg,
    .price-fixed {
        margin: 0 auto;
        width: 400px !important;
    }
	.price-res-bottom {
        margin-bottom: 40px;
    }
	.ls {
    font-size: 15px;
    line-height: 30px;
}
.address-bg,
.contact-bg {
    background-color: #f6f6f6;
	border-radius: 3px;
	padding: 20px;
	min-height: 286px;
}
}
@media only screen and (min-width: 250px) and (max-width: 640px) {
	
	.event-width:last-child {
		padding-bottom: 0px;
	}
	.doctors-res-bottom1,
	.doctors-res-bottom {
		padding-bottom:40px;
	}
	.counter-width,
	.contact-bg,
	.address-bg,
	.doctors-fixed,
    .header-res-center {
        margin: 0 auto;
    }
	.counter-width,
	.contact-bg,
	.address-bg,
	.event-width,
	.doctors-fixed,
    .header-full {
        width: 100% !important;
    }
	.event-width {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 480px) {
	
    .gallery-fa {
        font-size: 20px;
    }
    .common-full {
        width: 100% !important;
    }
	.team-res-bottom,
    .four-column-res-bottom {
        padding-bottom: 40px;
    }
	.doctors-res-bottom2,
    .four-column-res-bottom-1 {
        padding-bottom: 40px;
    }
	.team-width,
	.event-width,
    .price-fixed {
        width: 100% !important;
    }
    .image-responsive {
        width: 100%;
        height: auto;
    }
	.res-time-table-img {
		padding-bottom: 20px;
		width: 100%;
	}
	.team-width-inner {
		width: 60% !important;
	}
	.team-width-inner,
	.team-width,
	.res-time-img {
		margin: 0 auto;
	}
	.doctors-pad-left:hover,
	.doctors-pad-left {
		border-left: none;
	}
	.health-pad-left,
	.doctors-pad-left,
	.client-pad-left {
		padding-left: 0;
	}
	.client-center {
		text-align: center;
	}
	.testimonial-pad-left {
		padding-left: 0px;
	}
	.hide-border {
		border-left: 0;
	}
	.header-head h1 {
        font-size: 40px;
		line-height: 50px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 360px) {
	.team-width-inner {
		width: 100% !important;
	}
    .header-head h1 {
        font-size: 32px;
		line-height: 42px;
    }
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	h3 {
		font-size: 18px;
		line-height: 28px;
	}
	h4 {
		font-size: 16px;
		line-height: 26px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 330px) {
	.email-padding,
	.phone-padding, 
	.address-padding {
		padding-left: 10px;
	} 
	.project-content {
		padding: 15px !important;
	}
	.project-content ul  li:first-child {
		width: 29% !important;
	}
	.project-content ul  li:first-child,
	.res-float-left ul li:first-child {
		display:table-cell !important;
		float: none;
	}
	.res-float-left ul li:first-child {
		width: 33% !important;
	}
	.project-content ul  li:last-child,
	.res-float-left ul li:last-child {
		display:table-cell !important;
		float: none;
	}
}
/*========================================== MEDIA QUERIES END ===========================================*/

.rk{}
.rk ul{padding:3px 15px;}
.rk ul li{padding:6px 0px; font-weight:bold}
.rk1{}
.rk1 ul{padding:3px 15px;}
.rk1 ul li{padding:4px 0px;}

.call{position:fixed; top:50%; right:0px; z-index:1000}