/**{padding: 0;margin: 0;box-sizing:border-box;list-style:none;text-decoration: none;outline:none;font-family:poppins,sans-serif; user-select:none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;}*/
*{padding: 0;margin: 0;box-sizing:border-box;list-style:none;text-decoration: none;outline:none;font-family:poppins,sans-serif; user-select:none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;transition:0.49s ease !important;}
html{
    height:auto !important;
}
body{
	background: linear-gradient(to right bottom, #E035FD, #36ff76);
	/*background-color: black;*/
	/*background-color: #f4f6f9 !important;*/
	background-repeat: no-repeat;
	margin: 0 1px;
	min-height: 100vh;
}
tr:nth-child(even) {background-color: #f2f2f2;}
.toprow{
	width: 100%;
	height: 30px;
	background-color: darkblue;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center !important;
	white-space:nowrap;
}
.toplinks{
    overflow:hidden;
}
.toplinks ul, .topsociallinks ul{
	display: flex;
	align-items: center !important;
	flex-wrap:nowrap;
}
.toplinks ul li{
	margin:0px 5px;
	line-height:14px;
	color: red;
	/*height:14px;*/
}
.toplinks ul li a{
	font-size: 14px;
	color: white;
	transition: all .17s ease;
}
.toplinks ul li a:hover{
	color: red;
}
.topsociallinks ul li{
	margin:0px 10px;
	/*line-height:15px;*/
}
.topsociallinks ul li a{
	font-size: 18px;
	color: white;
	transition: all .17s ease;
}
.topsociallinks ul li a:hover{
	color: red;
}
.toprowimage {
    width: 100%;
    height: 30px !important;
}

.headerpart{
	width: 100%;
	min-height: 100px;
	background-color: white;
	display: flex;
	padding:0 10px 10px 10px;
}
.titleone{
	width: 100%;
	/*background: linear-gradient(to right bottom, #E035FD, #36ff76);*/
	/*background-color: red;*/
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.titleone h1{
	font-size: 50px;
	font-weight:900;
	color: darkred;
	text-align:center;
	/*background-color: greenyellow;*/
	line-height:68px;
}
.titletwodetails{
    display:none;
}
.mainlinks ul{
	display: flex;
	white-space:nowrap;
	/*background-color: lightblue;*/
}
.mainlinks ul li a{
	font-size: 18px;
	text-align: center;
	max-width: 150px;
	min-width:108px;
	color: white;
	display: block;
	background-color: #E84E89;
	padding: 5px 10px;
	margin: 0px 2px;
	cursor: pointer;
	border-radius: 10px;
	transition: all .17s ease;
}
.mainlinks ul li a:hover{
	background-color: black;
	color: red;
}
.logo{
	width: 210px;
	/*background-color: green;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	margin-top:3px;
}
.logo img{
	width: 100px;
	max-width: 108.5px;
	height: 100px;
	border: 5px solid lightgray;
	border-radius: 50px;
	object-fit:contain;
}
.bottomrow{
	width: 100%;
	height: 30px;
	background-color: darkblue;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position:sticky;
	top:0px;
}
.toggle-btn,.search-btn{
	font-size: 26px;
	line-height: 30px;
	padding: 0 5px;
	color: white;
	display: none;
}
.fa-times{font-size: 30px; color: red;}
.closebtn{text-align: right;padding-right: 10px;font-size: 30px;color: red;transition: 0.45s ease all;}
.closebtn i:hover{padding:0 1px;border-radius:5px;cursor: pointer; box-shadow: 0 0 10px 0 green;}

/*===========================================================================*/
.about-us-container{
	padding: 10px;
	text-align: center;
}
.about-us-heading{
	margin: 10px 5px;
    border: none;
    color: white;
    background: linear-gradient(to left, #7ba9ad,#000000ba,#d457f3);
}
.about-us-page{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.our-team-container{
		background-color: white;
    width: 350px;
    min-height: 400px;
    height: auto;
    margin: 25px auto;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    transition: all .45s ease;
}
.our-team-container:hover{
	box-shadow: 5px 5px 10px 0px #fefefe, -5px -5px 10px 0px #fefefe, 5px -5px 10px 0px #fefefe , -5px 5px 10px 0px #efefef;
	/*box-shadow: 0 0 10px 0 black;*/
}
.team-cards-heading{
	color: black;
}
.team-details table th{
	color: red;
	padding-left: 5px;
	text-align: left;
}
.team-details table td{
	color: green;
	padding-right: 5px;
	text-align: right;
}
/*==============Contact us styling start===================*/
.contact-us-container{
	padding: 10px;
	width: 100%;
}
.contact-us-box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	/*margin: 10px;*/
	padding:10px 0;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
}
.contact-box-heading h2{
	border-bottom:2px solid black ;
	padding: 5px 10px;
}
.contact-us-logo{
	overflow: hidden;
	margin: 10px 5px;
	max-width: 300px;
	max-height: 350px;
}
.contact-us-logo img{
	max-width: 300px;
	max-height: 300px;
	overflow: hidden;
	object-fit:cover;
}
.contact-details h2{font-size: 28px;font-weight: 900px;}
.contact-us-description{
	padding: 10px 0;
	max-height: 100%;
	align-self: stretch;
}
.contact-medium{
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-link{
	margin: 10px;
	display: flex;
	flex-direction: row;
}
.medium-ico{
	color: white;
	font-size: 45px;	
}
.contact-num{

}
.contact-link a{
	width: 100%;
	min-width: 221px;
	padding:5px 20px;
	font-size: 22px;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #E84E89;
	border-radius: 30px;
	transition: all 0.45s ease;
}
.contact-link a:hover{
	box-shadow: 0 0 10px 0 black;
}
.contact-medium-heading{
	border-bottom: 2px solid black;
	max-width: 300px;
	margin: 0 auto;
}
.any-data-img{
    margin: 15px 0 !important;
    padding: 10px;
    background-color: #d5d6c9 !important;
    border-radius: 10px;
}































/*========================Navbar styling start=================*/
.navbar{
	background: linear-gradient(to right bottom,#36ff76, #48825a, #E035FD, #7c4586);
	border-radius: 50px;
	min-height: 36px;
	max-height: 36px;
	margin: 10px 0px;
	padding: 0px 10px;
	border: 1px solid white;
}
.navbar ul{
	display: flex;
	flex-direction: row;
	justify-content: start;
	/*align-items: center; dropdown lagane ke karan esko band kiya gaya*/
	min-height: 35px;
}
.navbar ul li a{
	display: block;
	overflow: hidden !important;
	color: white;
	background-color: darkred;
	height: 30px;
	/*font-size: 11px;*/
	letter-spacing: -0.2px;
	line-height: 30px;
	padding: 0px 15px;
	margin: 0 1px;
	cursor: pointer;
	font-weight: 600;
	border-radius: 50px 0px 50px 0px;
	transition: all 0.45s ease;
}
.navbar ul li a:hover{
	background-color: black;
	color: red !important;
	box-shadow: 0 0 10px 0 black;
}
/*==========Nav Dropdown===========================*/
.dropdown-content {
    display: none !important;
    flex-direction:column !important;
    position: absolute;
    z-index:9999;
    background-color: white;
    border:2px solid yellow;
    border-radius:10px;
}
.dropdown:hover .dropdown-content {
    display: flex !important;
}
.dropdown-content li {
    padding: 5px 15px;
}

/*==========container===========================*/
.container{
	margin: 53px 10px 10px 10px;
	display: flex;
	justify-content: center;
}
.page{
	background-color: white;
	padding: 0 5px;
	border-radius: 10px;
	flex-basis: 400px;
}
.icon-box{
	height: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 70px;
}
.icon{
	background-color: white;
	color: black;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	padding: 1px;
	text-align: center;
	line-height: 100px;
	font-size: 95px;
}
.page-heading{
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.page-heading h1{
	display: block;
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 5px;
	border-bottom: 2px solid black;
	white-space: nowrap;
}
.error-sms{margin: 5px auto;text-align: center;color: red;display: none;}
.get-form{
	background-color: #f9f9f9ba;
	margin: 10px;
	min-height: 400px;
	padding:10px 5px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}
.get-form label{
	font-size: 17px;
	padding: 2px 0;
}
.get-form input{
	width: 100%;
	padding: 0px 5px;
	font-size: 18px;
	margin-bottom: 20px;
	min-height: 30px;
	color:red;
	border:1px solid black;
}
.login-method{
	text-align: center;
	font-size: 100px;
	color: red;
	display: none;
}
.login-method P{font-size: 16px;margin: auto 0 5px 0;}
.get-button{
	margin-top: auto;
	display: flex;
}
.get-button input{
	width: 100%;
	max-height: 40px;
	line-height: 18px;
	color: #ffffff;
	background: #E84E89;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 20px;
	margin: 10px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: all .17s ease;
}
.get-button input:hover{
	box-shadow: 5px 5px 10px 0px #E84E89, -5px -5px 10px 0px #E84E89, 5px -5px 10px 0px #E84E89 , -5px 5px 10px 0px #E84E89;
	/*box-shadow: 0 0 20px 7px #00ff1f;*/
}
.forgot-pwd{margin: auto 0 5px 0;text-align: center;}





















/*===============================================*/
.demo_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/*=================Slider Styling Start========================*/
.owl-theme{
	background:linear-gradient(to right bottom, #E035FD, #36ff76);
	display:flex;
	max-height: 270px;
	padding:10px;
	border-radius:10px;
}
.owl-stage{
	max-height: 250px;
}
.item{
	background-color:white;
	max-height:250px;
	padding:10px;
	border-radius:10px;
}
.item img{
	background-color:#eeee;
	width: 100%;
	max-height: 230px !important;
	min-height: 230px;
	object-fit: cover;
}
/*=====================Container styling start================*/
.main-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/*======================================================*/
article{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	/*background-color: yellow;*/
}
.outer-box{
	width: 100%;
	height: 100% !important;
	/*min-height:350px;*/
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0;

}
.inner-box1{
	/*width: ;*/
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.inner-box2{
    /*min-height:350px;*/
}
.heading h1{
	font-size: 30px;
	font-weight: 900;
	text-decoration: underline;
	text-align: center;
	margin-bottom:5px;
}
.service-img,.any-data-img{
	margin: 15px 0;
	padding: 10px;
	background-color: #d5d6c9;
	border-radius: 10px;
}
.service-img img,.any-data-img img{
	width: 100%;
	max-height: 400px;
	-webkit-object-fit: cover;
	object-fit: cover;
}
.inner-box-description{
    text-align:center;
}

.more-less-btn{align-self: center;}
.more-less-btn{
	align-self: center;
	margin-top: auto;
	margin-bottom: 10px;
    display: inline-block;
    color: #ffffff;
    background: #E84E89;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .17s ease;
}
.more-less-btn:hover{
	color: #333333;
}
/*===========================================================*/
aside{
	min-width:31vw ;
	max-width: 31vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	/*background-color: red;*/
}
.inner-box2{
	height: 100% !important;
	display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch;
}
.side-data{
	padding: 10px 5px;
	overflow: hidden;
	/*max-height: 500px;*/
}
.side-data ul li{
	max-height: 60px;
    display: block;
    overflow: hidden;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
	margin: 5px auto;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}
.sms p{
	font-size: 25px;
	text-align: center;
}
.card{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: white;
	flex-basis: 350px;
	min-height: 400px;
	border-radius: 10px;
	margin: 10px;
	padding: 2px;
}
.card a{display: flex;justify-content: center;align-items: center;color :darkred;width: 100%;height: 100%;}
.card:hover{
	box-shadow: 5px 5px 10px 0px #fefefe, -5px -5px 10px 0px #fefefe, 5px -5px 10px 0px #fefefe , -5px 5px 10px 0px #efefef;
}
.testseriesiframe{
    display:none;
}
.testseriesul{
    display:block;
}
/*============================admission form===========================*/
.send_form{background-color: #e5e5e5ba;border-radius: 10px;display: flex;flex-direction: column;}
.send_form_page{
	display: flex;
	justify-content: center;
    align-items: center;padding:3px;

}
.part_first,.part_second{
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
	margin: 0px 5px;
}
.field{
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
.field label{
	min-width: 200px;
	font-size: 18px;
}
.field input,select{
	width: 100%;
	min-height: 30px;
	max-height: 32;
	padding: 0 10px;
	font-size: 18px;
	outline: none;
	border: 1px solid black;
	border-radius: 3px;
}
span{color: red;}
.custom_file::-webkit-file-upload-button {
  visibility: hidden;
}
.custom_file::-moz-file-upload-button {
  visibility: hidden;
}









footer{
	background:linear-gradient(to top left,#49e985, #9b87c6);

	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	color: white;
	border-top: 1px solid #ffff;
}
footer a{color: white;}
.footer ul{display: flex;flex-wrap:wrap;flex:1 1 auto;justify-content:center;}
.footer ul li{padding: 5px;text-align:center;}
.copyright-area{margin: 5px 0;text-align: center;}



/*======================================cPannel===================*/
.cp_container{
	padding: 10px;
}
#cp_page{
	background-color: white;
	padding: 5px;
	border-radius: 10px;
}
#cp_page legend{
	text-align: left;
	padding: 1px 15px;
	border: 2px solid black;
	border-radius: 0px 30px 30px 0px;
}
.section_box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-color: black;
	padding: 5px 5px 5px 2px;
	margin: 10px 0;
}
.feature-content{
    display:none;
    width:100%;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.section_box a{
	display: block;
	width: 100%;
	min-width: 220px;
	padding: 5px 20px;
	margin: 2px 0;
	font-size: 22px;
	color: white;
	text-align: center;
	background-color: #E84E89;
	border-radius: 30px;
	transition: all 0.45s ease;
}
.section_box a:hover{
	box-shadow: 0 0 10px 0 black;
}
/*========================All admin========================*/
.theme_container{
	min-height: 75vh;
	padding: 0px 5px 10px 5px;
}
.theme_page{
	background-color: white;
	min-height: 50vh;
	margin: 15px 0 10px 0;
	padding: 10px 5px;
	border-radius: 10px;
}
.theme_heading{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.theme_heading h1{
	text-align: center;
	min-width: 200px;
	border-bottom: 2px solid black;
}
.theme_box{
	padding-bottom:5px;
}
.theme_box table{
	text-align: center;
	overflow: auto !important;
}
.theme_box table th{
	color: white;
	background-color: black;
}
.th_action{
	width: 105px;
	min-width: 70px;
}
.td_action_btn{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content:center;
	padding-top:2px;
}

.action_button{
	height: 25px !important;
	min-width: 59px !important;
	line-height: 24px;
	background-color: #E84E89;
	color: white;
	display: block;
	font-size: 16px;
	margin: 2px;
	padding:0 4px;
	border:1px solid red;
	transition: all .17s ease;
}
.action_button:hover{
	color: White;
    background: black;
}
tr:hover{
	background-color: green !important;
	color: white !important;
}
.external_btn{
	background-color: white;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin:20px 0;
	align-items: stretch;
}
.external_link{
	width: 100%;
	padding: 10px;
	min-width: 200px;
}
.external_link a{
	display: block;
	width: 100%;
	max-height: 40px;
	line-height: 18px;
	color: #ffffff;
    background-color: #E84E89;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .17s ease;
    text-align: center;
}
.external_link a:hover{
	color: white;
	background-color: black;
}
.print-btn{
	width: 100%;
	max-height: 40px;
	line-height: 18px;
	color: black;
    background: white;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid black;
    cursor: pointer;
    border-radius: 15px;
    transition: all .17s ease;
}
.print-btn:hover{
	background-color: black;
	color: white;
}
/*=============Demo Styling============================================*/
/*.headerpart,.toprow,.bottomrow,.headernavbar{display:none;}*/
.demo_portal_header{
    padding:0px 5px;
    background-color:white;
    display:flex;
    justify-content:space-between;
    align-items: center;
    margin:1px 0px;
}
.demo_logo{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 3px;
    
}
.demo_logo img {
    width: 50px;
    height: 50px;
    border: 2px solid lightgray;
    border-radius: 50px;
    object-fit: cover;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    
}
.demo_toprow,.demo_bottomrow{
	width: 100%;
	height: 30px;
	background-color: darkblue;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position:sticky;
	top:0px;
}
.demo_toprow{
    margin:0px;
    display:flex;
    flex-direction:center;
    align-items:center;
    padding:0 3px;
    color:white;
    font-weight:900;
    font-size:14px;
}
.demo_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.demo_aside{
    min-width: 31vw;
    max-width: 31vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    margin-top:0px;
    padding-top:0px;
}
.demo_aside_outer_box{
    width: 100%;
	height: 100% !important;
	background-color: white;
	border-radius: 10px;
	padding: 5px;
	margin-bottom:5px;
}
.demo_aside_inner_box{
	display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch;
}

.demo_article{
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin-top:0px;
    padding-top:0px;
}
.demo_article_outer_box{
    width: 100%;
	height: 100% !important;
	background-color: white;
	border-radius: 10px;
	padding: 5px;
	margin-bottom:5px;
}
.demo_article_inner_box{
	display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items:stretch;
}
.demo_navbar {
    padding:5px;
}
.demo_navbar ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.demo_navbar ul li a {
    display: block;
    overflow: hidden !important;
    color: white;
    letter-spacing: -0.2px;
    line-height: 25px;
    padding: 5px 15px;
    margin: 0px 1px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.45s ease;
}
.demo_dropdown_content {
    display: none !important;
    flex-direction: column !important;
    position: absolute;
    z-index: 9999;
    background-color: whitesmoke;
    border: 2px solid yellow;
    border-radius: 10px;
}
.demo_dropdown:hover .demo_dropdown_content{
    display: flex !important;
}
.demo_dropdown_content li{
    padding: 5px 15px;
}








@media screen and (max-width:1200px){}
@media screen and (max-width:992px){
	.field{
		display: flex;
		flex-direction: column;
	}
	.field_for_question{
		flex-wrap: nowrap;
		flex-direction: row;
	}
}
@media screen and (min-width:769px){
    .demo_navbar_hide{
        display:none !important;
    }
    .demo_navbar ul li a {
        margin:2px 0px;
        background-color:#E91E63;
        border-bottom:3px solid blue;
        border-left:3px solid blue;
    }
    .demo_navbar .demo_dropdown .demo_dropdown_content li a {background-color:#007bff;border-color:red;}
    .demo_navbar .demo_dropdown .demo_dropdown_content li a:hover {background-color:red;border-color:darkblue;}
    .demo_dropdown_content li a:hover{
        background-color:black;
        border-color:red;
    }
    .demo_navbar ul li a:hover{
        background-color:black;
        border-color:red;
    }
    .demo_dropdown_content {
    display: none !important;
    flex-direction: column !important;
    position: unset !important;
    z-index: unset !important;
    background-color: whitesmoke;
    border: 2px solid yellow;
    border-radius: 10px;
    padding-left:30px;
}
    .demo_dropdown:hover{
        display:flex;
        height:auto;
        flex-direction:column;
    }
/*    .demo_dropdown:hover .demo_dropdown_content{*/
/*    display: flex !important;*/
/*}*/
.demo_dropdown_content li{
    padding: 5px 15px;
    }
}
@media screen and (max-width:768px){
	.toggle-btn,.search-btn{
		display: block;
		line-height: 30px;
	}
	.titleone h1{
	    font-size: 35px;
	    font-weight:900;
	    color: darkred;
	    text-align:center;
	    /*background-color: greenyellow;*/
	    line-height:50px;
    }
	/*table *{font-size:8px !important;}*/
	.bottomrow{
		justify-content: space-between;
	}
	.demo_navbar,.navbar{
		width: calc(100% - 10px);
		max-height: 100%;
		min-width: 200px;
		background: none;
		background-color:#E84E89;
		border-radius: 15px;
		margin: 10px 5px 0px 5px;
		padding: 20px 25px;
		display: none;
		border:none;
	}
	.demo_aside{
	    display:none;
	}
	.demo_navbar{
	    margin-bottom:5px;
	}
	.demo_navbar *{
	    border:none;
	}
	.navbar *{
	    border:none;
	}
	.demo_navbar ul,.navbar ul{
		flex-direction: column ;
		align-items: flex-start ;
		flex-wrap: wrap;
	}
	.demo_navbar ul li,.navbar ul li{
		width: 100%;
		border: none !important;
		margin: 5px 0 !important;
	}
	.demo_navbar ul li a,.navbar ul li a{
		background-color: transparent;
		width: 230px;
		border-radius: 5px;
		padding: 5px 10px;
		line-height: 20px;
		transition: width,color,background 3s,0.5s,3s;

	}
	.demo_navbar ul li a:hover,.navbar ul li a:hover{
		width: 100%;
		background-color: white;
		color: darkred;
	}
	.demo_navbar_hide{
	    position:sticky;
		top:35px;
	}
	.show-navbar{
		display: block;
		position:sticky;
		top:35px;
	}
	.show_demo_navbar{
		display: block;
		position:sticky;
		top:35px;
	}
    .demo_container,.main-container{
        display:flex;
        flex-direction:column;
    }
    aside{
        max-width:100% !important;
    }
    .headerpart{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .mainlinks{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .logo{
        width:100%;
        display:flex;
        flex-direction:row;
    }
    .mainlinks ul li a{
       min-width:108px;
        padding:5px;
    }
    .feature-content,.section_box{
    	flex-direction: column !important;
    	align-items: stretch !important;
    	width: 100% !important;
    }
    .send_form_page{flex-direction: column;}
    .part_first,.part_second{margin: 0px !important;}
    .td_action_btn{flex-direction: column;}
	.external_btn{flex-direction: column;}
	.get-button{flex-wrap: wrap;}
	.page-heading h1{font-size:22px !important;white-space: normal !important;}
	.card a *{font-size:14px !important;overflow:hidden;}
	.theme_page,.theme_box,.table-for-all{overflow:auto !important;}
    .demo_dropdown_content,.dropdown-content{
        width:95%;
        max-width:90%;
        background-color: darkred;
        border:2px solid yellow;
    }
    .print-btn{
	    width: auto;
    }
    .testseriesiframe{
        display:block !important;
    }
    .two_part_of_mark_update_form{
        flex-direction: column;
    }
}

@media screen and (max-width:576px){
	.contact-medium{
		flex-direction: column;
	}
}
@media screen and (max-width:360px){

}
/*============Scrollbar-design=========================================================================*/
/* Define the horizontal scrollbar */
::-webkit-scrollbar {
    height: 12px; /* Set the height of the scrollbar */
    width:8px;
}

/* Define the track (the area behind the thumb) */
::-webkit-scrollbar-track {
    background-color: #869791; /* Set the color of the track */
}

/* Define the thumb (the draggable handle) */
::-webkit-scrollbar-thumb {
    background-color: #333333; /* Set the color of the thumb */
    border-radius: 6px; /* Round the corners of the thumb */
}

/* Define the hover effect for the thumb */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Set the color of the thumb on hover */
}

/*confirmation-box===========================================================================*/
#confirmation-overlay, #security-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#confirmation-box, #security-box {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
#yesButton,#noButton,#submitPinButton,#cancelPinButton{
    min-width:100px;
    padding:3px 5px;
    cursor:pointer;
    font-size:14px;
    white-space:nowrap;
    border:1px solid red;
    border-radius:10px;
    background-color:black;
    color:white;
}
#pinInput{
    width:80%;
    font-size:20px;
    border:1px solid black;
    padding:2px 5px;
    text-align:center !important;
    color:red;
}
.confirmation-box-icon{
    color:red !important;
    background-color:yellow !important;
}
/*loading_spinner===========================================================================*/
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
/*==================ese mitana nahi hai=========================*/
#loading-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*==================ese mitana nahi hai=========================*/
/*#loading-spinner {*/
/*  width: 200px;*/
/*  height: 200px;*/
/*  border-top-color: transparent;*/
/*  animation: flip 0.43s ease-in-out infinite;*/
/*}*/

/*@keyframes flip {*/
/*  0% { transform: scaleX(1); }*/
/*  100% { transform: scaleX(-1); }*/
/*}*/
