.content-header-text .api-regform {
    padding: 0px;
}
.content-header-text .api-regform input[type=text] {
    background: transparent;
}
.content-header-text .api-regform select {
    width: 100%;
    height: 47px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font-size: 12px;
    -webkit-appearance: none;
    background-image: url(../../cucet.cuchd.in/assets/images/caret.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 100% center;
    background-color: transparent;
    padding-right: 20px;
    color: #757575;
}
.content-header-text .api-regform .formField {
    margin-bottom: 5px;
}
.content-header-text .api-regform .submitDataButtons input[type=button] {
    width: 154px;
    height: 46px;
    line-height: 46px;
    background: #d92a2b;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 4px;
}
.content-header-text .api-regform .submitDataButtons {
    margin-top: 20px;
}
#cd-nav ul {
	/* mobile first */
	position: fixed;
	width: 90%;
	max-width: 400px;
	right: 0.5%;
	bottom: 20px;
	border-radius: 0.25em;
	box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
	background: white;
	visibility: hidden;
	/* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
	overflow: hidden;
	z-index: 1;
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
	transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul li {
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cd-nav ul.is-visible {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	transition: transform 0.3s, visibility 0s 0s;	
}
#cd-nav ul.is-visible li:nth-child(1) {
	/* list items animation */
	-webkit-animation: cd-slide-in 0.2s;
	-moz-animation: cd-slide-in 0.2s;
	animation: cd-slide-in 0.2s;
}
#cd-nav ul.is-visible li:nth-child(2) {
	-webkit-animation: cd-slide-in 0.3s;
	-moz-animation: cd-slide-in 0.3s;
	animation: cd-slide-in 0.3s;
}
#cd-nav ul.is-visible li:nth-child(3) {
	-webkit-animation: cd-slide-in 0.4s;
	-moz-animation: cd-slide-in 0.4s;
	animation: cd-slide-in 0.4s;
}
#cd-nav ul.is-visible li:nth-child(4) {
	-webkit-animation: cd-slide-in 0.5s;
	-moz-animation: cd-slide-in 0.5s;
	animation: cd-slide-in 0.5s;
}
#cd-nav ul.is-visible li:nth-child(5) {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}
#cd-nav ul.is-visible li:nth-child(6) {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}
#cd-nav ul.is-visible li:nth-child(7) {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}
#cd-nav ul.is-visible li:nth-child(8) {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}
#cd-nav ul.is-visible li:nth-child(9) {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}
#cd-nav ul.is-visible li:nth-child(10) {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}
#cd-nav li a {
	display: block;
	padding: 1.6em;
	border-bottom: 1px solid #eff2f6;
}
#cd-nav li:last-child a {
	border-bottom: none;
}
@media only screen and (min-width: 1170px) {
#cd-nav ul {
	/* the navigation moves to the top */
	position: absolute;
	width: auto;
	max-width: none;
	bottom: auto;
	top: 36px;
	background: transparent;
	visibility: visible;
	box-shadow: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}
