
body {
	font-family:'Lato', sans-serif;
	line-height:25px;
	font-size:0.875rem;
	font-weight:400;
    padding:0;
    margin:0;
    font-style:normal;
	color:#5d5d5d;
	overflow-x: hidden;
}
h1, h1 a { 
	font-size:2rem;
    margin-bottom:15px;
}
h2, h2 a {
	font-size:1.75rem;
}
h3, h3 a { 
	font-size:1.50rem;
}
h4, h4 a { 
	font-size:1.25rem;
}
h5, h6, h5 a, h6 a {
	font-size:1rem; 
}
label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span { 
	font-size: 16px;
    line-height: 28px;
    color: #000;
}
h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	color:#2f2f2f;
}
a:hover {
	color:#ff8300; 
}
iframe {
	width:100%;
	border:0px; 
}
:focus {
    outline:none !important;
}
.button {
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
}
.button.primary {
	background-color:#15568e; 
}
.button.primary:hover {
	background-color:#ff8300; 
}
.button.secondary {
	background-color:#ff8300; 
}
.button.secondary:hover {
	background-color:#15568e; 
}
.bordered-light {
	background-color:transparent !important;
	border:1px solid #FFF; 
}
.bordered-light:hover {
	background-color:#ff8300 !important;
	border-color:#ff8300 !important;	 
}
.bordered-dark {
	background-color:transparent !important;
	border:1px solid #2f2f2f !important; 
	color:#2f2f2f !important;
}
.bordered-dark:hover {
	background-color:#2f2f2f !important;
	border-color:#2f2f2f !important;
	color:#FFF !important;	 
}
.module {
	position:relative;
	margin-bottom:80px; 
}
dl dt {
	font-weight:bold;
	margin-bottom:.3rem;
}
iframe {
	width:100%;
}
.main-container {
	width:100%;
	margin:auto; 
}
hr {
	border-bottom: 1px solid #ededed;
}
/*-------------------------
 General CSS Ends
-------------------------*/

/*-------------------------
 02 - Useful Elements CSS Starts
-------------------------*/
.icon-box {
    position: relative;
    clear: both;
}
.icon-box .icon-side {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    margin-right: 7px;
	color: #FFF !important;
    background-color: #ff8300;
}
.icon-box .info-side {
    margin-left: 7px;
    font-size: 16px;
    padding-top: 0px;
    width: calc(100% - 70px);
}
.info-side p strong {
    font-size: 18px;
	color:#2f2f2f;
	font-family: 'Raleway', sans-serif;
}
.icon-box p {
    margin-bottom: 0px;
}
.owl-nav {
	text-align:center;
	margin:auto; 
	width:90px;
	margin-top:15px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	width:35px;
	height:35px;
	border:1px solid #ff8300;
	text-align:center;
	display:inlne-block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFF;
	color:#ff8300;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
	line-height:25px; 
	font-size:1.2rem;
	margin-top:-1px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background-color:#ff8300;
	color:#FFF;		 
}
/*-------------------------
 Useful Elements CSS Ends
-------------------------*/

/*-------------------------
 03 - Section Titles CSS 
-------------------------*/
.section-title-wrapper {
	position:relative; 
	margin-bottom:40px;
}
.section-title { 
	overflow:hidden;
    position:relative;
    text-align:center;
	    padding-bottom: 20px;
}
.section-title h2 {
	margin-bottom:0px;
    text-transform:uppercase; 
	font-weight:bold;
	font-size:2.0rem;
}
.section-title h2 span {
	color:#ff8300; 
	font-size:2.0rem;
	font-weight:bold;
}
.section-title p {
	font-size:0.875rem;
    text-transform:capitalize;
	margin-bottom:20px; 
}
.section-title-wrapper.light-title::after {
	bottom:-11px; 
}
.section-title-wrapper::after {
    bottom:-9px;
    color:rgb(206, 96, 33);
    content:"\f06e";
    font-family:fontawesome;
    font-size:18px;
    height:17px;
    left:0px;
    position:absolute;
    right:0px;
    text-align:center;
    width:39px;
    z-index:9;
    background:none 0px 0px repeat scroll rgb(255, 255, 255);
    margin:0px auto;
}
.section-title-wrapper:before {
    background:#ff8300 none repeat scroll 0 0;
    bottom:0;
    content:"";
    height:1px;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    text-align:center;
    width:109px;
}
.section-title-wrapper.light-title h2, .section-title-wrapper.light-title p {
	color:#FFF; 
}
.section-title-wrapper.light-title:before {
	background-color:#FFF;	
}
.section-title-wrapper.light-title::after {
	background-color:rgba(47,47,47,0.1);	 
	color:#FFF;
}
.grey-bg .section-title-wrapper::after {
	background:none 0px 0px repeat scroll rgb(247, 247, 247); 
}
.grey-bg {
	background-color:#f7f7f7; 
}
/*-------------------------
 Section Titles Ends
-------------------------*/

/*-------------------------
04 - Forms and Input Fields CSS 
-------------------------*/

button.close-button span {
    font-size: 31px;
}

input[type=text]:focus, textarea:focus {
	border-color: #15568e !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border: 1px solid #fff;
}
.funfact-item {
    display: inline-block;
    margin-right:25px;
}
.content .company-funfact h2 {
color:#ff8300;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}
.content .company-funfact h4 {
       color: #000;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}
#appointment_modal h2, #appointment_modal p {
	text-align:center; 
}
#appointment_modal h2 {
	text-transform:uppercase;
	margin-bottom:0px; 
}
/*-------------------------
 Forms and input fields Ends
-------------------------*/

/*-------------------------
 05 - TopBar CSS starts
-------------------------*/
.topBar {
	background-color:#ff8300;
	color:#FFF; 
	padding-top:10px;
	padding-bottom:10px;
}
.topBar a {
	color:#FFF; 
}
.topBar a:hover {
	color:#15568e; 
}
.topBar .menu li {
	padding-top:2px; 
}
.topBar .menu li a {
	padding-top:0px;
	padding-bottom:0px;
	border-right:1px solid #FFF;
}
.topBar .menu li:last-child a {
	border-right:0px; 
}
.topBar .social.menu li {
	padding-top:0px; 
}
.topBar .social.menu li a {
	border-right:0px;
	padding-left:5px;
	padding-right:5px;
	font-size:1rem; 
}
/*-------------------------
 TopBar CSS Ends
-------------------------*/

/*-------------------------
06 - Header CSS Starts
-------------------------*/
.header {
	width:100%;
	padding-top: 15px;
    padding-bottom: 10px;
	background-color:#FFF;
	position:relative;
}
.header .logo img {
	height: 70px;
    width: auto;
}
.header .icon-box .icon-side {
	border:2px solid #ff8300 !important;	
	background-color:#FFF;
	color:#ff8300 !important;
}
.header .icon-box .info-side {
    font-size: 0.875rem;
}
.header .info-side p strong {
    font-size: 0.875rem;
	color:#2f2f2f;
	    font-family: 'Lato', sans-serif;
}
.header .small-box {
	width:26%; 
}
.header .medium-offset-5 { 
	margin-left:40.5%;
}
/*-------------------------
 Header CSS Ends
-------------------------*/

