body {
  background-color: #000;
  border: 8px solid transparent;
  -moz-border-image: -moz-linear-gradient(
    top,
    #ce990b 0%,
    #fdf189 25%,
    #ce990b 100%
  );
  -webkit-border-image: -webkit-linear-gradient(
    top,
    #ce990b 0%,
    #fdf189 25%,
    #ce990b 100%
  );
  border-image: linear-gradient(top, #ce990b 0%, #fdf189 25%, #ce990b 100%);
  border-image-slice: 1;
  padding: 1.3em !important;
  position: relative;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua',
    Georgia, serif;
  letter-spacing: 0.8px;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgb(250, 225, 126);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(54, 56, 58);
}
h1,
h2,
h3,
h4,
h5 {
  color: white;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 18px;
  letter-spacing: 1.4px !important;
  color: white;
  line-height: 1.9rem;
}
.welcomeNote {
  color: white;
  font-size: 17px;
}

p > b {
  font-size: 19px;
  color: rgb(250, 225, 126);
}
.ipc {
  cursor: pointer;
}
input {
  color: white !important;
  padding: 4px 5px 2px 10px;
  border: none;
  border-radius: 6px !important;
  margin: 5px 0px 10px 0px;
  letter-spacing: 0.8px;
  height: 38px;
}
select {
  border-radius: 6px !important;
  color: white !important;
}
select option {
  color: black !important;
  letter-spacing: 0.9px !important;
}
textarea {
  color: white !important;
  padding: 4px 5px 2px 10px;
  border: none;
  border-radius: 6px !important;
  margin: 5px 0px 10px 0px;
  letter-spacing: 0.8px;
}
button {
  border-radius: 10px !important;
  cursor: pointer !important;
  letter-spacing: 0.5px;
}
.copyright:hover {
  color: white !important;
}
.error span {
  color: red;
  font-size: 15px;
}
.loginlogo {
  width: 100px;
  height: 100px;
  background-image: url('/images/mlalogosmall.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  inline-size: auto;
}
.d-flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
thead > tr > td {
  color: white;
  font-size: 18px;
  letter-spacing: 0.8px;
}
tbody > tr > td {
  font-size: 16px;
  letter-spacing: 0.8px;
}
label {
  font-size: 18px;
}
form {
  max-width: 500px;
  border: 1px solid navajowhite;
  border-radius: 10px;
  padding: 10px 20px 30px 20px;
}
.complaintform {
  max-width: 700px !important;
  border: 1px solid navajowhite;
  border-radius: 10px;
  padding: 10px 20px 30px 20px;
}
.chatRoom {
  width: 60%;
  border: 1px solid white;
  background-color: black;
  color: white;
  border-radius: 5px;
}
.chatbox {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 15px;
  padding-bottom: 30px;
  scroll-behavior: smooth;
  /* place-content: flex-end; */
}
.chatbox::-webkit-scrollbar {
  width: 5px;
}

.chatbox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.chatbox::-webkit-scrollbar-thumb {
  background: #e9c126;
  border-radius: 2px;
}

.chatbox::-webkit-scrollbar-thumb:hover {
  background: rgb(54, 56, 58);
}
.chatInput {
  display: flex;
  padding: 10px 0px 0px 0px;
}
.chatInput > textarea {
  margin-bottom: auto;
  border-radius: 0px !important;
}
.chatInput > button {
  border-radius: 0px !important;
  margin-bottom: auto;
  margin-top: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.chatMessageView {
  width: inherit;
  /* border: 1px solid wheat; */
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.userPic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeate;
  background-size: contain;
}
.constitution {
  width: 300px;
  height: 300px;
  margin: 20px 0px 20px 0px;
  background-image: url('/images/Constitution_Frame.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.BarCouncilHome {
  width: 300px;
  margin: 20px 0px 20px 0px;
  height: 300px;
  background-image: url('/images/MLC_BarCouncil_Frame.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.JournalHome {
  width: 300px;
  margin: 20px 0px 20px 0px;
  height: 300px;
  background-image: url('/images/Journals.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.DocumentHome {
  width: 600px;
  margin: 20px 0px 20px 0px;
  height: 600px;
  background-image: url('/images/Deeds_And_Documents_Frame.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body:before {
  background: none;
  border: 12px solid #dfb924;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
}

.heading {
  color: #e9c126 !important;
}

.bg-inverse {
  background-color: #000 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
  }
}

.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.logoW {
  width: 50%;
}
.complaintText {
  color: black;
}
.complaintcol {
  display: flex;
  flex-wrap: wrap;
}
.logoW1 {
  position: relative;
  /*top: 80px;*/
  width: 80%;
}
.logoW2 {
  position: relative;
  right: 25px;

  bottom: 25px;
  height: 130px;
}
@media screen and (max-width: 769px) {
  .pillar {
    display: none;
    width: 100%;
  }
  .ball {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 16px;
  }
  label {
    font-size: 13px !important;
  }
  .chatRoom {
    width: 97%;
  }
}
@media screen and (max-width: 767px) {
  .logoW2 {
    display: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aaa {
    display: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .aaa {
    display: none;
    width: 100%;
  }
  .advocateProfile1 {
    /*
    border: 20px solid #edc629;
	border-image: url("../images/advProBorder2.png") 39 39 39 39 round round;
  */
    /* display: none; */
    border-style: none !important;
    border-width: 0 !important;
    /* -moz-border-image: url(../images/advProBorder1.png)76 76 76 repeat; */
    /* -webkit-border-image: url(../images/advProBorder1.png) 76 76 76 repeat; */
    /* -o-border-image: url(../images/advProBorder1.png) 76 76 76 repeat; */
    border-image: url(../images/advProBorder1.png) 76 76 76 repeat;
  }
}
@media screen and (min-width: 767px) and(max-width:767px) {
  .a {
    display: block;
    align-items: center;
  }
}
/* section css */
@media screen and (max-width: 610px) {
  .ipc {
    width: 200px;
    height: 200px;
  }
  .sectionsList {
    margin-top: -50px;
  }
}
@media screen and (max-width: 423px) {
  .logedIn {
    margin-left: -70px;
  }
  .Otpverification {
    margin-left: -100px;
  }
}
@media screen and (max-width: 425px) {
  .imagesize {
    width: 250px;
    height: 250px;
  }
  .logedIn {
    margin-left: -60px;
  }
}
@media screen and (max-width: 375px) {
  .barcouncil {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .logedIn {
    margin-left: -100px;
  }
}
/* On screens that are 600px wide or less, the background color is olive */
@media screen and (min-width: 768px) and (max-width: 2000px) {
  .a {
    display: none;
  }
}

.login {
  position: absolute;
  right: 100px;
  top: 120px;
  font-weight: bold;
}

.login a {
  color: #dfb924;
}

.login a:hover {
  color: #fff;
  text-decoration: none;
}

.divider {
  color: #fff;
}
.signin {
  color: #dfb924;
  cursor: pointer;
}
.signin hover {
  color: #fff;
  text-decoration: none;
}
.btn-select {
  position: relative;
  padding: 0;
  min-width: 150px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
}

.btn-select .btn-select-value {
  padding: 6px 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 5px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  text-align: right;
}

.btn-select .btn-select-arrow {
  float: right;
  line-height: 20px;
  padding: 6px 10px;
  top: 0;
}

.btn-select ul {
  display: none;
  background-color: white;
  color: black;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 33px;
  z-index: 999;
}

.btn-select ul li {
  padding: 3px 6px;
  text-align: right;
}

.btn-select ul li:hover {
  background-color: transparent;
}

.btn-select ul li.selected {
  color: white;
}
.PageLoader {
  top: 0%;
  bottom: 0%;
  right: 0%;
  left: 0%;
  width: 100vw;
  background-color: wheat;
  z-index: 10000;
  opacity: 0.6;
  position: absolute;
}
.PageLoader > div {
  height: 100vh;
  width: 100%;
  position: fixed;
}
.splash {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #dfb924;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 1000;
}
.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sectionTitle {
  text-transform: uppercase;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* register conformtion*/
.register {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 426px) {
  .register h1 {
    font-size: 22px;
  }
}
/* Default Start */

.btn-select.btn-default:hover,
.btn-select.btn-default:active,
.btn-select.btn-default.active {
  border: none;
}

.btn-select.btn-default ul li.selected {
  background-color: #000;
}

.btn-select.btn-default ul,
.btn-select.btn-default .btn-select-value {
  background-color: #dfb924;
  border: none;
}

.btn-select.btn-default:hover,
.btn-select.btn-default.active {
  background-color: transparent;
}
.MyRecords {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Default End */

/* Primary Start */

.btn-select.btn-primary:hover,
.btn-select.btn-primary:active,
.btn-select.btn-primary.active {
  border: none;
}

.btn-select.btn-primary ul li.selected {
  background-color: #2e6da4;
  color: white;
}

.btn-select.btn-primary ul {
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
  background-color: #428bca;
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover,
.btn-select.btn-primary.active {
  background-color: #286090;
}

/* Primary End */

/* Success Start */

.btn-select.btn-success:hover,
.btn-select.btn-success:active,
.btn-select.btn-success.active {
  border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
  background-color: #4cae4c;
  color: white;
}

.btn-select.btn-success ul {
  border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
  background-color: #5cb85c;
  border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover,
.btn-select.btn-success.active {
  background-color: #449d44;
}

/* Success End */

/* info Start */

.btn-select.btn-info:hover,
.btn-select.btn-info:active,
.btn-select.btn-info.active {
  border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
  background-color: #46b8da;
  color: white;
}

.btn-select.btn-info ul {
  border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
  background-color: #5bc0de;
  border: #46b8da 1px solid;
}

.btn-select.btn-info:hover,
.btn-select.btn-info.active {
  background-color: #269abc;
}

/* info End */

/* warning Start */

.btn-select.btn-warning:hover,
.btn-select.btn-warning:active,
.btn-select.btn-warning.active {
  border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
  background-color: #eea236;
  color: white;
}

.btn-select.btn-warning ul {
  border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
  background-color: #f0ad4e;
  border: #eea236 1px solid;
}

.btn-select.btn-warning:hover,
.btn-select.btn-warning.active {
  background-color: #d58512;
}

/* warning End */

/* danger Start */

.btn-select.btn-danger:hover,
.btn-select.btn-danger:active,
.btn-select.btn-danger.active {
  border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
  background-color: #d43f3a;
  color: white;
}

.btn-select.btn-danger ul {
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
  background-color: #d9534f;
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover,
.btn-select.btn-danger.active {
  background-color: #c9302c;
}

/* danger End */

.btn-select.btn-select-light .btn-select-value {
  background-color: transparent;
  color: #dfb924;
}

.signIn {
  padding-left: 5px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #e9c126;
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: #fff;
}

.navBg {
  border: 2px solid gold;
  border-right: 0px;
  border-left: 0px;
}
.multi-select > div {
  background: black;
  border: 0.5px solid gold;
  max-width: 227px;
  font-size: 16px;
}
.multi-select > div > div {
  text-align: left;
}
.select-panel label span {
  cursor: pointer;
  font-size: 15px;
}
.select-item {
  padding: 5px;
}
.panel-content {
  width: max-content;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #e9c225;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

/*Content*/

.leftPillar {
  background: url('../images/pillar.png');
  background-repeat: no-repeat;
  height: 900px;
  margin-top: 20px;
}

.rightPillar {
  background: url('../images/pillar.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 0;
  height: 900px;
}

.home .col-md-2 {
  width: 20%;
}

.registrationForm {
  background: url('../images/formBg.png') no-repeat center 50px;
  height: 855px;
  bottom: 20px;
}

.form_main {
  width: 100%;
}

.form_main h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase;
}

.heading {
  border-bottom: 1px solid #fcab0e;
  padding-bottom: 9px;
  position: relative;
}

.heading span {
  background: #9e6600 none repeat scroll 0 0;
  bottom: -2px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 75px;
}

.form {
  border-radius: 7px;
  padding: 6px;
}

.txt[type='text'] {
  border: 1px solid #e9c126;
  margin: 10px 0;
  padding: 10px 0 10px 5px;
  width: 100%;
  background: transparent;
  color: #e9c126;
}

.txt_3[type='text'] {
  margin: 10px 0 0;
  padding: 10px 0 10px 5px;
  width: 100%;
}

.txt2[type='submit'] {
  background: transparent;
  border: 1px solid #e9c126;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 35px;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
  width: 30%;
  float: right;
}

.txt2:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #e9c126;
  transition: all 0.5s ease 0s;
}

.formTitle {
  color: #e9c126;
  text-transform: uppercase;
}

.registrationForm {
  position: relative;
}

.content {
  color: lightgoldenrodyellow;
  text-align: -webkit-left;
  font-size: 20px;
}
.contents {
  color: #e9c126;
  justify-content: center;
  font-size: 20px;
}

.registrationForm .formpayu {
  width: 280px;
  position: absolute;
  right: 44px;
  top: 170px;
}
.registrationForm form {
  width: 280px;
  position: absolute;
  right: 44px;
  top: 170px;
}

/*wizard*/

.form-group {
  margin-bottom: 0.5rem;
}
.form-group label {
  font-size: 18px;
  color: #dfb924;
  letter-spacing: 0.7px;
}
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm {
  background-color: #000;
  text-align: center;
  width: 600px;
}
.userform {
  margin-left: 20px;
}
.confirmHeading {
  color: #dfb924;
  margin-top: 30px;
  text-align: center;
}
.confirmHeader {
  display: inline-block;
}
.indianPenalCode h1 {
  color: white;
}
.confirmSpan {
  color: #dfb924;
  margin-top: 30px;
  font-size: 20px;
}
.optnumber {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  height: 200px;
}

.posRel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.otp-verifaction input {
  max-width: 200px;
  border-radius: 5px;
}
.posRel h3 {
  color: #dfb924;
  position: relative;
  text-align: center;
  /* left: 180px; */
  margin-top: 40px;
  justify-content: center;
}
.loginform {
  justify-content: center;
  position: relative;
  top: 70px;
  left: 170px;
}
.stepwizard-step p {
  margin-top: 10px;
}

/* .stepwizard-row { */
/*display: table-row;*/
/* } */

.stepwizard {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 60px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  padding: 0px 4px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
}
.styling {
  color: #dfb924 !important;
}
.align1 {
  margin-left: 230px;
}
.align2 {
  margin-left: -25px;
}
.align3 {
  text-align: center;
  margin-top: 300px;
}
.form-control {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid #dfb924;
  border-radius: 0px;
}

.form-control:focus {
  color: white !important;
  background-color: transparent !important;
  border-color: #dfb924;
  outline: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

:focus {
  outline: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.3rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.btn-primary {
  color: #e9c126;
  background-color: transparent;
  border-color: #e9c126;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e9c126;
  border-color: #e9c126;
}

.count {
  padding-top: 5px;
  background: url('../images/homePatternSmall1.png') no-repeat center;
  height: 185px;
  text-align: center;
  padding-top: 75px;
  margin-right: 0px;
}

.count a {
  color: #e9c126;
  text-decoration: none;
}
.caseStage {
  padding-top: 5px;
  background: url('../images/homePatterList.png') no-repeat center;
  height: 160px;
  text-align: center;
  padding-top: 75px;
  margin-right: 0px;
}

.caseStage a {
  color: #e9c126;
  text-decoration: none;
}
.titleData span {
  display: block;
  color: #fff;
  font-size: 20px;
}
.caseType {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 285px;
  background: url('../images/caseType.png') no-repeat center;
}
.caseType h5{
  margin: 0;
  padding-top: 10px;
  color:#e9c126;
}
@media screen and (max-width: 1445px) {
  .book {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1039px) {
  .navfix {
    width: max-content;
  }
}

@media screen and (max-width: 425px) {
  .myrecord {
    margin-left: 10px;
  }
  .book {
    margin-left: 70px;
  }
  .userform {
    margin-left: none;
  }
}
/*advocateProfile*/

.advocateProfile1 {
  /*
    border: 20px solid #edc629;
	border-image: url("../images/advProBorder2.png") 39 39 39 39 round round;
	*/
  border-style: solid;
  border-width: 30px 30px 30px 30px;
  /* -moz-border-image: url(../images/advProBorder1.png)76 76 76 repeat; */
  /* -webkit-border-image: url(../images/advProBorder1.png) 76 76 76 repeat; */
  /* -o-border-image: url(../images/advProBorder1.png) 76 76 76 repeat; */
  border-image: url(../images/advProBorder1.png) 76 76 76 repeat;
}
.advocateProfile {
  /*
    border: 20px solid #edc629;
	border-image: url("../images/advProBorder2.png") 39 39 39 39 round round;
	*/
  border-style: solid;
  border-width: 54px 47px 56px;
  -moz-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
  -webkit-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
  -o-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
  border-image: url(../images/advProBorder2.png) 54 47 56 fill repeat;
}
.advocateProfiles {
  /*
    border: 20px solid #edc629;
	border-image: url("../images/advProBorder2.png") 39 39 39 39 round round;
	*/
  border-style: solid;
  border-width: 54px 47px 56px;
  -moz-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
  -webkit-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
  -o-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
  border-image: url(../images/advProBorder2.png) 54 47 56 fill repeat;
}
.advocateProfileBorder {
  border-style: solid;
  border-width: 40px 0 0 0;
  /* -moz-border-image: url(../images/advProBorder1.png)76 76 76 repeat; */
  /* -webkit-border-image: url(../images/advProBorder1.png) 76 76 76 repeat; */
  /* -o-border-image: url(../images/advProBorder1.png) 76 76 76 repeat; */
  border-image: url(../images/advProBorder2.png) 50 0 0 repeat;
}
.advocatetable {
  padding-top: 8px;
  text-align: center;
}
.profileHeader {
  height: 320px;
}

.profileRound {
  width: 132px;
  height: 177px;
  background: red;
  -moz-border-radius: 50% / 50%;
  -webkit-border-radius: 50% / 50%;
  border-radius: 50% / 50%;
  position: absolute;
  opacity: unset;
  margin-top: -200px;
  margin-left: 0px;
}
.profileRounds {
  width: 132px;
  height: 157px;
  background: red;
  -moz-border-radius: 50% / 50%;
  -webkit-border-radius: 50% / 50%;
  border-radius: 50% / 50%;
  position: absolute;
  opacity: unset;
  margin-top: 29px;
  margin-left: -200px;
}

.advPhotoFrame {
  width: 268px;
  margin: 20px auto 0;
}

.patternDivider {
  border-style: solid;
  border-width: 37px;
  -moz-border-image: url('../images/advProBorder2.png') 68 70 round;
  -webkit-border-image: url('../images/advProBorder2.png') 68 70 round;
  -o-border-image: url('../images/advProBorder2.png') 68 70 round;
  border-image: url('../images/advProBorder2.png') 68 70 round;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.details {
  margin-top: 30px;
}

.advName {
  color: #edc629;
}

.advCourt,
.advExp {
  color: #fff;
}

.advDesc p {
  color: #fff;
  text-align: justify;
}

.advTags ul {
  padding: 15px 0;
}

.advTags ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  color: #edc629;
}
.advTags1 ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  color: #edc629;
}

.advTags ul li:nth-child(1) {
  padding: 0;
}

/*practiceDetails*/

.practiceDetails {
  display: flex;
  justify-content: space-between;
}

.pdTitle {
  color: white;
}
.pdTitle1 {
  color: #edc629;
}
.prDet ul {
  padding-left: 0;
}

.prDet ul li {
  list-style: none;
  color: #fff;
  padding: 3px 0;
}
.advNamePr p {
  color: #edc629;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}
.goldText {
  color: #edc629;
}
.advNamePr1 p {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}
.advNamePr2 p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.ratingPer {
  color: #edc629;
  display: table-cell;
}
.ratingBgImage {
  background: url('../images/ratingFrame.png') no-repeat center;
  width: 150px;
  height: 85px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.biography h5 {
  color: #edc629;
}
.priceListRow {
  border-bottom: 1px solid #edc629;
  height: 283px;
}

.priceListRow:nth-last-child(1) {
  border-bottom: 0px;
}

.priceList .title {
  color: #fff;
}

.priceList h3 {
  color: #edc629;
}
.borderBottom {
  border-bottom: 2px solid #edc629;
}
.consulatationPriceFrame {
  background: url('../images/courtFrame2.png') no-repeat center;
  width: 250px;
  /* background-size: 250px 220px; */
  height: 200px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consulatationFee {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.consulatationType {
  padding-top: 110px;
}

.consulatationType span {
  color: #fff;
}

.price {
  background: url('../images/pricebox.png') no-repeat center;
  width: 330px;
  height: 250px;
  padding-top: 81px;
  font-size: 18px;
}

.price a {
  color: #edc629;
}

.price a:hover {
  text-decoration: none;
}

.price span {
  color: #fff;
}

.price .lineThrough {
  text-decoration: line-through;
}

/*Courts*/

.sCourt {
  background: url('../images/SupremeCourt.png') no-repeat center;
  width: 325px;
  height: 225px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}
.jCourt {
  background: url('../images/emptyImage2.jpg') no-repeat center;
  width: 385px;
  height: 373px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #fff;
  margin-bottom: 30px;
}

div#wave {
  width: 150px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
div#wave .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 1px;
  margin-top: 15px;
  background: #cfec63;
  animation: wave 1.3s linear infinite;
}
div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%,
  60%,
  100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
/* .hCourtsList {
} */
.courtTitles {
  width: 65% !important;
}
.hCourt {
  background: url('/images/HighCourt.png') no-repeat center;
  width: 300px;
  height: 195px;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  margin: 10px 10px 10px 10px;
  cursor: pointer;
}

.chatBoximg {
  background-image: url('../images/chatBg.jpg');
  background-repeat: repeat;
}
.centered2 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 17px;
  transform: translate(-50%, -79%);
}
.centered1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -155%);
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -90%);
}
/*greetings*/

.greetings {
  /* background: url('http://www.intrawallpaper.com/images/HD-Wallpapers-89_yaD0fnB.jpg'); */
  background-size: cover;
  min-height: 800px;
}

.noConfidential {
  color: #fff;
  font-weight: bold;
}

.col-md-2-5 {
  width: 20%;
}

.familyFrame {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dashBrdFrame {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* position: relative; */
}

.textFrame {
  position: absolute;
  font-weight: bold;
}

.familyFrameImg {
  z-index: 1;
}

.familyPic {
  position: absolute;
}

/*Video Secions*/

.sectionTitle {
  color: #edc629;
  font-weight: bold;
}

.arrowImages {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 990px) {
  .arrowImages {
    display: none;
    width: 100%;
  }
}
.languages {
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.languages a {
  color: #edc629;
  padding: 0px 5px;
}

/*indianPenalCode*/

.indianPenalCode {
  background: url('../images/ipcTopBg.png') no-repeat center;
  width: 340px;
  height: 225px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  align-items: center;
}

.indianPenalCode {
  font-weight: bold;
  color: #edc629;
  font-size: 25px;
}
@media screen and (max-width: 376px) {
  .indianPenalCode {
    width: 220px;
  }
}
@media screen and (max-width: 426px) {
  .linkimg {
    margin-left: -35px;
  }
  .courtTitles {
    text-align: center;
  }
}
@media screen and (max-width: 321px) {
  .linkimg {
    margin-left: -75px;
    font-weight: bold;
  }
}

.section {
  background: url('../images/spcSecBg.png') no-repeat center;
  width: 136px;
  height: 128px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Journals*/

.mainJournal {
  background: url('../images/mainJournal.png') no-repeat center;
  width: 332px;
  height: 190px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #edc629;
  font-size: 25px;
}

.journal {
  background: url('../images/HighCourt.png') no-repeat center;
  width: 280px;
  height: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #edc629;
  font-weight: bold;
}

/*JournalCase*/

.JournalCase {
  background: url('../images/journalListtopBg.png') no-repeat center;
  width: 356px;
  height: 220px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 25px;
  font-weight: bold;
}

.journalsList .profileRound {
  left: 82px !important;
}

.caseViewSec {
  border-style: solid;
  border-width: 37px;
  border-image: url('../images/caseListRightFramtop.png') top center;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
/*BarCouncilView*/
.BarCouncilView {
  padding: 30px;
  border-style: solid;
  border-width: 27px;
  -moz-border-image: url(../images/MLC_BarCouncil_LargeFrame.png) 27 round
    repeat;
  -webkit-border-image: url(../images/MLC_BarCouncil_LargeFrame.png) 27 round
    repeat;
  -o-border-image: url(../images/MLC_BarCouncil_LargeFrame.png) 27 round repeat;
  border-image: url(../images/MLC_BarCouncil_LargeFrame.png) 27 fill round
    repeat;
}

.alphbets {
  margin-right: 10px;
  background-color: #000;
  color: #edc924;
  border: 1px solid #000;
}
.card {
  background-color: black;
  border-color: #dfb924;
  color: #dfb924;
}
.card-header {
  text-align: center;
  border-color: #dfb924;
}

.menustyles {
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.cases {
  color: #dfb924 !important;
  font-size: 35px;
  /* margin-left: 80px; */
}
.side {
  /* padding: 0 100px; */
  margin-top: 35px;
  /*
padding: 0 100px;

*/
}
.chatBorder {
  height: 390px;
  width: 740px;
  margin-top: 40px;
  margin-left: -100px;
}
.style {
  position: absolute;
  margin-top: -180px;
  margin-left: 20px;
}
.onImage {
  position: relative;
}
.col-6 {
  position: relative;
  color: #dfb924;
  padding: 0 350px 0 15px;
  bottom: 73px;
}
.align {
  color: #dfb924;
  font-size: 25px;
  right: 12px;
}
.align1 {
  color: #fff;
  font: 5px;
}
.message {
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: 180px;
}
.experience {
  color: #fff;
  font-size: 20px;
  position: absolute;
  margin-left: 23px;
  bottom: 125px;
}
.advTags ul li {
  padding-left: 400px;
}
.align3 {
  font-size: 15px;
}
.horizontal {
  width: 200px;
  height: 4px;
  background-color: #fff;
}
.chtB {
  background-color: #c69137;
  border-radius: 5px;
  position: relative;
  float: right;
  right: 130px;
  bottom: 110px;
}
.viewB {
  background-color: #c69137;
  border-radius: 5px;
  position: relative;
  bottom: 110px;
  left: 300px;
}
.textheader {
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
  color: #dfb924;
}
.chatBox {
  border: 2px solid #dfb924;
  position: relative;
  width: 1175px;
  margin-top: 65px;
  margin-right: 65px;
  margin-left: 100px;
  margin-bottom: 95px;
}

.fButton {
  background-color: #dfb924;
  border-radius: 5px;
  position: absolute;
  margin-top: 45px;
  margin-left: -91px;
  color: black;
  cursor: pointer;
}
.Textborder {
  height: 230px;
  width: 740px;
  margin-top: 55px;
}
.cn {
  position: relative;
  bottom: 220px;
  right: 200px;
  font-size: 25px;
}

.advhover h3:hover {
  cursor: pointer;
  padding: 10px 0 10px 0;
  border: 1px solid gold;
}
.profileRounds1 {
  width: 62px;
  height: 74px;
  background: red;
  border-radius: 50% / 50%;
  position: absolute;
  opacity: unset;
  margin-top: 42px;
  margin-left: -93px;
}
/* Account */
.mrB2 {
  margin-bottom: 70px;
}
#mobNumber {
  float: left;
  width: 60%;
  color: #000;
}
#cCode {
  float: left;
  width: 20%;
  margin-right: 3%;
  color: #000;
}
.g-recaptcha {
  margin-right: 30px;
}
.recaptcha-checkbox {
  border: none;
  font-size: 1px;
  height: 8px;
  margin: 4px;
  width: 18px;
  overflow: visible;
  outline: 0;
  vertical-align: text-bottom;
}
.recaptcha-checkbox-checked .recaptcha-checkbox-checkmark {
  background-position: 0 -600px;
}
.recaptcha-checkbox-checkmark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAYAAADsAfBvAAAABmJLR…c8fQAAAIA4Ve/BleITOu7J3HehqXqHPH0AAAAAAAAAALr5H72AWmG4R73sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  border: none;
  height: 30px;
  left: -5px;
  outline: 0;
  position: absolute;
  width: 38px;
}
#backBtn {
  margin-top: 10px;
}
.btn {
  border-radius: 2px;
}
.btn-primary {
  color: #fff;
  background-color: #dfb924;
}
.btn-medium {
  padding: 11px 20px;
  margin-left: 5px;
}
#resendLink {
  width: 60%;
}
.form-group {
  margin-bottom: 20px;
}

/* CaseDetails */

.ptpro {
  color: #dfb924;
  font-size: 30px;
  margin-left: 135px;
}
.ptNm {
  color: #dfb924;
  font-size: 30px;
  margin-left: 40px;
}
.adv {
  position: absolute;
}
.box1 {
  background: white;
  bottom: 295px;
  width: 320px;
  height: 108px;
  left: 25px;
}
.box2 {
  background: white;
  bottom: 395px;
  width: 320px;
  height: 108px;
  left: 430px;
}
.adcte {
  color: black;
  font-size: 25px;
  position: absolute;
  bottom: 440px;
  left: 575px;
}
.adcte1 {
  color: black;
  font-size: 25px;
  position: absolute;
  bottom: 440px;
  left: 162px;
}
.ad {
  margin-left: 400px;
}

.caseDetailsBg {
  position: relative;
  bottom: 298px;
}
.hd {
  position: absolute;
  top: 54px;
  margin-left: 385px;
  color: #dfb924;
  font-size: 30px;
}

.act {
  position: absolute;
  top: 115px;
  margin-left: 20px;
}
.act1 {
  position: absolute;
  top: 123px;
  margin-left: 20px;
}
.algn {
  font-size: 25px;
  padding-left: 40px;
}
.alg {
  position: relative;
  color: #dfb924;
  padding-left: 50px;
}
.alg1 {
  position: relative;
  color: #dfb924;
  padding-left: 50px;
}

.algn1 {
  font-size: 25px;
}
.hd1 {
  position: absolute;
  top: 53px;
  margin-left: 345px;
  color: #dfb924;
  font-size: 30px;
}
.alg3 {
  position: relative;
  color: #dfb924;
  padding-left: 40px;
}
.algn2 {
  position: relative;
  top: 75px;
  font-size: 25px;
  color: #dfb924;
  padding-left: 40px;
}
.algn3 {
  font-size: 25px;
  color: #dfb924;
  right: 75px;
}
.algn4 {
  font-size: 25px;
  color: #dfb924;
  right: 85px;
}
.alg2 {
  position: relative;
  color: #dfb924;
  padding-left: 5px;
}
.tbl {
  bottom: 312px;
  position: relative;
  color: #dfb924;
  font-size: 19px;
  margin-left: 52px;
}

/* CaseList */
.h2 {
  color: #dfb924;
  text-align: center;
  margin-top: -35px;
}
.caty {
  color: #dfb924;
  margin-top: 70px;
  padding-left: 34px;
}
.canum {
  color: #dfb924;
  margin-top: 30px;
  padding-left: 34px;
}

.box1 {
  position: relative;
  bottom: 400px;
  border: 1px solid #dfb924;
  display: block;
  width: 320px;
  height: 100px;
  padding: 0.5rem 0.75rem;
  margin-left: 40px;
  line-height: 1.25;
  margin-top: 70px;
}
.box2 {
  position: relative;
  bottom: 520px;
  border: 1px solid #dfb924;
  display: block;
  width: 320px;
  height: 100px;
  margin-left: 40px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.advPic {
  background-image: url('/images/advPhotoFrame.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
}
.advPic div {
  width: 100px;
  height: 100px;
  padding-top: 30px;
}
.advPic2 {
  background-image: url('/images/advPhotoFrame.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: 'center';
  display: flex;
  width: 300px;
  height: 300px;
}
.advPic2 div img {
  height: 180px !important;
  width: 150px !important;
}
.advPic2 div {
  /* width: 100px; */
  /* height: 100px; */
  padding-top: 60px !important;
}
.advPicProfile {
  background-image: url('/images/advPhotoFrame.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 860px;
  height: 180px;
}

.advPicProfile div {
  /* width: 100px; */
  /* height: 100px; */
  padding-top: 26px;
}
.advPicProfile div img {
  height: 130px !important;
  width: 110px !important;
}
.avdPracticeAreas {
  list-style: none;
  font-size: 16px;
}
.avdProfilePic {
  position: absolute;
  top: -7%;
  left: 15%;
  background-image: url('/images/advPhotoFrame.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 79px 53px 75px 50px;
}
.avdChat {
  position: absolute;
  right: 20%;
}
.deedscategoryImg {
  height: 250px;
  width: 400px;
  background-image: url('/images/law-book.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 20px;
}
.deedslistImg {
  height: 250px;
  width: 400px;
  background-image: url('/images/law-book.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 20px;
}
.deedscategoryImg > div {
  /* color: #e9c126 !important; */
  color: white !important;
  position: relative;
  width: 50%;
  top: 35%;
  left: 48%;
  font-size: 20px;
  font-weight: bolder;
}
.deedscategoryImg > div > a {
  font-size: 20px;
  font-weight: bolder;
}
.deedslistImg > div {
  /* color: #e9c126 !important; */
  color: white !important;
  position: relative;
  width: 50%;
  top: 15%;
  left: 48%;
  font-size: 20px;
  font-weight: bolder;
}
.deedslistImg > div > a {
  font-size: 20px;
  font-weight: bolder;
}

.bt {
  margin-left: 60px;
  margin-top: 40px;
  height: 35px;
  width: 109px;
  padding-bottom: 30px;
}
.table {
  color: #dfb924;
  text-align: center;
  margin-top: 30px;
}
.table thead th {
  border-bottom: 0px;
  text-align: center;
  vertical-align: top;
}
.table th {
  border-top: 0px;
}
.table td {
  border-top: 0px;
  text-align: center;
}
/* ComplaintBox */
.Heading {
  top: 100px;
  text-align: center;
  font-size: 22px;
  font-style: bold;
  position: absolute;
  color: #dfb924;
  left: 620px;
}
.toadress {
  position: absolute;
  font-size: 18px;
  color: #dfb924;
  text-align: left;
  top: 180px;
  left: 500px;
}
.sub {
  position: absolute;
  font-size: 18px;
  color: #dfb924;
  text-align: left;
  top: 340px;
  left: 500px;
}
.fromadress {
  position: absolute;
  font-size: 18px;
  color: #dfb924;
  text-align: left;
  bottom: 200px;
  left: 500px;
}

/* ComplaintForm */

.advocateProfile {
  /* height: 860px; */
  width: 970px;
}
.head {
  color: #dfb924;
  margin-bottom: 20px;
  margin-left: 200px;
}
.col-form-label {
  color: #dfb924;
}
.label {
  color: #dfb924;
}
.bt1 {
  margin-top: 15px;
}

/* ContactUs */
.contact {
  color: #dfb924 !important;
  text-align: center;
  font-weight: 25px;
}
@media screen and (max-width: 2561px) {
  .contact {
    margin-left: 360px;
  }
}
@media screen and (max-width: 1441px) {
  .contact {
    margin-left: -30px;
  }
  .pstation {
    margin-left: -250px;
  }
}

@media screen and (max-width: 1025px) {
  .contact {
    margin-left: -130px;
  }
  .pstation {
    margin-left: -420px;
  }
}
@media screen and (max-width: 993px) {
  .avdProfilePic {
    top: -30%;
  }
  .avdChat {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    margin-left: -240px;
  }
  .pstation {
    margin-left: -500px;
  }
  .tb1 {
    width: 100px;
  }
  .image1 {
    height: 0;
    width: 0;
  }
  .courtTitles {
    text-align: center;
  }
  .courtTitles p {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .avdProfilePic {
    background-image: none;
    padding: none;
    top: -40%;
    left: 2%;
  }
  .advPic2 {
    background-image: url('/images/advPhotoFrame.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: 'center';
    display: flex;
    width: 200px;
    height: 200px;
  }
  .advPic2 div img {
    height: 120px !important;
    width: 100px !important;
  }
  .advPic2 div {
    /* width: 100px; */
    /* height: 100px; */
    padding-top: 41px !important;
  }
  .advPicProfile {
    background-image: url('/images/advPhotoFrame.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: 'center';
    width: 200px;
    height: 200px;
  }

  .advPicProfile div {
    /* width: 100px; */
    /* height: 100px; */
    padding-top: 41px !important;
  }
  .advPicProfile div img {
    height: 120px !important;
    width: 100px !important;
  }
}
@media screen and (max-width: 580px) {
  .avdProfilePic {
    left: 5%;
  }
  .advpic {
    width: 90px;
    height: 90px;
    margin-left: -30px;
    margin-top: -30px;
  }
  .centered {
    font-size: 15px;
    width: fit-content;
  }
}
@media screen and (max-width: 426px) {
  .contact {
    margin-left: -360px;
  }
  .hCourt {
    margin-left: 25px;
  }
  .advpic {
    display: none;
  }
  .Profilecard {
    height: 150px;
  }
  .courtTitles p {
    font-size: 14px;
  }
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .contact {
    margin-left: -380px;
  }
}
@media screen and (max-width: 319px) {
  .hCourt {
    background: none;
    border: 1px solid #f1e28b !important;
    border-radius: 50%;
  }
}
.image {
  text-align: center;
}
a.visakhapatnam {
  position: absolute;
  right: 83px;
  color: red !important;
  top: 92px;
  cursor: pointer;
}
#table.colorG {
  border-color: gold;
}
#table .table .th {
  border-bottom: 1px solid gold;
}
.table-color {
  height: 50%;
  width: 50%;
  margin-left: 360px;
  border-color: gold;
  border-bottom: '1px solid gold';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center !important;
}
.position-relative {
  position: relative !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}

/* CaseDetails */
.ptpro {
  color: #dfb924;
  font-size: 30px;
  margin-left: 135px;
}
.ptNm {
  color: #dfb924;
  font-size: 30px;
  margin-left: 40px;
}
.adv {
  position: absolute;
}
.box1 {
  background: white;
  bottom: 295px;
  width: 320px;
  height: 80px;
  left: 25px;
}
.box2 {
  background: white;
  bottom: 395px;
  width: 320px;
  height: 80px;
  left: 430px;
}
.adcte {
  color: black;
  font-size: 25px;
  position: absolute;
  bottom: 358px;
  left: 575px;
}
.adcte1 {
  color: black;
  font-size: 25px;
  position: absolute;
  bottom: 358px;
  left: 162px;
}
.ad {
  margin-left: 400px;
}

.caseDetailsBg {
  position: relative;
  bottom: 298px;
}
.hd {
  position: absolute;
  top: 54px;
  margin-left: 385px;
  color: #dfb924;
  font-size: 30px;
}

.act {
  position: absolute;
  top: 115px;
  margin-left: 20px;
}
.act1 {
  position: absolute;
  top: 123px;
  margin-left: 20px;
}
.algn {
  font-size: 25px;
  padding-left: 40px;
}
.col-8 {
  position: relative;
  color: #dfb924;
  padding-left: 50px;
}
.col-4 {
  position: relative;
  color: #dfb924;
  padding-left: 50px;
}

.algn1 {
  font-size: 25px;
}
.hd1 {
  position: absolute;
  top: 53px;
  margin-left: 345px;
  color: #dfb924;
  font-size: 30px;
}
.algn2 {
  font-size: 25px;
  color: #dfb924;
  padding-left: 40px;
}
.algn3 {
  font-size: 25px;
  color: #dfb924;
  right: 75px;
}
.algn4 {
  font-size: 25px;
  color: #dfb924;
  right: 85px;
}
.col-2 {
  position: relative;
  color: #dfb924;
  padding-left: 50px;
}
.tbl {
  bottom: 312px;
  position: relative;
  color: #dfb924;
  font-size: 19px;
  margin-left: 52px;
}
/* Gallery */
.container {
  padding-bottom: 35px;
}
.images {
  position: relative;
}
.galleryimg {
  position: absolute;
  top: 47px;
  left: 38px;
  height: 200px;
  width: 400px;
  cursor: pointer;
}
.pic img {
  height: 188px;
  width: 300px;
}
.title {
  justify-content: center;
  position: absolute;
  font-size: 22px;
  padding-left: 22px;
  bottom: 40px;
  color: #f7fb1aeb;
  cursor: pointer;
}

/* Footer */

#horizontal {
  width: auto;
  height: 3px;
  background-color: #dfb924;
}
/* @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500"; */
#bg3 {
  background-color: black;
}
#bg3 .foot {
  padding-top: 15px;
}
footer {
  background-color: black;
  color: white;
  padding-bottom: 45px;
}
#foot1,
#foot2,
#foot3,
#foot4 a {
  color: white;
}

#foot5 {
  background-color: black;
}

#foot1 a:hover {
  text-decoration: none;
  color: #ffc831;
}

#foot2 a:hover {
  text-decoration: none;
  color: #ffc831;
}
h5#firstchild {
  padding-top: 15px;
}

#foot1,
#foot2,
#foot3,
#foot4 h3 {
  color: #ffc831;
}
#foot3 h4 {
  padding-top: 15px;
  line-height: 1.4;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoRss {
  background-color: #f56505;
  color: #fff;
}
.social-network a.icoFacebook {
  background-color: #3b5998;
  color: #fff;
}
.social-network a.icoTwitter {
  background-color: #33ccff;
  color: #fff;
}
.social-network a.icoTumblr {
  background-color: #007bb7;
  color: #fff;
}
.social-network a.icoLinkedin {
  background-color: #3b5998;
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}

.foterText {
  font-weight: bold;
  color: white;
}
.foterText:hover {
  color: rgb(250, 225, 126) !important;
  border-bottom: 1px solid white;
  transition: 0.3s;
}

/* MLP */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* margin-top: 14px; */
}
.mlpCourse {
  border: 2px solid #dfb924;
}
.tblMlp {
  text-align: center;
  line-height: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #dfb924;
  width: 100%;
  margin: 50px auto;
  margin-top: 15.3px;
  border-radius: 0.25rem;
}

.thMlp tr:first-child {
  background: #dfb924;
  color: black;
  border: none;
  font-size: 20px;
}

.hMlp:first-child,
td:first-child {
  padding: 15px 15px 0 20px;
}
/* td:first-child {
  border-right: solid 1px #dfb924;
} */

.tbodyMlp tr:last-child td {
  height: 120px;
}

.tbodyMlp tr td {
  border-right: solid 1px #dfb924;
}

th {
  color: 'white';
  font-weight: 500;
}

.thMlp tr:last-child th {
  border-bottom: 1px solid #dfb924;
}
.tbodyMlp {
  color: white;
}

.tbodyMlp tr:hover {
  background-color: #505050;
  cursor: default;
}

.tbodyMlp td {
  border-bottom: 1px solid #dfb924;
}

td:last-child {
  text-align: center;
  padding-left: 10px;
}
.listType {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.listType:before {
  content: '\25BA \0020';
  font-size: 22px;
  position: absolute;
  /* top: 5px; */
  left: -10px;
}

/* MyCases */

.btn {
  border-radius: 0;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

.tab-pane .checkbox {
  display: inline-block;
  margin: 0;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-tabs {
  border-bottom: 4px solid #222;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #000;
  border: 1px solid rgba(94, 94, 94, 0.125);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #222;
  border-color: #222 #222 #222;
}

.tabHref {
  color: #fff;
  padding: 0 5px;
}

a {
  color: #dfb924;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  font-size: 15px;
}

/* AddDocument */
.frame {
  background: url('/images/dashBoradFrames.png') no-repeat center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.space {
  padding-top: 10px;
}

/* Sections */
.sectionsList {
  font-weight: bold;
  color: #edc629;
  font-size: 25px;
  text-align: center;
  margin-top: 45px;
  list-style-type: none;
}
.sectionsList div {
  text-align: center;
  color: white;
}

.image {
  height: 400px;
  margin-top: 25px;
  margin-left: 0;
  position: relative;
}
.imageTitle {
  font-weight: bold;
  color: #edc629;
  font-size: 25px;
  text-align: center;
  position: absolute;
  list-style-type: none;
}
.imageTitle li {
  opacity: unset;
  padding-top: 104px;
}

/* BarCouncilView */

.barparent {
  position: relative;
  top: 64px;
  /* padding-left: 220px; */
  /* padding-right: 100px; */
}
.barimage1 {
  /* position: relative; */
  width: 75%;
  height: 1000px;
  margin-bottom: 80px;
  left: -200px;
}
.barimage2 {
  position: absolute;
  width: 520px;
  height: 400px;
  top: 80px;
  left: 280px;
  margin: 20px auto 0;
}
.barimage3 {
  position: absolute;
  top: 150px;
  left: 410px;
  border-radius: 50%;
  width: 270px;
  height: 300px;
}
.bartext1 {
  display: flex;
  position: absolute;
  top: 511px;
  /* left: 300px; */
  font-size: 25px;
  color: #dfb924;
}
.bartext2 {
  display: flex;
  position: absolute;
  bottom: 290px;
  left: 300px;
  color: white;
}
.bartext3 {
  position: absolute;
  top: 830px;
  left: 480px;
  font-size: 25px;
  color: #dfb924;
}

/* BCouncil */

/* .parent {
    position: relative;
    top: 64px;
}
.image1 {
    position: relative;
    width: 800px;
    height: 1000px;
    top: -15px;
    left: -74px;
} */
.image4 {
  position: relative;
  top: 20px;
  right: 70px;
  width: 1250px;
  height: 800px;
}
.textTop {
  position: absolute;
  top: 175px;
  left: 290px;
  color: #dfb924;
}
.textBottom {
  position: absolute;
  bottom: 200px;
  left: 480px;
  color: #dfb924;
  cursor: pointer;
}
.iframe {
  position: absolute;
  left: 270px;
  top: 550px;
}

.deeds {
  text-align: center;
  color: white;
  background-image: url('/images/deeds-book.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.tags {
  zoom: 1.5;
}

.tags:before,
.tags:after {
  content: '';
  display: table;
}

.tags:after {
  clear: both;
}

.tags {
  list-style-type: none;
  position: relative;
  float: left;
  margin: 0 0 8px 12px;
}

.tags:active {
  margin-top: 1px;
  margin-bottom: 7px;
}

.tags:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: 0.95;
  background: #eb6b22;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #99400e;
  box-shadow: inset 1px 0 #99400e;
}

.tags a,
.tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tags a {
  height: 26px;
  line-height: 23px;
  padding: 0 9px 0 8px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #fafafa;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.tags a:hover span {
  padding: 0 7px 0 6px;
  max-width: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    1px 1px 2px rgba(0, 0, 0, 0.2);
}

.tags span {
  position: absolute;
  top: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  height: 24px;
  line-height: 21px;
  padding: 0 0 0 2px;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #eb6b22;
  border: 1px solid;
  border-color: #d15813 #c85412 #bf5011;
  border-radius: 0 2px 2px 0;
  opacity: 0.95;
  background-image: -webkit-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -moz-linear-gradient(top, #ed7b39, #df5e14);
  background-image: -o-linear-gradient(top, #ed7b39, #df5e14);
  background-image: linear-gradient(to bottom, #ed7b39, #df5e14);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
}

/* Judgement */
.container1 {
  width: 1160px;
  margin: auto;
  background: black;
  height: 1441px;
}
.parent1 {
  position: relative;
  top: 60px;
  left: 432px;
}
.img1 {
  position: relative;
  top: 0;
  left: 74px;
}
.img2 {
  position: absolute;
  top: 205px;
  left: -386px;
}

.text {
  position: absolute;
  top: 15px;
  left: 306px;
}
.header1 h4 {
  margin-left: 180px;
  padding-top: 35px;
}

.asd1 {
  position: relative;
  right: 65px;
  text-align: center;
}

.footer1 {
  padding-top: 52px;
  margin-left: 30px;
}
/* ComplaintForm */

@media screen and (max-width: 321px) {
  .ProfileTable {
    display: flex;
    flex-direction: column;
  }
  .ProfileTable tbody tr td {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .SendComplaint {
    /*
		border: 20px solid #edc629;
		border-image: url("../images/advProBorder2.png") 39 39 39 39 round round;
		*/
    border-style: solid;
    border-width: 54px 47px 56px;
    -moz-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
    -webkit-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
    -o-border-image: url(../images/advProBorder2.png) 54 47 56 repeat;
    border-image: url(../images/advProBorder2.png) 54 47 56 fill repeat;
  }
}
/* Video */
@media screen and (max-width: 426px) {
  .profiletable table {
    border: 0;
    width: 100%;
  }
  .profiletable table caption {
    font-size: 1.3em;
  }

  .profiletable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .profiletable table tr {
    /* border-bottom: 3px solid #ddd; */
    display: block;
    margin-bottom: 0.625em;
    text-align: left !important;
  }

  .profiletable table td {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    font-size: 18px;
    text-align: left !important;
    padding: 0;
  }

  .profiletable table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .profiletable table td:last-child {
    border-bottom: 0;
  }
}
.payform {
  width: 200px !important;
  border: none;
}

.wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .wrapper {
    width: 100%;
  }
}
.panel-heading {
  padding: 0;
  border: 1.2px solid rgb(182, 158, 23);
  border-radius: 5px;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
}
.panel-body {
  color: #dfb924;
  border: 1px solid rgb(182, 158, 23);
  padding: 20px;
}
.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 18px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  word-spacing: 3px;
  text-decoration: none;
}
.panel-heading a:before {
  content: '+';
  float: right;
  transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.casesTable td {
  border-left: none !important;
  border-right: none !important;
}
.showPassword {
  width: 40px;
  height: 38px;
  margin-top: -6px;
  text-decoration: none !important;
  border: none;
  background-color: #dfb924;
  outline: none !important;
}
.showPasswordIcon {
  display: contents !important;
}
.tableDiv {
  overflow: auto;
  display: block;
}
@media (max-width: 481px) {
  #transaction {
    margin-bottom: 10px;
  }
}
.pagination {
  margin: 15px auto;
  display: flex;
  list-style: none;
  outline: none;
}

.pagination > .active > a {
  background-color: #47ccde;
  border-color: #47ccde;
  color: #fff;
}

.pagination > li > a {
  border: 1px solid #47ccde;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #47ccde;
  border-color: #47ccde;
  outline: none;
}

.pagination > li > a,
.pagination > li > span {
  color: #47ccde;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: unset;
}
/* wallet */
.wallet {
  background-image: url('/images/icetreewallet.jpg');
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}
.walletFrame {
  background: url('/images/walletphotoframe.jpg') no-repeat center;
  width: 200px;
  height: 155px;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  margin: 10px 10px 10px 10px;
  cursor: pointer;
}
.share{
   margin: 10px;
   border: none;
}