/*
Theme Name: Dentistry Suite
Theme URI: https://solisdentalclinic.com
Author: Solis Dental Clinic
Author URI: 
Description:
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: dentistrysuite
*/


*{
	outline:none;
}
body {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Lato',sans-serif;
    font-size:17px;
    color: #000;
	background-color:#ffffff;
	overflow-x:hidden;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
	font-family: 'Lato';
	line-height:normal;
	color:#282828;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
    color: #0fa5d9;
}
a:hover {
    text-decoration: none !important;
    color: #666;
}
ul {
    margin: 0 0 0 15px;
    padding: 0;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
.middle-align {
    margin: 0 auto;
    padding: 0;
}
.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}
.wp-caption-text {
    margin: 0;
    padding: 0;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.comment-list .comment-content ul {
    list-style: none;
    margin-left: 15px;
}
.comment-list .comment-content ul li {
    margin: 5px;
}
.main-container ol {
    list-style-position: outside;
}
.main-container ol li {
    margin: 5px 0;
}
.toggleMenu {
    display: none;
}
section {
    position: relative;
}
h2.section-title {
    font-family: 'Lato',sans-serif !important;
    font-size: 33px;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-align: center;
    text-transform: capitalize;
    display: table;
    margin-bottom: 50px;
	color:#4d4d4b;
}

.section-title-warp .sub-title br{display:none;}
/** Topbar **/
#topbar { 
	padding:5px 0; 
	position:relative; 
	background-color:#333333;
	color:#ffffff;
	font:400 14px 'Lato';
}
.top-inner { 
	width:1170px; 
	margin:0 auto;
}
.top-right { 
	float:right; 
	text-align:left;
}
.top-left { 
	float:left; 
}
.top-right .fa-envelope, 
.top-left .fa-phone { 
	margin-right:10px; 
	position:relative; 
	top:2px;
	color:#e3a79f;
}

#topbar a{
	color:#ffffff;
}


#slider {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#slider .top-bar {
    margin: 0;
    padding: 16px 0 20px;
    position: relative;
}
#slider .top-bar h2 {
    font: 700 50px 'Playfair Display';
    padding: 25px 0 5px 0;
    line-height: 55px;
	text-shadow:5px 1px 6px #000000;
}
#slider .top-bar h2 a {
    color: #ffffff;
}
#slider .top-bar h2 a:hover {
    color: #ffffff;
}
#slider .top-bar p {
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 5px 0 25px;
    border-radius: 0 0 5px 5px;
    font: 400 14px/25px 'Lato';
}
#slider .top-bar .slide-button{
	color:#ffffff;
	padding:10px 25px;
	border:1px solid #ffffff;
}
#slider .top-bar .slide-button:hover{
	background-color:#ffffff;
}
[data-page="home"] .entry-header{display:none;}
.entry-header{display:none;}
.main-container {width:100%;float:left;
    margin: 0;
    padding: 0px 0;
}
body:not(.elementor-editor-active) .main-container *:not(i){font-family:'Lato',sans-serif !important;}
.container {
    width: 100% !important;
    max-width: 1180px !important;
    position: relative;
    padding: 0px 15px;
    margin: 0px auto !important;
}
.ot-container {
    width: 100% !important;
    max-width: 1180px !important;
    position: relative;
    padding: 0px 15px;
    margin: 0px auto !important;
}
/** Header **/
.siteHeaderArea { 
	width: 100%;
    float: left;
    position: relative;
    z-index: 999;
	padding: 10px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-webkit-box-shadow: 0 20px 30px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 20px 30px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 20px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 15%);
}
.header-inner { 
	width:100%; 
	margin:0 auto;
}
.logo h1 { 
	padding:0; 
	font:400 36px 'Playfair Display'; 
	color:#ffffff;
	text-transform:uppercase;
}
.siteHeaderArea .logo { 
	padding:0; 
	z-index:99; 
}
.siteHeaderArea .logo p { 
	margin-top:0px; 
	color:#2e2e2e; 
	font:400 16px 'Lato';
}
.toggle{
	display:none;
}
.siteHeaderArea .main-nav  { float:right;margin-left:auto;}
.siteHeaderArea .main-nav ul li a { }

@media screen and (min-width:1000px){
	.main-nav ul { 
		margin:10px 0 0; 
		padding:0; 
		float:right;
	}
	.main-nav ul li { 
		list-style:none; 
		display:inline-block;  
		position:relative; 
		padding:10px 0;
	}
	.main-nav ul li ul { 
		display:none; 
		width:190px; 
	}
	.main-nav ul li a { 
		text-decoration:none; 
		padding:15px 11px; 
		text-align:left; 
		color:#3e3d3d;
	}
	.main-nav ul li a:hover { 
		text-decoration:none; 
		padding:13px 11px; 
		text-align:left; 
		border-radius:10px;
		color:#e3a79f;
	}
	.main-nav ul li:hover ul {
		display:block; 
		position:absolute; 
		z-index:99; 
		padding:0; 
		top:35px; 
		background-color:#f1f1f1;
	}
	.main-nav ul li:hover ul li {
		display:block; 
		padding-bottom:0; 
		padding-top:0;
	}
	.main-nav ul li:hover ul li a { 
		padding:0 0 0 14px;  
		border-top:0; 
		text-transform:capitalize; 
	}
	.main-nav ul li:hover ul li ul { 
		display:none; 
	}
	.main-nav ul li:hover ul li:hover ul { 
		display:block; 
		position:absolute;
		z-index:999; 
		padding:0px 0px; 
		left:100%; 
		top:0%; 
	}
	.main-nav ul li:hover ul li:hover ul li { 
		display:block;
	}
	.siteHeaderArea .main-nav ul li ul li:last-child a{ 
		border-bottom:none;
	}
	.siteHeaderArea .main-nav ul li ul li a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.siteHeaderArea .logo{float:left; }
}

/* = section first css
-------------------------------------------------------------- */
section#pagearea { 
	width:100%; 
	position:relative; 
	min-height:270px;
}
.pagearea-inner { 
	z-index:99; 
	width:100%;
}

/* --------- Pages ------- */

.content-area {
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.site-main {
    width: 100% !important;
    margin: 0;
    padding: 0;
    float: left;
}
#sitefull {
    width: auto !important;
}
#nosidebar {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
#sidebar {
    width: 270px;
    margin: 0;
    padding: 0;
    float: right;
}
/* -------- Footer ------- */

.copyright-wrapper{ width:100%;float:left;
	margin:0; 
	text-align:center; 
	padding:15px 0; 
	color:#ffffff; 
	background-color:#43316b;
}
.copyright-wrapper a{ 
	color:#ffffff;
}
/* ------ Contact Form ------ */

.wpcf7 {
    margin: 0;
    padding: 0;
    font: 400 15px 'Lato';
    color: #ffffff;
}
.wpcf7 form {
    margin: 0;
    padding: 0;
}
.wpcf7 form span.last {
    float: none !important;
}
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="date"],
.wpcf7 form select,
.leftdiv input[type="text"],
.leftdiv input [type="url"],
.leftdiv input[type="email"],
.leftdiv input[type="tel"],
.wpcf7 form textarea,
.rightdiv textarea {
    width: 94%;
    background-color: #f8f8f8;
    border: 1px solid #e6e5e5;
    padding: 10px;
    margin-top: 15px;
    font: 400 14px 'Lato';
    color: #777777;
}
.wpcf7 form textarea,
.rightdiv textarea {
    height: 128px;
}
.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="file"] {
    margin-top: 10px;
    padding: 0;
}
span.wpcf7-list-item {
    margin: 0 15px 0 0 !important;
}
.wpcf7 form input[type="submit"],
#contact input[type="submit"] {
    font: 400 15px 'Lato';
    margin: 25px 0 0 0;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    background-color: #000000;
	color:#ffffff;
}
.error_msg {
    padding: 10px;
    background: #ffd3ce;
    color: #e00;
    border: 1px #e00 solid;
    margin: 15px 0;
}
.success_msg {
    padding: 10px;
    background: #dcffc5;
    color: #070;
    border: 1px #070 solid;
    margin: 15px 0;
}
.spacer20 {
    height: 20px;
    clear: both;
}
.pagination{width:100%;text-align:center;clear:both;}
.nav-links {
    display: table;
    clear: both;
    margin: 15px 0;
    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links a,
.nav-links .page-numbers {
    background: #2e2e2e;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.nav-links .current,
.nav-links a:hover {
    background: #f8b149;
}
h1.entry-title,
h1.page-title {
    padding-bottom: 20px;
    font-size: 30px;
}
article.tag-sticky-2 {
    background: #f6f6f6;
    padding: 10px;
}
article img {
    height: auto;
}
article p {
    margin: 10px 0;
}
.post-date {
    display: inline;
}
.post-comment {
    display: inline;
}
.post-categories {
    display: inline;
}
.post-tags {
    display: inline;
}
.post-thumb, .postmeta{
	margin-top:10px;
}
form.search-form {
    margin-bottom: 15px;
}
input.search-field,
.post-password-form input[type=password] {
    border: 1px #ccc solid;
    padding: 10px 18px;
}
input.search-submit,
.post-password-form input[type=submit] {
    border: none;
    color: #ffffff;
    padding: 10px 15px;
    cursor: pointer;
}
aside.widget {
    margin-bottom: 30px;
}
aside.widget ul {
    list-style: disc;
    margin-left: 20px;
}
.accordion-box h2.active {
    color: #ff8a00;
}
.webicon {
    font-size: 20px;
}
#sidebar ul li {
    margin: 5px 0;
}
.comment-list,
ol.comment-list {
    list-style: none;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
	padding-left:0;
}
.comment-list ul,
ol.comment-list ul {
    list-style: none;
}
.comment-list li.comment {
    margin-top: 20px;
}
.comment-list .comment-content h1,
.comment-list .comment-content h2,
.comment-list .comment-content h3,
.comment-list .comment-content h4,
.comment-list .comment-content h5,
.comment-list .comment-content h6 {
    margin-top: 15px;
}
ol.comment-list li ol{
	list-style:none;
}
h3.widget-title {
    font-size:18px;
    padding:10px;
    margin-bottom:15px;
	color:#ffffff;
	background-color:#4c387f;
}
.blog-post-repeat {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}
a.blogthumbs img {
    width: 100%;
}
#wp-calendar td {
    padding: 9px;
}
.textwidget select {
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
}
/*------- COMMENT STYLES --------*/

.comment-author.vcard {
    display: inline-block;
    margin-right: 15px;
}
.comment-author img {
    display: block;
}
.comment-meta {
    margin: 5px 0;
}
.comment-list ol.children li.comment {
    background-image: none;
    padding-left: 5px;
}
.hrule {
    border-top: 1px #dbdbdb solid;
    margin-top: 15px;
    padding-bottom: 15px;
}
ol.commentlist {
    list-style: none;
}
#commentform p {
    margin: 5px 0;
}
#commentform label {
    display: block;
}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    max-width: 96%;
    border: 1px #ccc solid;
    padding: 5px 2%;
}
#commentform input#submit {
    font: 400 15px 'Lato';
    border: none;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}
#commentform input#submit:hover {
    cursor: pointer;
}
.form-allowed-tags {
    display: none;
}
ul.errormsg {
    background: #ffe4e4;
}
ul.errormsg li {
    padding: 5px;
}
.entry-content table,
.comment-body table {
    border-collapse: collapse;
    margin: 10px 0;
}
.entry-content table td,
.entry-content table th,
.comment-body table td,
.comment-body table th {
    padding: 10px 5px;
    text-align: left;
}
.entry-content table th,
.comment-body table th {
    color: #676767;
    font: normal 18px Oswald;
    border-bottom: 1px #888 solid;
}
.entry-content table td,
.comment-body table td {
    border-bottom: 1px #ccc solid;
}
.fvch-codeblock:hover .comment-form-url {
    display: block !important;
}
footer.entry-meta {
    clear: left;
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}


.disable__link{pointer-events:none;}.vc_row{position:relative;}
.container__fluid{max-width:1180px;margin:0 auto;padding:0px 15px;}
.elementor-section_0{max-width:1680px !important;margin:0 auto;}
.elementor-section.elementor-section-boxed > .elementor-container_0{max-width:1680px !important; padding:0px 70px;}
.container__fluid .elementor-section.elementor-section-boxed > .elementor-container_0{padding:padding:0px 70px;}
.container .elementor-section.elementor-section-boxed > .elementor-container_0{padding:padding:0px 70px;}
.elementor-section.elementor-section-boxed .elementor-container .elementor-container_0 {padding:0px  !important;}
.navbar-nav{display:inline-block !important;}
.no__border{border:0px;}.no__border__fixed{border:0px !important;}.width__auto{width:auto}.height__auto{height:auto}.width__auto__fixed{width:auto !important;}.height__auto__fixed{height:auto !important;}.full__width{width:100%;}.full__width__fixed{width:100% !important;}.full__height{height:100%;}.full__height__fixed{height:100% !important;}.pull__left{float:left;}.letter__spacing-1{letter-spacing:1px;}.letter-spacing-2{letter-spacing:2px;}.cnt__list-style-none{list-style:none;}.no__padding{padding:0px !important;}.no__margin{margin:0px !important;}.hide{display: none !important;}.show{display: block !important;}.overflow__auto{overflow:auto;}.overflow__hidden{overflow:hidden;}.uppercase__all{text-transform:uppercase;}.lowercase__all{text-transform:lowercase;}.capitalize__all{text-transform:capitalize;}
.ot-mt-0{margin-top:0px !important;}.ot-mb-0{margin-bottom:0px !important;}.ot-ml-0{margin-left:0px !important;}.ot-mr-0{margin-right:0px !important;}.ot-mt-5 {margin-top:5px;}.ot-mt-10 {margin-top:10px;}.ot-mt-15 {margin-top:15px;}.ot-mt-20 {margin-top:20px;}.ot-mt-25 {margin-top:25px;}.ot-mt-30 {margin-top:30px;}.ot-mt-35 {margin-top:35px;}.ot-mt-40 {margin-top:40px;}.ot-mt-50 {margin-top:50px;}.ot-mt-55 {margin-top:55px;}.ot-mt-60 {margin-top:60px;}.ot-mt-65 {margin-top:65px;}.ot-mt-70 {margin-top:70px;}.ot-mt-75 {margin-top:75px;}.ot-mt-80 {margin-top:80px;}.ot-mt-85 {margin-top:85px;}.ot-mt-90 {margin-top:90px;}.ot-mt-95 {margin-top:95px;}.ot-mt-100 {margin-top:100px;}.ot-mt-105 {margin-top:105px;}.ot-mt-110 {margin-top:110px;}.ot-mt-115 {margin-top:115px;}.ot-mt-120 {margin-top:120px;}.ot-mt-125 {margin-top:125px;}.ot-mt-130 {margin-top:130px;}.ot-mt-135 {margin-top:135px;}.ot-mt-140 {margin-top:140px;}.ot-mt-145 {margin-top:145px;}.ot-mt150 {margin-top:150px;}.ot-mb-5 {margin-bottom:5px;}.ot-mb-10 {margin-bottom:10px;}.ot-mb-15 {margin-bottom:15px;}.ot-mb-20 {margin-bottom:20px;}.ot-mb-25 {margin-bottom:25px;}.ot-mb-30 {margin-bottom:30px;}.ot-mb-35 {margin-bottom:35px;}.ot-mb-40 {margin-bottom:40px;}.ot-mb-50 {margin-bottom:50px;}.ot-mb-55 {margin-bottom:55px;}.ot-mb-60 {margin-bottom:60px;}.ot-mb-65 {margin-bottom:65px;}.ot-mb-70 {margin-bottom:70px;}.ot-mb-75 {margin-bottom:75px;}.ot-mb-80 {margin-bottom:80px;}.ot-mb-85 {margin-bottom:85px;}.ot-mb-90 {margin-bottom:90px;}.ot-mb-95 {margin-bottom:95px;}.ot-mb-100 {margin-bottom:100px;}.ot-mb-105 {margin-bottom:105px;}.ot-mb-110 {margin-bottom:110px;}.ot-mb-115 {margin-bottom:115px;}.ot-mb-120 {margin-bottom:120px;}.ot-mb-125 {margin-bottom:125px;}.ot-mb-130 {margin-bottom:130px;}.ot-mb-135 {margin-bottom:135px;}.ot-mb-140 {margin-bottom:140px;}.ot-mb-145 {margin-bottom:145px;}.ot-mb-150 {margin-bottom:150px;}
.ot-ml-5 {margin-left:5px;}.ot-ml-10 {margin-left:10px;}.ot-ml-15 {margin-left:15px;}.ot-ml-20 {margin-left:20px;}.ot-ml-25 {margin-left:25px;}.ot-ml-30 {margin-left:30px;}.ot-ml-35 {margin-left:35px;}.ot-ml-40 {margin-left:40px;}.ot-ml-50 {margin-left:50px;}.ot-ml-55 {margin-left:55px;}.ot-ml-60 {margin-left:60px;}.ot-ml-65 {margin-left:65px;}.ot-ml-70 {margin-left:70px;}.ot-ml-75 {margin-left:75px;}.ot-ml-80 {margin-left:80px;}.ot-ml-85 {margin-left:85px;}.ot-ml-90 {margin-left:90px;}.ot-ml-95 {margin-left:95px;}.ot-ml-100 {margin-left:100px;}.ot-ml-105 {margin-left:105px;}.ot-ml-110 {margin-left:110px;}.ot-ml-115 {margin-left:115px;}.ot-ml-120 {margin-left:120px;}.ot-ml-125 {margin-left:125px;}.ot-ml-130 {margin-left:130px;}.ot-ml-135 {margin-left:135px;}.ot-ml-140 {margin-left:140px;}.ot-ml-145 {margin-left:145px;}.ot-ml-150 {margin-left:150px;}
.ot-mr-5 {margin-right:5px;}.ot-mr-10 {margin-right:10px;}.ot-mr-15 {margin-right:15px;}.ot-mr-20 {margin-right:20px;}.ot-mr-25 {margin-right:25px;}.ot-mr-30 {margin-right:30px;}.ot-mr-35 {margin-right:35px;}.ot-mr-40 {margin-right:40px;}.ot-mr-50 {margin-right:50px;}.ot-mr-55 {margin-right:55px;}.ot-mr-60 {margin-right:60px;}.ot-mr-65 {margin-right:65px;}.ot-mr-70 {margin-right:70px;}.ot-mr-75 {margin-right:75px;}.ot-mr-80 {margin-right:80px;}.ot-mr-85 {margin-right:85px;}.ot-mr-90 {margin-right:90px;}.ot-mr-95 {margin-right:95px;}.ot-mr-100 {margin-right:100px;}.ot-mr-105 {margin-right:105px;}.ot-mr-110 {margin-right:110px;}.ot-mr-115 {margin-right:115px;}.ot-mr-120 {margin-right:120px;}.ot-mr-125 {margin-right:125px;}.ot-mr-130 {margin-right:130px;}.ot-mr-135 {margin-right:135px;}.ot-mr-140 {margin-right:140px;}.ot-mr-145 {margin-right:145px;}.ot-mr-150 {margin-right:150px;}
.ot-pt-0{padding-top:0px !important;}.ot-pb-0{padding-bottom:0px !important;}.ot-pl-0{padding-left:0px !important;}.ot-pr-0{padding-right:0px !important;}.ot-pt-5 {padding-top:5px;}.ot-pt-10 {padding-top:10px;}.ot-pt-15 {padding-top:15px;}.ot-pt-20 {padding-top:20px;}.ot-pt-25 {padding-top:25px;}.ot-pt-30 {padding-top:30px;}.ot-pt-35 {padding-top:35px;}.ot-pt-40 {padding-top:40px;}.ot-pt-50 {padding-top:50px;}.ot-pt-55 {padding-top:55px;}.ot-pt-60 {padding-top:60px;}.ot-pt-65 {padding-top:65px;}.ot-pt-70 {padding-top:70px;}.ot-pt-75 {padding-top:75px;}.ot-pt-80 {padding-top:80px;}.ot-pt-85 {padding-top:85px;}.ot-pt-90 {padding-top:90px;}.ot-pt-95 {padding-top:95px;}.ot-pt-100 {padding-top:100px;}.ot-pt-105 {padding-top:105px;}.ot-pt-110 {padding-top:110px;}.ot-pt-115 {padding-top:115px;}.ot-pt-120 {padding-top:120px;}.ot-pt-125 {padding-top:125px;}.ot-pt-130 {padding-top:130px;}.ot-pt-135 {padding-top:135px;}.ot-pt-140 {padding-top:140px;}.ot-pt-145 {padding-top:145px;}.ot-pt-150 {padding-top:150px;}
.ot-pb-5 {padding-bottom:5px;}.ot-pb-10 {padding-bottom:10px;}.ot-pb15 {padding-bottom:15px;}.ot-pb-20 {padding-bottom:20px;}.ot-pb-25 {padding-bottom:25px;}.ot-pb-30 {padding-bottom:30px;}.ot-pb-35 {padding-bottom:35px;}.ot-pb-40 {padding-bottom:40px;}.ot-pb-50 {padding-bottom:50px;}.ot-pb-55 {padding-bottom:55px;}.ot-pb-60 {padding-bottom:60px;}.ot-pb-65 {padding-bottom:65px;}.ot-pb-70 {padding-bottom:70px;}.ot-pb-75 {padding-bottom:75px;}.ot-pb-80 {padding-bottom:80px;}.ot-pb-85 {padding-bottom:85px;}.ot-pb-90 {padding-bottom:90px;}.ot-pb-95 {padding-bottom:95px;}.ot-pb-100 {padding-bottom:100px;}.ot-pb-105 {padding-bottom:105px;}.ot-pb-110 {padding-bottom:110px;}.ot-pb-115 {padding-bottom:115px;}.ot-pb-120 {padding-bottom:120px;}.ot-pb-125 {padding-bottom:125px;}.ot-pb-130 {padding-bottom:130px;}.ot-pb-135 {padding-bottom:135px;}.ot-pb-140 {padding-bottom:140px;}.ot-pb-145 {padding-bottom:145px;}.ot-pb-150 {padding-bottom:150px;}
.ot-pl-5 {padding-left:5px;}.ot-pl-10 {padding-left:10px;}.ot-pl-15 {padding-left:15px;}.ot-pl-20 {padding-left:20px;}.ot-pl-25 {padding-left:25px;}.ot-pl-30 {padding-left:30px;}.ot-pl-35 {padding-left:35px;}.ot-pl-40 {padding-left:40px;}.ot-pl-50 {padding-left:50px;}.ot-pl-55 {padding-left:55px;}.ot-pl-60 {padding-left:60px;}.ot-pl-65 {padding-left:65px;}.ot-pl-70 {padding-left:70px;}.ot-pl-75 {padding-left:75px;}.ot-pl-80 {padding-left:80px;}.ot-pl-85 {padding-left:85px;}.ot-pl-90 {padding-left:90px;}.ot-pl-95 {padding-left:95px;}.ot-pl-100 {padding-left:100px;}.ot-pl-105 {padding-left:105px;}.ot-pl-110 {padding-left:110px;}.ot-pl-115 {padding-left:115px;}.ot-pl-120 {padding-left:120px;}.ot-pl-125 {padding-left:125px;}.ot-pl-130 {padding-left:130px;}.ot-pl-135 {padding-left:135px;}.ot-pl-140 {padding-left:140px;}.ot-pl-145 {padding-left:145px;}.ot-pl-150 {padding-left:150px;}
.ot-pr-5 {padding-right:5px;}.ot-pr-10 {padding-right:10px;}.ot-pr-15 {padding-right:15px;}.ot-pr-20 {padding-right:20px;}.ot-pr-25 {padding-right:25px;}.ot-pr-30 {padding-right:30px;}.ot-pr-35 {padding-right:35px;}.ot-pr-40 {padding-right:40px;}.ot-pr-50 {padding-right:50px;}.ot-pr-55 {padding-right:55px;}.ot-pr-60 {padding-right:60px;}.ot-pr-65 {padding-right:65px;}.ot-pr-70 {padding-right:70px;}.ot-pr-75 {padding-right:75px;}.ot-pr-80 {padding-right:80px;}.ot-pr-85 {padding-right:85px;}.ot-pr-90 {padding-right:90px;}.ot-pr-95 {padding-right:95px;}.ot-pr-100 {padding-right:100px;}.ot-pr-105 {padding-right:105px;}.ot-pr-110 {padding-right:110px;}.ot-pr-115 {padding-right:115px;}.ot-pr-120 {padding-right:120px;}.ot-pr-125 {padding-right:125px;}.ot-pr-130 {padding-right:130px;}.ot-pr-135 {padding-right:135px;}.ot-pr-140 {padding-right:140px;}.ot-pr-145 {padding-right:145px;}.ot-pr-150 {padding-right:150px;}
.itemsdf{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.itemsdf2{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;}
.itemschdf{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;-o-justify-content: center;justify-content: center;}
.itemscvdf{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: center;-o-align-items: center;-ms-align-items: center;-moz-align-items: center;align-items: center;}
.ot-font-size-10{font-size:10px !important;}.ot-font-size-11{font-size:11px !important;}.ot-font-size-12{font-size:12px !important;}.ot-font-size-13{font-size:13px !important;}.ot-font-size-14{font-size:14px !important;}.ot-font-size-15{font-size:15px !important;}.ot-font-size-16{font-size:16px !important;}.ot-font-size-17{font-size:17px !important;}.ot-font-size-18{font-size:18px !important;}.ot-font-size-19{font-size:19px !important;}.ot-font-size-20{font-size:20px !important;}.ot-font-size-21{font-size:21px !important;}.ot-font-size-22{font-size:22px !important;}.ot-font-size-23{font-size:23px !important;}.ot-font-size-24{font-size:24px !important;}.ot-font-size-25{font-size:25px !important;}.ot-font-size-26{font-size:26px !important;}.ot-font-size-27{font-size:27px !important;}.ot-font-size-28{font-size:28px !important;}.ot-font-size-29{font-size:29px !important;}.ot-font-size-30{font-size:30px !important;}.ot-font-size-31{font-size:31px !important;}.ot-font-size-32{font-size:32px !important;}.ot-font-size-33{font-size:33px !important;}.ot-font-size-34{font-size:34px !important;}.ot-font-size-35{font-size:35px !important;}.ot-font-size-36{font-size:36px !important;}.ot-font-size-37{font-size:37px !important;}.ot-font-size-38{font-size:38px !important;}.ot-font-size-39{font-size:39px !important;}.ot-font-size-40{font-size:40px !important;}.ot-font-size-41{font-size:41px !important;}.ot-font-size-42{font-size:42px !important;}.ot-font-size-43{font-size:43px !important;}.ot-font-size-44{font-size:44px !important;}.ot-font-size-45{font-size:45px !important;}.ot-font-size-46{font-size:46px !important;}.ot-font-size-47{font-size:47px !important;}.ot-font-size-48{font-size:48px !important;}.ot-font-size-49{font-size:49px !important;}.ot-font-size-50{font-size:50px !important;}
.page__section{width:100%;float:left;}
.ot-col{padding:0px 15px;}
.column__item{float:left;}

.title__area{width:100%;float:left;}

.ot-breadcrumb {
    padding: 12px 15px;
    list-style: none;
    background-color: #000000;
	color: #fff;
}
.ot-breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}
ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }
rs-slide *{font-family:'Lato',san-serif !important;}
.ekit-template-content-header{}

.tp-shadow2:before, .tp-shadow2:after, .tp-shadow3:before, .tp-shadow4:after{box-shadow: 0 15px 10px rgb(0 0 0 / 14%) !important;}
.sticky-toc-widget{position:sticky;top:160px;}
.toc__wrapper-1{ border: 5px double #e1e1e1;margin-bottom: 20px;}
.toc__wrapper-1 .toc__wrapper__inner{padding:20px;}
.toc__wrapper-1 .toc__list{margin:0px;padding:0px;}
.toc__wrapper-1 .toc__list .toc__list__item{list-style:none !important; margin-bottom: 10px;}
.toc__wrapper-1 .toc__list .toc__list__item .toc__list__item__link{color:inherit !important;position:relative;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.toc__wrapper-1 .toc__list .toc__list__item .toc__list__item__text{position:relative;padding-left:20px;}
.toc__wrapper-1 .toc__list .toc__list__item .toc__list__item__text:before{content:"";position:absolute;top:8px;left:0px;width:8px;height:8px;background-color:#fff;border: 1px solid #000;border-radius:50%;}
.toc__wrapper-1 .toc__list .toc__list__item .toc__list__item__link:hover{color:#0d6efd !important;}
.toc__wrapper-1 .toc__list .toc__list__item .toc__list__item__link.active{color:#0d6efd !important;}

.tags_list_container_v1 {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tags_list_container_v1 .txt_label {
    display: none !important;
    min-width: 90px;
    float: left;
    display: inline-block;
    margin: 5px 5px 5px 0px;
    position: relative;
}
.tags_list_v1 {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.tags_list_v1 .list_item {
    float: left;
    display: inline-block;
    padding: 3px 6px 3px 6px;
}
.tags_list_v1 .list_item .item_inner {
    width: 100%;
    float: left;
}
.tags_list_v1 .list_item .item_link {
    display: inline-block;
    font-weight: 600;
    color: #3e80c4;
    padding: 0px 5px;
    border-bottom: 2px solid #3e80c4;
    border-radius: 0px;
}



.ot-service-single{}
.ot-service-single .ot-ft-img-wrapper .ot-bg-img{padding: 200px 0px 200px 0;
    width: 100%;
    background-size: cover;background-position: top center;
}
.ot-service-single .ot-entry-header{width:100%;background-color:#58C3B8;padding:60px 30px;margin-bottom:20px;}
.ot-service-single .ot-entry-title{color:#fff;margin:0px;}
.ot-service-single .ot-entry-content{}

.ot-post-archive{}
.ot-post-archive .archive-entry-header-area{padding: 15px 0px;background-color: #F8B149;}
.ot-post-archive .archive-entry-header-area .archive-entry-title{color:#fff;padding: 0px !important;margin:0px !important;}
.ot-post-archive .sdbr{border: 5px double #e1e1e1;padding:20px;position:sticky;top:160px;}
.ot-post-archive .ot-post-items-list {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-post-archive .ot-post-items-list .list-item{border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-post-archive .ot-post-items-list .list-item .item-inner{width:100%;background-color:#fff; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .10);margin:10px;border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;flex: 1;}
.ot-post-archive .ot-post-items-list .list-item .inner-block{width:100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-post-archive .ot-post-items-list .list-item .post-image{width:100%;height: 170px;overflow:hidden;}
.ot-post-archive .ot-post-items-list .list-item .post-image img{display: block;width: 100%;height: 100%;max-height: 170px;border-radius: 10px 10px 0px 0px;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;-webkit-transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-ms-transition: transform .5s ease-in-out;transition: transform .5s ease-in-out;}
.ot-post-archive .ot-post-items-list .list-item .post-content{width:100%;padding:25px;clear:both;}
.ot-post-archive .ot-post-items-list .list-item .post-category{width:100%;clear:both;text-align:center;}
.ot-post-archive .ot-post-items-list .list-item .post-title{width:100%;font-size: 25px;display: block;text-align:center;margin:0px;}
.ot-post-archive .ot-post-items-list .list-item .post-title a{font-size: 25px;color:inherit !important;}
.ot-post-archive .ot-post-items-list .list-item .post-desc{width:100%;margin-top: 10px;}
.ot-post-archive .ot-post-items-list .list-item .item-inner:hover .post-image img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.ot-post-archive .ot-post-items-list .list-item .item-inner:hover .post-title{color:#F8B149 !important;}

.ot-post-archive .ot-faq-items-list{-webkit-justify-content: left !important;-moz-justify-content: left !important;-ms-justify-content: left !important;justify-content: left !important;}
.ot-post-archive .ot-faq-items-list .list-item{border-radius: 0px !important;}
.ot-post-archive .ot-faq-items-list .list-item .item-inner{border-bottom: 1px solid #ccc;padding:0px 0px 5px 0px !important;box-shadow:none !important;border-radius: 0px !important;}
.ot-post-archive .ot-faq-items-list .list-item .post-content{padding:0px !important;}
.ot-post-archive .ot-faq-items-list .list-item .post-title {text-align:left !important;}
.ot-post-archive .ot-faq-items-list .list-item .post-title a{font-size: 17px !important;}
.ot-post-archive .ot-faq-items-list .list-item .item-inner:hover .post-title{color:#0d6efd !important;}

.blog__single {width:100%;float:left;}
.blog__single .post__image img{width:100%;border-radius:10px;}
.blog__single .post__content__body{width:100%;float:left;margin-top:20px;}
.blog__single .post__title{width:100%;float:left;margin:0px 0px 10px 0px;font-size:40px;font-weight:600;}
.blog__single .post__meta{width:100%;float:left;margin:0px 0px 10px 0px;}
.blog__single .post__meta__wrapper{width:100%;float:left;border-bottom:1px solid #ccc;padding-bottom:20px;margin:20px 0px 20px 0px;}
.blog__single .post__meta__wrapper span{float:left;}
.blog__single .author__image{width:40px;height:40px;float:left;border-radius:50%;margin-right:10px;}

.post__single__layout .related__posts {width:100%;float:left;background-color: #e7e7e7;padding:20px;border-radius:10px;}
.post__single__layout .related__posts .list__item{width:100%;float:left;margin-bottom:20px;}
.post__single__layout .related__posts .list__item .item__inner{width:100%;float:left;padding:10px;background-color:#fff;border-bottom:10px solid #d7d7d7;}
.post__single__layout .related__posts .list__item .post__image{width:100%;float:left;max-height::230px;}
.post__single__layout .related__posts .list__item .post__image img{width:100%;float:left;max-height::230px;}
.post__single__layout .related__posts .list__item .post__title{width:100%;float:left;margin:0px 0px 10px 0px;font-size:20px;font-weight:600;text-align:center;}
.post__single__layout .related__posts .list__item .post__title a{color:#000 !important;}
.post__single__layout .related__posts .list__item:hover .post__title a{color:#58c3b9 !important;}
.post__single__layout .related__posts .list__item .post__content{width:100%;float:left;}
.post__single__layout .related__posts .viewMoreBtn{padding:10px 15px;background-color:#58c3b9;color:#fff;border-radius:3px;}
.post__single__layout .related__posts .viewMoreBtn:hover{background-color:#ee2d7b;color:#fff;}

.post__single__layout-1 .post-entry-header-area {background: #f3f3f3;padding: 20px;margin-bottom:20px;}
.post__single__layout-1 .post-entry-header-area .post-entry-title {padding:0px !important;margin:0px !important;}
.post__single__layout-1 .post-entry-header-area .post-meta-container {position:relative;border-top: 5px solid #d4d1d1;padding:10px 0px;}
.post__single__layout-1 .post-meta-category {position:relative;}
.post__single__layout-1 .post-meta-category .inner-content{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.post__single__layout-1 .post-meta-category .ct-item {position:relative;color:inherit !important;margin-right:10px;}
.post__single__layout-1 .post-meta-category .ct-item a{color:#0d6efd !important;position:relative;}
.post__single__layout-1 .post-meta-category .ct-item-seperator{width:10px;position:relative;margin: 0px 5px;}
.post__single__layout-1 .post-meta-category .ct-item-seperator:after {content:"";position:absolute;top:0px;left:0px;display:block !important;}

.post__single .sdbr{border: 5px double #e1e1e1;margin-bottom:20px;}
.post__single .sticky-sdbr{position:sticky;top:160px;}
.post__single .related-posts{background-color:#f7f9f9; margin-top:20px;padding:60px 0px;}
.post__single .related-posts .post-items-list {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.post__single .related-posts .post-items-list .list-item{border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.post__single .related-posts .post-items-list .list-item .item-inner{width:100%;background-color:#fff; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .10);margin:10px;border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;flex: 1;}
.post__single .related-posts .post-items-list .list-item .inner-block{width:100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.post__single .related-posts .post-items-list .list-item .post-image{width:100%;height: 170px;overflow:hidden;}
.post__single .related-posts .post-items-list .list-item .post-image img{display: block;width: 100%;height: 100%;max-height: 170px;border-radius: 10px 10px 0px 0px;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;-webkit-transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-ms-transition: transform .5s ease-in-out;transition: transform .5s ease-in-out;}
.post__single .related-posts .post-items-list .list-item .post-content{width:100%;padding:15px;clear:both;}
.post__single .related-posts .post-items-list .list-item .post-category{width:100%;clear:both;text-align:center;}
.post__single .related-posts .post-items-list .list-item .post-title{width:100%;font-size: 20px;display: block;text-align:center;margin:0px;}
.post__single .related-posts .post-items-list .list-item .post-title a{color:inherit !important;}
.post__single .related-posts .post-items-list .list-item .post-desc{width:100%;margin-top: 10px;}
.post__single .related-posts .post-items-list .list-item .item-inner:hover .post-image img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.post__single .related-posts .post-items-list .list-item .item-inner:hover .post-title{color:#F8B149 !important;}

.post-tx-archive .tx-entry-header-area {padding:15px 0px;background-color:#F8B149;}
.post-tx-archive .tx-entry-title {margin:0px !important;color: #fff !important;}
.tx-posts-list {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.tx-posts-list .list-item{border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.tx-posts-list .list-item .item-inner{width:100%;background-color:#fff; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .10);margin:10px;border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;flex: 1;}
.tx-posts-list .list-item .inner-block{width:100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.tx-posts-list .list-item .post-image{width:100%;height: 170px;overflow:hidden;}
.tx-posts-list .list-item .post-image img{display: block;width: 100%;height: 100%;max-height: 170px;border-radius: 10px 10px 0px 0px;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;-webkit-transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-ms-transition: transform .5s ease-in-out;transition: transform .5s ease-in-out;}
.tx-posts-list .list-item .post-content{width:100%;padding:15px;clear:both;}
.tx-posts-list .list-item .post-category{width:100%;clear:both;text-align:center;}
.tx-posts-list .list-item .post-title{width:100%;display: block;font-size:20px;text-align:center;margin:0px;}
.tx-posts-list .list-item .post-title a{font-size:20px;color:inherit !important;}
.tx-posts-list .list-item .post-desc{width:100%;margin-top: 10px;}
.tx-posts-list .list-item .item-inner:hover .post-image img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.tx-posts-list .list-item .item-inner:hover .post-title{color:#F8B149 !important;}

.ot-services-list-1 {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-services-list-1 .ot-list-item {border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-services-list-1 .ot-list-item .ot-item-inner{width:100%;background-color:#fff; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .10);margin:10px;border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;flex: 1;}
.ot-services-list-1 .ot-list-item .ot-inner-block{width:100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-services-list-1 .ot-list-item .ot-post-image{width:100%;height: 170px;overflow:hidden;}
.ot-services-list-1 .ot-list-item .ot-post-image img{display: block;width: 100%;height: 100%;border-radius: 10px 10px 0px 0px;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;-webkit-transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-ms-transition: transform .5s ease-in-out;transition: transform .5s ease-in-out;}
.ot-services-list-1 .ot-list-item .ot-post-content{width:100%;padding:15px;clear:both;}
.ot-services-list-1 .ot-list-item .ot-post-category{width:100%;clear:both;text-align:center;}
.ot-services-list-1 .ot-list-item .ot-post-title{width:100%;font-size:22px;display: block;margin-bottom: 10px;text-align:center;}
.ot-services-list-1 .ot-list-item .ot-post-title a{color:inherit !important;}
.ot-services-list-1 .ot-list-item .ot-post-desc{width:100%;}
.ot-services-list-1 .ot-list-item .ot-item-inner:hover .ot-post-image img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.ot-services-list-1 .ot-list-item .ot-item-inner:hover .ot-post-title{color:#F8B149 !important;}

.ot-services-list-2 {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-services-list-2 .ot-list-item {border-radius: 10px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.ot-services-list-2 .ot-list-item .ot-item-inner{width:100%;}
.ot-services-list-2 .ot-list-item .ot-inner-block{width:100%;}
.ot-services-list-2 .ot-list-item .ot-post-image{width:100%;height: 170px;overflow:hidden;}
.ot-services-list-2 .ot-list-item .ot-post-image img{display: block;width: 100%;height: 100%;border-radius: 10px 10px 0px 0px;-webkit-object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;object-fit: cover;-webkit-transition: transform .5s ease-in-out;-moz-transition: transform .5s ease-in-out;-ms-transition: transform .5s ease-in-out;transition: transform .5s ease-in-out;}
.ot-services-list-2 .ot-list-item .ot-post-content{clear:both;}
.ot-services-list-2 .ot-list-item .ot-post-category{width:100%;clear:both;text-align:center;}
.ot-services-list-2 .ot-list-item .ot-post-title{display: block;margin-bottom: 10px;text-align:center;position:relative;}
.ot-services-list-2 .ot-list-item .ot-post-title a{color:#0d6efd !important;position:relative;}
.ot-services-list-2 .ot-list-item .ot-post-title a:before{content:"";position:absolute;top:4px;left:0px;width:12px;height:12px;border:2px solid #0d6efd;background-color:#0d6efd;border-radius:50%;}
.ot-services-list-2 .ot-list-item .ot-post-title .ot-text{padding-left:18px;}
.ot-services-list-2 .ot-list-item .ot-post-desc{width:100%;}
.ot-services-list-2 .ot-list-item .ot-item-inner:hover .ot-post-image img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.ot-services-list-2 .ot-list-item .ot-post-title a:hover{color:#F8B149 !important;}
.ot-services-list-2 .ot-list-item .ot-post-title a:hover:before{border-color:#F8B149 !important;background-color:#F8B149 !important;}


.comments-area {display:none !important;}
.comments-area textarea#comment{height:100px;}
.comment-form-cookies-consent{width:100%;clear: both;}
.ast-comment-meta{text-transform: inherit !important;}

.sdbr .widget-item{width:100%;padding:20px;border-bottom: 5px double #e1e1e1;}
.sdbr .widget-item:last-child{border-bottom:0px;}
.sdbr .widget-item ul{width:100%;padding:0px;margin:0px;}
.sdbr .widget-item .list-item{width:100%;list-style:none;margin:0px 0px 10px 0px;}
.sdbr .widget-item .list-item .last-child{margin-bottom:0px;}
.sdbr .widget-item .item-link{color:inherit;position: relative;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
.sdbr .widget-item .item-txt {position: relative;padding-left: 15px;}
.sdbr .widget-item .item-txt:before {content: "";position: absolute;top: 8px;left: 0px;width: 8px;height: 8px;background-color: #fff;border: 1px solid #000;border-radius: 50%;}
.sdbr .widget-item .list-item .item-link:hover{color:#0a58ca !important;}
.sdbr .widget-item .list-item .item-sub{padding-left:20px;}
.sdbr .widget-item .list-item .item-sub .list-item .item-txt:before{background-color:#000;}

.wpcf7 form .form-group{float:left;padding:0px 15px;margin-bottom:5px;}
.wpcf7 form .form-group input[type="text"], .wpcf7 form .form-group input[type="email"], .wpcf7 form .form-group textarea{width:100%;float:left;border:1px solid #ccc !important;}
.wpcf7 form input[type="submit"]{background-color:#58C3B9;color:#fff !important;}
.wpcf7 form input[type="submit"]:hover{background-color:#F8B149;color:#fff !important;}
.wpcf7 form .wpcf7-not-valid-tip{width:100%;float:left;}
.wpcf7 form .wpcf7-response-output{width:100%;float:left;color:#000 !important;text-align:center;margin:5px 0px !important;}
.wpcf7 form.invalid .wpcf7-response-output{border-color: #f00000 !important;margin:5px 0px !important;}


.ds-doctor-profile .top-area .doc-profile-image{width:160px;height:170px;border: 5px double #ccc;margin: 0px 10px 10px 0px;}
.ds-doctor-profile .top-area .doc-profile-image img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;margin:0 auto;}
.ds-doctor-profile .top-area .doc-profile-image img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;margin:0 auto;}
.ds-doctor-profile .top-area .doc-info .text-label{font-weight:600;}
.ds-doctor-profile .top-area .doc-info .doc-name{font-size:30px;margin:0px 0px 10px 0px;}


@media (max-width: 600px){
 .container{padding:0px 15px !important;}
 .ot-container{padding:0px 15px !important;}
 .elementor-section.elementor-section-boxed > .elementor-container{padding:0px 15px !important;}
}
.elementor-section.elementor-section-boxed > .elementor-container{}