/*-------------------------
 07 - Navigation CSS Starts
-------------------------*/
.navigation {
	background-color:#15568e;
	-moz-box-shadow:rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    box-shadow:rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    transform:translateZ(0);
	-webkit-transform:translateZ(0);
	z-index:50;
	position:relative; 
}
.top-bar {
	padding:0px; 
	background-color:transparent;
	position:relative;	
	font-family: 'Raleway', sans-serif;
	z-index:60;
}
.top-bar ul .first-sub { 
	border-top:2px solid;
}
.top-bar nav {
	height:45px; 
}
.top-bar ul li a {
	text-transform:uppercase;
	font-size:0.875rem;
	font-weight:normal;
	color:#FFF;
	line-height:45px;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.top-bar ul ul li:last-child {
	border-bottom:0px; 
}
.top-bar ul ul li a {
	text-transform:capitalize;
	text-align:left;
	line-height:25px;
	padding:5px 10px !important;
} 
.top-bar ul ul {
	padding-top:0px;
	padding-bottom:0px; 
	z-index:99999 !important;
	border:0px !important;
}
.top-bar .is-dropdown-submenu-parent {
	position:relative; 
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	border:0px; 
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a, .parent-nav a {
	padding-left:1.5rem !important;
	padding-right:1.5rem !important; 
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu { 
	position:absolute;
	max-width:100%;
	margin-top:1px;
}
.top-bar li {
	list-style:none; 
}
.single-sub ul li a {
	width:100%;
	padding:10px;
	font-weight:normal;
}
.responsive-menu ul li a { 
 	display:block;
	width:100%;
 }
.top-bar, .top-bar ul {
	background-color:transparent; 
}
.is-active a, .top-bar ul li a:hover {
	background-color:#ff8300;
	color:#FFF;
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a {
	border-bottom:0px !important;
	background-color:#ff8300;
	color:#FFF; 
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:before{
   content:"\00BB";
	margin-right:10px;
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:hover {
	background-color:#15568e !important; 
}
/*-------------------------
 Navigation CSS Ends
-------------------------*/

/*-------------------------
08 - Main Banner CSS Starts
-------------------------*/
.main-banner {
	position:relative;
	z-index:10; 
}
.rev_slider_wrapper { 
	margin:0px auto;
	background-color:transparent;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.layer1 {
	z-index:5;
	background-color:rgba(0, 0, 0, 0.25);
	border-color:rgba(0, 0, 0, 1.00); 
}
.layer2 {
	z-index:6; 
	min-width:721px; 
	max-width:721px; 
	white-space:normal;
	text-align:center; 
}
.layer3 {
	z-index:7; 
	white-space:nowrap; 
	background-color:#ff8300 !important;
	color:#fff !important;
	padding:5px 10px !important;
	text-transform:uppercase;
}
.layer4 {
	z-index:8; 
	white-space:nowrap;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.layer4 a {
	color:#FFF; 
}
.layer4:hover {
	background-color:#174873 !important;
	border-color:#174873 !important;  
}
.tp-bannertimer{ 
	height: 7px !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
}
/*-------------------------
 Main Banner Ends
-------------------------*/

/*-------------------------
 09 - Information Boxes  CSS 
-------------------------*/
.inner-padding {
	padding-top:80px;
	padding-bottom:80px; 
}
.padding-bottom {
	padding-bottom:67px; 
}
.information-boxes {
	position:relative;
	margin-top:-60px;
	z-index:100; 
}
.information-box {
	padding:15px 0px 0px 15px;
	background-color:#FFF; 
	background-color:#15568e;
	color:#FFF;
	position:relative;
	    height: 240px;
}
.information-boxes .information-box:nth-child(2) {
	background-color:#153758; 
}
.information-boxes:after, .information-boxes .information-box:after {
	content:'';
	clear:both;
	display:table; 
}
.information-box h3, .information-box p {
	color:#FFF; 
}
.information-box h3 {
	margin-bottom:5px; 
	color:#FFF;
}
.information-box ul {
	color:#FFF;
	margin-left:0px;
}
.information-box .checked-list { 
	list-style:none;
}
.information-box .checked-list li:before {
	font-family: FontAwesome;
	content:"\f00c";
	margin-right:10px; 
}
.info-detail {
	float:left; 
	width:calc(100% - 160px);
	margin-right:10px;
}
.info-thumb {
	float:right; 
	width:250px;
	position:absolute;
	bottom:0px;
	right:0px;
}
.info-thumb {
	opacity:.7; 
}
.information-box:hover>.info-thumb {
	opacity:1; 
}
/*-------------------------
 Information Boxes Ends
-------------------------*/

/*-------------------------
10 - Welcome Message CSS
-------------------------*/
.welcome-message h2 {
	text-transform:uppercase;
	font-size:1.850rem;
	margin-bottom:0px;
}
.welcome-message h2 span {
	color:#ff8300;
	font-size:1.850rem;
}
.welcome-message h3 {
	font-weight:normal;
	text-transform:capitalize;
	font-size:1.25rem;
}
/* .welcome-message p {
	border-bottom:1px solid #ededed;
	padding-bottom:15px; 
} */
.awards img, .awards blockquote {
	width:75px;
	height:auto;
	float:left;
	margin-right:15px; 
}
.awards blockquote {
	width:calc(100% - 200px);
	padding-top:0px; 
}
/*-------------------------
 Welcome Message Ends
-------------------------*/

/*-------------------------
 11 - Our Services CSS
-------------------------*/
.dark-with-bg {
	position:relative; 
}
.dark-with-bg::after {
	content:"";
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
}
.our-services { 
	background-color:rgba(47, 47, 47, 0.9);
}
.our-services::after {
    background:url('../images/help/footer-bg.jpg');
}
.dark-with-bg .services-detail h4, .dark-with-bg .services-detail p {
	color:#FFF; 
}
.services-detail h4 {
	text-transform:uppercase;
}
.services-detail h4, .services-detail p {
	margin-bottom:0px; 
}
.serivce-block {
	background:#F8f8f8;
}
.service-info {
	padding:10px; 
}
.service-info h4 a {
	font-weight:normal;
	color:#ff8300; 
}
.service-info h4 a:hover {
	color:#15568e;	 
}
.service-info h4, .service-info p {
	margin-bottom:0px;
	text-align:justify;
}
.services-blocks:after {
	clear:both;
	content:' ';
	display:table; 
}
.our-services .row .services-blocks:nth-child(2) {
	margin-top:30px; 
	margin-bottom:0px;
}
/*-------------------------
 Our Services Ends
-------------------------*/

/*-------------------------
 12 - Our Team Section CSS
-------------------------*/
.doctor h4 {
	font-weight:normal;
	margin-bottom:0px;
	font-size:1rem; 
}
.doctor h3 a {
	font-weight:normal; 
}
.doctor {
	background-color:#f8f8f8;
	border:1px solid #e6e6e6; 
}
.doctor .doctor-meta {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px; 
}
.doctor-thumb {
	position:relative; 
	background-color:#15568e;
}
.doctor-thumb .button {
	position:absolute;
	bottom:0px;
	left:50%; 
	margin-left:-63px;
	opacity:0;
}
.doctor:hover>.doctor-thumb img {
	opacity:.7; 
}
.doctor:hover>.doctor-thumb .button {
	opacity:1; 
}
.teams-wrapper .doctor-column:nth-child(odd) .doctor-thumb  {
	 float:right;
}
.teams-wrapper .doctor-column:nth-child(odd) h4, .teams-wrapper .doctor-column:nth-child(odd) h3, .teams-wrapper .doctor-column:nth-child(odd) p, .teams-wrapper .doctor-column:nth-child(odd) .doctor-links  {
	 text-align:right !important;
}
.teams-wrapper .doctor-column:nth-child(odd) .doctor-meta {
	float: left;
    text-align: right;
    width: calc(100% - 300px);
}
.teams-wrapper .doctor-column:nth-child(odd) .doctor-meta .menu li {
	float:right; 
}
.teams-wrapper .doctor-column:nth-child(even) .doctor-thumb  {
	 float:left;
}
.teams-wrapper .doctor-column:nth-child(even) h4, .teams-wrapper .doctor-column:nth-child(even) h3, .teams-wrapper .doctor-column:nth-child(even) p, .teams-wrapper .doctor-column:nth-child(even) .doctor-links  {
	 text-align:left !important;
}
.teams-wrapper .doctor-column:nth-child(even) .doctor-meta {
	float: right;
    text-align: left;
    width: calc(100% - 300px);
}
.teams-wrapper .doctor-column:nth-child(even) .doctor-meta .menu li {
	float:left; 
}
.teams-wrapper .doctor:after {
	clear:both;
	content:'';
	display:table; 
}

.teams-wrapper .owl-item:nth-child(odd) .doctor-thumb  {
	 float:right;
}
.teams-wrapper .owl-item:nth-child(odd) h4, .teams-wrapper .owl-item:nth-child(odd) h3, .teams-wrapper .owl-item:nth-child(odd) p, .teams-wrapper .owl-item:nth-child(odd) .doctor-links  {
	 text-align:right !important;
}
.teams-wrapper .owl-item:nth-child(odd) .doctor-meta {
	float: left;
    text-align: right;
    width: calc(100% - 300px);
}
.teams-wrapper .owl-item:nth-child(odd) .doctor-meta .menu li {
	float:right; 
}
.teams-wrapper .owl-item:nth-child(even) .doctor-thumb  {
	 float:left;
}
.teams-wrapper .owl-item:nth-child(even) h4, .teams-wrapper .owl-item:nth-child(even) h3, .teams-wrapper .owl-item:nth-child(even) p, .teams-wrapper .owl-item:nth-child(even) .doctor-links  {
	 text-align:left !important;
}
.teams-wrapper .owl-item:nth-child(even) .doctor-meta {
	float: right;
    text-align: left;
    width: calc(100% - 300px);
}
.teams-wrapper .owl-item:nth-child(even) .doctor-meta .menu li {
	float:left; 
}

/*-------------------------
 Our Team Section Ends
-------------------------*/

/*-------------------------
 13 - Products Section CSS
-------------------------*/
.our-store .price {
	font-size:15px; 
	text-align:center;
}
.our-store h6 {
	text-align:center; 
	margin-top:10px;
	margin-bottom:10px;
}
.our-store h6 a {
	font-size:1rem;
}
.price .old {
	margin-left:15px;
	font-weight:normal;
	font-size:90%; 
	text-decoration:line-through;
}
.our-store img {
	width:100%;
	height:auto; 
}
.our-store .pro-rating {
	text-align:center; 
	margin-top:10px;
}
.product-img {
	position:relative; 
	min-height:262px;
	width:100%;
}
.product-img img {
	overflow:hidden;
	min-height:262px;
	width:100%; 
}
.product-img .sale {
	position:absolute;
	top:0px;
	left:0px;	 
	font-size:16px;
	padding:10px 10px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#ff8300;
	color:#FFF;
}
.pro-buttons {
	position:absolute;
	bottom:40px;
	left:0px;
	width:100%;
	background-color:#F7f7f7;
}
.pro-buttons a {
	font-size:1.2rem;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.pro-buttons ul {
	list-style:none;
	text-align:center; 
	margin:0px;
}
.pro-buttons ul li {
	display:inline;
	margin-left:11px;
	margin-right:11px; 
}
.pro-buttons a {
	text-align:center;
}
.add-to-cart-top .button {
	width:100%;
	position:absolute;
	bottom:0px;
	margin:0px;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.product-img {
	position:relative;
	overflow:hidden; 
}
.single-product:hover>.product-img img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2); 
}
.single-product {
	padding-top:0px;
	padding-bottom:30px; 
}
.our-store .single-product {
	padding-bottom:0px; 
}
.page-filter {
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #ededed; 
}
.page-filter .pagination {
	text-align:center; 
}
.single-shop .our-store {
	margin-bottom:0px; 
}
.product-thumbnail img {
	width:100%;
	height:auto; 
}
.product-meta {
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	font-size:0.875rem; 
}
.product-share {
	padding-top:15px;
	border-top:1px solid #ededed; 
}
.add-cart-option {
	margin-top:25px;
	margin-bottom:25px; 
}
.add-cart-option input[type=number] {
	max-width:75px; 
	float:left;
	margin-right:20px;
}
.product-detail .price {
	font-size:1.25rem; 
	font-weight:bold;
}
.qty {
	max-width:75px; 
}
.cart-item .product-thumbnail img {
	height:100px !important;
	width:auto; 
}
.apply-coupon {
	margin-top:15px; 
}
/*-------------------------
 Products Section Ends
-------------------------*/

/*-------------------------
 14 - Testimonials CSS
-------------------------*/
.quote {
  background: #ebf3f5;
  padding:15px 20px 5px 15px;
  border-radius:5px;
  margin-bottom:30px;
}
.quote p {
	margin-bottom:0px; 
}
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}
.student {
  margin-left: 25px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.student .photo img {
	border-radius:100px; 
}
.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}
.testimonials .owl-nav {
	display:none; 
}
.dots-style .owl-dots {
	position:relative;
	text-align:center;
	width:110px;
	margin:auto;
	margin-top:15px;
}
.dots-style .owl-dot span {
	display:block;
	width:25px;
	height:7px;
	border:1px solid #ff8300;
	background-color:#FFF;
	float:left;
	margin-left:5px;
	margin-right:5px; 
	text-align:center;
}
.dots-style .owl-dot.active span, .dots-style .owl-dot:hover span {
	background-color:#ff8300; 
}
/*-------------------------
 Testimonials CSS Ends
-------------------------*/

/*-------------------------
 15 - Accordion CSS
-------------------------*/
.accordion {
	border:0px; 
} 
.accordion-title {
	background-color:#ededed;
	color:#2f2f2f;
}
.is-active .accordion-title, .accordion-title:hover {
	background-color:#2f2f2f; 
	color:#FFF;
}
.accordion-content {
	background-color:#ebf3f5;
}
.accordion-title {
	font-weight:bold; 
	font-size:14px;
	padding-left:0rem;
	border:0px;
	font-family: 'Raleway', sans-serif;
}
.accordion-content {
	border:0px; 
	padding-left:0px;
}
.accordion {
	margin-bottom:0px; 
}
.accordion li {
	margin-bottom:10px; 
}
.accordion li:last-child {
	margin-bottom:0px; 
}
.accordion-content {
	padding:10px;
}
.accordion-title {
	padding:10px;
}
/*-------------------------
 Accordion CSS Ends
-------------------------*/

/*-------------------------
 16 - Our Process CSS
-------------------------*/
.upper-background { 
	height:100%;
	width:auto;
	position:absolute;
	bottom:0px;
	left:0px;
}
.our-process h2 {
	font-size:1.9rem;
	text-transform:uppercase;
	margin-bottom:40px;
	color:#ff8300;
	font-weight:bold;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
	padding:0px 15px;
}
.process h3, .process p {
	color:#FFF;
	margin-bottom:0px; 
}
.process h3 {
	text-transform:capitalize;
	font-weight:normal; 
}
.process .number {
	float:left;
	font-size:2rem;
	background-color:#f7f7f7;
	color:#ff8300;
	display:block;
	width:60px;
	height:60px;
	border-radius:100%;
	text-align:center;
	line-height:60px;
	margin-right:25px;
	font-weight:bold;
}
.process .right-info {
	float:left; 
}
.process {
	margin-bottom:30px; 
}
.our-process .process:last-child {
	margin-bottom:0px; 
}
/*-------------------------
Our Process Ends
-------------------------*/

/*-------------------------
 17 - Blog Post CSS
-------------------------*/
.post {
	position:relative; 
	background-color:#f7f7f7;
	padding-bottom:15px;
}
.post-thumb {
	z-index:2; 
}
.post p {
	margin-bottom:0px; 
}
.post h4, .post h4 a {
	margin-bottom:0px;
	font-weight:normal;
}
.post-meta, .post-meta a {
	font-size:12px;
	line-height:20px; 
}
.post-meta {
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed; 
}
.post-content {
	background-color:#FFF; 
	width:calc(100% - 30px);
	padding:15px;
	z-index:5;
	margin-top:-30px;
	position:relative;
	margin-left:15px;
}
.load-more .button {
	margin-top:15px;
	margin-bottom:0px; 
} 
/*-------------------------
Blog Posts Ends
-------------------------*/

/*-------------------------
 18 - Brands Carousel CSS
-------------------------*/
.brands-wrap {
	margin-bottom:80px; 
} 
.bran-logo {
	padding:5px; 
}
.bran-logo .thumbnail {
	margin-bottom:0px; 
	border:1px solid #ededed;
	padding:3px;
	opacity:1;
	height:55px;
	width:auto !important;
}
.bran-logo .thumbnail:hover {
	opacity:1; 
}
.side-controls .owl-controls {
	margin-top:0px; 
} 
.side-controls .owl-prev , .side-controls .owl-next { 
	font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
	margin-top:-12.5px;
}
.side-controls .owl-next { 
	right:-20px;
}
.side-controls .owl-prev { 
	left:-20px;
}
.side-controls .owl-controls { 
	margin: auto;
    display: block;
    width: 0px;
	margin-top:0px;
}
.side-controls .owl-nav {
	margin-top:0px; 
}
/*-------------------------
Brands Carousel Ends
-------------------------*/

/*-------------------------
 19 - Call to Action Box CSS
-------------------------*/
.call-to-action {
	background-color:#ff8300;
	color:#FFF;
	border-top:1px solid #ededed; 
	padding-top:25px;
	padding-bottom:25px;
	position:relative;
	margin-top:51px;
}
.call-to-action img {
	height:auto;
	width:135px;
	z-index:30;
	position:absolute;
	left:30px;
	bottom:0px;
}
.call-to-action i {
	border:1px solid #FFF;
	width:40px;
	height:40px;
	text-align:center; 
	line-height:40px;
	margin-right:15px;
	color:#FFF;
}
.call-to-action h2 {
	color:#FFF; 
}
.call-to-action h2 span { 
	color:#FFF;
	font-size:1.5rem;
}
.call-to-action h2 {
	font-size:1.25rem;
	font-weight:normal;
	margin-bottom:0px;
}
.call-to-action p {
	margin-bottom:0px;
}
.call-to-action .button {
	margin-bottom:0px; 
}
/*-------------------------
  Call to Action Box Ends
-------------------------*/

/*-------------------------
 20 - Title Section CSS
-------------------------*/
.title-section {
    padding-top:30px;
    padding-bottom:30px;
    position:relative;
	background-color:rgba(27, 27, 27, 0.8);
}
.title-section::after {
    content:"";
    background:url('../images/help/title-bg.jpg');
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background-size:cover;
}
.title-section h1 {
    text-transform:uppercase;
    margin-top:0px;
    margin-bottom:5px;
	color:#FFF;
	font-weight:bold;
}
.title-section ul {
    margin: 0px;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 0.65rem;
}
.breadcrumbs li, .breadcrumbs li a {
    color: #FFF;
}
/*-------------------------
 Title Section CSS Ends
-------------------------*/

/*-------------------------
 21 - Sidebars CSS Starts
-------------------------*/
.sidebar .icon-box {
	margin-top:15px;
	margin-bottom:15px; 
}
.sidebar .icon-box:first-child {
	margin-top:0px; 
}
.sidebar .icon-box:last-child {
	margin-bottom:0px; 
}
.sidebar .icon-box { 
	margin-bottom:25px;
}
.sidebar .testimonials {
	padding-top:20px;
	padding-bottom:40px; 
}
.widget {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	margin-bottom:25px;
}
.sidebar .widget:last-child {
	margin-bottom:0px; 
}
.widget h2 { 
	font-size: 1.2rem;
    text-align: left;
    padding: 15px 15px 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
	background-color:#f7f7f7;
}
.widget .button, .search input[type=text] {
	margin-bottom:0px; 
}
.widget .tags li {
	padding-left:0px;
	padding-right:0px; 
}
.widget .tags li a {
	padding:5px 10px;
	text-wrap:suppress;
	white-space: nowrap;
	margin:5px;
	display:inline-block;
}
.widget .popular-post {
	margin-bottom:8px; 
	margin-top:8px;
	border-bottom:1px solid #ededed;
}
.widget .popular-post:last-child {
	border-bottom:0px;
	margin-bottom:0px; 
}
.widget .popular-post p {
	margin-top:5px; 
}
.widget .popular-post img {
	margin-right:10px;
	width:100px;
	height:auto; 
}
.sidebar ul li a:before{
   content:"\00BB";
	margin-right:10px;
}
.tags {
	list-style:none;
	margin-left:0px; 
	margin-bottom:0px;
}
.tags li {
	display:inline;
	padding-left:0px;
	padding-right:0px; 
}
.tags li a {
	background-color:#ededed;
}
.tags li a:hover {
	background-color:#ff8300; 
	color:#FFF;
}
.tags li:first-child {
	padding-left:0px; 
}
.sidebar .tags li a:before {
	content:none;
	margin-right:0px; 
}
.sidebar ol li a {
	line-height:22px;
}
.widget-content {
	padding:0px 15px 15px 15px; 
}
.sidebar .widget input[type=text], .sidebar .widget textarea {
	border:1px solid #cacaca; 
}
/*-------------------------
 Sidebars CSS Ends
-------------------------*/

/*-------------------------
22 - Styles For Inner Pages
-------------------------*/

/*-------------------------
 22.1 - 404 Error Page
-------------------------*/
.pageerror h2 {
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    font-size: 133px;
}
.pageerror h3 {
    text-align: center;
}
.error-page-form {
	margin:auto !important;
	margin-top:30px;
	float:none !important; 
}

/*-------------------------
  22.2 - Boxed Layout Page
-------------------------*/
.boxed {
	height:100%;
	overflow:hidden;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0px 0px 6px 1px #CCC;
	background-color:#FFF;
	position:relative;
	z-index:0;
}
body.box {
    background-image: url(../images/help/bodybg.jpg);
    background-repeat: repeat;
	margin:auto;
	z-index:-10;
}
.boxed .owl-carousel {
	max-width:calc(100% - 60px); 
	margin-left:30px;
}
.boxed .testimonials-carousel {
	margin-left:0px;
	min-width:100% !important; 
}
.box .call-to-action img {
	left:-20px; 
}

/*-------------------------
 22.3 - Testimonials Page
-------------------------*/
.testimonial-page .content-side .testimonial {
	margin-bottom:25px;
}
.testimonial-page .content-side .testimonial:last-child {
	margin-bottom:0px; 
}
.testimonial-page .testimonial:after {
	clear:both;
	content:' ';
	display:table; 
}

/*-------------------------
  22.4 - Blogs pages CSS
-------------------------*/
.blog-page .content-side .row .columns {
	margin-top:15px;
	margin-bottom:15px; 
}
.blog-page .content-side .row .columns:first-child {
	margin-top:0px; 
}
.blog-page .content-side .row .columns:last-child {
	margin-bottom:0px; 
}
.pagination {
	text-align:center; 
	margin-bottom:0px;
	margin-top:30px;
}
.pagination .current {
	background:#15568e;
	padding:0px;
}
.pagination .current a {
	color:#FFF; 
}
.pagination .current a:hover, .pagination a:hover {
	background-color:#15568e; 
	color:#FFF;
}
.single-post-page .post p {
	margin-bottom:15px; 
}
.single-post-page .post p:last-child {
	margin-bottom:0px; 
}
.sharing-posts {
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	margin-top:25px;
	margin-bottom:25px;
	padding-top:10px;
	padding-bottom:10px;
}
.post-share a {
	padding-left:10px;
	padding-right:10px; 
}
.author-box {
	margin-bottom:25px; 
	padding-bottom:25px;
	border-bottom:1px solid #ededed;
}
.sharing-posts .tags a {
	background-color:transparent;
	padding-left:10px;
	padding-right:10px; 
}
.single-post-page .post-meta, .single-post-page .post-meta a {
	font-size:14px;
	line-height:30px; 
}
/*-------------------------
 22.5 - Checkout Page CSS
-------------------------*/
.checkout-page input[type=text], .checkout-page textarea {
	background-color:#FFF;
	border:1px solid #ededed;
}
/*-------------------------
 22.6 - Single Product  Page
-------------------------*/
.main-page {
	margin-bottom:15px;
	padding:0px;
}
.single-product .thumbnails img {
	 float: left;
    width: calc(26% - 15px);
    height: auto;
    margin-right: 15px;
    border: 1px solid #ededed;
}
.single-product .thumbnails a:last-child img {
	margin-right:0px;
}
/*-------------------------
  22.7 - Contact Us Page
-------------------------*/
.contact-page h4 {
	text-align:left;
}
/*-------------------------
  22.8 - Pricing List Page
-------------------------*/
.price-plan {
	width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.price-plan .price-title {
	background: #364e72;
    color: #f7f7f7;
    font-size: 16px;
	font-weight:300;
    padding: 20px 10px 25px;
}
 .title-heading {
	font-size: 26px;
	font-weight:normal;
    margin: 0;
    padding: 9px;
	color:#fff;
}
.price-title strong {
	font-size: 76px;
    align-self: baseline;
    line-height: 1;
    font-weight: 500;
}
.price-details {
	padding: 15px 30px;
	background-color: #f7f7f7;
	margin-left: 0px;
}
.price-details li {
	text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
   	list-style:none;	
}
.price-plan li:last-child {
	border-bottom:0px;
}
 .price-details li .fa {
	  position:relative;
	  margin-right:7px;
}
.red {
	color:red;
}
.orange {
	color:#e79800;
}
/*-------------------------
  22.9 - Our Staff Page
-------------------------*/
.our-staff-page .item-one {
	float: left;
    text-align: right;
    width: calc(100% - 300px); 	
 }
.our-staff-page .item-two {
	float: right;
    text-align: left;
    width: calc(100% - 300px);    
}
.our-staff-page .doctor-column:nth-child(-n+2) {
	margin-bottom:15px;
	margin-top:0px;
}
.our-staff-page .doctor-column {
	margin-top:15px;
	margin-bottom:15px;
}   
.our-staff-page .doctor-column:nth-last-child(-n+2) {
	margin-top:15px;
	margin-bottom:0px;
}
/*-------------------------
  22.10 - Single Doctor Page
-------------------------*/
.single-doctor-page img {
	border-radius:100%;
}
.single-doctor h3, .single-doctor h4 {
	text-align:center;
}
.inner-column {
	background-color:#15568e;
	color:#fff;
	padding:20px;
}
.inner-column h4 {
	color:#fff;
	font-weight:400;
	text-align:center;
}
.inner-column h2 {
	color:#fff;
	font-weight:400;
	text-align:center;
	font-size: 16px;
    margin-bottom: 28px;
}
.sidebar .appointment-form label {
	color:#fff;
}
.single-doctor-info {
	margin-top:30px;
	border:1px solid #ededed;
}
.doctor-info-item {
	background-color:#f7f7f7; 
    padding:15px;
    border-top:1px solid #ededed;
}
.info-item-inner {
	position:relative;
	padding:20px;
	padding-top:0px;
}
.info-item-left {
	float: left;
    width: 35%;
    padding-left: 22px;
} 
.info-item-right {
	float: left;
    width: 65%;
    padding-right: 22px;
}
.inner-column .appointment-form .button {
	margin-bottom:0px;
}
/*-------------------------
 22.11 - Services Page
-------------------------*/
.services .service{
	padding-top:15px;
	padding-bottom:15px;
}
.content-area .service:nth-child(-n+3) {
    margin-top: 0px;
}
.content-area .service:nth-last-child(-n+3) {
    margin-bottom: 0px;
}
.services img {
    width: 100%;
    height: auto;
}
.services h5 a {
    font-weight: bold;
}
.block-image {
	padding-top:5px;
	padding-bottom:5px;
}
.appointment-form input[type=text], .appointment-form textarea  {
	background-color:#fff;
}
/*-------------------------
 22.12 - Single Service Page
-------------------------*/
.single-service h5 {
	font-weight:bold;
}
.single-service .block-image {
	padding-top:0px;
	padding-bottom:25px;
}
/*-------------------------
22.13 - About Us Page CSS
-------------------------*/
.about-us p {
	border-bottom:none; 
	padding-bottom:5px; 	
}
.gallery-thumb {
    max-width: 22.5%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 250px;
    margin: 15px;
    border: 2px solid#ff8300;
    border-radius: 5px;
}
.gallery-thumb:hover {
	opacity:.7; 
}
/*-------------------------
  22.14 - Appointment Page
-------------------------*/
.appointment-form input[type=text], .appointment-form textarea {
	border:1px solid #cacaca; 
}


/*-------------------------
  Inner Pages Styles Ends
-------------------------*/

/*-------------------------
 23 - Page Preloader CSS
-------------------------*/
.loaded {
	height:auto;
	overflow-y:visible; 
}
.preloader {
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
	width:100%;
	height:100%; 
	z-index:9999;
}
.cssload-thecube {
	width: 74px;
	height: 74px;
	position:absolute;
	top:50%;
	left:50%;
	margin: 0 auto;
	margin-top:-37px;
	margin-left:-37px;
	z-index:999999933;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}
.preloader {
	background-color:#f7f7f7;
}
.cssload-thecube .cssload-cube:before {
	background-color: #0f99de;
}
@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {

	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
/*-------------------------
  Page Preloader Ends
-------------------------*/

/*-------------------------
 24 - Footer CSS Starts
-------------------------*/
.footer {
	width:100%;
	position:relative;
}
.footer::after {
	content: "";
    background: url('../images/help/footer-bg.jpg');
    background-size:cover;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.footer h2 {
	font-size:19px; 
	margin-bottom:10px;
	font-weight:bold;
}
.footer .button {
	margin-bottom:0px; 
}
.tx-div {
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 10px 0 15px;
}
.footerTop {
	 padding-top:60px;
	 padding-bottom:60px;
}
.footerTop ul { 
	margin:0px;
	list-style:none;
}
.vertical li a {
	padding:8px 0px;
}
.footerbottom {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.footerbottom ul {
	margin:0px;
}
.footerbottom ul li {
	padding-top:5.5px;
	padding-bottom:5.5px; 
}
.footerbottom ul li a {
	border-right:1px solid; 
	padding:0px 10px;
}
.footerbottom ul li:first-child a { 
	padding-left:0px;
}
.footerbottom ul li:last-child a { 
	border:0px;
	padding-right:0px;
}
.copyrightinfo {
	font-size:15px;
}
.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
	font-weight:bold;
}
.footer ul {
	margin:0px; 
}
.office-hours li {
	padding-bottom:10px; 
}
.footer-widget input[type=text] {
	height:40px;
	max-width:230px; 
}
.quick-links ul {
	width:50%;
	float:left;
}
.socialicons {
	line-height:25px;
	font-size:18px; 
	font-weight:bold;
}
.socialicons a {
	margin-right:5px;
	margin-left:5px; 
}
.footer {
	background-color:rgb(6 59 103);
	color:#FFF;
}
.footer a {
	color:#FFF; 
}
.footer p {
	color:#FFF; 
}
.footer a:hover {
	color:#ff8300; 
}
.footer h2 {
	color:#f7f7f7;
}
.tx-div {
	background-color:#f7f7f7;
}
.footerTop ul { 
	color:#FFF;
}
.footerbottom {
	background:#05569a;
	color:#FFF;
}
.footerbottom a {
	color:#FFF; 
}
.footerbottom a:hover {
	color:#ff8300; 
}
.address i, .address h4 {
	color:#f7f7f7;
}
#top {
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px;
    font-size: 22px;
    opacity: .9;
    z-index: 99;
	display:none;	
	background-color:#ff8300;
	color:#FFF;
	line-height: 30px;
}
#top:hover {
	background-color:#15568e; 
	color:#FFF;
}
/*-------------------------
  Footer CSS Ends here
-------------------------*/

/*-------------------------
  25 - Mobile Adjustments 
       Media Queries
-------------------------*/
@media only screen and (max-width: 40em) {
.boxed {
	max-width:100%; 
	margin:auto;
	border-left:0px;
	border-right:0px;
}
.topBar .columns {
	text-align:center; 
}
.topBar .menu {
	display:inline-block; 
}
.topBar .menu>li>a {
	padding-left:7px;
	padding-right:7px;
	text-align:center; 
}
.topBar .menu.social {
	text-align:center;
	float:none;
	margin:auto;
	display:inline-block; 
}
.topBar .menu.social>li>a {
	padding-left:10px;
	padding-right:10px; 
}
.topBar .columns:last-child {
	margin-top:0px; 
}
.header .medium-offset-5 {
	margin-left:0px;
	width:60%;
	margin-top:0px;
	margin-bottom:0px !important; 
}
.header .icon-box .info-side {
	width:auto; 
	margin-left:0px;
}
.header .small-box {
width: 100%;
	margin-top:0px !important;
	margin-bottom:0px;
}
.header .icon-side {
	    display: inline-block;
}
.appointment-form .small-12 {
	margin-top:0px !important;
	margin-bottom:0px !important; 
}
.logo img {
	height:90px;
	width:auto; 
}
.nav-wrap {
	position:relative; 
}
.search-wrap {
	position:absolute;
	top:-13px;
	right:50%;
	margin-right:-20px; 
	font-size:20px;
}
.navigation {
	z-index:990; 
}
.top-bar {
	padding: 10px 20px;
}
.top-bar-title {
	float:none;
	text-align:center;
	display:inline-block;
	margin-right:0px; 
	margin:auto;
	width:100%;
}
.top-bar-title span {
	display:block;
	text-align:center;
	margin:auto;
	width:20px; 
}
.menu-icon.dark { 
	height:12px;
}
.menu-icon.dark:after {
	box-shadow: 0 7px 0 #FFFFFF,0 14px 0 #FFFFFF;
	background-color:#FFFFFF; 
}
#responsive-menu ul {
	display:block;
	background-color:#15568e; 
}
.top-bar ul li a {
	text-align:left; 
}
.top-bar ul ul li a {
	padding:5px 35px !important;
}
.information-boxes {
	margin-top:0px; 
}
.information-boxes .small-12 {
	margin-top:0px !important;
	margin-bottom:0px !important; 
}
.info-detail {
	width:calc(100% - 75px); 
}
.info-thumb {
	width:150px; 
}
.awards blockquote {
	width:100%;
	margin-top:15px; 
	border-left:0px;
	margin-bottom:0px;
}
.awards {
	text-align:center; 
}
.awards img, .awards blockquote {
	float:none; 
}
.services-carousel, .teams-wrapper { 
	padding-left:.625rem;
	padding-right:.625rem;
}
.doctor-meta {
	width:100% !important; 
}
.doctor-thumb, .doctor-thumb img {
	width:100%; 
}
.our-staff-page .item-one {
	text-align:left; 
}
.teams-wrapper .owl-item:nth-child(odd) h4, .teams-wrapper .owl-item:nth-child(odd) h3, .teams-wrapper .owl-item:nth-child(odd) p, .teams-wrapper .owl-item:nth-child(odd) .doctor-links {
	text-align:left !important; 
}
.teams-wrapper .owl-item:nth-child(odd) .doctor-meta .menu li {
	float:none; 
}
.doctor-info-item {
	padding:15px 5px; 
}
.info-item-left {
	padding-left:0px; 
}
.info-item-inner:after {
	display:table;
	content:' ';
	clear:both; 
}
.info-item-inner {
	padding:0px; 
}
.info-item-inner h5 {
	margin-bottom:0px; 
}
.our-services .owl-dots {
	display:none !important; 
}
.is-accordion-submenu-parent>a:after {
	border-color: #FFF transparent transparent; 
}
.reason-section .medium-8 {
	padding-left:0.625rem; 
}	
.call-to-action img {
	display:none; 
}
.owl-prev , .owl-next { 
    position: relative !important; 
}
.owl-prev:hover , .owl-next:hover { 
    position: relative !important;
}
.owl-next { 
	float:left !important;
	right:0px !important;
	margin-left:5px !important;
}
.owl-prev { 
	float:left !important;
	left:0px !important;
	margin-right:5px !important;
}
.owl-controls {
	margin-top:10px !important; 
}
.owl-nav {
    text-align: center;
    margin: auto;
    width: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.side-controls .owl-prev, .side-controls .owl-next {
	width:25px;
	height:25px;
	margin-top:0px; 
}
.section-title-wrapper {
	padding-left:10px;
	padding-right:10px; 
}
.gallery-container {
	text-align:center; 
}
.gallery-container a {
	display:inline-block; 
	min-width: calc(50% - 20px);
	width: calc(50% - 20px);
}
.gallery-container .gallery-thumb {
        width: 100%;
    padding: 0;
    margin: 10px 0px !important;
    max-width: 100%;
    height: 150px;
}
.upper-background {
	display:none; 
}
.process .right-info {
    float: left;
    width: calc(100% - 85px);
}
.title-section .row .small-12, .contact-form .row .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.contact-form {
	padding-left:10px;
	padding-right:10px; 
}
.post-meta {
	font-size:0.75rem;
	padding:5px; 
}
.post-meta i {
	display:none; 
}
.widget .popular-post img {
	width:40px;
	height:40px; 
}
.products-page .sidebar {
	margin-bottom:20px !important; 
}
/*-------------------------
  25.1 Top Navigation CSS
-------------------------*/
.brands-wrap .owl-controls {
	margin-top:10px !important; 
}
.bran-logo { 
	text-align:center;
}
.bran-logo a img {
	display:inline-block !important;
	text-align:center; 
}
.layer1 {
	background-color:rgba(0, 0, 0, 0.4);
}
.layer3 {
	display:none !important; 
}
/*-------------------------
  25.2 Footer Settings
-------------------------*/
.footer-widget {
	margin-bottom:15px; 
}
.footerbottom ul {
	text-align: center;
    width: 100%;
    border-bottom: 0px; 
}
.copyrightinfo {
	text-align:center; 
}
.time-table {
	text-align:center; 
}
.logo {
	text-align:center;
	margin:auto; 
}
.logo-small {
	text-align:center;
}
.row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.row .small-12:last-child { 
	margin-bottom:0px;
}
.row .small-12:first-child {
	margin-top:0px; 
}
.top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.text-medium-right {
	text-align:center !important; 
}
.topbar .socialicons {
	text-align:center; 
}
.call-to-action i {
	display:block;
	margin:auto;
	margin-bottom:15px; 
}
.call-to-action h2 {
	text-align:center; 
}
.call-to-action h2 span {
	margin-left:10px; 
}
.call-to-action .button {
	display:table;
	margin:auto; 
}
}
/*-------------------------
  Mobile Adjustments 
  Media Queries
-------------------------*/

.text-center{
    text-align: center;
}
.network b, .networ strong {
    font-weight: 600;
    color: black;
}
.network p {
    text-align: left;
    font-size: 13.5px;
    padding: 0px 0;
    letter-spacing: -0.2px;
    font-family: 'Open Sans', sans-serif;
    line-height: 37px;
    color: #000;
    font-weight: bold;
}


.sidebar-contact {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -350px;
    width: 350px;
    height: 90vh;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0, .5);
  transition: 0.5s ease-in-out;
  z-index: 99999;
  display:block;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea{
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(0,0,0, .5);
  outline: none;
}

.sidebar-contact textarea {
  height: 90px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #15568e;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    border: 1px solid#15568e;
    line-height: 15px;
    border: 1px solid#15568e;
  
}
.sidebar-contact h2 {
margin: 20px 0 15px;
    padding: 0;
    font-size: 17px;
      font-family: "Open Sans", sans-serif;
}

.toggle {
  position: absolute;
    top: 28%;
    left: -40px;
    width: 40px;
    height: 230px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    background: #ff8300;
    padding: 5px;
    border-radius: 10px 0px 0px 10px;
	border: 2px solid#000;
}

.toggle::before {
 content:'Book an Appointment';
  font-family:inherit;
  font-size: 18px;
    padding-left: 10px;
  color:#fff;
  display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
       letter-spacing: 1.5px;
}

.toggle.active::before {
  content: '\f00d';
}

.closeform {
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 16px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    cursor:pointer;
}
.sidebar-contact p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
@media(max-width:768px){
    .sidebar-contact {
  
  display:block;
}
  
}

	.form-comment textarea.form-control, .form-contact textarea.form-control, .contact textarea.form-control {
    height: 65px !important;
}
.sidebar-contact input, .sidebar-contact textarea {
  width: 100%;
    height: 37px;
    padding: 5px 10px;
    margin-bottom: 0px;
    border: 1px solid rgba(0,0,0, .5);
    outline: none;
    border-radius: 5px;
	font-size: 13px;
}
.sidebar-contact {
top: 15px;
    height: auto;
    padding: 28px;
    transform: translateY(0%);
   
}
.sidebar-contact textarea {
    height: 60px !important;
    resize: none;
}
.sidebar-contact h2 {
       margin: -15px 0 15px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #ff8300;
}
.closeform {
    background: #fff;
    color: #000;
    padding: 0px 10px;
    
}
.sidebar-contact p {
 
    margin-bottom: 7px;
}
/* @media(max-width:768px){
  #myModal , .modal-backdrop {
      display:none !important;
  }  
} */
.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 150px;
    background-color: #00d01b;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;font-size: 20px;line-height: 45px;
}
/*.my-float {color:#fff;}*/

.float-call {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 95px;
    background-color: #e84b4b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 10px #676767;font-size: 20px;
    line-height: 45px;
}
.float-mail {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    background-color: #e84b4b;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 9px #999;
    font-size: 20px;
}
.fa-whatsapp:before {
    content: "\f232";
}
.overlap {background-color: transparent;}

.label-container {
    position: fixed;
    bottom: 48px;
    left: 5px;
    z-index: 999;
display:none;
}


@media(max-width:768px){
  .label-container , .info {
   display:none;
}  

}

   #myModal {
z-index:99999999;
display:none;
}
#myModal .modal-header h4 {
   margin: 0;
   font-family: inherit;
   font-size: 18px;
}
#myModal .modal-body {
    padding: 10px 30px 20px;
}
#myModal h5 {
font-size: 17px;
    color: #FF9800;
    padding-bottom: 0;
    text-align: center;
}
#myModal p {
   font-size: 13px;
    color: #000;
    padding-bottom: 0;
    margin-bottom: 8px;
}
#myModal input[type="submit"] {
    background: #000;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    border: 1px solid#000;
    padding: 4px;
    border-radius: 5px;
    margin-top: 0px;
    width: 100%;
}
.modal-header .close {
    cursor: pointer;
}
#myModal .form-control{
      background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: none;
    opacity: 1;
    height: 40px;
    margin: 0 0 0rem;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    width: 30%;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.6s;
    animation-name: animatetop;
    animation-duration: 0.6s;
    top: 15%;
}
#myModal .modal-content {
top:2%;
width: 94% !important;
	}

