.plan_study-abroad, 
.plan_study-abroad * { box-sizing: border-box;}  
.plan_study-abroad .row { 
	align-items: center; 
	display: flex; 
	margin-right: -15px; 
	margin-left: -15px; 
}   
 
    .col-md-6 { 
		width: 50%; 
		float: left; 
		position: relative;
		min-height: 1px; 
		padding-right: 15px; 
		padding-left: 15px; 
	}

    .form-group { 
		margin-bottom: 15px; 
	}

    .form-control { 
		display: block; 
		width: 100%; 
		height: 34px; 
		padding: 6px 12px; 
		font-size: 14px; 
		line-height: 1.42857143; 
		color: #555; 
		background-color: #fff; 
		background-image: none; 
		border: 1px solid #ccc; 
		border-radius: 4px; 
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
		-webkit-transition: border-color ease-in-out .15s, 
		-webkit-box-shadow ease-in-out .15s; 
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
	}
    
	.col-xs-12 { 
		width: 100%; 
		/* position: relative;  */
		min-height: 1px; 
		padding-right: 15px; 
		padding-left: 15px; 
	}
	.text-center { 
		text-align:center;
	}
/* 
	.analyticsInner .analyticsRight .plan_study-abroad h2 { 
		font-size: 38px; 
		margin: 15px 0 8px;
	} 
    .analyticsInner .analyticsRight .plan_study-abroad h5 { 
		font-size: 18px; 
		margin-top: 10px; 
		margin-bottom: 10px; 
		font-weight: 500; 
	} */


/* .plan_study-abroad {
	background: #F2F2F2;
    padding: 15px 20px 30px;
    margin: 0 10px 30px 0;
    border: 10px solid #17A1E6;
    display: inline-block;
    width: 100%;
    position: relative;
} */

.plan_study-abroad {
    background: #F2F2F2;
    padding: 25px 20px 18px;
    margin: 0 10px 30px 0;
    border: 10px solid #17A1E6;
    display: inline-block;
    width: 100%;
    position: relative;
}
.plan_study-abroad .step.study_abroad_step_div2,
.plan_study-abroad .step.study_abroad_step_div3,
.plan_study-abroad .step.study_abroad_step_div4,
.plan_study-abroad .step.study_abroad_step_div5 {
	display:none; 
}
.plan_study-abroad img.plan_vector {
	position: absolute;
	left: 37%;
	transform: translateX(-41%);
	top: -10px;
	width: 24%;
}
.plan_study-abroad span.plan_study_txt {
	 background: #E4E4E4;
    color: #17A1E6;
    padding: 6px 13px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
}

/* .plan_study-abroad h2 {
	color: #17A1E6;
    font-size: 42px;
    font-weight: bold;
    margin: 15px 0 8px;
} */
.plan_study-abroad h2 {
    color: #17A1E6;
    font-size: 38px;
    font-weight: bold;
    margin: 15px 0 8px;
}

.plan_study-abroad h2 span {
	font-size: inherit;
	font-weight: normal;
	display: block;
	line-height: inherit;
	color: #333;
}

/* .plan_study-abroad p {
	font-size: 18px;
    color: #676767;
    margin: 0;
} */
.plan_study-abroad p {
    font-size: 17px;
    color: #676767;
    margin: 0;
}

.plan_study-abroad .row {
	align-items: center;
	display: flex;
}

.plan_study-abroad .step {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 474px;
	box-shadow:  3px 4px 6px rgba(0,0,0,0.3);
	text-align: left;
	border-radius: 10px;                                       
}

.plan_study-abroad .step .step_innr, .plan_study_abroad2 .step .step_innr {
	height: 247px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	display: flex;
	z-index: 1;
	position: relative;
	padding: 15px;
	align-items: center;
}
.plan_study_abroad2 .step .step_innr{
	max-width: 300px;
	float: right;
	text-align: center;
}
.successmsg{
	display: none;
}
.s_innr2 {
	width: 100%;
}

