@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Product Sans';
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	font-family: 'Product Sans';
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px;
}
p {
	line-height: 26px;    
	font-size: 14px;
	font-weight:400;
	color:#535151;
}

/*#######################*/
.btn {
    font-size: 1rem;
}
/*#################################### Font ###################################*/

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Bold.woff2') format('woff2'),
        url('../../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-BoldItalic.woff2') format('woff2'),
        url('../../fonts/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Italic.woff2') format('woff2'),
        url('../../fonts/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Regular.woff2') format('woff2'),
        url('../../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*#################################### Font ###################################*/

.navbar {
    position:static !important;
}
.navbar .navbar-brand{
    font-size:35px;
    letter-spacing:0;
}
nav .logo {
    width: 250px;
}
.navbar .nav-link{
    font-size:17px;
    margin:0px 5px;
}

.header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.banner {
	background: url(../images/banner.jpg) no-repeat center top;
    background-size:cover;
	padding: 50px 0 50px;
	position: relative;
}
.banner::before {
	position: absolute;
	content: '';
	background: url(../images/banner_bottom_overlay.png) no-repeat bottom left / 100%;
	width: 100%;
	height: 187px;
	bottom: 0;
	left: 0;
}
.banner_form_sec .form_title {
    font-size: 24px;
    color: #414141;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: 500;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
	display: inline-block;
	position: relative;
}
.banner_form_sec .form_title span::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	left: -60px;
}
.banner_form_sec .form_title span::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	right: -60px;
}
.banner_form_sec {
    background: #fff;
    padding: 15px 25px;
    width: 100%;
    border-radius: 10px;
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
/*.banner_form_sec .form-control, .form_sec .form-control {
    height: 35px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}*/
.banner_form_sec .form-group, .form_sec .form-group {
    margin-bottom: 10px;
}
.banner_form_sec .submit-btn, .form_sec .btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
	background: #832625;
	color: #fff;
}
.banner_form_sec .form-control, .form_sec .form-control {
    height: 32px;
    padding: .3rem .7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
.form_sec select.form-control {
    height: inherit !important;
}
.form_sec .form-control:focus, .card-footer .form-control:focus{
	outline: 1px solid lightblue;
    box-shadow: none;
}

.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}
.btn {
    padding: 0.375rem 0.75rem;
}
.banner_content_sec {
    padding: 100px 40px 0px 60px;
}
.banner_content_sec h2 {
    font-size: 112px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid #fff;
}
.banner_content_sec h4 {
	font-size: 30px;
	font-weight: normal !important;
	color: #fff;
	line-height: 36px;
	margin: 0 0 25px;
}
.banner_content_sec h4 span {
	display: inline-block;
	font-weight: bold;
}
.banner_bottom_sec {
	padding: 220px 0 130px;
}
.banner_bottom_container {
	border:1px solid #fff;
}
.banner_bottom_left_sec {
	background: url(../images/srem_transforming_admission_bg1.jpg) no-repeat center top;
	padding: 30px;
	border-right: 1px solid #fff;
	position: relative;
}
.banner_bottom_left_sec::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 92%;
	background: #fff;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_bottom_left_sec h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.banner_bottom_left_sec h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 100px;
	position: relative;
}
.banner_bottom_left_sec h4::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 100%;
	background: #fff;
	top: 0;
	left: -15px;
}
.banner_bottom_left_sec p {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px;
    line-height: 30px;
}
.btn1 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 40px;
}
.btn1 i {
    float: right;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 40px;
}
.btn1:hover {
	background: #08cb84;
	color: #fff;
}
.banner_bottom_right_sec {
    width: 80%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.banner_bottom_right1 {
    position: absolute;
    top: -185px;
    left: 0;
}
.banner_bottom_right2 {
    position: absolute;
    bottom: -165px;
    right: 0;
}
.banner_bottom_box {
	padding: 15px;
	border-radius: 15px;
	text-align: left;
	margin: 20px 0;
	box-shadow: 1px 0 70px rgb(0,0,0,0.2);
}
.banner_bottom_box.bg1 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#08cc84+0,2a9483+100 */
	background: rgb(8,204,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(8,204,132,1) 0%, rgba(42,148,131,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(8,204,132,1) 0%,rgba(42,148,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(8,204,132,1) 0%,rgba(42,148,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08cc84', endColorstr='#2a9483',GradientType=0 ); /* IE6-9 */
}
.banner_bottom_box.bg2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a9483+0,08cc84+100 */
	background: rgb(42,148,131); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(42,148,131,1) 0%, rgba(8,204,132,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(42,148,131,1) 0%,rgba(8,204,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(42,148,131,1) 0%,rgba(8,204,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9483', endColorstr='#08cc84',GradientType=0 ); /* IE6-9 */
}
.banner_bottom_box_icon {
	width: auto;
	height: 64px;
	margin-bottom: 10px;
}
.banner_bottom_box_icon img {
	display: inline-block;
}
.banner_bottom_box h4 {
	font-size: 24px;
	font-weight: 600;
	color:#fff;
	margin: 0 0 12px;
}
.banner_bottom_box p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 20px;
    border-bottom: 6px solid #cccbcb;
    padding-bottom: 5px;
}
.banner_bottom_right1 {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.banner_bottom_right2 {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.other_platform_wrap {
	background: #fff;
	padding: 70px 0;
}
.other_platform_wrap .main_title1 {
    margin: 0 0 50px;
}
.other_platform_img_sec {
	width: 50%;
	float: left;
	margin: 0;
}
.other_platform_sub_sec {
	width: 50%;
	float: left;
	padding: 60px 60px 80px 30px;
	text-align: right;
}
.other_platform_sub_sec h3 {
	font-size: 36px;
	font-weight: bold;
	color: #292929;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
}
.other_platform_sub_sec h3::before {
	position: absolute;
	content: '';
	width: 142px;
	height: 5px;
	background: #292929;
	bottom: 0;
	right: 0;
}
.other_platform_sub_sec p {
    font-size: 28px;
    font-weight: 400;
    color: #292929;
    margin: 0;
    line-height: 30px;
}
.other_platform_container {
	margin: 30px 0;
}
.right_float .other_platform_img_sec {
	float: right;
	width: 50%;
}
.right_float .other_platform_img_sec img {
	width: 100%;
}
.right_float .other_platform_sub_sec {
	background: transparent;
	text-align: left;
	width: 50%;
	padding-left: 60px;
	padding-right: 30px;
}
.right_float .other_platform_sub_sec h3::before {
    left: 0;
}
.main_title1 {
	font-size: 48px;
	font-weight: 400;
	color: #292929;
	margin: 0 0 30px;
	position: relative;
}
.main_title1::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #292929;
    top: 0;
    left: -15px;
}
.main_title1::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 58px;
    background: #292929;
    top: 0;
    left: -18px;
}
.steps_to_transform_wrap {
	padding: 70px 0;
	background: #f7f5f5;
}
.about_ctpl_wrap {
	background: url(../images/about_ctpl_bg1.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0;
}
.about_ctpl_wrap .banner_bottom_left_sec {
    background: #292929;
    padding: 40px 80px 40px 40px;
    border-right: 1px solid #fff;
    position: relative;
    text-align: right;
    border-radius: 15px;
    width: 90%;
    float: right;
}
.about_ctpl_wrap .banner_bottom_left_sec h3 {
    border-bottom: none;
    margin: 0 0 30px;
}
.about_ctpl_wrap .banner_bottom_left_sec::before {
	left: inherit;
    right: 40px;
}
.about_ctpl_wrap .banner_bottom_left_sec h4::before {
    left: inherit;
    right: -42px;
}
.about_ctpl_wrap .banner_bottom_left_sec p {
    font-size: 20px;
    line-height: 24px;
}
.our_clientele_wrap {
	padding: 70px 0;
}
.our_clientele_image_sec {
	width: 100%;
	text-align: center;
}
.footer_wrap {
	background: #303030;
	padding: 20px 0 0;
}
.footer_contact {

}
.footer_contact h4 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
	margin: 0 0 30px;
}
.footer_contact p {
	font-size: 17px;
	font-weight: 400;
	color: rgba(255,255,255,0.4);
	margin: 0 0 30px;
	line-height: 23px;
}
.footer_link {
	margin: 60px 0 0;
	border-right: 1px solid #fff;
}
.footer_link ul {
	padding: 0;
	margin: 0;
}
.footer_link ul li {
	display: block;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 25px;
}
.footer_link ul li:last-child {
	margin: 0;
}
.footer_link ul li a {
	color: #fff;
}
.footer_link ul li a i {
	display: inline-block;
	margin-right: 15px;
}
.footer_social_media {
	padding: 0;
	margin: 60px 0 0;
	text-align: right;
}
.footer_social_media li {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-right: 5px;
}
.footer_social_media li:nth-child(1) {
	margin-right: 10px;
}
.footer_social_media li:last-child {
	margin-right: 0px;
}
.footer_social_media li a {
	display: inline-block;
	width: 45px;
	line-height: 41px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
}
.footer_social_media li a:hover {
	color: #0b443f;
	border: 2px solid #a7bcba;
	background: #a7bcba;
}
.copyright_text {
    background: #15253e;
    padding: 25px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.25);
    font-size: 17px;
    margin: 40px 0 0;
    text-align: center;
}
.no-padding {
	padding: 0 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #d7d7d7 !important;
}
.banner_form_sec .btn {
    margin: 5px 0;
}
.btn-danger, .btn-outline-danger {
    border-color: #832625;
    background: #832625;
}
.btn-danger:hover, .btn-outline-danger:hover {
    background: #6e1716;
    box-shadow: 0 8px 25px -8px #6e1716;
    border-color: #6e1716;
}
.btn-warning {
    color: #fff;
    background-color: #ff9500;
    border-color: #ff9500;
}
.btn-warning:hover, .btn-outline-warning:hover {
    background: #cd772b;
    box-shadow: 0 8px 25px -8px #cd772b;
    border-color: #cd772b;
    color: #fff;
}
/*##################################################################################################################### VGU CET CSS #############################################################################*/
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232323;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #232323;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #232323;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #232323;
}

.dash-head-right h1 strong{
    color: #f8a125;
}
.inner-register{
    width: 30%;
    margin: 30px auto;
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 4px;
}
.campus-panel{
    position: relative;
    padding: 100px 0;
    background: url('../images/campus.jpg') no-repeat center;
    background-size: cover;
}
.campus-panel .container{
    position: relative;
}
.campus-panel h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}
.campus-panel h5 {
    font-size: 17px;
}
.btn-lg.go-choose {
    padding: 8px 30px;
    border-radius: 0;
    margin-top: 5px;
    color: #000;
}
.inner-main-panel{
    padding: 50px 0;
}
.main-form-panel .card .card-header{
    background: #4e73b8;
    color: #fff;
}
.main-form-panel .card .card-body .form-control{
    background: #f2f6ff;
    border-color: #b4bfd8;
}
.table tr:first-child th, .table tr:first-child td{
    border-top: 0;
}
.table thead tr th {
    background: #4d4e4e;
    color: #fff;
}
#userpaymentsection{
    padding: 20px;
    margin-top: 15px;
    background: #fff;
}
select.form-control{
    -webkit-appearance: auto;
}
.register-panel .form-group{
    position: relative;
    margin-bottom: 15px;
}
.register-panel .form-group .invalid-feedback {
    position: absolute;
    left: 0;
    bottom: -18px;
    white-space: nowrap;
    color: #ff021b !important;
    font-size: 0.75rem;
}
.invalid-feedback {
    color: #dc6973 !important;
}
.register-panel .form-group label{
    color: #fff !important;
    padding-left: 0;
}
#dashboardaccord .leftmenu .list-group-item h5 {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 11px 10px;
    margin: 0;
    width: 100%;
    display: inline-block;
    background: #ddd;
}
#dashboardaccord .leftmenu .list-group-item h5 i {
    float: left;
    overflow: hidden;
    padding-top: 2px;
    margin-right: 10px;
}
#dashboardaccord .leftmenu .list-group-item h5:last-child {
    border-bottom: none;
}
#dashboardaccord .leftmenu .list-group-item[aria-expanded="true"] {
    text-shadow: none !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    background: #f8a125 !important;
    color: #000 !important;
    border-bottom-color: #f8a125 !important;
}
#dashboardaccord .dashboard_container {
    padding: 25px;
    box-shadow: 1px 0 11px rgba(0,0,0,0.26);
    margin-left: 30px;
}
#mypayments .table.table-bordered {
    font-size: 13px !important;
}

