@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Questrial";
  src: url("../../fonts/Questrial-Regular.woff2") format("woff2"), url("../../fonts/Questrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: open sans, sans-serif;
}

body ul {
  padding: 0;
  margin: 0;
}

body {
  letter-spacing: 1px;
}

li {
  text-align: left;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.5;
}

* {
  box-sizing: border-box;
  font-family: "Questrial";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_pageOuter {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.main_outer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.header_bg {
  background: #7088ab;
  padding: 30px 0 0px 0;
}

.toggel_bar {
  display: none;
}
.toggel_bar span {
  width: 25px;
  height: 3px;
  background: #ffffff;
  border-radius: 4px;
  display: block;
  margin-top: 8px;
}

.logo {
  text-align: center;
}
.logo img {
  max-width: 215px;
}

.navigation ul {
  list-style: none;
}
.navigation > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.navigation > ul > li {
  line-height: 70px;
  position: relative;
}
.navigation > ul > li > a:hover {
  border-top: solid 1px rgb(255, 255, 255);
  border-bottom: solid 1px rgb(255, 255, 255);
}
.navigation > ul > li > a:hover ul {
  display: block;
}
.navigation > ul > li.current-menu-item > a {
  border-top: solid 1px rgb(255, 255, 255);
  border-bottom: solid 1px rgb(255, 255, 255);
}
.navigation > ul > li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  padding: 2px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Questrial";
  position: relative;
}
.navigation > ul > li ul {
  position: absolute;
  content: "";
  background: #97aec0;
  flex-direction: column;
  z-index: 1111;
  width: 350px;
}
.navigation > ul > li ul::after {
  position: absolute;
  content: "";
  left: 26px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #97aec0 transparent;
  z-index: 9999;
}
.navigation > ul > li ul li {
  width: 100%;
  line-height: normal;
  position: relative;
}
.navigation > ul > li ul li a {
  padding: 15px;
  display: block;
  border-bottom: solid 1px white;
  text-align: left;
}
.navigation > ul > li ul li ul {
  position: absolute;
  content: "";
  background-color: #BCCBD6;
  flex-direction: column;
  z-index: 1111;
  width: 350px;
  left: 93%;
  top: 43%;
}
.navigation > ul > li ul li ul::after {
  position: abolute;
  left: -8px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #BCCBD6 transparent transparent;
  z-index: 9999;
  transform: rotate(0deg);
}

.navigation ul ul {
  display: none;
}

.navigation > ul li:hover > ul {
  display: block;
}

.active {
  border-top: solid 1px rgb(255, 255, 255);
  border-bottom: solid 1px rgb(255, 255, 255);
}

.flaticon_image {
  width: 40px !important;
  margin: auto;
}

.heading img {
  width: 100%;
  margin-bottom: 15px;
}
.heading h1 {
  color: #131519;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding-bottom: 10px;
  line-height: 32px;
  text-align: center;
}
.heading h2 {
  color: #131519;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding-bottom: 10px;
  line-height: 32px;
  text-align: center;
}
.heading P {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.5;
  padding: 0 10%;
}
.heading P a {
  color: #51627b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.explore_app_sec {
  padding: 0px;
}

.questionnaire_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  padding-top: 55px;
}

.questionnaire_box {
  width: 33%;
  margin-bottom: 10px;
  position: relative;
}
.questionnaire_box p {
  text-align: center;
  padding: 20px 8px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.45;
}
.questionnaire_box img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.questionnaire_box .questionnaire_inr {
  position: relative;
  text-align: center;
  display: block;
}
.questionnaire_box .questionnaire_inr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(167, 151, 129, 0.3);
  top: 0;
  left: 0;
}
.questionnaire_box .questionnaire_text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.questionnaire_box .questionnaire_text i::before {
  font-size: 33px;
  color: white;
}
.questionnaire_box .questionnaire_text h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Open Sans";
  text-shadow: 0 0 10px #131519;
}
.questionnaire_box .questionnaire_text h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding-top: 5px;
  padding-bottom: 8px;
}
.questionnaire_box .questionnaire_text p {
  color: #ffffff;
  font-size: 20px;
}

.podcast_sec {
  max-width: 920px;
  margin: 50px auto 0 auto;
}
.podcast_sec .heading {
  text-align: center;
  padding-bottom: 45px;
}

.podcast_outer {
  width: 100%;
  padding: 35px;
  background: #f3eae1;
}

.podcast_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.podcast_box .podcast_img {
  width: 30%;
}
.podcast_box .podcast_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast_box .podcast_text {
  width: 70%;
  padding-left: 30px;
}
.podcast_box .podcast_text a {
  color: #131519;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "Open Sans";
}
.podcast_box .podcast_text p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.45;
}
.podcast_box .podcast_text .category_list a {
  color: #131519;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  font-family: "Open Sans";
}

.podcast_box:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d8d6ca;
}

a.btn {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
}
a.btn:hover {
  background-color: #f2e9e1;
}

