.extra{}
    .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}
.fixed-tel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}

.fixed-tel:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #ff5f13;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  z-index: 1;
  top: 0;
  left: 0;
   margin-top:-10px;
}

.fixed-tel i {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: #fff;
    margin-top:-17px;
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.tick__svg{
    margin-bottom:unset !important;
}
.medi-assist-form-heading{
    font-size: 16px;
    font-weight: 700;
}
.medi-assist-form-parent-container{
    justify-content: center;
    align-items: center;
    display: flex;
    }
.medi-assist-form-main-container{
    background: #fff;
    border-radius: 20px;
    border: 1px solid #C1C1C1;
    padding: 1.5rem 2rem 2rem;
    margin: 30px 10px;
    flex: 1;
    max-width: 30rem;
}
.medi-assist-form{ 
 margin-top: 1.5rem;
display: flex;
flex-direction: column;
gap: 25px;
}
.medi-assist-form-input-error-msg{
margin: 0;
height: 0;
transition: 0.2s ease;
transition-property: height, filter, margin;
color: var(--form-error-color, red);
font-size: 15px;
font-weight: 400;
filter: opacity(0);
opacity: 0;
padding-top: 3px;
}
.disabled {
    pointer-events: none;
    -webkit-filter: grayscale(1);
    opacity: 0.4;
    filter: grayscale(1);
}
form .medi-assist-form-input-container[name-input-error="true"] {
    border: 1px solid var(--form-error-color, red);
}
form .medi-assist-form-input-container[name-input-error="true"] :is(label, input) {
    color: var(--form-error-color, red);
}
form .medi-assist-form-input-container[name-input-error="true"] + .medi-assist-form-input-error-msg {
    height: auto;
    filter: opacity(1);
    opacity: 1;
    opacity: 1;
}
form .medi-assist-form-input-container[phone-input-error="true"] {
    border: 1px solid var(--form-error-color, red);
}
form .medi-assist-form-input-container[phone-input-error="true"] :is(label, input) {
    color: var(--form-error-color, red);
}
form .medi-assist-form-input-container[phone-input-error="true"] + .medi-assist-form-input-error-msg {
    height: auto;
    filter: opacity(1);
    opacity: 1;
    opacity: 1;
}
form .medi-assist-form-input-container {
    font-size: 14px !important;
    --border-color: #c3c3c3;
    --label-color: #a2a2a2;
    --input-padding: 8px;
    font-weight: normal;
    color: #505257;
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    padding: 10px;
  }
form .theme-btn {
    width:100%;
    margin-top: 0px !important;
    padding: 11px 20px !important;
  }
  .medi-assist-index-form2 .medi-assist-form-main-container {
    background: #000;
    margin: 0 20px;
  }
  .medi-assist-index-form2 .medi-assist-form-main-container .medi-assist-form-heading{
    color: #fff;
  }
  
 form .medi-assist-form-input-container input {
    padding-top: calc(var(--input-padding) / 2);
    font-weight: 500;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: color, border;
    transition-property: color, border;
    line-height: 1.5;
    height: auto;
}
.medi-assist-form-input {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    font: inherit;
    color: inherit;
    outline: none;
    border: none;
    text-align: left;
    background: none;
    border-radius: 10px;
}

form .medi-assist-form-input-container label {
    display: block;
    font-size: clamp(12px, 3vw, 16px);
    pointer-events: none;
    color: var(--label-color);
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    -webkit-transition-property: top, font-size, -webkit-transform;
    transition-property: top, font-size, -webkit-transform;
    transition-property: transform, top, font-size;
    transition-property: transform, top, font-size, -webkit-transform;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
form .medi-assist-form-input-container :is(:is(input):not(:placeholder-shown), :is(input):focus-visible) ~ label {
    --label-color: #3d7cc9;
    font-size: 10px;
    -webkit-transform: none;
    transform: none;
    top: calc(var(--input-padding) / 1.6);
    line-height: 0.7;
}


@media (max-width:360px){
    form .theme-btn {
        font-size: 14px;
    }
}

.bookAppPopup_box{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999;
background: #000000AA;
/* backdrop-filter: blur(5px); */
display: grid;
place-content: center;
}
.tick__svg{
margin-bottom: 25px
}
.success__message{
color:#FF8300;
font-size:16px;
font-weight:600;
margin-bottom :10px
}
.message__details{
color: #00263E;
font-size :14px
}
.thankyouPage_container{    
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
text-align: center;
height: 100%;
background-color: white;
border-radius: 20px;
padding: 66px 20px;
width: 500px;
height: 267px;
}
@media screen and (max-width: 768px){
.thankyouPage_container{
max-width:280px;
padding: 66px 10px
}
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap');
body{position:relative; font-family: 'Montserrat', sans-serif; font-size:16px;  color:#232323;  padding:0; overflow-x: hidden; margin:0;}
* {margin:0px; padding:0px; border:0px;}
ul{list-style-type: none; margin: 0; padding: 0;}
p{font-size:16px;color: #444444;margin-bottom:10px;font-family: 'Montserrat', sans-serif;line-height: 28px;font-weight: 500;}
h1,h2,h3,h4,h5,h6{  margin: 0px; color: #111111; padding: 0px; font-family: 'Montserrat', sans-serif;}
a{ text-decoration: none; -webkit-transition: all .5s ease-in-out;  -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;  transition: all .5s ease-in-out;  font-family: 'Montserrat', sans-serif;}
a:hover, a:focus{ text-decoration: none; outline: none;}
img { width: 100%; max-width: fit-content;}
.text-center{text-align: center;}
.pt-50 {
padding-top: 50px;
}
.pb-50 {
padding-bottom: 50px;
}
.mt-50 {
margin-top: 50px;
}          
.banner-img {
width: 100%;
height: 100%;
padding: 0;
padding-bottom: 12%;
}
.banner-img img {
width: 100%;
max-width: 100%;
}
header {
padding-top: 30px;
background: #000;
}
.logo img {
width: 250px;
}
.box-inner-hero {
background: #000;
position: relative;
box-shadow: 0 19px 38px rgb(255 255 255 / 30%), 0 15px 12px rgba(0,0,0,0.22);
border-radius: 30px;
padding: 50px 5px 50px;
width: 80%;
margin: 0 auto;
margin-top: -120px;
margin-bottom: 50px;
}
.img-tab p {
font-size: 12px;
color: gray;
}
.theme-btn.style-two {
background: #0163da;
margin-top: 15px;
padding: 15px 20px;
}
.ban-links {
text-align: right;
}
.box-inner-hero .title-line-2 {
margin-bottom: 20px;
}
.medi-assist-call-button{
border: 1px solid #3D7CC9;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: fit-content;
padding: 11px 20px;
margin: 15px 0;
}
.medi-assist-call-button-container{
display: flex;
align-items: center;
justify-content: center;
}
.medi-assist-call-text{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.medi-assist-call-text p{
color:#3D7CC9 !important;
margin-left:10px !important;
font-size: 18px !important;
}
.medi-assist-call-text img{
width:16px;
}
.box-inner-hero ul li {
text-align: center;
display: inline-flex;
list-style: none;
margin: 0 45px;
justify-content: center;
}
.box-inner-hero ul {
display: flex;
justify-content: center;
}
.theme-btn.style-one span {text-align: center;width: 50px;height: 50px;display: inline-block;background: #ffffff;border-radius: 50%;font-size: 25px;line-height: 49px;border: 3px solid;color: #0050b2;     vertical-align: middle;}
/*XXXXXX*/
.headings-title {
font-size: 35px;
margin-bottom: 20px;
font-weight: 600;
}
.banner-img p {
text-align: center;
font-size: 32px;
color: #a4a4a4;
}
.headings-title span {
color: #0163da;
}
p:last-child {
margin: 0;
}
.theme-btn.style-one {
background: #0163da;
margin-top: 15px;
padding-left: 25px;
}
.theme-btn {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #fff;
text-align: center;
border-radius: 50px;
z-index: 1;
transition: all 500ms ease;
}
.theme-btn:before {
-webkit-transition-duration: 800ms;
transition-duration: 800ms;
position: absolute;
width: 200%;
height: 200%;
content: "";
bottom: 110%;
left: 50%;
background: #010100;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 50%;
z-index: -1;
}
.theme-btn:hover:before {
bottom: -40%;
}
.theme-btn.style-one:hover {
color: #fff;
}
.bg-color {
background: #000;
padding: 50px 0;
}
.title-line-2 {
text-align: center;
color: #fff;
font-size: 30px;
margin-bottom: 50px;
}
.title-line-2 span {
color: #0163da;
}
.counter-line {
text-align: center;
}
.counter-line p {
color: #a5a5a5;
font-size: 20px;
}
.counter-line h3 {
font-size: 50px;
font-weight: 700;
color: #fff;
}
.title-line-3 {
text-align: center;
color: #000000;
font-size: 35px;
margin-bottom: 50px;
font-weight: 600;
}
.title-line-3 span {
color: #0163da;
}
.list-point p {
color: #000;
font-size: 22px;
}
.list-point ul li {
position: relative;
padding-left: 30px;
line-height: 35px;
}
.list-point ul li:before {
content: "";
width: 20px;
height: 20px;
background: url(https://img.pristyncare.com/new_brand%2Felements%2Fmedi-Assist%2Fcir-icon.svg);
display: block;
background-size: cover;
position: absolute;
left: 0;
top: 7px;
}
.heads h4 {
margin: 0;
}
.heads p {
margin-bottom: 50px;
font-size: 22px;
line-height: 60px;
}
.grad-main p:nth-child(1) {
text-align: center;
color: #000000;
font-size: 25px;
margin-bottom: 0;
font-weight: 700;
}
.grad-main p:nth-child(3) {
font-size: 20px;
}
.grad-main img {
margin: 30px 0;
}
.needs-but p {
margin: 0;
font-size: 22px;
color: #000;
margin-top: 60px;
}
.doc-intro .title-line-2 {
text-align: left;
font-size: 35px;
margin: 0;
}
.doc-intro strong {
color: #0163da;
font-size: 32px;
margin: 50px 0;
display: block;
line-height: 35px;
}
.list-bio ul li:nth-child(1) {
font-size: 25px;
color: #fff;
font-weight: 600;
}
.list-bio ul li {
line-height: 30px;
color: #a5a5a5;
font-size: 20px;
}
.mt-30 {
margin-top: 30px;
}
.lg {
align-self: center;
}
.box-main {
text-align: center;
position: relative;
padding: 80px 15px;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
border-radius: 10px;
height: 100%;
}
.icon-img img {
width: 50%;
position: absolute;
left: -45px;
top: -45px;
}
.wid-100 .col-lg-2.col-md-2.col-sm-12 {
width: 16%;
margin: 0 20px;
}
.journey-sep {
margin: 60px 0;
}

.youtube-video {
margin: 10px 0;
}
.graydit{background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(168,200,241,1) 100%);}
.faq-drawer {
width: 95%;
margin: 0 auto 30px;
}
.faq-drawer__content-wrapper {
font-size: 1.25em;
line-height: 1.4em;
max-height: 0px;
overflow: hidden;
transition: 0.25s ease-in-out;
}
.faq-drawer__title {
border-top: #0163da 2px solid;
cursor: pointer;
display: block;
font-size: 18px;
font-weight: 500;
padding: 20px 0 0 0;
position: relative;
margin-bottom: 0;
transition: all 0.25s ease-out;
color: #000;
}
.faq-drawer__title::after {
border-style: solid;
border-width: 1px 1px 0 0;
content: " ";
display: inline-block;
float:right;
height: 10px;
left: 2px;
position: relative;
right: 20px;
top: 2px;
transform: rotate(135deg);
transition: 0.35s ease-in-out;
vertical-align: top;
width: 10px;
}
/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
color: #4e4b52;
}
.faq-drawer__trigger:checked
+ .faq-drawer__title
+ .faq-drawer__content-wrapper {
max-height: 350px;
}
.faq-drawer__trigger:checked + .faq-drawer__title::after {
transform: rotate(-45deg);
transition: 0.25s ease-in-out;
}
input[type="checkbox"] {
display: none;
}
.faq-drawer__content p {
font-weight: 400;
margin-top: 15px;
}

footer {
background: #0163da;
padding: 60px 0;
}
.blue-se {
background: #000;
border-radius: 20px;
padding: 75px 20px;
margin-right: 85px;
}
.blue-se h5 {
color: #fff;
font-size: 18px;
margin-bottom: 30px;
}
.blue-se p {
border-bottom: 2px solid #fff;
color: #fff;
font-size: 22px;
width: 100%;
position: relative;
padding-bottom: 10px;
}
.blue-se p span {
position: absolute;
right: 0;
font-size: 33px;
bottom: 6px;
}
.foot h5 {
color: #fff;
font-size: 22px;
margin-bottom: 30px;
}
.foot p, a {
color: #fff;
font-weight: unset;
}
.text-fb p {
color: #fff;
}
.text-fb.txt-right p {
text-align: right;
font-size: 25px;
}
.banner-img .title-line-2 {
font-size: 45px;
margin-top: 100px;
font-weight: 600;
}


.list-add {
box-shadow: 0 0 15px #e1e1e1;
height: 100%;
padding: 20px;
}
.list-add p {
font-size: 14px;
}
.list-add p strong {
font-size: 16px;
color: #000;
}

.h-whatsapp {
width: 50px;
height: 50px;
background: #2db742;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
-webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
-moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
position: fixed;
left: 20px;
padding: 13px;
  
bottom:4%;
z-index: 99
}
.video_carousel {
width: 50%;
margin: 0 auto;
}
.swiper {
width: 100%;
height: 45%;
}
.swiper-backface-hidden .swiper-slide{
width: 100% !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: -5px !important;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.grouppedImage{
display: grid;
grid-template-columns: 0.5fr 1fr;
gap: 15px;
margin-left: 69px;
}

/*XXXXXXXXXXX Responsive Css XXXXXXXXXXX*/
@media (max-width:1199px){
header .theme-btn.style-one {
    margin: 0;
}
.banner-img .title-line-2 {
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 22px;
}
.banner-img p {
    text-align: center;
    font-size: 22px;
    color: #a4a4a4;
}
.box-inner-hero ul {
    display: inherit;
    text-align: center;
}
.box-inner-hero ul {
    display: inherit;
}
.box-inner-hero ul li {
    width: 42%;
    text-align: center;
    display: inline-block;
    list-style: none;
    justify-content: center;
    margin: 20px;
}
.title-line-2 {
    font-size: 22px;
}
.box-inner-hero {
    margin-top: 50px;
}
.headings-title {
    font-size: 22px;
}
.title-line-3 {
    font-size: 22px;
    margin-bottom: 25px;
}
.heads p {
    font-size: 16px;
}
.heads p {
    font-size: 16px;
}
.grad-main p:nth-child(1) {
    font-size: 20px;
}
.grad-main p:nth-child(3) {
    font-size: 16px;
}
.doc-intro .title-line-2 {
    font-size: 25px;
}
.doc-intro strong {
    font-size: 18px;
    margin: 15px 0;
}
.doc-intro strong {
    font-size: 16px;
}
.list-bio ul li:nth-child(1) {
    font-size: 18px;
}
.wid-100 .col-lg-2.col-md-2.col-sm-12 {
    width: 40%;
    margin: 50px 20px;
}
.text-fb {
    text-align: center;
}
.text-fb.txt-right p {
    text-align: center;
}
.blue-se {
    padding: 65px 20px;
    margin-right: 25px;
}
.blue-se p {
    font-size: 18px;
}
.blue-se p span {
    font-size: 30px;
}
.foot h5 {
    margin-bottom: 10px;
}
.blue-se {
    margin-right: 0;
}

}
.innerContainer{
display:flex;
gap: 25px;
margin-bottom: 20px;
}
footer .container .row .col-lg-3{
margin-bottom:20px !important;
}
footer .container .pt-50 {
padding-top: 30px;
}
@media (max-width:767px){
.video_carousel {
 width: 90%;
 margin: 0 auto;
}
.swiper {
 width: 100%;
 height: 50%;
}
.imgForMobile, .buttonInSmallSection{
 display:block;
}
.onlyfordesktopview{
 display:none;
}
.grouppedImage{
 display: grid ;
 grid-template-columns: 1fr 1fr;
 gap: 15px;
 margin-left:unset;
}


header .theme-btn.style-one {
    display: none;
}
.logo {
    text-align: center;
}
.logo img {
 width: 160px;
}
.banner-img .title-line-2 {
    font-size: 22px;
    margin-top: 75px;
}
.banner-img p {
    font-size: 18px;
}
.box-inner-hero ul li {
    width: 25%;
}
.box-inner-hero {
margin: 50px 0;
width: 100%;
}
.list-point p {
color: #000;
font-size: 18px;
}
.heads p {
line-height: 24px;
margin-top: 15px;
}
.wid-100 .col-lg-2.col-md-2.col-sm-12 {
width: 70%;
}
.about-intro {
    margin-bottom: 50px;
    text-align: center;
}
.counter-line {
    margin: 20px 0;
}
.counter-line h3 {
    font-size: 30px;
}
.counter-line p {
    font-size: 16px;
}
.doc-intro {
    margin-top: 30px;
}
.faq-drawer__title {
    font-size: 16px;
}
.text-fb {
    margin: 3px 0;
}
.list-bio ul li {
    font-size: 16px;
}
.grad-main p:nth-child(1) {
    margin-top: 30px;
}

}
@media (max-width:450px){
.theme-btn.style-two{
 font-size:14px;
}
.theme-btn.style-one {
 font-size:14px;
}
.banner-img p {
 font-size: 16px;
}
.banner-img .title-line-2 {
font-size: 20px;
}
}       
@media (min-width:768px){
footer .container .row .col-lg-3{
 flex:1 !important;
}
}