
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden;
    /* padding-top: 166px; */
}
a, a:hover, a:focus {  
    text-decoration: none;
    transition: all 400ms ease;
}
img{max-width: 100%}
/* h1, h2, h3, h4, h5, h6 { font-weight: 700; } */
input, button { outline: none !important; box-shadow: none;  }

.mobile{display: none !important;}
.mainHeader {
    background: #fff;
    /* box-shadow: 0 0 10px; */
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 400ms ease;
}
.yellow-box ul{
    list-style-image: url('../images/tick-icon.png');
    padding-left: 26px;
}
.yellow-box ul li{
    font-size: 16px;
    color: #27115F;
    font-weight: 400;
    padding: 5px 5px;
}
.form-div{
    border: 1px solid #00000033;
    border-radius: 10px;
}

.form-div .form-header{
    background-color: #550935;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.form-div .form-header h4{
    font-size: 28px;
    font-weight: 600;
    padding: 10px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.form-header img{
    width: 100%;
}
.mainHeader.fixedHeader {
    transition: all 400ms ease;
    box-shadow: 0 0 10px #0000002e;
}
.form-body{
    padding: 10px 20px;
}
.add-menu-form label{
    font-weight: 700;
}
.topHeader {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    align-items: center;
    background: #041C32;
}
.listInline {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 10px;
}
.gap20{
    gap: 20px;
}
.topHeader p a {
    color: #333;
    font-weight: 500;
}
.topHeader li a, .topHeader li {
    color: #fff;
    font-size: 13px;
}
.topHeader li a:hover{
    text-decoration: underline;
}
.topHeader .contactList i {
    color: #f08174;
}
.logInBtn a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1E1E1E;
}

.contactList li:first-child {
    padding-right: 10px;
}
nav#mainNav {
    background: #fff;
    /* background: rgb(14,33,74); */
    /* background: linear-gradient(0deg, rgba(14,33,74,1) 0%, rgba(26,45,84,1) 47%, rgba(36,58,107,1) 74%, rgba(38,68,132,1) 100%); */
    padding: 0 15px;
}
.navbar-brand img {
    max-height: 45px;
}

li.menu-item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}

li.menu-item a:hover {
    background: #ed4834;
}

.default-btn{
    background: #550935;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
}
.default-btn:hover{
    color: #fff;
}

nav#mainNav .nav-item > a {
    font-size: 15px;
    color: #550935;
    font-weight: 500;
    padding: 26px 0px;
    position: relative;
}
nav#mainNav .nav-item > a:hover {
    color: #550935;
}
nav#mainNav .nav-item {
    padding: 0 15px;
}

.dropMenu:hover .dropMenuWrp {
    opacity: 1;
    top: 100%;
    z-index: 9;
    transition: all 500ms ease;
    visibility: visible;
}
nav#mainNav .nav-item > i {
    position: absolute;
    right: 5px;
    top: 33px;
}
.mainNav {
    background: #9D191D;
    border-bottom: solid 5px #fff;
}

.mainNavList {
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.mainNavList li a {
    color: #550935;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}
.sliderBanner .owl-dots{
    display: none !important;
}
.mainNavList li a:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: all 500ms ease;
}
.mainNavList li a:hover:before{
    width: 100%;
    transition: all 500ms ease;
}
.mainNavList li a:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: 0px;
}

.mainNavList li:last-child a:after {
    display: none;
}
.slideScroller .item{
    overflow: hidden;
}
.slideScroller .item > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slideScroller .item .container {
    position: relative;
}

.bannerContent {
    position: absolute;
    left: 0;
    padding: 79px;
    top: 0;
    width: 100%;
    height: 700px;
    background-color: #550935;
    display: flex
;
    align-items: center;
}
.bannerContent .d-block{
    position: relative;
    z-index: 5;
}
/* .bannerContent:before {
    content: "";
    background: #550935;
    background-size: cover;
    position: absolute;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 1;
}
.bannerContent:after {
    content: "";
    width: 200px;
    height: calc(100% + 120px);
    position: absolute;
    right: -120px;
    top: -70px;
    background: #550935;
    background-size: cover;
    z-index: 1;
} */
.bannerContent h1 {
    font-weight: 600;
    font-size: 44px;
    color: #fff;
    margin: 0;
}

