/*
Theme Name: Custom Theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Montserrat', sans-serif;
}
#content.site-content{
	padding: 0 !important;
}
.entry-content{
	margin: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.service_grids figure.wpb_wrapper.vc_figure {
    background-color: white;
    border-radius: 100px;
    width: 90px;
    margin-bottom: 20px;
}
.our-team figure.wpb_wrapper.vc_figure {
    background-color: #ffffff54;
    border-radius: 100px;
    box-shadow: 1px 2px 15px 0px #706c6c;
}
.our-team img.vc_single_image-img.attachment-full {
    height: 138px;
}
#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg {
    width: 54px;
    height: 54px;
    position: absolute;
    top: -240px;
    left: 20px;
}
div#footer-widget section#text-4 {
    padding-left: 20%;
}
 #nav_menu-3 {
    padding-left: 15% !important;
}
.navbar-expand-xl .navbar-collapse {
    justify-content: center !important;
}
.login-sec input#um-submit-btn {
    margin-top: 21px;
}
.login-sec label {
    font-size: 18px !important;
    color: black;
    font-family: 'Playfair Display';
    letter-spacing: 1.5px;
}
.login-sec input#um-submit-btn {
    border-radius: 50px !important;
    background-color: #7bb752;
    font-size: 18px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}





/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.captcha img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1.form-control {
    height: auto;
    width: auto;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  
  padding-top: 0px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease-in-out !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #49A02D;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* MEnu Account Button  */
.dropbtn {
  cursor: pointer !important;
  padding: 0 !important;
  outline: none !important;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  position: relative;
  background: transparent !important;
  border: none;
  font-family: 'Poppins';
  }
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  /* display: none; */
  position: absolute;
  background-color: #49a02d;
  min-width: 71px;
  overflow: auto;
  z-index: 1;
  left: 0;
  top: 18px;
  transform: translate(10px, -199px);
  transition: 0.5s !important;
}
.dropdown-content a {
  color: #fff !important;
  padding: 7px 12px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #fff;
}

.show {
  display: block;
  z-index: 9999;
  position: absolute;
  transition: 0.5s !important;
  /* transform: translate(10px, 10px); */
}
.dropdown-content a:last-child {
  border: 0;
}
.dropdown-menu  a {
    padding: 10px 5px;
    font-size: 12px;
    color: #ffffff;
}
ul.dropdown-menu {
    padding: 5px 10px;
    background: #e64747;
    border-radius: 0;
    min-width: 120px;
}
.dropdown-menu {
    border-radius: 0 !important;
}
.dropdown {
    /* padding-left: 30px; */
    /* padding-right: 20px; */
    position: relative;
}

.dropdown:after {
    /* content: '\f078'; */
    /* font-family: 'Font Awesome 5 Free' !important; */
    color: #fff;
    /* font-weight: bold; */
    /* padding-left: 10px; */
}

.dropdown:before {
    content: '';
    position: absolute;
}
header#masthead button.dropbtn {
    background: url(/wp/smile-health/wp-content/themes/CustomTheme/images/user-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
    padding: 20px !important;
}
.dropdown-content {
    min-width: 150px;
}
/* .show {
    transform: translate(10px, 40px);
} */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
	.secAbout .wpb_text_column {
    padding: 0;
}
	.secApply h3 {
    font-size: 13px !important;
    margin-top: 0;
}
.secApply h2 {
    font-size: 40px !important;
    margin-bottom: 0;
    padding-bottom: 0px;
}

  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
	 div#footer-widget #nav_menu-3 {
    padding-left: 0% !important;
}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
	
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
	div .our-team img.vc_single_image-img.attachment-full {
    height: 90px;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
	.secAbout .vc_col-sm-6 {
    width: 100%;
}
	div div .our-team img.vc_single_image-img.attachment-full {
    height: 60px;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


/*--------------------------------------------------------------
## CUSTOM CSS START
--------------------------------------------------------------*/

.page-id-141 .auth-sec button.active::after {
    width: 100% !important;
    left: 0 !important;
}



.secAbout2 p {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        padding: 0 0px;
}
.about-img .wpb_single_image img {
    height: 360px;
    max-width: 100%;
    vertical-align: top;
}
.policies-page-text p {
    font-family: "Playfair Display";
}


/* .secBanner {
    background-position: top center !important;
	    background-size: cover !important;
    background-repeat: no-repeat !important;
} */
header#masthead .container-fluid {
  padding: 0 50px;
  padding-left: 15px;
}
/* div#main-nav {
    display: flex !important;
    justify-content: center !important;
} */
body:not(.theme-preset-active) #masthead .navbar-nav > li {
     margin-right: 42px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
  margin-right: 0;
}
.account-head {
  display: flex;
  align-items: center;
}
.account-head .user {
  margin-right: 30px;
}
.account-head  .user-link:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 4px;
}
.account-head .user-link {
  color: #000;
  position: relative;
  padding-right: 15px;
}
.account-head .btn-head  .option a {
    margin: 0;
    padding: 6px 10px !important;
}
.account-head .btn-head  .selected a {
    padding: 10px 6px !important;
}
.account-head .btn-head a {
    display: block;
    background: transparent !important;
    color: #000 !important;
    border-radius: 3px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #49a02d00 !important;
    transition: all 0.3s ease-in-out !important;
   
}
.account-head .btn-head a:hover {
  background: transparent;
  color: #49A02D;
}
/* .secBanner .col-ctn .vc_column-inner {
  padding-left: 27% !important;
  padding-right: 15px !important;
}
.secBanner .col-ctn .vc_column-inner .ft-18 {
  padding-right: 30%;
} */
body .btn-custom .vc_general {
  border-radius: 3px !important;
  background: #49a02d !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 17px 50px !important;
  border: 1px solid #49A02D !important;
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out !important;
  min-width: 140px;
	min-width: 140px;
    border-radius: 50px !important;
}