#wrapper {
    display: none;
}
.programPanel .nav{
    border-right: solid 1px #ddd;
    background: #fff;
}
.programPanel .nav a {
    color: #a63238;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
}
.programPanel .nav a:last-child{
    border-bottom: 0;
}
.programPanel .nav-pills .nav-link.active, .programPanel .nav-pills .show>.nav-link{
    background: #811811;
    border-radius: 0;
}
.programPanel .tab-content{
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-height: 428px;
    background: rgba(0,0,0,0.65);
}
.programPanel .tab-content h5{
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #d63220;
}
.list-unstyled {
    color: #fff;
}
.listStyle li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}
.listStyle li:before{
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
}
.listStyle li ol li{
    padding-left: 0;
}
.listStyle li ol li:before{
    content: '';
}
.admpanel{
    padding: 30px 0;
    background: #f5f5f5;
}
.instDiv {
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 4px;
    min-height: 100%;
}
header.inner-header {
    position: static;
    border-bottom: 1px solid #ddd;
}
header.inner-header .logo {
    padding: 15px;
}
.banner_form_panel h4 {
    color: #fff;
}
.banner_form_panel h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.phone {
    text-align: right;
}
#applycoupon {
    display: inline-block;
    color: #000 !important;
    background: #f2901d !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
    margin-right: 5px;
}
#removecoupon {
    display: inline-block;
    color: #fff !important;
    background: #811811 !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
}
.bg-secondary {
    background-color: #0b443f !important;
}
.grey_bg {
    background:#ecf0f5 !important;
}
.pay_now_btn {
    display: inline-block;
    color: #fff !important;
    background: #4BB543;
    padding: 8px 40px;
    border: none;
    border-radius: 4px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
/*input:-webkit-autofill
{
 -webkit-text-fill-color: #fff !important;
}*/
.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto !important;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.fixed_btn_result {
    position: fixed;
    bottom: 5%;
    left: 15px;
    z-index: 999;
    text-align: center;
}
.fixed_btn_result .btn-block {
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}

.mob_userboard_table {
    width: 100% !important;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    display: none;
    margin: 15px 0 0;
}
.mob_userboard_table_tr {
    width: 100% !important;
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mob_userboard_table_tr span.leftsec {
    padding: 5px;
    border-right: 1px solid #ddd !important;
    width: 40%;
    float: left;
    color:rgba(0, 0, 0, 0.87);
    font-weight: bold;
}
.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 60%;
    float: left;
}
.desk-text-right{
    text-align: right;
}
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    padding: 0;
    /*background: #dc3545;*/
}
.jconfirm-title-c {
    background: #fae1e3;
    padding: 10px !important;
    font-size: 18px !important;
}
.jconfirm-content-pane {
    background: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
    line-height: 19px !important;
    margin: 0 !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 10px;
    padding-right: 10px;
}
.jconfirm-cell {
    background: rgba(0,0,0,0.6);
}
.register-panel .frmLogin, .login-panel .frmReg {
    margin: 5px 0 0;
}
.inner-header .logout .dropdown {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 25px;
}
.inner-header .logout .dropdown .dropdown-toggle::after {
    right: -10px !important;

}
.inner-header .logout .dropdown .dropdown-menu.show {
    top: 19px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
}
.inner-header .logout .dropdown .dropdown-item.active, .inner-header .logout .dropdown .dropdown-item:active {
    background-color: #0040B3;
}
header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    background: #0040B3 !important;
    font-weight: 600;
}
#fdsformsteps button.btn.btn-success.btnsubmit {
    background: #0040B3;
    border-color: #0040B3;
}
#banner_form .register-panel .btn.btn-warning.btn-block, #banner_form .login-panel #checkLogin, #banner_form .login-panel .btn.btn-warning.btn-block.showifvalid {
    background: #0040B3;
    border-color: #0040B3;
}
#banner_form .register-panel .btn.btn-warning.btn-block:hover, #banner_form .login-panel #checkLogin:hover,  #banner_form .login-panel .btn.btn-warning.btn-block.showifvalid:hover {
    background: #0040B3;
    border-color: #0040B3;
    box-shadow: 0 8px 25px -8px #0040B3;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg, a.btn.btn-link.toggleAction.btn-block {
    background: #15253e;
    border: #15253e;
    color: #fff;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin:hover, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg:hover, a.btn.btn-link.toggleAction.btn-block:hover {
    background: #15253e;
    border: #15253e;
    box-shadow: 0 8px 25px -8px #15253e;
}
.steps_to_transform_wrap .desktop_display, .our_clientele_wrap .desktop_display {
    display: inline-block;
}
.steps_to_transform_wrap .mobile_display, .our_clientele_wrap .mobile_display {
    display: none;
}
select#code {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
select#countrycode {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
#mobile {
    margin-left: 30%;
    width: 70%;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}