.podcast_btn {
  text-align: center;
  margin-top: 40px;
}
.podcast_btn a {
  margin: auto;
}
.podcast_btn a img {
  width: 16px;
  margin-left: 5px;
}

.footer {
  padding: 45px 60px;
}
.footer .navigation li a {
  color: #131519;
}
.footer .navigation li a:hover {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.copyright_text {
  text-align: center;
}
.copyright_text p {
  color: #51627b;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
}

.contect_sec {
  width: 100%;
  max-width: 630px;
  margin: 60px auto 20px auto;
}
.contect_sec .heading {
  margin-bottom: 25px;
}
.contect_sec .heading p {
  padding-bottom: 15px;
}

.contact_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contact_box input,
.contact_box textarea {
  width: 100%;
  outline: none;
  padding: 7px;
  margin-bottom: 20px;
  border: solid 1px #67697d;
}
.contact_box textarea {
  height: 24vh;
}

.contact_form {
  text-align: center;
}
.contact_form button {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  font-family: "Questrial";
  text-transform: uppercase;
  padding: 10px 35px;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  display: inline-block;
  cursor: pointer;
}

.birth_stories_sec {
  padding-top: 0px;
}
.birth_stories_sec .questionnaire_outer {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.birth_stories_sec .questionnaire_outer .questionnaire_box {
  width: 25%;
}

img.birth_stories_img {
  width: 100%;
  height: 288px;
}

.notsure_bg {
  width: 100%;
  padding: 60px 0;
  margin-top: 50px;
  background: #51627b;
}
.notsure_bg .heading h2 {
  color: #ffffff;
  padding-bottom: 25px;
}

.notsure_inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.notsure_inr .notsure_box {
  text-align: center;
  text-decoration: none;
  border: solid 3px white;
  padding: 1% 2%;
  margin: 0 2%;
}
.notsure_inr .notsure_box p {
  color: #ffffff;
}
.notsure_inr .notsure_box h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding: 6px 0;
}

.questionnaire_sec {
  padding-top: 60px;
}
.questionnaire_sec p {
  padding: 0 0 16px 0;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 24px;
}
.questionnaire_sec p b {
  font-size: 16px;
  font-weight: 700;
}
.questionnaire_sec .heading {
  margin-bottom: 0px;
}

.high_risk_box {
  padding: 20px 20px 35px 20px;
  max-width: 1024px;
  margin: 20px auto 20px auto;
  text-align: center;
  background-color: #f3ebe1;
}
.high_risk_box div {
  font-family: "Questrial" !important;
}
.high_risk_box a {
  color: #7088ab;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 1px;
}
.high_risk_box h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Questrial";
  padding-bottom: 15px;
}
.high_risk_box p {
  text-align: left;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 26px;
  padding: 0 0 15px 0;
}
.high_risk_box p strong {
  font-weight: 700;
}
.high_risk_box span {
  text-align: center;
  font-weight: 700;
  font-family: "Questrial";
  letter-spacing: 1px;
}
.high_risk_box ul:nth-child(2) {
  margin: 10px 0px 0px 20px;
}
.high_risk_box ul {
  padding-left: 20px;
}
.high_risk_box ul li {
  text-align: left;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.5;
  padding: 0 0 10px 0;
}
.high_risk_box ul li a {
  color: #7088ab;
  text-decoration: none;
}

.range_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.range_box .slider-question {
  width: 48%;
  margin-top: 40px;
  font-family: Arial, sans-serif;
}

.range_box .slider-question p {
  color: #131519;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.5;
  margin-bottom: 10px;
}

.range_box .slider-wrapper {
  width: 100%;
  position: relative;
}

.range_box .slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 18px;
  border-radius: 2px;
  background: #a79884;
  outline: none;
  margin: 0;
  cursor: pointer;
}

.range_box .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  margin-top: -2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Firefox thumb */
.range_box .slider::-moz-range-thumb {
  width: 35px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Label row */
.range_box .labels {
  display: flex;
  justify-content: space-between;
  color: #131519;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
}

.custom_checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: center;
  color: #131519;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Questrial";
  gap: 8px;
  cursor: pointer;
  margin-top: 30px;
}
.custom_checkbox label {
  display: flex;
  align-items: center;
}

.custom_checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 3px solid #4a4a63;
  accent-color: #4a4a63;
  cursor: pointer;
  margin-right: 10px;
}

.custom_checkbox a {
  text-decoration: none;
  color: #7088ab;
  font-weight: normal;
}

.custom_checkbox span {
  text-transform: uppercase;
}

.podcast_main {
  width: 100%;
  padding: 60px 0 0px 0;
}
.podcast_main .heading img {
  display: inline-block;
  margin-right: 10px;
}
.podcast_main .heading h1 {
  display: inline-block;
}
.podcast_main .podcast_header {
  text-align: center;
}

.podcast_bnr {
  width: 100%;
  background-size: cover;
  background-position: top;
  padding: 45px;
  margin-top: 50px;
  font-family: "Questrial";
}
.podcast_bnr h2 {
  color: #131519;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding-bottom: 5px;
  text-align: left;
}
.podcast_bnr span {
  color: #7088ab;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
  padding-bottom: 20px;
  display: block;
}
.podcast_bnr p {
  color: #131519;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 17px;
  padding-right: 40%;
  line-height: 1.5;
  text-align: left;
}