.switcher .selected {
    background: #ffffff38 linear-gradient(180deg, #efefef 0%, #ffffff94 70%) !important;
    border-radius: 10px !important;
}
body .btn-custom .vc_general:hover {
  background: transparent !important;
  color: #49a02d !important;
}
.secAbout {
  background: rgb(38,144,206);
  background: linear-gradient(81deg, rgba(38,144,206,1) 0%, rgba(135,201,153,1) 100%);
}
.secAbout .ft-18 {
  padding-right: 3%;
  font-weight: 500;
}
.secAbout:after {
  content: '';
  width: 100%;
  height: 616px;
  background: url('images/vc_about.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: 100% 100%;
  opacity: 0.5;
}
.service_grids .vc_column_container>.vc_column-inner>.wpb_wrapper {
  border: 1px solid #35B4CF;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
	    background-color: #00000075;
   
}
.service_grids .vc_column_container:nth-child(even)>.vc_column-inner>.wpb_wrapper {
  border-color: #99FF99;
}
.service_grids .vc_column_container>.vc_column-inner>.wpb_wrapper:before {
  content: '';
  width: 64px;
  height: 4px;
  background: #35B4CF;
  position: absolute;
  top: -3px;
  left: 0;
}
.service_grids .vc_column_container>.vc_column-inner>.wpb_wrapper:after {
  content: '';
  width: 4px;
  height: 64px;
  background: #35B4CF;
  position: absolute;
  top: -3px;
  left: -2.5px;
}
.service_grids .vc_column_container:nth-child(even)>.vc_column-inner>.wpb_wrapper:before,
.service_grids .vc_column_container:nth-child(even)>.vc_column-inner>.wpb_wrapper:after {
  background: #99FF99;
}
.service_grids .wpb_single_image {
  position: static;
}
.service_grids .wpb_single_image:before {
  content: '';
  width: 64px;
  height: 4px;
  background: #35b4cf;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.service_grids .wpb_single_image:after {
  content: '';
  width: 4px;
  height: 64px;
  background: #35b4cf;
  position: absolute;
  bottom: -2px;
  right: -2.5px;
}
.service_grids .vc_column_container:nth-child(even) .wpb_single_image:before,
.service_grids .vc_column_container:nth-child(even) .wpb_single_image:after {
  background: #99FF99;
}
.secApply {
  background-size: 100% !important;
} 
/* .secBanner {
  display: flex;
  align-items: center;
} */
.secTestimonial {
  background: rgb(38,144,206);
  background: linear-gradient(280deg, rgba(38,144,206,1) 0%, rgba(135,201,153,1) 100%);
}
.testimonial-box {
  background: #fff;
  border: 1px solid  #99FF99;
}
.testimonial-box figure {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-box figure img {
  height: 100%;
  object-fit: cover;
}
.testimonial-box  .ctn h4 {
  font-size: 27px;
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 34px;
}
.testimonial-box .ctn {
  text-align: center;
  margin-top: -55px;
}
#slider_testimonial .item {
  padding-top: 55px;
  padding-bottom: 30px;
}
.testimonial-box .txt {
  padding: 0 40px 70px;
  text-align: center;
  position: relative;
}
.testimonial-box .txt p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
}
.testimonial-box .txt .quote {
  width: 61px;
  position: absolute;
  right: 22px;
  bottom: -22px;
}
#slider_testimonial .owl-dots {
  display: none;
}
.ct-form .form-control {
  height: 35px;
  border: none;
  border-bottom: 1px solid #707070;
  padding: 0 18px;
  border-radius: 0;
  box-shadow: none;
  color: #88898D;
  outline: none;
  margin-bottom: 35px !important;
}
.ct-form .wpcf7-submit {
  background: #79B84F !important;
  color: #fff;
  border: none;
  padding: 13px 27px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  min-width: 150px;
  height: 50px;
  border-radius: 4px;
  box-shadow: none !important;
  outline: none;
}
.secContact .vc_column_container>.vc_column-inner>.wpb_wrapper {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 18px 3px rgb(229 229 229 / 65%);
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 64px 75px;
}
.ct-form .form-control::placeholder {
  text-transform: uppercase;
  color: #88898D;
}
div#footer-widget {
  background: #00314E !important;
  padding: 73px 0;
}
div#footer-widget .widget {
  margin: 0;
}
div#footer-widget .widget ul.menu a.nav-link {
  color: #fff !important;
  background: transparent;
  padding: 0;
  display: inline;
}
div#footer-widget .widget ul.menu li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
div#footer-widget .widget ul.menu li:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}
div#footer-widget h3.widget-title {
  font-size: 22px;
  color: #fff;
  font-family: 'Play Fair Display';
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
}
div#footer-widget .f-2 {
  display: flex;
}
div#footer-widget #nav_menu-3 ul.menu li:last-child a {
  color: #2690ce;
}
section.secApply::before {
    content: '';
    background: #00000080;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
/* div#footer-widget #nav_menu-3 ul.menu li:last-child:before {
  background: #2690ce;
} */
div#footer-widget 
#nav_menu-3 {
  padding-left: 30%;
}
div#footer-widget  p {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  margin: 0;
}
div#footer-widget p a {
  color: #fff;
  text-decoration: none;
}
div#footer-widget .zoom-social-icons-widget h3.widget-title {
  display: none;
}
div#footer-widget .zoom-social-icons-widget {
  margin-top: 30px;
}
div#footer-widget .zoom-social_icons-list-span {
  background: #ffffff75 !important;
  border-radius: 3px;
}
.site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0;
  border-top: 1px solid #727272;
}
.site-info p {
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
}
footer#colophon {
  background: #00314e !important;
}
.site-info p a {
  text-decoration: none !important;
}
.site-info p.text-right a:first-child {
  margin-right: 50px;
}
.btn-fixed-area {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99;
}
.btn-fixed-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn-fixed-area ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2690ce;
  border-radius: 3px 0px 0px 3px;
  transition: all 0.3s ease-in-out !important;
}
.btn-fixed-area ul li {
  margin-bottom: 14px;
}
.btn-fixed-area ul li:last-child {
  margin: 0;
}
.btn-fixed-area ul li a:hover {
  background: #49a02d;
}
/* ---------------Policies Page----------------- */
.policy-form .form-control {
  height: 35px;
  border: none;
  border-bottom: 1px solid #707070;
  padding: 0 18px;
  border-radius: 0;
  box-shadow: none;
  color: #88898D;
  outline: none;
  margin-bottom: 35px !important;
}
.policy-form .wpcf7-submit {
  background: #79B84F !important;
  color: #fff;
  border: none;
  padding: 13px 27px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  min-width: 150px;
  height: 50px;
  border-radius: 4px;
  box-shadow: none !important;
  outline: none;
}
.secContact .vc_column_container>.vc_column-inner>.wpb_wrapper {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 18px 3px rgb(229 229 229 / 65%);
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 64px 75px;
}
.policy-form .form-control::placeholder {
  text-transform: uppercase;
  color: #88898D;
}
.page-id-262 .secContact {
    margin-bottom: 100px;
}
.policy-sec h2 {
    font-family: 'playfair display';
    color: #2690ce !important;
}
.policy-sec p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Playfair Display';
    font-weight: 400;
}
.policy-sec strong {
    color: #2690ce;
    font-size: 23px;
	border-bottom: 2px solid #2690ce;
}
/* -----------------Resources Page---------------- */
.resource-sec p {
    font-weight: 500;
    font-size: 18px;
}
.resource-sec a {
    text-decoration: none;
    color: #49a02d;
}
.resource-sec {
    padding: 50px 0;
}
.resource-sec h2 {
    padding-bottom: 60px;
}
.secBanner {
    min-height: unset !important;
}
/*--------------------------------------------------------------
## CUSTOM CSS END
--------------------------------------------------------------*/