/* ------------------New CSS------------------ */


/* CSS Document */
body {
    font-family: "Poppins", sans-serif;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    /*background: #f0eded;*/
    background: #fff;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

.color_light_blue {
    color: #0066FF;
}

.color_blue {
    color: #0040B3;
}

.blue_back {
    background: #15253E;
}

.white_back {
    background: #FFFFFF;
}

.bluelight_back {
    background: #0066FF;
}

.link_color {
    color: #0040B3;
    font-weight: 600;
    opacity: 0.8;
    transition: all ease .3s;
}

.link_color:hover {
    opacity: 1;
    color: #0040B3;
}



.heading_style_one {
    padding: 15px 15px;
}

.heading_style_one h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.heading_style_two h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.heading_style_two p span {
    font-size: 14px;
    color: #000;
    position: relative;
}

.heading_style_two p span:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 11px;
    width: 65px;
    height: 2px;
    background: #000;
}

.heading_style_two p span:after {
    content: "";
    position: absolute;
    right: -80px;
    top: 11px;
    width: 65px;
    height: 2px;
    background: #000;
}

.heading_style_two p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
}

.heading_style_three {
    padding: 15px;
    border-radius: 4px;
}

.heading_style_three h2 {
    font-size: 24px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.heading_style_four h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.heading_style_seven h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}

