.otherfont{
	font-family: Arial;
}
.font-weight-normal{
	font-weight: normal;
}
.font12{
	font-size: 12px;
}
.boximage2p3{
    position: relative;
    width: 100%;
    padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.boximage2p3 img{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;    
    height: 100%;
}
.boximage3p4{
    position: relative;
    width: 100%;
    padding-top: 75%; /* 3:2 Aspect Ratio */
}
.boximage3p4 img{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;    
    height: 100%;
}
.max1line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max3line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max4line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.max4line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.maxwidth200{
    max-width: 200px;
}
.text-truncate{
    text-overflow: ellipsis;
    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}
.home_heading1, .itemscope{
	display:none;
	height:0px;
	overflow: hidden;
}
.cursor-pointer{
	cursor: pointer;
}
.panel__title a{
	color: #FFF;
}
.text-upper{
	text-transform: uppercase;
}
.text-lower{
	text-transform: lowercase;
}
.text-capital{
	text-transform: capitalize;
}
.text-bold{
	font-weight: bold;
}
.recruitment-intro__desc{
	text-align: inherit;
}
.invalid{
	border-color: #dc3545;
	color: #dc3545;
}
.custom-select.is-invalid, .form-control-bs.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f44336!important;
}
.custom-select.is-valid, .form-control-bs.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #4caf50!important;
}
.is-invalid{
	border-color: #f44336!important;
	color: #f44336;
}
.is-valid{
	border-color: #4caf50!important;
}
.multiselect-invalid .btn-group{
	border:1px solid #f44336!important;
	color: #f44336;
}
.multiselect-valid .btn-group{
	border:1px solid #4caf50!important;
}

#azLogin .chosen-container.chosen-with-drop .chosen-drop{
	position: absolute;
	background: #6c6e82;
}
/* icon features */
.span-check-circle, .i-color-check-circle{
	color:#277ffd;
}
.span-ban, .i-color-ban{
	color:red;
}
.span-feature-icon{
	display: block;
	width: 60px;
	height: 60px;	
	background-size: 60px 60px;
	background-repeat: no-repeat;
}
.span-accom-yes{
	background-image: url("../images/accommodation-yes.png");
}
.span-accom-no{
	background-image: url("../images/accommodation-no.png");
}
.span-coop-yes{
	background-image: url("../images/coop-yes.png");
}
.span-coop-no{
	background-image: url("../images/coop-no.png");
}
.span-scholar-yes{
	background-image: url("../images/scholarship-yes.png");
}
.span-scholar-no{
	background-image: url("../images/scholarship-no.png");
}
.span-work-yes{
	background-image: url("../images/workwhile_yes.png");
}
.span-work-no{
	background-image: url("../images/workwhile_no.png");
}

