/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v37/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

/* Change the white to any color ;) */
/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    background-color: #fff !important;
}
*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    /*use inset box-shadow to cover background-color*/
   /* -webkit-text-fill-color: #ffa400 !important;*/
    /*use text fill color to cover font color*/
}

/*input:-internal-autofill-selected {background-color: #fff !important;}*/
/* fallback end*/


/*By prajakta: Ajax Loader */

.loader-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  z-index: 99999;
  text-align: center;
  left: 0;
  right: 0;
  height: 100vh;
  display: none;
}

.custom-loader {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/intelliadmissions.gif) 50% 50% no-repeat !important;
  background-size: 10% !important;
}

::selection {
  background: #287f55;
}

::-moz-selection {
  background: #287f55;
  /* Firefox */
}

::-webkit-selection {
  background: #287f55;
  /* Safari */
}

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("font/OpenSans-Regular.ttf");
  src: local("?"), url("font/OpenSans-Regular.woff") format("woff"), url("font/OpenSans-Regular.ttf") format("truetype"), url("font/OpenSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}

.font-primary {
  font-family: 'Open Sans', sans-serif;
}

#logo a {
  font-family: 'Open Sans', sans-serif;
}

.menu-link {
  font-family: 'Open Sans', sans-serif
}

.top-search-form input {
  font-family: 'Open Sans', sans-serif;
}

.entry-link {
  font-family: 'Open Sans', sans-serif;
}

.button.button-desc {
  font-family: 'Open Sans', sans-serif;
}

.fbox-content h3 {
  font-family: 'Open Sans', sans-serif;
}

.tab-nav-lg li a {
  font-family: 'Open Sans', sans-serif;
}

label {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #1862C6;
}
.card {
    border-radius: 5px !important;
}
.button-border.button-blue {
  color: #1862C6;
  border-color: #1862C6;
}

.button-primary {
  background-color: #287f55
}

.button-primary.button-3d:hover {
  background-color: #287f55;
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
  color: #FFF !important;
  background-color: #287f55 !important;
  border-color: #287f55 !important;
}


/*.button.button-3d:hover ,.button{
    background-color: #287f55;
}*/

.full-header #logo {
  border-right: none;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img,
.menu-item:hover>.menu-link,
.menu-item.current>.menu-link {
  color: #287f55
}

.button-border.button-secondary {
  color: #1862C6;
  border-color: #1862C6 !important;
}

#fpassword,
#loginform {
  display: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 75px
}

.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.fslider {
  height: 150px;
  min-height: 150px;
  max-height: 150px
}

ul.school-listing-seo a {
  color: #1862C6
}

.school-listing-seo li {
  display: inline-block;
  margin: 3px;
  text-align: center
}

ul.school-listing-seo {
  text-align: center
}

ul.school-listing-seo i {
  font-size: 8px;
  margin-right: 5px
}

.bg-secondary {
  background-color: #1862C6!important
}

.bg-primary {
  background-color: #1862C6!important
}

.footer-logo {
  width: 54%;
  margin: auto;
}

#play-button span i {
  animation: play 2s linear infinite
}

.play-video i {
  position: absolute;
  padding-left: 5px;
  top: 40%;
  left: 50%;
  width: 80px;
  height: 80px;
  line-height: 81px;
  border-radius: 50%;
  z-index: 1;
  background-color: #1862C6!important;
  background-color: var(--themecolor);
  text-align: center;
  font-size: 24px;
  color: #FFF;
  margin-top: -40px;
  margin-left: -40px;
  transition: transform .3s ease-out;
  -webkit-backface-visibility: hidden
}

.header-misc-icon>a {
  width: 35px;
  height: 35px;
}

div#play-button {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

label {
  text-transform: none;
  letter-spacing: 0px;
}

.school-video {
  border: 5px solid #1862C6;
  border-radius: 5px;
}