.reveal-overlay{
	
    z-index: 99999 !important;
	
}
@media (min-width: 992px){
#myModal1  .modal-lg {
    max-width: 1200px;
}
#myModal1  .modal-dialog {
   
    margin: 10% auto;
   
}
}	
	
@media (min-width: 768px){
#myModal .modal-content {
    width: 400px !important;
top:8%;
    margin: auto;
	}}.
	.fa, .fab, .fad, .fal, .far, .fas {
   
    line-height: inherit !important;
}

.client-logo {
    background: #fff;
    border: 1px solid#adadad;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 0 1px 6px #ccc;
    height: 100px;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-shadow: 0px 1px #ccc;
}
.single-testimonal .testimonal-image img {
    border: 1px solid #c81912;
    display: block;
    height: 100px;
    width: 100%;
    padding: 5px;
    background: #fff;
}

.sticky-top {
   position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 0;
}
.sidebar-contact12 {
    background: #15568e;
    padding: 25px 15px;
	    border-radius: 10px;
		margin-top:00px;
}
.sidebar-contact12 input, .sidebar-contact12 textarea {
    width: 100%;
    height: 37px;
    padding: 5px 10px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    font-size: 13px;
	background: #fff;
}
.sidebar-contact12 p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
	margin-bottom: 15px;
}
.sidebar-contact12 h2 {
    padding: 0;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sidebar-contact12 input[type="submit"] {
  background: #ff8300;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    border: 1px solid#ff8300;
    line-height: 15px;
}
.sidebar-contact12 textarea {
    height: 60px !important;
    resize: none;
}
@media (min-width: 1200px){
.service-details-section .container {
    max-width: 1300px;
}
}

.container {
  text-align: center;
}
.card {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  -webkit-perspective: 1500;
  -webkit-transform-style: preserve-3d;
  position: relative;
  height: 300px;
      margin-bottom: 25px;

}
.card .title h2 {
    font-size: 18px;
    color: #ff7526;
    font-weight: 600;
}
.card .front,
.card .back {
  overflow: hidden;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.7) 0 2px 6px -2px;
  background: #fff;
  border-radius: 10px;
  backface-visibility: hidden;
  background-color: #222;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.card .front {
     background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotateY(0);
    z-index: 2;
    background-color: #fff;
}
.card .front .title {
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: #15568e;
}
.card .front .title h2 {
     margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
	text-align: center;
}
.card .back {
  background: #333;
  transform: rotateY(-180deg);
  padding: 20px;
}
.card .back p {
 color: #fff;
    font-size: 15px;
}
.card .back .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.card .btn {
     padding: 4px 15px;
    display: block;
    color: inherit;
    border: 1px solid #c65c20;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
    background: #ff7526;
}
.card .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.card:hover .front {
  transform: rotateY(180deg);
}
.card:hover .back {
  transform: rotateY(0);
}