.course-logo{
	max-width: 170px;
	max-height: 80px;
	margin:0px auto;
	padding: 5px 0px;
}
.optgroup{
	background: #737373;
	color: #FFF;
}
.multiselect-container .optgroup{
	background: #737373;
	color: #FFF;
}
.multiselect-container .optgroup a, .multiselect-container .optgroup a:visited{
	color: #FFF;
}
.blog-search__quick.active{
	background-color: #0263ef;
}
.school-features__item:hover{
	opacity:0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.school-about.is-collapse .school-about__collapse {
    display: none;
}
.school-about .school-about__collapse {
    display: inline-block;
    position: absolute;
    z-index: 2;
    /*bottom: 0;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.school-info__name h1{
	font-size: 16px;
	font-weight: 700;
}

.ul_course_info .list__item1:before, .ul_course_fee .list__item1:before{
	background: none;
}
.ul_course_fee .list__item1{
	padding-left: 0px;
}
.ul_course_info .list__key{
	padding-left: 0px;
}
.ul_course_info .list__val{
	-ms-flex: 0 250px;
	flex: 0 250px;
}

.ulFin{
	list-style: none;
	padding: 0px;
	margin:0px;
}
	.ulFin li{
		display: flex;
		border-bottom: 3px dotted rgb(234, 234, 234);
    	padding: 10px 0px;
	}
	.ulFin li:last-child{
		margin-bottom: 15px;
	    margin-top: 25px;
	    padding-bottom: 15px;
	    padding-top: 15px;
	    border-bottom: 3px solid #277ffd;
	    border-top: 3px solid rgb(234, 234, 234);
	}

.coursecountryselect{
	width: 50%;
}


.btn-custom-select{
	padding-top: .335rem;
	padding-bottom: .335rem;
}
.add_shortlist, .view_shortlist, .add_pathway, .view_pathway{
	cursor: pointer;
}
.view_shortlist, .view_pathway{
	color: #FFF!important;	
}

.button_like_over{
	cursor: pointer;
	position:absolute; 
	z-index:10; 
	top:0px; 
	background:#FFF; 
	opacity:0.0; 
	width:40px; 
	height:20px;
}
.admissionrequirement.is-collapse{
    max-height: 210px;
    overflow: hidden;
    position: relative;
}

.float_menu_bar{
	position: fixed;
	z-index: 100;
	width: 100%;
}
.brochure {
  display: block;
  color: #000;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  padding: 16px 20px 16px 20px; }
  .brochure:hover {
    color: #25acde;
    text-decoration: none;
    border-color: #25acde; }
  .brochure .fa {
    margin-right: 20px; }
  @media (max-width: 1800px) {
    .brochure {
      padding: 8px 16px;
      font-size: 16px; }
      .brochure .fa {
        margin-right: 16px; } }
		
#fPartnerRegister .modal-title{
	font-size: 26px;
}	
.checkbox-styled span:last-child:hover{
	color: #277ffd;
}
.pad-left-0{
	padding-left:0px!important;
}
/*--------------------------------------------- Sending email ---------------------------------------------*/
.sendingmailbox {
    height:50px;
    width:40px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.sendingmailbox::after {
    content:'Sending...';
    color:#277ffd;
    font-weight:700;
    position:absolute;
    bottom:-50px;
    left:-10px;
}
.boxflymail {
    position:relative;
    height:50px;
    width:40px;
    animation: box 5s infinite linear;
}

.borderflymail {
    background:#277ffd;
    position:absolute;
}

.borderflymail.one {
    height:4px;
    top:0;
    left:0;
    animation: border-one 5s infinite linear;
}

.borderflymail.two {
    top:0;
    right:0;
    height:100%;
    width:4px;
    animation: border-two 5s infinite linear;
}

.borderflymail.three {
    bottom:0;
    right:0;
    height:4px;
    width:100%;
    animation: border-three 5s infinite linear;
}

.borderflymail.four {
    bottom:0;
    left:0;
    height:100%;
    width:4px;
    animation: border-four 5s infinite linear;
}

.lineflymail {
    height:4px;
    background:#277ffd;
    position:absolute;
    width:0%;
    left:25%;
}

.lineflymail.one {
    top:25%;
    width:0%;
    animation: line-one 5s infinite linear;
}

.lineflymail.two {
    top:45%;
    animation: line-two 5s infinite linear;
}

.lineflymail.three {
    top:65%;
    animation: line-three 5s infinite linear;
}

@keyframes border-one {
    0%   {width:0;}
    10%  {width:100%;}
    100% {width:100%;}
}

@keyframes border-two {
    0%   {height:0;}
    10%  {height:0%;}
    20%  {height:100%;}
    100% {height:100%;}
}

@keyframes border-three {
    0%   {width:0;}
    20%  {width:0%;}
    30%  {width:100%;}
    100% {width:100%;}
}

@keyframes border-four {
    0%   {height:0;}
    30%  {height:0%;}
    40%  {height:100%;}
    100% {height:100%;}
}

@keyframes line-one {
    0%   {left:25%;width:0;}
    40%  {left:25%;width:0%;}
    43%  {left:25%;width:50%;}
    52%  {left:25%;width:50%;}
    54%  {left:25%;width:0% }
    55%  {right:25%;left:auto;}
    63%  {width:10%;right:25%;left:auto;}
    100% {width:10%;right:25%;left:auto;}
}

@keyframes line-two {
    0%   {width:0;}
    42%  {width:0%;}
    45%  {width:50%;}
    53%  {width:50%;}
    54%  {width:0% }
    60%  {width:50%}
    100% {width:50%;}
}

@keyframes line-three {
    0%   {width:0;}
    45%  {width:0%;}
    48%  {width:50%;}
    51%  {width:50%;}
    52%  {width:0% }
    100% {width:0%;}
}

@keyframes box {
    0%   {opacity:1;margin-left:0px;height:50px;width:40px;}
    55%  {margin-left:0px;height:50px;width:40px;}
    60%  {margin-left:0px;height:35px;width:50px;}
    74%  {msthin-left:0;}
    80%  {margin-left:-50px;opacity:1;}
    90% {height:35px;width:50px;margin-left:50px;opacity:0;}
    100% {opacity:0;}
}
/*--------------------------------------------- Modal search ---------------------------------------------*/
body.gbl-search-active {
  height: 100vh;
  overflow-y: hidden;
}
.gbl-search-wrapper {
	position: fixed;
	top: 3.5rem;
	left: 0;
	bottom: 0;
	visibility: hidden;
	z-index: -1;
	width: 100%;
	background: #203232;
	margin: 0;
	padding: 0 ;/*1.25rem 0;*/
}
.gbl-search-wrapper .text-muted:hover{
	color: #FFFFFF !important;	
}

@media ( max-width : 767px) {
	.gbl-search-wrapper {
		top: 5.9rem;
		height: 100vh - 100px;
		overflow-y: auto;
	}
}

@media ( min-width : 1024px) {
	.gbl-search-wrapper {
		height: 100%;
		top: 6.0rem;
		/*padding: 2.8125rem 0;*/
	}
}

.gbl-search-wrapper .gbl-search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.gbl-search-wrapper .gbl-search fieldset legend {
	position: absolute;
	left: -999999em;
}

.gbl-search-wrapper .gbl-search fieldset .form-row {
	max-width: 75rem;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0.3125rem;
	border-bottom: solid 0.0625rem #ffffff;
}

.gbl-search-wrapper .gbl-search fieldset .form-row .twitter-typeahead {
	width: 100%;
}

.gbl-search-wrapper .gbl-search fieldset .form-row input[type="search"]
	{
	height: 3.125rem;
	background: transparent;
	width: 100%;
	border: 0;
	padding: 0.625rem 3.75rem 0.625rem 0.625rem;
	font-size: 1rem;
	color: #ffffff;
	outline: none;
}

@media ( min-width : 1024px) {
	.gbl-search-wrapper .gbl-search fieldset .form-row input[type="search"]
		{
		font-size: 1.625rem;
	}
}

@media ( min-width : 1230px) {
	.gbl-search-wrapper .gbl-search fieldset .form-row input[type="search"]
		{
		font-size: 2rem;
	}
}

.gbl-search-wrapper .gbl-search fieldset .form-row .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 3.125rem;
	height: 3.125rem;
	background: transparent url(../images/icon-search.svg) no-repeat 0
		0;
	background-position: center;
	font-size: 0;
	text-indent: -99999em;
}

.gbl-search-active .gbl-search-wrapper {
	z-index: 10;
	visibility: visible;
	background: #203232;
	background: rgba(6, 29, 74, 0.96);
}

.gbl-search input[type="text"] {
	font-size: 1rem;
	height: 3.75rem;
	background: #ffffff !important;
	border: none;
	outline: none;
	color: #203232;
	padding: 0.9375rem 3.4375rem 0.9375rem 0.9375rem;
	cursor: pointer;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
	width: 100%;
	border-radius: 2px;
}

@media ( min-width : 1024px) {
	.gbl-search input[type="text"] {
		height: 4.6875rem;
		font-size: 1.375rem;
		padding: 0.9375rem 3.4375rem 0.9375rem 2.5rem;
	}
}

.gbl-search input[type="text"]:focus {
	cursor: text;
}

.gbl-search input[type="search"] {
	font-size: 1rem;
	height: 3.75rem;
	background: #ffffff;
	border: none;
	outline: none;
	color: #203232;
	padding: 0.9375rem 3.4375rem 0.9375rem 0.9375rem;
	cursor: pointer;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
	width: 100%;
	border-radius: 2px;
}

@media ( min-width : 1024px) {
	.gbl-search input[type="search"] {
		font-size: 1.375rem;
		padding: 0.9375rem 5rem 0.9375rem 2.5rem;
	}
}

.gbl-search input[type="search"]:focus {
	cursor: text;
}

.gbl-search .search-btn {
	position: relative;
	height: 3.125rem;
	width: 3.125rem;
	background: url(mysource_files/icon-search-black.svg) center no-repeat;
	background-size: contain;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0;
	text-indent: -999999em;
	border: none;
	margin-left: -5rem;
}

.gbl-search .tt-menu {
    background: #ffffff;
    padding: 0.8rem 0.5rem;
    width: 100% !important;
}
.gbl-search .tt-menu ul{
	list-style: none;
	padding: 0px;
}
.gbl-search .tt-menu ul li{
	list-style: none;
	line-height: 200%;
}
.gbl-search .tt-menu ul li img.flag{
	height:16px;
}
.gbl-search .tt-menu ul li a, .gbl-search .tt-menu ul li a:visited{
	color: #212529;
}
.gbl-search .tt-menu ul li a b{
	color:#277ffd;
}
/*--------------------------------------------- Star Rating ---------------------------------------------*/
.star-ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: left;
}

.star-ratings .star {
  position: relative;
  line-height: 20px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;/*#ebebeb;*/
}

.star-ratings .star:before {
  content: '\2605';
  width: 26px;
  height: 26px;
  font-size: 26px;
}

.star-ratings .star:hover, .star-ratings .star.selected, .star-ratings .star:hover ~ .star, .star-ratings .star.selected ~ .star{
  transition: color 0.8s ease;
  color: orange;
}
/*--------------------------------------------- Multi select ---------------------------------------------*/
.multiselect-native-select {
  position: relative;
}
.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border:1px solid #ddd;
  border-radius: 0px;
  width:100%;
  
  max-height: 300px;
  overflow: auto;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container li {
  padding: 0;
}
.multiselect-container li .multiselect-all label {
  font-weight: 700;
}
.multiselect-container li a {
  padding: 0;
}
.multiselect-container li a label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container li a label input[type=checkbox] {
  margin-bottom: 5px;
}
.multiselect-container li a label.radio {
  margin: 0;
}
.multiselect-container li a label.checkbox {
  margin: 0;
}
.multiselect-container li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.multiselect-container label.checkbox {
  padding: 3px 20px 3px 40px;
}
.multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.multiselect-container li a label.checkbox input[type=checkbox] {
  margin-left: -20px;
  margin-right: 0;
}
.multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
.multiselect-native-select button:nth-child(1){
	text-align:left;
	background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: rgba(0, 0, 0, 0);
    background-color:#fff;
    color: #495057;
}
.multiselect-native-select .dropdown-toggle::after{
	display:none;
}
.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: calc(4em);
}
.input-group > .multiselect-native-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}
.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/*--------------------------------------------- Caption style ---------------------------------------------*/
table.tplCaption{
	border: 1px solid #F5f5f5;
	margin: 20px 0px;
}
table.tplCaption img{
	width: 100%;	
}
table.tplCaption p{	
	color: #666;
	font-size: 90%;
	font-style: italic;
}
figure.image{
	display: inline-block;
	border: 1px solid #F5f5f5;
	margin: 20px 0px;
	padding: 3px;
}
figure.image figcaption{
	color: #666;
	font-style: italic;
	padding: 3px 0px;
	font-size: 90%;
}
	