.ft-18  {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.ftw-semi {
  font-weight: 600;
}
.ftw-medium {
  font-weight: 500 !important;
}
.ft-italic {
  font-style: italic;
}
.txt-uppercase {
  text-transform: uppercase;
}
.clr-white,.clr-white p {
  color: #fff;
}
p.red-note {
    color: red;
    font-weight: 600 !important;
}
div#page {
  background: #FCFCFC;
}
.about-sec-pg {
    background: none !important;
}
.about-sec-pg p {
    color: #000;
}
.policy-form  textarea.wpcf7-form-control {
    margin-top: 30px;
}
/* #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    bottom: -60px !important;
} */
/*------Bread-crumbs------- */
.breadcrumbs {
    background: linear-gradient(81deg, rgb(46 165 235 / 42%) 0%, rgba(135,201,153,1) 100%);
background-size: cover;
background-repeat: no-repeat;
padding-top: 100px;
padding-bottom: 10px;
text-align: center;
	background-position: 100% 13%;
}
.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #49a02d;
    font-size: 62px;
    font-weight: 600;
	display:none;
}
/*------- RESOURCES-PAGE ---------*/
.resource-page {
    padding-top: 120px !important;
    padding-bottom: 120px;
}
.resource-page h4 {
    margin: 0;
    font-style: italic;
    font-weight: 500;
    padding-top: 20px;
}
.resource-page h2 {
    margin: 0;
    font-size: 25px !important;
    font-weight: 700;
}
.resource-page p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}
.resource-page {
    padding-top: 120px !important;
    padding-bottom: 120px;
}
.resource-page h4 {
    margin: 0;
    font-style: italic;
    font-weight: 500;
    padding-top: 20px;
}
.resource-page h2 {
    margin: 0;
    font-size: 25px !important;
    font-weight: 700;
}
.resource-page p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}
@media (max-width: 1200px) {
		body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 27px !important;
}
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
  }

}

/* Test page Css */
.row.ct-form.test {
    /* padding: 100px; */
    padding-bottom: 100px;
}

h2.vc_custom_heading.test-txt1 {
    font-weight: 500 !important;
}

.page-id-165 .row {
    display: block;
}

.page-id-165 section#primary {
    display:block;
	max-width: 90% !important;
}

.row.ct-form.test .col-sm-12 {
    padding: 30px 20px;
}

.row.ct-form.test .col-sm-12 label {
    font-weight: 500 !important;
    padding-top: 10px;
    padding-bottom: 25px;
}

/* ----- Employee Traning ----- */
.page-id-179 div#content .container {
    max-width: 1320px !important;
}

.page-id-179 .breadcrumbs {
    display: none !important;
}

section.vc_section.emp_main_sec.vc_section-has-fill {
    padding-bottom: 240px !important;
    padding-top: 250px !important;
}
}
.emp_txt_sec.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-top: 80px;
}

.emp_txt_sec h2.heading_1 {
    font-family: Playfair Display !important;
    font-size: 40px;
    font-weight: 500;
}
.emp_txt_sec h2.heading_2{
	font-family: Montserrat !important;
	font-size:18px;
	font-weight:700 !important;		
}

.emp_txt_sec .emp_txt_1 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.emp_txt_sec .vc_btn3-container.emp-btn.vc_btn3-inline button {
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
    font-weight: 500;
    background-color: #49A02D;
    color: #FFF;
    border: none;
}

section.vc_section.emp_sec_2 {
    padding-bottom: 140px !important;
    padding-top: 200px !important;
}   

.emp_txt-sec_2 h2.heading_3 {
    font-size: 24px;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-style: italic !important;
    color: #49A02D;
}

.emp_txt-sec_2 h2.heading_4 {
    font-size: 50px;
    font-family: 'Playfair Display' !important;
    font-weight: 500 !important;
    margin-top: -34px;
}

.emp_txt-sec_2 .emp_txt_block_2 p {
    font-size: 18px;
    font-family: 'Montserrat' !important;
    font-weight: 500;
}

.emp_txt-sec_2 .vc_btn3-container.emp-btn.vc_btn3-inline button {
    font-size: 18px;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    background-color: #49A02D;
    color: #FFF;
}