#cd-nav li {
	display: inline-block;
}
#cd-nav li a {
	opacity: 1;
	padding: .4em;
	margin-left: 1.6em;
	border-bottom: none;
}
#cd-nav li a:hover {
	color: #00bd9b;
}
#cd-nav.is-fixed ul {
	/* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
	position: fixed;
	width: 90%;
	max-width: 250px;
	bottom: 20px;
	top: auto;
	background: white;
	visibility: hidden;
	box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
#cd-nav.is-fixed ul li {
	display: block;
}
#cd-nav.is-fixed ul li a {
	padding: 0.3em;
	margin-left: 0;
	border-bottom: 1px solid #eff2f6;
}
#cd-nav ul.has-transitions {
	/* this class is used to bring back transitions when the navigation moves at the bottom right */
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
	transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul.is-visible {
	/* this class is used to bring back the navigation animation - as on touch devices */
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	transition: transform 0.3s, visibility 0s 0s;
	z-index:999;
}
#cd-nav ul.is-hidden {
	/* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
}
.cd-nav-trigger {
	position: fixed;
	bottom: 66px;
	right: 0.8%;
	width: 44px;
	height: 44px;
	background: white;
	border-radius: 0.25em;
	box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 2;
}
.cd-nav-trigger span {
	/* the span element is used to create the menu icon */
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background: #e84a64;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
	content: '';
	position: absolute;
	left: 0;
	background: inherit;
	width: 100%;
	height: 100%;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, background 0s;
	-moz-transition: -moz-transform 0.3s, background 0s;
	transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
	top: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.cd-nav-trigger span::after {
	bottom: -6px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
	box-shadow: none;
}
.cd-nav-trigger.menu-is-open span {
	background: rgba(232, 74, 100, 0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
	background: #e84a64;
}
.cd-nav-trigger.menu-is-open span::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
	bottom: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
.cd-nav-trigger {
	/* the the menu triger is hidden by default on desktop devices */
	visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
	transition: transform 0.3s, visibility 0s 0.3s;
}
.is-fixed .cd-nav-trigger {
	visibility: visible;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation: cd-bounce-in 0.3s linear;
	-moz-animation: cd-bounce-in 0.3s linear;
	animation: cd-bounce-in 0.3s linear;
	z-index:9999;
}
}
#cd-gallery-items li {
	margin-bottom: 1.5em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0.25em;
}
#cd-gallery-items li img {
	width: 100%;
	display: block;
	border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