.plan_study-abroad .step:after {
	content: "";
    width: 464px;
    height: 237px;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    left: auto;
    right: -15px;
    background: rgba(255, 255, 255, 0.7);
    top: auto;
    bottom: -15px;
}
.plan_study-abroad span.step_count {
	font-size: 12px;
	color: #17A1E6;
}
.plan_study-abroad .row.step_4 {
	display: block;
}
.plan_study-abroad h5{
	font-size: 18px;
	color: #333;
}
.plan_study-abroad .row ul.destiny {
	margin: 0 0 0 -8px;
	padding: 0;
	list-style: none;
}
ul.destiny li {
	display: inline-block;
	width: calc(24.4% - 8px);
	margin-bottom: 10px;
	margin-left: 8px;
	vertical-align: top;
}
.next_prev_btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.next_prev_btns button {
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	display: flex;
	align-items: center;
	background: #F2F2F2;
	color: #333333;
	line-height: 30px;
	width: 70px;
	justify-content: space-evenly;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.next_prev_btns button.nxt_btn{
	background: #17A1E6;
	color: #fff;
	border: 1px solid transparent;
}
.nxt_btn[disabled]{
	background: #ddd !important;
}
.plan_study-abroad_div.study_abroad_step_div1 button.prev_btn {
	visibility: hidden;
}
.plan_study-abroad .step.thanks_step{
	text-align: center;
}
.plan_study-abroad .step.thanks_step h3{
	font-size: 26px;
	font-weight: bold;
	color: #17A1E6;
}
.plan_study-abroad .step.thanks_step h6{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.plan_study-abroad.study_abroad_step5 {
    padding: 15px 20px 15px;
}
.plan_study-abroad_div.study_abroad_step_div5 .step.thanks_step:after {
	display:none;
}
/* c_select */
.c_select {
	display: block;
	position: relative;
	padding-left: 7px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	font-size: 14px;
	color: #4A4A4A;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* border: 1px solid grey; */
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.c_select img.flag {
	margin-right: 8px;
    width: 25px;
	height: 16px;
}
.c_select img.flag.globe {
	height: 20px;
	width: 20px;
}

/* Hide the browsers default radio button */
.c_select input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    z-index: -1;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.c_select:hover input ~ .checkmark {
	border-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.c_select input:checked ~ .checkmark {
    border-color: #2196F3;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-width: 2px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.c_select input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.c_select .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* c_select */

.errorCls {
	border: 1px solid red !important;
}

/* container70 css */
.container70 .plan_study-abroad h2 {
    font-size: 36px;
}
.container70 .plan_study-abroad span.plan_study_txt{
	font-size: 17px;
}
.container70 .plan_study-abroad p {
    font-size: 16px;
    color: #676767;
    margin: 0;
}
.container70 .plan_study-abroad .step:after {
    right: -10px;
    bottom: -10px;
}
/* container70 css */

/* .special_discount_instiute .sp_line {
    background: red;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 6px;
    color: #333;
    background: #FFC600;
} */

/* .special_discount_instiute .sp_line {
    display: inline-block;
    padding: 2px 15px;
    border-radius: 6px;
    color: #333;
    background: #FFC600;
    font-style: italic;
    font-size: 17px;
} */
.special_discount_instiute .sp_line {
    display: inline-block;
    padding: 2px 15px;
    border-radius: 6px;
    color: #333;
    background: #FFC600;
    font-style: italic;
    font-size: 14px;
}
.special_discount_instiute .sp_line span {
    font-weight: 600;
    font-size: inherit;
}
ul.institute_names {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
ul.institute_names .slick-list {
    height: auto;
    padding: 5px 0px;
    width: 100%;
    margin: 0 auto;
}
ul.institute_names li {
    /* background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    height: 60px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2); */
	background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    height: 60px;
    width: 116px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
    margin: 0 6px;
	
}
ul.institute_names li img.sp_img {
    /* border: 1px solid #eee; */
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	width: 75%;
}
/* ul.institute_names.owl-carousel li img {
    height: 39px;
    width: auto;
} */
/* .owl-carousel.owl-drag .owl-item.active {
    background: none !important;
	border: none;
} */
/* ul.institute_names.owl-carousel.owl-loaded.owl-drag .owl-stage-outer {
    padding: 5px;
} */
/* ul.institute_names.owl-carousel .owl-nav {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
} */
ul.institute_names button.slick-arrow {
    background: url(/india/images/next_arrow.webp) 0 0 no-repeat;
    height: 22px;
    width: 22px;
    background-position: center !important;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 50%;
	background-size: 100%;
    opacity: 0.7;
	margin:0;
}

ul.institute_names button.slick-arrow.slick-prev {
    background: url(/india/images/prev_arrow.webp) 0 0 no-repeat;
    height: 22px;
    width: 22px;
    background-position: center !important;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 50%;
    opacity: 0.7;
	margin:0;
	background-size: 100%;
}
ul.institute_names button.slick-arrow:before{
	display: none;
}
/* ul.institute_names .owl-nav button.owl-next span,
ul.institute_names .owl-nav button.owl-prev span{
	font-size: 0px;
} */

.special_discount_instiute p.sp_para {
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}
.plan_study-abroad ul.institute_names li img.sp_img {
    box-shadow: none;
}

/* study abroad Second */
.plan_study_abroad2 {
    margin: 0 0 30px 0;
    display: inline-block;
    background: url(/india/images/study_abroad_design_bg.webp) 0 bottom  no-repeat #c6e7fc;
    padding: 25px 2% 20px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.35);
	width: 100%;
}
.removebottomspacing .plan_study_abroad2{
	margin-bottom: 0px;
}
.addbottomborder{
	border-bottom: 20px solid #f0f3f5;
}
*{
	box-sizing: border-box;
}
.plan_study_abroad2 .row.align-items-center{
	align-items: center;
	display: flex;
}
.plan_study_abroad2 *{
	/* font-family: "roboto", sans-serif; */
	
}
.plan_study-abroad ul.institute_names li:nth-child(25) img.sp_img, .plan_study-abroad ul.institute_names li:nth-child(23) img.sp_img, .plan_study-abroad ul.institute_names li:nth-child(13) img.sp_img {
    width: 45%;
}
.study_abroad_innr {
}
.study_abroad_innr h4{
	background-color: #003B58;
    padding: 0px 20px;
    display: inline-block;
    font-size: 26px;
    font-weight:700;
    color: #fff;
    line-height: 50px;
    border-radius: 5px;
    background: transparent;
    color: #003B58;
    border-bottom: 4px solid #003B58;
    border-radius: 0;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.study_abroad_innr h4 strong{
	font-size: 28px;
	color: inherit;
	font-weight: 700;
}
.study_abroad_innr h2{
	font-size: 22px;
	color: #003B58;
	margin: 10px 0 0px 0;
	font-weight: 400;
}
.study_abroad_innr h2 strong{
	color: inherit;
	font-size: inherit;
}
.study_abroad_innr h5{
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 10px 0 0px;
}
.study_abroad_innr h5 strong{
	font-size: inherit;
	color: inherit;
}
.study_abroad_innr h3, .study_abroad_innr h6{
	display: none;
}
.no_app_fee {
    display: flex;
    align-items: center;
    border: 1px solid #EFC75E;
    padding: 6px;
    background-color: #FFE99E;
    border-left-width: 4px;
    border-radius: 5px;
    width: max-content;
	margin-top: 20px;
}
.no_app_fee img{
	margin-right: 10px;
}
.no_app_fee h6 {
    font-size: 18px;
    color: #000;
    /* font-family: "roboto"; */
    font-weight: 700;
	margin: 0;
	display: block;
}
.no_app_fee h6 span {
    display: block;
    font-style: italic;
    color: inherit;
    font-size: 13px;
    font-weight: 400;
    font-family: inherit;
}
.study_abroad2_form {
    background: rgba(255,255,255,0.75);
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    max-width: 320px;
    margin: 0 0 0 auto;
    border: 1px solid #B1D8F8;
    box-shadow: 0px 3px 6px #B1D8F8;
}
.study_abroad2_form .form-group{
	margin-bottom: 10px;
}
.plan_study_abroad2 .form-control {
    border: 1px solid #b1d8f8;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
}
.get_my_shortlist_btn input.btn{
	line-height: 34px;
	width: 100%;
	background-color: #17A1E6;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.study_abroad2_form h6 {
    font-size: 18px;
	text-align: center;
    font-weight: 600;
	color: #333;
    margin: 0 0 10px;
}
.study_abroad2_form .col-xs-6.col-md-6:first-child {
    padding-right: 5px;
    padding-left: 15px;
}
.study_abroad2_form .col-xs-6.col-md-6 {
    padding-left: 5px;
}
.step_innr .s_innr2 h3 {
	font-family: 'Calibri';
	font-size: 22px;
	color: #003B58;
}
.step_innr .s_innr2 h6 {
	font-family: 'Calibri';
	font-size: 16px;
	margin-top: 5px;
	color: #003B58;
	font-weight: 400;
} 
/* study abroad Second */
.second_banner_sb_inner.container .plan_study_abroad2 .col-md-5 { width: 41.66666667%;}
.second_banner_sb_inner.container .plan_study_abroad2 .col-md-7 {width: 58.33333333%;
}
.analysisfile.container .plan_study_abroad2 .study_abroad2_form .col-md-6.usernamediv {   padding-left: 0;
}
.analysisfile.container .plan_study_abroad2 .study_abroad2_form .col-md-6.userphonediv{
	padding-right: 0;
}
.second_banner_sb_inner.container .plan_study_abroad2 .study_abroad2_form input.btn {
	border: none;
	font-weight: bold !important;
	font-size:16px;
}
.analyticsOutter .second_banner_sb .second_banner_sb_inner.container.analysisfile .plan_study_abroad2 {
    padding: 25px 3% 20px;
}
.analyticsOutter .second_banner_sb .second_banner_sb_inner.container.analysisfile .plan_study_abroad2 .col-md-7 {
    padding-right: 15px;
}
.ToeflAnalysis .plan_study_abroad2 {
	margin-bottom: 0px;
  }

  .second_banner_sb_inner.container.analysisfile.ToeflAnalysis, .second_banner_sb_inner.container.topspacing {
	width: 100% !important;
	float: left;
	padding-top: 25px;
	background: #f0f3f5 ;
  }
  .col-md-4 {
		width: 33.33333333%;
	}

	.col-md-8 {
		width: 66.66666667%;
  }
  .addbottomborder .plan_study-abroad {
    margin-bottom: 0;
}

/* 24-06-2025 */
.DET_banner_main .plan_study-abroad{}
.DET_banner_main .plan_study-abroad span.plan_study_txt {
    font-size: 18px;
}
.DET_banner_main .plan_study-abroad h2 {
    font-size: 28px;
}
.DET_banner_main .plan_study-abroad p {
    font-size: 15px;
}
.DET_banner_main .plan_study-abroad .step:after {
    content: "";
    width: 315px;
}
.DET_banner_main ul.destiny li {
    display: inline-block;
    width: calc(32.5% - 8px);
    margin-bottom: 10px;
    margin-left: 8px;
}
.DET_banner_main .c_select {
    padding-left: 6px;
    font-size: 13px;
}
.DET_banner_main .c_select img.flag {
    width: 24px;
    height: auto;
}
.DET_banner_main .special_discount_instiute .sp_line {
    padding: 2px 10px;
    font-size: 13px;
}
ul.destiny li.show_country_selection_err {
    width: 64%;
    text-align: right;
    vertical-align: top;
}
.DET_banner_main ul.destiny li.show_country_selection_err {
    width: 63%;
}
/* 24-06-2025 */

/* 18-07-2025 */

.category_left_sidebar .plan_study-abroad .step .step_innr,
.analytics_123 .plan_study-abroad .step .step_innr {
    height: 286px;
}
.category_left_sidebar .plan_study-abroad .step::after,
.analytics_123 .plan_study-abroad .step::after {
    width: 100%;
	height: 100%;
}

.category_left_sidebar .plan_study-abroad .step .step_innr ul.destiny li,
.analytics_123 .plan_study-abroad .step .step_innr ul.destiny li {
    width: calc(32.5% - 8px);
}




/* 18-07-2025 */
@media screen and (max-width:767px) {
	.plan_study-abroad .row{
		display: block;
	}
	.plan_study-abroad .step{
		margin-top: 10px;
	}
	.plan_study-abroad h2{
		font-size: 24px;
		margin: 10px 0 5px;
	}
	.plan_study-abroad p {
		font-size: 15px;
	}
	ul.destiny li {
		display: inline-block;
		width: calc(49% - 8px);
		margin-bottom: 10px;
		margin-left: 8px;
	}
	.plan_study-abroad h5 {
		font-size: 16px;
		margin: 8px 0;
	} 
	.plan_study-abroad .step .step_innr {
		height: 200px;
	}
	.plan_study-abroad .step:after, 
	.plan_study-abroad .step:before{
		height: 75%;
	}
	.plan_study-abroad .step:before {
		left: -10px;
	}
	.plan_study-abroad .step:after {
		right: -10px;
		left: auto;
	}
	.plan_study-abroad .row .form-control {
		padding: 0 10px;
		line-height: 28px;
		height: 28px;
	}
	.plan_study-abroad img.plan_vector {
		position: absolute;
		left: auto;
		transform: none;
		top: 0px;
		width: 130px;
		right: 20px;
	}
	.plan_study-abroad span.plan_study_txt {
		font-size: 14px;
	}
	.destiny_wrap {
		width: 100%;
		overflow: auto;
	}
	.destiny_wrap input.form-control {
		border-color: #D2D2D2;
		box-shadow: none;
	}
	.plan_study-abroad .row ul.destiny {
		margin: 0 0 15px -8px;
		padding: 0;
		list-style: none;
		width: 770px;
		display: block;
	}
	ul.destiny li {
		display: inline-block;
		width: 115px;
		margin-bottom: 10px;
		margin-left: 8px;
		margin: 0;
	}
}