.wpb_text_column.wpb_content_element.txt-emply p:before {
    content: '';
    background: url(http://staging.designinternal.com/wp/smile-health/wp-content/uploads/2022/09/Icon-awesome-check.png);
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    height: 18px;
    width: 24px;
    left: 0%;
    top: 12%;
}

.txt-emply {
    position: relative;
}

.txt-emply p {
    padding-left: 55px;
}


.emp_txt-sec_3 h2.heading_5 {
    font-family: 'Playfair Display' !important;
    font-size: 40px;
    font-weight: 500 !important;
}

.emp_txt-sec_3 .emp_txt-5 {
    font-size: 18px;
    font-family: 'Montserrat' !important;
    font-weight: 500;
}

.emp_txt-sec_3 .txt-emply {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.wpb_text_column.wpb_content_element.txt-2-emply p:before{
    content: '';
    background: url(http://staging.designinternal.com/wp/smile-health/wp-content/uploads/2022/09/Icon-metro-cross.png);
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    height: 18px;
    width: 24px;
    left: 0%;
    top: 12%;
}	

.txt-2-emply{
	position: relative;
}

.txt-2-emply p{
	padding-left: 55px;
}

.emp_txt-sec_3 .txt-2-emply {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-top: -15px !important;
}

.img-row {
    /* display: flex !important; */
}

.img-row .emp_img_1 {
}

.img-row .emp_img_1 .wpb_wrapper {
    display: flex !important;
}

/*  section.vc_section.secContact {
    margin-bottom: 100px;
} */

.secContact .contact_heading_1 {
    font-size: 40px;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
}
.secContact .contact_heading_2 {
    font-size: 50px;
    font-family: 'Playfair Display' !important;
    font-weight: 500 !important;
    color: #35B4CF;
    margin-top: -20px;
    padding-bottom: 60px;
}

.emp_img_1 img.vc_single_image-img {
    margin-left: 12px;
}
/* Login Page Css */
.login-signup-section 
/*  .um.um-login.um-113.uimob500 {
    max-width: 60% !important;
    padding: 50px 80px;
    box-shadow: 0px 0px 18px 3px rgb(229 229 229 / 65%);
    border-radius: 10px;
}
.login-signup-section 
 .um.um-login.um-113.uimob500  .um-field-area input {
     border: none !important;
     border-bottom: 1px solid #88898D !important;
     border-radius: 0;
}
.login-signup-section .um.um-login.um-113.uimob500 label {
    text-transform: uppercase;
    color: #88898D;
}
.um-field.um-field-c {
    margin-bottom: 31px;
}
.login-signup-section .um.um-login.um-113.uimob500  input#um-submit-btn {
    background: #79B84F !important;
    color: #fff;
    border: none;
    padding: 13px 27px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    min-width: 150px;
    height: 50px;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none;
    transition: 0.5s;
    border: 1px solid #79B84F !important;
}
.login-signup-section .um.um-login.um-113.uimob500 input#um-submit-btn:hover {
    transition: 0.5s !important;
    background: none !important;
    color: #79B84F !important;
}
.login-signup-section  .um-col-alt-b a {
    color: #79b84f !important;
    font-size: 18px;
    margin-top: 20px;
} */
/* .login-sec {
    padding: 110px 0;
} */

.secBanner  .vc_column-inner {
    padding: 0 !important;
}

.login-sec .ihc-login-form-wrap.ihc-login-template-11 {
    width: 100%;
    padding: 50px 45px;
    box-shadow: 0px 0px 18px 3px rgb(229 229 229 / 65%);
    border-radius: 10px;
}
.login-sec .ihc-login-form-wrap.ihc-login-template-11 .impu-form-line-fr input {
    border: none !important;
    border-bottom: 1px solid #88898D !important;
    border-radius: 0 
!important;
    height: 40px;
    padding-left: 10px !important;
}
.login-sec .impu-form-line-fr {
    box-shadow: none !important;
    margin-bottom: 40px;
}
.login-sec .ihc-login-form-wrap.ihc-login-template-11 .impu-form-line-fr input::placeholder {
    text-transform: capitalize;
    font-size: 14px;
    color: #88898D;
}
.login-sec  .impu-remember-wrapper {
    /* margin: 0px 0px 0px 36px; */
    line-height: 24px;
    color: #888 !important;
    display: block;
    text-transform: uppercase;
    padding-left: 0;
}
.login-sec .impu-remember-wrapper span.impu-form-label-remember {
    line-height: 24px;
}
.login-sec .impu-remember-wrapper input.impu-form-input-remember {
    margin-bottom: 0 !important;
}
.login-sec .ihc-login-form-wrap.ihc-login-template-11 .impu-form-line-fr   input[type="submit"] {
    background: #0000 !important;
    color: #fff;
    border: none;
    /* padding: 13px 27px; */
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    /* min-width: 150px; */
    /* height: 50px; */
    border-radius: 4px;
    box-shadow: none !important;
    outline: none;
    transition: 0.5s;
    border: 1px solid #49A02D  !important;
    border-radius: 3px !important;
    margin-top: 20px;
    position: relative;
    font-size: 0;
    width: 100%;
    z-index: 4;
}
section.login-sec {
       padding-top: 70px !important;
    padding-bottom: 70px;
    background-size: cover !important;
    background-position: left bottom !important;
    background-repeat: no-repeat;
}
.login-sec .ihc-login-form-wrap.ihc-login-template-11 .impu-form-line-fr input:focus {
    outline: none;
}
.login-sec .impu-form-links-pass a {
    color: #0000;
    position: relative;
    padding: 0 !important;
}
.login-sec .impu-form-links-pass a:after {
    content: 'forgot password?';
    color: #35B4CF;
    top: 0;
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: 'Montserrat';
}
.login-sec .impu-form-links-pass {
    padding: 0;
}
.login-sec  .impu-form-line-fr.impu-form-submit {
    width: 40%;
    margin: 40px auto;
    position: relative;
	margin-top:0;
}
.login-sec .impu-form-line-fr.impu-form-submit:after {
    content: 'Get Started';
    position: absolute;
    left: 0;
    top: 0;
    background: #49A02D !important;
    color: #fff;
    border: none;
    padding: 17px 23px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    /* min-width: 150px; */
    /* height: 50px; */
    border-radius: 4px;
    box-shadow: none !important;
    outline: none;
    transition: 0.5s;
    border: 1px solid #49A02D !important;
    border-radius: 3px !important;
    margin-top: 20px;
    z-index: 0;
    width: 100%;
}
.login-sec .impu-form-links-reg {
    font-size: 0;
    text-align: center;
    position: relative;
    margin-bottom: 0 !important;
}
.login-sec .impu-form-links-reg a {
    font-size: 0px !important;
    position: relative;
    padding: 10px 60px;
}
.login-sec .impu-form-links-reg a:after {
    content: 'I am new here';
    font-size: 14px !important;
    color: #88898D;
    font-family: 'Montserrat';
    letter-spacing: 2px;
}
.login-sec .impu-form-links:after {
    content: '';
    position: absolute;
    left: 0;
    width: 30%;
    top: 40%;
    background: #707070;
    height: 1px;
}
.login-sec .impu-form-links:before {
    content: '';
    position: absolute;
    right: 0;
    width: 30%;
    top: 40%;
    background: #707070;
    height: 1px;
}
.login-sec  .impu-form-links {
    position: relative;
}
.login-sec h1 {
    font-size: 60px;
    font-family: 'Playfair Display' !important;
    line-height: 80px;
    text-transform: capitalize;
    font-weight: 600;
	position:relative;
	z-index:9999;
}
.login-sec h1:before {
    content: '';
    background: url(https://smilehealthcarellc.com/wp-content/uploads/2023/01/Shape.png);
    position: absolute;
    width: 17%;
    height: 60%;
    background-repeat: no-repeat;
    z-index: -1;
    top: -45%;
    left: 16%;
}
.login-sec h1 span {
    color: #35B4CF;
    text-transform: uppercase;
}
.login-sec .wpb_text_column p {
    color: #88898D;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 24px;
}
.login-sec .wpb_text_column p a {
    color: #35B4CF;
    font-weight: 400;
}
.ihc-login-form-wrap.ihc-login-template-11 {
    width: 100%;
    padding: 0;
}
.login-sec .vc_col-sm-6:nth-child(2) {
    padding-right: 100px;
}
.login-sec .vc_col-sm-6:nth-child(2) .vc_column-inner {
    border-radius: 20px;
    box-shadow: 0 0 36px rgb(0 0 0 / 10%);
    padding: 50px 40px;
    background: #fff !important;
}
.login-sec .impu-form-line-fr i {
    display: none;
}
.login-sec h4.vc_custom_heading {
    margin-top: 0;
    margin-bottom: 50px;
}
/* Register Form */
.register-sec .ihc-checkout-page-right-side.ihc-checkout-page-one-column {
    display: none;
}
.register-sec .ihc-form-create-edit .iump-form-line-register input {
    border: none !important;
    border-bottom: 1px solid #88898D !important;
    border-radius: 0 !important;
    height: 40px;
    padding-left: 10px !important;
	    position: relative;
    z-index: 9999;
}
.register-sec .ihc-form-create-edit .iump-form-line-register input::placeholder {
    text-transform: capitalize;
    font-size: 14px;
    color: #88898D;
	font-family:'Montserrat';
}
.register-sec .ihc-form-create-edit .iump-form-line-register input:focus{
	outline:none;
}
/* #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 980px !important;
} */
.register-sec .ihc-form-create-edit input#ihc_submit_bttn {
    background: #0000 !important;
    color: #fff;
    border: none;
    /* padding: 13px 27px; */
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    /* min-width: 150px; */
    height: 50px;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none;
    transition: 0.5s;
    border: 1px solid #49A02D !important;
    border-radius: 3px !important;
    margin-top: 20px;
    position: relative;
    font-size: 0;
    z-index: 4;
    min-width: 100%;
}
.register-sec .ihc-form-create-edit .iump-submit-form {
    width: 40%;
    margin: 40px auto;
    position: relative;
    margin-top: 0;
}
.register-sec .ihc-form-create-edit .iump-submit-form::after {
    content: 'Get Started';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #49A02D !important;
    color: #fff;
    border: none;
    padding: 17px 23px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    /* min-width: 150px; */
    /* height: 50px; */
    border-radius: 4px;
    box-shadow: none !important;
    outline: none;
    transition: 0.5s;
    border: 1px solid #49A02D !important;
    border-radius: 3px !important;
    margin-top: 20px;
    z-index: 0;
    width: 100%;
}
.register-sec .ihc-checkout-page-left-side.ihc-checkout-page-one-column {
    display: none;
}
.register-sec .iump-register-form.ihc-register-9 {
    margin: 0;
    padding: 0;
}
.register-sec .ihc-form-create-edit .iump-form-line-register {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 40px;
}
.register-sec .iump-register-form.ihc-register-9 .iump-form-password {
    width: 100% !important;
	margin:0;
}
/* .secBanner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #ffffff6b;
    top: 0;
	z-index:999;
}
 */
 li#menu-item-967 a.dropdown-item {
  font-size: 16px !important;
}
.navbar-brand img {
    width: 100% !important;
}
.navbar-brand {
    width: 12.5% !important;
    /* margin-right: 0px; */
}
section#media_image-2 img {
    width: 45% !important;
}

select#gtranslate_selector {
    background: #79b84f;
    color: #fff;
    padding: 10px 0px;
    border-color: #79b84f;
    border-radius: 8px;
}

