/*
Theme Name:PDAS
Author:Dox Marketing 
*/

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Signika:300,400,600,700");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Block elements */
header,
hgroup,
footer,
section,
article,
aside {
  display: block;
}

hr {
  border: 1px solid #cccccc;
  clear: both;
  height: 0px;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
  font: 100%/1.4;
  font-family: "Signika", sans-serif;
  color: #575a63;
  background: #efefef;
  font-weight: 300;
}
a {
  color: #ed565b;
}
a:hover {
  color: #b63337;
}
span.blue {
  color: #00b4ff;
  border: none;
  background-image: none;
  background-color: none;
}
h1 {
  color: #fff;
  font-weight: 300;
  font-size: 2.5em;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}
h2 {
  color: #00b4ff;
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 5px;
  margin-bottom: 0;
}
h3 {
  color: #00b4ff;
  font-size: 1.4em;
  line-height: 2em;
  padding-bottom: 10px;
  margin-bottom: 0;
}
h4 {
  color: #00b4ff;
  font-size: 1.2em;
  line-height: 2em;
  padding-bottom: 10px;
  margin-bottom: 0;
}
p {
  margin: 0 0 1em;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.remove-margin {
  margin-right: 0 !important;
}
#wrap {
  width: 940px;
  margin: 0px auto;
}
#masterhead {
  margin-top: 10px;
}
#logo {
  float: left;
  max-width: 190px;
}
#logo img {
  width: 100%;
}

.social-icon {
  float: left;
  width: 350px;
  text-align: right;
  padding: 50px 0 0 0;
}
.social-icon img {
  margin: 0 0px 5px 0;
}

#address {
  width: 300px;
  float: right;
  text-align: center;
  font-weight: 300;
  font-size: 1.05em;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-top: 20px;
}
#address strong {
  color: #ed565b;
  font-weight: 600;
}

/*-----------------------------------------------------------------------------------*
/* = content start
/*-----------------------------------------------------------------------------------*/

#page {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(211, 211, 211, 1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(211, 211, 211, 1);
  box-shadow: 0px 0px 5px 2px rgba(211, 211, 211, 1);
  width: 940px;
}
#content {
  width: 100%;
  float: left;
  position: relative;
  margin: -37px 0px 0 0px;
  padding: 0;
}
.entry {
  width: 83%;
  margin: 0px auto;
}
#home-heading {
  background-color: #575a63;
  background-image: none;
  text-align: center;
  padding: 15px 65px 15px 65px;
  width: 810px;
  color: #bfbfbf;
  margin-bottom: 40px;
}
#home-heading p {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 400;
}
#home-heading strong {
  color: #fff;
  font-weight: 600;
}
#page-heading {
  background-color: #575a63;
  background-image: none;
  text-align: center;
  padding: 25px 65px 15px 65px;
  width: 810px;
  color: #bfbfbf;
  margin-bottom: 40px;
}
#page-heading h1.page-title {
  padding-top: 15px !important;
}
#signup {
  background-color: #575a63;
  background-image: none;
  text-align: center;
  padding: 25px 0 25px 0;
  width: 940px;
  margin-top: 20px;
}
a.button {
  background-color: #00b4ff;
  background-image: none;
  color: #ffffff;
  font-size: 1.7em;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 60px 10px 60px;
  font-weight: 400;
}
a.button:hover {
  background-color: #0092cf;
  background-image: none;
  color: #ffffff;
}
#content p {
  margin-bottom: 20px;
}
#content ul {
  margin: 5px 0 20px 5px;
  padding: 0 0 0 0;
  list-style: none;
}
#content ul ul {
  margin: 10px 0 10px 25px;
}
#content ul li {
  margin: 0 0 5px 0px;
  padding-left: 14px;
  list-style: disc;
  list-style-position: inside;
}
#content ul li a {
  color: #3c3c3c;
  text-decoration: underline;
}
#content ul li a:hover {
  color: #0f75bc;
  text-decoration: none;
}
#content ol {
  margin: 0 0 15px 35px;
  padding: 0 0 0 0;
}
#content ol li {
  margin: 0 0 4px 0px;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 10px;
}
.alignnone {
  float: none;
  margin: 0 0 0px 0px;
}
.aligncenter,
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.floatright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  border: 3px solid #00b4ff;
}
.floatleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 3px solid #00b4ff;
}
.center {
  width: 100%;
  text-align: center;
}
.col-left {
  padding-top: 20px;
  padding-right: 0px;
  width: 380px;
  float: left;
}
.col-right {
  padding-top: 20px;
  padding-left: 0px;
  width: 360px;
  float: right;
}
a.buttonsm {
  background-color: #00b4ff;
  background-image: none;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4em;
  border-radius: 10px;
  padding: 7px 30px 7px 30px;
  font-weight: 400;
}
a.buttonsm:hover {
  background-color: #0092cf;
  background-image: none;
  color: #ffffff;
}