.podcast_community_main {
  padding: 45px 0;
}
.podcast_community_main h2 {
  color: #131519;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding-bottom: 20px;
  text-align: center;
}
.podcast_community_main p {
  color: #131519;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Questrial";
  padding-bottom: 17px;
  line-height: 1.5;
  text-align: center;
}

.podcast_community_inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.podcast_community_inr .podcast_community_box {
  width: 23%;
  text-align: center;
  border: 2px solid #a8a8a8;
  padding: 30px;
  margin-bottom: 25px;
}
.podcast_community_inr .podcast_community_box a {
  text-decoration: none;
}
.podcast_community_inr .podcast_community_box h2 {
  color: #131519;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Open Sans";
  padding-bottom: 20px;
  text-align: center;
}
.podcast_community_inr .podcast_community_box p {
  color: #7088ab;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  padding-top: 17px;
  line-height: 1.5;
  text-align: center;
}

.episode_box {
  background: #d9e5ed;
  padding: 45px 45px 30px 45px;
}

form.episode_inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.episode_box1 {
  width: 100%;
}
.episode_box1 p {
  color: #131519;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  padding-bottom: 15px;
  line-height: 1.5;
}
.episode_box1 p span {
  color: #c02b0a;
}
.episode_box1 label {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  display: block;
}

.episode_box2 {
  width: 100%;
  text-align: center;
}
.episode_box2 input:nth-child(2) {
  margin: 0 0 40px 0;
}
.episode_box2 input {
  width: 100%;
  outline: none;
  padding: 7px;
  margin-bottom: 15px;
  border: 2px solid #a8a8a8;
}
.episode_box2 button {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Questrial";
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  background: #6987a7;
  border: 1px solid #6987a7;
  display: inline-block;
  cursor: pointer;
  padding: 15px;
}

.health_issue_inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.health_issue_inr .health_issue_box {
  width: 31%;
  border: 1px solid #a8a8a8;
  margin: 0 0 15px 0;
  display: none;
}
.health_issue_inr .health_issue_box a {
  text-decoration: none;
}
.health_issue_inr .health_issue_box img {
  width: 100%;
  height: 200px;
}
.health_issue_inr .health_issue_box h2 {
  color: #7088ab;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 15px;
  line-height: 1.2;
}
.health_issue_inr .health_issue_box p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  padding: 0px 15px 15px 15px;
  line-height: 1.5;
}

.podcast_main_btn {
  text-align: center;
  margin-top: 15px;
}
.podcast_main_btn a.blue_gray {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Questrial";
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  background: #6987a7;
  border: 1px solid #6987a7;
  display: inline-block;
  cursor: pointer;
}
.podcast_main_btn a.blue_gray img {
  filter: invert(1);
  width: 16px;
  margin-left: 5px;
}

.about_sec {
  padding: 60px 4% 0 4%;
}

.philosophy_box {
  padding: 20px 20px 35px 20px;
  margin: 20px 0 20px 0;
  background-color: #f3ebe1;
}
.philosophy_box h3 {
  color: #131519;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Questrial";
  padding-bottom: 20px;
  text-align: center;
}
.philosophy_box p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  padding-bottom: 17px;
  line-height: 1.5;
}
.philosophy_box p span {
  font-weight: 700;
}
.philosophy_box p a {
  color: #7088ab;
  text-decoration: none;
}

.medical_advicory_inr h2 {
  color: #886c51;
  padding-top: 40px;
}
.medical_advicory_inr .medical_advicory_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 50px 0 30px 0;
}
.medical_advicory_inr .medical_advicory_box .advicory_img {
  width: 30%;
}
.medical_advicory_inr .medical_advicory_box .advicory_img img {
  width: 100%;
}
.medical_advicory_inr .medical_advicory_box .advicory_text {
  width: 100%;
}
.medical_advicory_inr .medical_advicory_box .advicory_text p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.5;
}

.kind_words_inr h2 {
  color: #886c51;
  padding-top: 40px;
}
.kind_words_inr .kind_words_box {
  padding: 10px;
  margin-top: 40px;
  border: 3px solid #68697e;
}
.kind_words_inr .kind_words_box p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.5;
  padding-bottom: 15px;
}
.kind_words_inr .kind_words_box p span {
  color: #131519;
  font-weight: 700;
}

.kind_words_img {
  margin-top: 20px;
}

.about_sec .contect_sec {
  width: 100%;
  max-width: 100%;
}

.hero_sec_icon {
  display: block;
  text-align: center;
}
.hero_sec_icon i {
  margin-bottom: 15px;
  display: block;
}

.questionnaire_sec .sub_birth_stories {
  text-align: left;
  max-width: 1024px;
  margin: 0 auto;
}

