body {
  overflow-x: hidden;
}

body .careers-container, body .contact-us-container, body .about-us-container, body .intership-container {
  overflow-x: hidden;
}

body .careers-container input, body .careers-container select.form-control, body .contact-us-container input, body .contact-us-container select.form-control, body .about-us-container input, body .about-us-container select.form-control, body .intership-container input, body .intership-container select.form-control {
  height: 52px;
  border-radius: 0px;
}

body .careers-container input:focus, body .careers-container select.form-control:focus, body .contact-us-container input:focus, body .contact-us-container select.form-control:focus, body .about-us-container input:focus, body .about-us-container select.form-control:focus, body .intership-container input:focus, body .intership-container select.form-control:focus {
  box-shadow: initial;
}

body .careers-container .head-line, body .contact-us-container .head-line, body .about-us-container .head-line, body .intership-container .head-line {
  color: #9815a3;
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
body .central-branch .careers-container .head-line, body .central-branch .contact-us-container .head-line, body .central-branch .about-us-container .head-line, body .central-branch .intership-container .head-line {
  color: #ca7504;
}
body .liberty-hotel .careers-container .head-line, body .liberty-hotel .contact-us-container .head-line, body .liberty-hotel .about-us-container .head-line, body .liberty-hotel .intership-container .head-line {
  color: #14a652;
}

body .careers-container span, body .careers-container p, body .contact-us-container span, body .contact-us-container p, body .about-us-container span, body .about-us-container p, body .intership-container span, body .intership-container p {
  color: #4a4a4a;
  font-size: 15px;
}
body .contact-us-container span{
  color: #ffffff;
}
body .contact-us-container .address-1, body .contact-us-container .address-2, body .contact-us-container .address-3{
  letter-spacing: 0;
  margin: 0 0 16px;
  color: #ffffff;
}

body .contact-us-container a {
  color: #ffffff;
}

body .careers-container a span, body .contact-us-container a span, body .about-us-container a span, body .intership-container a span {
  cursor: pointer;
}

body .table-striped tbody tr:nth-of-type(odd) {
  background: transparent;
}

body .breadcrumb {
  background: #fff;
  height: 80px;
  padding-left: 0px;
  position: relative;
  margin-bottom: 0;
  align-items: center;
}

body .breadcrumb a {
  color: #9b9b9b;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

body .breadcrumb .breadcrumb-item {
  position: relative;
  /* top: 50%; */
  font-family: Helvetica;
  font-size: 16px;
  height: -webkit-fit-content;
  height: -ms-fit-content;
  height: fit-content;
  height: 24px;
}

body .central-branch .breadcrumb .breadcrumb-item.active{
  color: #ca7504;
}

body .liberty-hotel .breadcrumb .breadcrumb-item.active{
  color: #14a652;
}
@media only screen and (max-width: 576px) {
  body .breadcrumb .breadcrumb-item {
    top: 30%;
  }
}

body .breadcrumb .breadcrumb-item.active {
  color: #9815a3;
}

body .breadcrumb .breadcrumb-item.active a {
  color: #9815a3;
}

body .breadcrumb .breadcrumb-item label {
  text-indent: 30px;
}

body .breadcrumb .breadcrumb-item i {
  position: absolute;
  top: -1px;
  color: #4a4a4a;
}

body .breadcrumb .breadcrumb-item a, body .breadcrumb .breadcrumb-item label {
  font-size: 15px;
  margin-bottom: 0;
}

body .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '';
  display: none;
}

body .breadcrumb .link-list{
  display: flex;
  margin-left: auto;
}

body .breadcrumb .link-list .text{
  display: flex;
  align-items: center;
}

body .breadcrumb .link-list .text .line{
  margin: 0 5px 0 5px;
  width: 2px;
  height: 15px;
  background: #ccc;
}

@media only screen and (max-width: 767.98px) {
  body .breadcrumb .link-list .active {
    display: none;
  }

  body .careers-container .head-line, body .contact-us-container .head-line, body .about-us-container .head-line, body .intership-container .head-line{
    font-size: 24px;
    font-weight: 28px;
  }
}

@media only screen and (max-width: 576px) {
  body .breadcrumb .link-list {
    right: initial;
    top: 60%;
  }
  body .breadcrumb .link-list .text {
    font-size: 12px;
  }
}

body .breadcrumb .link-list .active a {
  color: #9815a3;
}
body .central-branch .breadcrumb .link-list .active a {
  color: #ca7504;
}
body .liberty-hotel .breadcrumb .link-list .active a {
  color: #14a652;
}

body .breadcrumb .link-list .text:not(.active) {
  cursor: pointer;
}

body .breadcrumb .link-list .text:not(.active) a {
  color: #4a4a4a;
}



@media only screen and (min-width: 1600px) {
  body .content-padding-rule {
    padding: 50px 210px 50px 210px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1599px) {
  body .content-padding-rule {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  body .content-padding-rule {
    padding: 15px 60px 15px 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .content-padding-rule {
    padding: 40px 20px 40px 20px;
  }
}

@media only screen and (min-width: 1600px) {
  body .content-padding-rule-horizontal {
    padding: 0 210px 0 210px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1599px) {
  body .content-padding-rule-horizontal {
    padding: 0 60px 0 60px;
    margin-top: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  body .content-padding-rule-horizontal {
    padding: 0 60px 0 60px;
    margin-top: 210px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .content-padding-rule-horizontal {
    padding: 0 20px 0 20px;
    margin-top: 210px;
  }
}

body .listed-item {
  position: relative;
  padding-bottom: 5px;
}

body .listed-item i {
  top: 6px;
  font-size: 8px;
  position: absolute;
}

body .listed-item span {
  font-size: 14px;
  text-indent: 15px;
  color: #4a4a4a;
  font-weight: 300;
  display: inline-block;
}

body .listed-item a span {
  font-weight: bold;
  cursor: pointer;
}

body .height52 {
  height: 52px !important;
}

@media only screen and (min-width: 1600px) {
  body .margin-top-group {
    margin-top: 105px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1599px) {
  body .margin-top-group {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  body .margin-top-group {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767.98px) {
  body .margin-top-group {
    margin-top: 30px;
  }
}

body .margin-top-60 {
  margin-top: 60px;
}

body .margin-top-80 {
  margin-top: 140px;
}

body .margin-top-140 {
  margin-top: 140px;
}

body .padding-bottom-30 {
  padding-bottom: 30px;
}

body .padding-bottom-60 {
  padding-bottom: 60px;
}

body .margin-auto {
  margin: auto;
}

body .text-gray {
  color: #9b9b9b !important;
}

body .color-blue {
  color: #0070f3 !important;
}

body .background-gray {
  background: #f2f3f4;
}

body .pdt15 {
  padding-top: 15px;
}

body .submit-button-group {
  width: 100%;
  padding-top: 30px;
}

body .submit-button-group button {
  border-radius: 10px;
}

body .submit-button-group .submit-button {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
  background: #9815a3;
  font-size: 16px;
  border-color: #9815a3;
  height: 45px;
  width: 170px;
  border-radius: 5px;
}

body .central-branch .submit-button-group .submit-button{
  background: #ca7504;
  border-color: #ca7504;
}

body .liberty-hotel .submit-button-group .submit-button{
  background: #14a652;
  border-color: #14a652;
}

body .submit-button-group .submit-button:hover {
  background: #fff;
  color: #4a4a4a;
}

body .font300 {
  font-weight: 300;
}

body .max-width-960 {
  max-width: 960px;
}

body .header-text-normal {
  color: #9815a3;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media only screen and (max-width: 767.98px) {
  body .tablet-remove-padding {
    padding-top: 0px !important;
  }
}

body .remove-padding-top {
  padding-top: 0px !important;
}

body .image-between-2div .between-no-text {
  padding-bottom: 30%;
}

body .image-between-2div .between-white {
  position: absolute;
  height: 50%;
  width: calc( 50% + 1900px);
  background: white;
  text-align: 3;
  /* margin-right: -50%; */
  left: -50%;
}

body .image-between-2div .between-group-1 {
  background: #f2f3f4;
  padding: 50px 0 50px;
}

body .image-between-2div .between-group-2 {
  padding: 60px 0 60px;
}

@media only screen and (max-width: 767.98px) {
  body .image-between-2div .between-group-2 {
    padding: initial;
  }
  body .image-between-2div .between-group-2 .between-no-text {
    padding-bottom: initial;
  }
  body .image-between-2div .has-text {
    padding: 60px 0 60px;
  }
  body .image-between-2div .between-group-2>div>div {
    color: red;
    display: none;
  }
}

body .image-between-2div .between-image-group .has-notext {
  padding-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
  body .image-between-2div .between-tablet-group {
    display: none !important;
  }
}

body .image-between-2div .between-image2 {
  position: relative;
  left: 30%;
  width: 70%;
  padding-top: 50px;
  max-width: 635px;
  max-height: 754px;
}

body .image-between-2div .between-image2 img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767.98px) {
  body .image-between-2div .between-image2 img {
    display: none;
  }
}

body .image-between-2div .between-image2top {
  position: absolute;
}

body .remove-padding-top {
  padding-top: 0px !important;
}

body .margin-top-80 {
  margin-top: 80px;
}