  #slidingCard {
            position: fixed;
            top: -100%;
            left: 50%;
            transform: translateX(-50%);
            width: 500px;
            max-height: 500px;
            background-color: white;
            overflow: hidden;
            transition: top 0.5s ease;
            z-index: 10000;
        }

        .z-highest {
            position: relative;
            z-index: 1000;
        }

        .rbt-cta-default.style-2 .content-wrapper {
            background: linear-gradient(45deg, #1762BE 0%, #1762BE 50%, #192335 50%, #192335 100%);
        }

        .rbt-btn.rbt-switch-btn {
            font-size: calc(16px + 1.4vw);
        }

        .college-image {
            margin-bottom: 10px;
        }

        .college-image img {
            border-radius: 4px;
        }

        @media screen and (max-width: 676px) {
            .rbt-testimonial-box .description p {
                font-size: 14px !important;
                line-height: 1.4 !important;
            }
        }

        /* ##### Success Message ##### */
        .checkmark {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: block;
            stroke-width: 2;
            stroke: #4bb71b;
            stroke-miterlimit: 10;
            box-shadow: inset 0px 0px 0px #4bb71b;
            animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
            position: relative;
            /* top: 5px; */
            right: 5px;
            margin: 0 auto;
        }

        .checkmark__circle {
            stroke-dasharray: 166;
            stroke-dashoffset: 166;
            stroke-width: 2;
            stroke-miterlimit: 10;
            stroke: #4bb71b;
            fill: #fff;
            animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

        }

        .checkmark__check {
            transform-origin: 50% 50%;
            stroke-dasharray: 48;
            stroke-dashoffset: 48;
            animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
        }

        @keyframes stroke {
            100% {
                stroke-dashoffset: 0;
            }
        }

        @keyframes scale {

            0%,
            100% {
                transform: none;
            }

            50% {
                transform: scale3d(1.1, 1.1, 1);
            }
        }

        @keyframes fill {
            100% {
                box-shadow: inset 0px 0px 0px 30px #4bb71b;
            }
        }

        /* ##### Success Message ##### */

        /* ##### Error Message ##### */
        .circle,
        .circle-border {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

        .circle {
            z-index: 1;
            position: relative;
            background: white;
            transform: scale(1);
            animation: success-anim 700ms ease;
            /* margin-left: 150px; */
        }

        .circle-border {
            z-index: 0;
            position: absolute;
            transform: scale(1.1);
            animation: circle-anim 400ms ease;
            background: #f86;
        }

        @keyframes success-anim {
            0% {
                transform: scale(0);
            }

            30% {
                transform: scale(0);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes circle-anim {
            from {
                transform: scale(0);
            }

            to {
                transform: scale(1.1);
            }
        }

        .error::before,
        .error::after {
            content: "";
            display: block;
            height: 4px;
            background: #f86;
            position: absolute;
        }

        .error::before {
            width: 40px;
            top: 48%;
            left: 16%;
            transform: rotateZ(50deg);
        }

        .error::after {
            width: 40px;
            top: 48%;
            left: 16%;
            transform: rotateZ(-50deg);
        }

        /* ##### Error Message ##### */
.rbt-header-top {
  background: linear-gradient(45deg, #00195c 0%, #00195c 33%, #00195c 33%, #00195c 70%, #ec2127 70%, #ec2127 100%);
  position: relative;
}

.rbt-footerbg {
    background: #ecf0f9;
}

.container-fluid {
  position: relative;
  z-index: 1;
}

.mbbs-in-india-bt {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #FF2F1F;
    border-radius: 11px 6px 9px 11px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    text-align: center;
}

.project-detail .lower-content p {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.mbbs-in-india-bt p {
    margin-bottom: 0px;
    color: #FF2F1F;
    font-size: 18px;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mbbs-in-india-bt1 {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #091762;
    border-radius: 11px 6px 9px 11px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    text-align: center;
}
.sidebar-widget {
     height: 100%;
  }


  .project-detail .info-column {
    position: relative;
}


.project-detail .info-column ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 20px;
}

ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}
.project-detail .info-column .inner-column3 {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 5px 8.66px 58px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 30px;
    border: 1px solid #e3e3e3;
    position: sticky;
    top: 67px;
}

.project-detail .info-column .inner-column3 h3 {
    background: #091762;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 15px;
}


.project-detail .info-column ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 20px;
}

.project-detail .project-info li {
    position: relative;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    display: flex
;
    align-items: center;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-widget a {
    color: #777;
}

.project-detail .project-info li .icon {
    font-size: 18px;
    line-height: 28px;
    color: #FF2F1F;
}



.project-detail .lower-content th {
    color: rgb(255, 255, 255);
    background: rgb(255, 47, 31);
}


.faq-btn {
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    padding: 20px 75px 20px 30px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 47, 31);
    border-image: initial;
    border-radius: 4px;
}


.faq-wrap .card-header:first-child {
    border-radius: 0px;
}
.card-header:first-child {
    border-radius: 0px;
}

.faq-wrap .card-header {
    margin-bottom: 0px;
    background-color: unset;
    padding: 0px;
    border-bottom: none;
}

.faq-wrap .card .card-body {
    -webkit-box-flex: 1;
    flex: unset;
    padding: 25px;
    border:0px !important;
}

.faq-btn.collapsed {
    color: rgb(25, 10, 50);
    background: no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(198, 198, 198);
    border-image: initial;
    border-radius: 4px;
}

.faq-wrap .card {
    margin-bottom: 15px;
    box-shadow: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
    background: no-repeat;
    border-radius: 4px !important;
}


.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 160px;
    background-repeat: no-repeat;
    background : linear-gradient(to right, var(--color-primary) 0%, var(--color-secondary) 100%);

}
.sta-list {
 margin-top: -9px;
 border-bottom: #1762be 1px solid;
 font-size:14px;
 height:46px;
 line-height: 50px;
 min-width:60%;
}

.w-60 {
    width:60%
}
.text-left {
    text-align: left !important;
}

.breadcrumb-wrap.text-left {
    text-align: center !important;
}

.breadcrumb-wrap.text-left {
    text-align: center !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-title h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

.breadcrumb-wrap2 {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: -25px;
    z-index: 1;
}
.project-detail {
    position: relative;
    padding: 120px 0px;
}

.project-detail1 {
    position: relative;
    padding: 30px 0px;
}
.project-detail1 .sticky-top {

    top:0;
}
.note-editor.note-frame .note-editing-area .note-editable {

    max-height:300px;
}
.min-ht-300 {
    min-height: 300px;
}

.min-ht-400 {
    min-height: 400px;
}

.breadcrumb-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}
/* Your existing styles for other elements go here */
	/* Your existing styles for other elements go here */
	.collection-card-inner{
		height: 150px !important;
	}
	.collection-card-inner .content{
		padding-inline: 4px !important;
	}
	.rbt-cat-box-1.image-overlaping-content::after{
		background-color: rgba(0, 0, 0, 0.7) !important;
	}
	input[type=number]::-webkit-outer-spin-button,
	input[type=number]::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	input[type=number] {
	  -moz-appearance: textfield;
	}
	.rbt-splash-service.no-translate.h-100{
		align-items: start;
	}
	.word-break-all{
		word-break: break-all;
	}
	 #neetButton {
     position: fixed;
      right: -72px; /* Adjust the left position to compensate for the rotated width */
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      z-index: 1000

    }
	.neet_ug_btn_pop{

    background-color: #f0f0f0;
    color: #ffffff;
    box-shadow: 0 10px 25px 4px rgba( 2,2,2,0.50 );

	}

	.neet_ug_btn_pop input:focus {
			color: #ffffff;
		}


    .top-circle-shape {
      background-color: #f0f0f0; /* Change this to your desired background color */
      height: 50px;
      width: 50px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }
	.neet-ug-button{
		line-height: 1.1;
		position: relative;
		top: -8px;
	}

	.service_icon{
		max-height: 70px; margin-bottom: 10px;
	}

	.testimonial-activation-reviews .rbt-testimonial-box-0 .inner{
            padding: 0 !important;
        }
        .rbt-testimonial-box-0 .inner::before {
            background-image: none;
        }

        .rbt-testimonial-box-0 .inner {
            position: relative;
            padding: 20px;
            z-index: 2;
            background: var(--color-white);
            border-radius: var(--radius);
            box-shadow: var(--shadow-9);
        }

        @media only screen and (min-width: 1200px) and (max-width: 1599px) {
            .rbt-testimonial-box-0 .inner {
                padding: 20px;
            }
        }

        @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .rbt-testimonial-box-0 .inner {
                padding: 16px;
            }
        }

        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .rbt-testimonial-box-0 .inner {
                padding: 14px;
            }
        }

        @media only screen and (max-width: 767px) {

				.overflow1{
	overflow-x: hidden;
}

            .rbt-testimonial-box-0 .inner {
                padding: 12px;
            }


				.rbt-splash-callto-action {

					margin-bottom: -206px;
				}

			.rbt-course-action-bottom{
				bottom: -300px !important;
			}

			.rbt-course-action-bottom.rbt-course-action-active{
				bottom: -300px !important;
			}

			ol.px-5.mx-5,
			ul.px-5.mx-5{
				padding-inline: 4px !important;
			}


        }


        .rbt-testimonial-box-0 img {
            border-radius: var(--radius);
        }

        .rbt-testimonial-box-0 .description .rbt-btn-link {
            margin-top: 0;
        }

        .rbt-testimonial-box-0 .description p {
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

	.percent-counter::after {
            content: "%" !important;
            font-size: 28px !important;
        }


.container-wider{
	max-width: 94vw !important;
	padding-left: 25px;
}

html , body, *{
  scroll-behavior: smooth !important;
}

.newsletter-form{
	background: linear-gradient(45deg, #1762BE 0%, #1762BE 50%, #192335 50%, #192335 100%); border-radius: 20px 10px 20px 10px; -moz-border-radius: 20px 10px 20px 10px; -webkit-border-radius: 20px 10px 20px 10px; border: 2px solid 000000;
}



	.rbt-cta-default.style-2 .content-wrapper{
			background: linear-gradient(45deg, #1762BE 0%, #1762BE 50%, #192335 50%, #192335 100%);
		}
		.rbt-btn.rbt-switch-btn{
			font-size: calc(16px + 0.4vw);
		}
	.rbt-cta-default.style-2 .content-wrapper{
		padding: 30px 30px;
	}
	.select-tag-z{
			position: relative;
			z-index: 99 !important;
		}
	.rbt-gradient-border::before{
		z-index: auto;
	}
	.rbt-price-wrapper.d-flex.flex-wrap.align-items-center.justify-content-center{
		position: relative;
	}
	.rbt-shadow-box{
		position: relative;
	}
	.content-item-content .rbt-widget-details{
		position: relative;
	}
	.rbt-inner-onepage-navigation{
		border-radius: 25px;
		z-index: 9;
	}
	.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li a{
		padding: 10px 10px;
		font-size: 14px;
	}


.mbbs-table-header{
	background: #1762BE; color: white;
	text-align: center;
}
.mbbs-table-header th{
	white-space: nowrap;
}


th{
	border-width: 1px;
}

.mbbs-table-body tr td{
	padding: 10px;
	font-size: 15px;
}

.border25{
	border: 1px solid #646464;

}
.newsletter-form input, .newsletter-form textarea{
	color: white;
}

.why-mbbs-abroad-point-heading{
	    background: #1762be;
    color: white;
    padding: 4px 8px;

}
.mbbs-abroad-advantages-heading{
	color: #1762be;
	font-weight: 600;
}


.why-mbbs-abroad-heading-pointer{
	color: #1762be;
	font-size: 18px;
}
.whats-youtube-icon{
	width: 240px; cursor: pointer;
}
.text-bg12{
	 background: #eb2027;
    padding: 3px 5px;
    font-size: 14px;
    height: 22px;
    align-items: center;
    border-radius: var(--radius-small);
    justify-content: center;
    width: max-content;
    color: #ffffff;
	letter-spacing: 2px;
}


table ul{
	margin-bottom: -4px !important;
}



.related-course.bg-color-extra2 {
	padding-bottom: 40px !important;
}

.iframe-container{
	min-height: 300px !important;
}
.iframe-container iframe{
	min-height: 300px !important;
}

.list-style-none{
	list-style: none !important;
}
.mbbs-table-header th{
	white-space: nowrap;
	background: #1762BE;
	color: white;
	text-align: center;
}

.max-height-100{
	max-height: 100px;
}
.min-height-100{
	min-height: 100px;
}
.call-us-header-color{
	color: #1762b3;
}

.whats-up-header-color{
	color: #0C5A29;
}

.position_relative{
position:relative;
}

@media only screen and (max-width: 767px) {

	#neetButton {
    right: -60px;
}

	.percent-counter::after{
				font-size: 13px !important;
	}


.font-size25{
	font-size: 20px;
	line-height: 22px;
}


}


.mbbs-table-header th {
    background: #2c5485;
    color:#fff;
}


.section-title .subtitle {

    border-radius: 12px;
}

.university-card {
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 900px;
  height: auto;
  margin-bottom:10px;
}

.university-image-section {
  flex: 0 0 180px;
}

.br_bottom {
    border-bottom: 1px solid #1762BE;
}

.form-control {
    margin-bottom: 1rem; /* or use 1.5rem for more space */
}

.university-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.university-content-section {
  flex: 1;
  padding: 15px;
  position: relative;
}

.university-logo {
  position: absolute;
  top: 10px;
  right: 10px;
}

.university-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.university-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 50px; /* prevent overlap with logo */
}

.university-tags {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #555;
  flex-wrap: wrap;
}

.pgstate .table-striped>tbody>tr {
        background: #e1f0ff46!important;
}

.university-details {
  font-size: 14px;
  color: #444;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.university-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ht-40 {
    height:40px!important;
    line-height: 30px!important;
    font-size:15px;
}
.btn {
  padding: 9px 12px;
  border: 1px solid #007bff;
  border-radius: 4px;
  background: white;
  color: #007bff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

.btn:hover {
  background: #007bff;
  color: white;
}
.fotorama img{ width:100%;}

.abr .card {
    background-color: transparent!important;
    border:0px;
}
.table-bordered {
    background:#fff;
}