.sub_birth_stories .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-top: 60px;
}
.sub_birth_stories .content .content_section_column.first {
  width: 30%;
}
.sub_birth_stories .content .content_section_column.first iframe {
  width: 100%;
  height: auto;
}
.sub_birth_stories .content .content_section_column.first .sub-title.not-mobile {
  display: none;
  color: #886c51;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 25px;
  font-family: "Questrial";
  line-height: 20px;
}
.sub_birth_stories .content .content_section_column.first h3 {
  display: none;
  color: #886c51;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "Open Sans";
}
.sub_birth_stories .content .content_section_column {
  width: 70%;
}
.sub_birth_stories .content .content_section_column .sub-title {
  color: #886c51;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 25px;
  font-family: "Questrial";
  line-height: 20px;
}
.sub_birth_stories .content .content_section_column h3 {
  color: #886c51;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: "Open Sans";
}
.sub_birth_stories .content .content_section_column p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  font-family: "Questrial";
}

.limitations_box {
  max-width: 60%;
  padding: 22px;
  margin: 30px auto 0px auto;
  border: 3px solid #68697e;
}
.limitations_box table {
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
}
.limitations_box table blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

.instruction {
  background: #f1f1f1;
  padding: 20px 15px;
  max-width: 1024px;
  margin: 20px auto 20px auto;
}
.instruction p {
  color: #131519;
  font-size: 14px;
  font-weight: normal;
  font-family: "Questrial";
  line-height: 26px;
}
.instruction p strong {
  font-weight: 700;
}
.instruction p a {
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 1px;
}
.instruction p a i {
  color: #7088ab;
}