.heading_style_seven p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.heading_style_four p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.heading_style_five h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
}

.heading_style_five h2 span {
    position: relative;
}

.heading_style_five h2 span:before {
    content: "";
    position: absolute;
    left: -150px;
    top: 50%;
    width: 135px;
    height: 2px;
    background: #fff;
}

.heading_style_five h2 span:after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    width: 135px;
    height: 2px;
    background: #fff;
}

.heading_style_six h2 {
    font-size: 40px;
    color: #000;
    position: relative;
}

.heading_style_six h2 span {
    position: relative;
}

.heading_style_six h2 span:before {
    content: "";
    position: absolute;
    left: -150px;
    top: 50%;
    width: 135px;
    height: 2px;
    background: #000;
}

.heading_style_six h2 span:after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    width: 135px;
    height: 2px;
    background: #000;
}



.btn-style-one {
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    color: #000;
    padding: 10px 35px;
    transition: all ease .3s;
    transform: scale(1);
    width: 100%;
    box-shadow: 0px 0px 12px 0px #727272;
}

.btn-style-one:hover {
    transition: all ease .3s;
    transform: scale(0.96);
}


.btn-style-two {
    font-size: 16px;
    font-weight: 500;
    background: #15253E;
    color: #fff;
    padding: 10px 35px;
    transition: all ease .3s;
    transform: scale(1);
    box-shadow: 0px 0px 12px 0px #727272;
}

.btn-style-two:hover {
    color: #fff;
    transition: all ease .3s;
    transform: scale(0.96);
}

/* top bar start  */


.firstNavbar {
    background: lch(86.69 0.02 356.63 / 0.5);
}