.entry-inner {
    padding-left: 80px;
    position: relative;
    text-align: left;
}

.entry-inner h3 {
   font-weight:600;
}

.entry-inner .entry-media {
    text-align: center;
    position: absolute;
    width: 70px;
    top: 0;
    left: 0;
    font-size: 50px;
}
.entry-inner .entry-media img {
    vertical-align: top;
}
.strong-view.default .strong-content {
    margin: 20px auto 0;
	font-family: "Calibri",Courier,monospace;
}
.strong-view.default .testimonial:first-child {
    margin-top: 0;
}

.strong-view.default .testimonial {
    border: 1px solid #e6e6e6;
    margin: 20px auto;
    text-align: left;
}
.strong-view.default .testimonial {
    max-height: none;
    max-width: none;
    padding: 0;
    width: 100%;
}
.strong-view.default .testimonial {
    height: 260px;
}
.strong-view.default .testimonial-inner {
    border: 1px solid #fff;
    padding: 20px;
    text-align: left;
}

.strong-view.default .testimonial-inner {
    display: block;
    width: 100%;
    height: 100%;
}
.strong-view.default .testimonial-heading {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/http://arogyameyeclinicandlaser.com/wp-content/plugins/strong-testimonials/templates/default/img/quotes.png) no-repeat scroll left center transparent;
    margin-top: 0;
    padding-left: 40px;
    text-align: left;
}

