* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
a {.training_card_txt p
  text-decoration: none !important;
}
:root {
  --pColor: #0088fa;
  --black: #000000;
  --gray: #d9d9d9;
}
body {
  font-family: "Inter", sans-serif;
}
/* starting of mycode*/
/*.cont {*/
/*  margin: 40px 40px 0px;*/
/*}*/
.tab-pane .count:not(:first-of-type)
{
      margin: 40px 40px 0px;
}

.top-head {
  background-color: #f4f4f4;
  padding: 30px;
}
.head-border {
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.accordion {
  padding: 30px;
}
.prevent {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.calm-care {
  align-items: center;
}
.head {
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.calm-care {
  padding-left: 80px;
}
.mockup {
  padding: 150px;
}
.playbutton1 {
  padding-left: 50px;
}

.playbutton2 {
  padding-left: 30px;
}
.playbutton2 img {
}
.safe1 {
  font-size: 30px;
  font-weight: 700;
}
.download1 {
  font-size: 15px;
}
.install1 {
  font-size: 36px;
  font-weight: 700;
}
.app1 {
  font-size: 14px;
}

.playbutton3 {
  padding-left: 20px;
}

.impact {
  margin: 100px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  line-height: 30px; /* 150% */
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 20px;
}
.bkg-color {
  background-color: #f4f4f4;
  padding: 20;
}
.resource_cards img {
  width: 100%;
}
p.heading1 {
  line-height: 7px;
}
.head-table {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 96.154% */
}
.imgs {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a {
  font-family: "Inter", sans-serif;
}
.fw-300 {
  font-weight: 300;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-500 {
  font-weight: 500;
}
ul.section-list li {
  line-height: 2;
  font-size: 17px;
  font-weight: 300;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

body .hero-section {
  background: #f2f2f2;
  background-size: cover;
  color: #000;
  margin-top: -20px;
  /* padding: 0px 0px 100px 0; */
}

.hero-section h1 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}
.hero-section h1 span {
  color: var(--pColor);
}
.program-card img {
  height: 200px;
  object-fit: cover;
}

section.team-section {
  background: #f2f2f2;
  padding: 50px;
}
.testimonial {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.clients-logos img {
  max-width: 120px;
  margin: 10px;
  display: inline-block;
}
.footer {
  /* background-color: #333; */
  color: #fff;
  padding: 30px 0;
}
footer {
  padding: 50px 0px;
}
footer p {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer li a {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}
.list-unstyled li {
  margin-bottom: 10px;
}
footer p img {
  margin-right: 10px;
}
.blog-cards .card {
  position: relative;
  overflow: hidden;
  border: none;
  background: transparent;
}
.blog-cards .card img {
  border-radius: 30px;
}

.blog-cards img {
  width: 100%;
  height: auto;
  display: block;
}
.card-overlay {
    position: absolute;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-radius: 20px;
}
.copyright {
  padding: 15px;
  background: #d9d9d9;
}

.card-overlay h2 {
  margin: 10px 15px;
}

.read-more {
  background-color: var(--pColor);
  color: white;
  border-radius: 15px;
  border: none;
  padding: 7px 20px;
  cursor: pointer;
  border-radius: 30px;
}
section.blog-cards {
  /* margin-top: -100px; */
}
section.blog-cards {
  padding: 50px;
  background: #ececec;
}
.home_btnss {
  background: #e1e1e1;
  padding: 30px;
  text-align: center;
}
.read-more:hover {
  background-color: #e65c00;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--pColor) !important;
  color: white !important;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 33px !important;
  height: 70px;
  width: 70px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -30px; /* Adjust as needed to position on the left */
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px; /* Adjust as needed to position on the right */
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
}
.resources-section {
  padding: 40px 0;
}

.section-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}
p.section-subtitle {
  font-size: 28px;
  font-weight: 600;
}

.resource-item {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
section.resources-section {
  margin-top: -100px;
}

.resource-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.resource-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.5);  */
  display: flex;
  justify-content: center;
  align-items: center;
}

.resource-title {
  font-size: 36px;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.testimonial-section {
  padding: 40px 0 0 0;
}

.testimonial-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-author {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0;
}

.testimonial-position {
  font-size: 1.1rem;
  color: #fff;
  font-style: italic;
}

.testimonial-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

img {
  object-fit: cover;
}

.row {
  margin-right: 0; /* Ensure no unwanted margin */
}
.announcment {
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
  background: var(--gray);
  align-items: center;
  height: 100%;
}
.announcment .list-unstyled {
  margin: 0;
}
.announcment .list-unstyled img {
  margin: 0 5px;
}
.announcment a {
  list-style: none;
  color: var(--pColor);
  font-weight: 600;
  text-decoration: none;
}
section.testimonial-section {
  background: var(--pColor);
}
.accreditations-section {
  padding: 40px 0;
}

.accreditations-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accreditations-carousel .item img {
  max-height: 100px; /* Adjust size of logos */
  object-fit: contain;
  margin: 0 15px;
}
/* Full image CTA section with overlay */
.cta-section {
  position: relative;
  background-image: url("../img/GS-Info.png"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 430px; /* Full viewport height */
  width: 100%;
}

/* Overlay with 80% opacity and color #0088FA */
.cta-section .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 136, 250, 0.8); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; /* Ensure the overlay is above the image */
}

/* Center the CTA content */
.cta-content {
  text-align: center;
  color: white; /* Text color */
  padding: 20px;
  z-index: 2; /* Ensures the content is above the overlay */
}

/* CTA Subtitle styling */
.cta-subtitle {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* Button Styling */
.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #ff6f61;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #ff4f3a;
}

/* Full image banner with overlay */
.full-banner {
  position: relative;
  background-image: url("../img/Seniors-1.png"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 400px; /* Full viewport height */
  width: 100%;
}

/* Overlay with 80% opacity and color #0088FA */
.full-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 136, 250, 0.8);  */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; /* Ensure the overlay is above the image */
}

/* Center the content */
.banner-content {
  text-align: center;
  color: white; /* Text color */
  padding: 20px;
  z-index: 2; /* Ensures the text is above the overlay */
}

/* Title styling */
.banner-title {
  font-size: 3rem;
  margin: 0;
  font-weight: bold;
}

/* Subtitle styling */
.banner-subtitle {
  font-size: 28px;
  margin-top: 10px;
  font-weight: 600;
}
/* Footer Styling */
.footer {
  /* color: #000; */
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .footer-logo {
  max-width: 150px; /* Adjust logo size */
  margin-bottom: 20px;
}

.footer h5 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.footer p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* Adjusting padding and margins for better layout */
.footer .row > div {
  margin-bottom: 15px;
}

.footer .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.footer .list-unstyled {
  padding-left: 0;
}

.footer .list-unstyled li {
  margin-bottom: 8px;
}

/* Optional: Style for social links */
.footer .list-unstyled li a {
  font-size: 18px;
}
section.our_client.pt-50 {
  /* background: #f2f2f2; */
  padding-bottom: 50px;
}
.accreditations-section .item img {
  width: 150px;
  height: 70px;
  object-fit: contain;
}
.home_btnss a {
  margin: 0px 10px;
}

.cta-title {
  font-size: 36px;
  text-align: left;
  color: var(--black);
  font-weight: 700;
}
.cta-title span {
  color: var(--pColor);
}
.train_list1 li,
.train_list2 li {
  color: #000;
  list-style-type: none;
  /*margin-bottom: 30px;*/
}
.train_list1 li {
  font-size: 24px;
  font-weight: 600;
}
.train_list2 ul,
.train_list1 ul {
  padding: 0;
  height: 100%;
}
.train_list2 li strong {
  color: var(--pColor);
  font-size: 36px;
}
.team-section h2 {
  color: var(--pColor);
  font-size: 28px;
}
button.btn.btn-primary {
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 30px;
}
.btn-outline-primary {
  border-radius: 50px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border: 2px solid var(--pColor) !important;
  color: var(--pColor) !important;
}
.train {
  display: flex;
  text-align: left;
  align-items: center;
}

.train_list2 {
  border-left: 3px solid var(--pColor);
  padding-left: 20px;
  height: 100%;
  display: flex;
}
.train_list2 ul li {
  margin-bottom: 20px;
}
.train_list1 {
  display: flex;
  padding-right: 20px;
  text-align: right;
  height: 100%;
  align-items: center;
}
.train_list1 ul {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.navbar-expand-lg .nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav {
  /* justify-content: space-around; */
  width: 100%;
}

nav.navbar {
  padding: 0;
}
li.nav-item {
  display: flex;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 10px 20px;
  text-align: center;
  align-items: center;
}
a.navbar-brand {
  width: 250px;
}
.program-item {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 20px;
}
.program-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
h4.program-title {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align:center;
}
.program-item:hover {
    cursor: pointer;
}
.program-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
p.program-duration {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sidebar .nav-link {
  background: #0088fa;
  color: #fff;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #ccc;
}
.sidebar .nav-link {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #ccc;
  background: #ebebeb;
  padding: 30px;
}
.tab-pane li {
  margin-bottom: 20px;
}
.who_is_it {
  background: #f1f1f1;
  padding: 40px;
}
.who_is_it h2 {
  font-size: 36px;
}
.who_is_it p {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
section.blank_cta.container h2 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testimonials_workshop_card p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
 
}
.nav-link.active {
  background: #0088fa;
  color: #fff !important;
}
.col-md-4.who_is_it_content {
  text-align: center;
}
section.testimonials_workshop {
  background: #0088fa;
  padding: 50px 0px;
}
section.testimonials_workshop button {
    display: none;
}
.testimonials_workshop_card img {
  margin-bottom: 20px;
}
.testimonials_workshop_card {
    border-radius: 39px;
    background: #fff;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonials_workshop_card h6 {
  border-top: 2px solid #0088fa;
  width: 65%;
  margin: 0 auto;
  padding-top: 15px;
}
.plain_txt {
  background: rgba(243, 243, 243, 0.9);
  padding: 80px;
  text-align: center;
}
.plain_txt p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0px 200px;
}
section.blank_cta.container {
  display: flex;
  justify-content: center;
}
a.pbtn {
  border-radius: 20px;
  background: #0088fa;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
section.blank_cta.container {
  padding: 50px;
}
section.blank_cta.container h2 {
  margin-right: 20px;
}
.list-unstyled {
  padding-left: 0;
  list-style: disc !important;
}
.list-unstyled a {
  text-decoration: none;
}
section.programs-section {
  padding: 50px 0px;
}
section.our_values {
  background: #0088fa;
  padding-bottom: 50px;
}
.our_values_card {
  border-radius: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px;
  min-height: 400px;
  margin: 10px 15px;
}
.our_values_card img {
  margin-bottom: 20px;
}
.our_values_card h6 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.mission {
  background: url("../img/Mission.webp");
  padding: 100px;
  text-align: center;
  color: #fff;
}
.mission p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}
.why-section p {
  font-size: 18px;
}
.sub_title {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.owl-nav {
  display: block !important;
}

.owl-nav button {
  opacity: 1;
  pointer-events: auto;
}
/* training page */
.training_card_container {
  margin-bottom: 50px;
}
.training_card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgb(245, 245, 245);
  border-radius: 20px;

  margin-top: 50px;
}

.training_card_img,
.training_card_txt {
  flex: 1;
}

.training_card_img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.training_card_txt h6 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.training_card_txt p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.training_card_txt a {
  border-radius: 20px;
  background: #0088fa;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}
.training_card_txt {
    padding: 0px 20px 0px 0px;
    word-wrap: break-word;

}
.mockups.container {
  text-align: center;
}
.impact p {
  margin-bottom: 30px;
}

.resource_cards {
  text-align: center;
}
.resource_card p {
  margin-top: 20px;
}
a.theme_btn {
  text-align: center;
  background: #0088fa;
  display: inline-block;
  padding: 10px;
  color: #fff;
  width: 100%;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.faqss {
  padding: 50px 0px;
  background-color: #f4f4f4;
  margin-top: 50px;
}
p.para {
  padding: 20px 0px 0px 0px;
  text-align: left;
}
.mockups a b {
  text-align: left !important;
  display: inline-block;
  width: 100%;
  color: #000;
}
p.install1 {
  text-align: center;
  margin-bottom: 30px;
}
p.para {
  padding: 20px 0px 0px 0px;
  text-align: left;
  margin-bottom: 10px;
}
.compare-table {
  padding: 0px 80px;
}
.compare-table .title {
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
  font-size: 26px;
}
.table_btns a {
  background: #0088fa;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 20px;
  white-space: normal;
  display: inline-block;
  word-wrap: break-word;
  max-width: 60%;
  line-height: 1;
}

.table_btns {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
}
.table_btns_gst
{
    
}
.table_btns a:last-child {
  margin-left: 0px;
}
.impact .heading1 {
  font-weight: 500;
}
.impact p {
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.1;
}
.sub_page_banner img {
  width: 100%;
  height: 400px;
}

.section_warning ul {
  padding: 1rem;
  margin: 0;
}
.section_warning h2 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}
li.nav-item.active {
  background: #0088fa !important;
  color: #fff;
}
li.nav-item.active a {
  color: #fff;
}
.trainer_btn {
    background: #0088fa;
    color: #fff;
    font-size: 18px;
    padding: 15px 32px;
    border-radius: 20px;
    white-space: normal;
    display: inline-block;
    word-wrap: break-word;
    line-height: 1;
    margin-bottom: 50px;
    margin-top: 30px;
}
.blog_featured_img
{
    height:300px;
    width:100%;
    object-fit:cover;
    object-position: top;
}
.card.blog-card
{
    margin-bottom:30px;
}
section.hero-section {
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
section.who_is_it img {
    width: 150px;
    height: 150px;
    object-fit:contain;
}
.find_help_card {
    background: #9bd1ff30;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height:100%;
}
.find_help_web {
    display: flex;
    align-items: center;
    justify-content: center;
}
.find_help_web img {
    width: 80%;
}
.find_help_container .col-md-4
{
    margin-bottom:30px;
}
    .testimonials_workshop_card img 
    {
 height: 40px;
    object-fit: contain;
    }
    .announcment .list-unstyled img,.follow_footer img{
  
    height: 40px;
}
@media (max-width: 576px) {
    .table_btns {
    flex-wrap: wrap;
    gap: 10px;
}
.table_btns a {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0!important;
}
    .trainer_btn {
    font-size: 12px;
    padding: 15px 15px;
}
a.pbtn
{
    font-size:14px;
}
section.blank_cta.container h2
{
    font-size:28px;
}
    .row {
    margin: 0;
     padding: 0; 
}
    .testimonials_workshop_card img {
    margin-bottom: 20px;
    width: 100%;
}
  .training_card_txt h6 {
    font-size: 16px;
  }
  .training_card_txt p {
    font-size: 10px;
  }
  .training_card_txt a {
    font-size: 12px;
    padding: 6px 15px;
  }
  .mission {
    padding: 20px;
  }
  .mission p {
    font-size: 14px;
  }
  .home_btnss {
    flex-wrap: wrap;
    display: flex;
  }
  .home_btnss a {
    margin-bottom: 10px;
    width: 100%;
  }
  .plain_txt {
    padding: 20px;
  }
  .cta-title {
    text-align: center;
  }
  .card-overlay h2 {
    margin: 10px 15px;
    font-size: 14px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    font-size: 20px !important;
    height: 40px;
    width: 40px;
  }
  h4.program-title {
    font-size: 18px;
  }
  p.program-duration {
    font-size: 14px;
  }
  section.programs-section {
    padding: 50px 20px;
  }
  .sidebar .nav-link {
    font-size: 20px;
  }
  .tab_title {
    font-size: 22px;
  }
  div#tab-content,
  .who_is_it {
    padding: 20px !important;
  }
  .who_is_it h2 {
    font-size: 26px;
  }
  .who_is_it p {
    font-size: 20px;
  }
  .who_is_it_content img {
    width: 35%;
  }
  .testimonials_workshop_card {
    margin-bottom: 20px;
  }

.testimonials_workshop_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .testimonials_workshop_card p {
    font-size: 18px;
  }
  section.blank_cta.container {
    flex-wrap: wrap;
    padding: 20px;
  }
  section.training-section img {
    width: 70%;
  }
  .home_btnss a {
    font-size: 18px;
  }
  section.blog-cards {
    padding: 20px;
  }
  .plain_txt p {
    padding: 0px 0px;
  }
  a.navbar-brand {
    width: auto;
  }
  .mt-100 {
    margin-top: 30px;
  }
  section.team-section {
    padding: 20px 20px 0px 20px;
  }
  p.section-subtitle {
    font-size: 20px;
    text-align: justify;
    font-weight: 600;
  }
  .team-section h2 {
    font-size: 20px;
  }
  .section-title,
  .resource-title,
  .cta-title,
  .train_list2 li strong {
    font-size: 24px;
  }
  .testimonial-title,
  .testimonial-author,
  .banner-subtitle {
    font-size: 20px;
  }
  .train_list1 li,
  .train_list2 li {
    font-size: 18px;
  }
  .testimonial-position {
    font-size: 14px;
  }
  ul.section-list li {
    font-size: 14px;
    font-weight: 300;
  }
  section.blog-cards {
    margin-top: 30px;
  }
  body .hero-section {
    margin: 0;
    padding: 20px;
  }
  .hero-section h1 {
    font-size: 28px;
  }
  .hero-section p {
    font-size: 14px;
  }
  button.btn.btn-primary {
    margin-bottom: 10px;
  }
  section.resources-section {
    margin: 0;
  }
  .resource-item {
    border-radius: 50px;
    height: 150px;
    margin-bottom: 15px;
  }
  /* .cta-title {
    text-align: center;
  } */
  .full-banner {
    height: 200px;
  }
  .training-section.mt-100 {
    margin: 0;
  }
  footer [class^="col"] {
    margin-bottom: 20px;
  }
  .announcment {
    padding: 10px 10px;
  }
  .announcment .list-unstyled img {
    margin: 0 5px;
    height: 25px;
  }
  nav.navbar .container {
    padding: 0;
  }
  .btn-outline-primary {
    margin-bottom: 20px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  img.calm-care {
    width: 100%;
    padding: 0px 20px;
  }
  p.install1 {
    line-height: 1.2;
  }
  .resource_card {
    margin-bottom: 30px;
  }
  .accordion-button {
    font-size: 16px !important;
  }
  .prevent > p {
    line-height: 1.2;
  }
  .head-border {
    padding: 0;
  }
  .resource_cards img {
    width: 65%;
  }
  img.footer-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .compare-table {
    padding: 0px 10px;
  }
  .compare-table .pt-50 {
    padding-top: 20px;
  }
  .compare-table .pb-50 {
    padding-bottom: 20px !important;
  }
  .table_btns a:last-child {
    margin-left: 10px;
  }
  .table_btns a {
    font-size: 8px;
  }
  .plain_txt p {
    font-size: 14px;
  }
  .cont {
    margin: 20px 20px 0px;
  }
  .impact {
    margin: 0;
  }
  p.heading1 {
    line-height: 1.2;
  }
  .sub-resources-page .head {
    margin-bottom: 30px;
  }
  .head {
    font-size: 28px;
  }
}
@media (min-width: 600px) and (max-width: 820px) 
{
    body .hero-section {
    margin-top: 0px;
    padding: 20px 0px;
}
    .hero-section h1 {
    font-size: 24px;
}
button.btn.btn-primary {
  
    margin-bottom: 10px;
}
.home_btnss {
    padding: 20px;
}
a.pbtn
{
    font-size:18px;
}
section.blog-cards {
    padding: 50px 0px;
    background: #ececec;
}
.section-title {
    font-size: 24px;
    
}
.card-overlay h2 {
    font-size: 16px;
    margin: 10px 15px;
}
.read-more {
    padding: 5px 20px;
    font-size: 14px;
    
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  
    font-size: 20px !important;
    height: 40px;
    width: 40px;
}
.plain_txt p {

     padding: 0px 0px; 
}
img.footer-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width:200px;
}
.list-unstyled li {
    margin-bottom: 10px;
    font-size: 14px;
}
footer p {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 10px;
}
.list-unstyled li {
    margin-bottom: 10px;
    font-size: 10px;
}
section.blank_cta.container {
    padding: 50px 0px;
}
.testimonials_workshop_card img {
    margin-bottom: 20px;
    width: 121px;
}
.testimonials_workshop_card {
  
    margin-bottom: 30px;
}
div#tab-content {
    padding:0px 20px 0px 20px!important;
}
.trainer_btn {
    padding: 15px 20px;
    font-size: 14px;
}
.testimonials_workshop_card {
    border-radius: 39px;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    min-height: 400px;
}
.training_card_txt p {
    
    font-size: 10px;
}
.training_card_txt h6
{
    font-size:16px;
}
.training_card_txt a {
   
    padding: 5px 11px;
    font-size: 12px;
}
.accordion {
    padding: 30px 0px;
}
h5.card-title {
    font-size: 14px;
   
}
button.accordion-button {
    font-size: 22px;
}
.our_values_card
{
    padding: 20px;
    margin: 10px 0px;
}
}