body .main_outer .questionnaire-rangeForm_wrapper {
  max-width: 1024px !important;
  margin: 40px auto 20px auto !important;
}
body .main_outer .questionnaire-rangeForm_wrapper .gform_fields {
  row-gap: 20px;
}
body .main_outer .questionnaire-rangeForm_wrapper .gform_footer.top_label {
  margin-top: 50px;
}
body .main_outer .questionnaire-rangeForm_wrapper .gform_footer.top_label input.gform_button.button {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto !important;
  padding: 10px 35px !important;
  box-shadow: none;
}
body .main_outer .questionnaire-rangeForm_wrapper .gfield_checkbox .gchoice.gchoice_3_12_1 {
  justify-content: center;
}
body .main_outer .questionnaire-rangeForm_wrapper .gfield_checkbox .gchoice.gchoice_3_12_1 a {
  color: #7088ab !important;
  text-decoration: none;
}
body .main_outer .questionnaire-rangeForm_wrapper .gfield_checkbox label.gform-field-label, body .main_outer .questionnaire-rangeForm_wrapper .gfield_checkbox label.gchoice.gchoice_3_12_1 {
  font-weight: 300 !important;
}
body .main_outer .questionnaire-rangeForm_wrapper .gform-field-label, body .main_outer .questionnaire-rangeForm_wrapper .gfield_checkbox .gchoice.gchoice_3_12_1 {
  font-family: "Questrial" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #131519 !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
body .main_outer .questionnaire-rangeForm_wrapper .noUi-connects {
  height: 18px;
  background: #a79781;
  border-radius: 2px;
  outline: none;
  padding: 0px !important;
}
body .main_outer .questionnaire-rangeForm_wrapper .min-val-relation,
body .main_outer .questionnaire-rangeForm_wrapper .max-val-relation {
  font-family: "Questrial" !important;
  font-size: 13px !important;
  font-weight: normal !important;
  color: #131519 !important;
  margin: 10px 0 0 0 !important;
}
body .main_outer .birthGuide-contactForm_wrapper {
  max-width: 640px;
  margin: auto;
}
body .main_outer .birthGuide-contactForm_wrapper .gform_validation_errors {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
body .main_outer .birthGuide-contactForm_wrapper .birthGuide-contactForm .gform_fields {
  row-gap: 25px;
}
body .main_outer .birthGuide-contactForm_wrapper .birthGuide-contactForm .gform_fields .gfield .ginput_container input,
body .main_outer .birthGuide-contactForm_wrapper .birthGuide-contactForm .gform_fields .gfield .ginput_container textarea {
  border: 1px solid #67697d;
  border-radius: 0;
  padding: 7px;
  width: 100%;
  color: #67697d;
  height: 32px;
  font-size: 16px;
  font-family: "Questrial";
}
body .main_outer .birthGuide-contactForm_wrapper .birthGuide-contactForm .gform_fields .gfield .ginput_container textarea {
  height: 160px;
  min-block-size: auto;
}
body .main_outer .birthGuide-contactForm_wrapper .birthGuide-contactForm .gform_footer.top_label input.gform_button {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
  box-shadow: none;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

.single-episode h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-episode h1,
.single-episode h4,
.single-episode h2 {
  font-family: "Open Sans";
}
.single-episode p,
.single-episode li {
  font-family: "Questrial";
}
.single-episode .wrap-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}
.single-episode .top-heading {
  padding: 60px 0 40px;
}
.single-episode .top-heading h2 {
  font-weight: 700;
  margin-left: 16px;
  margin-bottom: 0px;
}
.single-episode .container {
  max-width: 1170px;
  margin: auto;
}
.single-episode .buzzspout {
  margin-top: 60px;
}
.single-episode .buzzspout .wrap-content {
  margin-top: 60px;
}
.single-episode .wrap-content .view-transcript {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
}
.single-episode .section-second-episode {
  margin-top: 60px;
}
.single-episode .section-second-episode .outer-content {
  display: flex;
}
.single-episode .section-second-episode .outer-content .wrap-image h4 {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  padding-top: 8px;
  color: #000;
}
.single-episode .section-second-episode .outer-content .outer-left-1 {
  padding-right: 50px;
  width: 55%;
}
.single-episode .section-second-episode .outer-content .outer-left-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #131519;
  line-height: 23px;
}
.single-episode .section-second-episode .outer-content .outer-left-2 {
  width: 45%;
}
.single-episode .section-second-episode .outer-content .outer-left-2 .wrap-all-image-outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.single-episode .section-second-episode .outer-content .outer-left-2 .wrap-all-image-outer img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-episode .section-third-episode {
  margin-top: 60px;
}
.single-episode .section-third-episode .outer-content {
  background: #d9e5ed;
  padding: 60px 0 30px 45px;
}
.single-episode .section-third-episode .wrap-content ul li {
  background-image: url(../images/right_sign_01.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 32px;
  background-size: 20px;
  margin: 15px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.single-episode .section-third-episode h1 {
  text-align: center;
  padding-bottom: 15px;
}
.single-episode .section-forth-episode {
  margin-top: 60px;
}
.single-episode .section-forth-episode h1 {
  text-align: center;
}
.single-episode .section-forth-episode .wrap-content {
  margin-top: 30px;
}
.single-episode .section-forth-episode .wrap-content a {
  color: #6987a7;
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
}
.single-episode .section-five-episode {
  margin-top: 60px;
}
.single-episode .section-five-episode .outer-content {
  background: #f9f3ec;
  display: flex;
  padding: 40px 45px;
}
.single-episode .section-five-episode .outer-content hr {
  vertical-align: middle;
  height: 65px;
  width: 2px;
  background-color: #a8a8a8;
}
.single-episode .section-five-episode .outer-content .outer-left-1 {
  width: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.single-episode .section-five-episode .outer-content .outer-left-2 {
  width: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding-left: 30px;
}
.single-episode .section-seven-episode {
  text-align: center;
  margin: 30px 0;
}
.single-episode .section-seven-episode h1 {
  margin: 35px 0;
}
.single-episode .section-seven-episode p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}
.single-episode .section-seven-episode p a {
  color: #6987a7;
  text-decoration: none;
}
.single-episode .section-eight-episode {
  margin: 60px 0;
  text-align: center;
}
.single-episode .section-eight-episode .wrap-share {
  background: #d9e5ed;
  padding: 45px 30px;
}
.single-episode .section-eight-episode .wrap-share ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
}
.single-episode .section-eight-episode .wrap-share ul img {
  width: 32px;
}
.single-episode .transscript .top-heading {
  background: #f9f3ec;
  border: 1px solid #c7c7c7;
  padding: 30px 30px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-episode .transscript .script-area {
  height: 318px;
  text-align: left;
  border: 3px solid #67697d;
  border-radius: 0;
  color: #67697d;
  overflow: auto;
  width: auto;
  line-height: 30px;
  padding: 30px;
}
.single-episode .transscript .script-area a {
  color: inherit;
  text-decoration: none;
}
.single-episode .transscript ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.transcriptmodal {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal .modal-dialog {
  width: 900px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
}
.modal .modal-dialog .modal-content {
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 20px;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  font-size: 32px;
  padding-bottom: 15px;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 16px;
  font-weight: normal;
}
.modal .modal-dialog .modal-content .modal-body p a {
  color: #131519;
  text-decoration: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.close-footer {
  text-align: right;
}
.close-footer button {
  color: #000;
  background: none;
  background-color: #fff;
  opacity: 1;
  font-size: 20px;
  font-weight: normal;
  text-align: right;
  border: none;
  display: inline-block;
  cursor: pointer;
  padding: 6px 12px;
}

.custom_back_button a {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
}
.custom_back_button a img {
  max-width: 15px;
  margin-right: 5px;
}

.gform-theme--foundation .gform-loader {
  position: absolute !important;
  left: 50%;
}

.gform-theme--framework .gfield_validation_message,
.gform_submission_error {
  font-family: "Questrial" !important;
}

.episode_box input.gform_button {
  background: aqua !important;
}

.table_layout table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bcbcbc;
}
.table_layout table table tr th,
.table_layout table table tr td {
  padding: 10px;
}

.table_layout {
  margin-top: 30px;
}
.table_layout table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 3px solid #68697e;
}
.table_layout table thead tr {
  border: 3px solid #68697e;
}
.table_layout table thead tr th {
  width: 33%;
  color: #51627b;
  font-size: 14px;
  padding: 10px;
  font-weight: 700;
  font-family: "Open Sans";
}
.table_layout table thead tr th:nth-child(2) {
  background: #e6eaf2;
}
.table_layout table thead tr th:nth-child(3) {
  background: #f2f4f7;
}
.table_layout table tbody tr td {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 15px;
  font-family: "Questrial";
  line-height: 24px;
  vertical-align: top;
}
.table_layout table tbody tr td:nth-child(1) p {
  color: #51627b;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans";
}
.table_layout table tbody tr td:nth-child(2) {
  background: #e6eaf2;
}
.table_layout table tbody tr td:nth-child(3) {
  background: #f2f4f7 !important;
}

.alternative_outer {
  gap: 0px;
}
.alternative_outer .questionnaire_box {
  width: 50%;
}
.alternative_outer .questionnaire_box img {
  height: 350px;
}

.ques_box {
  border-collapse: collapse;
  border-spacing: 0;
  border: 3px solid #68697e;
  padding: 10px 10px 30px 30px;
  margin: 40px 0 40px 0;
  width: 100%;
}
.ques_box P {
  color: #131519;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "Questrial";
}
.ques_box ul li {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  font-family: "Questrial";
}
.ques_box .gen_ques_box {
  padding: 0px;
  border-left: 5px solid #eee;
}

.research_box {
  margin-top: 20px;
}
.research_box ul li {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  font-family: "Questrial";
}
.research_box ul li a {
  text-decoration: none;
  color: #51627b;
}

table.box-centered {
  width: 60%;
  padding: 22px;
  margin: 60px auto 60px auto;
  border: 3px solid #68697e;
  table-layout: fixed;
  word-break: break-all;
}
table.box-centered blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

.safetyBox ul {
  padding-left: 20px;
}
.safetyBox ul li {
  text-align: left;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Questrial";
  line-height: 1.5;
  padding: 0 0 10px 0;
}
.safetyBox ul li a {
  color: #7088ab;
  text-decoration: none;
}
.safetyBox p a {
  font-weight: normal;
}
.safetyBox h2.title {
  text-align: left;
  border-bottom: 2px solid #505050;
  margin-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
}
.safetyBox h2.subtitle.with_category {
  text-align: left;
  color: #886c51;
  margin: 20px 0 30px 0;
  text-transform: uppercase;
}
.safetyBox blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

.header_bg.articleHeader-outer {
  padding: 15px 0 0 0;
}

header.articleHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.articleHeader .logo img {
  max-width: 140px;
  margin-bottom: 35px;
}

.navigation.artnav-section ul {
  gap: 20px;
}

.breadcrumb_outer {
  background: #51627b;
  padding: 20px 10px;
}
.breadcrumb_outer nav.breadcrumbs {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px;
  letter-spacing: 1px;
  font-family: "Questrial";
}
.breadcrumb_outer nav.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

.article_mainSection {
  padding: 30px 0;
}

.article_and_sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #d8d6ca;
}

.articleSection {
  width: 100%;
  padding: 35px 35px 0 0;
}
.articleSection .articles_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 0px 0 35px 0;
  margin: 0px 0 35px 0;
  border-bottom: 1px solid #d8d6ca;
}
.articleSection .articles_box .article_image {
  width: 35%;
}
.articleSection .articles_box .article_image img {
  width: 100%;
  height: 136px;
}
.articleSection .articles_box .article_shortdescription {
  width: 74%;
}
.articleSection .articles_box .article_shortdescription a {
  color: #7088ab;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans";
}
.articleSection .articles_box .article_shortdescription a h3 {
  display: block;
  padding-bottom: 10px;
}
.articleSection .articles_box .article_shortdescription span {
  display: block;
  color: #7088ab;
  padding-bottom: 20px;
}
.articleSection .articles_box .article_shortdescription span a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 10px;
  font-family: "Open Sans";
}