/*-----------------------------------------------------------------------------------*
/* = Footer/Copyright
/*-----------------------------------------------------------------------------------*/
#footer {
  text-align: center;
  margin-top: 15px;
  line-height: 26px;
  font-size: 0.875em;
}
#footer a {
  color: #ed565b;
}
#footer a:hover {
  color: #b63337;
}
#footer ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
#footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0px 0px;
}
#footer ul li a {
  text-transform: uppercase;
  font-size: 0.95em;
  padding: 0px 8px 2px 8px;
  letter-spacing: 0.01em;
  border-right: 1px solid #999;
  font-weight: 400;
}
li#menu-item-44 {
  background: none !important;
}

/*-----------------------------------------------------------------------------------*
/* footer end
/*-----------------------------------------------------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
  background-color: #f5f5f5;
  background-image: none;
  border: 2px solid #dadada;
  font-size: 0.9em;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-family: "Signika", sans-serif;
  color: #575a63;
  font-weight: 300;
  width: 325px;
}
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover {
  background-color: #ffffff;
  background-image: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #00b4ff;
}
input[type="submit"],
input[type="button"] {
  background-color: #ed565b;
  background-image: none;
  border-radius: 10px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  border: 0px;
  padding: 5px 20px 5px 20px;
  font-size: 1.05em;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #dc363c;
  background-image: none;
}
.wpcf7-form p {
  font-weight: 600;
  font-size: 1.05em;
}
/*-----------------------------------------------------------------------------------*
/* = Next/Prev Navigation
/*-----------------------------------------------------------------------------------*/
.home-entry {
  margin-bottom: 20px;
}
.read-more {
  margin-top: 20px;
  float: right;
}
p.resent-description {
  margin-bottom: 25px !important;
}
#commentsbox {
  width: 90%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: -20px;
  font-size: 13px;
}
#comments {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-shadow: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#comments span {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}
#commentsbox ol,
#commentsbox ul {
  list-style: none;
  margin: 0 !important;
}
.children {
  list-style: none;
  margin: 30px 0 0;
  text-indent: 0;
}
.comment-body {
  position: relative;
  margin-left: 70px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.comment-body p:last-child {
  margin-bottom: 0;
}
#commentsbox .avatar {
  position: absolute;
  top: 0px;
  left: -75px;
  border: 4px solid #eee;
}
.comment-author {
  line-height: 1em;
  font-weight: bold;
  color: #555;
}
.comment-author a {
  color: #444;
}
.comment-author a:hover {
  color: #000;
}
.says {
  display: none;
}
.comment-meta {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.comment-meta a {
  font-size: 11px;
  font-style: italic;
  color: #666;
}
.comment-meta a:hover {
  color: #000;
  border-bottom: 1px dotted #000;
}
.comment-meta .comment-reply-link {
  font-size: 11px;
  color: #47c0c0;
}
.comment-meta .comment-reply-link:hover {
  color: #2e8484;
  border-bottom: 1px dotted #2e8484;
}
.cancel-comment-reply {
  margin-top: -10px;
}
.cancel-comment-reply a {
  color: #f00;
  line-height: 20px;
  height: 20px;
}
.cancel-comment-reply a:hover {
  text-decoration: underline;
}
#comments-respond {
  clear: left;
  text-transform: none;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
}
#comments-respond-meta {
  color: #666;
  font-size: 11px;
}
#comments-respond-meta a {
  color: #000;
}
#commentform label {
  display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
  font-size: 12px;
  width: 50%;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  border: 1px solid #cecece;
  outline: none;
  padding: 8px;
  margin-top: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
}
#commentform textarea {
  display: block;
  padding: 10px;
  width: 100%;
  color: #666;
  margin-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
  border-color: #bdbdbd !important;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}