select#gtranslate_selector:hover {
    background: #fff;
    border-color: #fff;
    color: #79b84f;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    top: 50% !important;
    transform: translate(0, -40%);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    top: 50%;
    height: auto !important;
    box-shadow: none !important;
    bottom: unset !important;
    transform: translate(0, -50%);
}
.switcher .option {
    position: absolute !important;
}

.txt-resource h3 {
  font-size: 21px;
    font-family: 'Playfair Display';
    font-weight: 500;
    color: #2690ce;
    text-decoration: underline;
    line-height: 30px;
}

.txt-resource h4 {
    font-size: 18px;
    font-family: 'Playfair Display';
    font-weight: 600 !important;
}
.txt-resource a {
    color: #49a02d;
}
.post-heading .rslt-nmbr p.scre-p2 {
    font-size: 20px;
}


section.secBanner .vc_column-inner {
    padding:  0 !important;
}

@media (min-width: 1200px) and (max-width: 1470px){
		body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 40px;
}
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 12px;
}
.navbar-brand {width: 12%;}
.dropdown {
    padding-left: 0px !important;
}
.account-head .btn-head a {padding: 10px 16px;}
.secBanner h3 {
    font-size: 24px !important;
}
.secBanner h1 {
    font-size: 50px !important;
}
div#content .container {
    max-width: 1180px;
}
.secBanner p {
    font-size: 16px;
}
/* .secBanner {
    padding-bottom: 50px;
} */
body .btn-custom .vc_general {
    font-size: 15px !important;
}
.secAbout h4 {
    font-size: 16px !important;
}
.secAbout  h2 {
    font-size: 34px !important;
}
.secAbout  p {
    font-size: 16px;
}
.secServices h2 {
    font-size: 34px !important;
}
.secServices h4 {
    font-size: 18px !important;
}
.secJoin h3 {
    font-size: 24px !important;
}
.secJoin h4 {
    font-size: 24px !important;
}
.secJoin h2 {
    font-size:  24px !important;
}
.secJoin p {
    font-size: 16px;
}
.secJoin .vc_custom_1663608270796 {
    margin-bottom: 50px !important;
}
.secApply h3 {
    font-size: 38px !important;
}
.secApply p {
    font-size: 16px !important;
}
.secTestimonial  h4 {
    font-size: 20px !important;
}
.secTestimonial  h2 {
    font-size: 24px !important;
}
.secTestimonial  p {
    font-size: 16px;
}
.secContact h3 {
    font-size: 18px !important;
}
.secContact h2 {
    font-size: 24px !important;
}
.ct-form .wpcf7-submit {
    font-size: 15px;
}
div#footer-widget .container {
    max-width: 1180px;
}
div#footer-widget p {
    font-size: 15px;
}

.navbar-brand img {
    width: 90% !important;
}

/* div#main-nav {
    justify-content: start !important;
}
 */
a.nav-link {
    color: #5bc1ff !important;
    font-size: 12px !important;
	font-weight: 600 !important;
}	
	
	
}
a.nav-link {
    color: #ffffff !important;
/*     font-size: 13px !important; */
/*     margin-right: -3px; */
}
a.nav-link:hover{
	color:#258ed0 !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color:#258ed0 !important;
}

.btn-head {
    position: relative !important;
}


.apply-for-work a.vc_general.vc_btn3 {
    border-radius: 50px !important;
    background: #49a02d !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 17px 50px !important;
    border: 1px solid #49A02D !important;
    font-weight: 500 !important;
    transition: all 0.3s ease-in-out !important;
    min-width: 140px;
}

.apply-for-work a.vc_general.vc_btn3:hover{
	border:1px solid #49a02d !important;
	background-color: transparent !important;
	color: #49a02d !important;
}

p.text-right {
    display: none;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-618.nav-item {
    display: none;
}

.ct-form .form-control{
	background-color: unset;
}
/* .inline-img {
    margin-top: -9px;
}
.inline-img-1 {
    margin-top: 98px;
}
.inline-img-2 {
    margin-top: -20px;
}
.inline-img-3 {
    position: relative;
    top: 82px;
}
.inline-img-4 {
    position: relative;
    top: 22px;
}
.inline-img-5 {
    position: relative;
    top: 33px;
}
.inline-img-6 {
    position: relative;
    top: 85px;
}
.inline-img-7 {
    position: relative;
    top: -90px;
}
.inline-img-8 {
    position: relative;
    top: -41px;
} */

ul.dropdown-menu .account-head {
    display: none;
}


@media only screen and (max-width: 1400px) {
div#footer-widget #nav_menu-3 {
    padding-left: 20%;
}
.page-id-141 .auth-sec .nav-pills .nav-link {
    font-size: 16px !important;
}
.page-id-141 ul#pills-tab li {
    margin-right: 15px !important;
}	