.sideBar {
  width: 41%;
  padding: 35px 0 0 35px;
  border-left: 1px solid #d8d6ca;
}
.sideBar h2 {
  color: #131519;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 50px 0 10px 0;
  border-bottom: 1px solid #d8d6ca;
}
.sideBar ul {
  list-style: none;
}
.sideBar ul li {
  padding: 10px 0;
  border-bottom: 1px solid #d8d6ca;
}
.sideBar ul li a {
  color: #7088ab;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 10px;
  font-family: "Questrial";
}
.sideBar form.search-form input {
  width: 100%;
  color: #67697d;
  padding: 10px;
  background: #f2f2f2;
  margin-bottom: 12px;
  border: none;
  outline: none;
}
.sideBar form.search-form button.search-submit {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
  width: 100%;
}

.article_mainSection h2.entry-title {
  display: none;
}

.box_grid_section {
  padding: 0px;
  text-align: center;
  margin-top: 45px;
}
.box_grid_section .box_grid_header_section {
  padding: 0px 10px 20px 10px;
}
.box_grid_section .box_grid_header_section h2 {
  color: #131519;
  font-size: 20px;
  font-weight: 600;
  font-family: "Questrial";
}
.box_grid_section .box_grid_header_section p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  font-family: "Questrial";
  padding: 10px 0 15px 0;
}