/*--------------------------------------------- MEDIA ---------------------------------------------*/
@media (min-width:1280px){
	.modal-hd {
    	max-width: 90%!important;
	}
}
@media (min-width:1000px){
	
	.fixed-nav{
		position: fixed;
		top: 0px;
		z-index: 100000;
		background: #FFF;
		border-radius: 0px!important;
	}
		.fixed-nav .active{
			border-bottom: 3px solid #277ffd;
		}
	
	.fixed-search{
		position: fixed;
		top: 0px;
		z-index:1040;
	}

	.discover_school .panel__info{
		justify-content: normal;
		-webkit-box-pack: normal;
		-ms-flex-pack: normal;
	}
	.discover_school .school_address{
		flex: 0 0 60%;
	}
	.discover_school .school_rank{
		width:85px;
	}
	
}
a.back-to-top {
    display: none;
    position: fixed;
	z-index:9000;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #277ffd;
    border-radius: 50% 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}	
	
.course_fav{
	background: url(../images/icon-label-blue.png) center/contain no-repeat;
}
.viewedlist .panel-2__header{
	background-color: #999;
}
.float_btn_apply{
	position: absolute;
	bottom: 20%;
	left: 9%;
}
.myinput1{
	padding:3px;
	height: auto;
	font-size: 13px;
}
input.myinput1{
	width: 75%;
	float: left;
}
/*--------------------------------------------- Social Support CSS ---------------------------------------------*/
#fbmsg-icon {
    position: fixed;
    bottom: 420px;
	right: 15px;
	z-index:1000;
}
	#fbmsg-icon span{
		background:url("../images/facebook-messenger.svg") center center no-repeat;
		background-size: 50px 50px ;
		display: block;
		width: 50px;
		height: 60px;
		border-radius: 50%;
		
	}