.heart {
  width: 100px;
  height: 100px;
  background: url("../img/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: background-position 1s steps(28);
  transition: background-position 1s steps(28);
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.heart.is-active {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background-position: -2800px 0;
}

.stage {
  position: absolute;
  bottom: -77px;
  right: -71px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-control-nav li a {
  border: 1px solid #1862C6;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #1862C6;
}

.youtube_codegena {
  border: 5px solid #1862C6;
  border-radius: 3px;
}

.youtube_codegena .play {
  opacity: 1 !important;
  background-size: 93px !important;
  width: 99px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__rendered {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.select2-selection__arrow {
  top: 7px !important;
}

#page-title span {
  margin-top: 0px;
}


/*new added css*/
.multiselect.dropdown-toggle.btn.btn-default {
    background: #fff;
}

.toggle-content {
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
}

.faqs .toggle {
  border-bottom: none;
  padding-bottom: 0;
}

.filter-option-inner-inner {
  color: #212121;
}

::placeholder {
  color: #212121 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212121 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212121 !important;
}

.entry-meta {
  margin-top: 0px !important;
}

.widget_links:not(.widget-li-noicon) li::before {
  content: "" !important;
}

.widget_links li a {
  padding: 0px !important
}

#copyrights {
  padding: 20px 0;
}

.grid-filter.style-4 li.activeFilter a {
  color: #fff;
  background-color: #1ABC9C;
  margin: 0;
  padding: 10px;
}


/*profile page css*/

.step2 {
  display: none;
}

.circle-sep {
  top: 56%;
  left: 100px;
  right: 120px;
  background-color: #1862C6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  height: 2px;
}

.circle {
  background: #1862C6;
  border: none;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: white;
  cursor: default;
  outline: none;
  font-size: medium;
  padding: 40px 0;
  text-align: center;
}

.costDecription {
  position: relative;
  top: 42px;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  line-height: 30px;
}

.pro-header {
  position: absolute;
  z-index: 999;
  width: 100%;
}


/*#header{
   display: none;
   }*/

.map {
  height: 259px;
  min-height: 259px;
  max-height: 259px;
  overflow: hidden;
  border: 2px solid #ccc;
}

.profile-icon-head {
  width: 200px;
  float: left;
}

.profile-colon {
  width: 45px;
  float: left;
}

.profile-icon-desp {
  float: left;
  width: calc(100% - 260px);
  word-wrap: break-word;
}

.list-item-space li {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

ul.list-unstyled {
  float: left;
  width: 100%;
}

ul.list-unstyled li {
  padding: 10px 0;
  float: left;
  width: 100%;
}

.cicleImage2 .circle,
.cicleImage1 .circle {
  margin: auto;
  text-align: center;
  display: block;
}



ul.tab-nav {
  background: #fff;
}

.tab-container {
  padding-top: 0px !important;
}

.tab-container .card {
  border-radius: 0px;
}

li.pro-pic {
  position: relative;
}

.y-next {
  display: none;
}

a#y-current.active,
a#y-next.active {
  background: #1862C6;
  color: #fff;
}

thead {
  background: #1862c6;
  color: #fff;
}

.row.camus-img-wrap a.active img,
.row.camus-img-wrap a:hover img {
  border: 5px solid #1862C6;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
}

.row.camus-img-wrap a {
  cursor: pointer;
}

.fileinput-upload.fileinput-upload-button {
  display: none !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #1862c6 !important;
}

.product-image .product-desc {
  padding: 15px 0;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  overflow: hidden;
}


/*multiselect css*/

/*ul.multiselect-container.dropdown-menu.show {
  height: 200px;
  overflow-y: scroll;
  width: 100%;
  overflow-x: hidden;
}*/

.multiselect-container>li>a>label {
  padding-left: 7px !important;
}

.multiselect-native-select .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.multiselect-native-select span.multiselect-selected-text {
  text-align: left;
  float: left;
}

.multiselect-native-select button.multiselect.dropdown-toggle.btn.btn-default {
  border: 1px solid #ccc;
  width: 100%;
  display: block;
}

.multiselect-native-select .btn-group {
  width: 100%;
  text-align: left;
  float: left;
}

.fbox-content p {
    color: #7c7d7d;
}


 .profile-mt{margin-top: -86px;}

 div#primary-menu-trigger {
    float: right;
    margin-left: auto;
    border: 2px solid #ccc;
    width: 46px;
    height: 43px;
}

/*css added new profile*/
.pro-pic img{ width: 125px;height: 125px;    border: 4px solid #1862C6!important;}
.side-tabs .tab-nav.tab-nav2 li:first-child {
background-color:  #f7f7f7;
}
.tab-nav.tab-nav2 li a {
    background-color: #fff;
  }
    li.ui-tabs-tab {
    margin: 0px !important;
}
.pro-pic{
    position: relative;
    overflow: hidden;
    height: 125px;
    width: 125px;
    border-radius: 50%;    margin: auto;
}
.pro-pic span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;cursor: pointer;
}
.pro-pic span i {
    background: rgba(0,0,0,0.2);
    padding: 5px 46px;
}

.pro-img {
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    height: 110px;
    width: 110px;
    border-radius: 50%;
}
.pro-detail {
    float: left;
    padding-top: 50px;
}
.pro-img span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.pro-img span i {
    background: rgba(0,0,0,0.2);
    padding: 2px 46px;
}
ol.breadcrumb.pro-status li span {
    display: block;
    color: #fff;
    font-size: 25px;
}
ol.breadcrumb.pro-status li {
    color: #fff;
    display: block;
}
ol.breadcrumb.pro-status li span {
    display: block;
}


.side-tabs .tab-nav{padding:0px !important;}


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem !important;
}





/*responsive grid*/
/*@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) and (max-width: 992px){
}
@media only screen and (min-width: 993px) and (max-width: 1200px){
}*/

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
  .full-header #logo {
    border-right: none;
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
}
.slider-caption form {
    margin-top: 40px;
}
h1.text-white.fadeInUp.animated {
    margin-bottom: 60px;
}
.search-wrapp{background:none !important;}
/*  header#header{position:fixed;top:0;z-index:999;width:100%}*/
  .mob-res{margin-top:76px}
  .row.search-wrapp>div {margin-bottom: 15px;}
  /*faq page*/
  .content-wrap { padding: 40px 0;}
  .grid-filter li a {border: 1px solid #ccc;}
  #page-title .w-50 {width: 100% !important;}
 /* profile */

/*  .tab-nav.tab-nav2 li:first-child {    display: none;}*/
  .tab-nav.tab-nav2 li{margin: 0px;}
  .profile .p-5 {padding: 1rem !important;}
  .profile-icon-head { width: 150px;}

    .profile-icon-desp {
    width: calc(100% - 170px);}
    .tab-nav li{width: 50%}
.profile-mt {
    margin-top: 49px;
}
.profile-colon {
    width: 6px;
}
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
/* header#header{position:fixed;top:0;z-index:999;width:100%}*/
 .mob-res{margin-top:76px}
 .row.search-wrapp>div {margin-bottom: 15px;}
 /*faq page*/
 .grid-filter li a {border: 1px solid #ccc;}
 .content-wrap { padding: 40px 0;}
 .profile-mt {
    margin-top: 49px;
}
.retina-logo img { height: 45px !important;}
.full-header #logo {
    width: 55%;
  }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
/* header#header{position:fixed;top:0;z-index:999;width:100%}*/
 .mob-res{margin-top:76px}
   .retina-logo img{height: 80px !important}

   .profile-icon-desp {
    width: calc(100% - 165px);
    }
    .profile-icon-head {
    width: 120px;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .full-header #logo {
    padding-right: 0px; 
}

}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}