.box_grid_outer {
  padding: 0;
  gap: 0;
}
.box_grid_outer .small_box {
  padding: 10px;
  margin-bottom: 0px;
}

.learn_prepare_section {
  text-align: center;
  margin-top: 45px;
}
.learn_prepare_section .learn_header_section {
  padding: 0px 0 20px 0;
}
.learn_prepare_section .learn_header_section h2 {
  color: #131519;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.learn_prepare_section .learn_header_section p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
}

.learn_boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.learn_boxes .learn_Box {
  width: 33%;
}
.learn_boxes .learn_Box a {
  color: #131519;
  text-decoration: none;
  padding: 30px 0 25px 0;
  display: inline-block;
}
.learn_boxes .learn_Box a h2 {
  color: #131519;
  font-size: 20px;
  font-weight: 600;
}
.learn_boxes .learn_Box a p {
  color: #131519;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
  padding: 15px 0 5px 0;
}

.search_complementary .rightWrap span.drts-location-address {
  color: #131519;
  font-size: 14px;
  font-weight: normal;
  font-family: "Questrial";
  padding: 5px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}

.directory_search .rightWrap span.drts-location-address {
  color: #131519;
  font-size: 14px;
  font-weight: normal;
  font-family: "Questrial";
  padding: 5px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}

.directory_search .directory_search_wrap .rightWrap span.drts-location-address {
  color: #131519;
  font-size: 14px;
  font-weight: normal;
  font-family: "Questrial";
  padding: 10px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}