.firstNavbar .navbar .navbar-brand {
    font-size: 14px;
}

.firstNavbar .navbar .navbar-brand a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.firstNavbar .navbar-toggler-icon {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.firstNavbar nav a {
    color: #000;
    font-weight: 500;
}

.secondNavbar .navbar {
    position: static !important;
}

.secondNavbar .navbar .navbar-brand {
    font-size: 35px;
    letter-spacing: 0;
}

.secondNavbar .navbar .nav-link {
    font-size: 16px;
    margin: 0px 5px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.secondNavbar .navbar .nav-link:hover {
    /*font-weight:bold;*/
    color: #fff;
}

.secondNavbar .navbar-toggler {
    border: 0;
    color: #fff;
}

.secondNavbar .navbar .navbar-brand {
    width: 250px;
}

.secondNavbar nav a img {
    width: 100%;
}

.secondNavbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.secondNavbar .dropstart:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.secondNavbar li.nav-item.dropdown:hover>ul.dropdown-menu {
    display: block;
}

.secondNavbar {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 1;
}


@media (min-width:300px) and (max-width:991px) {
    .firstNavbar .contact-us {
        display: none;
    }

    .secondNavbar .dropstart:hover .dropdown-menu {
        /*display: block;*/
    }

    .secondNavbar .dropdown .dropdown-menu {
        position: relative;
        left: 0;
        right: 0 !important;
    }

    .secondNavbar .dropstart .dropdown-menu {
        z-index: -1;
    }

    .secondNavbar .dropstart .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: 0;
        content: "";
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .secondNavbar .dropstart .dropdown-toggle::before {
        display: none;
    }

    .secondNavbar li.nav-item.dropdown:hover>ul.dropdown-menu {
        background: #0000000f;
        color: #fff;
        border: 0;
        border-radius: 0;
    }

    .secondNavbar .dropstart .dropdown-menu {
        background: #0000000f;
        color: #fff;
        border: 0;
        border-radius: 0;

    }

    .secondNavbar .dropstart {
        padding: 0 1rem;
    }

    .secondNavbar li.nav-item {
        padding: 0 1rem;
    }

    .secondNavbar .navbar .nav-link {
        margin: 0px 0px;
        color: #000 !important;
    }

    .navbar-collapse {
        background: #fff;
    }



}

@media (min-width:300px) and (max-width:767px) {
    .firstNavbar .contact-us {
        display: none;
    }

    .firstNavbar li.login-con span {
        /*display: none;*/
    }

    .firstNavbar .navbar .navbar-brand a {
        font-size: 12px;
    }

    .secondNavbar .navbar .navbar-brand {
        width: 200px;
    }


}

@media screen and (min-width: 769px) {
    .dropstart:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
    }
}

/* top bar end  */




/*---------------------------------------------------------
=================Home Page CSS Starts====================
---------------------------------------------------------*/

/* banner section start  */

.banner_section {
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/hero.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 180px;
    background-color: #251714;
    padding-bottom: 100px;
}

.banner_section .banner_content h1 {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 54px;
}

.banner_section .banner_content h1 span {
    font-size: 30px;
    display: block;
    font-weight: 500;
}

.banner_section .banner_content p {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

@media screen and (max-width: 1199.98px) {
    .btn-style-one {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 991.98px) {
    .banner_content {
        padding-bottom: 20px;
    }



}

@media screen and (max-width: 767.98px) {
    .banner_section .banner_content h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .banner_section .banner_content h1 span {
        font-size: 20px;
    }
    .banner_section .banner_content p {
        font-size: 13px;
    }

    .banner_below button {
        font-size: 13px;
    }

    .banner_section {
        padding-top: 150px;
    }

}

/* banner section end  */




/*Are you ready section starts*/
section.ready_section {
    position: relative;
    padding: 60px 0 0;
}

section.ready_section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
}

section.ready_section h2 span {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 0;
}

section.ready_section .ready_cont p {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}


@media screen and (max-width: 767.98px) {
    section.ready_section h2 {
        font-size: 28px;
    }
    section.ready_section .ready_cont p {
        font-size: 16px;
    }

}

/*Are you ready section ends*/




/*Why GMCAT section starts*/

section.why_gmcat_section {
    position: relative;
    padding: 0 0 60px;
}

section.why_gmcat_section .why_dv {
    padding: 15px;
}

section.why_gmcat_section .why_dv p {
    font-size: 16px;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

section.why_gmcat_section .why_dv img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

section.why_gmcat_section .col-md-4 {
    border-right: 1px solid #ccc;
}

section.why_gmcat_section .col-md-4:nth-child(3n) {
    border-right: 0;
}

@media screen and (max-width: 767.98px) {
    .heading_style_one h2 {
        font-size: 28px;
    }


}
/*Why GMCAT section ends*/




/*clock ticking sections starts*/
section.clock_section {
    position: relative;
    background-image: url(../images/bg_001.png);
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

section.clock_section .clock_dv h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

section.clock_section .clock_dv p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width: 767.98px) {
    section.clock_section .clock_dv h2 {
        font-size: 30px;
    }

}
/*clock ticking sections ends*/





/*courses offered section starts*/
section.course_offered_section {
    position: relative;
    padding: 60px 0;
}

section.course_offered_section .course_dv {
    display: flex;
    align-items: self-start;
    position: relative;
}

section.course_offered_section .course_count {
    min-width: 45px;
    margin-right: 15px;
    position: relative;
}

section.course_offered_section .course_count span {
    position: relative;
    background: #0066FF;
    padding: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    border-radius: 110px;
    justify-content: center;
    z-index: 1;
}

section.course_offered_section .course_con {
    position: relative;
    padding-bottom: 15px;
}

section.course_offered_section .course_con h3 {
    font-size: 20px;
    font-weight: 700;
    color: #15253E;
}

section.course_offered_section .course_con p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
}

section.course_offered_section .course_con:before {
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
    z-index: 0;
}

@media screen and (max-width: 767.98px) {
    .heading_style_two h2 {
        font-size: 28px;
    }
    .heading_style_two p span:before,
    .heading_style_two p span:after {
        display: none;
    }




}
/*courses offered section ends*/


/*Process flow section starts*/
section.process_flow_section {
    position: relative;
    padding: 60px 0;
}

section.process_flow_section .common_steps {
    display: flex;
    /*align-items: flex-start;*/
    position: relative;
    /*padding-bottom: 40px;*/
}

section.process_flow_section .step_dvn {
    min-width: 70px;
    margin-right: 25px;
    min-height: 100%;
    position: relative;
}

section.process_flow_section .step_dvn_black {
    min-width: 70px;
    margin-right: 25px;
    min-height: 100%;
    position: relative;
}


section.process_flow_section .step_dvn p {
    min-width: 70px;
    background: #0066FF;
    height: 70px;
    border-radius: 110px;
    display: block;
    padding: 15px 5px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 20px;
    position: relative;

}

section.process_flow_section .step_dvn_black p {
    min-width: 70px;
    background: #0066FF;
    height: 70px;
    border-radius: 110px;
    display: block;
    padding: 15px 5px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 20px;
    position: relative;

}

section.process_flow_section .step_dvn p span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

section.process_flow_section .step_dvn_black p span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

section.process_flow_section .step_dv h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

/* Prakash */
section.process_flow_section .step_dv_black h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

/* end Prakash */

section.process_flow_section .step_dv p {
    font-size: 16px;
    color: #fff;
}

section.process_flow_section .step_dv ul {
    color: #fff;
    list-style: disc;
    padding-left: 30px;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

/* Prakash */
section.process_flow_section .step_dv_black ul {
    color: #000000;
    list-style: disc;
    padding-left: 30px;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}

section.process_flow_section .step_dvn_black:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000000;
}

/* end Prakash */
section.process_flow_section .step_dvn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

section.process_flow_section .step_five .step_dvn:before {
    display: none;
}

section.process_flow_section .step_five ul {
    border-bottom: 0px solid #fff;

}

/*Process flow section ends*/




/*Top University section starts*/
section.topuni_section {
    position: relative;
    padding: 60px 0;
}

section.topuni_section .uni_dv h2 {
    font-size: 48px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

section.topuni_section .uni_dv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}





/*Top University section ends*/


/* =================HOW TO APPLY SECTION CSS START =================*/
.apply_section ul {
    list-style-type: disc;
    padding-left: 17px;
    padding-top: 5px;
}

.apply_section h3 {
    font-size: 16px;
    font-weight: 700;
}

.apply_section .row {
    position: relative;
}

.apply_section .row::after {
    /* content: '';
    position: absolute;
    width: 75%;
    left: 52px;
    height: 2px;
    top: -39px;
    background-color: #ffffff; */
}

.apply_section .step_dv::after {
    content: '';
    position: absolute;
    top: -24%;
    left: 18%;
    height: 26px;
    border-right: 2px solid #ffffff;
    transform: translateX(-50%);
}


.apply_section .step_dv:nth-child(2)::after {
    content: '';
    position: absolute;
    top: -35%;
    left: 48%;
    height: 42px;
    border-right: 2px solid #ffffff;
    transform: translateX(-50%);
}


/* =================    HOW TO APPLY SECTION CSS END =================*/


/* ================= Partner Universities CSS START =================*/
.partner_universities_layout{
    background-color: #f5f5f5;
}

.partner_universities_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
 padding: 6rem 0;
}

.university_card_layout{
    margin-bottom: 3rem;
}



.img_fluid{
    max-width: 100%;
    /* height: auto; */
}


.university_card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   
}
.university_name {
    background: #0378cf;
    padding: 10px;
    text-align: center;
    position: relative;
    height:auto;
}
.uni_img {
    text-align: center;
    width: 90%;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 160px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
  }
  
  .uni_img:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0378cf;
  }
  .university_name h2 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}
