
.appointment_sec {
    background: 
        linear-gradient(to left, rgba(0,0,0,0.7), rgba(0,0,0,0.0)),
        url(../img/need_to_talk.webp);
        
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.carousel-inner h1{
    font-size: 52px;
    color: #63326B;
    font-weight: bold;
}
.carousel-inner p{
    color: #000000;
}
.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* White gradient from left */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.95) 0%,  /* strong white */
        rgba(255, 255, 255, 0.8) 30%,
        rgba(255, 255, 255, 0.5) 60%,
        rgba(255, 255, 255, 0) 100%   /* transparent */
    );

    z-index: 1;
}

.carousel-caption p a {
    position: relative;
    color: #000000;
    font-weight: bold;
}

.carousel-caption .arrow {
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

.carousel-caption p a:hover .arrow {
    opacity: 1;
    transform: translateX(-20px); /* move slightly more */
    color: #63326B;
}
.carousel-caption p a:hover {
    color: #63326B;
}
/* Keep text above overlay */
.carousel-caption {
    z-index: 2;
}

p{
    font-size: 16px !important;
}
.carousel-inner img {
    width: 100%;
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}




.leadForm .form-group{
    position: relative;
    margin-bottom: 1.5em;
}

.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    left: 12px;
    background: white;
    color: #bd060e;
}

@media only screen and (max-width: 479px) {

}