#commentSubmit {
  margin-top: -5px;
  margin-bottom: 20px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: #00a6e4;
  border: none;
}
#commentSubmit:hover {
  opacity: 0.8;
}
.comment-waiting-moderation {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  margin: 10px 0 0;
}
/*WP JetPack*/
.comment-subscription-form {
  font-size: 12px;
}
.comment-subscription-form input {
  float: left;
  margin-right: 5px;
}

.last {
  float: left;
  margin-right: 0 !important;
  clear: right;
}

.pagination .last {
  float: none;
  clear: none;
}

div.pagination span.current {
  background-color: #00b4ff !important;
  background-image: -moz-linear-gradient(
    center top,
    #00b4ff,
    #1ab8f9
  ) !important;
}

.post-meta {
  margin-bottom: 5px;
}
.single-image {
  position: relative;
  width: 100%;
  clear: both;
  display: block;
}
.single-image img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  line-height: 0px;
  font-size: 0px;
  text-decoration: none;
}

.authorized {
  font-style: italic;
}

/*New Changes*/
#masterhead {
  margin-bottom: 10px;
}
#primary {
  margin-bottom: 0 !important;
}
.banner-image-inner-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 170px 0;
}
.banner-caption {
  position: absolute;
  top: 20px;
  right: 60px;
  max-width: 360px;
  text-align: center;
}
.banner-caption img {
  margin-bottom: 10px;
  max-width: 150px;
}
.banner-caption h3 {
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #575a5f;
  font-weight: 400;
}
.banner-caption h4 {
  color: #eb5860;
  font-size: 54px;
  letter-spacing: 3px;
  padding-left: 34px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  line-height: 50px;
}
.banner-caption a {
  background: #ed565b;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
}
.banner-bottom {
  text-align: center;
  padding: 20px 0;
  border-bottom: 10px solid #00b4ff;
}
.banner-bottom h2 {
  font-size: 30px;
  padding-bottom: 0;
  font-weight: 400;
  color: #0973ba;
}
.deciding-main-wrap {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 10px solid #00b4ff;
  flex-direction: row;
}
.deciding-inner-wrap {
  text-align: center;
}
.deciding-inner-wrap a img {
  max-width: 20px;
  margin-right: 15px;
}
.deciding-inner-wrap h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #ed565b;
  text-align: center;
  margin: 0 0 15px;
}
.deciding-inner-wrap p {
  font-size: 30px;
  font-weight: 600;
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.deciding-inner-wrap a {
  background: #ed565b;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  margin-top: 0;
  position: relative;
  padding: 10px 10px 10px 45px;
  display: inline-block;
}
.deciding-inner-wrap a:after {
  position: absolute;
  top: 8px;
  content: "\f0a9";
  left: 10px;
  font-family: "FontAwesome";
  font-size: 30px;
}
.dental-school {
  text-align: center;
  padding: 50px;
}
.dental-school h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #00b4ff;
  margin: 0 0 13px;
}
.dental-school p {
  font-size: 21px;
  line-height: 26px;
  font-style: italic;
  font-weight: 500;
}
.career-inner-wrap {
  background: #efefef;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 50px 50px;
}
.career-inner-wrap .embed-container {
  flex: 0 0 50%;
}
/* .career-inner-wrap:first-child{background:#00b4ff;} */
.career-inner-wrap .embed-container iframe {
  width: 100%;
  height: 240px;
}
.career-inner-wrap h3 {
  color: #00b4ff;
  text-align: center;
  line-height: 36px;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}
.career-inner-wrap p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.career-inner-wrap p:last-child {
  margin-bottom: 0;
}
.career-inner-wrap:first-child .career-inner-wrap-text {
  padding-left: 0;
}
.career-inner-wrap a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #ed565b;
  padding: 10px 15px;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
}
.career-inner-wrap-text {
  text-align: center;
}
/* .career-inner-wrap:last-child h3{color:#00b4ff;} */

/* home and single cta section */

.cta-inner-wrap {
  background: #00b4ff;
  padding: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.home-cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  text-align: center;
  color: #fff;
}

.home-cta-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

/* CTA: Typography */
.home-cta-content h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff;
  padding-bottom: 20px;
}

.home-cta-content p {
  font-size: 21px;
  font-weight: 500;
  text-wrap: balance;
}

/* CTA: Buttons */
.pri-cta-btn,
.sec-cta-btn,
.tri-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.pri-cta-btn:hover,
.sec-cta-btn:hover {
  color: #fff;
}