#viber-icon{
	position:fixed;
	bottom: 360px;
	right: 15px;
	z-index:1000;
}
	#viber-icon span{
		background:url("../images/icon-viber.png") center center;
		background-size: cover;
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
#zalo-icon{
	position:fixed;
	bottom: 300px;
	right: 15px;
	z-index:1000;
}
	#zalo-icon span{
		background:url("../images/icon-zalo.png") center center;
		background-size: cover;
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
#whatsapp-icon{
	position:fixed;
	bottom: 300px;
	right: 15px;
	z-index:1000;
}
	#whatsapp-icon span{
		background:url("../images/icon-whatsapp.png") center center;
		background-size: cover;
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
#hotline-icon{
	position:fixed;
	bottom: 240px;
	right: 15px;
	z-index:1000;
}
	#hotline-icon span{
		background:url("../images/icon-call.png") center center;
		background-size: cover;
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
/*--------------------------------------------- Absolute Center Spinner ---------------------------------------------*/
.dvs_loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
	/* Transparent Overlay */
	.dvs_loading:before {
	  content: '';
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,0.3);
	}
	/* :not(:required) hides these rules from IE9 and below */
	.dvs_loading:not(:required) {
	  /* hide "loading..." text */
	  font: 0/0 a;
	  color: transparent;
	  text-shadow: none;
	  background-color: transparent;
	  border: 0;
	}
	.dvs_loading:not(:required):after {
	  content: '';
	  display: block;
	  font-size: 10px;
	  width: 1em;
	  height: 1em;
	  margin-top: -0.5em;
	  -webkit-animation: rotation 1500ms infinite linear;
	  -moz-animation: rotation 1500ms infinite linear;
	  -ms-animation: rotation 1500ms infinite linear;
	  -o-animation: rotation 1500ms infinite linear;
	  animation: rotation 1500ms infinite linear;
	  border-radius: 0.5em;
	  /*-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;*/
	  
	  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.5) -1.5em 0 0 0, rgba(255,255,255, 0.5) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
	  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;	  
	}

