  #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, #ec2127 0%, #ec2127 33%, #1762BE 33%, #1762BE 70%, #ec2127 70%, #ec2127 100%);
  position: relative;
}

.container-fluid {
  position: relative;
  z-index: 1;
}

/* 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: #090A4A;
    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: 999;
	}
	.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;
}
	
	
}