/* chief justice section  css */
.chief-justice-section .heading2,
.honorable-judges-section .heading2 {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: initial;
}

.honorable-judges-section {
  padding: 60px 0;
}

.judge-profile {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.judge-profile img {
  width: 100%;
}
.judge-profile:hover .hovrable-content {
  bottom: 0;
}

.judge-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.judge-img .hovrable-content {
  font-size: 0.9em;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px;
  left: 0;
  bottom: -100%;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.judge-img .hovrable-content a {
  display: inline-block;
  text-align: right;
  color: #374957;
  text-decoration: none;
  font-weight: 700;
}
.judge-img .hovrable-content a:hover {
  text-decoration: underline;
}

.show-focus-outlines .judge-img .hovrable-content {
  bottom: 0;
}

.chief-justice .judge-profile:hover .judge-name {
  color: #9b8154;
}

.salutaion-dets {
  display: none;
  color: #949494;
  width: 100%;
}

.judge-name {
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.judge-details {
  margin: 15px 0;
}

.load-more {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.load-more a {
  color: #ffffff;
}

.loadmore-btn {
  color: #ffffff;
  border: 1px solid #8a8bb1;
  border-radius: 1.5em;
  display: inline-block;
  font-size: 0.9em;
  padding: 8px 25px;
}
.loadmore-btn:hover {
  background: #ffffff;
}

h2.white-heading {
  color: #ffffff;
}
h2.text-blue {
  color: #313285;
}

.chief-justice-section {
  padding: 25px 0;
  margin-top: 35px;
  margin-bottom: 40px;
}
.chief-justice-section .chief-justice-left {
  float: left;
  width: 23%;
}
.chief-justice-section .chief-justice-left button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 7px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.1em;
  font-weight: 600;
  box-shadow: none;
}
.chief-justice-section .chief-justice {
  padding: 5px 12px;
  width: 100%;
  border-left: none;
}

.chief-justice-section .chief-justice-left button.active,
.chief-justice-section .chief-justice-left button:hover {
  color: #ff725e;
  text-decoration: underline;
}

.head-higlighted {
  color: #ef7c56;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 15px;
}

.text-yellow-lighten {
  color: #d9b16b;
}

.cji-india {
  font-weight: 600;
  font-size: 1.125em;
}

.read-full-profile {
  width: 100%;
  display: inline-block;
  text-align: right;
  text-transform: capitalize;
}
.read-full-profile a {
  color: #374957;
  text-decoration: none;
  font-weight: 700;
}
.read-full-profile a:hover {
  text-decoration: underline;
}

.judge-hierarchy {
  background-color: #d9ae5f;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
}

.justice-profile-details {
  padding: 20px 0px 20px 20px;
  text-align: justify;
}

.chief-justice-right .judge-name,
.chief-justice-right .cji-india {
  color: #9b8154;
}

.contrast .chief-justice-section,
.contrast .honorable-judges-section {
  background-color: #000 !important;
}
.contrast .judge-img .hovrable-content {
  background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 991px) {
  .chief-justice-section .chief-justice-left,
  .chief-justice-section .chief-justice-right {
    width: 100%;
  }
  .chief-justice-section .chief-justice-left button {
    display: block;
    background-color: #9393d5;
    color: #fbfbfb;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    width: auto;
    float: left;
  }
  .chief-justice-section .chief-justice-left button:nth-child(2) {
    margin-left: 15px;
  }
  .honorable-judge-left,
  .honorable-judge-right {
    width: 100%;
  }
  .chief-justice-section .chief-justice-left button.active,
  .chief-justice-section .chief-justice-left button:hover {
    color: #ffffff;
    background: #313285;
  }
}
@media (max-width: 500px) {
  .chief-justice-section .chief-justice-left button {
    width: 100%;
  }
  .chief-justice-section .chief-justice-left button:nth-child(2) {
    margin-left: 0;
  }
}