.dvs_spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
   z-index: 100000;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
/*--------------------------------------------- OVERRIDE CSS ---------------------------------------------*/
.blog-news-2__title{
	line-height: 150%;
}
.event-form .input-group .form-control{
	font-size: 14px;
}
.event-form .input-group .iti{
	width: 100%;
}
.event-form .input-group .iti__selected-flag{
	padding-left:0px;
}
.border-bottom-1{
	border-bottom: 1px solid #dee2e6;
}
.border-bottom-1 select{
	margin-left:-4px;
}
#dvsArticleContent{
	line-height: 1.6!important;
	font-size: 15px;
}
	#dvsArticleContent ul li{
		margin-bottom: 8px;
	}
	#dvsArticleContent img{
		max-height: auto!important;
		height: auto!important;
	}

@media (min-width: 500px) {	
	.desktop-nonflex{
		display: block;
	}
	.course-5__apply-text .add_shortlist > span, .course-5__apply-text .add_pathway > span, .shortlistpathway .add_shortlist > span, .shortlistpathway .add_pathway > span{
		margin-top: 7px!important;
		font-weight: normal!important;
	}
	.add_shortlist > span, .add_pathway > span{
		font-weight: normal!important;
	}
}
.resettable{
	border-collapse: inherit!important;
}
@media (max-width: 500px) {
	.event-form .input-group{
		padding-top:10px;
		padding-bottom: 10px;
	}
	.event-form .form-control{
		font-size: 16px!important;
	}

	.resettable tbody > tr > td, .resettable > tr > td{
		display: block;
		width: 100%;
	}
	
}
.sidebar:not(.sidebar-component) .sidebar-content{
	overflow: auto!important;
}
.course-condition{
	
}
	.course-condition h3{
		font-size: 14px!important;	
	}
	.course-condition h4{
		font-size: 13px!important;	
	}
	.course-condition h5{
		font-size: 12px!important;	
	}
	.course-condition ul{
		margin-bottom: inherit;
	}

