/*
Theme Name: PsychologyCare
Theme URI: http://demos.pixelatethemes.com/psychology/
Author: DesignArc
Author URI: www.pixelatethemes.com
Description: Psychologycare business wp theme
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psychologycare
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/

/* 01 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - INDEX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - SERVICES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - FAQ */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - SERVICES1.1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - COOMING SOON */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
html {
    overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,

fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,

th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body * {
    -webkit-text-size-adjust: none;
    outline: none;
}
.grid-xs-1,
 .grid-sm-1,
 .grid-md-1,
 .grid-lg-1, 
 .grid-xs-2,
 .grid-sm-2,
 .grid-md-2,
 .grid-lg-2,
 .grid-xs-3,
 .grid-sm-3,
 .grid-md-3,
 .grid-lg-3,
 .grid-xs-4,
 .grid-sm-4,
 .grid-md-4,
 .grid-lg-4,
 .grid-xs-5,
 .grid-sm-5,
 .grid-md-5,
 .grid-lg-5,
 .grid-xs-6,
 .grid-sm-6,
 .grid-md-6, 
 .grid-lg-6,
 .grid-xs-7,
 .grid-sm-7,
 .grid-md-7, 
 .grid-lg-7, 
 .grid-xs-8,
 .grid-sm-8,
 .grid-md-8,
 .grid-lg-8,
 .grid-xs-9,
 .grid-sm-9,
 .grid-md-9,
 .grid-lg-9,
 .grid-xs-10,
 .grid-sm-10,
 .grid-md-10, 
 .grid-lg-10, 
 .grid-xs-11, 
 .grid-sm-11, 
 .grid-md-11, 
 .grid-lg-11,
 .grid-xs-12, 
 .grid-sm-12,
 .grid-md-12,
 .grid-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 15px;
 padding-right: 15px;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


textarea,
select {
	font-size: 15px;
	line-height: 26px;
	color: #c4c3c3;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    border: 1px solid #e0e0e0;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans';
	padding: 0 10px;
}
input{
	font-size: 15px;
	line-height: 26px;
	color: #b0afaf;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none;
    border: 1px solid;
    margin: 0;
   /* width: 100%;*/
    font-family: 'Open Sans';	
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
}

select::-ms-expand {
    display: none;
}
.secondbtn {
    margin: 30px auto;
    text-align: center;
	border-radius:4px;
}
.secondbtn input[type="submit"]{
    padding: 5px 25px; color:#fff;
    text-align: center; 
	background: #1078c1; border-radius:4px; border:0px;
}

/*input[type="submit"],
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}
input[type="submit"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 1px solid;
    cursor: pointer;
    z-index: 1;
}
*/

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Open Sans';
}

body p {
	color: #333;
	line-height: 26px;
}

b,
strong {
    font-weight: 700;
}
strong {
    line-height: 25px;
}


a {
    color: inherit;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.eP {
	position: relative;
	float: left;
	width: 100%;
}

.emptySpace5 {
    height: 5px;
}
.emptySpace10 {
    height: 10px;
}
.emptySpace15 {
    height: 15px;
}
.emptySpace20 {
    height: 20px;
}
.emptySpace25 {
    height: 25px;
}
.emptySpace30 {
    height: 0px;
}
.emptySpace35 {
    height: 35px;
}
.emptySpace40 {
    height: 40px;
}
.emptySpace45 {
    height: 45px;
}
.emptySpace50 {
    height: 50px;
}
.emptySpace55 {
    height: 55px;
}
.emptySpace60 {
    height: 60px;
}
.emptySpace65 {
    height: 65px;
}
.emptySpace70 {
    height: 70px;
}
.emptySpace75 {
    height: 75px;
}
.emptySpace80 {
    height: 80px;
}
.emptySpace85 {
    height: 85px;
}
.emptySpace90 {
    height: 90px;
}
.emptySpace95 {
    height: 95px;
}
.emptySpace100 {
    height: 100px;
}
.emptySpace105 {
    height: 106px;
}
.emptySpace110 {
    height: 110px;
}
.emptySpace115 {
    height: 115px;
}
.emptySpace120 {
    height: 120px;
}
.emptySpace125 {
    height: 125px;
}
.emptySpace130 {
    height: 130px;
}
.emptySpace135 {
    height: 135px;
}
.emptySpace140 {
    height: 140px;
}
.emptySpace145 {
    height: 145px;
}
.emptySpace150 {
    height: 150px;
}
.emptySpace155 {
    height: 155px;
}
.emptySpace160 {
    height: 160px;
}
.emptySpace165 {
    height: 165px;
}
.emptySpace170 {
    height: 170px;
}
.emptySpace175 {
    height: 175px;
}
.emptySpace180 {
    height: 180px;
}
.emptySpace185 {
    height: 185px;
}
.emptySpace190 {
    height: 190px;
}
.emptySpace195 {
    height: 195px;
}
.emptySpace200 {
    height: 200px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*Main*/

#content-block {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 100%;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

html.overflow-hidden body {
    overflow: hidden;
}

/*Table*/

.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
	/* padding: 15px 0; */
}

/*Body selection*/

::selection {
    color: #fefefe;
    background: #1e1e1e;
}

::-moz-selection {
    color: #fefefe;
    background: #1e1e1e;
}

/*Helper classes*/

.nopadding,
.nopadding>*[class*="col"] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.full-size {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed-background {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

body.mobile .fixed-background {
    background-attachment: scroll;
}

/*Article*/

.simple-article {
    color: #888;
}

.simple-article p {
	margin-bottom: 29px;
}

.simple-article p:last-child {
	margin-bottom: 0;
}

.simple-article.light p {
    color: #fff;
	
}
.appoinContent .simple-article.light p {
	line-height: 36px;
}
.simple-article.extraLight p {
	color: rgba(255, 255, 255, .7);
}

.simple-article.black p {
    color: #313131;
}

.simple-article img {
    max-width: 100%;
    height: auto;
    display: block;
}

.simple-article img.image-left {
	margin-right: 55px;
	max-width: 50%;
	float:left;
}

.simple-article img.image-right {
	margin-left: 55px;
	max-width: 50%;
	float:right;
}
.entry-content ul li{
	line-height: 24px;
}
.simple-article ol li {
    padding-left: 0;
    margin-bottom: 2px;
	font-size: 16px;
	line-height: 32px;
	color: #424242;
}

ol li {
    padding-left: 0;
    margin-bottom: 2px;
	font-size: 16px;
	line-height: 32px;
	color: #424242;
}

.simple-article ul li {
    margin-bottom: 6px;
	color: #424242;
}
.simple-article.ul-set ul{
	padding-left:0px;
	list-style:none;
}
 .simple-article.ul-set ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background:url(assets/images/list-check.png) no-repeat center center;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.simple-article.light ol li,
.simple-article.light ul li {
	color: #fff;
}

.simple-article.style2 ul li:before {
	background: #666666;
	width: 4px;
	height: 1px;
	margin-right: 9px;
	content: "";
	vertical-align: middle;
    position: relative;
    top: -1px;
	display: inline-block;
}

/*Typography*/

.large {
    font-size: 18px;
    line-height: 30px;
}

.normall {
    font-size: 15px;
    line-height: 26px;
}

.small {
    font-size: 14px;
    line-height: 24px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6, 
h6 {
    color: #242424;
	font-family: "Raleway";
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	letter-spacing: 0.3px;
}
.h1.as,
h1.as,
.h2.as,
h2.as,
.h3.as,
h3.as,
.h4.as,
h4.as,
.h5.as,
h5.as,
.h6.as, 
h6.as {
	font-weight: 700;
}
.light.h1,
.light h1,
.light.h2,
.light h2,
.light.h3,
.light h3,
.light.h4,
.light h4,
.light.h5,
.light h5,
.light.h6,
.light h6 {
    color: #fff;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
    margin-bottom: 17px;
	text-transform: none;
	font-weight: 700;
}

.simple-article h6 {
	font-weight: 400;
}

.simple-article img {
	max-width: 100%;
	height: auto;
	display: block;
}

.h1,
h1 {
    font-size: 48px;
    line-height: 57px;
}

.h2,
h2 {
    font-size: 34px;
    line-height: 36px;
}

.h3,
h3 {
    font-size: 28px;
    line-height: 32px;
}

.h4,
h4 {
    font-size: 25px;
    line-height: 26px;
}

.h5,
h5 {
    font-size: 22px;
    line-height: 24px;
	color: #1078c1;
}

.h6,
h6 {
    font-size: 18px;
    line-height: 22px;
}

.simple-article a:not(.button) {
    color: #898989;
}

.simple-article a:hover {
    text-decoration: underline;
}

.simple-article hr {
    background: #e0e0e0;
	margin: 47px 0;
}

/*Buttons*/

button {
	background: transparent;
	border: none;
}

.button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
	background: #b07bb6;
	padding: 13px 43px!important;
    font-size: 15px!important;
    line-height: 18px!important;
    color: #fff;
	border-radius: 23px;
	font-family: "Open Sans";
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.abtn{color:#1078c1; font-weight:bold}
.button-close {
    width: 40px;
    height: 40px;
    background: #0084ff;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

.button-close span {
	background: #2e2e2e;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.button-close span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.button-close span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-close:hover span {
	background: #fff;
}

.light.button {
	border-color: bisque;
	color: coral;
}
/*.responsiveSrollWrapper{overflow:hidden}*/
.row {
    margin-right: -15px;
   margin-left:0px!important;
}
.responsiveWrapper{width:100%}
.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #68a4ec;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.button:hover, .button:focus, .button:active {
	color: #fff;
}

.button:hover:before, .button:focus:before, .button:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.btnStyle2 {
	background: #68a4ec;
}

.btnStyle2:before {
	background: #b07bb6;
}

.btnStyle3 {
	background: #fff;
	color: #2d2d2d;
}
.button.btnStyle3 {
    background: #fff;
    color: #2d2d2d;
	margin-top: 10px;
}
.btnStyle3:before {
	background: #68a4ec;
}

.btnSize1 {
	padding: 13px 36px;
}

.btnSize2 {
	font-size: 20px!important;
	padding: 24px 59px!important;
	letter-spacing: 1px;
	border-radius: 50px;
}

/*Inputs*/

.simple-input {
    font-size: 14px;
    color: #000;
    height: 45px;
    line-height: 48px;
    padding: 0 20px;
    width: 100%;
	background: #fff;
    border: 1px #eff0f1 solid;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.simple-input:focus {
    border-color: #a175aa;
}

.simple-input.invalid {
    border-color: #f11e1e!important;
}

textarea.simple-input {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    height: 110px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbbaba;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bbbaba;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bbbaba;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbbaba;
    opacity: 1;
}

/*bgImage inputs*/


.simple-input.light {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.simple-input.light:focus {
    border-color: #fff;
}

input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-moz-placeholder,
textarea.light:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light::-moz-placeholder,
textarea.light::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

input.light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

/*Radio CheckBox*/

.checkbox-entry {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 20px;
    min-height: 20px;
}

.checkbox-entry input {
    display: none;
}

.checkbox-entry span {
    position: relative;
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    color: #888;
    text-transform: uppercase;
}

.checkbox-entry:hover span,
.checkbox-entry span a:hover {
    color: #555;
    text-decoration: none;
}

.checkbox-entry span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px #eee solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url(../img/icon-6.png) 100px center no-repeat #fff;
}

.checkbox-entry input:checked+span:before {
    border-color: #a175aa;
    background-color: #a175aa;
    background-position: center center;
}

.checkbox-entry.radio span:before {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: none;
}

.checkbox-entry.radio input:checked+span:before {
    border-color: #a175aa;
    background-color: #fff;
    border-width: 7px;
}

.checkbox-entry a:hover {
    text-decoration: underline;
}

.checkbox-entry.light span {
    color: rgba(255, 255, 255, .8);
}

.checkbox-entry.light:hover span,
.checkbox-entry.light span a:hover {
    color: #fff;
    text-decoration: none;
}

.checkbox-entry.light.radio input:checked+span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px #eee solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*SumoSelect*/

.sumoWrapper {
	position: relative;
}

.SelectBox {
	padding: 15px 19px;
}

.SumoSelect {
	width: 270px;
}

.SelectBox,
.SumoSelect > .CaptionCont > span,
.SumoSelect > .CaptionCont > label {
	cursor: pointer;
}

.SumoSelect > .CaptionCont > label > i {
	background-image: url(../img/sumo-arrow.png);
}

.SumoSelect > .CaptionCont > span {
	color: #b0afaf;
	letter-spacing: 1px;
}

.SumoSelect > .CaptionCont > span.placeholder {
	font-style: normal;
}

.SumoSelect > .CaptionCont {
	border-color: #fff;
	border-radius: 0;
}

.SumoSelect > .CaptionCont > label {
	margin-right: 10px;
}

.SumoSelect:focus > .CaptionCont, 
.SumoSelect:hover > .CaptionCont {
	border-color: transparent;
	box-shadow: none;
}

.SumoSelect.open > .CaptionCont {
	border-color: #a175aa;
	box-shadow: none;
}

.SumoSelect.open > .optWrapper {
	top: 45px;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options  li.opt {
	padding: 0; 
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #a175aa;
}

.SumoSelect > .optWrapper > .options li.opt:hover label {
	color: #fff;
}

.SumoSelect > .optWrapper > .options li label {
	color: #b0afaf;
}

.SumoSelect > .optWrapper {
	border-color: #a175aa;
	border-radius: 0;
	box-shadow: none;
}

.SumoSelect > .optWrapper > .options li label {
	padding: 15px;
}

/*Social*/

.socialWrapper {
	position: relative;
}

.socialWrapper a {
	font-size: 21px;
	color: #000;
	margin: 0 12px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.socialWrapper a:first-child {
	margin-left: 0;
}

.socialWrapper.light a {
	color: #7c7c7c;
}

.socialWrapper a:hover {
	color: #a175aa;
}

/*Gallery*/

.gallerWrapper {
	position: relative;
}

.gallerWrapper li {
	margin-bottom: 5px;
}



/* LIGHTBOX */

body.hidden-scroll {
	overflow: hidden;
}

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(31, 31, 31, .7);
	display: none;
	z-index: 1006;
}

.sl-wrapper {
	z-index: 1000;
}

.sl-wrapper button {
	border: 0 none;
	cursor: pointer;
}

.sl-wrapper .button-close {
	right: 30px;
	top: 30px;
	z-index: 1015;
	position: fixed;
}

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1015;
}

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none;
}

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	height: 29px;
	width: 80px;
	display: block;
	z-index: 1015;
	background: url(../img/icon-1.png) transparent;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.sl-wrapper .sl-navigation button.sl-next {
	display: block !important;
	right: 1%;
}

.sl-wrapper .sl-navigation button.sl-prev {
	display: block !important;
	left: 1%;
}

.sl-wrapper .sl-navigation button.sl-next:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f061';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-wrapper .sl-navigation button.sl-prev:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f060';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}
.blogAside {
    display: block !important;
    margin-top: 15px;
}
.sl-wrapper .sl-navigation button.sl-next:hover:after,
.sl-wrapper .sl-navigation button.sl-prev:hover:after {
	color: #b07bb6
}

.sl-close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 1007;
}

.sl-close:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f00d';
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.sl-close:hover:after {
	color: #b07bb6;
}

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
}

.sl-wrapper .sl-image iframe {
	border: 0 none;
	background: #000;
}

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	z-index: 1005;
}

.sl-spinner {
	display: none;
	border: 5px solid #fff;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (max-width: 767px) {
	.sl-wrapper .sl-navigation button.sl-prev,
	.sl-wrapper .sl-navigation button.sl-next {
		display: none !important;
	}
	
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.popup-wrapper.active {
    left: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0;
}

.popup-wrapper.active .bg-layer {
    opacity: 1;
}

.popup-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    left: -10000px;
    padding: 15px;
}