#cd-gallery-items li {
	width: 48%;
	float: left;
	margin-bottom: 2em;
	margin-right: 4%;
}
#cd-gallery-items li:nth-child(2n) {
	margin-right: 0;
}
}
@media only screen and (min-width: 1170px) {
#cd-gallery-items li {
	width: 31%;
	float: left;
	margin-bottom: 2.5em;
	margin-right: 3.5%;
}
#cd-gallery-items li:nth-child(2n) {
	margin-right: 3.5%;
}
#cd-gallery-items li:nth-child(3n) {
	margin-right: 0;
}
}
 @-webkit-keyframes cd-slide-in {
 0% {
 -webkit-transform: translateX(100px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes cd-slide-in {
 0% {
 -moz-transform: translateX(100px);
}
 100% {
 -moz-transform: translateY(0);
}
}
@keyframes cd-slide-in {
 0% {
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 100% {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes cd-bounce-in {
 0% {
 -webkit-transform: scale(0);
}
 60% {
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-in {
 0% {
 -moz-transform: scale(0);
}
 60% {
 -moz-transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
}
}
@keyframes cd-bounce-in {
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
}
 60% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}









/******************************/











#example_next,#example_previous{background:#ab2223;border:1px solid #9d191a;color:#fff}
#example_paginate{margin-top:15px}
#example_info{border:1px solid #ccc;padding:10px 15px;text-transform:uppercase;background:#fff5d8}
#example_next,#example_previous,.paginate_button{padding:6px 20px;cursor:pointer;font-family:open_sanssemibold}
#example_previous{margin-right:8px}
#example_next{margin-left:8px}
.paginate_button{background:#e2e2e2;border:1px solid #cacaca;color:#333;margin-right:1px}
#example_paginate .current{background:#eeb300}
#example_length{margin-right:25px}
.bordered-headline{margin-top:-200px;margin-bottom:10px}
.hero-heading{border-top:solid 1px #eee;border-bottom:solid 1px #eee;padding:22px 0;margin:20px 0 5px;}
.hero-heading h1{font-size:21px;color:#eee}
.hero-inner{color:#eee}
.div_details{display:none;border:1px solid #e6e6e6;border-radius:6px;left:0;position:absolute;bottom:34px;border-top:0;z-index:99;text-transform:uppercase;font-size:12px;padding:15px}
.div_details h4{margin:10px 0}
.div_details,.program-panel{background:#FFF;margin-right:11px}
.div_details li::before{content:"+"}
ul.list-pro li::before{content:'\2022';display:block;position:relative;max-width:0;max-height:0;margin-right:5px;left:-15px;top:-2px;font-size:14px}
ul.list-pro li{display:inline-block;font-size:11px;margin-left:13px;width:44%;text-align:left;padding:5px 0;vertical-align:top}
ul.list-pro1 li{width:100%}
.admission-section-wrap{float:left;width:100%}
.admission-quick-enquiry{background:#f7f7f7;border-radius:6px;position:absolute;top:-510px}
.admission-enquiry-wrap{padding:0 20px 20px}
.admission-quick-enquiry h2{font-size:24px;background:#f98c0f;color:#fff; text-transform:uppercase;margin-bottom:10px;padding:12px;text-align:center;border-top-left-radius:6px;border-top-right-radius:6px;position:relative}
.admission-quick-enquiry p{font-size:13px}
.admission-quick-enquiry p a{color:#d30202;font-family:open_sanssemibold}
.admission_info_textbox{margin-bottom:7px}
.admission_info_textbox .selectprog1{width:100%!important}
.admission_info_textbox .form-control{background-color:#fff;font-size:12px;border:1px solid #bbb;height:28px;text-transform:uppercase;padding:6px 9px}
.admission_info_textbox .mb-control{margin-bottom:12px}
input.button-submit{background:#d30202;color:#fff;display:inline-block;font-size:13px;margin:5px 0 0;padding:7px 26px;text-decoration:none;transition:all .3s ease 0s;border-radius:5px;text-transform:uppercase;font-family:'Open Sans';border:0}
input.button-submit:hover{background:#000}
.addmission-pro-btn a{margin:0}
.valid{color:#cd2122}
.admission-section{ width:100%;background:#f6f3ec;min-height:575px}
.admission-section .container-fluid{padding-left:0}
.admission-info{background:url(../admissions/images/admission-blur.jpg) no-repeat;float:left;width:100%;min-height:575px;padding:160px 30px 0 210px;border-right:solid 5px #f68400}
.admission-info h2{text-transform:uppercase;font-size:64px;color:#fff; }
.addmission-pro-panel h2,.admission-info span,.feature-nav h2,.txt-desc,.txt-dtop,.txt-feature1 .view-more a{}
.admission-info span{text-transform:uppercase;font-size:16px;line-height:20px;color:#fff;margin-bottom:20px;display:block}
.admission-info p{font-size:14px;color:#fff}
.addmission-pro-panel{margin:75px 0}
.addmission-pro-panel h2{font-size:24px;color:#494846;margin-top:5px;text-transform:uppercase}
.addmission-pro-panel p{margin-bottom:15px;color:#333;font-size:16px}
.addmission-pro-btn a.button{font-size:12px}
.feature-nav{ width:100%;padding:90px 0;text-align:center}
.feature-nav h2{font-size:24px !important;color:#c8102e;margin:15px 0;text-align:center}
.advantage-pic,.loan-pic,.why-chd-pic{border-radius:50%;width:132px;height:132px;margin:auto}
.loan-pic{background-image:url(../admissions/images/education-loan-facility.png)}
.advantage-pic{background-image:url(../admissions/images/cu-advantages.png)}
.why-chd-pic{background-image:url(../admissions/images/why-chandiagrh.png)}
.txt-feature1{font-size:12px;display:block;margin-bottom:10px;min-height:50px}
.admission-highlights{float:left;width:100%;padding:60px 0;background:#2f2f2f}
ul.list-highlights{margin:0 30px;text-align:center}
ul.list-highlights li{width:160px;height:160px;border-radius:50%;margin-right:20px;vertical-align:top;color:#fff;padding-top:25px}
ul.list-highlights li:nth-child(1),ul.list-highlights li:nth-child(5){background:#d62a2c}
ul.list-highlights li:nth-child(2),ul.list-highlights li:nth-child(4){background:#464646}
ul.list-highlights li:nth-child(3){background:#ffcb0b;border:3px solid #fff;color:#000;padding-top:40px}
ul.list-highlights li:nth-child(4){padding-top:45px}
.txt-dtop{font-size:11px;text-transform:uppercase}
.txt-desc{font-size:13px;text-transform:uppercase;padding:0 10px;line-height:15px;margin-top:6px}
.number-detail{font-size:42px; line-height:40px}
.cnumber-detai2,.cnumber-detail{font-size:22px;}
.cnumber-detail{line-height:25px}
.admissions-quick-link{display:none}
.has-transitions{display:block}
@media(min-width:992px) and (max-width:1199px){ul.list-highlights li{height:150px;width:150px;margin-right:12px}
.number-detail{font-size:33px;line-height:31px}
.txt-desc{line-height:13px}
.admission-info{padding:170px 30px 0}
}@media(min-width:768px) and (max-width:991px){.course-pod{top:0}
.prog-content{padding:22px}
.addmission-pro-panel{margin-bottom:30px}
.addmission-pro-btn a.button{margin:5px 0 0}
.admission-quick-enquiry{position:inherit;top:0;margin-top:30px}
.hero-heading h1{font-size:20px}
.admission-info{padding:150px 30px 0}
.admission-info h2{font-size:32px}
.addmission-pro-panel h2{font-size:14px}
}@media(max-width:767px){
#cd-nav li a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#cd-nav .link-title {
	padding: 18px 30px;
}    
#slideshow{display:none!important}
.course-pod{top:0}
.prog-content{padding:22px}
.pod.horizontal{margin-bottom:30px}
#example_paginate span{display:none}
.admission-quick-enquiry{position:inherit;top:0;margin-top:30px}
.bordered-headline{margin-top:-33px}
.hero-heading{padding:13px 0}
.hero-heading h1{font-size:16px}
.admission-info{padding:0 30px;position:relative;min-height:450px}
.admission-mb-view{position:absolute;bottom:30px}
.admission-info h2{font-size:32px}
ul.list-highlights li{margin-bottom:20px}
.txt-feature1{padding:0 120px}
.feature-tab{margin-bottom:50px}
.feature-nav{padding:50px 0}
.addmission-pro-panel{margin-bottom:30px;margin-top:0;text-align:center}
.addmission-pro-panel img{display:inline-block}
.admission-section .container-fluid{padding-left:15px}
.div_details,.program-panel{margin:0 11px}
}@media(max-width:480px){.pod.horizontal{width:100%;margin-bottom:30px}
.addmission-pro-btn a.button{margin:5px 0 0}
.hero-heading h1{font-size:14px}
.txt-feature1{padding:0}
}#toTop::after{animation:2s linear 0s normal none infinite running spin}
#fixed-elements .sidenav{transition:all .5s ease 0s}
.fixedcontact{background:rgba(0,0,0,.9);bottom:0;padding:12px 10px;position:fixed;text-align:center;width:100%;z-index:4;text-transform:uppercase}
.fixedcontact h2{color:#fff;font-size:20px;font-weight:700}
.fixedcontact a{color:#ffcb3e}
.fixedcontact a span{background:url(../imgs/arrow-right1.html) no-repeat;display:inline-block;width:30px;height:26px;margin-right:15px;vertical-align:text-top}
.fixedcontact a:hover span{background-position:0 -26px}
.fixedcontact a:hover{color:#58abb7}
.sub-nav-links{text-align:center;margin:15px 0}
.sub-nav-links ul li{display:inline-block;list-style-type:none;border-right:1px solid #ddd;line-height:10px;padding:0 6px 0 5px}
.sub-nav-links ul li:last-child{border-right:0}
.sub-nav-links ul li a{color:#fff;font-size:12px}
.sub-nav-links ul li a:hover{color:#ffcb3e}
.student-testimonials-wrap h2 a{color:#fff;text-transform:uppercase;font-weight:700}





.admission-enquiry-wrap p{ color: #000; margin-bottom: 15px;}