.bannerContent p {
    margin: 30px 0;
    font-size: 16px;
    color: #fff;
}

.btnYellow {
    display: inline-flex;
    background: #FFF08B;
    border-radius: 4px;
    font-weight: 700;
    color: #550935;
    padding: 10px 40px;
    box-shadow: 0 0 0px #00000036;
    border: solid 1px #FFF08B;
}

.btnYellow:hover {
    color: #FFF08B;
    background: #550935;
    box-shadow: 0 0 10px #00000036;
}

.btnRed {
    display: inline-flex;
    background: #550935;
    border-radius: 4px;
    font-weight: 700;
    color: #FFF08B;
    padding: 10px 40px;
    box-shadow: 0 0 0px #00000036;
    border: solid 1px #550935;
}

.btnRed:hover {
    color: #FFF08B;
    background: #550935;
    box-shadow: 0 0 10px #00000036;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
}

.owl-nav .owl-next {
    position: absolute;
    right: 20px;
    transform: translateX(50%);
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 24px; /* Adjust size as needed */
    color: #550935; /* Adjust color as needed */
    background-color: #FFF08B;
    padding: 10px;
}

.sliderBanner {
    position: relative;
}

.sliderBanner .owl-dots {
    position: absolute;
    left: 7%;
    bottom: 20px;
    display: flex;
    gap: 5px;
}

.sliderBanner .owl-dots button {
    width: 10px;
    height: 10px;
    background: transparent;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.sliderBanner .owl-nav img {
    max-width: 100px;
}

.sliderBanner .owl-dots .active {
    background: #fff;
}

.stats-div{
    background: #FBF0FA;
    text-align: center;
    padding: 45px;
    border-radius: 10px;
    display: grid;
}
.serviceContent{
    padding: 50px 30px;
}

.serviceCollapseBtn{
    background: #FBF0FA;
    width: 100%;
    display: block;
    padding: 20px 40px;
    border-radius: 10px;
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.serviceCollapseBtn:hover{
    color: #101828;
}
.service-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #550935;
}

.stats-number{
    font-size: 40px;
    color: #550935;
    font-weight: 800;
}

.stats-text{
    font-size: 16px;
    font-weight: 700;
    color: #1D1E25;
}

.aboutUs {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.service-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.abtShape {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -180px;
}
.abtShape2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.abtShape2 img {
    width: 520px;
}
.aboutUs .container {
    position: relative;
    z-index: 1;
}

.abtShape img {
    width: 300px;
}
.sectionHeading h3 {
    margin: 0;
    text-transform: uppercase;
    display: inline;
    position: relative;
    font-size: 13px;
    letter-spacing: 2px;
}

/* .sectionHeading h3:after {
    content: "";
    width: 60px;
    height: 6px;
    background: #22345B;
    position: absolute;
    right: -70px;
    top: 5px;
} */

.sectionHeading h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #550935;
}

.para {
    font-size: 15px;
    color: #343434;
}
.rs-breadcrumbs.bg-1 {
    background-image: url(../images/header-img.jpg);
    background-size: cover;
    margin-top: 70px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    background-blend-mode: overlay; /* Blends the color with the image */
}
.rs-breadcrumbs .content-part {
    padding: 50px 0;
}
.rs-breadcrumbs .content-part .breadcrumbs-title {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}
.section-border{
    border: 1px solid #6F1B6C66;
    border-radius: 10px;
}

.serviceThumb img{
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.aboutUsContent ul {
    margin: 0 0 20px;
}

.aboutUsContent ul a {
    color: #151515;
    font-weight: 600;
}

.facilities {
    /* background: #F4F8FF; */
    padding: 50px 0;
}

.belief-block{
    border: 1px solid #6F1B6C4D;
    border-radius: 10px;
}

.belief-block .lower-content{
    padding: 10px 35px;
}

.process-block{
    border: 1px solid #6F1B6C4D;
    padding: 15px 15px;
    border-radius: 6px;
    display: flex;
}

.yellow-box{
    background-color: #FFF9D0;
    border: 1px solid #FFF08B;
    border-radius: 10px;
    padding: 20px;
}

.process-block h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #550935;
    padding-left: 20px;
    padding-top: 7px;

}

.belief-block .lower-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: left !important;
    color: #550935;
}