.login-card__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.login-card {
    display: block;
    overflow: auto;
}

.scholarship-banner{
	background: url(../images/scholarship-banner.jpg) center/cover no-repeat;
}	
.course-2__label{
	width: 18px;
	height: 30px;
	display: inline-block;
	margin-top: 0px;	
}
.course-2__label:hover{
	cursor:pointer;
}
.course-2__label2{
	width: 12px;
	height: 20px;
	display: inline-block;
	margin-top: 0px;	
}
.blog-search__quick{display:block;-webkit-box-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}

.form-group .iti{
	width: 100%;
}
.panel__body{
	padding-left: 20px;
}
.blog-news-slider__iwrap img, .blog-news__iwrap img, .blog-video__iwrap img{
	object-fit: inherit;
}
.school-features__item{
	padding: 0px;
	display: block;
	width:50%;
	text-align:center;		
}
.span-feature-icon{
	margin: 0px auto;
}
.school-features__label{
	font-weight: 500;
	font-size: 12px;
	white-space: nowrap;
}
.panel-2__more{
	cursor: pointer;
}
	.panel-2__more small{
		font-size: 11px;
		vertical-align: middle;
	}

.realBody .breadcrumb-item a, .realBody .breadcrumb-item a:visited, .realBody .blog-post__stars{
	color: #c08736!important;
}
.realBody .blog-section__title, .realBody .blog-aside__title{
	background-color: #c08736!important;
}
.list_of_fees .form-group{
	margin-bottom: 0px!important;
}

.showhidebody{
	position:absolute!important; 
	right:0px; 
	top:0px; 
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
}