@media screen and (max-width: 1024px) {
  .main_outer {
    padding: 0 10px;
  }
  .sub_pageOuter {
    padding: 0 10px;
  }
  header .navigation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    background: #51627b;
    width: 100%;
    left: 0;
    height: auto;
    z-index: 11;
  }
  .toggel_bar {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
  }
  .opentogglebar .navigation {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .opentogglebar header .navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .opentogglebar header .navigation ul li {
    width: 100%;
  }
  .opentogglebar header .navigation ul li a {
    display: block;
    text-align: left;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ffffff;
  }
  .opentogglebar .toggel_bar {
    z-index: 111;
  }
  .opentogglebar .toggel_bar span {
    transition: all 0.3s;
  }
  .opentogglebar .toggel_bar span:first-child {
    transform: rotate(-45deg) translateY(7px);
  }
  .opentogglebar .toggel_bar span:nth-child(2) {
    transform: rotate(45deg) translateY(-10px);
  }
  .opentogglebar .toggel_bar span:last-child {
    opacity: 0;
  }
  .questionnaire_outer .questionnaire_box {
    margin-bottom: 0px;
  }
  .footer .navigation {
    display: none;
  }
  .footer {
    padding: 40px 20px;
  }
  .copyright_text p {
    line-height: 18px;
    padding: 0 20px;
  }
  .contect_sec {
    margin: 40px auto 20px auto;
  }
  .episode_box2 input:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .episode_box2 button {
    width: 100%;
    padding: 10px 10px;
  }
  table.box-centered {
    width: 100%;
    padding: 22px;
    margin: 0px auto 0px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .box_grid_section {
    margin-top: 40px;
  }
  .box_grid_section .box_grid_header_section {
    padding: 10px 10px 20px 10px;
  }
  .learn_prepare_section {
    margin-top: 40px;
  }
  .learn_prepare_section .learn_header_section {
    padding: 10px 10px 20px 10px;
  }
  .article_mainSection {
    padding-top: 40px;
  }
  .article_and_sidebar {
    flex-wrap: wrap;
  }
  .articleSection {
    width: 100%;
    padding: 35px 0px 0 0;
  }
  .sideBar {
    width: 100%;
    padding: 35px 0 0 0px;
    border-left: none;
  }
  .sideBar form.search-form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .sideBar form.search-form label {
    width: 100%;
  }
  .sideBar form.search-form label input {
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
  }
  .sideBar form.search-form button.search-submit {
    width: 40%;
  }
  .logo img {
    margin: 50px 0 18px 0;
  }
  .header_bg {
    min-height: 165px;
  }
  .heading P {
    padding: 0 4%;
  }
  .questionnaire_box {
    width: 49%;
  }
  .podcast_box:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .birth_stories_sec {
    padding-top: 40px;
  }
  .birth_stories_sec .questionnaire_outer {
    padding-top: 45px;
  }
  .birth_stories_sec .questionnaire_outer .questionnaire_box {
    width: 50%;
  }
  .notsure_bg {
    padding: 40px 0;
    margin-top: 40px;
  }
  .notsure_bg .notsure_inr {
    flex-wrap: wrap;
  }
  .notsure_bg .notsure_inr .notsure_box {
    width: 40%;
    padding: 2%;
    margin: 2%;
  }
  .slider-question {
    width: 48%;
    margin-top: 20px;
  }
  .podcast_bnr {
    padding: 25px;
    margin-top: 20px;
  }
  .podcast_bnr P {
    padding-right: 20%;
  }
  .podcast_community_main {
    padding: 45px 0 20px 0;
  }
  .podcast_community_main .podcast_community_inr {
    flex-wrap: wrap;
  }
  .podcast_community_main .podcast_community_inr .podcast_community_box {
    width: 48%;
    text-align: center;
    border: 2px solid #a8a8a8;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .podcast_community_main .podcast_community_inr .podcast_community_box p {
    padding: 10px 0;
  }
  .health_issue_inr {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .health_issue_inr .health_issue_box {
    width: 47%;
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .box_grid_section {
    margin-top: 20px;
  }
  .box_grid_section .box_grid_header_section {
    padding: 10px 10px 20px 10px;
  }
  .learn_prepare_section {
    margin-top: 20px;
  }
  .learn_prepare_section .learn_header_section {
    padding: 10px 10px 20px 10px;
  }
  .learn_boxes {
    display: flex;
    flex-wrap: wrap;
  }
  .learn_boxes .learn_Box {
    width: 100% !important;
  }
  .article_mainSection {
    padding-top: 20px;
  }
  .article_and_sidebar {
    flex-wrap: wrap;
  }
  .articleSection {
    width: 100%;
    padding: 35px 0px 0 0;
  }
  .articleSection .articles_box {
    flex-wrap: wrap;
    gap: 15px;
    padding: 0px 0 20px 0;
    margin: 0px 0 20px 0;
    border-bottom: 1px solid #d8d6ca;
  }
  .articleSection .articles_box .article_image {
    width: 100%;
  }
  .articleSection .articles_box .article_shortdescription {
    width: 100%;
  }
  .articleSection .articles_box .article_shortdescription span {
    padding-bottom: 10px;
  }
  .sideBar {
    width: 100%;
    padding: 0px 0 0 0px;
    border-left: none;
  }
  .sideBar h2 {
    padding: 25px 0 10px 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .toggel_bar {
    right: 20px;
    top: 30px;
  }
  .logo img {
    width: 150px;
    margin: 0px;
  }
  .header_bg {
    min-height: auto;
    padding: 20px 0px 18px 0px;
  }
  header {
    text-align: left;
  }
  .heading h2 {
    font-size: 18px;
  }
  .heading P {
    padding: 0 2%;
    font-size: 14px;
  }
  .explore_app_sec {
    padding: 40px 10px 40px 10px;
  }
  .questionnaire_box {
    width: 100%;
  }
  .questionnaire_box .questionnaire_text h2 {
    font-size: 18px;
  }
  .questionnaire_outer {
    padding-top: 20px;
  }
  .main_outer.podcastList_outer {
    padding: 0 !important;
  }
  .podcast_sec .heading {
    padding-bottom: 20px;
  }
  .podcast_outer {
    padding: 20px 10px;
  }
  .podcast_box {
    flex-wrap: wrap;
  }
  .podcast_box .podcast_img {
    width: 100%;
  }
  .podcast_box .podcast_text {
    width: 100%;
    padding-left: 0;
  }
  .podcast_box .podcast_text a {
    font-size: 16px;
    line-height: 24px;
  }
  .podcast_box:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .podcast_btn a.btn {
    padding: 10px 20px;
  }
  .podcast_btn {
    margin-top: 20px;
  }
  .footer {
    padding: 20px 10px;
  }
  .contect_sec {
    padding: 0 10px;
  }
  .contact_form button {
    width: 100%;
  }
  .contact_box {
    -moz-column-gap: 0px;
         column-gap: 0px;
    flex-wrap: wrap;
  }
  .contact_box textarea {
    height: 14vh;
  }
  .birth_stories_sec {
    padding-top: 20px;
  }
  .birth_stories_sec .questionnaire_outer .questionnaire_box {
    width: 100%;
  }
  .notsure_bg {
    padding: 20px 0;
    margin-top: 20px;
  }
  .notsure_inr {
    flex-wrap: wrap;
  }
  .notsure_inr .notsure_box {
    width: 100%;
    padding: 2%;
    margin: 2%;
  }
  .slider-question {
    width: 100%;
    margin-top: 20px;
  }
  .podcast_bnr {
    padding: 20px;
    margin-top: 20px;
  }
  .podcast_bnr P {
    padding-right: 0%;
  }
  .podcast_community_inr {
    flex-wrap: wrap;
  }
  .podcast_community_inr .podcast_community_box {
    width: 100%;
    text-align: center;
    border: 2px solid #a8a8a8;
    padding: 30px;
    margin-bottom: 10px;
  }
  .episode_box {
    padding: 30px 0px 0 0;
  }
  form.episode_inr {
    flex-wrap: wrap;
    padding: 20px;
  }
  .episode_box2 {
    margin-top: 10px;
  }
  .health_issue_inr {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .health_issue_inr .health_issue_box {
    width: 100%;
    margin: 10px 0;
  }
  .medical_advicory_inr h2 {
    padding-top: 20px;
  }
  .medical_advicory_inr .medical_advicory_box {
    flex-wrap: wrap;
    margin: 20px 0 20px 0;
  }
  .medical_advicory_inr .medical_advicory_box .advicory_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .podcast_main_btn a.blue_gray {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */