


.video-data {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px; /* optional */
}

.video-data iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



ul.blog-details__list, ol.blog-details__list{ padding-left: 20px; }
ul.blog-details__list li, ol.blog-details__list li {
    color: #3e3c3c;
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    margin-bottom: 6px;
}

ul.blog-details__list strong, .blog-details__text-2 strong, ol.blog-details__list strong {
    font-weight: 700;
    color: #000;
}

ul.blog-details__list li a, ol.blog-details__list li a, .blog-details__text-2 a { text-decoration: underline; }
ul.table-content { list-style: none; background: #f2f2f2; width: max-content; max-width: 100%; padding: 26px; margin-bottom: 2em; }
ul.table-content li a strong { color: #013076; }
ul.table-content li a:hover strong { color: #000; }
ul.table-content li { margin-bottom: 5px; }

.fw-700{
  font-weight: 700;
}
.whatsapp-container {
  position: relative;
  display: inline-block;
}
.whatsapp-name {
  background-color: #24cc63;
  backdrop-filter: blur(3px);
  font-size: 14px;
  color: #fff;
  text-align: center;
  height: 48px;
    width: 48px;
    display: block;
  border-radius: 50%;
  opacity: 1;
  margin-left: -10px;
  transition: opacity 0.5s;
}
.whatsapp {
  position: fixed;
      left: 25px;
    bottom: 25px;
  height: auto;
  background: 0 0;
  padding: 10px;
  z-index: 1001;
}
.image-container {
  position: relative;
  display: inline-block;
}
.image-name {
  background-color: #052d74;
  backdrop-filter: blur(3px);
  font-size: 16px;
  color: #fff;
   text-align: center;
  height: 40px;
    width: 40px;
    border-radius: 50%;
  opacity: 1;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 220px) and (max-width: 767px) {
  .call {
    position: fixed;
    left: 25px;
    bottom: 85px;
    padding: 10px;
    height: auto;
    background: 0 0;
    z-index: 1001;
  }
}
@media only screen and (min-width: 678px) {
  .call {
    position: fixed;
    left: 25px;
    bottom: 95px;
    height: auto;
    background: 0 0;
    z-index: 1001;
  }
}
.call-button {
      width: 48px;
    height: 48px;
  border-radius: 50%;
  border: 0;
  position: relative;
  background-color: #24cc63;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #24cc63;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.call-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@-webkit-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(188, 132, 32, 0);
  }
}
@-moz-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}
@media only screen and (min-width: 220px) and (max-width: 1024px) {
  .apmt {
    position: fixed;
    left: 25px;
        bottom: 125px;
    height: auto;
    background: 0 0;
    z-index: 1001;
  }
}
@media only screen and (min-width: 768px) {
  .apmt {
    position: fixed;
    right: 25px;
    bottom: 125px;
    height: auto;
    background: 0 0;
    z-index: 1001;
  }
}
.apmt-btn {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  border: 0;
  position: relative;
  background: #5a5a5aad;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #191919;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.apmt-btn:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}
@-webkit-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(188, 132, 32, 0);
  }
}
@-moz-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}
.banner {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 100px;
    height: 300px;
  }
  .dn {
    display: none;
  }
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .slider1 {
    background-image: url(../newimages/dr-rohan-patel-best-urooncologist-in-ahmedabad-india-mobile.jpg);
  }
  .slider2 {
    background-image: url(../newimages/banner/new-banner/mobile-slide-2.jpg);
  }
  .slider3 {
    background-image: url(../newimages/banner/new-banner/mobile-slide-3.jpg);
  }
  .slider4 {
    background-image: url(../newimages/banner/new-banner/mobile-slide-4.jpg);
  }
}
@media screen and (min-width: 768px) {
  .slider1 {
    background-image: url(../newimages/banner/new-banner/dr-rohan-desktop20-05new.jpg);
  }
  .slider2 {
    background-image: url(../newimages/banner/new-banner/slide-2.jpg);
  }
  .slider3 {
    background-image: url(../newimages/banner/new-banner/slide-3.jpg);
  }
  .slider4 {
    background-image: url(../newimages/banner/new-banner/slider-4.jpg);
  }
}
.homeSlider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .homeSlider .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.homeSlider .owl-nav .owl-next,
.homeSlider .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  color: var(--theme-color-light);
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.homeSlider .owl-nav .owl-next:hover,
.homeSlider .owl-nav .owl-prev:hover {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
}
.homeSlider .owl-nav .owl-next {
  margin-right: 0;
}

.fs-25{
    font-size: 25px;
}


.homewhysec
{
  position: relative;
  padding-top: 5em;
  padding-bottom: 2em;
}

.homewhysec .whyicndiv
{
  padding: 0 3em;
}
.homewhysec .whyicndiv .whyicnblk
{
  text-align: center;
       padding: 20px 10px;
}
.homewhysec .whyicndiv .whyicnblk .icn
{
    height: 85px;
    width: 85px;
    background: #FAFAFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.homewhysec .whyicndiv .whyicnblk .icn img
{
  height: 40px;
}

.homewhysec .whyicndiv .whyicnblk p
{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.homewhysec .whyimgdiv
{
    border-radius: 20px;
    background: #F5F5F5;
    text-align: center;
    position: relative;
    padding-top: 40px;
    margin: 0 15px;
    z-index: 0;
    overflow: hidden;
}
.homewhysec .whyimgdiv:before
{
  content: '';
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: #013076;
    top: -9em;
    left: -2.5em;
    z-index: -1;
}
.homewhysec .whyimgdiv:after
{
  content: '';
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #dfdfdf42;
    bottom: -15em;
    right: -1.5em;
    z-index: -1;
}
.homewhysec .whyimgdiv .supttl
{
  position: relative;
    margin-top: 25px;
    color: #fff;
    margin-bottom: 5px;
}
.homewhysec .whyimgdiv .supttl:before
{
  content: '';
    position: absolute;
    width: 20px;
    height: 0.5px;
    background: #fff;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.homewhysec .whyimgdiv .title
{
  font-size: 30px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width:1380px) {
.homewhysec .whyimgdiv .title {
    font-size: 26px;
}
.homewhysec .whyicndiv {
    padding: 0 2em;
}
.video-sec-wrapper iframe, .video-list-details iframe {
    width: 100%;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 990px) and (max-width:1199px) {
  .homewhysec .whyicndiv {
    padding: 0 0em;
}
.homewhysec .whyicndiv .whyicnblk p {
    font-size: 13px;
}
.homewhysec .whyimgdiv .title {
    font-size: 26px;
    margin-bottom: 50px;
}
.video-sec-wrapper iframe, .video-list-details iframe {
    width: 100%;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
  .homewhysec {
    padding-top: 2em;
    padding-bottom: 2em;
}
  .homewhysec .whyimgdiv:before
{
  height: 550px;
    width: 550px;
}
.homewhysec .whyicndiv {
    padding: 3em 3em 0;
}
.homewhysec.dr-whyabout-sec .whyicndiv {
        padding: 0;
    }
    .video-list-details .blog-details__left.ps-lg-3 {
    margin-top: 2em;
}
.video-sec-wrapper iframe, .video-list-details iframe {
    width: 100%;
    margin-bottom: 20px;
}
.inner-page-banner.page-title .title-outer .title {
    font-size: 42px;
}
}
@media screen and (max-width: 767px) {

.homewhysec .whyimgdiv .title {
    font-size: 22px;
}
.homewhysec .whyicndiv {
    padding: 40px 0em 0;
        text-align: center;
}
.homewhysec.dr-whyabout-sec .whyicndiv {
    text-align: left;
}
.homewhysec.dr-whyabout-sec .whyimgdiv:before {
    content: '';
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: #013076;
    top: -9em;
    left: 0;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
.homewhysec .whyicndiv .sec-title span:after
{
      right: 0;
    margin: 0 auto;
}
.homewhysec .whyicndiv .whyicnblk {
    padding: 10px 10px;
} 
.video-sec-wrapper iframe, .video-list-details iframe {
    width: 100%;
    margin-bottom: 20px;
}
.video-list-details .blog-details__left.ps-lg-3 {
    margin-top: 2em;
}
.inner-page-banner.page-title .title-outer .title {
    font-size: 36px;
}

}
@media screen and (max-width: 575px) {
.cta-wrapper .cta-lists {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.cta-wrapper .cta-lists li {
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
}
.cta-wrapper .cta-lists li:last-child {
    margin-bottom: 0;
}
}

.cta-section .header {
  display: flex;
    background-color: #183177;
    padding: 20px;
    align-items: center;
    color: #fff;
        }
    .cta-section .doctor-info {
        flex: 1;
  padding: 20px 30px;
    color: #fff;
    }
       .cta-section .doctor-info .dr-name {
    font-size: 40px;
    color: #fff;
    margin-bottom: 12px;
}
.cta-section .doctor-info .dr-desg {
    color: #ffff;
    margin-bottom: 0px;
}
    .cta-section .doctor-image {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
    }
    .cta-section .content {
        display: flex;
        padding: 20px;
    }
    .cta-section .left-column {
        flex: 2;
        padding-right: 20px;
    }
    .cta-section .right-column {
        flex: 1;
        border-left: 1px solid #ddd;
        padding-left: 20px;
    }
    .cta-section .credentials {
        background-color: #f0f0f0;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .cta-section .credentials .expertise {
    font-size: 20px;
    font-weight: 600;
}
    .cta-section .credentials ul {
    padding-left: 0;
    margin: 10px 0;
}
.cta-section .credentials ul li {
    color: #222;
}
    .cta-section .testimonial {
        background-color: #f0f0f0;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .cta-section .logos {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .cta-section .logos img {
        height: 170px;
        width: auto;
    }
    .cta-section .right-column .cta-frm-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cta-section .left-column .pt-stories {
    margin-top: 34px;
    display: block;
    font-size: 21px;
    font-weight: 500;
}

@media only screen and (max-width:991px) {
    .cta-section .content { flex-wrap: wrap;}
     .cta-section .left-column,
.cta-section .right-column{ width: 100%; }
.cta-section .right-column{ padding-left: 0px; border-left: medium none; margin-top: 14px; padding-top: 14px; border-top: 1px solid #ddd;}
}
@media only screen and (max-width:767px) {
     .cta-section .content { flex-wrap: wrap; padding:20px 0px; }
  .cta-section .doctor-info{ padding: 20px 0px; }
  .cta-section .doctor-info .dr-name { font-size: 26px; }
}
@media only screen and (max-width:680px) {
  .cta-section .header { flex-wrap:wrap; justify-content: center; }
  .cta-section .doctor-info{ padding: 20px 0px; flex:auto; }
  .cta-section .doctor-info .dr-name { font-size: 26px; }
}
.inner-page-banner.page-title{z-index: 1; position: relative;}
.inner-page-banner.page-title:before {background: #000000; opacity: 0.8; z-index: -1;}

.inner-page-banner .title-outer {
    z-index: 2;
    position: relative;
}
.inner-page-banner.page-title .title-outer .title, .inner-page-banner.page-title .title-outer .desc {
    color: #fff !important;
    line-height: 1.2;
    z-index: 1;
    position: relative;
}
.inner-page-banner.page-title .page-breadcrumb li a{ color: #fff; }
.banner-cta {
    position: relative;
    margin-top: 20px;
}

.banner-cta ul.cta-lists {
    display: flex;
    justify-content: center;
}

.banner-cta ul.cta-lists li {
    margin: 0 15px;
}

.banner-cta ul.cta-lists li a {
    background: #013076;
    color: #fff;
    display: block;
    padding: 9px 20px;
    border-radius: 30px;
    border: 1px solid transparent;
    align-items: center;
}
.banner-cta ul.cta-lists li a:hover{ background:transparent; border: 1px solid #fff; color: #fff; }
.banner-cta ul.cta-lists li a i { font-size: 20px; }

.cta-wrapper { position: relative; }

.cta-wrapper .cta-lists {
    display: flex;
    align-items: center;
}

.cta-wrapper .cta-lists li {
    margin-right: 10px;
}
.cta-wrapper .cta-lists li a {
    background: #013076;
    color: #fff;
    border: 1px solid transparent;
    display: flex;
    padding: 12px 20px;
    border-radius: 30px;
    align-items: center;
    
}

.cta-wrapper .cta-lists li a i {
    font-size: 20px;
}

.cta-wrapper .cta-lists li a .fa-phone {
    margin-right: 6px;
}

.cta-wrapper .cta-lists li:last-child a {
    background: #24cc63;
    padding: 14px 17px;
}
.cta-wrapper .cta-lists li:last-child a i {
    font-size: 26px;
}
.cta-wrapper .cta-lists li a:hover { background:transparent; color: #013076; border: 1px solid #013076; }
.funfact-sec{ background:#fbfbfb !important }
.funfact-sec .whyicnblk {
    padding: 0 1em;
    margin-bottom: 3em;
    position: relative;
    min-height: 14em;
    text-align: center;
}

.funfact-sec .whyicnblk icn {
    position: relative;
}

.funfact-sec .whyicnblk icn img {
    width: 120px;
}

.funfact-sec .whyicnblk .icn {
    position: relative;
}

.funfact-sec .whyicnblk .icn .icnhvr {
    width: 50px;
}

.funfact-sec .whyicnblk .icn {
    border: 1px solid #013076;
    display: inline-block;
    padding: 16px;
    border-radius: 9px;
    margin-bottom: 22px;
}

.funfact-sec .whyicnblk .whyicnblk-desc {
    width: 100%;
}

.funfact-sec .whyicnblk::after {
    content: '';
    background: #ddd;
    width: 96%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.funfact-wrapper [class*="col-"]:nth-child(n+4)  .whyicnblk{ margin-bottom: 0px; }

.funfact-wrapper [class*="col-"]:nth-child(n+4)  .whyicnblk::after { display: none;   }
.funfact-sec .whyicnblk .whyicnblk-desc .title {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 19px;
}

.list-text{ color: #3e3c3c; }
.list-text strong{ font-weight: 500; color: #000; }

.homewhysec.dr-whyabout-sec .whyimg-wrapeer { 
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}
.homewhysec .dr-about-sec {
    position: relative;
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid;
}

.homewhysec .dr-about-sec .block-title {
    font-size: 23px;
    font-weight: bold;
}

.homewhysec .dr-about-sec p strong {
    color: #000;
    font-weight: bold;
}

.homewhysec .dr-about-sec p {
    margin-bottom: 4px;
}

.grey-bg{ background:#fbfbfb !important; }
.lists-wrap { position: relative; margin-bottom: 20px; }
.lists-wrap li { position: relative; }
.lists-wrap li:before {
    content: '\f101';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 4px;
    font-size: 14px;
}
.quote p:first-child {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 2px;
}

.quote .author {
    margin-bottom: 0px;
    text-align: right;
    font-weight: 500;
}
.blue-bg {
    background: #013076 !important;
}
.bg-cta-sec .cta-wrapper .cta-lists li a { background: #ffffff; color: #013076;}
.bg-cta-sec .cta-wrapper .cta-lists li:last-child a { color: #fff; background: #24cc63; }
.testi-sectionCvr .testimonial-block-two .lower-content{ justify-content: end; }
.testi-sectionCvr .testimonial-block-two .info-box .name { letter-spacing: 0; font-weight: 500; margin-bottom: 0; font-size: 18px; }

.comparison-sec-wrapper table th {
    background: #013076;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.comparison-sec-wrapper table td {
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #013076 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.section-title::after {
    content: '';
    background: #c3c3c3;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-title.text-center::after { left: 0px; right: 0px; margin: 0px auto; }
.homewhysec .whyicndiv .box-sec p{margin-bottom:10px;}
.homewhysec .whyicndiv .box-sec .count{font-size:22px;line-height:28px;}


.thankyou-page .title {font-size: 50px;line-height: 56px;}
.thankyou-wrap {margin: 70px 0;}
.contact-form .error {color: red;}


.blog-btn .cta-wrapper .cta-lists li a {padding: 12px 14px;font-size: 14px;line-height:20px;}
.blog-btn .cta-wrapper .cta-lists li:last-child a {padding: 8px 12px;}
.blue-bg.bg-cta-sec.blog-btn {border-radius: 12px;}

@media only screen and (max-width: 767px)
{
.thankyou-page .title {font-size: 30px;line-height: 36px;}
.thankyou-wrap {margin: 40px 0;}
}


/*New Page Design Css */
.news-section-two .card .card-body .card-text
{
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
section.prostate-img-sec img{
    position: relative;
    margin-top: -8em;
    border: 3px solid #002b65;
}
.prostate-cancer-info{ padding-bottom: 100px;}


.blog-details .box {
    width: 46%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #013076;
    margin: 0 10px 20px;
}
.blog-details .box img{width: 20%;}

.blog-details .box-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.blog-details .box-wrap .blog-details__title.text-white {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.blog-details .box-wrap .log-details__text-2{overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
line-clamp: 4;
-webkit-box-orient: vertical;}

.blog-details-tab .tab-content{padding:10px 0;}
.blog-details-tab .content-box-wrap {
    display: flex;
    align-items: flex-start;
    padding: 10px 23px 0px;
}
.blog-details-tab .tab-img-sec {
    margin-right: 7px;
    width: 20%;
    text-align: center;
}
.blog-details-tab .text-data-wrap {
    width: 70%;
}

.blog-details-tab .content-box-wrap .blog-details__title.text-blue {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
}

.prostate-img-sec .blog-details__img img {width:65%}
.page-title.inner-page-banner.new-banner-sec:before {
    background:unset;
}

.page-title.inner-page-banner.new-banner-sec.bg-dark:before {
    background: #00000073;
}


.card-sec .blog-details__title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.card-sec .content-box-wrap {display: flex;flex-direction: column;align-items: center;}
.card-sec .col-xxl-4.col-xl-4.col-lg-4.col-md-12.col-xs-12 .content-box-wrap {
    display: flex;
    border: 1px solid #013076;
    padding: 20px;
    border-radius: 20px;
    min-height: 520px;
    margin-bottom: 25px;
}
.card-sec .text-data-wrap p {
    font-size: 16px;
    line-height: 26px;
}

.card-sec .content-box-wrap .data-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-sec .tab-img-sec img {width:80px;margin-bottom: 10px;text-align: center;}
/*
.card-sec .tab-img-sec.advanced-techno-img img {
    width: 100%;
}
*/
.research-sec .research-sec-wrap .research-info{
  background: #fff;
  padding: 50px 30px;
  border: 1px solid #dee2e6!important;
}
.research-sec .research-sec-wrap .research-link {
    padding: 8px 12px;
    border: 1px solid #013076;
    border-radius: 30px;
    font-size: 14px;
    color: #013076;
    line-height: 1.2;
    margin-top: 20px;
}


.blog-cta.bg-cta-sec .cta-wrapper .cta-lists li a{padding:10px;font-size: 14px;}
.blog-cta.bg-cta-sec .cta-wrapper .cta-lists li:last-child a i {font-size: 20px;}
.blog-cta .container {padding: 40px 0px;}

.blog-details ul.table-content li{list-style:none!important;margin-left:0!important;}
.blog-details ul.table-content li ul ,.blog-details ul.table-content li ul li {
    list-style: disc!important;
    color: #000;
    margin-left: 20px!important;
}
.blog-details .blog-details__content ul li {
    list-style: disc;
    color: #000;
    margin-left: 20px;
}
.blog-cta .cta-wrapper ul , .cta-wrapper ul li{list-style:none!important;}
@media(max-width:991px)
{
  .card-sec .col-xxl-4.col-xl-4.col-lg-4.col-md-12.col-xs-12 .content-box-wrap{min-height:auto;margin-bottom:20px;}
  .research-sec .research-sec-wrap .research-into-wrap{margin-top:20px;}
}

@media(max-width:767px){
  .blog-details-tab .content-box-wrap .blog-details__title.text-blue {
    font-size: 20px;
    line-height: 26px;    
}
.research-sec .research-sec-wrap .research-info{padding:30px;}

}

@media screen and (max-width: 680px) {
  .blog-details-tab .content-box-wrap {display: block;}
  .blog-details-tab .tab-img-sec { width: 100%;}
  .blog-details-tab .text-data-wrap {width: 100%;}
  .prostate-img-sec .blog-details__img img{width:100%}
  .inner-page-banner.page-title .title-outer .title {font-size: 26px;}
}
@media(max-width:575px){
      /*.card-sec .col-xxl-4.col-xl-4.col-lg-4.col-md-12.col-xs-12 {
        width: 94%;
        margin: 10px;
    }*/
}

@media screen and (max-width: 525px) {
.blog-details .box {width: 100%;}


 }

.feature-sec {background: #013076;}
.feature-sec .feature-logo-wrap img {margin: 10px;}


@media(max-width:575px)
{
  .feature-sec .feature-logo-wrap img{width: 94%;}
}

.embed-youtube {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .embed-youtube {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.embed-youtube video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 8px; 
  object-fit: contain;
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  margin: 20px auto;
  background: #000;
  cursor: pointer;
}
.youtube-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 5px;
  cursor: pointer;
}