/* Primary (filled) */
.pri-cta-btn {
  background: #ed565b;
  color: #fff;
  border: 2px solid #ed565b;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 
              0 1px 3px rgba(0, 0, 0, 0.08);
}

.pri-cta-btn:hover {
  background-color: #eb3f45;
  border: 2px solid #eb3f45;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18), 
              0 2px 4px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.pri-cta-btn:active {
  background-color: #e73a40;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 
              0 1px 2px rgba(0, 0, 0, 0.10);
  transform: translateY(0);
}

.pri-cta-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

/* Secondary (outline) */
.sec-cta-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.sec-cta-btn:hover {
  background-color: #fff;
  color: #00b4ff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18), 
              0 2px 4px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.sec-cta-btn:active {
  background-color: #fcfcfc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 
              0 1px 2px rgba(0, 0, 0, 0.10);
  transform: translateY(0);
}

.sec-cta-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

/* Tertiary (filled) */
.tri-cta-btn {
  background: #00b4ff;
  color: #fff;
  border: 2px solid #00b4ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 
              0 1px 3px rgba(0, 0, 0, 0.08);
}

.tri-cta-btn:hover {
  background-color: #00a2e6;
  border: 2px solid #00a2e6;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18), 
              0 2px 4px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.tri-cta-btn:active {
  background-color: #00a2e6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 
              0 1px 2px rgba(0, 0, 0, 0.10);
  transform: translateY(0);
}

.tri-cta-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-inner-wrap {
    flex-direction: column;
	padding: 30px;
  }

  .home-cta-content {
    min-width: 100%;
    text-align: center;
    align-items: center;
  }
	
  .home-cta-btn-container {
		gap: 15px;
  }	
}

.why-we-diff-wrap {
  background: #575a63;
  text-align: center;
  padding: 20px 0;
}
.why-we-diff-wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  background: #00b4ff;
  padding: 15px 10px;
  border-radius: 10px;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
}
.sr_header_section span.sub_heading {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.sr_header_section h2 {
  font-size: 22px;
  color: #000;
}
.sr_header_section a {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.receice-rebate {
  margin-top: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.receice-rebate strong {
  font-weight: 800;
}
.receice-rebate span {
  display: block;
}
.sr_section h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 5px;
}
.sr_section p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
}
p.address {
  max-width: 230px;
  margin-bottom: 0 !important;
}
a.google-map {
  color: #0000ff;
  font-style: normal;
}
.sr_section span {
  font-style: italic;
}
.sr_section_email a {
  color: #0000ff;
  font-style: normal;
}
.landing-bottom {
  padding-bottom: 40px;
}
.landing-bottom p {
  font-size: 14px;
  margin-bottom: 5px !important;
  font-style: italic;
}
.custom_1269 .two_third.entry-content {
  float: none;
  width: 100%;
}
.custom_1269 .one_third.form.opt-in.last {
  float: none;
  width: 100%;
}
.custom_1269 .sr_section {
  margin-top: 30px;
}
.custom_1269 .sr_header_section h2 {
  font-size: 22px;
  color: #000;
}
.custom_1269 .sr_header_section p {
  color: #000;
  margin-top: 10px;
  font-size: 18px;
}
.custom_1269 .sr_content p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px !important;
}
p.next-class {
  margin-bottom: 2px !important;
}
.custom_1269 .gform_wrapper .gf_progressbar {
  width: 100%;
}
.custom_1269 .gform_page_fields ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sr_header_section.better_job_wrapp {
  text-align: left;
}
.sr_header_section.better_job_wrapp h2 {
  font-size: 22px;
}
.sr_header_section.better_job_wrapp p {
  text-align: center;
  margin-top: 30px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}
.custom_1270 {
  padding-bottom: 20px;
}
.custom_1270 .sr_content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
p.last-content span {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.custom_1270 .sr_content h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
h2.pdas-width {
  max-width: 420px;
  margin: 0 auto;
  line-height: 25px;
}
.custom_1270 .sr_content ul {
  padding-left: 20px !important;
}
.custom_1270 .sr_content ul li {
  list-style-position: outside !important;
  padding-left: 0px !important;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.custom_1270 .sr_content ul li span {
  color: #ed565b;
  font-style: italic;
}
.custom_1270 .sr_content a {
  background: #ed565b;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.75);
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
h2.tuition-payment {
  text-align: left !important;
  margin-bottom: 5px !important;
}
p.assistance {
  margin-bottom: 5px !important;
  font-weight: 600 !important;
}
.career-inner-wrap.bg_blue_section {
  background: #00b4ff;
}
.career-inner-wrap.bg_blue_section h3 {
  color: #fff;
}
.register-btn {
  margin-top: 25px;
}
.register-btn a.web-red-btn {
  padding: 7px 25px;
}

/*Testimonials*/
#content .video-testimionals .video-testimionals-list ul {
  font-size: 0;
  list-style-type: none;
  padding: 0;
  margin: 0 -15px;
}
#content .video-testimionals .video-testimionals-list ul li {
  margin: 0 0 30px;
  padding: 0 15px;
  list-style-type: none;
  position: relative;
  font-size: 16px;
  vertical-align: top;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.video-testimionals-list {
  padding-top: 20px;
}
.video-testimionals .video-testimionals-list ul li a {
  position: relative;
  padding-bottom: 100%;
  display: block;
  background: #ececec;
  overflow: hidden;
}
.video-testimionals .video-testimionals-list ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.video-testimionals .video-testimionals-list ul li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* 16072020 */

.faq-inner input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.row.faq-main {
  display: -webkit-box;
  display: flex;
}
.row.faq-main .col {
  -webkit-box-flex: 1;
  flex: 1;
}
.row.faq-main .col:last-child {
  margin-left: 0;
}

/* Accordion styles */
.faq-inner .tabs {
  border-radius: 0px;
  overflow: hidden;
  border: none !important;
}
.faq-inner .tab {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 5px;
}
.faq-inner .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background: #00b4ff;
  font-size: 18px;
  cursor: pointer;
}
.faq-inner .tab-label:hover {
  background: #575a63;
}
.faq-inner .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.faq-inner .tab-content {
  max-height: 0;
  padding: 1px 1em;
  color: #000;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.faq-inner .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.faq-inner .tab-close:hover {
  background: #575a63;
}
.faq-inner input:checked + .tab-label {
  background: #575a63;
}
.faq-inner input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-inner input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
.faq-inner p {
  margin-bottom: 0 !important;
}
.tab-content h3 {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.tab-content ul {
  background: transparent !important;
  list-style: decimal !important;
  border: none !important;
}
.tab-content ul li {
  list-style: decimal !important;
  list-style-position: inside !important;
  padding-left: 0 !important;
}
.deciding-main-wrap.carrer-main-wrap {
  flex-direction: column;
}
.deciding-main-wrap.carrer-main-wrap .carrer-inner-wrap {
  width: 100%;
}
.deciding-main-wrap.carrer-main-wrap .carrer-inner-wrap + .carrer-inner-wrap {
  margin-top: 45px;
}
.deciding-main-wrap.blank_div {
  padding: 0;
}

.cust_our_instructors .gf_progressbar p {
  display: none;
}
.cust_our_instructors .gform_body ul li:first-child {
  margin-bottom: 15px !important;
}
.cust_our_instructors .gform_body ul li:first-child p {
  margin-bottom: 0px !important;
}
.cust_our_instructors .gform_body ul li:first-child br {
  display: none;
}
/* Media Query */
@media only screen and (max-width: 768px) {
  .banner-image-inner-wrap {
    padding: 120px 0;
  }
  .banner-caption {
    top: 0px;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 89%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
  }
  .banner-caption h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .banner-caption h4 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 26px;
    padding-left: 0;
  }
  .banner-caption a {
    font-size: 18px;
  }
  .banner-bottom h2 {
    font-size: 20px;
  }
  .deciding-main-wrap {
    flex-direction: column;
    padding: 35px 20px 15px;
  }
  .deciding-inner-wrap {
    margin-bottom: 25px;
    line-height: 25px;
  }
  .deciding-inner-wrap h3 {
    font-size: 26px;
    line-height: 25px;
  }
  .deciding-inner-wrap p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .deciding-inner-wrap a {
    font-size: 16px;
    padding: 5px 10px 4px 35px;
  }
  .deciding-inner-wrap a:after {
    font-size: 20px;
    top: 4px;
  }
  .dental-school {
    padding: 30px 20px;
  }
  .dental-school h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .dental-school p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .career-inner-wrap {
    flex-direction: column;
    padding: 30px 20px 20px;
  }
  .career-inner-wrap .embed-container {
    flex: 0 0 100%;
  }
  .career-inner-wrap .embed-container iframe {
    height: auto;
  }
  .career-inner-wrap h3 {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 30px;
    padding-top: 10px;
  }
  .career-inner-wrap p {
    max-width: 100%;
  }
  .career-inner-wrap-text {
    padding-bottom: 20px;
  }
  .career-inner-wrap:first-child .career-inner-wrap-text {
    padding-left: 0;
  }
  .career-inner-wrap a {
    font-size: 16px;
    padding: 6px 10px;
  }
  .why-we-diff-wrap a {
    font-size: 18px;
    max-width: 180px;
    padding: 10px 10px;
  }
  .register-btn {
    margin-top: 20px;
  }
  .register-btn a.web-red-btn {
    padding: 6px 20px;
    font-size: 16px;
  }
  .video-testimionals-list {
    padding-top: 10px;
  }
  #content .video-testimionals .video-testimionals-list ul {
    margin: 0 -10px;
  }
  #content .video-testimionals .video-testimionals-list ul li {
    margin: 0 0 20px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-caption img {
    max-width: 110px;
  }
  .banner-caption h4 {
    font-size: 30px;
  }
  .dental-school p {
    font-size: 16px;
  }
  .career-inner-wrap p {
    font-size: 16px;
  }
  .deciding-inner-wrap h3 {
    font-size: 20px;
  }
  .deciding-inner-wrap p {
    font-size: 16px;
  }
  .dental-school h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .career-inner-wrap h3 {
    font-size: 20px;
    line-height: 22px;
  }
  #content .video-testimionals .video-testimionals-list ul li {
    width: 50%;
  }
  #page-heading h1.page-title {
    padding-top: 6px !important;
    font-size: 30px;
  }
  #signup {
    padding: 15px 10px !important;
    box-sizing: border-box;
    height: auto !important;
  }
  .faq-inner .tab-label {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-image-inner-wrap {
    padding: 130px 0;
  }
  #content .video-testimionals .video-testimionals-list ul {
    margin: 0;
  }
  #content .video-testimionals .video-testimionals-list ul li {
    width: 100%;
    padding: 0;
  }
  #page-heading h1.page-title {
    font-size: 28px;
    padding-top: 15px !important;
  }
  .career-main-wrap video {
    height: auto;
    width: 100%;
  }
}

