/**
* Theme Name: Immigo Child
* Description: This is a child theme of Immigo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: immigo
* Version: 1.3
*/

.sectionlg {
  margin-bottom: 16px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
  border: none;
  background: #fff;
  padding: 16px 10px;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rank {
  display: inline-block;
  width: 16%;
  float: none;
  font-size: 2.25rem;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.rank span {
  font-weight: 100;
  font-size: 16px;
  display: inherit;
}
.leftl {
  display: inline-block;
  width: 17%;
  text-align: center;
}
.leftl a {
  background: #fff;
  padding: 10px;
  border: 1px solid #d1d1d1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.leftl img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
.rightl {
  display: inline-block;
  width: 70%;
  margin-left: 20px;
  margin-right: 10px;
}
.rightl > a h4 {
  color: #000;
  font-size: 19px;
  line-height: 1.3125rem;
  margin-top: 0;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.locations1 {
  position: relative;
  font-size: .875rem;
  color: #666;
}
.locations1 i {
  color: #ef8f2f;
}
.locations {
  padding-left: 7px;
  position: relative;
  font-size: .875rem;
  margin-left: 4px;
  color: #666;
}
.locations::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  left: 0;
  top: 4px;
  background: #ccc;
}
.myrankss {
  display: table;
  width: 100%;
  margin: 10px 0 5px;
}
.myrankss .rank_flex:first-child {
  padding-left: 0;
}
.myrankss .rank_flex {
  width: auto;
  padding: 0 22px;
    padding-left: 22px;
  padding-left: 22px;
}
.rank_flex {
  display: inline-block;
  text-align: center;
  width: 25%;
  position: relative;
  padding: 0 7px;
}
.rank_flex:last-child::after, .rank_flex:nth-child(4n)::after {
  width: 0;
}
.rank_flex div:first-child {
  font-size: 1rem;
  font-weight: 600;
  line-height: 13px;
}
.rank_flex div:nth-child(2) {
  font-size: 11px;
  color: #000;
}

.rank_flex::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  top: 0;
  right: 0;
}
.myrankss .rank_flex:first-child {
  padding-left: 0;
}
.rank_flex div.rankdis:first-child {
  font-size: .75rem;
  color: #666;
  font-weight: 400;
}
.taplinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 8px;
}
.taplinks .ramples:first-child {
  padding-left: 0;
}
.taplinks .ramples {
  padding-left: 12px;
  position: relative;
  margin-right: 12px;
  font-size: .875rem;
}
.taplinks .ramples:first-child::before {
  width: 0;
  height: 0;
}
.taplinks .ramples::before {
  color: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #666;
  content: "";
  top: 50%;
  margin-top: -3px;
}
.ramples a {
  color: #1048c3;
  cursor: pointer;
  font-size: 0.900rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.mybuttton {
  text-align: center;
}
.mybuttton a:nth-child(1) {
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 5;
  text-align: center;
  padding: 9px 8px;
  background-color: #6e214f;
  color: #fff;
  width: 120px;
  display: inline-block;
  font-size: 13px;
}
.mybuttton a:nth-child(2) {
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 5;
  text-align: center;
  padding: 8px 10px;
  background-color: #b31b38;
  color: #fff;
  display: inline-block;
  margin-top: 12px;
  width: 120px;
  font-size: 13px;
}
.page-pagination {
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
  border-radius: 4px;
  margin-bottom: 10px;
}
.page-pagination.division nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}
.page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-link {
  color: #666;
  font-weight: 600;
  padding: 8px 15px;
  margin: 0 3px;
    margin-left: 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover, .page-item.active .page-link {
  background-color: #e5e5e5;
  color: #333;
  border-color: #e5e5e5;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.inner-page-wrapper .wsmainwp {
  max-width: 1240px;
  margin: 0 auto;
}
.wsmainwp {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 15px;
  position: relative;
}
.breadcrumb {
  padding: 16px 5px 14px;
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
}
.breadcrumb-item a, .breadcrumb-item.active {
  color: #343536;
  font-size: 0.925rem;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 11px;
}
.breadcrumb-item.active {
  color: #999;
  font-weight: 500;
}
.breadcrumb-item a, .breadcrumb-item.active {
  color: #343536;
  font-size: 0.925rem;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.05rem;
  display: inline-block;
  padding-right: 9px;
  margin-top: -1px;
  content: "\00bb";
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
#breadcrumb {
  margin-bottom: 30px;
}
#sidebar > input {
  background: linear-gradient(to right, #032646 0%, #980000 366%) !important;
  border: 0;
  text-align: center;
  padding: 40px 0px !important;
}
#sidebar .accordion button {
  padding: 8px 10px 5px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  background: #e4e4e4;
  outline: 0;
}
.accordion-btn span {
  padding-left: .5em;
}
#sidebar .accordion button {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.panel.show {
  display: block;
  opacity: 1;
  max-height: 190px;
  overflow-y: auto;
}
.panel {
  background-color: $off-white;
  max-height: 0;
  overflow: hidden;
    overflow-y: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
  margin-top: 5px;
  border-left: 1px solid #DCD5D3;
}
.checkbox {
  float: left;
  width: 100%;
  margin: 0;
  padding: 6px 5px 0;
  position: relative;
}
#sidebar {
  float: left;
}
.univeristylisting {
  display: inline-block;
}
.auto-container {
  padding: 0px !important;
}
/* --- */

.univ-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.univ-logo img {
  max-width: 120px;
  border-radius: 10px;
}
.univ-name h1 {
  font-size: 28px;
  margin: 0;
  color: #003366;
}
.univ-type {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.univ-content {
  margin: 20px 0;
  line-height: 1.6;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.info-item {
  background: #f9f9f9;
  padding: 15px 20px;
  border-left: 4px solid #3182ce;
  border-radius: 8px;
}
.info-item strong {
  display: block;
  margin-bottom: 5px;
  color: #000;
}
.connectus{
  padding: 35px 0px;
}
.socialss a {
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #0077b5;
  padding: 8px 17px;
  border-radius: 100%;
  transition: background 0.3s ease;
}
.socialss a.instagram { background: #e4405f; }
.socialss a.facebook { background: #3b5998; }
.socialss a.twitter { background: #1da1f2; }
.socialss a.youtube { background: #ff0000; }
.socialss a:hover { opacity: 0.85; }

.mybuttton1 {
  text-align: center;
}
.mybuttton1 a:nth-child(1) {
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 5;
  text-align: center;
  padding: 9px 30px;
  background-color: #1048c3;
  color: #fff;
  width: 140px;
  display: inline-block;
}
.mybuttton1 a:nth-child(2) {
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 5;
  text-align: center;
  padding: 8px 30px;
  background-color: #e31e24;
  color: #fff;
  display: inline-block;
  margin-top: 12px;
  width: 140px;
}
/*------------ --------*/