.our-team img.vc_single_image-img.attachment-full {
    height: 120px;
}


}

@media only screen and (max-width: 1440px) {

.our-team img.vc_single_image-img.attachment-full {
    height: 120px;
}
.secContact .vc_column_container>.vc_column-inner>.wpb_wrapper {
 
    padding: 50px 15px 75px;
}
.secContact h2 {
    font-size: 24px !important;
}
.secContact h3 {
    font-size: 18px !important;
}
	#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg {
    top: -200px;
 
}
}

html, body {
    overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
	span.navbar-toggler-icon {
    filter: invert(1);
}
.navbar-light .navbar-toggler {
    padding: 11px 13px;
}
	ul.dropdown-menu .account-head {
    display: none !important;
}
ul.dropdown-menu {
    margin: 0 !important;
    padding: 20px 10px !important;
    width: 110%;
}
	ul.dropdown-menu li a{
		text-align:center;
	}
li#menu-item-967 {
    padding: 0 !important;
}

	.profile-banner-img {
    background-position-y: top !important;
}
	.emptyDiv h3 {
    font-size: 20px;
}
.emptyDiv li {
    font-size: 15px !important;
}
.emptyDiv h2 {
    font-size: 22px;
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}
.r1 h2:after, .r2 h2:after {
    top: 100% !important;
    left: 0 !important;
}
.score p {
    font-size: 18px !important;
}
.score h3 {
    font-size: 20px;
}
input.retakesubmit {
    font-size: 18px;
}
	section.secAbout {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

	.secAbout h2 {
    font-size: 24px !important;
}
.secAbout  p {
    font-size: 15px;
}
.secAbout h4 {
    font-size: 18px !important;
}
	.services-secs p {
    font-size: 15px;
}
.services-secs ul li {
    font-size: 15px;
}
	.services-secs h2 {
    font-size: 24px !important;
}
.services-secs .vc_row {
    padding-top: 0 !important;
}
.services-secs h6 {
    font-size: 16px !important;
}
	.secServices h4 {
    font-size: 14px !important;
}
.secServices h2 {
    font-size: 24px !important;
}
.secApply h3 {
    font-size: 24px !important;
}
.secApply p {
    font-size: 16px;
}
section.secApply {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.secApply .wpb_text_column {
    margin: 0px !important;
}
.service_grids .vc_column_container>.vc_column-inner>.wpb_wrapper {
    height: 250px;
}
	.policy-sec p {
    font-size: 16px;
}
.policy-sec strong {
    font-size: 22px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
	.txt-resource h3 {
    font-size: 20px;
}
.txt-resource h4 {
    font-size: 18px;
    margin-top: 10px;
}
.resource-sec p {
    font-size: 16px;
}
	section.secJoin {
    padding-left: 35px !important;
    padding-right: 35px !important;
		    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
	.login-sec h1:before {
    width: 30% !important;
    height: 80% !important;
    top: -59%;
    left: 17%;
		background-size: contain;
}
		.secContact h3 {
    font-size: 18px !important;
}
.secContact h2 {
    font-size: 21px !important;
}
.secAbout2 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 0px;
}
	.secAbout2 h2 {
    font-size: 24px !important;
}
	.secJoin  h2 {
    font-size: 24px !important;
}

.secJoin h3 {
    font-size: 24px !important;
}
.login-sec h1 {
    font-size: 48px;
    line-height: 1.4;
}
.login-sec .vc_col-sm-6:nth-child(2) {
    padding-right: 0;
}
.login-sec h4 {
    margin-bottom: 0px !important;
}
header#masthead .navbar-nav {
    background: #fff;
    box-shadow: 0 0 11px 11px #cccccc26;
    padding: 20px 20px;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
    width: 100%;
}
div#main-nav {
    position: absolute;
    width: 40%;
    right: 0%;
    top: 80px;
}
header#masthead .navbar-nav {
    background: #fff;
    box-shadow: 0 0 11px 11px #cccccc26;
    padding: 20px 20px;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
    width: 100%;
}
div#main-nav {
    position: absolute;
    width: 40%;
    right: 0%;
    top: 80px;
}
header#masthead .navbar-nav li a {
    color: #000 !important;
}
a.nav-link {
    color: #000 !important;
    text-align: center;
    line-height: 2.1;
}
.account-head {
    width: 100%;
	display:block !important;
}
.account-head .switcher {
    width: 100%;
}
.account-head .switcher .selected {
    background: #ffffff1f linear-gradient(180deg, #efefef 0%, #cacacaab 70%) !important;
}
button.navbar-toggler {
    background: #7bb752 !important;
}
.option {
    width: 100% !important;
}
	span.um-field-checkbox-option {
    padding-bottom: 10px;
}
section.login-sec {
    padding-top: 110px !important;
    padding-bottom: 100px;
}
	.breadcrumbs {
    padding-bottom: 0;
    padding-top: 160px;
}
.navbar-brand img {
    width: 100% !important;
}
header#masthead {
    padding-bottom: 0;
}
section#media_image-2 img {
    width: 70% !important;
}
	
}

@media only screen and (max-width: 991px) {
	.page-id-141 .auth-sec button.active::after {
    bottom: -46% !important;
    height: 6px !important;
}
.page-id-141 .auth-sec .nav-pills .nav-link {
    position: relative !important;
    padding: 6px 12px !important;
}
.edit-prof-card.auth-sec {
    padding: 10px 9px !important;
}
ul#pills-tab {
    position: relative !important;
}
.page-id-141 ul#pills-tab li {margin-right: 12px !important;}
	.r1 .col-lg-6, .r2 .col-lg-6 {
    margin-bottom: 60px;
}
	.emptyDiv h3 {
    font-size: 18px !important;
}