/* ================= Partner Universities CSS END =================*/



/*---------------------------------------------------------
=================COmmon section CSS Starts====================
---------------------------------------------------------*/
/*common banner section starts*/
section.common_banner_section {
    position: relative;
    padding: 200px 0 100px;
    background-size: cover;
    background-position: top;
}

section.common_banner_section h1 {
    font-size: 54px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


/*common banner section ends*/

/*content one section starts*/
section.content_styleone_section {
    position: relative;
    padding: 60px 0;
}

section.content_styleone_section p {
    font-size: 18px;
    line-height: normal;
    color: #292929;
    font-weight: 500;
}

/*content one section ends*/





/*content two section starts*/
section.content_styletwo_section {
    position: relative;
    padding: 60px 0;
    background: #15253E;
}

section.content_styletwo_section .content_dv h3 {
    font-size: 28px;
    color: #0066FF;
    font-weight: 700;
    margin-top: 30px;
}

section.content_styletwo_section .content_dv p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
}

section.content_styletwo_section .steplist_dv li {
    display: flex;
    position: relative;
}

section.content_styletwo_section .steplist_dv li ul {
    padding-left: 15px;
}

section.content_styletwo_section .steplist_dv li ul li {
    font-size: 16px;
    color: #fff;
}

section.content_styletwo_section .steplist_dv li .step_cont {
    padding-bottom: 25px;
}

