@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rajdhani:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

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

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

@font-face {
  font-family: "Co Text";
  src: url("../fonts/CoText-Bold.woff2") format("woff2"), url("../fonts/CoText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Co Text Regular";
  src: url("../fonts/CoText-Regular.woff2") format("woff2"), url("../fonts/CoText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "Co Text", sans-serif;
}

body, section {
  overflow-x: hidden;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.pdc-head h1 {
  color: #fff;
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  margin: 25px 0;
}
.pdc-head span {
  color: rgb(35, 174, 184);
}
.pdc-head h2 {
  font-size: 40px;
  line-height: 50px;
  color: rgb(3, 36, 39);
  margin: 20px 0;
  font-weight: 700;
}
.pdc-head h2 img {
  width: 45px;
  height: auto;
}
.pdc-head h2.wht {
  color: #ffffff;
}
.pdc-head h3 {
  font-size: 37px;
  line-height: 47px;
  color: rgb(3, 36, 39);
  margin: 20px 0;
  font-weight: 700;
}
.pdc-head h3 img {
  width: 45px;
  height: auto;
}
.pdc-head h3.wht {
  color: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-head h1 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .pdc-head h2 {
    font-size: 35px;
  }
  .pdc-head h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
.pdc-btn {
  font-family: "Co Text", sans-serif;
  font-size: 18px;
  padding: 14px 35px 18px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px;
  background-color: rgb(35, 174, 184);
  color: #fff;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.pdc-btn img {
  width: 15px;
  height: 15px;
  opacity: 0;
  margin-left: 4px;
  transition: all 0.3s ease-in;
}
.pdc-btn:hover {
  background-color: rgb(0, 84, 91);
  color: #fff;
}
.pdc-btn:hover img {
  opacity: 1;
}

.pdc-btn-1 {
  font-family: "Co Text", sans-serif;
  font-size: 18px;
  padding: 14px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px;
  color: rgb(3, 36, 39);
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.pdc-btn-1.wht {
  color: #ffffff;
}
.pdc-btn-1.wht:hover {
  color: #ffffff;
}
.pdc-btn-1 img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
  transition: all 0.3s ease-in;
}
.pdc-btn-1:hover {
  color: rgb(3, 36, 39);
}
.pdc-btn-1:hover img {
  transform: rotate(45deg);
}

.pdc-btn-2 {
  font-family: "Co Text", sans-serif;
  font-size: 18px;
  padding: 14px 35px 18px 35px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease-in;
  border: 1px solid #fff;
}
.pdc-btn-2 img {
  width: 15px;
  height: 15px;
  opacity: 0;
  margin-left: 4px;
  transition: all 0.3s ease-in;
}
.pdc-btn-2:hover {
  background-color: rgb(0, 84, 91);
  border: 1px solid rgb(35, 174, 184);
  color: #fff;
}
.pdc-btn-2:hover img {
  opacity: 1;
}

.pdc-service-tile {
  background-color: #fff;
  padding: 30px;
  border-radius: 50px;
  transition: all 0.3s ease-in;
}
.pdc-service-tile__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
  position: relative;
}
.pdc-service-tile__logo {
  width: 55px;
  height: 55px;
}
.pdc-service-tile__logo img {
  width: 100%;
  height: 100%;
}
.pdc-service-tile__head {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-family: "Co Text", sans-serif;
  font-family: "Co Text Regular";
}
.pdc-service-tile__arrow {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
  position: absolute;
  right: 0;
}
.pdc-service-tile__arrow img {
  width: 100%;
  height: 100%;
}
.pdc-service-tile__cnt {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding: 20px 0;
}
.pdc-service-tile__img {
  width: 100%;
  height: auto;
  border-radius: 44px;
}
.pdc-service-tile__img img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
}
.pdc-service-tile:hover {
  scale: 1.02;
}
.pdc-service-tile:hover .pdc-service-tile__arrow {
  transform: rotate(-15deg);
}

@media (max-width: 767px) {
  .pdc-service-tile__head {
    font-size: 18px;
  }
  .pdc-service-tile {
    padding: 30px 20px;
  }
}
.pdc-inner-heading h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  padding-bottom: 20px;
}
.pdc-inner-heading__outer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.pdc-inner-heading__cnt {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.pdc-inner-heading__cnt:hover {
  color: #fff;
}
.pdc-inner-heading__icon {
  width: 130px;
  height: auto;
}
.pdc-inner-heading__icon img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .pdc-inner-heading h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .pdc-inner-heading__outer {
    flex-wrap: wrap;
  }
}
.pdc-team-tile {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 2px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  border-radius: 32px;
  padding: 20px 20px 35px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: all 0.3s ease-in;
  margin-bottom: 10px;
}
.pdc-team-tile__img {
  width: auto;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
}
.pdc-team-tile__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.pdc-team-tile__title {
  font-family: "Co Text", sans-serif;
  color: #23AEB8;
  font-size: 32px;
  line-height: 40px;
  padding: 30px 0;
  text-align: center;
}
.pdc-team-tile__head {
  font-size: 20px;
  color: #222222;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 0 20px;
  font-family: "Co Text", sans-serif;
}
.pdc-team-tile__cnt {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  padding-bottom: 20px;
}
.pdc-team-tile:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.pdc-team-tile__btn {
  color: #23AEB8;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.pdc-team-tile ul {
  list-style: disc;
  padding-left: 2rem;
}
.pdc-team-tile ul li {
  font-size: 18px;
  line-height: 26px;
}
.pdc-team-tile ul li.padbot20 {
  padding-bottom: 20px;
}
.pdc-team-tile:hover .pdc-team-tile__img img {
  transform: scale(1.08);
}

.pdc-header {
  background-color: #003F44;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pdc-header .dropdown {
  display: flex;
}
.pdc-header a {
  color: #fff;
}
.pdc-header .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.pdc-header .nav-link {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 23.7px;
  font-weight: 400;
}
.pdc-header .navbar {
  padding: 22px 0;
}
.pdc-header .navbar-nav {
  gap: 25px;
  align-items: center;
}
.pdc-header .container-fluid {
  padding: 0;
}
.pdc-header .nav-link:focus, .pdc-header .nav-link:hover, .pdc-header .nav-item .active {
  color: #23AEB8;
}
.pdc-header .dropdown-item {
  color: #000000;
  padding: 10px 30px 15px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.pdc-header .dropdown-item img {
  opacity: 0;
  width: 10px;
  height: 10px;
}
.pdc-header .dropdown-item:hover {
  background-color: transparent;
  color: #23AEB8;
}
.pdc-header .dropdown-item:hover img {
  opacity: 1;
}
.pdc-header .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
  padding: 15px 0;
  border-radius: 10px;
}
.pdc-header__logo {
  width: 220px;
  height: auto;
}
.pdc-header__logo img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-header .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-header .navbar-toggler-icon {
    color: #fff;
  }
  .pdc-header .dropdown-toggle {
    margin: 0 10px;
  }
  .pdc-header .dropdown {
    flex-wrap: wrap;
  }
  .pdc-header .navbar-nav .dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pdc-header__logo {
    width: 140px;
    height: auto;
  }
  .pdc-header .navbar-nav {
    gap: 10px;
  }
  .pdc-header .navbar-toggler-icon {
    color: #fff;
  }
  .pdc-header .dropdown-toggle {
    margin: 0 10px;
  }
  .pdc-header .dropdown {
    flex-wrap: wrap;
  }
  .pdc-header .navbar-nav .dropdown-menu {
    width: 100%;
  }
}
.pdc-smile-hero {
  padding: 40px 0;
  width: 100%;
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.pdc-smile-hero .pdc-head h1 {
  margin-top: 10px;
}
.pdc-smile-hero__outer {
  position: relative;
  display: flex;
  align-items: center;
}
.pdc-smile-hero__logo {
  width: 45px;
  height: auto;
}
.pdc-smile-hero__logo img {
  width: 100%;
  height: 100%;
}
.pdc-smile-hero__subline {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 20px 0 0;
}
.pdc-smile-hero__cnt {
  font-size: 18px;
  line-height: 24px;
  color: rgb(187, 200, 216);
  width: 70%;
}
.pdc-smile-hero .pdc-btn {
  margin-top: 24px;
}
.pdc-smile-hero__sec1 {
  width: 55%;
}
.pdc-smile-hero__sec2 {
  width: 45%;
  position: relative;
}
.pdc-smile-hero__smile {
  width: 610px;
  height: auto;
  position: absolute;
  left: -11%;
  top: 6em;
}
.pdc-smile-hero__smile img {
  width: 100%;
  height: 100%;
}
.pdc-smile-hero__img1 {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -20em;
  scale: 1;
}
.pdc-smile-hero__img1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img2 {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -14em;
  right: 11em;
}
.pdc-smile-hero__img2 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img3 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -14em;
  right: 0;
}
.pdc-smile-hero__img3 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img4 {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -6em;
  right: 24em;
}
.pdc-smile-hero__img4 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img5 {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: 1em;
  right: 8em;
}
.pdc-smile-hero__img5 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img6 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: 5em;
  right: 19em;
}
.pdc-smile-hero__img6 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-smile-hero__smile {
    width: 300px;
    height: auto;
    position: absolute;
    left: -11%;
    top: 12em;
  }
  .pdc-smile-hero__img1 {
    right: 23em;
  }
  .pdc-smile-hero__sec1 {
    width: 70%;
  }
  .pdc-smile-hero__sec2 {
    width: 30%;
  }
  .pdc-smile-hero__smile {
    width: 300px;
    height: auto;
    position: absolute;
    left: -56%;
    top: 12em;
  }
  .pdc-smile-hero__img4 {
    top: -1em;
    right: 23em;
  }
  .pdc-smile-hero__img5 {
    right: 0;
  }
  .pdc-smile-hero__img6 {
    top: 5em;
    right: 14em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-smile-hero__smile {
    width: 300px;
    height: auto;
    position: absolute;
    left: -11%;
    top: 12em;
  }
  .pdc-smile-hero__sec1 {
    width: 75%;
  }
  .pdc-smile-hero__sec2 {
    width: 25%;
  }
  .pdc-smile-hero__smile {
    width: 300px;
    height: auto;
    position: absolute;
    left: -56%;
    top: 12em;
  }
  .pdc-smile-hero__img4 {
    top: -1em;
    right: 17em;
  }
  .pdc-smile-hero__img5 {
    right: 0;
  }
  .pdc-smile-hero__img6 {
    top: 2em;
    right: 11em;
  }
}
@media (max-width: 767px) {
  .pdc-smile-hero {
    height: 100%;
  }
  .pdc-smile-hero__outer {
    flex-direction: column;
  }
  .pdc-smile-hero__sec1 {
    width: 100%;
  }
  .pdc-smile-hero__sec2 {
    display: none;
  }
  .pdc-smile-hero__cnt {
    width: 100%;
  }
}
.pdc-about-hero {
  padding: 75px 0;
  background-color: #ffffff;
}
.pdc-about-hero__outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.pdc-about-hero__sec1 {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdc-about-hero__img-1 {
  width: 420px;
  height: 440px;
  overflow: hidden;
  border-radius: 44px;
}
.pdc-about-hero__img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.pdc-about-hero__img-1:hover img {
  scale: 1.04;
}
.pdc-about-hero__img-2 {
  width: auto;
  height: 440px;
  overflow: hidden;
  border-radius: 44px;
}
.pdc-about-hero__img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.pdc-about-hero__img-2:hover img {
  scale: 1.04;
}
.pdc-about-hero__sec2 {
  width: 40%;
}
.pdc-about-hero__subline {
  color: rgb(35, 174, 184);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.pdc-about-hero .pdc-head h2 {
  margin-top: 10px;
}
.pdc-about-hero__cnt {
  color: rgb(3, 36, 39);
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.pdc-about-hero .pdc-btn-1 {
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-about-hero__outer {
    flex-direction: column;
  }
  .pdc-about-hero__sec1, .pdc-about-hero__sec2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pdc-about-hero__outer, .pdc-about-hero__sec1 {
    flex-direction: column;
  }
  .pdc-about-hero__img-1, .pdc-about-hero__img-2 {
    width: 100%;
  }
  .pdc-about-hero__sec1, .pdc-about-hero__sec2 {
    width: 100%;
  }
}
.pdc-services-home {
  padding: 70px 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.pdc-services-home__subline {
  color: rgb(35, 174, 184);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}
.pdc-services-home .pdc-head h2 {
  text-align: center;
  margin-top: 10px;
}
.pdc-services-home__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0;
}
.pdc-services-home .pdc-service-tile {
  width: calc(33.3% - 20px);
  margin: 0 10px;
}
.pdc-services-home .pdc-btn-1 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}
.pdc-services-home .pdc-btn-1 img {
  margin-top: 7px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-services-home .pdc-service-tile {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .pdc-services-home__outer {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pdc-services-home .pdc-service-tile {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}
.pdc-kingston {
  padding: 60px 0;
  background-color: #ffffff;
}
.pdc-kingston__outer {
  display: flex;
  gap: 40px;
}
.pdc-kingston__sec1 {
  width: 40%;
}
.pdc-kingston__sec2 {
  width: 60%;
}
.pdc-kingston .pdc-head h2 img {
  margin-left: 10px;
}
.pdc-kingston .pdc-head h3 img {
  width: 45px;
  height: auto;
  margin-left: 10px;
}
.pdc-kingston__img {
  width: 100%;
  height: auto;
  border-radius: 44px;
  overflow: hidden;
}
.pdc-kingston__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 44px;
  transition: all 0.3s ease-in;
}
.pdc-kingston__img img:hover {
  scale: 1.1;
}
.pdc-kingston__bold-cnt {
  font-size: 28px;
  line-height: 36px;
  color: #032427;
  padding-bottom: 20px;
  font-weight: 600;
}
.pdc-kingston__cnt {
  color: #032427;
  font-size: 18px;
  line-height: 26px;
}
.pdc-kingston__cnt a {
  color: #23AEB8;
}
.pdc-kingston__cnt a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-kingston__outer {
    flex-direction: column;
  }
  .pdc-kingston__sec1, .pdc-kingston__sec2 {
    width: 100%;
  }
  .pdc-head h3 img {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .pdc-kingston__outer {
    flex-direction: column;
  }
  .pdc-kingston__sec1, .pdc-kingston__sec2 {
    width: 100%;
  }
  .pdc-head h3 img {
    margin-left: 10px;
  }
}
.pdc-community {
  padding: 60px 0;
  background-color: #E9F7F8;
}
.pdc-community__outer {
  display: flex;
  gap: 40px;
}
.pdc-community__sec1 {
  width: 40%;
}
.pdc-community__sec2 {
  width: 60%;
}
.pdc-community__sec2 .pdc-head {
  padding-top: 30px;
}
.pdc-community .pdc-head h2 img {
  margin-left: 10px;
  display: none;
}
.pdc-community .pdc-btn {
  margin-top: 20px;
}
.pdc-community__img {
  width: 100%;
  height: auto;
  border-radius: 44px;
  overflow: hidden;
}
.pdc-community__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 44px;
  transition: all 0.3s ease-in;
}
.pdc-community__img img:hover {
  scale: 1.1;
}
.pdc-community__cnt {
  color: #032427;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
}
.pdc-community ul li img {
  width: 20px;
  height: 22px;
}
.pdc-community ul {
  padding: 10px 0;
}
.pdc-community ul .inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.pdc-community ul .inner p {
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-community__outer {
    flex-direction: column;
  }
  .pdc-community__sec1, .pdc-community__sec2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pdc-community__outer {
    flex-direction: column;
  }
  .pdc-community__sec1, .pdc-community__sec2 {
    width: 100%;
  }
}
.pdc-contact-home {
  width: 100%;
  height: 570px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  display: flex;
  align-items: center;
}
.pdc-contact-home h2 {
  font-family: "Co Text", sans-serif;
  color: #ffffff;
  font-size: 35px;
  line-height: 44px;
  width: 60%;
}
.pdc-contact-home__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdc-contact-home .pdc-btn, .pdc-contact-home .pdc-btn-2 {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-contact-home {
    background-position: 68% 20%;
  }
}
@media (max-width: 767px) {
  .pdc-contact-home__inner {
    flex-direction: column;
  }
  .pdc-contact-home .pdc-btn-2 {
    margin-top: 0;
  }
  .pdc-contact-home h2 {
    width: 100%;
  }
  .pdc-contact-home__inner {
    align-items: flex-start;
  }
  .pdc-contact-home {
    background-position: 6% 33%;
  }
}
.pdc-plans {
  padding: 50px 0;
  background-color: #fff;
}
.pdc-plans h2 {
  text-align: center;
  font-family: "Co Text", sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin: 20px 0 45px;
  color: #23AEB8;
}
.pdc-plans .marquee-container {
  width: 100%;
  overflow: hidden;
}
.pdc-plans .marquee-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdc-plans .marquee-content__outer {
  width: 200px;
  height: auto;
  display: flex;
  justify-content: center;
  filter: grayscale(1);
}
.pdc-plans .marquee-content__outer img {
  width: 95px;
  height: auto;
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-plans h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .pdc-plans h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.pdc-footer {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.pdc-footer__outer {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 95px;
  border-bottom: 1px solid #444444;
}
.pdc-footer__copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
  color: #A4A4A4;
}
.pdc-footer__logo-sec {
  width: 30%;
}
.pdc-footer__cntsec {
  width: 70%;
}
.pdc-footer__logo {
  width: 250px;
  height: auto;
  display: inline-block;
}
.pdc-footer__logo img {
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
.pdc-footer__cnt {
  color: #A4A4A4;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
.pdc-footer__cnt.long {
  width: 74%;
  padding-top: 20px;
}
.pdc-footer__cnt.lft {
  margin-left: 33px;
}
.pdc-footer__icon-outer {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 50px 0 20px;
}
.pdc-footer__social {
  padding: 10px;
  background-color: #223F41;
  display: flex;
  align-items: center;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.pdc-footer__social img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in;
}
.pdc-footer__social:hover {
  background-color: #ffffff;
}
.pdc-footer__social:hover img {
  filter: brightness(0);
}
.pdc-footer__head {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-family: "Co Text", sans-serif;
  padding-bottom: 25px;
}
.pdc-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pdc-footer__inner a {
  display: inline-flex;
  align-items: end;
}
.pdc-footer__inner .pdc-footer__cnt:hover {
  color: #fff;
}
.pdc-footer__sec-1 {
  width: 20%;
}
.pdc-footer__sec-2 {
  width: 35%;
}
.pdc-footer__inner-sec {
  display: flex;
  gap: 15px;
}
.pdc-footer__inner-sec img {
  width: 18px;
  height: 20px;
  margin: 15px 0;
  display: inline-block;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-footer__outer {
    flex-direction: column;
  }
  .pdc-footer__logo-sec, .pdc-footer__cntsec {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-footer__outer {
    flex-direction: column;
  }
  .pdc-footer__logo-sec, .pdc-footer__cntsec {
    width: 100%;
  }
  .pdc-footer__cnt.long {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pdc-footer__outer, .pdc-footer__inner {
    flex-direction: column;
  }
  .pdc-footer__logo-sec, .pdc-footer__cntsec, .pdc-footer__sec-1, .pdc-footer__sec-2 {
    width: 100%;
  }
  .pdc-footer__inner li {
    text-align: center;
  }
  .pdc-footer__inner li a {
    text-align: center;
    display: block;
  }
  .pdc-footer__inner-sec, .pdc-footer__icon-outer {
    justify-content: center;
  }
  .pdc-footer__head {
    padding-top: 20px;
  }
  .pdc-footer__outer {
    padding: 50px 0;
  }
  .pdc-footer__cnt.long {
    width: 100%;
  }
  .pdc-footer__cnt.lft {
    margin-left: 0;
  }
}
.pdc-inner-banner {
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 660px;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-inner-banner {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-inner-banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pdc-inner-banner {
    height: 250px;
  }
  .pdc-inner-heading h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .pdc-inner-heading__icon {
    width: 27px;
  }
}
.pdc-kngstn-abt {
  padding: 50px 0;
  background-color: #ffffff;
}
.pdc-kngstn-abt__outer {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
.pdc-kngstn-abt__sec1 {
  width: 50%;
  overflow: hidden;
  border-radius: 44px;
  transition: all 0.3s ease-in;
}
.pdc-kngstn-abt__sec1 img {
  width: 100%;
  height: auto;
  border-radius: 44px;
  transition: all 0.3s ease-in;
}
.pdc-kngstn-abt__sec1:hover img {
  scale: 1.08;
}
.pdc-kngstn-abt__sec2 {
  width: 50%;
}
.pdc-kngstn-abt__cnt {
  color: #032427;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.pdc-kngstn-abt__cnt a {
  color: #23AEB8;
  font-weight: 600;
}
.pdc-kngstn-abt__width40 {
  width: 40%;
}
.pdc-kngstn-abt__width60 {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdc-kngstn-abt__head {
  font-size: 32px;
  line-height: 42px;
  color: #23AEB8;
  border-left: 7px solid #23AEB8;
  padding-left: 30px;
  font-family: "Co Text", sans-serif;
}
.pdc-kngstn-abt__img {
  width: auto;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 44px;
}
.pdc-kngstn-abt__img img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
  transition: all 0.3s ease-in;
}
.pdc-kngstn-abt__img:hover img {
  scale: 1.08;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-kngstn-abt__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pdc-kngstn-abt__head {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .pdc-kngstn-abt__outer, .pdc-kngstn-abt__width60 {
    flex-direction: column;
  }
  .pdc-kngstn-abt__sec1, .pdc-kngstn-abt__sec2, .pdc-kngstn-abt__width40, .pdc-kngstn-abt__width60 {
    width: 100%;
  }
  .pdc-kngstn-abt__img {
    width: 100%;
    height: auto;
  }
}
.pdc-cmnty-abt {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pdc-cmnty-abt__outer {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}
.pdc-cmnty-abt__sec1 {
  width: 50%;
  overflow: hidden;
  border-radius: 44px;
  transition: all 0.3s ease-in;
}
.pdc-cmnty-abt__sec1 img {
  width: 100%;
  height: auto;
  border-radius: 44px;
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdc-cmnty-abt__sec1:hover img {
  scale: 1.08;
}
.pdc-cmnty-abt__sec2 {
  width: 50%;
}
.pdc-cmnty-abt__cnt {
  color: #BBC8D8;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}
.pdc-cmnty-abt .pdc-head h2 {
  color: #ffffff;
  font-family: "Co Text", sans-serif;
  font-size: 38px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-cmnty-abt {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pdc-cmnty-abt {
    height: 100%;
    padding: 0;
  }
  .pdc-cmnty-abt__outer {
    flex-direction: column;
  }
  .pdc-cmnty-abt__sec1, .pdc-cmnty-abt__sec2 {
    width: 100%;
  }
}
.pdc-contact-abt {
  margin: 85px 0;
}
.pdc-contact-abt__outter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  border-radius: 44px;
  padding: 45px 55px;
}
.pdc-contact-abt h2 {
  font-family: "Co Text", sans-serif;
  color: #23AEB8;
  font-size: 35px;
  line-height: 44px;
  width: 60%;
  padding-bottom: 25px;
}
.pdc-contact-abt__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdc-contact-abt .pdc-btn, .pdc-contact-abt .pdc-btn-2 {
  margin-top: 30px;
}
.pdc-contact-abt__cnt {
  color: #BBC8D8;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 500;
  width: 40%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-contact-abt__cnt {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-contact-abt h2 {
    width: 65%;
  }
  .pdc-contact-abt__cnt {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .pdc-contact-abt h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .pdc-contact-abt__outter {
    padding: 15px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pdc-contact-abt h2, .pdc-contact-abt__cnt {
    width: 100%;
  }
  .pdc-contact-abt__inner {
    flex-direction: column;
  }
  .pdc-contact-abt .pdc-btn, .pdc-contact-abt .pdc-btn-2 {
    margin-top: 0;
  }
  .pdc-btn {
    padding: 14px 25px 18px 25px;
  }
}
.pdc-tab {
  padding: 80px 0;
}
.pdc-tab .nav-pills .nav-link {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  margin: 5px 0;
  color: #032427;
  padding: 12px 15px 18px 15px;
  font-family: "Co Text Regular", sans-serif;
}
.pdc-tab .nav-link.active {
  border-radius: 16px;
  color: #ffffff;
  background-color: #23AEB8;
}
.pdc-tab__outer {
  margin-top: 25px;
  margin-left: 35px;
  width: 100%;
  background-color: #E9F7F8;
  border-radius: 44px;
  padding: 35px 30px;
  display: flex;
  gap: 30px;
}
.pdc-tab__sec1 {
  width: 45%;
}
.pdc-tab__sec2 {
  width: 55%;
}
.pdc-tab__img {
  width: auto;
  height: 320px;
  border-radius: 44px;
  overflow: hidden;
}
.pdc-tab__img img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
  transition: 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdc-tab__img img:hover {
  scale: 1.08;
}
.pdc-tab__head {
  color: #032427;
  font-family: "Co Text", sans-serif;
  font-size: 28px;
  line-height: 38px;
  width: 70%;
  padding-bottom: 15px;
}
.pdc-tab__sub-head {
  color: #23AEB8;
  font-family: "Co Text Regular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}
.pdc-tab__cnt {
  color: #032427;
  font-size: 18px;
  line-height: 26px;
}
.pdc-tab__cnt.pb-20 {
  padding-bottom: 10px;
}
.pdc-tab .tab-content {
  width: 72%;
}
.pdc-tab .width30 {
  width: 28%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-tab .tab-content, .pdc-tab .width30 {
    width: 100%;
  }
  .pdc-tab .nav-pills .nav-link {
    text-align: center;
  }
  .pdc-tab__outer {
    margin-left: 0;
  }
  .pdc-tab .col-resp {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pdc-tab {
    padding: 40px 0;
  }
  .pdc-tab .tab-content, .pdc-tab .width30 {
    width: 100%;
  }
  .pdc-tab .nav-pills .nav-link {
    text-align: center;
  }
  .pdc-tab__outer {
    margin-left: 0;
  }
  .pdc-tab__outer {
    flex-direction: column;
  }
  .pdc-tab__sec1, .pdc-tab__sec2 {
    width: 100%;
  }
  .pdc-tab .col-resp {
    flex-direction: column;
    overflow-y: hidden;
  }
}
.pdc-fund-new-ptnts {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.pdc-fund-new-ptnts h2 {
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  font-family: "Co Text", sans-serif;
}
.pdc-fund-new-ptnts h2.blu {
  color: #23AEB8;
  text-align: left;
}
.pdc-fund-new-ptnts__cnt {
  font-size: 18px;
  line-height: 26px;
  color: #BBC8D8;
  text-align: left;
  padding-bottom: 20px;
}
.pdc-fund-new-ptnts__cnt.cntr {
  text-align: center;
}
.pdc-fund-new-ptnts__cnt.width40 {
  width: 50%;
}
.pdc-fund-new-ptnts__cnt.bold {
  font-weight: 700;
  color: #23AEB8;
}
.pdc-fund-new-ptnts__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 50px 0 80px;
}
.pdc-fund-new-ptnts__logo {
  width: auto;
  height: 40px;
}
.pdc-fund-new-ptnts__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdc-fund-new-ptnts__logo-1 {
  width: auto;
  height: 95px;
}
.pdc-fund-new-ptnts__logo-1 img {
  width: 100%;
  height: 100%;
}
.pdc-fund-new-ptnts__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 0 20px;
}

@media (max-width: 767px) {
  .pdc-fund-new-ptnts__outer, .pdc-fund-new-ptnts__inner {
    flex-direction: column;
  }
  .pdc-fund-new-ptnts__cnt.width40 {
    width: 100%;
  }
  .pdc-fund-new-ptnts {
    padding: 30px 0;
  }
  .pdc-fund-new-ptnts__logo-1 {
    margin-bottom: 20px;
  }
	
	.pdc-fund-new-ptnts__logo, .pdc-fund-new-ptnts__logo-1 {
		width: 100%;
		height: auto;
	}
}
.pdc-fcltys-new-ptnts {
  padding: 60px 0;
}
.pdc-fcltys-new-ptnts h2 {
  font-family: "Co Text", sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #032427;
  padding-bottom: 20px;
  text-align: center;
}
.pdc-fcltys-new-ptnts h3 {
  font-family: "Co Text", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #032427;
  padding-bottom: 20px;
  text-align: left;
  width: 75%;
}
.pdc-fcltys-new-ptnts__cnt {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  padding-bottom: 15px;
}
.pdc-fcltys-new-ptnts__cnt.cntr {
  text-align: center;
  padding-bottom: 30px;
}
.pdc-fcltys-new-ptnts__outer {
  background-color: #E9F7F8;
  width: 100%;
  border-radius: 44px;
  padding: 60px 50px;
}
.pdc-fcltys-new-ptnts__img {
  width: 98%;
  height: 380px;
  border-radius: 30px;
  overflow: hidden;
}
.pdc-fcltys-new-ptnts__img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.pdc-fcltys-new-ptnts__img img:hover {
  transform: scale(1.08);
}
.pdc-fcltys-new-ptnts__sub-head {
  color: #23AEB8;
  font-family: "Co Text Regular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 10px;
}
.pdc-fcltys-new-ptnts__inner {
  padding: 0 30px;
}
.pdc-fcltys-new-ptnts .row {
  padding-bottom: 80px;
}
.pdc-fcltys-new-ptnts .row:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-fcltys-new-ptnts h3 {
    width: 100%;
  }
  .pdc-fcltys-new-ptnts__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pdc-fcltys-new-ptnts h3 {
    width: 100%;
  }
  .pdc-fcltys-new-ptnts__inner {
    padding: 20px 0;
  }
  .pdc-fcltys-new-ptnts .row {
    padding-bottom: 35px;
  }
  .pdc-fcltys-new-ptnts__img {
    width: 100%;
    height: auto;
  }
  .pdc-fcltys-new-ptnts__outer {
    padding: 30px;
  }
  .pdc-fcltys-new-ptnts .mob-col {
    flex-direction: column-reverse;
  }
}
.pdc-testimonials {
  background-color: #E9F7F8;
  padding: 60px 0;
}
.pdc-testimonials__outer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 530px;
  border-radius: 44px;
  position: relative;
}
.pdc-testimonials__subline {
  color: rgb(35, 174, 184);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}
.pdc-testimonials .pdc-head h2 {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 5px;
}
.pdc-testimonials__cnt-outer {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 530px;
  padding: 60px;
}
.pdc-testimonials__cnt {
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  width: 55%;
}
.pdc-testimonials__cnt.bold {
  font-weight: 700;
  padding-top: 20px;
}
.pdc-testimonials .quote {
  position: relative;
}
.pdc-testimonials .quote::before {
  position: absolute;
  content: "";
  top: 3%;
  left: -12%;
  width: 50px;
  height: 50px;
  background-image: url("../images/quotes.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.pdc-testimonials__left {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 16%;
  bottom: 11%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.pdc-testimonials__left img {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in;
}
.pdc-testimonials__left:hover {
  background-color: #fff;
}
.pdc-testimonials__left:hover img {
  filter: brightness(0);
}
.pdc-testimonials__right {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 11%;
  bottom: 11%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.pdc-testimonials__right img {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in;
}
.pdc-testimonials__right:hover {
  background-color: #fff;
}
.pdc-testimonials__right:hover img {
  filter: brightness(0);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-testimonials .quote::before {
    left: -16%;
  }
  .pdc-testimonials__right, .pdc-testimonials__left {
    bottom: 6%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-testimonials .quote::before {
    left: -21%;
  }
  .pdc-testimonials__right, .pdc-testimonials__left {
    bottom: 6%;
  }
  .pdc-testimonials__cnt {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .pdc-testimonials__left, .pdc-testimonials__right {
    display: none !important;
  }
  .pdc-testimonials__cnt {
    width: 100%;
  }
  .pdc-testimonials__cnt-outer {
    padding: 30px 45px;
    overflow-x: hidden;
    height: 100%;
  }
  .pdc-testimonials__outer {
    height: 100%;
    padding: 10px 0;
    background-position: right;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  }
  .pdc-testimonials .quote::before {
    width: 26px;
    height: 26px;
  }
}
.pdc-service-tab {
  background-color: #032427;
  padding: 60px 0;
}
.pdc-service-tab__sec1 {
  width: 45%;
}
.pdc-service-tab__sec2 {
  width: 55%;
}
.pdc-service-tab__cnt-box {
  padding: 35px 25px 25px 5px;
}
.pdc-service-tab__cnt-box:hover .pdc-service-tab__head {
  color: #23AEB8;
  font-size: 26px;
}
.pdc-service-tab__head {
  font-family: "Co Text", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  padding-bottom: 20px;
  text-align: left;
  transition: all 0.3s ease-in;
}
.pdc-service-tab__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #BBC8D8;
  text-align: left;
  width: 80%;
}
.pdc-service-tab .nav-link {
  border-bottom: 1px solid #ffffff;
  background-color: #07292c;
}
.pdc-service-tab .nav-link:last-child {
  border: none;
}
.pdc-service-tab .nav-pills .nav-link.active, .pdc-service-tab .nav-pills .show > .nav-link {
  background-color: #07292c;
}
.pdc-service-tab .nav-pills .nav-link {
  border-radius: 0;
}
.pdc-service-tab .nav-link {
  padding: 0;
}
.pdc-service-tab__img {
  width: 460px;
  height: auto;
  display: block;
  padding-top: 30px;
  border-radius: 44px;
  transition: all 0.3s ease-in;
}
.pdc-service-tab__img img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdc-service-tab__img img:hover {
  transform: scale(1.04);
}

#img-2 {
  margin-top: 30px;
}

#img-3 {
  margin-top: 28%;
}

#img-4 {
  margin-top: 58%;
}

#img-5 {
  margin-top: 70%;
}

#img-6 {
  margin-top: 78%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-service-tab__outer {
    gap: 30px;
  }
  .pdc-service-tab__img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-service-tab__outer {
    gap: 30px;
  }
  .pdc-service-tab__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pdc-service-tab__img {
    width: 100%;
  }
  .pdc-service-tab__outer {
    flex-direction: column;
  }
  .pdc-service-tab__sec1, .pdc-service-tab__sec2 {
    width: 100%;
  }
  #img-6, #img-5, #img-4, #img-3, #img-2, #img-1 {
    margin-top: 0;
  }
}
.pdc-cntct-sec {
  padding: 60px 0;
  background-color: #e9f7f8;
}
.pdc-cntct-sec__outer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdc-cntct-sec__cnt {
  font-size: 18px;
  line-height: 26px;
  color: #032427;
  width: 40%;
  padding-bottom: 20px;
}
.pdc-cntct-sec__cnt.red {
  color: #EA4336;
}
.pdc-cntct-sec__sec1 {
  width: 60%;
  background-color: #ffffff;
  border-radius: 24px;
}
.pdc-cntct-sec__sec2 {
  width: 40%;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 20px 25px;
}
.pdc-cntct-sec__inner {
  padding: 20px 20px 16px;
}
.pdc-cntct-sec__inner ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdc-cntct-sec__inner ul li {
  display: flex;
  padding-bottom: 10px;
}
.pdc-cntct-sec__inner ul li a {
  color: #23aeb8;
  display: inline-flex;
  align-items: center;
}
.pdc-cntct-sec__inner ul li a img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
.pdc-cntct-sec__inner ul li a:hover img {
  filter: brightness(0);
}
.pdc-cntct-sec__inner ul li a:hover .pdc-cntct-sec__txt {
  color: #000000;
}
.pdc-cntct-sec__inner__btn {
  font-family: "Co Text Regular", sans-serif;
  margin: 5px 0 10px;
  transition: all 0.3s ease-in-out;
}
.pdc-cntct-sec__inner__btn img {
  width: 10px !important;
  height: 10px !important;
  margin-right: 0;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.pdc-cntct-sec__inner__btn:hover {
  color: #000000;
}
.pdc-cntct-sec__inner__btn:hover img {
  filter: brightness(0);
}
.pdc-cntct-sec .pdc-head h2 {
  font-family: "Co Text", sans-serif;
}
.pdc-cntct-sec__txt {
  font-size: 18px;
  line-height: 26px;
  color: #23aeb8;
  transition: all 0.3s ease-in-out;
}
.pdc-cntct-sec iframe {
  width: 100%;
  height: 285px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 0 2px;
}
.pdc-cntct-sec__list-head {
  font-family: "Co Text", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 24px;
}
.pdc-cntct-sec__list-head img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
.pdc-cntct-sec__list {
  border-top: 1px solid rgba(27, 163, 187, 0.662745098);
  display: flex;
  align-items: center;
  padding: 10px 5px;
  position: relative;
}
.pdc-cntct-sec__list .pdc-cntct-sec__cnt {
  padding-bottom: 0;
}
.pdc-cntct-sec__list:hover {
  background-color: rgba(27, 162, 187, 0.0509803922);
}
.pdc-cntct-sec__list:hover::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/assets/images/contact-icon.png);
  background-size: contain;
  width: 14px;
  background-repeat: no-repeat;
  height: 14px;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}
.pdc-cntct-sec__days {
  width: 35%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-cntct-sec__list .pdc-cntct-sec__cnt {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-cntct-sec__outer {
    flex-direction: column;
  }
  .pdc-cntct-sec__sec2, .pdc-cntct-sec__sec1 {
    width: 100%;
  }
  .pdc-cntct-sec__cnt {
    width: 100%;
  }
  .br-none {
    display: none;
  }
  .pdc-team-tile {
    min-height: 770px;
  }
}
@media (max-width: 767px) {
  .pdc-cntct-sec__cnt, .pdc-cntct-sec__sec1, .pdc-cntct-sec__sec2 {
    width: 100%;
  }
  .pdc-cntct-sec__outer {
    flex-direction: column;
  }
  .pdc-cntct-sec__inner ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .pdc-cntct-sec__inner ul li {
    margin-bottom: 15px;
  }
  .pdc-team-sec__blu-box {
    padding: 20px !important;
  }
  .br-none {
    display: none;
  }
  .pdc-team-tile {
    padding: 20px;
  }
}
.pdc-team-sec {
  padding: 60px 0;
}
.pdc-team-sec .pdc-head h2 {
  text-align: center;
  font-family: "Co Text", sans-serif;
}
.pdc-team-sec__cnt {
  font-size: 18px;
  line-height: 26px;
  color: #032427;
  text-align: center;
}
.pdc-team-sec__outer {
  padding-top: 50px;
}
.pdc-team-sec__outer:first-child {
  padding-top: 0;
}
.pdc-team-sec__blu-head {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  background-color: #23AEB8;
  border-radius: 24px;
  width: 100%;
  margin: 24px 0;
  font-family: "Co Text", sans-serif;
  padding: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdc-team-sec__blu-box {
  background-color: #E9F7F8;
  padding: 30px;
  border-radius: 32px;
  margin-bottom: 40px;
}
.pdc-team-sec__blu-box:last-child {
  padding-bottom: 80px;
}
.pdc-team-sec__sub-head {
  font-family: "Co Text", sans-serif;
  color: #23AEB8;
  font-size: 32px;
  line-height: 40px;
  padding: 10px 0 30px;
  text-align: center;
}
.pdc-team-sec .h-580 {
  min-height: 585px;
}
.pdc-team-sec .h-100 {
  height: 100%;
}

@media (max-width: 767px) {
  .marbot-10 {
    margin-bottom: 10px;
  }
}

.pdc-services-home {
  padding: 70px 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.pdc-services-home__subline {
  color: rgb(35, 174, 184);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}
.pdc-services-home .pdc-head h2 {
  text-align: center;
  margin-top: 10px;
}
.pdc-services-home__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0;
}
.pdc-services-home .pdc-service-tile {
  margin: 20px;
  display: block;
}
.pdc-services-home .pdc-btn-1 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.pdc-services-home .pdc-btn-1 img {
  margin-top: 7px;
}
.pdc-services-home__btn-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 20px 0;
}
.pdc-services-home__arw-lft {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.pdc-services-home__arw-lft img {
  width: 100%;
  height: 100%;
}
.pdc-services-home__arw-rgt {
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
  cursor: pointer;
}
.pdc-services-home__arw-rgt img {
  width: 100%;
  height: 100%;
}
.pdc-services-home .new {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-services-home .pdc-service-tile {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .pdc-services-home__outer {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pdc-services-home .pdc-service-tile {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}

/* style from developer end */

.pdc-kngstn-abt .pdc-kngstn-abt__outer p {
  color: #032427;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}


.pdc-kngstn-abt .pdc-kngstn-abt__outer p a {
  color: #23AEB8;
  font-weight: 600;
}

.pdc-team-sec__blu-box-bottom .pdc-team-sec__outer .col-md-6.aos-init p{
	height: 160px;
    overflow-y: scroll;
}
.pdc-team-sec__blu-box-bottom .pdc-team-sec__outer .col-md-6:nth-child(3){
	margin-top: 30px;
}

.pdc-footer__inner-sec a{
	display: block;
	Width: 100%
}
.pdc-footer__inner-sec a img{
	display: inline-block;
	vertical-align: top;
}
.pdc-footer__inner-sec a p{
	display: inline-block;
    margin-left: 9px;
}





li.book-appointment a {
	display: block;
    font-size: 14px;
    padding: 11px 22px 15px 22px;
    margin-left: 12px;
}

.pdc-header .dropdown-menu[data-bs-popper] {
    padding: 4px 0;
}

.pdc-header .dropdown-item {
	 padding: 10px 20px;
	
}


/*
.pdc-header li.dropdown:hover ul li a{
  color: #eee;
}
.pdc-header li.dropdown:hover ul li:hover a{
  color: #23AEB8;
}
*/
.pdc-services-home__outer a.pdc-service-tile{
	display: block;
	margin-bottom: 20px;
}



.pdc-service-tile__head {
    font-size: 20px;
    padding-right: 25px;
}

.pdc-fund-new-ptnts {
   border-bottom: 1px solid #143;
}

.pdc-footer .pdc-footer__copyright p:nth-child(2){
	margin-top: 8px;
}
.pdc-footer .pdc-footer__copyright p:nth-child(2) a img{
	vertical-align: middle;
}

/* .pdc-service-tile__cnt {
	min-height: 118px;
} */

@media (min-width: 1024px) {

      .pdc-service-tile__img {
        height: 222px;
        overflow: hidden;
      }
	
	 #navbarSupportedContent > ul > li:nth-child(2):hover ul {
          display: block!important;
		  position: absolute;
		  top: 100%;
		 padding: 0;
  	}
 
/*       .pdc-header li.dropdown:hover ul{
      display: block!important;
      position: absolute;
      top: 100%;
     
      } */
       .pdc-header li.dropdown ul.megamenu_box{
      display: flex!important;
      flex-wrap: wrap;
      width: 540px;
      padding: 12px;
      margin-top: 45%;
      } 
       .pdc-header li.dropdown ul.megamenu_box li{
         width: 48%;
        }

        .pdc-header .nav-link {
         padding: 1.5rem 1rem;
        }
	
	.pdc-header .dropdown-menu.show {
    display: none;
	}
 
  
}

 @media (min-width: 768px) and (max-width: 1023px) {
	 .pdc-fund-new-ptnts__logo-1, .pdc-fund-new-ptnts__logo {
		 width: 100%;
		 height: auto;
	 }
  }

@media (max-width: 1023px) {
	  li.book-appointment a {
    	margin-left: 0px;
        margin-top: 20px;
	  }
    .navbar-nav
    {
        align-items: center;
    }
    li.book-appointment a
    {
      padding: 16px 35px 18px 35px;
    }
    .pdc-footer .pdc-footer__logo-sec{
    	text-align: center;
    }
   .pdc-header a.nav-link:first-child {
    	display: block;
/*         margin: 0 auto; */
    }
	
	.pdc-header .dropdown .dropdown-toggle.show {
		left: 0;
	}
	
	.pdc-header .dropdown {
		justify-content: center;
	}
    .pdc-header a.nav-link .dropdown-menu{
    	text-align: center;
    }
    .pdc-header .dropdown-item{
    	text-align: center;
    }
	
	.pdc-header .navbar-nav .dropdown-menu {
		background: transparent;
        border: none;
	}
	
	.pdc-header .dropdown-item {
		color: #ffffff;
	}
    
      
}


@media (max-width: 768px) {
	 .pdc-header a.nav-link:first-child {
    	display: block;
/*         margin: 0 auto; */
    }
	
	.pdc-header .dropdown .dropdown-toggle.show {
		left: 0;
	}
	
	.pdc-header .dropdown {
		justify-content: center;
	}
}

.pdc-contact-home h2 {
	color: #032427;
}

.pdc-contact-home__inner .pdc-btn-2 {
	  border: 1px solid #032427;
	  color: #032427;
}

.pdc-contact-home__inner .pdc-btn-2:hover {
	color: #fff !important;
}

.pdc-service-tab .nav-link, .pdc-service-tab .nav-link:hover {
	background-color: transparent !important
}

.pdc-service-tab .nav-pills .nav-link.active, .pdc-service-tab .nav-pills .show > .nav-link {
	background-color: transparent !important
}
/*13-05-2025*/
.pdc-smile-hero {
  padding: 40px 0;
  width: 100%;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.pdc-smile-hero .pdc-head h1 {
  margin-top: 10px;
  color: #000000;
  width: 65%;
}
.pdc-smile-hero .pdc-head img {
  width: 80px !important;
  height: auto;
}
.pdc-smile-hero__outer {
  position: relative;
  display: flex;
  align-items: center;
}
.pdc-smile-hero__logo {
  width: 45px;
  height: auto;
}
.pdc-smile-hero__logo img {
  width: 100%;
  height: 100%;
}
.pdc-smile-hero__subline {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  padding: 20px 0 0;
}
.pdc-smile-hero__cnt {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  width: 70%;
}
.pdc-smile-hero .pdc-btn {
  margin-top: 24px;
}
.pdc-smile-hero__sec1 {
  width: 55%;
  padding-top: 60px;
}
.pdc-smile-hero__sec2 {
  width: 45%;
  position: relative;
}
.pdc-smile-hero__smile {
  width: 48%;
  height: auto;
  padding-top: 30px;
}
.pdc-smile-hero__smile img {
  width: 100%;
  height: 100%;
}
.pdc-smile-hero__img1 {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -20em;
  scale: 1;
}
.pdc-smile-hero__img1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img2 {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -14em;
  right: 11em;
}
.pdc-smile-hero__img2 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img3 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -14em;
  right: 0;
}
.pdc-smile-hero__img3 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img4 {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: -6em;
  right: 24em;
}
.pdc-smile-hero__img4 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img5 {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: 1em;
  right: 8em;
}
.pdc-smile-hero__img5 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}
.pdc-smile-hero__img6 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 20%;
  position: absolute;
  top: 5em;
  right: 19em;
}
.pdc-smile-hero__img6 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--teal, rgb(35, 174, 184));
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-smile-hero__img1 {
    right: 23em;
  }
  .pdc-smile-hero__sec1 {
    width: 70%;
  }
  .pdc-smile-hero__sec2 {
    width: 30%;
  }
  .pdc-smile-hero__img4 {
    top: -1em;
    right: 23em;
  }
  .pdc-smile-hero__img5 {
    right: 0;
  }
  .pdc-smile-hero__img6 {
    top: 5em;
    right: 14em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-smile-hero__sec1 {
    width: 75%;
  }
  .pdc-smile-hero__sec2 {
    width: 25%;
  }
  .pdc-smile-hero__img4 {
    top: -1em;
    right: 17em;
  }
  .pdc-smile-hero__img5 {
    right: 0;
  }
  .pdc-smile-hero__img6 {
    top: 2em;
    right: 11em;
  }
}
@media (max-width: 767px) {
  .pdc-smile-hero {
    height: 100%;
  }
  .pdc-smile-hero__outer {
    flex-direction: column;
  }
  .pdc-smile-hero__sec1 {
    width: 100%;
    padding-top: 20px;
  }
  .pdc-smile-hero__sec2 {
    display: none;
  }
  .pdc-smile-hero__cnt {
    width: 100%;
  }
  .pdc-smile-hero__smile {
    display: none;
  }
  .pdc-smile-hero {
    background-position: left;
  }
  .pdc-smile-hero .pdc-head h1 {
    width: 100%;
  }
}
.pdc-dntst-slider {
  margin: 30px 0;
  position: relative;
}
.pdc-dntst-slider__outer {
  background-color: #E9F7F8;
  padding: 30px;
  border-radius: 32px;
}
.pdc-dntst-slider__inner {
  position: relative;
}
.pdc-dntst-slider__card {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 2px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  border-radius: 32px;
  padding: 20px 20px 35px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: all 0.3s ease-in;
  margin: 20px;
  display: block;
}
.pdc-dntst-slider__head {
  font-size: 20px;
  color: #222222;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 0 20px;
  font-family: "Co Text", sans-serif;
}
.pdc-dntst-slider__list {
  list-style: disc;
  padding-left: 2rem;
}
.pdc-dntst-slider__list li {
  font-size: 18px;
  line-height: 26px;
}
.pdc-dntst-slider__btn-outer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  width: 100%;
}
.pdc-dntst-slider__arw-lft {
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  transform: rotate(180deg);
  position: absolute;
  left: 1%;
}
.pdc-dntst-slider__arw-lft img {
  width: 100%;
  height: 100%;
}
.pdc-dntst-slider__arw-rgt {
  width: 25px;
  height: 25px;
  /* transform: rotate(180deg); */
  cursor: pointer;
  display: block;
  right: 1%;
  position: absolute;
}
.pdc-dntst-slider__arw-rgt img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pdc-dntst-slider__arw-rgt {
    right: 2%;
  }
  .pdc-dntst-slider__arw-lft {
    left: 2%;
  }
}
@media (max-width: 767px) {
  .pdc-dntst-slider__arw-rgt {
    display: none;
  }
  .pdc-dntst-slider__arw-lft {
    display: none;
  }
  .slick-dotted.slick-slider, .pdc-dntst-slider__outer {
    padding: 20px !important;
  }
	.pdc-services-home__btn-outer {
		display: none;
	}
}
div#box-none {
    display: none !important;
}