.belief-block img{
    width: 100%;
}

.facilities .facility-subHead{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #550935;
}

.facilitiesList {
    display: flex;
    gap: 30px;
}

.facilitieBx {
    width: calc(100%/5 - 15px);
}

.facilitieBx img {
    width: 100px;
    transform: scale(1);
    transition: all 500ms ease;
}
.facilitieBx:hover > img {
    transform: scale(1.1);
    transition: all 500ms ease;
}
.facilitieBx h3 {
    color: #22345B;
    font-size: 18px;
    margin: 15px 0 10px;
    font-weight: 700;
}
.facilitieBx:hover h3{
    color: #9D191D;
}
.admissionBannerBx {
    display: flex;
    align-items: center;
    position: relative;
    gap: 50px;
    background: #E8E8E8;
    border-radius: 10px;
    padding-right: 50px;
    overflow: hidden;
}

.admissionBannerBx > img {
    height: 130px;
}

.admissionBannerBx h3 {
    font-size: 14px;
    margin: 0;
}

.admissionBannerBx h2 {
    font-size: 26px;
    white-space: nowrap;
    font-weight: 700;
    color: #343434;
    margin: 0;
}

.admissionBannerBx p {
    font-size: 13px;
    margin: 0;
}

.admissionBannerBx .btnYellow {
    white-space: nowrap;
}
.admissionBannerBx .btnRed {
    white-space: nowrap;
}
.admissionThumb {
    position: relative;
}

.admissionThumbContent {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #000000ad;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 95px;
    transition: all 500ms ease;
}
.admissionThumb:hover .admissionThumbContent {
    height: 100%;
    transition: all 500ms ease;
}
.admissionThumbContent img {
    width: 60px;
}

.admissionThumbContent h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.quickLinks .container-fluid {
    display: flex;
    gap: 20px;
}

.quickLinksLists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.quickLinkBx {
    width: calc(100% / 5 - 20px);
    display: flex;
    align-items: center;
    gap: 15px;
}

.quickLinkBx img {
    width: 70px;
    transform: scale(1);
    transition: all 500ms ease;
}
.quickLinkBx:hover img {
    transform: scale(1.1);
    transition: all 500ms ease;
}

.quickLinkBx h3, .quickLinkBx h3 a {
    font-size: 15px;
    color: #151515;
    margin: 0;
    text-transform: capitalize;
}
.quickLinkBx:hover h3, .quickLinkBx:hover h3 a{
    color: #9D191D;
}
.quickLinkBx h2 {
    font-size: 26px;
    border-bottom: 5px solid #22345B;
    padding-bottom: 5px;
}

.quickLinks {
    margin: 50px 0;
    border-top: solid 2px #E8E8E8;
    border-bottom: solid 2px #E8E8E8;
}

.latest {
    background: #F4F8FF;
    padding: 50px 0;
    position: relative;
}
.lateestShape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.lateestShape img {
    height: 350px;
}
.latest h2, .gallery h2 {
    font-size: 32px;
    color: #22345B;
    padding: 0 0 10px;
    font-weight: 700;
    margin: 0 0 20px;
}

.newsBx {
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}

.newsThumb img {
    width: 80px !important;
    min-width: 80px;
}

.newsContent h5 {
    font-size: 14px;
    color: #9D191D;
    font-weight: 600;
    margin: 0;
}

.newsContent p {
    margin: 0;
    font-size: 13px;
}

.latestNews .owl-nav {
    position: absolute;
    top: -64px;
    right: 0;
    display: flex;
    gap: 10px;
}

.latestNews .owl-nav img {
    width: 30px;
}

.updates {
    padding: 40px;
    background: linear-gradient(153.65deg, #22345B 13.73%, #294582 50.04%, #112654 83.44%);
    border-radius: 20px;
    color: #fff;
}

.updates .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 10px;
}

.updateBx p {
    margin: 0 0 50px;
}

.updates .owl-nav img {
    width: 30px;
}
.preparingStudents {
    background: #22345B;
}