.secAbout h2 {
    font-size: 30px !important;
}

	section.secAbout {
    padding: 30px 30px 0px 30px !important;
}
.secAbout p {
    font-size: 13px;
}
	.services-secs p {
    font-size: 13px;
}
.services-secs p br {
    display: none !important;
}
	.services-secs h6 {
    font-size: 16px !important;
}
.services-secs h2 {
    margin: 35px 0 !important;
}
.services-secs  ul li {
    font-size: 13px;
    line-height: 1.9;
}
	.page-id-81 .secApply .wpb_text_column {
    padding: 0px !important;
}
	section.secServices {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}
	.secServices h4 {
    font-size: 11px !important;
}
.service_grids .vc_column_container>.vc_column-inner>.wpb_wrapper {
    height: 230px;
}
.page-id-81 .secApply h3, .page-id-6 .secApply h3 {
    font-size: 22px !important;
}
.page-id-81 .secApply p, .page-id-6 .secApply p {
    font-size: 13px;
    line-height: 1.6;
}
	.secJoin .wpb_text_column {
    padding-right: 0 !important;
}
.secJoin .wpb_text_column p {
    font-size: 14px;
    line-height: 1.9;
}
.secJoin h3, .secJoin h2 {
    font-size: 27px !important;
    line-height: 1.5 !important;
}
.secJoin h4 {
    font-size: 22px !important;
}
	body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin: 0;
}
	.login-sec .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 30px 30px;
}
section.login-sec {
	padding-top: 80px !important;
	padding-bottom: 50px;
	padding-left: 20px  !important;
	padding-right: 20px !important;
	background: linear-gradient(81deg, rgb(46 165 235 / 42%) 0%, rgba(135,201,153,1) 100%) !important;
	}
	.breadcrumbs {
    padding-top: 60px;
}
div#footer-widget p {
	font-size: 13px !important;
	line-height: 2.5 !important;
}
div#footer-widget h3.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 840px){
	.wrapper_star {
    width: 50% !important;
}
	.noofattempt p {
    padding: 15px 40px !important;
    font-size: 16px !important;
}
	.page-id-141 ul#pills-tab li {
    margin-right: 5px !important;
}
.page-id-141 .auth-sec .nav-pills .nav-link {
    font-size: 14px !important;
}
	.secAbout h2 {
    font-size: 26px !important;
}
.secAbout h4 {
    font-size: 16px !important;
}
	.secJoin .wpb_wrapper > .vc_row.wpb_row {
    margin-bottom: 30px !important;
}
	.secJoin .wpb_text_column p {
    font-size: 13px;
}
.secJoin h3, .secJoin h2 {
    font-size: 22px !important;
}
.secJoin h4 {
    font-size: 20px !important;
}
	.login-sec h1:before {top: -78%;}
	.login-sec h1 {
    font-size: 40px;
}
.login-sec h4 {
    font-size: 36px !important;
	border-bottom: 2px solid;
    width: 50%;
    margin: 0 auto;
}
.login-sec p {
    font-size: 14px !important;
}
.um-field-label label {
    font-size: 14px !important;
    margin: 0;
}
	.login-sec .wpb_text_column p {
    font-size: 13px !important;
    LINE-HEIGHT: 1.5;
}
}

@media only screen and (max-width: 767px){
	
	div div .our-team img.vc_single_image-img.attachment-full {
    height: 110px;
}
	.col-12.col-md-5.f-2 {
    padding-top: 30px;
}
	.about-img {
    padding-bottom: 30px;
}
	.secAbout2 {
    margin-top: -100px;
}

	.post-heading .rslt-nmbr p {
    text-align: center !important;
    font-size: 28px !important;
}
.post-heading .rslt-nmbr p.scre-p2 {
    font-size: 15px !important;
}
	.secApply .wpb_text_column {
    padding: 0px !important;
}
	.secApply  .vc_column-inner {
    padding: 0 40px !important;
}
		.question h3 {
    line-height: 1.5;
}
	.page-id-141 .auth-sec .nav-pills .nav-link {
    padding: 6px 10px !important;
    font-size: 13px !important;
}
	.usr-img-dash {
		width: 50% !important;
		padding-bottom: 10px !important;
	}
.u-prof-details .prof-det-scnd {
    justify-content: flex-start !important;
}
.prof-det-scnd .post-heading h1, .post-heading p {
    text-align: left !important;
}
.log-out-user-mn .lg-out-usr {
    text-align: end !important;
}
.prof-det-scnd .post-heading h1 {
    padding-bottom: 0px !important;
}
.page-id-141 .edit-prof img {height: 200px !important;}
.page-id-141 .edit-prof {
    margin-bottom: 30px !important;
}
	.secAbout h4 {
    text-align: center !important;
}
.secAbout h2 {
    text-align: center !important;
}
.secAbout p {
    text-align: center !important;
}
.secAbout .wpb_text_column {
    padding: 0;
}
	.services-secs p {
    text-align: center;
    padding: 20px 0;
}
	.services-secs h2 {
    margin-bottom: 0 !important;
}
.services-secs h6 {
    text-align: center !important;
}
.services-secs  .wpb_text_column {
    margin-bottom: 0;
}
	.page-id-81 .secApply .wpb_text_column {
    padding: 0px !important;
}
.service_grids .vc_column_container>.vc_column-inner>.wpb_wrapper {
    margin-bottom: 50px;
}
.secServices > .vc_row {
    margin-bottom: 20px !important;
}
.secServices h4 {
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.page-id-81 .secApply h3, .page-id-6 .secApply h3 {
    text-align: center !important;
}
.page-id-81 .secApply p, .page-id-6 .secApply p {
    text-align: center;
}
	section.secContact {
    padding-top: 0 !important;
}
	.policy-sec p {
    text-align: center;
}
span.select2.select2-container.select2-container--default {
    padding-bottom: 20px;
}
	.txt-resource h3 {
    text-align: center;
}
.txt-resource h4 {
    text-align: center;
}
.resource-sec p {
    text-align: center;
}
	.secApply h2 {
    text-align: center !important;
    padding-top: 30px !important;
}
.secApply h3 {
    text-align: center !important;
    font-size: 11px !important;
    line-height: 1.5;
}
.secApply h3 br {
    display: none !important;
}
	section.secJoin {
    padding: 50px 120px !important;
}
.secJoin h3, .secJoin h2 {
    text-align: center !important;
    font-size: 28px !important;
}
.secJoin .wpb_text_column p {
    text-align: center;
    font-size: 13px;
}
.secJoin .join-cl2 .wpb_single_image{
    text-align:center;
    width: 35%;
    margin: 0 auto;	
}
.secJoin .wpb_text_column {
    margin-bottom: 30px !important;
}

.secJoin h4 {
    text-align: center !important;
    padding-bottom: 15px !important;
}
.secJoin .vc_btn3-container {
    display: block !important;
    text-align: center;
    padding-top: 20px !important;
}
	.site-info p {
    font-size: 12px;
}
div#footer-widget {
    padding: 40px 0px;
}
.site-info {
    padding: 20px 0px;
}
	header#masthead .navbar-nav li a {
    font-size: 14px !important;
}
	.login-sec h1:before {
    top: -130% !important;
    height: 170% !important;
}
	section#media_image-2 img {
    width: 50% !important;
}
	.secContact h3 {
    font-size: 28px !important;
}
.secContact h2 {
    font-size: 40px !important;
}
.secContact .vc_column_container>.vc_column-inner>.wpb_wrapper {max-width: 100%;padding: 50px 22px 75px;}
.secContact h2 {
    font-size: 30px !important;
}
.secContact h3 {
    font-size: 23px !important;
    padding-bottom: 10px;
}
.ct-form .wpcf7-submit {
    font-size: 17px;
    height: 44px;
}
.page-id-262 section.secContact {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    margin-top: -40px;
}

	div#footer-widget #nav_menu-3 {
    padding: 0;
}
	.login-sec h1 {
    text-align: center;
}
.navbar-brand {
    width: 23% !important;
}
.status-publish .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-bottom: 31px;
    margin-top: 41px;
}
.our-team figure.wpb_wrapper.vc_figure {
    margin-bottom: 15px;
}
	.secJoin .join-cl2 {
    margin-bottom: -80px;
}
.secJoin {
    margin-bottom: 31px;
}
	.secApply {
    margin-bottom: 30px;
}
	section.secServices {
    padding-bottom: 0px !important;
}

}
@media only screen and (max-width: 666px){
	.login-sec h1:before {
    height: 100% !important;
    top: -70% !important;
}
}
@media only screen and (max-width: 659px){
	.wrapper_star {
    width: 65% !important;
}
	.page-id-141 .auth-sec .nav-pills .nav-link {
    font-size: 16px !important;
}
.page-id-141 .auth-sec .nav-pills .nav-item:first-child {
    margin-bottom: 25px;
}
	
}
@media only screen and (max-width: 650px){
	.txt-resource h3 {
    font-size: 20px;
		margin-top: -50px;
}
	.main-support {
    margin-top: -70px;
}

.txt-resource h4 {
    font-size: 16px;
}
.resource-sec p {
    font-size: 15px;
}
	.secJoin h3, .secJoin h2 {
    font-size: 22px !important;
}
.secJoin .wpb_text_column p {
    font-size: 11px;
}
.secJoin .wpb_text_column {
    margin-bottom: 20px !important;
}
	.ct-form .form-control {
    margin-bottom: 30px !important;
}
	.navbar-brand {
    width: 30% !important;
}
.breadcrumbs {
    padding-top: 130px;
}
	div#main-nav {
    width: 100%;
}
	section.secJoin {
    padding: 50px 80px !important;
}
	
}