section.content_styletwo_section .step_dv {
    min-width: 35px;
    margin-right: 15px;
    padding-bottom: 25px;
    position: relative;
}

section.content_styletwo_section .step_dv:before {
    content: "";
    position: absolute;
    left: 16px;
    top: -15%;
    width: 2px;
    height: 100%;
    background: #fff;
    transform: translate(0px, -15%);
}

section.content_styletwo_section .step_dv p {
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 5px;
    border-radius: 30px;
    color: #15253E;
    text-align: center;
    font-weight: 700;
    position: relative;
}

/*content two section ends*/


/*content three section starts*/
section.content_stylethree_section {
    position: relative;
    padding: 60px 0;
}

section.content_stylethree_section .content_dv h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

section.content_stylethree_section .content_dv ul {
    list-style: disc;
    padding-left: 25px;
}

section.content_stylethree_section .content_dv ul li,
section.content_stylethree_section .content_dv p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

/*content three section ends*/






/*content four section starts*/
section.content_stylefour_section {
    position: relative;
    padding: 60px 0;
    background: #15253E;
}

section.content_stylefour_section .content_dv h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}

section.content_stylefour_section .content_dv p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
}

section.content_stylefour_section li {
    margin-bottom: 15px;
}

/*content four section ends*/




/*content five section starts*/
section.content_stylefive_section {
    position: relative;
    padding: 60px 0;
}

section.content_stylefive_section .content_dv h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

section.content_stylefive_section ul {
    margin-top: 40px;
}

section.content_stylefive_section .content_dv ul li ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 0;

}

section.content_stylefive_section .content_dv ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

section.content_stylefive_section .content_dv ul li ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

section.content_stylefive_section .content_dv ul li p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

/*content five section ends*/






/*content six section starts*/
section.content_stylesix_section {
    position: relative;
    padding: 60px 0;
    background: #15253E;
}

section.content_stylesix_section .content_dv h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

section.content_stylesix_section .content_dv ul {
    list-style: disc;
    padding-left: 25px;
}

section.content_stylesix_section .content_dv ul li,
section.content_stylesix_section .content_dv p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

/*content six section ends*/




/*---------------------------------------------------------
=================COmmon section CSS Starts====================
---------------------------------------------------------*/












/*---------------------------------------------------------
=================Footer CSS Starts====================
---------------------------------------------------------*/

section.footer_apply_section {
    position: relative;
    z-index: 1;
}

footer.footer_wrap {
    padding: 80px 0 0;
    background: #15253E;
    position: relative;
    margin-top: -25px;
}

footer.footer_wrap h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

footer.footer_wrap ul {
    padding-left: 0px;
    margin-top: 15px;
}

footer.footer_wrap ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    transition: all ease .3s;
}

footer.footer_wrap ul li a:hover {
    color: #ffffffb0;
}

footer.footer_wrap .quick_links ul li {
    margin-bottom: 5px;
}

footer.footer_wrap .copyright_text {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ffffffb0;
    margin-top: 30px;
}

footer.footer_wrap .copyright_text p {
    font-size: 14px;
    color: #ffffffc2;
    margin: 0;
}

footer.footer_wrap .footer_contact_sec ul li {
    /* display: inline-block; */
    margin-bottom: 15px;
    text-indent: -8px;
    margin-left: 18px;
}

footer.footer_wrap .footer_contact_sec ul li:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
    .footer_img {
        margin-bottom: 40px;
    }


}