@media (max-width: 992px) {
  .header-misc {margin-left: 0px;}

}
/* Medium devices (tablets, 768px and down) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {

}


.search-wrapp .multiselect-container .input-group {
  width: 93%;
}
.search-wrapp span.input-group-btn {
  display: none;
}

.search-wrapp button.multiselect.dropdown-toggle.btn.btn-default {
    overflow: hidden;
}
/*//added css*/
.search-wrapp ul.multiselect-container.dropdown-menu.show {
    max-height: 200px;
    overflow-y: scroll;width:100%;
}

 .search-wrapp .w-100 .multiselect-container .input-group {
    width: 98%;
}
.search-wrapp label.radio input {
    display: none;
}
/*header search css*/
.top-serch .form-control:active, .top-serch .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
.top-serch .form-control{border-right:none;}
.top-serch .input-group-text{background: no-repeat;border-left: none;
  border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important;}

.full-header .primary-menu .menu-container {
    border: 0;    margin: 0;padding-right: 0;
}
.header-misc {
    margin-left: 0;
}

#logo img {
    height: 60px !important;
}

/* START: Style For schoolName AutoSuggestion in header
-----------------------------------------------------------*/
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
     prevent horizontal scrollbar 
    overflow-x: hidden;
    z-index: 2000;
    max-width: 500px;
  }
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 400px;
}
/* END: Style For schoolName AutoSuggestion in header
-----------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1094px) {
  .full-header #logo {
    width: 30%;height: auto !important;
  }
}
/*From style.css #page-title span display css removed*/
/*--------- Compare Block ----------*/
#compare-block {
  height: auto;
  width: auto;
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 999;
  padding: 0.5rem;
  background-color: #fff;
  display: none;
  border: 1px solid #dee2e6;
}