.strong-view.default .testimonial-heading {
    padding-left: 40px !important;
}
h3.testimonial-heading {
    font-size: 20px !important;
    text-transform: uppercase;
}

.strong-view.default .testimonial-content p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
	    color: #797979;
}

.strong-view.default .testimonial-content p:first-of-type {
    margin-top: 0;
    padding-top: 0;
	    color: #797979;
}
.strong-view.default div {
    box-sizing: border-box;
}

.maybe-clear {
    content: "";
    width: 6em;
    display: block;
    overflow: hidden;
}

.modal-body {
    padding-top: 10px;
    border-top: 1px solid#ccc;
}
.block-info strong {
    font-size: 20px;
	color: #ff8300;
}

.block-image img {
   height: 380px;
    width: 100%;
    border: 1px solid#ff8300;
    border-radius: 5px;
    margin: auto;
}

.block-info h2 {
    color: #ff8300;
    font-weight: 600;
}

.owl-carousel .owl-item img {
   
    height: 250px;
}
.reveal{
	padding: 10px;
	
}

@media(max-width:768px){
	
	.strong-view.default .testimonial {
    height: auto;
}
}


.slide-text {
    left: 5%;
    margin: auto;
    overflow: hidden;
    padding: 10px 50px;
    position: absolute;
    right: 15%;
    text-align: left;
    top: 33%;
}
.slide-text .title-box {
    -webkit-animation: fadeInLeft 1.5s 0.2s forwards;
    -moz-animation: fadeInLeft 1.5s 0.2s forwards;
    -o-animation: fadeInLeft 1.5s 0.2s forwards;
    -ms-animation: fadeInLeft 1.5s 0.2s forwards;
    animation: fadeInLeft 1.5s 0.2s forwards;
}
.slide-text .title-box, .slide-text .sub-title, .slide-text .btn-box {
    color: #fff;
    opacity: 0;
}
.slide-text .title-box {
    overflow: hidden;
    position: relative;
}
.slide-text .title-box h2 {
    color: #000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    margin-bottom: 33px;
    max-width: 600px;
    text-transform: capitalize;
}
.slide-text .btn-box .btn-theme {
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3.8px;
    padding: 12px 30px;
    text-transform: uppercase;
	    background: #15568F;
}
.slide-text .btn-box {
    -moz-animation: fadeInUp 1.5s 0.2s forwards;
    -webkit-animation: fadeInUp 1.5s 0.2s forwards;
    -o-animation: fadeInUp 1.5s 0.2s forwards;
    -ms-animation: fadeInUp 1.5s 0.2s forwards;
    animation: fadeInUp 1.5s 0.2s forwards;
}