.gallery-item {
  display: none;
}
div#gallery-1 > p {
  display: none;
}
a#load {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background: #00b4ff;
  padding: 10px 20px;
  display: inline-block;
}
.loader-warp {
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0px;
}

@media (max-width: 767px) {
  .loader-warp {
    margin: 20px 0px;
  }
  .loader-warp a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  #signup {
    padding-bottom: 20px !important;
  }
}

.post-bottom {
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .single-post iframe,
  .page-id-671 iframe {
    height: 430px;
    width: 100%;
  }
  .faq-inner .tab-content {
    max-height: 0;
    padding: 1px 1em !important;}
}
@media (max-width: 567px) {
  a.button {
    font-size: 1.2em;
    padding: 10px 50px 10px 50px;
  }
  .read-more {
    float: left;
  }

  .page-id-1223 video {
    height: 100%;
    width: 90%;
  }
  .banner-caption h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .banner-caption h4 {
    font-size: 22px;
    line-height: 23px;
  }
  .banner-caption a {
    font-size: 16px;
  }

  div#attachment_1190 {
    width: 100% !important;
  }
  .page-id-574 h1 span strong {
    font-size: 24px;
    line-height: 30px;
  }
  .page-id-574 h2 {
    line-height: 2em;
  }
  h3 {
    line-height: 1.2em;
  }
  .page-id-277 h2 {
    font-size: 1.7em;
    margin-top: 25px;
  }
  .category-our-blog .entry.clearfix img,
  .page-id-277 .entry.clearfix img {
    width: 100%;
  }
  #content .video-testimionals .video-testimionals-list ul li {
    width: 100%;
  }
  .single-post iframe, 
  .page-id-671 iframe {
    height: auto;
    width: 100%;
  }
  .category-video-blog h1,
  .category-our-blog h1 {
    font-size: 1.8em;
  }
  
}

.page-id-10 #content ul {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #000;
}
div#input_8_1 p {
  margin-bottom: 0px;
}
.gform_footer.top_label p,
div#input_8_1 br{
  display: none;
}