/*---------------------------------------------------------
=================Footer CSS Ends====================
---------------------------------------------------------*/




  /* flow chart css */
  
  section.content_stylefour_section .position {
    text-align: center;
    color: #fff;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.content_stylefour_section .lev-two .position ul li {
    margin: 0;
}  
section.content_stylefour_section .lev-two .position ul  {
   list-style: none;
}
section.content_stylefour_section .position  h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
  @media (max-width: 767px) {
    section.content_stylefour_section .level {
      text-align: center;
    }
    section.content_stylefour_section .level.lev-one.top-level {
      margin-bottom: 70px;
    }
  
    section.content_stylefour_section .position {
      display: block;
      background-color: rgba(255, 255, 255, 0.33);
  
      max-width: 100%;
    }
    section.content_stylefour_section .lev-two .position {
        margin-left: 50px;
        margin-bottom: 50px;
        position: relative;
        height: 120px;
    }
  
    section.content_stylefour_section .lev-two .position:before {
      position: absolute;
      content: "";
      width: 50px;
      height: calc(100% + 50px);
      border-bottom: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2;
      left: -50px;
      bottom: 50%;
    }
  
    section.content_stylefour_section .lev-two .position:first-child:before {
      height: 100%;
    }
  }
  
  @media (min-width: 768px) {
    section.content_stylefour_section  .level {
      text-align: center;
    }
    section.content_stylefour_section  .top-level {
      margin-bottom: 100px;
    }
    section.content_stylefour_section  .position {
        display: inline-block;
        width: calc(30.33% + 40px);
        vertical-align: top;
        position: relative;
    }
  
    section.content_stylefour_section  .lev-two .position:nth-child(even) {
      margin-top: 0px;
    }
  
    section.content_stylefour_section  .lev-two .position:nth-child(even):before {
        content: "";
        position: absolute;
        height: 50px;
        border-left: 1px solid #f2f2f2;
        top: -50px;
    }
  
    section.content_stylefour_section  .lev-two .position {
      margin-left: -20px;
      margin-right: -20px;
      padding: 15px;
    }
  
    section.content_stylefour_section .lev-two .position:before {
      content: "";
      position: absolute;
      height: 50px;
      border-left: 1px solid #f2f2f2;
      top: -50px;
      width: calc(100% - 36px);
      border-top: 1px solid #f2f2f2;
      left: 50%;
    }
  
    section.content_stylefour_section   .lev-two .position:nth-last-child(1):before {
      content: "";
      position: absolute;
      height: 50px;
      border-left: 1px solid #f2f2f2;
      top: -50px;
      width: calc(100% - 20px);
      border-top: none;
    }
  
    section.content_stylefour_section   .flow-chart {
      position: relative;
    }
  
    section.content_stylefour_section   .top-level .position:after {
      content: "";
      position: absolute;
      height: 50px;
      border-left: 1px solid #f2f2f2;
      bottom: -50px;
      width: calc(100% - 40px);
      left: 50%;
    }
  }
  



  @media screen and (max-width: 767.98px) {
    .heading_style_four h2 {
        font-size: 28px;
    }
    section.topuni_section .uni_dv h2 {
        font-size: 28px;
    }
    section.common_banner_section h1 {
        font-size: 30px;
    }
    section.common_banner_section {
        padding: 150px 0 50px;
    }
    section.content_styleone_section p {
        font-size: 16px;
    }
    .heading_style_five h2,
    .heading_style_six h2,
    .heading_style_seven h2 {        
        font-size: 28px;
    }
    .heading_style_five h2 span:before,
    .heading_style_five h2 span:after,
    .heading_style_six h2 span:before,
    .heading_style_six h2 span:after {
        display:none;
    }
    section.content_styletwo_section .step_dv:before {
        top: 40px;
    }
    section.content_stylethree_section .content_dv h3 {
        font-size: 24px;
    }
    section.content_styletwo_section .content_dv h3 {
        font-size: 22px;
    }
    section.process_flow_section .step_dvn_black {
        min-width: 60px;
        margin-right: 15px;
    }
    section.process_flow_section .step_dvn_black p {
        min-width: 60px;
        height: 60px;
        border-radius: 110px;
    }
    section.process_flow_section .step_dv_black h3 {
        font-size: 20px;
    }
    section.content_stylefour_section .content_dv h3,
    section.content_stylefive_section .content_dv h3 {
        font-size: 18px;
    }
    section.process_flow_section .step_dvn p {
        min-width: 60px;
        height: 60px;
    }
    section.process_flow_section .step_dvn {
        min-width: 60px;
        margin-right: 15px;
    }
    .heading_style_six {
        padding: 0 15px;
    }
    .uni_img {
        height: auto;
    }

    
  }




  
  

/*---------------------------------------------------------
============Download Page CSS Starts===========
---------------------------------------------------------*/

section.download_banner .pdf_content_div {
    padding: 90px 30px 60px;
    background: #fff;
}
section.download_banner .pdf_content_div ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
section.download_banner .pdf_content_div ul li a {
font-size: 18px;
    font-weight: 700;
    background: #14397A;
    color: #fff;
    padding: 10px 65px;
    transition: all ease .3s;
    transform: scale(1);
}
section.download_banner .pdf_content_div ul li h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

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

    section.download_banner .pdf_content_div ul li {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    section.download_banner .pdf_content_div {
        padding: 0 0 40px;
        background: #fff;
    }
    section.download_banner .pdf_content_div ul li h3 {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    section.download_banner .pdf_content_div ul li a {
        font-size: 16px;
        font-weight: 700;
        background: #14397A;
        color: #fff;
        padding: 10px 35px;
        transition: all ease .3s;
        transform: scale(1);
    }

}


/*---------------------------------------------------------
============Download Page CSS Ends===========
---------------------------------------------------------*/
