

.ul.nav.nav-pills.nav-link{
    display: flex;
    flex-direction: row; 
    background-color: #EAEAEA !important ;
    flex-wrap: nowrap;
    border-radius: 50px !important;
    align-items: center;
 
}
.nav-pills .nav-link.active{
    background-color:#7D75CD !important;
        /*border-radius: 50px !important;*/
}
.nav-pills .nav-link{
    border-radius:50px;
    background-color: #EAEAEA !important ;
    padding: 12px 21px;
    font-size: 12px;
    gap:10px ;
}
.p-4-5{
    padding: 4.5rem !important;
}







body{font-family: "Inter", sans-serif;}
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.jura_font{
    font-family:"Jura", sans-serif;
    color:#7D75CD !important;
}
.banner_txt {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 58%;
}
.banner_txt h3{
    font-size: 40px;
    font-weight: bold;
}

.banner_txt p{
    font-size: 20px;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}
a.sliderbtn1 {
   display: inline-block;
    font-weight: 500 !important;
    text-align: center;
    white-space: nowrap;
    background: #7D75CD;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    border-radius: 0.50rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}
a.sliderbtn1:hover{
    color:#fff;
}
a.sliderbtn2 {
   display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background: #7D75CD;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}


    nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
    }
    .bred_flex {
        display: flex;
        justify-content: space-between;
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
        color:#7D75CD;
    }
    
.banner_txt h1{font-size:52px;width: 75%;font-weight: 800;}
.buttons a{background: #7D75CD;color: #fff;text-transform: capitalize;border-radius: 30px;padding: 12px 30px;font-weight: 700;}
.banner_txt p{width:90%; font-size:16px;font-weight:300;}

/*--------- Common Css ----------- */
.navbar-light .navbar-nav .nav-link {color: #343434;font-size:14px;}
.navbar-light .navbar-nav .nav-link:hover{color:#7D75CD; border-bottom:2px solid #7D75CD;padding-bottom:4px;}
.ofh{overflow: hidden;}
.bg-app {background: #F48C12;}
.bg-lapp{background: #F7B32B;}
.text-appp {color: #01BDB2 !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #F6F6F6;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.text-darkk{color: #000000;}
.text-grey{color: #969FA8 !important;}
.text-lblue{color: #0F4DED !important;}
.text-app {color: #7D75CD2;}
.text-green{color:#001137;}
.brs-10 {border-radius: 10px;}
.brs-20 {border-radius: 20px;}
.brs-30 {border-radius: 30px;}
.brs-50{border-radius:50%;}
.pad5-7{padding: 3px 5px;}  
.lh-60{line-height: 75px;}
.lh-40{line-height: 40px;}
.fs-65{font-size: 65px;}
/*.hei-185{height: 185px;}*/
.sideimg {position: absolute;top: 0px;left: 0;width: 350px;}
.bg-under{background: #545454;}
.mtn-48{margin-top: -48px;}
.wid-30{width: 30px;}
.fw-100{font-weight:100;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}
#accordion .hdng a:after {font-family:Fontawesome;content:'\f078';float:right;font-size:15px;}
#accordion .hdng a.collapsed:after {font-family:Fontawesome;content:'\f077';}
#democ .carousel-indicators .active {background: #F48C12;border: 1px solid #F48C12;margin-top: 9px;}
.whychoosevideo{position:absolute;}
.choosetickbefore ul li:nth-child(odd){
    background-color:rgba(88, 187, 186, 0.4);
    padding:10px;
    display:flex;
    align-items:center;
}
.choosetickbefore ul li:nth-child(even){
    padding:10px;
    display:flex;
    align-items:center;
}
.about_us .choosetickbefore{
    position: absolute;
    top: 95px;
    left: 50px;
    color: #fff !important;
    right: 125px;
}
.about_us .whytochoose_h{
    top: 70px;
    left: 50px;
    color: #fff !important;
    right: 125px;
}
.secondarytext:hover{text-decoration:underline;}
.choosetickbefore p:nth-child(odd){background-color:rgba(88, 187, 186, 0.4);color:#fff;padding:15px;font-size:15px;font-weight:200;margin-bottom:0px;}
.choosetickbefore p{color:#fff;padding:15px;font-size:15px;font-weight:200;margin-bottom:0px;}
.choosetickbefore *{color:#000;}
.choosetickbefore{position: absolute;top: 110px;left: 125px;color: #fff !important;right: 125px;}
.docimgabout{width:100%;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.btnsecondary {padding: 12px 30px;border-radius:30px !important;}
.btnprimary {padding: 12px 21px !important;font-size:14px;border-radius:30px !important;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}
/*.about_left_img{background:#5CBBBA;}*/
.about_home_text p{font-size:26px;color:#404040;font-weight:300;line-height:35px;}
/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 14px;background: #7D75CD;border-radius: 50%;padding: initial;width: 25px;height: 25px;text-align: center;padding-top: 5px;}

/*--------- Text overflow Control Css --------- */
.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;}
.overelipsis3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}

/*--------- Blog Area input Css ---------*/
.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}
.blogcategory ul li a:hover{color: #F48C12;}
.blogarea h1, .blogarea h2, .blogarea h3, .blogarea h4, .blogarea h5, .blogarea h6{font-weight:bold;margin:20px 0px;color:#000;}
.blogarea p{font-size:18px;}
.blogarea span{color: #000000;font-size:16px !important;}
.blogarea ul li, .blogarea ol li{font-size:18px;padding: 8px 0px;line-height: 30px;}
.blogarea img{width:100%;margin:20px 0px;height:450px;object-fit:cover;border-radius:10px;}

/*---------Events Css --------- */
.medeventsdiv a:hover{text-decoration: none;}
/*.medevents{background: rgba(0, 0, 0, 0.04);cursor:pointer;height: 340px;}*/
.medevents{margin:10px;}
.event_iimg{height: 220px;
    background-size: cover;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom:5px;
}
/*.medevents:hover{background: #000000;}*/
.medevents p{color:#000000;}
.medevents:hover p{color:#7D75CD !important;}
.medevents p.text-app{color:#000000;}
.medevents:hover p.text-app{color:#F48C12;}
.venuedetails{height:45px;overflow-y:scroll;}
.medevents:hover span{color: #7D75CD;}

/*--------- Events Info Css --------- */
.event_info .card{background:#5CBBBA;padding:20px;border-radius:20px;height:345px;}
.eventmorescroll {
    height: 225px;
    overflow-y: auto;
}
.event_info_img{height:345px;border-radius:20px;object-fit:cover;}


/*--------- Tesimonial Css --------- */
.testimonials_homepage{background-image:url("../img/testimonial_bg.png");height:80vh;background-size:cover;background-color:rgba(0, 0, 0, 0.65);background-blend-mode: overlay; display:flex; justify-content:center; align-items:center;}
.testimoimg{width: 60px;height: 60px;border-radius: 50%;}
.paginationcss .page-link {position: relative;display: block;padding: 15px 20px;line-height: 1.25;color: #121212;background-color: #fff;border: 1px solid #dee2e6;border-radius: 50%;margin-right: 16px;}
.page-item:first-child .page-link {border-radius: 50%;}
.paginationcss  .page-item:last-child .page-link {border-radius: 50%;}
.paginationcss .page-item.active .page-link {color: #000000;background-color: #F48C12;border-color: #dee2e6;}


/*--------- Faq's Css --------- */
.faqsection a, .faqsection .text-link {color: #3a3a3a;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}

/*--------- video Gallery Css --------- */
.vedioimg{position:relative;}
.videogallery{position: absolute;top: 0;bottom: 0;left: 0;right: 0;padding:15px;background: #00000091;}
.playbtnimgvideo{position:absolute;bottom: 20px;}
.playbtnimg{position:absolute;left: 40%;top: 36%;width:130px;}
.playbtnimgvideo1{left: 75px;}

/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls{text-align:start;}
.owl-theme .owl-controls .owl-page span {background: #fff;}
.owl-buttons{position: absolute;right: 74px;top: -70px;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #000000!important;width: 50px;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
.contactusform ::placeholder {color: #000000;font-size:16px;}
.contact_us .c_info p a{color:#000 !important;}
.contact_us .c_info p a:hover{color:#7D75CD !important;}
.contactusform{}
.contactusform .form-control{padding:25px 15px;}
.writereview .form-control{background: transparent;padding: 25px 15px;}
.writereviewtestimonial .form-control{border: 1px solid #000000;}
.writereview .form-control::placeholder {color: #000000;}
.wreviewp{padding: 10px 10px !important;height: 52px;}
.wreviewpeople{background: rgba(0, 0, 0, 0.04);height: 225px;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview{height: 125px;overflow-y: auto;padding-right:20px;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}

/*--------- Social media icons Css ---------*/
.bg-fb{background: #3b5998;}
.bg-twit{background: #00acee;}
.bg-link{background: #0072b1;}
.bg-whats{background: #25D366;}

/*--------- Book Appointgment Css ---------*/
.bookapmt{background:#6FD7D6;}
.bookapmt .form-control{border: none;border-radius: 0;background:#F4F7F7;padding:20px;}
/*.appointmentimg{position: absolute;right: -100px;}*/
.appointmentslotscontainer label{background: #eee;border-radius: 4px;padding: 2px 8px;float: left;color: #000000;border: 1px solid #727272;}
.appointmentslotscontainer label:hover{background:#0A0CF4;color:#FFFFFF;}
.appointmentslotscontainer div{width:178px;text-align:center;position:relative;font-size: 16px;}

/*--------- Speciality's Css ---------*/
.specialtick{position: absolute;left: -10px;}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #5CBBBA;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: 100%;overflow: hidden;}
.allimgnums {position: absolute;bottom: 32px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #14131394;text-align: center;}

/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;}

/*--------- Submit btn Searchbar Css ---------*/
.subbtnsearch{position: absolute;right: 8px;top: 8px;border:none;background:transparent;z-index:1;padding:0px 12px;color:transparent;}


/*--------- Custotm style ScrollBar Css ---------*/
.cusscroll ::-webkit-scrollbar {width: 2px;}
.cusscroll ::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; }
.cusscroll ::-webkit-scrollbar-thumb {background: #5CBBBA;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }
.whytochoose_h{background:transparent;height:50px;position: absolute;
top: 55px;
left: 125px;
color: #fff !important;
right: 125px;}

/*--------- Contact Us Css ---------*/
.c_row {display: flex;flex-direction:column;align-items: center;margin: 20px; width:250px;}
.c_row .c_icon {min-width: 75px;height: 75px;vertical-align: middle;text-align: center;background: #7D75CD;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.c_row .c_icon i {color: #fff;font-size: 25px;}
.c_info{padding-top:5px;}
.c_info p{color:#000 !important;font-size:16px;}

.choosetickbefore ul{list-style:none;padding:0px; margin-top:20px;}
.choosetickbefore ul li{color:#fff;position:relative; font-size:15px;font-weight:200;}
.choosetickbefore ul li::before {content: url('../img/trick.png');margin-right:5px;transform: scale(0.6);display: inline-block;}
.social_rows{display:flex;justify-content:center;}

/*--------- Contact Us Css ---------*/
.book_appointment1{background-image: url(../img/book_appointment1_bg.jpg);height: 90vh;
background-size: cover;
background-color: rgba(0, 0, 0, 0.65);
background-blend-mode: overlay;
display: flex;
justify-content: center;
align-items: center;
}
.book_appointment{
/*height: 50vh;*/
background: linear-gradient(to right, #5CBBBA 50%, #F4F7F7 50%);
}
.book_appointment .telPhone{color:#FF8A8B !important;}
.book_appointment .telPhone:hover{color:#7D75CD !important;}
.footer_social_icon li a{
background:#EDEFF1;
border-radius:50px;
margin:5px;
height:40px;
width:40px;
display:flex;
align-items:center;
justify-content:center;
}
.footer_social_icon li a:hover{background:#7D75CD;color:#fff;}

/*--------- Footer Css ---------*/
footer p.footba::before{content: "";position: absolute;width: 420px;left: 0;height: 1px;background: #8f8d8d;top: 31px;}
footer p.footba::after{content: "";position: absolute;width: 420px;right: 0;height: 1px;background: #8f8d8d;top: 31px;}
.breadcrumb {border-radius: 0px;}

/*--------- Video Popup Css ---------*/
.video-block button.close {position: absolute;z-index: 999;background: #023047;color: #fff;padding: 10px;opacity: 1;right: 0;top: 0px;}
.btn_submit{background:#7D75CD;}
.text-red {color: red;}
.h-280{height:280px;object-fit:fill;}
.h-350{overflow-y:auto;padding-right:20px;height:500px;}
.h-650{height:650px;object-fit:cover;}

/*--------- Responsive Css ---------*/
@media (max-width: 1200px) {
footer p.footba::before{display:none;}
footer p.footba::after{display:none;}
}  

@media (max-width: 1024px) {
.top_menu{display:none;}
.appointmentimg {display: none;}
.navbar{padding:20px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
}  

@media (max-width: 768px) {
.appointmentslotscontainer div {width: 250px;} 
.bookappempire{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}

@media (max-width: 767px) {
.jura_font{
font-size:24px !important;
}
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
.h-280{height:auto;}
a.navbar-brand.fs-26.fw-700.jura_font{
font-size:20px !important;
}
.choosetickbefore{
padding: 25px;
top: 100px;
left: 20px;
height:450px;        width: 88%;
}
.whytochoose_h{
top: 50px;width: 100%;
left: 36px;}
.whytochooseimgres{height: 600px;
object-fit: cover;}
.col-md-5.p-5{padding:1rem !important;}
h3.fs-60 {font-size: 26px !important;margin-top: 16px;}
.book_appointment{background: linear-gradient(to right, #5CBBBA 100%, #F4F7F7 50%);}
/*.book_appointment img{display:none;}*/
div.pl-50{ padding: 30px !important;text-align: center;}
.social_rows{flex-direction:column !important;}
} 
@media (max-width: 475px) {
.banner_txt h1{font-size:30px;}
.banner_txt p{width:100%;}
} 

@media (max-width: 450px) {
.fs-65{font-size:40px !important;}
.fs-40{font-size:35px !important;}
.w-75{width:100% !important;}
.playbtnimg {width: 80px;}
.sideimg {display:none;}
.centext{text-align:center;}
.py-5{padding-top:10px !important; padding-bottom:10px !important;}
.pt-5{padding-top:10px !important;}
.owl-buttons {right: -4px;top: -38px;}
#testimonials_slider .owl-buttons {top: 0px;position: relative;}
.pt-3{padding-top: 0.5rem!important;}
.lh-60 {line-height: 52px;}
.mr-20{margin-right:0px !important;}
.w-250{width:200px;}
.navbar-brand.fs-30{font-size:28px !important;}
.banner_txt {left: 45%;width: 80%;}
}  

@media (max-width: 375px) {
.fs-50 {font-size: 35px !important;}
.fs-40 {font-size: 28px !important;}
}  

@media (max-width: 325px) {
.docimgabout {width: 285px;height: 285px;}
}  
