.Disnone
{
	display:none;
}

.EditorText h1 {
	font-size:30px; font-weight:normal;line-height:40px
}
.EditorText h2 {
	font-size:28px !important;
	font-weight:normal !important;
	line-height:40px !important;
	font-family: inherit !important;
	color: #444444 !important;
	text-align:inherit !important;
    margin-bottom: 0px !important;
}
.EditorText  #SubHeading2 h2 {
	font-size:56px; font-weight:normal; line-height:62px;
}
.EditorText h3 {
	font-size:24px;
	font-weight:normal;
	line-height:34px;
}
.EditorText #SubHeading3 h3 {
	font-size:48px;
	font-weight:normal;
	line-height:52px;
}
.EditorText h4 {
	font-size:22px !important;
	font-weight:normal !important;
	line-height:34px !important;
	font-family: inherit !important;
	text-align:inherit !important;
}

.Desc .EditorText h2 {
	font-size:28px !important;
	font-weight:normal !important;
	line-height:40px !important;
	font-family: inherit !important;
	text-align:inherit !important;
	color: #ffffff !important;
}
.EditorText #SubHeading4 h5 {
	font-size:20px; font-weight:normal; line-height:32px;
}
.EditorText h5 {
	font-size:18px; font-weight:normal;line-height:28px;
}
.EditorText h6 {
	font-size:16px !important;
	font-weight:normal !important;
	line-height:26px !important;
	text-align:inherit !important;
	font-family: inherit !important;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.EditorText hr {
	margin: 0px;
	border-bottom: 1px solid #999;
	height: 1px;
	width: 100%;
}
.EditorText table tr td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 15px;
    border-left: 1px solid #000;
	 border-top: 1px solid #000;
}
.AboutNew.IdxTestimonialsPatternBg {
   background: url(https://www.thetimelessmedspa.com/html/css/custom.css) no-repeat top center; 
    height: 24px;
    position: absolute;
    width: 100%;
    top: -23px;
}
.EditorText  li {
	margin:0px;
	padding:0px 0px 7px 20px !important;
	 
	background-image:url(https://www.thetimelessmedspa.com/html/images/bullet-1.png) !important;
	border-bottom:0px solid #ddd !important;
	text-align: initial;
	
}
.EditorText ol li {
	display: list-item !important;
	margin-left:20px;	
	width: auto !important;
	margin: 0px;
	text-align: left;
	cursor:text;
	background-image:none !important;	
	padding:0px !important;
	
}
.EditorText a{
	color:#03b3d0 ;
}
.EditorText a:hover{
	color:#5c5c5c ;
}
.EditorText sup {
    vertical-align: super;
    font-size: smaller;
}

.EditorText sub {
    vertical-align: sub;
    font-size: smaller;
}

.EditorText blockquote {
    padding-left: 20px;
}


/* Create New Landing Page */
.NewLandWrapper .LeftBlock {
    width: 65%;
    display: table-cell;
    vertical-align: top;
    padding-right: 35px;
    border-right: 2px solid #ddd;
}
.NewLandWrapper .RightBlock {
    width: 32%;
    /* float: right; */
    display: table-cell;
    vertical-align: top;
    padding-left: 35px;
}
.NewLandWrapper .LeftFloat {
    float: left;
    padding-right: 20px;
}

/* END Create New Landing Page */

.DescFullWrap
{
	width:100% !important;
}

.SuneticsDescFullWrap
{
	width:97% !important;
}

.LandingPageBlock .EditorText
{
	font-family: 'latoregular';
}
.LandingPageBlock .LandingShortDescWrap
{
	font-family: 'latoregular';
}
.LandingPageBlock h2
{
	font-family: 'Bodoni MT';
    font-size: 45px;
    line-height: 55px;
    color: #03b3d0;
}
.RightRowHR2 {
	display: none;
}
.SubLandingDescWrap li a.on {
    color: #1f1f1f !important;
}


/** serach **/

.SearchBox {
    position: absolute;
    right: 60px;
    top: 15px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #03b3d0 url(../images/icons/search-icon-white.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#frmSearch2 input {
	line-height: 17px;
}
#frmSearch2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#frmSearch2 input[type=search]:hover {
	background: #fff url(https://www.thetimelessmedspa.com/html/images/icons/search-icon.png) no-repeat 9px center;
}
#frmSearch2 input[type=search]:focus {
	width: 120px;
	padding-left: 32px;
	color: #000;
	background: #fff url(https://www.thetimelessmedspa.com/html/images/icons/search-icon.png) no-repeat 9px center;
	cursor: auto;
}
#frmSearch2 input:-moz-placeholder {
	color: transparent;
}
#frmSearch2 input::-webkit-input-placeholder {
	color: transparent;
}
/** serach end **/


.MoreSearchWrapper {
    font-family: 'latoregular';
    font-size: 15px;
    line-height: 25px;
    color: #444444;
}

.HomeBody .ResultWrap .ImgResult .ImgCol1, .HomeBody .ResultWrap .ImgResult .ImgCol2{
    width: 100% !important;
}
.CoolsculpringWrap img {   display: inline-block;
    vertical-align: middle;
    width: 10%;
    margin-right: 7px;
}
.TreatmentsWrap .MensCare .SubDesc3Wrap h4 {
    font-family: 'Bodoni MT';
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}