.preparingStudents h3, .preparingStudents h2, .preparingStudents p {
    color: #fff;
}
.testimonial{
    background-color: #F1F0EC;
    position: relative;
    padding: 60px 0px;
}
.testimonial .item{
    background-color: #fff;
    border-radius: 10px;
}
.testimonialShape1, .testimonialShape2{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}
.testimonialShape2{
    left: auto;
    right: 0;
}
.testimonialShape1 img, .testimonialShape2 img{
    height: 200px;
}
.testimonialContent p {
    line-height: 1.8;
    font-size: 13px;
}

.testimonialProfile{
    display: flex;
    padding-left: 15px;
    flex-direction: column;
    padding-top: 12px;
}

.testimonialProfile .name{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #550935;
}

.testimonialProfile .designation{
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.testimonialContent p b {
    font-style: normal;
}

.testimonialThumb{
    display: flex;
}

.testimonialThumb img{
    width: 50px !important;
    object-fit: contain;
    opacity: 1 !important;
}

.testimonialContent {
    padding-top: 5px;
}

.testimonial .sectionHeading h2{
    margin-bottom: 30px;
}

.testimonial .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: -35px;
    top: 50%;
    width: calc(100% + 70px);
}

.testimonial .owl-nav img {
    width: 30px;
}

.gallery {
    background: #F4F8FF;
    padding: 50px 0;
}
.gallery h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery h2 a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.galleryArea {
    display: flex;
    gap: 20px;
}

.galleryArea .nav {
    min-width: 140px;
}

.tabContentWrp {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.tabContentWrp img {
    width: calc(100%/3 - 2px);
    height: 130px;
    object-fit: cover;
}

.galleryArea .nav .nav-link {
    border: 1px solid #22345B;
    border-radius: 0px 50px 50px 0px;
    margin-bottom: 10px;
    color: #22345B;
}

.galleryArea .nav .nav-link.active {
    color: #fff;
    background: #22345B;
}
.galleryThumb {
    box-shadow: 0px 17.3519px 9.71706px -12.4934px rgba(0, 0, 0, 0.25);
}

.mainFooter {
    padding: 50px 0 0px;
    background-color: #550935;
}

.footerLogo > img {
    width: 100%;
}

.footerLogo p {
    color: #fff;
    margin: 15px 0;
    line-height: 1.8;
    font-size: 14px;
}

.footerLogo .d-flex {
    gap: 15px;
    color: #fff;
}

.footerLogo .d-flex img {
    width: 25px;
}

.footerLinks h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.fLists {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.fLists li {
    color: #fff;
    font-family: Inter;
    text-align: left;
    padding: 5px 0px;
}

.footerLinks h5{
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
}
.horizontal-border{
    border-top: 1px solid #FFFFFF1A;
    margin-top: 50px;
}
.footerLinks p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0px;
    padding-left: 10px;
}

.fLists li a {
    color: #E8E8E8;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}
.fLists li a:hover{
    text-decoration: underline;
}
.subList {
    padding-left: 10px;
    list-style-type: none;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    /* margin-top: 80px; */
    padding: 20px 0px;
}

.footerLinks {
    padding: 0 35px;
    /* border-left: solid 1px #fff; */
}
.owl-item.active.center {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.testimonial .item{
    padding: 20px;
    margin: 20px;
}
.testimonialContent h5{
    color: #550935;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.doctor-name{
    font-size: 18px !important;
    text-transform: capitalize;
}
.foot-yellow-bg{
    background-color: #FFF08B;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    display: -webkit-inline-box;
    margin-bottom: 25px;
    height: 80px;
}
.foot-yellow-bg span{
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #550935;
}

.services-box {
    background: #fef9cf;
    border: 1px solid #FFF08B;
    padding: 70px 15px;
    border-radius: 10px;
    position: relative;
    height: 190px;
}

.services-icon {
    position: absolute;
    top: -12px;
    left: 45%;
    background: #5a0734;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px;
    color: #fff;
    font-size: 18px;
}

.services-content h5 {
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: bold;
}

.services-content h5 a {
    color: #5a0734;;
}

.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    padding: 10px;
}

.floating-whatsapp a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.floating-whatsapp img {
    width: 40px;
    height: 40px;
}