.iti__country{
	color:#000!important;
}
/*--------------------------------------------- SVG Background transparent ---------------------------------------------*/
.clip-svg {
	width: 0;
	height: 0;
}
.polygon-clip-rhombus {
	-webkit-clip-path: url(#banne-rectangle);
	clip-path: url(#banne-rectangle);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);  
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);	
}
.divover {
    width: 100%;
    height: 260px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
    /*-webkit-clip-path: polygon(100% 32%, 100% 100%, 50% 100%, 0 100%, 0 32%, 50% 84%);
    clip-path: polygon(100% 32%, 100% 100%, 50% 100%, 0 100%, 0 32%, 50% 84%);*/
    background: url("../images/bg_bot_slider.png") bottom center;
    z-index: 1;
}

/*--------------------------------------------- Responsive on Mobile Devices ---------------------------------------------*/
@media (min-width:1024px){
	.minheight62{
		min-height: 62px;
	}
}
@media (min-width:1280px){
	/* Override */
	.course-aside__header{
		height: 146px;
	}
	
}
@media (max-width:1920px){
	.event__date{
		max-width: 100px;
	}
	.event__date .eyear{
		display: block;
		text-align: center;
		font-size:20px; 
		letter-spacing:6px;	
	}
}
@media (max-width:1700px){
	.divover{
		height: 240px!important;
	}
}
@media (max-width:1440px){
	.divover{
		height: 210px!important;
	}
}
@media (max-width:1366px){
	.divover{
		height: 190px!important;
	}
}
@media (max-width:1280px){
	.divover{
		height: 170px!important;
	}
}
@media (max-width:1024px){
	.divover{
		height: 210px!important;
	}
}
@media (max-width:950px){
	.event__btns{
		order:0;
		text-align: center;
	}
	.divover{
		height: 150px!important;
	}
	.coursecountryselect{
		width: 100%;
	}
	.school-banner{
		min-height: 50px!important;
	}
	.school-banner__bg{
		height: inherit!important;
	}
	.home-banner__btn{
		font-size: 11px!important;
		padding: 0 10px!important;
		line-height: inherit!important;
	}
	.float_btn_apply{
		bottom: 0%!important;
	}
}
@media (max-width:500px){
	.event__date{
		max-width: 100%!important;
	}
	.event__date .eyear{
		font-size:20px; 
		letter-spacing:2px;	
	}
	.modal-title a span, .float_menu_bar .btn-sm span{
		display: none;
	}
	.blog-news-2__title .max1line, .blog-news-2__title .max2line, .blog-news-2__title .max3line, .blog-news-2__title .max4line{
		display: block;
		overflow:auto;
	}
	
}
/*--------------------------------------------- Count Down CSS ---------------------------------------------*/
.countdown.show, .countdown.hero_count {
	text-align: center;
	/*background-color: #e4e4e4;*/
	margin: 22px 22px 0px 22px;
	padding: 20px 20px 0px 20px;
	border-radius: 30px;
  }
  
  .countdown.show h2, .countdown.hero_count h2 {
	font-size: 60px;
  }
  
  .countdown.show .running, .countdown.hero_count .running {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
		flex-flow: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .countdown.show .running timer, .countdown.hero_count .running timer {
	font-family: 'Courier New', Courier, monospace;
	font-size: 40px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	/*color: #8c0734;*/
	color:#FFF;
  }
  
  .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.hero_count .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.hero_count .running timer .minutes,
  .countdown.show .running timer .seconds,
  .countdown.hero_count .running timer .seconds {
	background-color: #FFF;
	min-width: 54px;
	text-align: center;
	margin: 0 7px;
	color:#000;
	border-radius: 4px;
  }
  
  @media (max-width: 480px) {
	.countdown.show .running timer, .countdown.hero_count .running timer {
	  font-size: 20px;
	}
	.countdown.show .running timer .days, .countdown.hero_count .running timer .days,
	.countdown.show .running timer .hours,
	.countdown.hero_count .running timer .hours,
	.countdown.show .running timer .minutes,
	.countdown.hero_count .running timer .minutes,
	.countdown.show .running timer .seconds,
	.countdown.hero_count .running timer .seconds {
	  width: min-40px;
	}
  }
  
  .countdown.show .running .labels, .countdown.hero_count .running .labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: #CCC;
  }
  
  .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
	width: 90px;
	text-align: center;
	margin: 0px 2px;
  }
  
  @media (max-width: 480px) {
	.countdown.show .running .labels span, .countdown.hero_count .running .labels span {
	  width: 61px;
	}
  }
  
  .countdown.show .running .text, .countdown.hero_count .running .text {
	font-size: 20px;
	margin-top: 12px;
	font-weight: 600;
  }
  
  .countdown.show .running button, .countdown.hero_count .running button {
	border: none;
	background-color: black;
	color: white;
	border-radius: 25px;
	padding: 10px 20px;
	margin: 10px;
  }
  
  .countdown.show .running .break, .countdown.hero_count .running .break {
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	height: 0;
  }
  
  .countdown.show .ended, .countdown.hero_count .ended {
	display: none;
	-ms-flex-flow: wrap;
		flex-flow: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .countdown.show .ended .text, .countdown.hero_count .ended .text {
	font-size: 20px;
  }
  
  .countdown.show .ended button, .countdown.hero_count .ended button {
	border: none;
	background-color: #5a0000;
	color: white;
	border-radius: 25px;
	padding: 10px 20px;
	margin: 10px;
  }
  
  .countdown.show .ended .break, .countdown.hero_count .ended .break {
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	height: 0;
  }
  
  .countdown.hero_count {
	background-color: #6d0303;
	margin: 0 10px;
  }
  
  .countdown.hero_count h2 {
	font-size: 40px;
	color: #b3b3b3;
	font-size: 33px;
  }
  
  .countdown.hero_count .running timer {
	color: #e2e2e2;
  }
  
  .countdown.hero_count .running button {
	background-color: #af0b0b;
  }
  
  .countdown.hero_count .running button a {
	color: white;
  }
  
  .countdown.hero_count .running .labels span {
	width: 115px;
	margin: 0px 3px 0px 0px;
  }
  
  @media (max-width: 480px) {
	.countdown.hero_count .running .labels span {
	  width: 69px;
	}
  }



  .row-flex {
	display: flex;
	flex-wrap: wrap;
  }