.popup-content.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    left: 0;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    position: relative;
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: left;
    background: #fff;
    max-width: 570px;
}

.popup-container .button-close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
}

.popup-align {
    padding: 80px 100px;
    overflow: hidden;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.swiperMainWrapper {
	position: relative;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper {
    transform: none!important;
    -webkit-transform: none!important;
    cursor: auto;
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets {
    display: none;
}

.swiper-pagination.relative-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet-active {
	background: #b07bb6;
}

/*Swiper buttons*/

.swiper-button-prev,
.swiper-button-next {
	background: none;
}

.swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 70px;
	color: #68a4ec;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 70px;
	color: #68a4ec;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before{
	color: #b07bb6;
}

.mainSwiperbanner .swiper-button-next,
.mainSwiperbanner .swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: 11px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.mainSwiperbanner .swiper-button-next:before,
.mainSwiperbanner .swiper-button-prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mainSwiperbanner .swiper-button-next:hover,
.mainSwiperbanner .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 1);
}

.ourTeamSlider .swiper-button-next,
.ourTeamSlider .swiper-button-prev {
	left: 60%;
	top: auto;
	bottom: -50px;
	background-image: none;
	border: 1px solid #ababab;
	width: 45px;
	height: 45px;
	z-index: 4;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.ourTeamSlider .swiper-button-next {
	left: 65%;
}

.ourTeamSlider .swiper-button-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #ababab;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.ourTeamSlider .swiper-button-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #ababab;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.ourTeamSlider .swiper-button-prev:hover,
.ourTeamSlider .swiper-button-next:hover {
	border-color: #b07bb6;
}

.ourTeamSlider .swiper-button-prev:hover:before,
.ourTeamSlider .swiper-button-next:hover:before{
	color: #b07bb6;
}

.ourTeamSlider .swiper-container {
	padding-left: 20px;
}
.textwidget a{color:#898989}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.tab-menu {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 30px;
    cursor: pointer;
}

.tab-menu.active {
    color: #0084ff;
}

.tab-entry {
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - ACCORDEON */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.accordeon-title {
    cursor: pointer;
	background: #f3f3f3;
	padding: 14px 65px;
	position: relative;
	color: #000000;
}

.accordeon-title:last-child {
	margin-bottom: 0;
}

.accordeon-toggle {
    display: none;
	position: relative;
}

.accrodeonButton {
	width: 28px;
	height: 28px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 13px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.accrodeonButton span {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #aeaeae;
	width: 13px;
	height: 3px;
	margin-left: -7px;
	margin-top: -1px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.accrodeonButton span:first-child {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordeon-title.active .accrodeonButton {
    background: #a175aa;
}

.accordeon-title.active .accrodeonButton span {
	background: #fff;
}

.accordeon-title.active .accrodeonButton span:first-child {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.accordeon-title:hover .accrodeonButton {
	background: #a175aa;
}

.accordeon-title:hover .accrodeonButton span {
	background: #fff;
}


.accordeon .simple-article {
	background: #f3f3f3;
	padding: 0 30px 35px 67px;
}

/*Accordeon style2*/

.accordeon.style2 .accordeon-title {
	border: 1px solid #d1d1d1;
	color: #323232;
	padding: 10px 20px;
	font-weight: 700;
}

.accordeon.style2 .accordeon-title i.fa {
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 25px;
}

.accordeon.style2 .accordeon-toggle {
	border: 1px solid #d1d1d1;
	border-top: none;
}

.accordeon.style2 .simple-article {
	background: #fff;
	padding: 25px;
}

.accordeon-title i.fa {
	color: #909090;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.accordeon-title.active i.fa {
	transform: rotate(90deg);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - MAP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#map-canvas {
    height: 395px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*header*/
a[href^="tel:"]{font-family: 'Lato', sans-serif!important;}
header {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 1000;
	border-top: 6px solid #888e99;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.tp-fullwidth-forcer{height:525px!important;overflow:hidden}
.abtdiv{/*background:url("http://www.drnaveen.desimd.com/wp-content/uploads/2018/04/backgroundbg.jpg") 0 0 repeat-y;*/ background:#f5f5f5; height:400px; padding:30px 0px;overflow:hidden}
.abtdiv h2{color:#1078c1; font-weight:500;}
.abtdiv h2 span{color:#7bad36}
.abtdiv .bold{color:#1078c1; font-weight:500; font-weight:bold; margin:10px 0px}
.abtdiv h6{color:#333; font-weight:500; margin-bottom:25px;}
.abtdiv p{margin-bottom: 10px;line-height: 26px; color:#4c4c4c}
.headerTopInfo {
	/*background: url(assets/images/menu-bg.png);*/
	position: relative;
	padding-top: 15px;
    padding-bottom: 15px;
}
.btn {
    background: #107cc7 !important;
    width: auto;margin: 20px;
    border: none;
    cursor: pointer;
    font: 18px 'Lato', Arial,san-serif;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 3px;
}
.top-left{margin:20px;overflow:hidden}
.ctn{padding: 5px 0px 5px 20px;}
.ctn .fa{color:#7bad36;font-weight:800}
.ctn a{color:#1078c1; font-weight:600; text-transform: lowercase;}
.innersuccesstories{background:#f5f5f5; padding:10px 0px;overflow:hidden}
.innersuccesstories h2{color:#1078c1; font-weight:500; text-align:center;margin-bottom: 25px;}
/*.innersuccesstories h2:before,
.innersuccesstories h2:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  top: 0;
  width: 30%;margin: 24px auto;
}
.innersuccesstories h2:before {
 right: 72%;
}
.innersuccesstories h2:after {
    margin-left: 15px;
}*/
.innersuccesstories h2 span{color:#7bad36}
.successtories{background:#fff; padding:30px 0px;overflow:hidden}
.successtories h2{color:#1078c1; font-weight:500; text-align:center}
.successtories h2 span{color:#7bad36}
.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-size: 16px;
  margin: 35px 7px 10px;
  /*max-width: 310px;
  min-width: 250px;*/
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #1078c1;
}
.bgcolor{background:#031422;overflow:hidden}
.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}
.centeralign{text-align:center}
.margintop{margin-top:35px;}
.introimg{/*background:#3681b6;*/padding: 0px;}
.intro{background:#fff;padding:10px 0px}
.innerbg{background:#fff; padding:10px 0px;overflow:hidden}
.innerbg h2{color:#1078c1; font-weight:500; text-align:center}
.innerbg h2 span{color:#7bad36}
.entry-content .titletxt{color:#1078c1; margin:0px 0px 15px 0px; font-weight:600; padding:0px; text-align:center;font-size: 35px;line-height: 48px;}
.entry-content .titletxt span{color:#7bad36;}
.entry-content h6{color:#333; font-weight:500;margin-bottom:10px;}
.entry-content p{font-size:14px; line-height:26px; color:#3d4247;margin-bottom: 10px;}
.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #1078c1;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #1076bd;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300; padding:0px;
  margin: 0 0 20px; background:#fff; border-left:0px;
}
.mapbox {
    /*background: #f5f5f5;*/
		background:url("https://www.drnaveenreddyortho.com/wp-content/uploads/2018/06/abt-bg.jpg") 0 0 no-repeat;
	/*background:url("http://www.drnaveen.desimd.com/wp-content/uploads/2018/04/bg.jpg") 0 0 no-repeat;*/
    padding: 30px 0px; background-size:100% 100%;
    overflow: hidden;
}
.mapbox h2{color:#fff; font-weight:500; text-align:center; margin-bottom:20px;}
.mapbox h2 span{color:#fff}
.mapdiv{padding:10px;overflow:hidden; background:#fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); min-height: 420px;}
.mapdiv img{padding: 10px 0px!important; height: auto; text-align:center;margin:0px auto!important}
.mapdiv iframe{border:1px solid #a5a5a5!important}
.mapdiv h5{color:#1078c1; text-align:center; margin:10px 0px; font-weight:bold; font-size:20px; }
.mapdiv p{color:#383838; padding: 0px 10px 10px 10px;font-size:15px;}
.mapdiv h6{color:#1078c1; text-align:left; margin:5px 0px;font-weight:600; font-size:16px;padding:0px 10px; }
.mapdiv1 {
    padding: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    max-height: 400px;
}
.choosediv{ background:#f5f5f5; padding:30px 0px;overflow:hidden}
.choosediv h2{color:#1078c1; font-weight:500; text-align:center}
.choosediv h2 span{color:#7bad36}
.choosediv h6{color:#1078c1; font-weight:500; margin-bottom:5px;}
.choosediv p{margin-bottom: 10px;line-height: 26px; color:#4c4c4c}
#pain-locator {
    float: right;
    width: 100%;
    height: 450px;
    margin: 0;padding:0px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
#pain-locator {
    float: right !important;
}
.problemzoom {
    float: left;
width: 249px;
height: 300px;
padding: 0;
margin:-400px 0 0 275px;
position: relative;
z-index: 850;

}
.map{width:860px; height:450px!important; cursor:pointer}

.headerTopInfo:before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	/*background: url(assets/images/menu-bg.png);;*/
	height: 100%;
	content: '';
}

.headerTopInfo:after {
	position: absolute;
	top: 0;
	right: 100%;
	width: 5000px;
	/*background: url(assets/images/menu-bg.png);*/
	height: 100%;
	content: '';
}

.logo {
	position: relative;
	display: inline-block;
	z-index: 10;
	max-width: 295px;
	/*max-height: 43px;*/overflow:hidden;
}

.logo img {
	max-width: 100%;
	height: auto;
	display: block;
	-webit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.logo:hover img {
	opacity: .9;
}

.headerMoreInfo {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 1;
	width: 100%;
	text-align: right;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.phoneBlock {
	position: relative;
	display: inline-block;
	margin: 0 36px;
}

.phoneBlock .Fphone2  {
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.phoneBlock .as a {
	font-family: 'Lato';
	font-weight: 900;
	color: #333333;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.phoneBlock .as a:hover {
	color: #1078c1;
}

.phoneBlock .as,
.phoneBlock p{
	padding-left: 55px;
}

.phoneBlock p {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: left;
}

.headerTopInfo .btnWrapper {
	float: right;
}
.headerMoreInfo a.button.btnSize1 {
    vertical-align: top;
	padding: 13px 33px!important;
}
.imgWrapper {
	position: relative;
	display: block;
}
.imgWrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*Tumbnail*/

.tumbWrapper {
	position: relative;
	max-width: 270px;
	margin: 0 auto;
}

.tumbWrapper .imgWrapper {
	margin-bottom: 25px;
}

.tumbWrapper .as a {
	display: block;
	text-transform: none;
	margin-bottom: 4px;
	font-weight: 600;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tumbWrapper .as a:focus,
.tumbWrapper .as a:hover {
	color: #1078c1;
	text-decoration: underline;
}

.tumbWrapper.style2 {
	max-width: 370px;
}

.tumbWrapper.style2 .imgWrapper {
	margin-bottom: 37px;
}

.tumbWrapper.style2 .as a {
	margin-bottom: 11px;
	font-weight: 700;
}

.tumbWrapper .tumbContent {
	margin-bottom: 10px;
}

.tumbWrapper .timeBlock {
	position: absolute;
	left: 20px;
	bottom: -16px;
	background: #a175aa;
	color: #fff;
	
	border-radius: 2px;
	display: inline-block;
	padding: 9px 21px;
}
.exnews .tumbWrapper .timeBlock{
	padding: 9px 21px;
}
.style2 .tumbWrapper .timeBlock{
	padding: 9px 21px;
}

.readMore {
	font-size: 13px;
	line-height: 18px;
	color: #2488e6;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tumbWrapper .readMore:hover {
	color: #a175aa;
}

.tumbWrapper.persone .blockContent {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.tumbWrapper.persone .blockContent span,
.tumbWrapper.persone .blockContent a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tumbWrapper.persone .blockContent a:hover {
	color: #a175aa;
	text-decoration: underline;
}

.tumbWrapper.persone .imgWrapper {
	margin-bottom: 16px;
}

.block {
	position: relative;
}

.block .as a {
	display: block;
	margin-bottom: 6px;
	font-weight: 800;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.block .as a:hover {
	color: #1078c1;
}

.block .blockContent {
	padding-left: 67px;
}

.block .imgWrapper	{
	position: absolute!important;
	left: 0;
	top: 0; color:#7bad36;
}
.blogWrapper .row{padding:0px; margin:0px;}
.chooseBlock1 .cell-view1 {
	height: 100px;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px dashed #777;
}
.loc{ margin-bottom:35px!important;}
.paneldiv h5{ 
	margin: 15px auto;
    line-height: 30px;
}
.chooseBlockWrapper1 {
	position: relative;
	overflow: hidden;
}

.chooseBlockWrapper1:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5000px;
	height: 1px;
	background: #ddd;
	content: '';
}

.chooseBlockWrapper1:after {
	position: absolute;
	top: 0;
	left: 49%;
	width: 1px;
	height: 5000px;
	background: #ddd;
	content: '';
}
.block1 {
    position: relative;
}
.block1 .imgWrapper1 {
    position: absolute !important;
    left: 0;
    top: 0;
    color: #7bad36;
}
.lefttxt{text-align:left!important;font-size: 32px;line-height: 46px; margin-bottom:10px}
.block1 .imgWrapper1 h1 {
    color: #7bad36;font-weight:600;padding-right: 8px;line-height: 44px;
}
.ullist li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ullist {
  margin: 2em 0;
}

.ullist li {
  margin: 1em;
  margin-left: 3em; font-size:15px; line-height:26px;
}
.ullist li span{
 color:#7bad36;padding-right:10px;font-weight:600;
}

.ullist li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;font-weight: bold;
  margin-left: -1.5em;
  color: #1078c1;
}

.servicelist li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.servicelist {
  margin: 0px;
}

.servicelist li {
  margin: 1em; padding-left:20px; 
  margin-left:0em; font-size:15px; line-height:26px;
}
.servicelist li span{
 color:#7bad36;padding-right:10px;font-weight:600;
}
 .servicelist li {
  font-weight: normal; 
  margin: 0px 10px 20px 0px; padding-left:40px;
 background:url("https://www.drnaveenreddyortho.com/wp-content/uploads/2018/04/bone.png") 10px 6px no-repeat
}
/*.servicelist li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  font-weight: bold; display:inline-block;
  margin: 0px 10px 0px -10px;
  color: #1078c1;background:url("http://www.drnaveen.desimd.com/wp-content/uploads/2018/04/bone25x25.png") 0 0 no-repeat
}*/



.serviceicon {
  margin: 0px;
}

.serviceicon li {
  margin: 1em; padding-left:20px; text-indent: -0.60em;
  margin-left:0em; font-size:15px; line-height:26px;
}
.serviceicon li span{
 color:#7bad36;padding-right:10px;font-weight:600;
}
 
.serviceicon li:before {
 /* content: '';
  font-family: 'FontAwesome';*/
  font-weight: bold; display:inline-block;
  margin: 0px 10px 0px -10px;
  color: #1078c1; background:url("https://www.drnaveen.desimd.com/wp-content/uploads/2018/04/bone25x25.png") 0 0 no-repeat
}




.block1 .blockContent {
    padding-left: 130px;
}
.normall1 h6 {
    color: #1078c1;
    font-weight: 500;
    margin-bottom: 5px;font-size: 19px;
}
.block1 .as a {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.normall1 {
    font-size: 15px;
    line-height: 26px;
}

.chooseBlock .cell-view {
	height: 165px;
}

.chooseBlockWrapper {
	position: relative;
	overflow: hidden;
}

.chooseBlockWrapper:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5000px;
	height: 1px;
	background: #ddd;
	/*content: '';*/
}

.chooseBlockWrapper:after {
	position: absolute;
	top: 0;
	left: 49%;
	width: 1px;
	height: 5000px;
	background: #ddd;
	/*content: '';*/
}

/*Header Menu*/
nav.menuBorder:after {
    top: -1px;
    border-top: 1px solid #c9cdd0;
    height: 59px;
}
nav.menuBorder:before {
    top: -1px;
    border-top: 1px solid #c9cdd0;
    height: 59px;
}
nav.menuBorder {
    border-top: 1px solid #c9cdd0;
	    position: absolute;
}
nav {
	position: relative;
	background: rgba(255, 255, 255, .7);
	padding:15px 0;
	
}

nav:before {
	position: absolute;
	top: 0px;
	right: 100%;
	width: 5000px;
	 height: 100%; 
	background: rgba(255, 255, 255, .7);
	content: '';

}

nav:after {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 5000px;
	 height: 100%; 
	background: rgba(255, 255, 255, .7);
	content: '';

}

nav ul {
	min-width: 140px;
	padding-left:0;
}

nav ul li {
	display: inline-block;
	position: relative;
	padding-left:0px;
}

nav ul li i.fa {
	font-size: 16px;
	color: inherit;
	position: absolute;
	top: 1px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}
nav li .fa.fa-angle-down {
    display: none;
}
nav ul li.menu-item-has-children i.fa {
    display: inline-block;
}
nav ul li ul li i.fa {
	top: 15px;
}

nav ul li a {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Raleway';
	font-weight: 800;
	text-transform: uppercase;
	padding: 5px 45px;
	/*letter-spacing: 1px;*/
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

nav ul li a:first-child {
	padding-left: 0;
}

nav ul li.current-menu-item > a,
nav ul li a:hover,
nav ul li a:focus {
	color: #b07bb6;
}

/*Responsive menu*/

.menuIcon {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 17px;
    width: 25px;
    cursor: pointer;
    z-index: 3;
    float: right;
    margin-top: -11px;
	display: none;
}

.menuIcon span {
    height: 3px;
    width: 25px;
    background: #202020;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
}

.menuIcon span:nth-child(1) {
    top: 0;
    left: 0;
}

.menuIcon span:nth-child(2),
.menuIcon span:nth-child(3) {
    top: 43%;
    left: 0;
}

.menuIcon span:nth-child(4) {
    bottom: 0;
    left: 0;
}

.menuIconActive span:nth-child(1) {
	-webkit-transform: translate(70px);
    transform: translate(70px);
    opacity: 0;
    visibility: hidden;
}

.menuIconActive span:nth-child(4)  {
	-webit-transform: translate(-70px);
    transform: translate(-70px);
    opacity: 0;
    visibility: hidden;
}

.menuIconActive span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #b07bb6;
}

.menuIconActive span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #b07bb6;
}

/*Menu drop downs*/

nav ul li ul {
	position: absolute;
	top: 13px;
	left: -8px;
	padding:0;
	padding-top: 25px;
	opacity: 0;
	visibility: hidden;
	min-width: 258px;
	z-index: 2;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 220ms linear;
	transition: all 220ms linear;
}

nav ul li ul:after {
	content: '';
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .25);
	position: absolute;
	top: 27px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

nav ul li ul li {
	display: inline-block;
	background: #fff;
	width: 100%;
	border-top: 1px solid #e7e7e7;
}

nav ul li ul li a {
	padding: 5px 30px!important;
	display: block;
	color: #636363;
	text-transform: none;
	font-weight: 600;
	font-family: "Open Sans";
	letter-spacing: 0.3px;
	position: relative;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

nav ul li ul li ul li:hover a,
nav ul li ul li:hover a {
	color: #fff;
	background: #b07bb6;
}
nav ul li ul li:hover ul li a {
	color: #636363;
	background: #fff;
}
nav ul li ul li ul li:hover a {
	color: #fff;
	background: #b07bb6;
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

/*Menu drop down level 2*/

nav ul li ul li ul {
	top: 0;
	left: 100%;
	padding: 0;
}

nav ul li ul li i.fa {
	right: 10px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

nav ul li ul li:hover i.fa {
	color: #fff;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - INDEX */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.mainBanner {
	position: relative;
}

.mainBanner .cell-view {
	z-index: 2;
	position: relative;
	padding-top: 200px!important;
}

.sliderBg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 25%;
}

.bg {
/*	background-size: cover!important;*/
	background-position: 50% 50%!important;
}

.bgShadow {
	position: relative;
}
.banner.bgShadow {
	/*background-color: #476b8a;*/
	background:url("https://www.drnaveenreddyortho.com/wp-content/uploads/2018/04/abt-bg-1.jpg") 0 0 no-repeat;
}
.bgShadow:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(0, 0, 0, .3);*/
	content: '';
	display:block!important;
}

.bgShadow.light:before {
	background: rgba(0, 0, 0, .1);
}

.bgShadow.strong:before {
	 background: rgba(0, 0, 0, .5); 
	/* background: rgba(51, 102, 153, 0.6); */
	
}
.hm1bestthing{
	background-attachment:fixed;
}
.vc_row.wpb_row.vc_row-fluid.contentPadding.bg.simpleBanner.bgShadow.strong.hm1bestthing.vc_custom_1507942804927.vc_row-has-fill {
    background-position: 80%!important;
}
.bgShadow.style2:before {
	background: rgba(40, 36, 58, .75);
}

.mainBanner.bgShadow:before {
	z-index: 1;
}

.mainBanner.bg {
	background-position: 50% 23%;
}

.bannerTitle {
	text-align: center;
	margin-bottom: 35px;
}

.bannerTitle .as {
	text-transform: none;
	margin-bottom: 11px;
}
.contactContent:nth-child(5) {
    border-bottom: 0!important;
    padding-bottom: 0;
}
div#nav_menu-3 {
    margin-left: -10px;
}
.bannerTitle p {
	color: #fff;
	font-size: 22px;
	line-height: 27px;
}

.bannerBtnWrapper {
	text-align: center;
}

.bannerBtnWrapper .button {
	margin: 0 13px;
}

.contentPadding {
	position: relative;
	padding: 10px 0;
}

.contentTitle .as {
	margin-bottom: 26px!important;
}
.service3 .contentTitle .as {
    margin-top: 0;
}
.contentTitle .as span {
	color: #a175aa;
}

.btnWrapper {
	text-align: center;
}

.mainBanner .btnWrapper {
	float: left;
	position: relative;
	width: 100%;
}

.grey {
	background: #eff0f1;
}

.titleShortocode {
	position: relative;
}

.titleShortocode.big {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
.titleShortocode.big .simple-article p {
    line-height: 30px;
	font-weight: 300;
}
.titleShortocode.big .as {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 25px;
	text-transform: none;
	font-family: 'PT Serif', serif;
	font-weight: 700;
}
.homeabout5 .aboutUs > p{
	font-family: 'PT Serif', serif;
	
}
.aboutUs > p {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px!important;
	color: #424242;
	font-style: italic;
	font-family: 'PT Serif', serif!important;

}

.simpleBanner .cell-view {
	height: auto;
}

.chooseWrapper .as  {
	margin-bottom: 24px;
}

.personePhone {
	position: relative;
}

.personePhone .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.personePhone a {
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	display: block;
	margin-bottom: 4px;
	letter-spacing: 1px;
	font-weight: 700;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.personePhone a:hover {
	color: #a175aa;
}

.personePhone span {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

.personeWrapper {
	position: relative;
	padding: 60px 0;
	
}

.personeWrapper .as {
	margin-bottom: 7px;
	letter-spacing: 2px;
}

.personeWrapper > p {
	font-style: italic;
	color: #fff;
	margin-bottom: 26px;
	letter-spacing: 0.30px;
	
}
.customerSay p {
    text-align: center!important;
}
.customerSayTite p {
    text-align: left;
}
.customerName p {
    text-align: center;
}
.personeWrapper .simple-article p {
	margin-bottom: 25px;
}

.personeWrapper .simple-article p:last-child {
	margin-bottom: 0;
}
.personeWrapper h2{
	font-weight: 700!important;
}
.personePhoneContent {
	padding-left: 80px;
}

.personeImg {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.requestForm .btnWrapper {
	text-align: left;
}

.requestForm .sumoWrapper .SumoSelect {
	width: 100%;
}

.personeBg {
	position: relative;
	background: rgba(88, 94, 118, .8);
	z-index: 10;
}

.contactBg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 45%;
	height: 100%;
	background-position: 50% 50%!important;
	background-size: cover!important;
}
.contactBg.bgShadow.style2.back-image{
	 /* background:url(assets/images/bg-layer.jpg); */
}
.contactContent {
	border-bottom: 1px solid rgba(236, 239, 241, .2);
	padding-bottom: 37px;
}
.contactContent:nth-child(4){
	border-bottom:0;
}

.contactContent:last-child{
	border-bottom:0!important;
	padding-bottom:0;
}

.contactContent span,
.contactContent p {
	color: #fff;
}

.contactContent span {
	text-transform: uppercase;
	font-weight: 700;
}

.contactContent p {
	display: inline-block;
}

.contactContent a {
	display: block;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.contactContent a:hover {
	color: #a175aa;
}

.contactContent:last-of-type {
	border-bottom: 0;
}

.verAlign {
    font-size: 0;
}

.verAlign > *[class*="col-"] {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.imgTumb {
	position: relative;
	overflow: hidden;
	display: block;
}

.imgTumb:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(169, 108, 169);
	content: '';
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
	opacity:0.75;
}

.imgTumb:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin-left: 0;
}

.flatIcon {
	display: inline-block;
	position: relative;
	color: #000000;
}

.Fdoctor:before {
	font-size: 52px;
}

.Fmedical:before {
	font-size: 50px;
}

.Fphone:before {
	font-size: 41px;
}

.Fphone2:before {
	font-size: 35px;
}

.Fface:before {
	font-size: 54px;
}

.clearFix.big >*[class*="col-"]:nth-child(4n+1) {
	clear: both;
}

.clearFix2 >*[class*="col-"]:nth-child(3n+1) {
	clear: both;
}

.bannerTitle {

	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.bannerBtnWrapper {

	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}
.swiper-slide-active .bannerTitle,
.swiper-slide-active .bannerBtnWrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - SERVICES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.servicesTitle .cell-view {
	height: 140px;
	/*padding-top: 60px;*/
	padding-bottom: 0;
}

.servicesTitle .as {
	margin-bottom: 10px;
}

.breadCrumbs {
	color: #fff;
	text-transform: uppercase;
}

.breadCrumbs a,
.breadCrumbs span {
	font-weight: 700;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.breadCrumbs a:hover,
.breadCrumbs a:focus {
	color: #ad70ba;
}

.breadCrumbs i.fa {
	font-size: 14px;
	margin: 0 6px;
	color: #fff;
}

.mainServicesContent {
	margin: 30px; overflow:hidden
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.blogThumbnail {
	position: relative;
	overflow: hidden;
}
.blogThumbnail:hover img{
	    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blogThumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.blogThumbnail:hover:before {
	background-color: rgba(45, 49, 52, 0.6);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
}
.blogThumbnail:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    content: '';
    z-index: 2;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}


.blogWrapper {
	position: relative;
}

.blogWrapper .imgWrapper  {
	display: block;
}

.blogWrapper .imgWrapper {
	margin-bottom: 23px!important;
}

.blogWrapper .timeBlock {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 5px 29px;
	font-size: 20px;
	line-height: 36px;
	color: #b8b8b8;
	text-transform: uppercase;
	font-weight: 700;
	    z-index: 9;
}

.blogInfo {
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e4e4e4;
}

.blogInfo p {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 14px;
	color: #b8b8b8;
}

.blogInfo p:first-child {
	margin-left: 0;
}

.blogInfo i.fa {
	color: #b8b8b8;
	font-size: 16px;
	margin-right: 5px;
}

.blogContent {
	position: relative;
	margin-bottom: 0px;
}

.blogContent .as  {
	margin-bottom: 25px;
}

.blogContent .as a {
	text-transform: none;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.blogContent .as a:hover,
.blogContent .as a:focus {
	color: #a175aa;
	text-decoration: underline;
}

.blogContent .simple-article span {
	font-size: 20px;
	line-height: 26px;
	color: #242424;
	margin-bottom: 5px;
	display: block;
}

.searchWrapper {
	position: relative;
	margin-bottom: 46px;
}

.searchWrapper .simple-input {

	padding-right: 50px;
}

.searchWrapper i.fa {
	color: #fff;
	font-size: 17px;
}

.searchWrapper .searchBtn {
	background: #a175aa;
	padding: 11px 15px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.searchWrapper .searchBtn:hover { 
	background: #68a4ec;
}

.recentNewsBlock {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e1e1e1;
}

.recentNewsBlock span {
	display: block;
	color: #a0a2a5;
}

.recentTitle .as {
	margin-bottom: 19px;
}

.recentNewsBlock a {
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 7px;
	display: block;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	font-weight: 600;
}

.recentNews a:hover,
.recentNews a:focus {
	color: #458ac4;
	text-decoration: underline;
}

.tags {
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 5px 16px;
	margin-bottom: 8px;
	color: #a6a6a6;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.tags.active,
.tags:hover {
	color: #fff;
	background: #a175aa;
}

.mobileSearch {
	background: #a175aa;
	color: #fff;
	padding: 10px 50px 10px 30px;
	margin-bottom: 15px;
	position: relative;
	display: none;
}

.mobileSearch i.fa {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 30px;
	cursor: pointer;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoriesList {
	position: relative;
	margin-bottom: 30px;
}

.categoriesList li {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
	margin-bottom: 7px;
}

.categoriesList li i.fa {
	position: absolute;
	top: 6px;
	right: 12px;
}

.categoriesList li a {
	color: #898989;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoriesList li a:hover {
	color: #a175aa;
	text-decoration:none;
}

.paginationWrapper {
	position: relative;
}

.paginationWrapper a {
	border: 1px solid #d4d4d4;
	background: #fff;
	color: #242424;
	padding: 9px 16px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.nubmerPagination {
	display: inline-block;
}

.nubmerPagination a {
	margin: 0 4px;
}

.paginationWrapper a.activePagi,
.paginationWrapper a:hover {
	color: #fff;
	background: #a175aa;
}

.mainBlogContent {
	margin-left: 30px;
}

.twocolumn {
	position: relative;
}

.twocolumn .as {
	text-transform: none;
}

blockquote {
	background: #f7f7f7;
	padding: 34px 30px 55px 100px;
	position: relative;
}

blockquote a {
	font-style: italic;
	color: #a175aa;
	float: right;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

blockquote a:hover,
blockquote a:focus {
	color: #a175aa;
	text-decoration: underline;
}

blockquote i.fa {
	position: absolute;
	top: 18px;
	left: 33px;
	color: #a175aa;
	font-size: 55px;
}

blockquote p {
	margin-bottom: 5px;
}

.commentBlock {
	position: relative;
	border: 1px solid #eeeeee;
}

.commentBlock li {
	border-bottom: 1px solid #eee;
}

.commentBlock li:nth-child(2n) {
	background: #fcfcfc;
}

.comment {
	position: relative;
	padding: 25px 70px 25px 25px;
}


.comment .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.comment .commentContent {
	padding-left: 100px;
	margin-bottom: 5px;
	position: relative;
}

.comment .commentContent a {
	color: #000;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.comment .commentContent a:hover,
.comment .commentContent a:focus {
	color: #a175aa;
}


.comment .commentTime p {
    color: #a175aa;
}

.comment .commentTime p a {
	color: #a175aa;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.comment .commentTime p a:hover,
.comment .commentTime p a:focus {
	color: #a175aa;
	text-decoration: none;
}
ul.comment-list li.pingback {
    padding: 10px;
}
.commentBlock li ul li:last-child {
	border-bottom: none;
}

.commentBlock li ul li .comment {
	padding-left: 125px;
}

.commentsForm {
	position: relative;
}

.commentsForm .as {
	text-transform: none;
}

.commnetForm {
	background: #f7f7f7;
	padding: 52px 26px;
	border: 1px solid #eeeeee;
}

.commentsForm form textarea {
	height: 175px;
}

span.edit-link:before {
    content: "|";
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.contacForm input.simple-input {
	height: 55px;
}

.contacForm textarea {
	height: 200px;
}

.contactDetails {
	position: relative;
	background: #1078c1;
	padding: 45px 43px 45px 43px;
	min-height: 400px;
}

.contactDetails:before {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid #8dbbdc;
	content: '';
}

.contactAddres {
	position: relative;overflow:hidden;
	border-bottom: 1px solid #8dbbdc;
	padding: 20px 0px;
	/*margin-bottom: 23px;*/
}

.contactDetails .contactAddres:last-of-type {
	border-bottom: none;
}

.contactDetails .imgWrapper {
	position: absolute;
	/*top: 5px;*/
	left: 0;
}

.contactAddres .simple-article {
	padding-left: 45px;
}

.contactAddres i.fa {
	color: #fff;
	font-size: 20px;
}
.contactAddres .icon {
	color: #fff;
	font-size: 24px;
}
.contactAddres .social_icon {
	float:none;
}
.contactAddres .social_icon ul{
	margin:0px;
}
.contactAddres .social_icon ul li{
	display:inline-block; padding:0px;
}
.contactAddres .social_icon ul li a{
	 padding:0px 10px!important;
}
.contactAddres a {
	display: block;
	padding-left: 45px;
	color: #fff;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.contactAddres a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.clearFixGalley >*[class*="col-"]:nth-child(3n+1) {
	clear: both;
}

.my-col-20 {
    width: 20%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.my-col-33 {
    width: 33%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}


.galleryContainer {
	margin-left: -10px;
	margin-right: -10px;
}

.pageErroreTitle .as {
	font-size: 200px;
	line-height: 200px;
	font-family: "Open Sans";
}

.pageErroreTitle {
	position: relative;
	text-align: center;
}

.pageErroreTitle .cell-view {
	height: 848px;
}

.pageErroreTitle p { 
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-family: "Raleway";
	font-weight: 700;
	margin-bottom: 14px;
}

.pageErroreTitle span {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - FAQ */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.questionTitle { 
	text-align: center;
}

.questionForm .simple-input {
	background: #fff;
	height: 55px;
}

.questionForm textarea.simple-input {
	height: 203px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - SERVICES1.1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.categoryList {
	position: relative;
	border: 1px solid #13679c;
	margin-bottom: 48px;
}

.categoryList li {
	position: relative;
}

.categoryList li:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: #045085;
	content: '';
}

.categoryList li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8dbbdc;
	content: '';
}

.categoryList li a {
	display: block;
	background: #1078c1;
	color: #fff;
	padding: 17px 26px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.categoryList li.activeCat a, 
.categoryList li a:hover {
	background: #13679c;
}

.pdfBlock {
	position: relative;
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	padding: 14px 77px 14px 66px;
	margin-bottom: 50px;
}

.pdfBlock .pdfSize {
	display: inline-block;
	margin: 0;
}

.pdfBlock .pdfSize span {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.pdfBlock .pdfSize p {
	font-size: 14px; 
	line-height: 16px;
}

.pdfBlock i.fa {
	font-size: 31px;
	display: inline-block;
	vertical-align: top;
}

.pdfBlock i.fa-file-pdf-o {
	position: absolute;
	left: 21px;
	top: 16px;
}

.pdfBlock i.fa-cloud-download {
	position: absolute;
	top: 20px;
	right: 28px;
}

.pdfBlock i.fa-file-pdf-o {
	color: #e73a30;
}

.openingHours .as  {
	margin-bottom: 27px;
}

.openingHours ul li {
	position: relative;
	padding: 11px 0;
	border-bottom: 1px solid #e6e6e6;
}

.openingHours ul li:after {
	clear: both;
	content: '';
}

.openingHours ul li:first-child {
	border-top: 1px solid #e6e6e6;
}

.openingHours ul li span {
	width: 50%;
}

.openingHours ul li span:last-of-type {
	float: right;
	text-align: right;
}

.simple-article .as {
	text-transform: none;
	font-weight: 700;
	color: #242424;
}

.simple-article .as {
	font-weight: 400;
}

.simple-article .bold {
	font-weight: 700;
}

.contactsAdvice {
	position: relative;
	padding: 37px;
	background: #f1f1f1;
}

.contactsAdvice .as {
	display: inline-block;
	text-transform: none;
	font-weight: 400;
}

.contactsAdvice a {
	float: right;
	position: relative;
	top: -7px;
}

.contactsAdviceWrapper > .as {
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: 0.3px;
	font-weight: 700;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - COOMING SOON */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.commingTitle .as {
	text-align: center;
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 85px!important;
}

.timerWrapper {
	text-align: center;
	margin-bottom: 70px;
}

.timerWrapper .timer {
	display: inline-block;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-style: italic;
	text-align: center;
	position: relative;
	top: -21px;
	left: -4px;
	font-family: 'PT Serif', serif;
}
.Errordisplay {
    display: none;
}
.timerWrapper .timerBlock {
	display: inline-block;
	position: relative;
	background: rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	padding: 49px 33px;
	min-height: 170px;
	min-width: 170px;
	margin: 0 17px;
}

.timerWrapper .timerBlock span {
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	text-transform: uppercase;
	position: absolute;
	bottom: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.commingDescription {
	text-align: center;
	font-size: 22px;
	line-height: 34px;
}


.commingDescription form .simple-input {
	max-width: 490px;
	border-radius: 4px;
	margin-right: 22px;
	height: 51px;
}

.commingWrapper .cell-view {
	height: 660px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.testimonialsBlock {
	position: relative;
	padding-bottom: 48px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e1e1e1;
}

.testimonialsBlock:last-child {
	margin-bottom: 0;
}

.testimonialsBlock .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonialsBlock .imgWrapper img {
	border-radius: 100%;
	max-width: 130px;
	height: auto;
}

.personeInfo {
	padding: 9px 0 9px 168px;
}

.personeInfo span {
	color: #242424;
	font-weight: 700;
	margin-bottom: 7px;
	display: inline-block;
}

.personeInfo p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 4px;
}

.personeInfo i.fa {
	color: #233859;
	font-size: 15px;
	margin: 0 3px;
}

.personeInfo i.fa:first-child {
	margin-left: 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - ABOUT US */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.aboutOur {
	position: relative;
}

.aboutOur .as {
	margin-bottom: 30px;
}

.aboutOur > span {
	font-size: 20px;
	line-height: 26px;
}
.aboutOur > p {
	font-size: 20px;
	line-height: 26px;
	color:#333;
}

.aboutOur .simple-article p {
	margin-bottom: 25px;
}

.aboutOur .simple-article p:last-child {
	margin-bottom: 0;
}

.appointWrapper {
	position: relative;
	background: #b07bb6;
	padding: 50px 0;
}

.appoinContent .simple-article {
	font-size: 26px; 
	line-height: 35px;
	font-weight: 300;
}

.btnAlign {
	text-align: center;
}

.customerWrapper {
	position: relative;
	text-align: center;
}

.customerSayTite {
	margin-bottom: 40px;
}

.customerSayTite .as {
	margin-bottom: 22px;
}

.customerSay {
	margin-bottom: 20px;
}

.customerSay .imgWrapper {
	margin-bottom: 18px;
}

.customerSay .imgWrapper img {
	border-radius: 100%;
	margin: 0 auto;
}

.customerName p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-style: italic;
	margin-bottom: 22px;
}

.customerName i.fa {
	font-size: 30px;
	color: #b07bb6;
} 


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

footer {
	position: relative;
	background: #1c1c1c;
	padding: 15px 0 0;
}

.footerBlock {
	position: relative;
}

.footerBlock .as {
	font-size: 20px;
	color: #444;
}

.footerBlock .logo {
	margin-bottom: 15px;
}

.footerBlock .readMore {
	color: #6370a0;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 25px;
	display: block;
	font-size: 14px;
	font-weight: 600;
}


.footerBlock .readMore:hover {
	color: #a175aa;
}

.footerBlock .simple-article {
	margin-bottom: 15px;
}

.footerBlock .simple-article p {
	color: #999999;
}
footer .fa-angle-double-right {
    margin-left: 5px;
}
.footerTitle {
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
}

.footerTitle p {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-style: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.footerTitle:after {
	position: absolute;
	bottom: -16px;
	left: 0;
	height: 2px;
	width: 40px;
	background: #a175aa;
	content: '';
}

.simple-article.style2 ul li {
	margin-bottom: 5px;
}

.simple-article.style2 ul li a {
	color: #666666;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.simple-article.style2 ul li a:hover {
	color: #a175aa;
	text-decoration: none;
}

.locationBlock {
	position: relative;
	margin-bottom: 20px;
}

.locationBlock img {
	position: absolute;
	top: 0;
	left: 0;
}

.locationContent {
	padding-left: 36px;
}

.locationContent p {

    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
    color: #999999;
    margin-bottom: 2px!important;
    font-size: 14px;
}

.locationContent span {
	color: #999999;
}

.footerContants {
	position: relative;
	margin-bottom: 20px;
}

.footerContants i {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 20px;
	color: #666666;
}

.footerContants a {
	color: #666;
	padding-left: 36px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.footerContants a:not(.button) {
        color: #999;
}
.footerContants a:not(.button):hover {
	color: #a175aa;
}
footer .copy p{
	color:#666666;
	
}

footer .created a {
    color: #666;
}

.copy,
.created {
	padding: 13px 0;
}

.created {
	float: right;
}

.created a {
	color: #898989;
}

.created span {
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;	
}

.created:hover a span {
	color: #a175aa;
}

.bottomInfo {
	border-top: 1px solid #262626;
}

footer > .container > .row >*[class*="col"]:not(:first-child):not(:last-child) .footerBlock {
	max-width: 185px;
	margin: 0 auto;
}


#loader-wrapper {
	position: fixed;
	left: 0;
	top: -100px;
	right: 0;
	bottom: -100px;
	background: #fff;
	z-index: 100;
}
.main-container{padding:0px;}
.blogAside h3{font-weight:600; margin-bottom:12px; color:#1078c1}
.overflow-visible.vc_row[data-vc-full-width] {
	 overflow:visible;
 }
 #rev_slider_5_1 .tp-bgimg.defaultimg::before{
	     background: rgba(0, 0, 0, 0.30);
	 
 }
 
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE ACCORDION SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/ 
 
.accordeon.normall .vc_tta-title-text{
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000;
	text-transform: initial;
}
.accordeon.normall.new-style .vc_tta-title-text{
	font-size: 18px;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #b07bb6;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta.vc_general .vc_tta-panel-body {
    background: #b07bb6;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta.vc_general .vc_tta-panel-body .color-style p {
    color:#fff;
}
.wpb-js-composer .accordeon.normall.new-style.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-title-text {
    color: #fff;
}

.wpb-js-composer .accordeon.normall.vc_tta.vc_general .vc_tta-panel-title {
    line-height: 0;
}
.wpb-js-composer .accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border:0;
    background-color: #f3f3f3;
}.wpb-js-composer .back-color.accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,.wpb-js-composer .back-color.accordeon.normall.vc_tta.vc_general .vc_tta-panel-body,.wpb-js-composer .back-color.accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {	background-color: #ffffff;}
.wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 68px;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_general .vc_tta-panel-body {
	background: #f3f3f3;
	padding: 0 30px 35px 67px;
	border:0;
}

.accordeon.normall .vc_tta-panel-body{
	 font-size: 15px;
	line-height: 26px;
	font-family: 'Open Sans';
	font-weight: 400;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: #fff;
    width: 28px;
    height: 28px;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: #a175aa;
    width: 28px;
    height: 28px;
}
.wpb-js-composer  .accordeon.normall.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {

    width: 14px;
    margin: 0 auto;
}
.wpb-js-composer .accordeon.normall.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    top: 7px;
    height: 14px;
}
.wpb-js-composer .accordeon.normall.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
	border-color:#fff;
}
.wpb-js-composer .accordeon.normall.vc_tta.vc_general .vc_tta-panel {
    display: block;
    margin-bottom: 10px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Breadcrumb Arrow */
/*-------------------------------------------------------------------------------------------------------------------------------*/ 
span.fnt-awsm-style::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal !important;
    text-decoration: inherit;
	font-size: 14px;
	color: #fff;
    margin: 0 8px;
    content: "\f105";
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Breadcrumb Arrow End*/
/*-------------------------------------------------------------------------------------------------------------------------------*/ 

.wpb_content_element{
	margin-bottom:0px!important;
}
.contentTitle .del-margin .as {
    margin-bottom: 0px;
}

.wpcf7-form-control-wrap.psychologycare select{
	background:#fff;
	height:46px;
	padding: 0 20px;
}
span.wpcf7-not-valid-tip{
	margin-top:10px;
	margin-left:10px;
}
.contentPadding.grey.contactPmarg span.wpcf7-not-valid-tip {
    margin: 0;
}
.whych1{
	padding-bottom:65px;
}
.nopadding{margin:0px!important; padding:0px!important}
.tp-bgimg.defaultimg::before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  /*  background: rgba(0, 0, 0, 0.10);*/
    content: '';
}
.shadow_dark .tp-bgimg.defaultimg::before {
    background: rgba(0, 0, 0, 0.22);
}
.tmc_header_2  .tp-bgimg.defaultimg::before{
    content: none;
}
.beforeOpacity .tp-bgimg.defaultimg::before {
    background: rgba(0, 0, 0, 0.10);
}
/* .contactBg.bgShadow.back-image{ */
	/* background:url(assets/images/bg-layer2.jpg); */
/* } */
.servicesdiv{overflow:hidden;margin:0px;padding:0px}
.orthodiv{overflow:hidden;margin:0px;padding:30px 0px}
.orthodiv h2 {
    color: #1078c1;
    font-weight: 500;
    text-align: center; margin-bottom:20px;
}
.orthodiv h2 span {
    color: #7bad36;
}
.servicesleft{padding: 35px 0px 0px 50px;background:#8ec83e;overflow:hidden; min-height:450px;}
.servicesleft h4{ color:#000; font-weight:500; margin-bottom:35px; line-height:35px; border-bottom:2px solid #4c4c4c;text-transform:capitalize  }
.servicesleft h4 span{ color:#fff;}
.servicesleft h5{ color:#000; font-weight:400; margin-bottom:20px; line-height:35px; text-transform: none;}
.servicesdiv .contactAddres {border:0px}
.servicesdiv .contactAddres i.fa {
    color: #003968;
    font-size: 24px;
}
.servicesdiv .alignright{margin:0px!important}
.servicesleft h5 .fa{ color:#003968; font-weight:400;line-height:35px; }
.servicesleft .link { background:#003968;margin:30px 0px; font-weight:400; padding:10px 15px; text-align:center; border-radius:6px;}
.servicesleft .link a{ font-weight:400; text-align:center; color:#fff; border-radius:6px;}
.servicesdiv a{}
.serviceimg21 img{
	height:100%;
	object-fit:cover;
}
.serviceimg21:before{
	position:relative;
	width:100%;

}


.contentPadding.finish-pad{
	padding-bottom:0px;
}
.sp{
	display:inline;
}
.finish-pad .vc_column-inner{
	padding-top:0px!important;
}
.contentPadding.decrease-padding{
	padding-bottom:50px;
}
.customerSayTite .vc_column-inner{
	padding-top:0px!important;
}
.customerSayTite{
	text-align:center;
}

 .wpb_content_element.customerSayTite{
	 margin-bottom:35px!important;
 }
 .pageError.bgShadow.strong.bg{
	 background:url(assets/images/404-bg.jpg);
 }
 .widget.widget_tag_cloud.categoriesList a{
	 font-size: 14px!important;
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: 5px 16px;
	margin-bottom: 8px;
	color: #a6a6a6;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	line-height: 24px;
 }
 .my-float-condition {
    float: right;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Contact us Page Map Padding-Finish*/
/*-------------------------------------------------------------------------------------------------------------------------------*/ 
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px!important;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Menu */
/*-------------------------------------------------------------------------------------------------------------------------------*/ 

nav ul li ul.sub-menu li a{
	/*visibility:hidden!important;*/
	display:none;
}
nav ul li:hover ul.sub-menu li a{
	/*visibility:visible!important;*/
	display:block;
}
nav ul li ul.sub-menu li i.fa {
	display:none;
}
nav ul li.menu-item-has-children ul.sub-menu i.fa-angle-down::before {
    content: "\f105";
    position: relative;
    right: 5px;
    top: 0;
}
nav ul li ul.sub-menu li.menu-item-has-children i.fa {
   /* display: inline-block;*/
	display:block;
}
nav ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li i.fa {
    display: block;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Menu-End */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    content: "\f0da";
    font-family: font-awesome;
    font: normal normal normal 14px/1 FontAwesome;
	border-style:none;
	font-size:25px;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
transform: rotate(90deg);
top:5px;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-style:none;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    right: 20px;
    left: auto;
}
.accordeon.normall.style2 .vc_tta-title-text {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans';
	font-weight: 600;
    color: #000;
    text-transform: initial;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 10px 20px;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_general .vc_tta-panel-title > a {
	border: 1px solid #d1d1d1;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #fff;
	padding: 25px;
	border: 1px solid #d1d1d1;
	border-top:none;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: none;
}
.wpb-js-composer .accordeon.normall.style2.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    background: none;
}
/*--------------------------------------------------------------
16.1 Back to top Button (Theme-options-Css)
--------------------------------------------------------------*/

div#btt {
    background: none repeat scroll #222222;
    opacity: 0.8;
    border: 1px solid #333333;
    border-radius: 2px;
    bottom: 21px;
    cursor: pointer;
    padding: 8px 15px;
    position: fixed;
    right: 20px;
    z-index: 50;
    color: #777777;
}
.mobileBtt {
    display: none;
}
.boxed-container {
    width: 1200px;
    margin: 0 auto;
	background: #fff;
}
nav ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
}
nav ul li ul.sub-menu li a {
    padding: 15px 30px;
    display: block;
	text-transform: none;
    font-weight: 600;
    font-family: "Open Sans";
    letter-spacing: 0.3px;
    position: relative;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
	font-size: 15px;
	line-height: 18px;
	text-align:inherit;

}
/*--------------------------------------------------------------
16.1 Back to top Button End
--------------------------------------------------------------*/

.simpleBanner.bgShadow.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner{
	padding-top:0px;
}

.mainBlogContents {
    margin-right: 30px;
}
.widget.widget_tag_cloud.categoriesList a:hover{
	color: #fff;
background: #a175aa;
}
.logged-in-as{
	margin-bottom:20px;
}
/* doctor profile page css start*/


.socialThumnailWrapper {
    position: relative;
}
.socialThumnailWrapper:before {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 3px;
    background: #fff;
    content: '';
    z-index: 1;
}
.sidemenudiv {
    width: 32px;
    position: fixed;
    right: 0px;
    top: 28%;
    z-index: 11000;
    display: block;
    margin: 0px;
    padding: 0px;
}
#ask {
    width: 32px;
    margin: 0px;
    padding: 0px;
    height: 121px;
    border-bottom: 1px solid #fff;
}
#enquirybtn {
    width: 32px;
    margin: 0px;
    padding: 0px;
    height: 201px;
    border-bottom: 1px solid #fff;
}
#callbtn {
    width: 32px;
    margin: 0px;
    padding: 0px;
    height: 33px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
#callbtn p {
    background: #1078c1 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    right: -260px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 4px 0 4px 10px;
    position: absolute;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    width: 250px;
}
#callbtn:hover p {
    right: 33px;
}
#email:hover p {
    right: 33px;
}
#email {
    width: 375px;
    margin: 0px;
    padding: 0px;
    height: 45px;
    cursor: pointer;
    position: relative;
    z-index: 98;
}
#email p {
    background: #1078c1 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    right: -260px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 4px 0 4px 10px;
    position: absolute;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    width: 250px;
}

.socialThumnailWrapper .imgWrapper:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: #fff;
    content: '';
    z-index: 1;
}
.socialThumnailWrapper .socialBlock {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 19px 0;
    background: #fff;
    text-align: center;
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    outline: none;
}
.profile a span {
    position: absolute;
    top: 50%;
    left: 25px;
    display: inline-block;
    background: #624d65;
    padding: 23px 23px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.emptySpace50 {
    height: 50px;
}
.button.btnSize7 {
    padding: 21px 15px 21px 95px!important;
    font-size: 22px!important;
    width: 100%;
}
.button.btnStyle6 {
    color: #595959;
    background: #f1f1f1;
    border-color: #dfdfdf;
    border-radius: 0;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    text-align: left;
	    -webkit-transform: none; 
}
.profile a span i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.profile p {
    color: #5d4c5f;
    letter-spacing: 0.5px;
    font-style: italic;
}
.socialThumnailWrapper .socialBlock i.fa {
    font-size: 20px;
    color: #2e2e2e;
    margin: 0 12px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.socialThumnailWrapper .socialBlock i.fa:hover {
	color: #8f7293;
}
.profile a {
    position: relative;
}
.titleShortcode .as {
    margin-bottom: 40px;
}
.titleShortcode .singleDoctorHead.as {
    margin-bottom: 40px;
}
.normall {
    font-size: 15px;
    line-height: 26px;
}
.simple-article p {
   /* margin-bottom: 30px;*/
}
.simple-article p:last-child {
    margin-bottom: 0;
}
.verAlign {
    font-size: 0;
}
.contactUsBlock .as {
    text-transform: none;
    text-align: center;
}
.verAlign >*[class*="col-"] {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.button.btnStyle2 {
    background: transparent;
    border: 1px solid #e9e9e9;
    color: #fff;
}
.contactUsBlock {
    position: relative;
    padding: 34px 0;
}
.year {
    position: relative;
}
.year > span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    line-height: 40px;
    color: #624d65;
    text-transform: uppercase;
    font-weight: 700;
}
.year .yearContent {
    padding: 0 30px 0 110px;
}
.emptySpace25 {
    height: 25px;
}
.yearContent .as {
    text-transform: none;
    margin-bottom: 5px;
}

.titleShortcode2, .btnWrapper {
    text-align: center;
}
.emptySpace45 {
    height: 45px;
}
.simple-input {
    font-size: 15px;
    color: #8e8d8d;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-family: "Open Sans";
    transition: all .15s;
    -webkit-transition: all .15s;
}
.emptySpace20 {
    height: 20px;
}
.titleShortcode2, .btnWrapper {
    text-align: center;
}
.socialThumnailWrapper::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 3px;
    background: #fff;
    content: '';
    z-index: 1;
}
/* doctor profile page css end*/

.contactUsBlock.wpb_column .vc_column-inner{
	padding-top:0px!important;
}
.set .vc_column-inner{
	padding-top:0px!important;
}


/*--------------------------------------------------------------
16.1 Default CSS
--------------------------------------------------------------*/
/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;margin: 0px !important;
}

.alignright {
	display: inline;
	float: right;
}
.paneldiv{margin:10px 0px 15px 0px; clear:both; padding:0px;overflow: hidden;}
.paneldiv p{margin-bottom:15px;}
.paneldiv h6{margin-bottom:10px;}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.contactdiv {
    color: #193477;
    font-weight: 400;
}
.wpcf7 input[type="text"], .wpcf7 input[type="date"], select, .wpcf7 input[type="tel"], .wpcf7 input[type="email"] {
    width: 92%;
    border: 1px solid #a9abad;
    height: 35px;
    padding: 0 15px;
    color: #333;
    margin-bottom: 15px;
    border-radius: 4px;
}
.wpcf7 textarea {
    width: 92%;
    border: 1px solid #a9abad;
    height: 150px;
    color: #333;
    margin-bottom: 25px;
    font: 12px arial;
    padding: 10px;
        padding-right: 10px;
    padding-right: 0;
    border-radius: 4px;
}
.submitform input[type="submit"] {
    background: #107cc7 !important;
    width: auto;
    border: none;
    cursor: pointer;
    font: 18px 'Lato', Arial,san-serif;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 3px;
}
.submitform {
    margin: 10px auto;
    text-align: center;
}
.contactdiv {
    width: 90%;
    margin: 0px auto;
    padding: 0px;font-size: 17px;
letter-spacing: 0.3px;
}
.regisheader {
    width: 100%;
    margin: 0px auto 25px auto;
    overflow: hidden;
    text-align: center;
   }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}
	
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }	
  
  .sticky{
	position:relative;  
  }
  @media (min-width: 992px) {
	nav ul li:hover ul {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	nav ul li ul li:hover ul {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
  }
  .genericon-pinned::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 30px;
    float: left;
    color: #242424;
    margin-right: 15px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    width: 100%;
}
table, th, td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 5px;
}
blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}
blockquote {
    margin-left: -1em;
}
.page-numbers .page-numbers.current {
    color: #fff;
    line-height: 30px;
    text-align: center;
	padding: 9px 16px;
    font-size: 18px;
    font-weight: 400;
    background: #a175aa;
    border-color: #624d65;
}
.page-numbers li {
    list-style: none;
    float: left;
	margin: 0 11px 0px 0;
}
.page-numbers .page-numbers {
    display: block;
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 9px 16px;
    font-size: 18px;
    line-height:30px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #000;
    width: 44px;
    font-size: 18px;
    
}
.page-numbers li:hover a {
    color: #fff;
   
}
.page-numbers li:hover {
	background: #a175aa;
}
.page-links {
    position: relative;
    margin: 0 0 40px 0;
    padding: 10px 0;
	font-size: 24px;
}
iframe {
    max-width: 100%;
    vertical-align: middle;
}
.comment-respond h5.h5.as {
    margin-bottom: 20px;
}
.comment-respond {
    margin-top: 10px;
}
.commnetForm {
    position: relative;
    background: #f7f7f7;
    padding: 50px 25px;
    border: 1px solid #eee;
}
ul{
	margin:0;
}
nav ul li:hover ul li ul {
	visibility:hidden;
	opacity:0;
}
nav ul li ul li:hover ul {
	visibility:visible;
	opacity:1;
}
.text_block.wpb_text_column p {
	/* margin-bottom: 26px; */
	line-height: 26px;
}
.contentPadding.request{
	padding:70px 0;
}
ul.comment-list {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
	border: 1px solid #eeeeee;
	list-style:none;
}
h4.comments-title {
    margin-bottom: 25px;
}
ul.comment-list li {
	border-bottom: 1px solid #eee;
	padding:0;
}
.with100:nth-child(2){
	padding-left:35px;
}
#comments .comment .avatar {
	margin-bottom: 23px;
	float: left;
	margin: 0 32px 0 0;
}
.comment-wrapper {
    overflow: hidden;
	margin-bottom: 5px;
}
ul.comment-list .comment .comment-meta {
    float: left;
    font-size: 11px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px 0;
    width: 100%;
}
.comments-area .imgWrapper {
    margin-bottom: 23px;
}
.comments-area .imgWrapper {
    display: block;
}
ul.comment-list li:nth-child(2n) {
	background: #fcfcfc;
}

ul.comment-list li:last-child {
    border-bottom: none;
}
.comments-area ul.children{
	padding-left:15px;
	list-style:none;
}
ul, ol {
    margin-left: 0;
}
ul {
    list-style: none;
}
.post-password-form input[type="submit"] {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #b07bb6;
    padding: 13px 43px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    border-radius: none;
    font-family: "Open Sans";
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: auto;
    opacity: 1;
    margin-left: 27px;
}
.tt-widget ul.categoryList.normall{
	padding-left:0px;
	list-style:none;
}
.openingHours ul{
	padding-left:0px;
	list-style:none;
}
.footerBlock.normall ul{
	padding-left:0px;
	list-style:none;	
}
.widget.widget_categories.categoriesList.normall ul{
	list-style:none;

}
.responsive-full-width h2{
	text-align:center;
}
 ins {
    background-color: #fff9c0;
    text-decoration: none;
}
em, i {
    font-style: italic;
}
.widget{
	margin-bottom:30px;
}
.textwidget img {
    margin-top:10px;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.widget ul li ul.sub-menu {
    padding-left: 15px;
    
}
.blogAside .widget ul li a{
	font-size: 15px;
	line-height: 26px;
	font-size: 15px;
}
footer .blogAside .widget ul li a {
   
    line-height: 26px;
    font-size: 14px;
    color: #999999;
	font-family: 'Open Sans', sans-serif;
}
.blogAside .widget ul li a.rsswidget{
	line-height: 26px;
	font-weight: 800;
	color: #000;
}
ul{
	padding-left:0px;
}
.simple-article ol li ul li::before {
	content: none;
	
}
.simple-article ol li ul li  ol li:before {
counter-increment: number;
content: counter(number);
color: #058dc5;
margin-right: 15px;

}
  /*--------------------------------------------------------------
16.1 Default CSS End
--------------------------------------------------------------*/
.wpcf7-form-control.wpcf7-select option{
	border-bottom: 1px solid #f5f5f5;
	padding:15px;
}
option:hover {
    box-shadow: 0 0 10px 100px #b07bb6 inset;
}
select:focus {
    border-color: #a175aa;
	box-shadow: none;
}
#commentform div.error, #commentform label.error {
    margin-top:10px;
}
a.more-link{
	display: block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	cursor: pointer;
	background: #b07bb6;
	padding: 10px 33px ;
	font-size: 15px !important;
	line-height: 18px !important;
	color: #fff;
	border-radius: 23px;
	font-family: "Open Sans";
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	max-width: 18%;
	margin-top: 26px;
	color:#fff!important;
	
}
a.more-link:hover{
		text-decoration:none;
}
a.more-link:hover::before, a.more-link:focus::before, a.more-link:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
a.more-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #68a4ec;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.admin-bar .sticky_menu.header-scrolled-animated {
    top: -88px;
}
footer .widget{
	margin-bottom:0px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
	padding-top:0px!important;
}

/* Rework */



/* home page-2 css */
.header2 nav{
	background: 0;
   /* float: right;*/
    padding-right: 0;
	/*padding-top: 32px;*/
}
.header2 nav:before {
   background:0
}
.header2 nav:after {
    background:0;
}

.header2 nav ul li a:first-child{
	padding-right:45px;
	
}
.header2 .top-line-right{
	font-size:15px;
	font-weight:700;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.header2 .top-line-left{
	font-size:14px;
	font-weight:700;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}

.header2 .top-line-left a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-style: initial;
	font-family: 'Lato', sans-serif;
}
.header2 .headerTopInfo{
	display:none;
}


.headerfix2{
	display:none;
}

.header2 nav ul a{
	color:#fff;
}
.header2 nav ul li ul li a{
	color:#636363;
}
.header2 nav ul li ul li a:hover{
	color:#fff;
}
.header2 nav ul li i.fa-angle-down{
	color:#fff;
}

.tt-header .top-line-inner {
        border-bottom: 1px solid #797481;
}
.header2{
	    border-top: 0;
}

.tt-header .top-line-left {
  float: left;
}
.tt-header .top-line-right {
  float: right;
}
.tt-header .top-line-left:after,
.tt-header .top-line-right:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 48px;
  vertical-align: middle;
}

.tt-header .top-info {
  display: inline-block;
  position: relative;
 
  letter-spacing: 0.3px;
  padding-right: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.tt-header .top-info:last-child {
  margin-right: 0;
  padding-right: 0;
}

.strip{
	    background: #eec65f;
    padding: 40px;
    padding-top: 25px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.strip h4{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:700;
	color:#725d28;margin-bottom: 0px;
	line-height: 18px;
}
.service2 h2{
	margin-top:0;
}

.strip .icon{
	vertical-align: middle;
    display: table-cell;
    width: 50px;    padding-top: 5px;
    padding-right: 5px;
}
.strip .text{
vertical-align: middle;
    display: table-cell;
}
.font-24{
	font-size:24px!important;
}

.strip p{
	color:#242424;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:17px;
}

.strip .mail-icon{
	padding-right:10px;
	
}

.strip .line{
	    border-right: 1px solid #ceae5b;
    height: 50px;
    position: absolute;
    float: right;
    right: 60px;
    top: 8px;
}

#welcome2 h3{
	font-size:20px;
	color:#242424;	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:initial;line-height: 24px;
    margin-bottom: 10px;
}

#welcome2 p:last-child{
	    margin-top: 30px;
	
}

#welcome2 ul{
	padding:0;
}
#welcome2 ul li{
	    list-style-image: url(assets/images/arrow.png);
		color:#424242;
		font-size:16px;
		font-family: 'Open Sans', sans-serif;
		line-height:30px;		margin-bottom: 5px;
}
#welcome2 .listing{
	    margin-top: 30px;
}
#welcome2 .button{
	    margin-top: 35px;
}
#welcome2{
	    background: #f9f7fb;
}

#dr_callnow {
    background: #505383;
}

#dr_callnow h3{
	color:#fff;
	font-size:34px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;    line-height: 34px;
	
}
#dr_callnow p{
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-weight:400;
	font-style:italic;
	margin-top:10px;
}

#dr_callnow{
	padding-top:60px;
	padding-bottom:40px;
}
.VerticalAlign #dr_callnow {
    padding-top: 40px;
}
#dr_callnow .icon{
	    width: 100px;
    vertical-align: middle;
    display: table-cell;
	
}

.flaticon3-telephone-auricular-with-cable:before {
    content: "\f100";
    font-size: 62px;
    color: #fff;
}
#dr_callnow .text{
	vertical-align: middle;
    display: table-cell;
}

#dr_callnow .text p{
	    font-style: initial;
}

.font-28{
	font-size:28px!important;
}
.service2 .tumbWrapper{
	margin-bottom:50px;
}

.service2{
	    background: #f9f7fb;
}
.bottom-50{
	padding-bottom:50px;
}
.service2 .readmore{
	margin-left:5px;
	color:#3691de;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline!important;
}
.about2{
	background:url("../img/homepage2/aboutus.jpg") center center no-repeat;
	background-size:cover;
}
.about21 {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
	width: 45%;
}
.about21:before{
	position: absolute;
    right: 0;
	top: 0;
	left:0;
	bottom:0;
	content:'';
	background:rgba(0,0,0,0.20);
	
	
}
.about21 img{
	height: 100%;
    object-fit: cover;
	
}
.about2 .about-us{
	width: 100%;
	float:right;
	padding-left: 75px;
	padding-top:80px;
	padding-bottom:70px;
}
.about2 .about-us h2{
	color:#fff;
	margin-bottom:20px;
}
.about2 .about-us h3{
	color:#b6b9e3;
	font-size: 20px;
   font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	text-transform: initial;
    line-height: 24px;
    margin-bottom: 15px;
}

.about2 .about-us p{
	color:#d4d4dc;
	font-size:15px;
}
.about2 .about-us .button{
	margin-top:30px;
}

.successful_stories h3{
	color:#363754;
	font-size:17px;
	  font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	text-transform: initial;
	margin-top:0;
	margin-bottom:15px;
	
}
.successful_stories h2{
	margin-bottom:20px;
	margin-top:0;
}
.successful_stories .button{
	margin-top:45px;
}
.why_us{
	background:url("../img/homepage2/whyus.jpg") center center no-repeat;
	background-size:cover;
	padding-top: 85px;
    padding-bottom: 50px;

}

.why_us .flatIcon {
    display: inline-block;
    position: relative;
    color: #535592;
}
.why_us h3{
	color:#fff;
}

.why_us p{
	color:#fff;
}
.why_us .simple-article.black p{
	color:#fff;
	    letter-spacing: 0.30px;
}
.why_us .chooseBlockWrapper p{
	    color: #898989;
}

.why_us .chooseWrapper{
	    padding-right: 30px;
	
}

.why_us .chooseWrapper .button{
	background:#000000;
}


#demos .owl-carousel .owl-item img {
    display: block;
    width: auto;
}


#demos .owl-nav{
	display:none;
}
#demos .columns{
	    border-top: 1px solid #dddddd;
}

.contentPadding1{
	padding:50px 0; 
	padding-top: 50px;
}

  .map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:395px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:395px;
    width:100%;
    position:absolute;
}
#demos .item{
	
	    height: 80px;
    vertical-align: bottom;
    display: table-cell;
}
 .strip .flaticon1-smartphone-call:before {
    content: "\f101";
    color: #000;
    font-size: 45px;
}

 .strip .flaticon1-envelope:before {
    content: "\f100";
    font-size: 50px;
    color: #000;
    margin-right: 10px;
}
.strip  .flaticon2-placeholder:before {
    content: "\f100";
    font-size: 40px;
    color: #000;
}

/* responsive */
@media (min-width: 992px){
	
	 .tt-header .top-inner {
    position: relative;
    float: left;
	padding: 5px 0;
  }
	a.logo {
   margin-top: 0px!important;
    margin-right: 0;
    margin-bottom: 0px!important;
    margin-left: 0;
}
	.index2slider .swiper-wrapper{
		height:860px!important;
	}
	.index2slider .sliderBg{
		height:860px!important;
	}
.index2slider .bgShadow:before{
	height:860px
}
.sticky_menu.header-scrolled.header2.header-scrolled-animated {
    top: -130px;
	    box-shadow: none;
        background: #fff;
}
.admin-bar .header2.header-scrolled-animated {
    top: -20px;
}
.header2.header-scrolled nav, .header2.header-scrolled nav:before, .header2.header-scrolled nav:after {
    background: 0;
}
.header2.header-scrolled nav{
	padding-top:25px;
}

.header2.header-scrolled .top-inner {
	padding: 12px 0;
}
.header2.header3.header-scrolled .top-inner {
    padding: 14px 0;
}
.header2.header-scrolled nav ul li {
    background: 0;
}
.header2.header-scrolled nav ul li ul li{
    background: #fff;
	
}




}
@media(max-width:1200px){
	.strip .line{
		border-right:0;
	}
}
@media(max-width:992px){
	.why_us .chooseWrapper {
    padding-right: 0;
}
	#welcome2 img{
		margin: 0 auto;
    margin-bottom: 25px;
	}
	#welcome2 .wpb_single_image.vc_align_left,
	.successful_stories .wpb_single_image.vc_align_left
	{
    text-align: center!important;
	}

.header2 .headerTopInfo{
	display:block;
}
.tt-header .top-inner{
	display:none;
}
.headerfix2{
	display:block;
	height:105px;
}
.header2 nav ul a{
	color:#333;
}

.header2 nav ul li i.fa-angle-down{
	color:#636363;
}
.header2 .top-line-left{
	color:#242424;
}
.header2 .top-line-right{
	color:#242424;
}
.header2 .top-line-left a{
	color:#242424;
}
.strip{
	position:relative;
}


.strip #single-content{
	text-align:center;    margin-bottom: 25px;
}

.why_us{
	background:#f1f0f3;
}
.why_us .simple-article.black p {
    color: #898989;
}
.why_us h3 {
    color: #242424 !important;
	text-align: center !important;

}
.why_us p {
    color: #898989;
}
}
@media(max-width:991px){
	.header2 nav ul li ul li a{
	color:#fff;
}
	
}
@media(max-width:767px){
	.about3 .contentPadding{
		padding-top:15px;
	}
	.contentPadding.welcome3{
		padding-bottom: 60px;
	}
	.servicelist {
    margin: 0px;
    clear: both;
}
	.servicelist {
    margin: 0px;
    clear: both;
}
	.contentPadding.service2{
		padding-bottom:30px;
		
	}
	.contentPadding.service3{
		padding-bottom:40px;
	}
	#welcome2 .button {
    margin-top: 0;
    margin-bottom: 0px;
}
	.strip{
		padding-top: 40px;
	}
	#dr_callnow .icon {
    width: 100%;
    vertical-align: middle;
    display: block;
    text-align: center;
 
    margin-bottom: 10px;
}
.about2.vc_custom_1498893377389{
	background: #2b3252!important;
}
#dr_callnow .text {
    vertical-align: middle;
    display: block;
    text-align: center;
}
#dr_callnow h3{
	text-align: center;
}
#dr_callnow p{
	text-align: center;
} 
.about2 .about-us{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.about2{
		background:#2b3252;
	}
	.successful_stories .image img{
	
    display: inline-block;
       margin-top: 50px;	
		
	}
	
	.successful_stories .image{
		text-align: center;
	}
	  .map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.homepage2 .contentPadding{
	padding:40px 0;
	
}
.about2 .about-us{
	padding-top: 50px;
    padding-bottom: 80px;
}
.why_us{
	    padding-top: 80px;
    padding-bottom: 80px;
}
.contentPadding1 {
   padding: 60px 0;
}
.query_bg.contentPadding {
	padding-bottom:70px;
	
}
 
  .tt-header .top-line-left {
    margin-bottom: 10px;
	margin-top:10px;
	
  }
  .tt-header .top-line-right{
	  margin-bottom: 10px; 
  }
  .tt-header .top-line-left,
  .tt-header .top-line-right {
    float: none;
  }
  .tt-header .top-line-left:after,
  .tt-header .top-line-right:after {
    display: none;
  }
  .tt-header .top-line-left{
	  float:none!important;
  }
  .tt-header .top-line-right{
	  float:none!important;
  }
  #demos .item {
    height: 80px;
    vertical-align: bottom;
    display: block;
}
}
@media(min-width:992px) and (max-width:1200px){
	#dr_callnow h3{
		font-size:25px;
	}	
	.about2 .about-us{
		padding-left:50px;
	}
	.why_us{
    background-size:150% 100%;
}
}
@media(min-width:768px) and (max-width:991px){
	.service3.contentPadding{
		padding-bottom:60px;
		
	}
	.blue_line .number.wodth {
    width: 96px!important;
}
	.about21 img{
		width:100%;
	}
	.blue_line .number{
		width:60px!important;
	}
	.about3 .contentPadding{
		padding-top:15px;
	}
	.service3 .tumbWrapper3 {
   
		max-width: 370px;
   
}
	.reshm3{
		margin-top:20px;
	}
	.service2.bottom-50 {
    padding-bottom: 15px;
}
	.service2 .tumbWrapper{
		    max-width: 350px;
		
	}
		.service2 .tumbWrapper img{
		    width: 100%;
		
	}
	#dr_callnow h3{
		font-size:23px;
	}	
	.about2 .about-us{
		padding-left:20px;
	}
	.successful_stories .image img{
	
    display: inline-block;
        margin-top: 60px;
	}
	.successful_stories .image{
		text-align: center;
	}
}
@media(max-width:600px){
	#demos .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
}
@media(max-width:500px){
	#dr_callnow h3{
		font-size:26px;
	}
}

/* homepage 3 css start */

.top-line3{
	background:#1078c1;padding-top: 5px; color:#fff;
}

.header3.responsiveHeaderSrolled .logo img{
	width:255px;
	
}


.header3{
	
    box-shadow: none;

}
.header3 nav ul a {
    color: #242424;
}
.header3 nav ul li i.fa-angle-down {
    color: #242424;
}
.top-line3 p{
	font-size:15px;
	color:#fff!important;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	
}
.top-line3 p a{
	color:#fff!important;
		
}
.top-line3 .fa-phone{
	font-size:20px;
}
.top-line3 .phone{
	width:18%;
	float:left;
	
}
.top-line3 .mail{
	width:18%;
	float:left;
}
.top-line3 .time{
	width:20%;
	float:left;
}
.icon-Timer{
	font-size:20px;
	padding-right:24px;
}
.top-line3  .fa{
	padding-right:10px;
	    font-size: 20px;
}

.social_icon{
	
	float:right;
}
.top-line3 .social_icon ul li {
    float: left;
    padding-right: 16px;
       padding-top: 4px;
    padding-bottom: 14px;list-style: none;
}
 .top-line3  .social_icon ul li .fa {
    color: #fff;
    font-size: 16px; 
}
.phone{font-size:18px; color:#1078c1;text-align: right; }
.phone .fa{font-size:20px; padding-right:8px; color:#8ec83e;}
.mail{font-size:18px; color:#1078c1;text-align: right;}
.bookapt{overflow:hidden;background:#1078c1;text-align:center;padding:6px 20px;border-radius:20px;}
.book{font-size:18px; text-align:center; color:#fff; }
.mail .fa{font-size:20px; padding-right:8px; color:#8ec83e}
.appt{line-height:30px; }
.top-line3  .social_icon{
	/*margin-right: -20px;*/ margin:0px auto;  
}
.secondop input::placeholder {
    color: #333;
    opacity: 1; /* Firefox */
}
.panel-title {
    line-height:32px;
    font-size: 20px;
    color: #1078c1;font-weight: bold;
}

.gallerydiv{overflow:hidden;width:95%; margin:10px auto; padding:10px}
.gallerydiv h4{ color: #333;font-weight: bold;font-size: 18px; margin-bottom:5px;}
.cdgs {
    overflow: hidden;
    border: 1px dotted #333;
    margin: 6px;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.cdg {
    overflow: hidden;
    border: 1px dotted #333;
    margin-bottom: 6px;
}
.secondop input[type="text"], .secondop input[type="date"], .secondop select, .secondop input[type="tel"], .secondop input[type="email"] {
    width: 92%;
	border:0px;
    border-bottom: 2px solid #a9abad;
    height: 35px;
    padding: 0 15px;
    color: #333;
    margin-bottom: 15px; border-radius:0px;
   
}
.headerfix3{
	height:146px!important;
}
.header_bottom{
	margin-top: 20px;
	margin-bottom: 20px;
}
.homeindex3 .btnstyle1{
	background: #2d2731;
}
.homeindex3 .mainBanner .cell-view {
    height: 690px;
    z-index: 2;
    position: relative;
    padding-top: 0;
   
}
.homeindex3 .bannerTitle {
    text-align: left;
    margin-bottom: 35px;float:right;
}
.homeindex3 .bannerBtnWrapper{
	    float: left;
}
.homeindex3 .rightone{
	float:right;width:50%;
}

.welcome3{
	background:#fff;
}


.welcome3 p{
    margin-top: 0px;
}
.welcome3 h3{
	font-size: 20px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: initial;
    line-height: 30px;
    margin-bottom: 10px;

}

.welcome3 .button{
	    margin-top: 35px;
}

.welcome3{
	padding-bottom:65px;
	
}
.service3{
background:#f3f4f6;	
}
.service3 .tumbWrapper3{
	    padding: 37px;
	background:#fff;
	padding-top:45px;
}
.service3 .readmore{
	color:#986ca1;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;    line-height: 36px;
}

.service3 .tumbWrapper3:hover{
	background:#8a5b8f;
	cursor:pointer;
}
.service3 .tumbWrapper3:hover .h6{ 
color:#fff;
}

.service3 .tumbWrapper3:hover p{
	color:#d7d0d8;
}
.service3 .tumbWrapper3:hover .readmore{
	color:#eec65f;
	font-weight:400;
}
.service3 .image1{
	text-align:center;
	padding-bottom:30px;
	
}
.service3 .image2{
	text-align:center;
	padding-bottom:20px;
}

.flaticon4-speaking:before {
    content: "\f100";
    font-size: 65px;
    color: #000;
}

.flaticon4-speaking:before {
    content: "\f100";
    font-size: 65px;
    color: #000;
}
.service3 .tumbWrapper3:hover .flaticon4-speaking:before {
    content: "\f100";
    font-size: 65px;
    color: #eec65f;
}


.about3{
	background:url("../img/homepage3/aboutus.jpg") center center no-repeat;
	background-size:cover;
}

.about3 h2{
	color:#fff;
	margin-bottom:15px;
}
.about3 h3{
	font-size:20px;
	color:#fff;	
	font-weight:400;
	text-transform:initial;line-height: 24px;
    margin-bottom: 10px !important;
	font-style:italic;
	font-family: 'PT Serif', serif;
}
.about3 p{
	color:#fff;
	
}
.about3 ul{
	padding:0;
}

.about3 ul li{
	    list-style-image: url(assets/images/homepage3/arrow.png);
		color:#fff;
		font-size:16px;
		font-family: 'Open Sans', sans-serif;
		line-height:30px;
		padding-left: 12px;
}
.about3 .listing{
	    margin-top: 30px;
}
.about3 .button{
	    margin-top: 35px;
}
.breadCrumbs a, .breadCrumbs span{
	color:#fff!important;
}
.testimonial{
	background:#f3f4f6;
	background-size:cover;
	     padding-top: 80px;
    padding-bottom: 100px;
	
}
.mobileservice{display:none}
.ipadservices{display:none}
.carousel-control.left{
	background-image:none;
}
.carousel-control.right{
	background-image:none;
}

.testimonial h3{
	color:#242424;
	font-size:28px;
	font-weight: 900;
    font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	text-align:center;
	    margin-bottom: 5px;
}
.testimonial p{
	color:#4d4359;
	font-size:17px;
	font-weight:400;
    font-family: 'PT Sans', sans-serif;
	text-transform:initial;
	text-align:center;
	line-height:26px;
	font-style: italic;
	margin-top: 0px;
    margin-bottom: 40px !important;
}
.testimonial h5{
	color:#242424;
	font-size:18px;
	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
	text-transform:initial;
	text-align:center;    margin-bottom: 0px;
	font-style:italic;
}
.carousel-indicators {
       bottom: -42px;
	    left: 50%;
}

/*@brand-color: #b20000;*/
#tcb-testimonial-carousel 
    a{
        color: #b20000;
    }
    .text-brand{
        color: #b20000;
    }
   /* margin-top: 30px;*/
    .carousel-indicators .active {
        background: #b20000;
    }
    .no-margin{
        margin: 0;
    }
    .carousel-indicators li {
        border: 1px solid #ccc;
    }
    .carousel-control {
        color: #b20000;
        width: 5%;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: #b20000;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .item{
        padding: 15px 5px;
        background: #f8f8f8;float: left;/*width: 25%;*/
    }
    .media-object {
        margin: auto;
    }
    @media screen and (max-width: 768px) {
        .media-object {
            margin-bottom: 15px;
        }
		.item{
        padding: 0px;
        width:90%; margin:5px auto;
    }
		.mail {
    font-size: 16px;
    color: #1078c1;
    text-align: left;
}
		.phone {
    font-size: 16px;
    color: #1078c1;
    text-align: left;
}
		nav ul li.current-menu-item > a, nav ul li a:hover, nav ul li a:focus {
    /*background: #1078c1;*/
    color: #1078c1 !important;
}
		nav ul li ul li {
    border-top: 1px solid #4ab4ff;
    border-bottom: 0;
}
nav ul li ul li, nav ul li ul li a {
    display: block;
    background: #1078c1;
    color: #fff;
}
		
		.menuIconActive span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1078c1;
}
		.menuIconActive span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #1078c1;
}
		.bookapt {
    overflow: hidden;
    background: #1078c1;
    text-align: center;
    padding: 6px 16px;
    border-radius: 20px;
    margin-top: 15px
}
    }


.testimonial .testicon{
	text-align:center;
	margin-top:30px;
	margin-bottom:25px;
}


.testimonial .image{
	text-align:center;        margin-bottom: 10px;
}

.testimonial .test3{
	padding-left:15px;
	padding-right:15px;
}

.blue_line{
	background:url("../img/homepage3/blue_bg.jpg") no-repeat;
	background-size:cover;
	padding-top:45px;
	padding-bottom:45px;
}

.blue_line h3{
	font-family: 'Open Sans', sans-serif;
	font-size:75px;
	color:#fff;
	line-height: 0px;
}

 .blue_line .number{
	    width: 100px;
    display: table-cell;
    vertical-align: middle;
	border-right:1px solid #fff;
	    padding-right: 40px;
}
 .blue_line  .text{
	display: table-cell;
    vertical-align: middle;
	    padding-left: 40px;
	
	
}

.blue_line h4{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	color:#fff;
	line-height:30px;
	font-weight: 700;
}
.need_consult{
	background:#f0f1f2;
}

.need_consult p{
	color:#656566;
	font-size:18px;font-family: 'Open Sans', sans-serif;text-align:center;
}
.need_consult h3{
	text-align:center;
}
.need_consult .mail{
	color:#242424;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	list-style: none;
}

.need_consult .number{
	color:#b07bb6;
	font-size:30px;
	padding-left:28px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	list-style: none;
}

.need_consult ul li{
	float:left;    height: 35px;
	padding-right: 27px;
    border-right: 1px solid #c8c8c8;
}
.need_consult ul li:last-child{
	border-right:0;
}
.need_consult ul{
	margin-top:40px;
}
.team3{
	background:url("../img/homepage3/team3.jpg") no-repeat;
	background-size:cover;
}
.team3 h3{
	color:#fff;
}

.team3 p{
	color:#c9c8cb;
}
.team3 .tumbWrapper p{
	color:#a49faf;
}
.team3 .tumbWrapper.persone .blockContent span, .team3 .tumbWrapper.persone .blockContent a{
	color:#fff;
}
.service3 .tumbWrapper .as a:focus, .tumbWrapper .as a:hover{
	color: #1078c1;
    text-decoration: underline;
}

.query_bg .simple-input{
	padding:12px 20px;
}
.query_bg{
	background:url("../img/homepage3/query_bg.jpg") no-repeat;
	background-size:100% 100%;
	
}
.tmc_header_2 .header2.header-scrolled .logo_stcky img{
	    width: 255px;
		
	}
.query_bg .button{
	background:#fff;
	color:#282828;
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}.query_bg .button:hover{
	
	color:#fff;
	
}
.query_bg h3{
	color:#fff;
	margin-left:18px;
}

.query_bg .requestForm{
	border: 1px solid #c8a3cc;
	padding-left:20px;
	padding-right:20px;
	padding-top:70px;
	padding-bottom:50px;
}
.query_sec{
	padding-left:50px;
	
}
.query_sec h3{
	
	padding-left:0;
	color:#242424;
}

.query_sec .accordeon-title{
	font-size:18px;
	background:#fff;
}
.query_sec  .accordeon .simple-article{
	background:#fff;
}
.query_sec .accordeon-title.active .accrodeonButton span{
	background:#aeaeae;
}

.query_sec .accordeon-title.active .accrodeonButton{
	background:0;
}

.service3.contentPadding{
	
}
@media(max-width:1200px){
	.query_bg{
	background:#b07bb6;
	}
}
@media(min-width:992px) and (max-width:1200px){
	
	
}
@media(min-width:992px) and (max-width:1200px){
	.top-line3 .time {
    width: 22%;
    float: left;
}
	.top-line3 .mail {
    width: 20%;
    float: left;
}.headerfix3 {
    height: 190px!important;
}

.header_bottom {  
    background: #fff;
}
}
@media(min-width:768px) and (max-width:991px){
	
	.appointWrapper .vc_col-sm-9, .appointWrapper .vc_col-sm-3{
		
		width:100%;
	}
	
	.appointWrapper .btnAlign {
    text-align: left;
    margin-top: 10px;
}
	#demos .contentPadding1 {
    padding: 30px 0;
    
}
		
	
	.contentPadding1 {
    padding: 50px 0;
    padding-top: 50px;
}
	.need_consult ul{
		width: 600px;
		margin: 0 auto;
		padding-top: 20px;
		
	}
	 .blue_line .number{
		 padding-right:15px;
	 }
	 .blue_line .text{
		 padding-left:15px;
	 }
	 .blue_line h3{
		font-size:60px; 
	 }
	 .blue_line h4{
		 font-size:20px;
	 }
	.top-line3 .phone {
    width: 23%;
    float: left;
}
	.top-line3 .mail {
    width: 26%;
    float: left;
}
	.top-line3 .time {
    width: 30%;
    float: left;
}
}
@media(min-width:501px) and (max-width:767px){
	.top-line3 .phone {
    width: 50%;
    float: left;
}
	.top-line3 .mail {
    width: 50%;
    float: left;
}
.top-line3 .time {
    width:50%;
    float: left;
	margin-top:5px;
}
.social_icon{
	float:none;	
}
.top-line3 .social_icon ul li{
	padding-top:8px;
}
}

@media(max-width:500px){
	.top-line3 .phone {
    width: 100%;
    float: left;
}
	.top-line3 .mail {
    width: 100%;
    float: left;    margin-top: 5px;
}
	.top-line3 .time {
    width:100%;
    float: left;
	margin-top:5px;
}
.social_icon{
	float:none;
	
}
.top-line3 .social_icon ul li{
	padding-top:8px;
}
.headerfix3 {
    height: 178px!important;
}
.header_bottom {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
}
@media(min-width:992px){
	.header3.header-scrolled nav, .header3.header-scrolled nav:before, .header3.header-scrolled nav:after{
		background:#fff;
	}
	.sticky_menu.header-scrolled.header3.header-scrolled-animated {
       top: -145px;
    box-shadow: none;
       background: #fff;
	    padding-bottom: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
	
}
	.admin-bar .sticky_menu.header-scrolled.header3.header-scrolled-animated {
    top: -110px;
}
.header_bottom {
      margin-top: 0px;
      margin-bottom: 0px;
	
}
.container {
    padding-left: 0;
    padding-right: 0;
}
	
}
@media(max-width:1200px){
	
.contactDetails.normall {
    margin-left: 0px!important;
}
.need_consult ul {
    margin-top: 15px;
}
}
@media(min-width:992px) and (max-width:1199px){
	.header_bottom {
    margin-top:0px;
    margin-bottom: 0;
}
.header2 .logo img{
	width: 200px;
    object-fit: cover;

}
.header2 nav ul li a:first-child {
    padding-right: 41px;
}

.header2 nav ul li a{
	font-size:13px;
}
	.header3.responsiveHeaderSrolled .logo img {
    width: 200px;    margin-top: 6px;
}.tmc_header_2 .header2.header-scrolled .logo_stcky img {
    width: 200px;
    object-fit: cover;
    margin-top: 4px;
}
	.need_consult .number {
    color: #b07bb6;
    font-size: 20px;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    list-style: none;
    padding-right: 0;
}
	
}

@media(max-width:991px){
	
	.query_sec {
    padding-left: 0;
    margin-top: 40px;
}
	.service3 .tumbWrapper3{
		margin-bottom:40px;
	}
	.headerfix3 {
    height: 100px!important;
}.header_bottom {
    margin-top: 5px;
   margin-bottom: 0px; 
}
.homeindex3 .rightone{
	float:none;width:100%;
}
.homeindex3 .bannerBtnWrapper {
    float: none;
}
.homeindex3 .bannerTitle {
    text-align: center;
    margin-bottom: 35px;
    float: none;
}
	.header3.header-scrolled-animated {
    top: -64px;
    box-shadow: none;
    background: #fff;
}
.about3{
	background:#505383;	
}
}
@media(max-width:1024px){

.servicesdiv {
    display:none;
}
.ipadservices .contactAddres {border:0px}
.ipadservices .contactAddres i.fa {
    color: #003968;
    font-size: 24px;
}
.ipadservices .alignright{margin:0px!important}
.ipadservices a{}
.ipadservices {
    display:block;
}
#ipadpain-locator {
    float: right;
    width: 100%;
    height: 450px;
    margin: 0;padding:0px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
#ipadpain-locator {
    float: right !important;
}
.ipadproblemzoom {
    float: left;
width: 249px;
height: 300px;
padding: 0;
margin:-400px 0 0 275px;
position: relative;
z-index: 850;

}

}
@media(max-width:767px){
	.have1 {
    color: #fff!important;
    margin-top: 30px;
}
	
	#pain-locator1 {
    float: left;
    width: 100%;
    height: 400px;
    margin: 0;padding:0px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.abtdiv {
    background: #f5f5f5;
    height: auto;
    padding: 10px 0px;
    overflow: hidden;
}
.abtdiv p{
	margin-bottom: 10px;
    line-height: 26px;
    color: #4c4c4c;
	margin-top: -25px;
}
.successtories {
    background: #fff;
    padding: 10px 0px;
	overflow: hidden;
	}
.choosediv {
    background: #f5f5f5;
    padding: 10px 0px;
	overflow: hidden;
	}
.orthodiv {
    overflow: hidden;
    margin: 0px;
    padding: 10px 0px;
}
.top-left{
	margin: 20px 35px 20px 0px;
    overflow: hidden;
    text-align-last: center;
	}
.problemzoom1 {
    float: none;
width: 120px;
height: 150px;
padding: 0;
/*margin:-400px 0 0 275px;*/
position: absolute;
z-index: 850; margin-left:230px;

}
	img{max-width:100%}
.map{width:300px; height:400px!important;cursor:default	}
	.mobileservice{display:block; background:#031422; margin:0px auto;overflow: hidden;}
.tp-fullwidth-forcer {
    height: auto !important;
    overflow: hidden;
}
	.servicesleft {
    padding: 5px;
    background: #8ec83e;
    overflow: hidden;
    min-height: 450px;
}
	.servicesdiv {
    display:none;
}
.ipadservices{
    display:none;
}
	header.responsiveHeaderSrolled .responsiveSrollWrapper {
    position: relative!important;
    top: 0;
    left: 0;
    width: 100%;
    animation: fadeItIn 1s;
}
	.team3 h3 {
    color: #fff;
    font-size: 28px;
}
		.ourTeamSlider .swiper-container {
    padding-left: 2px;
}
	.homepage3 .contentPadding {
    position: relative;
    padding: 50px 0;
}
	.need_consult ul li {
    float: none;
    height: 35px;
    padding-right: 0;
    border-right: 0;
    text-align: center;
}
.need_consult ul {
    margin-top: 15px;
}
	.homeindex3 .mainBanner .cell-view {
    height: 350px;
}
.welcome3 img{
	margin: 0 auto;
    margin-top: 20px;
}
	.blue_line .text {
    display: block;
    vertical-align: middle;
    padding-top: 0;
    text-align: center;
    clear: both;
    margin-bottom: 35px;
    border-bottom: 1px solid #fff;
       padding-bottom: 15px;
	    padding-left: 00;
}
.blue_line .number {
    width: 100%;
    display: block;
    vertical-align: middle;
     border-right:0;
    padding-right: 0;
    text-align: center;
    clear: both;
    padding-bottom: 40px;
}
.blue_line{
	    padding-top: 70px;
    padding-bottom: 80px;
}
.blue_line .last{
	 border-bottom:0;
	 padding-bottom:0;
}	
}

/* homepage 4 css start */

.homepage4 nav{
	background:#2d2731;
}
.homepage4 nav:before{
	background:#2d2731;
}
.homepage4 nav:after{
	background:#2d2731;
}
.homepage4 nav ul li a{
color:#fff;
}
.homepage4 nav ul li ul li a{
	color:#636363;
}
.homepage4 nav ul li ul li a:hover{
	color:#fff;
}
.homepage4 nav ul li i.fa{
	color:#fff;
}
.homepage4 nav ul li ul li i.fa{
	color:#636363;
}
.homepage4 nav ul li ul li:hover i.fa{
	color:#fff;
}
.home4slider .rightone{
	width:52%;
}
.home4slider .btnstyle1{
	background:#fff;
	color:#2d2d2d;
}

.home4slider .btnstyle1:hover{
	color:#fff;
}

.widget-t-search {
    float: right;
    padding: 10px 0;
}

.widget-t-inner {  
    width: 290px;
}

.widget-t .search-form .form-control {
   height: 55px;
    border-radius: 0;
    border: none;
    font: 1em/1em "Open Sans", sans-serif;
    padding: 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c0c0c0;
    z-index: 0;
	background: #221d25;
}
.widget-t .search-form .form-control + .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
     background: #221d25;
}
.widget-t .search-form .form-control + .input-group-addon button {
    border: 0;
    background: #081e2f;
       background: #221d25;
    font-size: 1.2em;
    line-height: 2.1em;
    padding-right: 15px;
}
.nav-search{
	    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: -9px;	
}

.appointWrapper4{
	position: absolute;
    background: #b07bb6;
    padding: 35px 80px;
    top: -58px;
    width: 100%;
    z-index: 1;	
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.50);
}

.appointWrapper4 p{
	font-family: 'Raleway', sans-serif;	
}
.welcome_sec p{
	margin-bottom:25px;	
}
.welcome_sec p:last-child{
	margin-bottom:0px;	
}
.welcome_sec .vedio{
	margin-top:20px;
	float:right;
}

.our_clinic .cell-view {
    background: #f1edf4;
    padding: 8px; 
}

.our_clinic .block .imgWrapper{
	position: absolute;
	top: 20px;
    left: 20px;
}
.our_clinic .block {
    position: relative;
    border: 1px solid #fff;
    padding: 20px;
}

.our_clinic .flatIcon{
	color:#505383;	
}
.our_clinic .block .as a{
	font-size:17px;
	font-weight:800;
	color:#3f3f3f;
	font-family: 'Raleway', sans-serif;
}

.our_clinic .block p{
	color:#8e8d8d;
}
.our_clinic{
	margin-top:80px;
}
.welcome_sec{
	padding-bottom:101px;
	padding-top:150px;
}

.services4{
	background:url("../img/homepage4/service_bg.jpg") no-repeat;
	background-size:cover;	
}
.services4 .ourTeamSlider4 .swiper-button-next, .ourTeamSlider4 .swiper-button-prev{
	left: 92%;
	top: -143px;
	bottom: 0;
	border: 2px solid #a6a7b9;
}

.services4 .ourTeamSlider4 .swiper-button-next {
    left: 97%;
}
.services4  .ourTeamSlider4 .swiper-button-next:before{
	color:#fff;
}

.services4  .ourTeamSlider4 .swiper-button-prev:before{
	color:#fff;
}
.services4 p{
	color:#cbccd2;
}
.services4 .tumbWrapper .as a{
	color:#fff;
}
.services4 h2{
	color:#fff;
}

.about4 .imgWrapper {
    position: relative;
    margin-bottom: 0;
    display: block;
}
.client_Say{
	background:#f6f6f6;
}

.online_appoint{
	background:url("../img/homepage4/onlineappoint.jpg")no-repeat;
	background-size:cover;
	padding-top:101px;
	padding-bottom:180px;
}

.online_appoint h3{
	color:#fff;
}
.newsletter{
	background:url("assets/images/newsletter.jpg") no-repeat;
	background-size:cover;
	padding-left:42px;
	padding-top: 30px;
    padding-right: 42px;
    padding-bottom: 20px;
	position: absolute;
	top: -121px;
	z-index: 1;
	width: 100%;
	margin-top:37px;
}

.newsletter p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	line-height:24px;
}
.newsletter h3{
	color:#fff;
	margin-bottom:5px;
	
}
.newsletter .form-control {
       width: 96%;
    height: 53px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #898989;
    font-weight: 400;
    line-height: 26px;
    border-radius: 28px 0px 0px 28px;
    padding-left: 40px;
}

.newsletter .button {
    float: right;
    margin-top: -68px;
    width: 174px;
    height: 53px;
    background: #b07bb6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-transform: initial;
    font-weight: 400;
    border: 0;
    border-radius: 0px 28px 28px 0px;
	padding:0!important;
}

.form_news{
	padding-top:30px;
}

.clinet_logo{
	padding-top:150px;
	padding-bottom:80px;
	
}
.clinet_logo .columns {
    border-top: 0!important;
}

.online_appoint .simple-input{
	padding:12px 20px;
}
.homepage4 .headerMoreInfo a.button.btnSize1{
	margin-right:15px;
	
}
.homepage4 nav ul li a{
	font-weight:700;
	
}
.vc_row.wpb_row.vc_row-fluid.contentPadding.bg.simpleBanner.bgShadow.strong.treatment5.vc_custom_1498914631209.vc_row-has-fill {
    background-attachment: fixed;
    background-size: cover;
    background-position: 80%!important;
}
.latestnewshm5 .contentTitle .h6.as {
    margin-bottom: 10px!important;
}
/* responsive */
@media(min-width:992px) and (max-width:1200px){
	.contentPadding.finish-pad.servicepg1{
		padding-bottom:70px;
	}
	.homepage4 nav ul li a{
		font-size:13.5px;
	}
	.widget-t-inner {
    width: 180px;
}
.appointWrapper4 {
    position: absolute;
    background: #b07bb6;
    padding: 35px 45px;
    top: -75px;
    width: 100%;
    z-index: 1;
}
	.our_clinic .block .as a {
    font-size: 14px;

}
.services4 .ourTeamSlider4 .swiper-button-next, .ourTeamSlider4 .swiper-button-prev {
    left: 90%;
}
.services4 .ourTeamSlider4 .swiper-button-next {
    left: 95%;
}
}

@media(min-width:992px){
	.blogWrapper .contactsAdviceWrapper { 
    margin-top: 50px;
}
	footer .bottomInfo {
    
    margin-top: 25px;
}
	.homepage4.header-scrolled nav, .homepage4.header-scrolled nav:before, .homepage4.header-scrolled nav:after{
		background:#fff;
	}
	.homepage4.header-scrolled nav ul li{
		background:#fff;
		color:#fff;
	}
	.homepage4.header-scrolled nav ul li a{
		color:#242424;
	}
	/* .homepage4.header-scrolled nav ul li:hover a{ */
		/* color:#b07bb6; */
	/* } */
	.homepage4.header-scrolled nav ul li ul li{
		background:#fff;
		color:#636363;
	}
	.homepage4.header-scrolled nav ul li i.fa {
    color: #242424;
}
}

@media(max-width:991px){
	
	
	
	
	.homepage4 nav {
    background: #fff;
}
.homepage4 nav ul li a {
    color: #636363;
}
.homepage4 nav ul li.active > a, nav ul li a:hover, nav ul li a:focus{
    color: #fff;
}
.homepage4 nav ul li ul li a {
    color: #fff;
}
.homepage4 nav ul li i.fa{
	color:#636363;
}
.nav-search {
    position: relative;
    z-index: 9999;
    right: 0;
    bottom: 0;
    background: #fff;
}
.widget-t-inner {
    width: 100%;
}
.home4slider .rightone {
    width: 100%;
}
.welcome_sec .vedio{
	margin-top:20px;
	float:none;
	
}
.our_clinic .col-md-4{
	margin-top:20px;
}
.newsletter{
	top:-145px;
}

}

@media(min-width:768px) and (max-width:991px){
	.contentPadding.homeabout5{
		padding-bottom:80px;
		
	}
.appointWrapper4 {
    position: absolute;
    background: #b07bb6;
    padding: 35px 45px;
   top: -72px;
    width: 100%;
    z-index: 1;
	    margin-left: -15px;
}



}
/*@media(max-width:1366px){
	.problemzoom {
    float: right;
    width: 450px;
    height: 249px;
    padding: 0;
	margin: -30.3% 12.7% 0 0px !important;
    position: relative;
    z-index: 850;
    display: none;
}
}*/
/*	@media(min-width:1440px) {
	.problemzoom {
    float: right;
    width: 450px;
    height: 249px;
    padding: 0;
	margin: -23.2% 31.5% 0 0px !important;
    position: relative;
    z-index: 850;
    display: none;
}	
}
@media(min-width:1600px){
	.problemzoom {
    float: right;
    width: 450px;
    height: 249px;
    padding: 0;
	margin: -23.2% 31.5% 0 0px !important;
    position: relative;
    z-index: 850;
    display: none;
}
	}*/
@media(max-width:767px){
	.welcome_consulting h2 {
    margin-top: 40px;
}
	.desktopver{display:none}
	.sidemenudiv {
    width: 32px;
    position: fixed;
    right: 0px;
    top: 150px;
    z-index: 100;
    display: block;
    margin: 0px;
    padding: 0px;
}
.mobilever{display:block; margin:0px;  height:auto;}
	a.logo {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 20px!important;
}
	.header_bottom .container{padding:0px}
	.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
}
	.phone {
    font-size: 16px;
    color: #1078c1;
    text-align: left;
}
	.mail {
    font-size: 16px;
    color: #1078c1;
    text-align: left;
}
.servicesleft {
    padding: 35px 0px 0px 15px;
    background: #8ec83e;
    overflow: hidden;
   
}
.sticky_menu .header-scrolled .header-scrolled-animated .responsiveHeaderSrolled{position:relative}
header {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 15;
    border-top: 6px solid #888e99;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
	.success5 .image {
        float: none!important;
}
	.appointWrapper4 {
    position: relative;
    background: #b07bb6;
    padding: 35px 45px;
    top: 0;
    width: 100%;
    z-index: 1;
}
	.our_clinic .block .blockContent {
    padding-left: 67px;
}
.services4 .ourTeamSlider4 .swiper-button-next {
    bottom: auto;
    top: 70%;
    right: 1%;
    left: auto;
}
.services4 .ourTeamSlider4 .swiper-button-prev {
    bottom: auto;
    top: 70%;
    right: auto;
    left: 1%;
}
.newsletter .form-control {
    width: 85%;
}
.newsletter{
	position:relative;
	top:0;
}
.clinet_logo {
    padding-top: 50px;
    padding-bottom: 50px;
}
.online_appoint .requestForm{
	    margin-left: 15px;
    margin-right: 15px;
}
.online_appoint{
	padding-top: 80px;
    padding-bottom: 70px;
}
.homepage4 .contentPadding{
	padding:50px 0;
}
.welcome_sec {
    padding-bottom: 50px;
    padding-top: 50px;
}
.our_clinic {
    margin-top: 40px;
}
.clinet_logo.reduce-padding {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.contentPadding.finish-pad {
    padding-bottom: 50px;
}
.main-container {
   /* padding-top: 80px;
    padding-bottom: 80px;*/
}
}
@media(max-width:400px){
	.newsletter .button{
		width:120px;
	}
	
}
/*    homepage 5 css start   */
.homepage5 .rightone {
    float: right;
    width: 55%;
}
.homepage5 .bannerTitle h1{
	color:#4f3951;
	
}
.paddFive.strip5 {
    padding-bottom: 25px;
}
.strip5{
	position:relative;
	background:#b07bb6;
}
.strip5 h4{
	color:#fff;
}
.strip5 p{
	color:#fff;
}
.strip5 .line{
	border-right:1px solid #d0b0d3;
}
.font-38{
	font-size:38px;
	line-height:42px;
}
.welcome_consulting h3{
	font-size:18px;
	color:#49374b;
	text-transform:initial;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
	margin-bottom:20px;
}
.no-bottom{
	padding-bottom:0px;
}

.welcome_consulting h4 em{
	font-size: 15px;
    color: #676b76;
	font-weight: 400;
    text-transform: initial;
    font-style: italic;
}
.welcome_consulting h4{
	font-size: 18px;
    color: #242424;
    font-weight: 700;
    text-transform: initial;
    margin-top:20px;
	margin-bottom:20px;
}

.services5{
    background: #f2f3f4;
    margin-top: -60px;
        z-index: 9;
    position: relative;
}

.need_consultation{
	background:url(../img/homepage5/need_bg.jpg) no-repeat;
	background-size:cover;    background-position: center;
}
.need_consultation  h3{
color:#fff;
text-align:center;
}
	
.need_consultation p{
	color:#c3c1df;
	font-size:18px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}

.need_consultation ul {
    margin-top: 40px;
}
.need_consultation .mail {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.need_consultation .number {
    color: #b07bb6;
    font-size: 30px;
	padding-left: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.need_consultation ul li a:hover{
	color:#fff;
}
.need_consultation ul li {
    float: left;
    height: 35px;
	padding-right: 22px;
    border-right: 1px solid #c8c8c8;
	list-style:none;
}
.need_consultation ul li:last-child {
    border-right: 0;
}
.need_consultation .rightside{
	float:right;
	width: 100%;
}
.homeabout5 .imgWrapper{
	margin-bottom:40px!important;
}
.homeabout5 p{
	font-family: 'PT Sans', sans-serif;
	
}
.homeabout5 .simple-article p{
	font-family: 'Open Sans', sans-serif;
}
.homeabout5 .simple-article ul li{
	font-size:16px;
}
.homeabout5  .accordeon-title{
	font-size:18px;
}
.homeabout5  .accordeon-title.active{
	color:#ffffff;background:#b07bb6;
	
}
.accordeon-toggle{
	background:#b07bb6;
}
.homeabout5 .accordeon-toggle .simple-article p{
	color:#fff;
}

.homeabout5 .accordeon .simple-article{
	background:#b07bb6;
}
.homeabout5 .accordeon-title.active .accrodeonButton {
    background: #b07bb6;
}
.homeabout5 .rightsection{
	margin-left:40px;
	
}

.success5{
	background:url("../img/homepage5/success_bg.jpg") no-repeat;
	background-size:cover;
	
}
.success5 h2{
color:#fff;
}
.success5 h3{
	color:#b07bb6;
}

.success5 p{
	color:#dadbdd;
}

.success5 .image{
	    float: right;
}
.bottom-60{
	margin-bottom:60px;	

}
.consellor{
	border-top:1px solid #ececec;
	padding-top:60px;
	margin-top:0;
	padding-bottom:100px;
	margin-bottom: 100px!important;
}
.bgShadow.strong.treatment5:before{
	background: rgba(0, 0, 0, .5);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pageError.bgShadow.strong:before{
	background: rgba(0, 0, 0, .5);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bgShadow.strong.commingWrapper:before{
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.contactDetails.normall {
    /*margin-left: 30px;*/
}
.treatment5 h2{
	font-family: 'PT Serif', serif;
    font-weight: 700;
}

.treatment5 p{
	    font-weight: 300;font-family: 'Open Sans', sans-serif;
}
.strip5 .flaticon1-smartphone-call:before{
	color:#fff;
	font-size:45px;

}
.strip5 .flaticon1-envelope:before {
    content: "\f100";
    font-size: 50px;
    color: #fff;
    margin-right: 10px;
}


.strip5  .flaticon2-placeholder:before {
    content: "\f100";
    font-size: 40px;
    color: #fff;
}
.homeabout5 .with100:nth-child(2) {
    padding-left: 0;
}
.homeabout5 .vc_tta-panel-heading{
	border-radius:0!important;
}
.needconsult21{
	position: absolute;
    left: 0;
    top: 0;
	width: 47%;
	bottom: 0;
}
.needconsult21 img{
	height: 100%;
    object-fit: cover;
	
}

.needconsult21:before{
	position: absolute;
    left: 0;
    top: 0;
	right:0;
	bottom: 0;
	content:'';
	background:rgba(0,0,0,0.30);
}

.need_consultation{
	    background-position: right;
		background-size: cover;
}

/* Review Slider Starts */
#quote-carousel {
    padding: 0 10px 0px 10px;
    margin-top: 20px;
}
 #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.review h3{
	text-align : center;
	padding : 10px;
	color : #1078c1;
}
/* Review Slider Ends */