#compare-block .card {
  width: 150px;
}

#compare-block .card .card-body {
  padding: 5px;
}

#compare-block .card .card-body .card-title {
  margin-bottom: 0;
}

#compare-block .btn-wrapper {
  text-align: center;
  margin-top: 1rem;
}

/*----- Tracker -------*/

.calendar-wrapper {
  position: relative;
}

.calendar-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.calendar-item {
  border: 1px solid #dee2e6;
  padding: 15px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  width: auto;
  height: 220px;
  background-color: #fff;
  flex: 0 0 25%;
}

.calendar-item h4 {
  margin-bottom: 0.5rem !important;
}

.calendar-item:hover { 
  transform: scale(1.1);
  z-index: 2;
  border: 3px solid #1862C6;
}

.calendar-item.no-school:hover { 
  border-color: #dee2e6;
}

.calendar-item:hover h4 {
  color: #555 !important;
}

.calendar-item h4 i {
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0;
  display: none;
  color: #1862C6;
}

.calendar-item .school-name {
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}

.calendar-item .school-name a {
  margin-right: 10px;
}

.calendar-item .school-name:last-child {
  border-bottom: none;
}

.calendar-item .school-name .icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-size: cover;
  display: inline-block;
  border: 1px solid;
  position: relative;
  top: 6px;
}

.calendar-item .school-name h5 {
  margin-bottom: 0;
}

.calendar-item .badge{
  margin-right: 0.5rem;
}

.calendar-item .item {
  font-size: 14px;
}

.calendar-item .item.nav-link.active {
  background-color: #fff;
  color: #555;
}

.calendar-item .badge-warning {
  color: #fff;
}

.calendar-item .tab-content {
  display: none;
}

.calendar-item .view-all-school-link {
  padding: 10px 0 0;
}

.calendar-item .view-all-school-link a.text-primary {
  font-size: 12px;
}

/*-------- Active Item --------------*/
.calendar-item.active h4 {
  color: #555 !important;
}

.calendar-item.active h4 i { 
  display: block;
}

.calendar-item.active {
  border: 3px solid #1862C6;
  position: absolute;
  transform: none;
  height: 100%;
  width: 100%;
  top: 0;
}

.calendar-item.active .tab-content {
  display: inline-flex;
}

.calendar-item.active .flex-wrapper {
  display: flex;
  position: absolute;
  height: 90%;
  width: 100%;
  justify-content: space-between;
  left: 0;
}

.calendar-item.active .nav-pills {
  flex: 0 0 23%;
  padding-left: 15px;
}

.calendar-item.active .tab-content {
  flex: 0 0 75%;
}

.calendar-item.active .tab-content .tab-pane {
  flex: 0 0 100%;
  overflow-y: scroll;
  padding-right: 0;
  box-sizing: content-box;
}

.calendar-item.active .tab-content .tab-pane::-webkit-scrollbar {
  width: 0.5rem;
}

.calendar-item.active .tab-content .tab-pane::-webkit-scrollbar-track {
  background-color: transparent;
}

.calendar-item.active .tab-content .tab-pane::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 10px;
}

.calendar-item.active .item.nav-link.active {
  border: 1px solid #dee2e6;
}

@media only screen and (max-width: 767px) {
  .calendar-inner-wrapper {
    flex-wrap: wrap;
  }

  .calendar-item { 
    flex: 0 0 50%;
  }
}

/*--------------- Tooltip -----------------*/
.icon-question-sign {
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: inline-block;
  font-size: 12px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.dark-primary-card {
  background-color: #287f55;
}

.facility-wrapper {
  position: relative;
  padding: 10px;
}

.facility-wrapper.complete {
  border: 1px dotted #28a745;
}

.facility-wrapper i {
  position: absolute;
  top: 5px;
  right: 10px;
}

.facility-wrapper h4 {
  cursor: pointer;
}

.facility-circle {
  width: 70px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.facility-circle strong {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