.slide-text .title-box, .slide-text .sub-title, .slide-text .btn-box {
    color: #fff;
    opacity: 0;
}
.orbit-caption, .orbit-next, .orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe;
    background: rgb(0 0 0 / 21%);
}
.slide-text {
    top: 34%;
}
.slide-text .title-box h2 {
    font-size: 40px;
    line-height: 52px;
}
.slide-text .btn-box .btn-theme {
    padding: 12px 20px;
    font-size: 14px;
}
.orbit-image{
	    height: 530px;
}
.orbit-slide{
	    max-height: 530px !important;
}

.slide-text.home-2 {
    top: 44%;
    transform: translateY(-38%);
}
.testimonial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px){
.slide-text {
    top: 34%;
}
.slide-text .title-box h2 {
    font-size: 16px;
    line-height: 52px;
	margin-bottom: 6px;
line-height: 25px;
}
.slide-text .btn-box .btn-theme {
    padding: 5px 10px;
    font-size: 10px;
}
.orbit-image{
	    height: 220px;
}
.orbit-slide{
	    max-height: 220px !important;
}
.slide-text.home-2 {
    top: 39%;
    transform: translateY(-38%);
}
.slide-text {
    left: -8%;
    margin: auto;
    overflow: hidden;
    padding: 10px 50px;
    position: absolute;
    right: 15%;
    text-align: left;
    top: 33%;
}
.block-image img {
   height: 200px;
    width: 100%;
    border: 1px solid#ff8300;
    border-radius: 5px;
    margin: auto;
}
.testimonial img {
    width: 100%;
    height:auto;
    object-fit: cover;
}

}