/*----- FONTS -----*/
/* Opens sans */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

/*----- BASIC -----*/
:root{
  --primary: #472C73;
  --secondary: #A52578;
  --darkprimary: #381E6A;
  --pink: #D38EBB;
  --white: #FFFFFF;
  --black: #000000;
}
body{
  background: #E3BDD6;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--primary);
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
a, a:hover, :hover{text-decoration: unset;}
a:hover, :hover{
  color: var(--primary);
}
/* common-css */
#mobile{display: none;}
.bottom_footerblog_mobile{display: none !important;}
/* header-section */
.header {
  background: var(--white);
  box-shadow: 0px 5px 30px rgb(0 0 0 / 12%);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.header-flex {
  position: relative;
}
.back-arrow{
  position: absolute;
  left: 0;
  top: 5px;
}
.outer_tagline {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 360px;
  height: 50px;
  margin: 0 auto;
  border-radius: 0px 0px 15px 15px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 25px 30px rgb(0 0 0 / 12%);
}
.header_tagline{
  font-size: 20px;
  color: var(--secondary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.right-corner {
  position: absolute;
  right: -21px;
  top: 0px;
}
.left-corner {
  position: absolute;
  left: -21px;
  top: 0;
}
/* main-section */
.bph_blog{
  position: relative;
  display: block;
  background: url("../images/bg.png") no-repeat;
  padding: 0;
  margin: 30px 0;
  filter: drop-shadow(0px 0px 84px rgba(165, 37, 120, 0.4));
  border-radius: 15px;
  background-size: cover;
}
.top_headblog {
  background: var(--white) url("../images/bg-rightlyr.png") no-repeat;
  background-size: auto;
  background-position: top right;
  border-radius: 15px 15px 70px 70px;
  width: 100%;
  display: block;
  padding: 50px 60px 0;
  border-bottom: 17px solid #381E6A;
  height: 23.3em;
}
.top_headblog .drprofile_img {
  border: 9px solid var(--white);
  box-shadow: 0px 14px 10px rgb(0 0 0 / 15%);
  border-radius: 14px;
  width: 75%;
}
.top_hedaright_blog h4 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.top_hedaright_blog ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #6B6B6B;
  width: 100%;
}
.top_hedaright_blog ul li svg {
  width: 30px;
  height: 25px;
  object-fit: contain;
  margin-right: 15px;
}
.top_hedaright_blog ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.social-links{
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.social-links li{
  display: inline-block !important;
  margin-right: 15px;
  margin-bottom: 0 !important;
}
.social-links li:last-child{margin-right: 0;}
.social-links li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.social-links li a svg{
  margin-right: 0;
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.center_bphblog {
  padding: 10px 50px;
  margin: 100px 0 18px;
}
.title_bgflex {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 10.94%, #FFFFFF 83.85%);
  border-radius: 12px 0px 0px 12px;
  padding: 10px 0px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  height: 70px;
}
.title_bgflex h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.title_bgflex .form-control {
  font-size: 16px;
  font-weight: 500;
  color: #545454;
  background: #FFFFFF;
  border-radius: 90px;
  border: none;
  padding: 9px 20px;
  height: auto;
  line-height: normal;
}
.card-image {
  background: var(--pink);
  border-radius: 12px;
  text-align: center;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
.card-image .slider_cardimg {
  border-radius: 12px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}
.card-image h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}
.click_btn b {
  font-size: 16px;
  color: var(--white);
  display: block;
  line-height: 15px;
}
.click_btn small {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  line-height: 0;
}
.card-image span {
  background: var(--primary);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}
.click_btn {
  display: flex;
    align-items: flex-start;
    justify-content: center;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 90px;
    text-align: center;
    width: fit-content;
    margin: 15px auto 0;
    padding: 7px 20px 2px;
}
.inner_span {
  display: inline-block;
}
.play_icon{
  width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 11px rgb(0 0 0 / 25%);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.video_modal .modal-body {
  padding: 15px;
  background: var(--black);
  flex: unset;
}
.video_modal .modal-content {
  border: 0px solid transparent;
    box-shadow: unset;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.video_modal .modal-body iframe {
  border: none;
}
.video_modal .close {
  border: none;
    text-shadow: none;
    font-size: 36px;
    font-weight: 400;
    padding: 0 !important;
    position: absolute;
    right: 0;
    background: var(--primary);
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--white);
    margin: -20px !important;
    top: 0;
    cursor: pointer;
}
.video_modal .modal-header {
  width: 100%;
    background: var(--black);
    color: var(--white);
    border: none;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 0;
    position: relative;
}
.video_modal .modal-header h5{
  margin-bottom: 0;
  font-size: 24px;
}
.video_modal .modal-dialog{
  flex-flow: column;
  justify-content: center;
}
.card-book{
  padding: 0 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}
.card-book hr{border-color: var(--white);opacity: 0.3;}
.cardbook_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-book img {
  width: 50% !important;
  margin: -60px auto 0;
}
.wd-sl-bph_score {
  background: var(--primary);
  border-radius: 12px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-sl-bph_score {
  background: var(--primary);
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wd-sl-bphscore_left {
  display: flex;
  align-items: center;
}
.wd-sl-score_content h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.wd-sl-score_content span {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.wd-sl-score_content {
  margin-left: 20px;
}
.score-btn {
  background: var(--white);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  display: inline-block;
}
.card-video_gallery {
  background: var(--white);
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.card_videoblog_galley img {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    /* height: 95px; */
    object-fit: fill;
}
.time-minsec {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 5px 15px;
  line-height: normal;
  position: absolute;
  right: 0;
  margin: 10px;
}
.video_gallerycontent {
    display: flex;
    padding: 10px 10px;
    height: 60px;
}
.symptoms_blogs .video_gallerycontent{
    height: 50px;
}

.video_gallerycontent p {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}
.video_gallerycontent svg {
  position: absolute;
  right: 0;
  top: 0;
  margin: -23px 0 0;
}
.video_gallery .owl-nav.disabled, .video_gallery .owl-nav {
  display: block !important;
  position: absolute;
  top: -5.5em;
  right: 0;
}
.video_gallery .owl-nav button {
  width: 26px;
  height: 26px;
  background: rgb(255 255 255 / 30%) !important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.video_gallery .owl-nav button span {
  color: var(--white);
  font-size: 24px;
  line-height: 22px;
}
.video_gallery .owl-next {
  margin-right: 0 !important;
}
.share-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.site-copylink {
  margin: 30px auto 0;
  width: 50%;
}
.site-copylink .form-control {
  background: var(--white);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: auto;
  line-height: normal;
  font-size: 12px;
  font-weight: 500;
  color: #777777;
  border: none;
  padding: 18px 20px;
}
.copy-linkbtn {
  background: var(--primary);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  border: none;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 7px;
}
.bottom_footerblog {
  background: var(--white) url("../images/bg-footer.png") no-repeat;
  background-size: cover;
    border-radius: 70px 70px 15px 15px;
    width: 100%;
    display: block;
    padding: 15px 30px;
    border-top: 17px solid #381E6A;
    text-align: center;
}
.bottom_footerblog span {
  display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: rgb(0 0 0 / 50%);
    margin: 15px 0;
}
.dr_logo{margin-left: 10px;}
.ipss_blog{
  background: var(--white) !important;
}
.ipss_tophead{
  display: block;
    text-align: center;
    background: var(--pink);
    border-radius: 15px 15px 50px 50px;
    border-bottom: 7px solid #381E6A;
    padding: 50px 30px 30px;
}
.ipss_tophead h3{
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}
.ipss_qusblog {
  padding: 25px 35px;
}
.ipss_qusblog h6 {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 30px;
  line-height: 25px;
}
.custom-radiogrp p:last-child{margin-bottom: 0;}
.custom-radiogrp{
  margin-bottom: 30px;
}
.custom-radiogrp [type="radio"]:checked,
.custom-radiogrp [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radiogrp [type="radio"]:checked + label,
.custom-radiogrp [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #545454;
    font-size: 16px;
    margin-bottom: 0;
}
.custom-radiogrp [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #B9B9B9;
    border-radius: 100%;
    background: #F5F5F5;
}
.custom-radiogrp [type="radio"]:checked + label:before{
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    border-radius: 100%;
    background: transparent;
}
.custom-radiogrp [type="radio"]:checked + label:after,
.custom-radiogrp [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--primary);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radiogrp [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radiogrp [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.impblog{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.impblog h6{
  font-size: 15px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 0;
}
.impblog h6 b{color: var(--black);display: block;}
.reset_btn{
  background: var(--primary);
    padding: 9px 20px;
    border-radius: 6px;
    line-height: normal;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#scoreModal .modal-content{
  box-shadow: unset;
  border: none;
  background: var(--white);
  border-radius: 19px;
  padding: 0;
}
#scoreModal .modal-content h5{
  font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    display: inline-block;
    background: var(--white);
    border-radius: 9px;
    padding: 12px 20px;
}
#scoreModal .modal-footer button{
  background: var(--secondary);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  display: inline-block;
  padding: 10px 40px;
  border: none;
}
#scoreModal .modal-footer{
  flex-flow: column;
}
#scoreModal .modal-body{
  background: var(--darkprimary);
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100px;
  border-radius: 19px 19px 0 0;
  padding: 35px 20px 20px;
}
#scoreModal .modal-body h6{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white);
}
#scoreModal .modal-body h6 b{color: #E3BDD6;}
#scoreModal .modal-header {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 1;
  padding: 0;
}
#scoreModal .modal-dialog {
  max-width: 586px;
}
.share_wd_doctor h6{
  color: var(--primary);
}
.share_wd_doctor{
  margin-bottom: 30px;
}
.symptoms_blogs p{
  text-align: center;
    display: block;
    width: 100%;
    font-size: 10.8px;
}
/* .symptoms_blogs .card-video_gallery{
  height: 100%;
} */
.new_symblg{
  margin-bottom: 30px;
}
.symptoms_blogs .slider_cardimg {
    height: 95px;
}
.card_videoblog_galley svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.card_videoblog_galley {
    position: relative;
}