@media only screen and (max-width: 575px){
	.wrapper_star {
    width: 65% !important;
}
.rslt-nmbr h3 {
    font-size: 16px;
}
.post-heading .rslt-nmbr p {
    font-size: 24px !important;
}

	.emptyDiv {
    padding: 10px 22px !important;
}
	.mob-profile {
    justify-content: center;
}
.prof-det-scnd .post-heading h1 {font-size: 26px;}
.mob-profile .log-out-user-mn {
    width: 50% !important;
}
.u-prof-details {
    width: 50% !important;
}
.post-heading p {
    font-size: 14px !important;
}
.page-id-141 a.f-16.user-logout {
    font-size: 14px !important;
}
.profile-banner-img {
    height: 330px !important;
}
	
}


@media only screen and (max-width: 500px){
	input.questionssubmit {
    width: 100% !important;
}
	.edit-img {
    left: -40px !important;
}
	.emptyDiv h3 {
    font-size: 16px !important;
}
.emptyDiv {
    padding: 10px 22px !important;
}
.emptyDiv li {
    font-size: 12px !important;
}
	section.secAbout {
    padding: 60px 30px !important;
}
	.services-secs h2 {
    font-size: 32px !important;
}
	section.secApply {background-size: cover !important;}
	.secApply h2 {
    padding-bottom: 16px !important;
}
	section.secJoin {
    padding: 0px 20px !important;
}
	.login-sec h1:before {width: 50% !important;height: 76% !important;}
	.navbar-brand {
    width: 38% !important;
}
	header#masthead {
    padding-top: 5px;
}
.breadcrumbs {
    padding-top: 100px;
}
.login-sec h1 {
    font-size: 34px;
}
ul.zoom-social-icons-list {padding-bottom: 22px;}
div#footer-widget .f-2 {padding-bottom: 22px;}
.r1 video, .r2 video {
        width: 100% !important;
    }
.question h3 {
    font-size: 12px !important;
}
.answer {
    font-size: 11px;
}
.edit-prof-card .questionheigt {
    padding-right: 30px !important;
}.emptyDiv h2 {
    font-size: 18px;
}
.r1 h2:after, .r2 h2:after {
    width: 38% !important;
    height: 5px;
}

}



@media only screen and (max-width: 450px){
	.page-id-141 .auth-sec .nav-pills .nav-link {
    font-size: 13px !important;
}
	div#pills-result h1 {
    font-size: 24px;
}
	.page-id-141 .edit-prof img {
    height: 170px !important;
}
	.page-id-141 .edit-profile input.smilehealth_btn {
    width: 100% !important;
}

.u-prof-details {
    width: 30% !important;
}
.usr-img-dash {
    width: 100% !important;
}
.mob-profile .log-out-user-mn {width: 70% !important;}
	
}


@media only screen and (max-width: 400px){
	.wrapper_star {
    width: 86% !important;
}
	.secApply .wpb_text_column {
    padding: 0 20px !important;
}
	.secApply .vc_column-inner {
    padding: 0 10px !important;
}
	.emptyDiv h2 {
    font-size: 20px;
}
.r1 h2:after, .r2 h2:after {
    width: 46% !important;
    height: 6px !important;
}
	.page-id-141 .auth-sec .nav-pills .nav-link {
    font-size: 12px !important;
}
.emptyDiv {
    padding: 10px 5px !important;
}
.question h3 {
    font-size: 11px;
}
.answer {
    font-size: 10px;
}
.edit-prof-card .questionheigt {
    padding-right: 20px !important;
}
	section.secAbout {
    padding: 60px 0px !important;
}
	.services-secs h2 {
    font-size: 26px !important;
}
	.secServices h2 {
    font-size: 30px !important;
}
	.policy-sec p {
    font-size: 14px;
}
	section.policy-sec {padding-top: 70px !important;padding-bottom: 50px !important;}
	.secApply h2 {
    font-size: 30px !important;
}
	.secContact h2 {
    font-size: 26px !important;
}
.secContact h3 {
    font-size: 20px !important;
}
	.breadcrumbs {
    padding-top: 85px;
}
	.ct-form .form-control {
    margin-bottom: 22px !important;
}
header#masthead .container-fluid {
    padding: 0 22px;
}
.login-sec h1 {
    font-size: 27px;
}
section.login-sec {
    padding-top: 50px !important;
}
	.login-sec .wpb_text_column p {
    font-size: 11px !important;
    font-weight: 500;
}

}

@media only screen and (max-width: 375px){
	.page-id-141 .edit-prof img {
    height: 150px !important;
}
.edit-img {
    left: -51px !important;
}
	.emptyDiv h3 {
    font-size: 14px !important;
}

.emptyDiv li {
    font-size: 10px !important;
}
}


@media (min-width: 1921px) and (max-width: 3000px){	
	.navbar-brand {
    width: 11% !important;
}
	
div#main-nav {
/*     padding-left: 120px; */
}
	rs-dotted {
    background-image: unset !important;
    background-color: #00000075;
}
}