.covi-favi-block{
    position: fixed;
    /* display: block; */
    background: #fff;
    /* color: #FFF; */
    bottom: 10px;
    z-index: 100;
    left: 10px;
    right: initial;
    border: 8px solid #56326dbf;
    width: 350px;
    text-align: center;
    padding: 0;
}
.close-icon {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #806592;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: none;
    opacity: 1;
    color: #fff;
    z-index: 999;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    content:'';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
	background: url(../img/azi-guard-technology.svg) no-repeat center;
	background-size: 30px;
}
.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
	background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
	background-size: 55px;
}
.tz-gallery1 .lightbox:after {
	background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
/* Video Gallery ********/
.video-block {
	text-align: left;
    background-color: #eee;
    padding: 5px;
    min-height: 290px;
}
.thumbnail-block {
	/*padding: 5px;
    border: 1px solid #ebebeb;*/
	position: relative;
}
.overlap {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
	cursor: pointer;
	text-align: center;
}
.thumbnail-block:hover .overlap {
	display: block;
}
.thumbnail-block img {
	width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.overlap img {
	width: 55px;
    margin-top: 20%;
    height: auto;
}
.modal-video-body video {
	width: 100%;
}
.modal-video-body iframe {
	width: 100%;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}
.video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
}
small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}
.video_gallery_section {
	position: relative;
	padding: 100px 0;
	background-color: #ffffff;
}
.video_gallery_section1 {
	margin-top: 15.2em;
    padding: 50px 0;
}
/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
	margin-top: 0;
}
.success-text {
    text-align: center;
}
.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}
.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}
.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.success-text h6 a {
    color: #ffffff;
    display: block;
}
.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}
.disclmerTxt b{
	font-weight: bold;
}
.cookie-banner {
	display: none;
	height: auto;
	position: fixed;
	z-index: 999;
	padding: 4px 3%;
	background-color: #eee;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner.bottom {
	display: block;
	border-top: 2px solid #26130c;
	bottom: -90%;
	transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
	bottom: 0;
	transition: bottom 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner p {
	float: left;
	width: 88%;
	display: inline-block;
	font-size: 12px;
}

.cookie-banner a.button {
	float: left;
	margin: 15px;
	width: 100px;
	height: 40px;
	z-index: 100;
	background: #9d0917;
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 8px;
	display: inline-block;
	color: #FFF!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
}

.image_gallery_section {
	padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background-color: transparent;
}
.percent{
    font-weight: 600;
    color: #63326B;
}
.faq_section {
	padding: 50px 0;
}

.line{
    width: 70%;
    border-top: 1px solid #fff;
}
.ctn {
    position: absolute;
    margin-top: -100px;
}
::marker {
    font-weight: 600;
}
::placeholder{
    font-weight: 500;
}
label.text-red.text-capitalize.text-normal {
    font-size: 14px;
    color: red;
}
.btn:hover {
    color: #ffffff;
    background-color: #63326B;
    text-decoration: none;
}
.appointment_sec_btn:hover{
    color: #63326B;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}


.appointment_sec_btn{
    background-color: #63326B;
    color: #fff;
}
.custom_appointment_btn{
    width: 200px;
}
.active{
    color: #63326B !important;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons{
    margin-top: 2%;
}
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 50px;
    height: 50px;
        padding-top: 4px;
    line-height: 40px;
    background: transparent;
    color: #0054DB;
    border: 1px solid #0054DB;
    border-radius: 25px;
    margin-right: 15px;
    margin-left: 15px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background-color: #0054DB;
    color: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    color: #0054DB;
}
.owl-prev:hover::before,
.owl-next:hover::before{
    color: #fff;
}
.text-capitalize {
    text-transform: math-auto !important;
}
.owl-next:before{ content: "\f061";
    color: #0054DB; }


.carousel-caption {
    right: 15%;
    top: 20% !important;
    left: 10% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: inherit !important;
    width: 46%;
}
.modal-body {
    padding: 0px 20px 15px 20px;
}
.side_heading{
    font-family: "Vollkorn";
}

@media (max-width: 768px){
    .carousel-inner h1 {
        font-size: 28px;
    }
    .carousel-caption {
        top: 9% !important;
        width: 70%;
    }
    .contactus {
        padding: 30px 5px !important;
    }
    .contactus .footer_heading {
        text-align: left !important;
    }
    .contactus .social_icons_cont
     {
            text-align: left;
        }
    .contactus .social_icons {
        justify-content: flex-start !important;
    }
    .contactus .social_icons .social_icon {
        width: 45px;
    }
    .understanding_lupus_top_sec {

        padding: 30px 0;
    }
    .appointment_sec {
        padding: 30px 0;
    }
    hr {
        border-top: 1px solid #ffffff82;
    }
    .symptoms_of_lupus_sec .symptoms_sec .symptom img {
        width: 40%;
        border-bottom: 1px solid #0000003b;
    }

    .contactus_sec .contactus_leftsec {
        padding: 28px;
    }
    .who_are_we_bot_sec h6{
        font-size: 16px;
    }
    .who_are_you_about_sec .who_are_you_content_sec, .who_are_you_about_sec .who_are_you_img_sec {
        margin-bottom: 10px;
    }
}

/*Giridhar added css*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 6px;
    padding-top: 0px;
}
.testimonials_section .testimonials_section_top_cont .social_icon
 {
    width: 58px;
    margin-right: 20px;
}
img.card-img-top {
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
}
.play_btn{
    color: #63326B;
}
.contactus .footer_link, .contactus_sec .footer_link{
    display: inline-block;
    color: #fff;
    margin-bottom: 1em;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    width: fit-content;
}
.contactus .footer_link::after, .contactus_sec .footer_link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.contactus .footer_link:hover,  .contactus_sec .footer_link:hover{
    color: #fff;
}

.contactus .footer_link:hover::after,  .contactus_sec .footer_link:hover::after{
        width: 100%;
}
.contactus .social_icons_cont .copyright a:hover {
    text-decoration: underline;
    color: #fff;
}
.understanding_lupus_top_sec .understanding_lupus_btn_sec .understanding_lupus_custom_btn {
    width: fit-content;
    padding: 10px 22px;
}

/* ACTIVE STATE */
.understanding_lupus_custom_btn.active {
    background: #000;
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #020101;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #020101;
    outline: 0;
    box-shadow: none;
}
.btn {
    width: fit-content;
    padding: 10px 22px;
}
.contactus .social_icons_cont .copyright {
    font-size: 11px !important;
}
::selection {
    color: #ffffff;
    background: #63326b !important;
}
/*--------------------------------------------
     Aravind Added Css 23-02-2024                  
---------------------------------------------*/
.overelipsis1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.brs-10{border-radius:10px;}
.brs-50{border-radius:50%;}
.w-85{width:85%;}
.doctor_fullinfo .doctor_info .info {margin-bottom: 0px;}
.doctor_fullinfo .doctor_info p { margin-bottom: 15px !important;}
@media (max-width: 500px){
    .w-85{width:100%;}
    
}

/*.doctor_fullinfo img{height: 450px;object-fit: cover;position: sticky;top: 120px;}*/

