.button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  height: 30px;
  padding: 0 5px;
  min-width: 150px;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button i {
    line-height: 28px; }
  .button:active, .button:active i {
    line-height: 28px; }
  .button.btn-primary {
    background-color: #e56c5b;
    color: #fff;
    border: 1px solid #e56c5b; }
    .button.btn-primary:hover {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.btn-primary:hover {
      background: #df4c38; }
  .button.btn-lineGray {
    background-color: #f2f2f2;
    color: #666666;
    border: 1px solid #e5e5e5; }
    .button.btn-lineGray:hover {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.btn-lineGray:hover {
      border-color: #cccccc; }
  .button.btn-gray {
    background-color: #999999;
    color: #fff;
    border: 1px solid #999999; }
    .button.btn-gray:hover {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.btn-gray:hover, .button.btn-gray:active {
      background-color: #666666;
      border-color: #666666; }
  .button.btn-blue {
    background-color: #3A4D95;
    color: #fff;
    border: 1px solid #3A4D95; }
    .button.btn-blue:hover {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.btn-blue:hover, .button.btn-blue:active {
      background: #2f3e78; }
    .button.btn-blue.b2l:hover {
      background-color: #fff;
      color: #3A4D95;
      border-color: #2f3e78;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.btn-blue.b2l:active {
      background-color: #fff;
      color: #161e39;
      border-color: #161e39; }
  .button.btn-lineBlue {
    background-color: #fff;
    color: #3A4D95;
    border: 1px solid #3A4D95; }
    .button.btn-lineBlue:hover {
      color: #2f3e78;
      border-color: #2f3e78;
      -webkit-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .button.btn-lineBlue:active {
      color: #161e39;
      border-color: #161e39; }
    .button.btn-lineBlue:hover {
      background-color: #2f3e78;
      color: #fff;
      border-color: #2f3e78;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.btn-lineBlue:active {
      background-color: #161e39;
      border-color: #161e39; }
  .button.btn-green {
    background-color: #02A569;
    color: #fff;
    border: 1px solid #02A569; }
    .button.btn-green:hover {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.btn-green:hover {
      background: #027d4f; }
  .button.btn-greenLine {
    background-color: #fff;
    color: #02A569;
    border: 1px solid #02A569; }
    .button.btn-greenLine:hover {
      color: #027d4f;
      border-color: #027d4f;
      -webkit-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .button.btn-greenLine:active {
      color: #002719;
      border-color: #002719; }
  .button:hover {
    text-decoration: none; }
  .button:focus {
    text-decoration: none;
    outline: none; }
  .button.download-brochure-linkBtn {
    background-color: #fff;
    color: #e56c5b;
    border: 1px solid #e56c5b; }
    .button.download-brochure-linkBtn:hover {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .button.download-brochure-linkBtn:hover {
      border-color: #df4c38;
      background: #df4c38;
      color: #fff; }
    .button.download-brochure-linkBtn.brochure:before {
      content: "";
      width: 10px;
      height: 12px;
      left: 0;
      top: 1px;
      display: inline-block;
      position: relative;
      margin-right: 5px;
      background: url(https://static.career360.biz/images/frontend/desktop/download.svg) no-repeat 0px 1px; }
    .button.download-brochure-linkBtn.brochure:hover:before {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .button.applied {
    border-color: #f2f2f2;
    color: #666666;
    background-color: #f2f2f2; }
    .button.applied:before {
      content: '';
      width: 5px;
      height: 10px;
      position: relative;
      top: -1px;
      display: inline-block;
      margin-right: 6px;
      border-right: 1px solid #02A569;
      border-bottom: 1px solid #02A569;
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      -moz-transform: rotate(35deg);
      -o-transform: rotate(35deg);
      transform: rotate(35deg); }
    .button.applied:hover {
      border-color: #f2f2f2;
      color: #666666;
      background-color: #f2f2f2; }

.bothPrimaryBtn {
  display: inline-block; }
  .bothPrimaryBtn .button {
    background-color: #f2f2f2;
    color: #666666;
    border: 1px solid #e5e5e5; }
    .bothPrimaryBtn .button:hover {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .bothPrimaryBtn .button:hover {
      border-color: #cccccc;
      background-color: #f2f2f2; }

.blueBGBTn .button:not(.applyBTn):not(.btn-primary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .blueBGBTn .button:not(.applyBTn):not(.btn-primary):hover {
    background-color: #fff;
    color: #666; }
  .blueBGBTn .button:not(.applyBTn):not(.btn-primary).applied:before {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .blueBGBTn .button:not(.applyBTn):not(.btn-primary).applied:hover:before {
    border-color: #666; }
.blueBGBTn .btn-gray {
  background-color: #fff !important;
  color: #666 !important; }
  .blueBGBTn .btn-gray:hover {
    background-color: #ccc !important;
    color: #333 !important;
    border-color: #ccc !important; }

.btnInherit {
  min-width: inherit; }

.btn-xssmall {
  height: 18px;
  padding: 0 5px;
  min-width: 150px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 16px;
  min-width: 50px;
  padding: 0 5px; }
  .btn-xssmall i {
    line-height: 18px; }
  .btn-xssmall:active, .btn-xssmall:active i {
    line-height: 16px; }

.btn-small {
  height: 30px;
  padding: 0 5px;
  min-width: 150px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 28px;
  min-width: 100px; }
  .btn-small i {
    line-height: 28px; }
  .btn-small:active, .btn-small:active i {
    line-height: 28px; }

.btn-large {
  height: 50px;
  padding: 0 5px;
  min-width: 150px;
  border-radius: 6px;
  font-size: 22px;
  line-height: 48px; }
  .btn-large i {
    line-height: 46px; }
  .btn-large:active, .btn-large:active i {
    line-height: 48px; }

.btn-medium {
  height: 50px;
  padding: 0 5px;
  min-width: 150px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 48px;
  min-width: 180px; }
  .btn-medium i {
    line-height: 46px; }
  .btn-medium:active, .btn-medium:active i {
    line-height: 48px; }

.btn-xlarge {
  height: 60px;
  padding: 0 5px;
  min-width: 150px;
  border-radius: 7px;
  font-size: 26px;
  line-height: 58px; }
  .btn-xlarge i {
    line-height: 55px; }
  .btn-xlarge:active, .btn-xlarge:active i {
    line-height: 58px; }

.nxtpageLink:after {
  font-family: 'careers-fonts' !important;
  content: "\e933";
  padding-left: 5px;
  font-size: 9px; }

.moreContLink:after {
  font-family: 'careers-fonts' !important;
  content: "\e932";
  padding-left: 5px;
  font-size: 9px; }
.moreContLink.less:after {
  content: "\e934"; }

.popupLink:after {
  font-family: 'careers-fonts' !important;
  content: "\e935";
  padding-left: 5px;
  font-size: 9px; }

.btnBlk {
  width: 100%;
  display: inline-block; }

.viewAllBtn {
  color: #3A4D95;
  font-size: 1.2rem;
  font-weight: 600; }

/* Ripple magic */
.button {
  position: relative;
  overflow: hidden; }

.actionBox .button {
  margin-bottom: -5px; }

.button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%; }

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1; }
  20% {
    transform: scale(25, 25);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(40, 40); } }
.button:focus:not(:active)::after {
  animation: ripple 1s ease-out; }

.btnGroup {
  display: inline-block; }

.bind-textBTN {
  min-height: 30px;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  line-height: 29px;
  font-size: 12px;
  margin: 0px 0px 0px 3px; }

.rightSidebar .stickyDif .btnGroup {
  position: relative; }

.stickyCont .bind-textBTN {
  min-height: auto;
  position: absolute;
  top: 22px;
  color: #333;
  right: -147px; }

/* Style you custom popupbox according to your requirement */
.popupbox.iframe {
  width: 748px !important;
  height: 577px !important;
  min-height: 300px !important;
  box-shadow: 1px 1px 3px #2b2b2b;
  -webkit-box-shadow: 1px 1px 3px #2b2b2b;
  -moz-box-shadow: 1px 1px 3px #2b2b2b;
  border-radius: 4px !important;
  display: none;
  /* Hidden as default */
  background: #fff !important;
  float: left;
  position: fixed;
  margin-left: -374px !important;
  margin-top: -284px !important;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .popupbox.iframe .closebtn {
    position: absolute;
    font-size: 16px;
    top: 0;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
    margin: 5px -30px 0 0; }
  .popupbox.iframe .innerDiv {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: 577px !important; }

.popupbox.iframe.newSignup {
  background: transparent !important; }

.popupbox {
  width: 640px;
  min-height: 262px;
  display: none;
  /* Hidden as default */
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.subHeading {
  font-size: 1.6rem;
  display: block; }

.v-middle {
  max-height: 180px;
  overflow: auto; }
  .v-middle ul.baseUl li {
    width: 49%; }
    .v-middle ul.baseUl li:not(:nth-child(-n+2)) {
      margin-top: 20px; }

.popSeparator {
  word-break: break-word; }
  .popSeparator:not(:first-child) {
    margin-top: 30px; }

.headerPopup {
  min-height: 78px;
  vertical-align: middle;
  padding: 22px 40px 20px;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  background: #1f2e67;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e67', endColorstr='#3a4d95',GradientType=1 );
  /* IE6-9 */ }

.headerPopup .closebtn {
  color: #ffffff;
  top: 50%;
  margin-top: -8px;
  margin-right: 40px; }

.closebtn {
  position: absolute;
  right: 0;
  font-size: 16px;
  top: 0;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer; }

body.modalopen {
  overflow: hidden; }

.popupbox2 {
  width: 454px;
  height: 307px;
  background-image: url(/edit_media/2010/201010/20101009/custompopup/images/pu_03.png);
  background-repeat: no-repeat;
  display: none;
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000; }

.popupbox3 {
  width: 502px;
  height: 302px;
  background-image: url(/edit_media/2010/201010/20101009/custompopup/images/3_03.png);
  background-repeat: no-repeat;
  display: none;
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000; }

#fade {
  display: none;
  /* Hidden as default */
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .70;
  z-index: 9999; }

.contentSecPopup {
  padding: 30px;
  display: table;
  min-height: 180px;
  font-size: 14px;
  color: #333;
  width: 100%; }
  .contentSecPopup p {
    margin-top: 0; }
    .contentSecPopup p:last-child {
      margin-bottom: 0; }
  .contentSecPopup .pipeUl {
    padding: 0; }
    .contentSecPopup .pipeUl li {
      margin-right: 15px;
      padding-right: 10px; }

.loginPopUp {
  height: 522px; }

.cardOuter {
  padding: 0 20px 20px; }
  .cardOuter .card {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px; }
    .cardOuter .card:hover {
      -webkit-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      -o-box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 3px 0px 10px 0 rgba(0, 0, 0, 0.15); }
    .cardOuter .card:last-child {
      margin-bottom: 0; }
    .cardOuter .card .cardDetail {
      float: left;
      width: 70%;
      width: calc(100% - 173px);
      margin-right: 20px; }
      .cardOuter .card .cardDetail .headingFirst {
        font-size: 14px;
        font-weight: 600;
        color: #3A4D95;
        margin-bottom: 7px; }
      .cardOuter .card .cardDetail .headingSecound {
        font-size: 12px;
        color: #999999;
        margin-bottom: 20px; }
        .cardOuter .card .cardDetail .headingSecound span {
          color: #333333; }
    .cardOuter .card .buttonBox {
      float: right;
      margin-top: 16px; }
      .cardOuter .card .buttonBox .sendAlert {
        font-size: 12px;
        color: #02A569;
        display: block;
        letter-spacing: 0.3px;
        text-align: center;
        margin-top: 1px; }

.grayModal .subHead {
  padding: 17px;
  text-align: center;
  font-size: 16px;
  color: #999;
  border-bottom: 0px solid #f2f2f2;
  margin-bottom: 0px; }
.grayModal .headerPopup {
  font-size: 18px;
  padding: 23px 30px 25px 20px;
  line-height: 40px;
  background: #f2f2f2;
  color: #333; }

.grayRecomend .headerPopup {
  font-size: 1.6rem;
  padding: 16px 70px 15px 20px;
  line-height: 25px;
  background: #f2f2f2;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  min-height: 57px;
  font-weight: 400; }
  .grayRecomend .headerPopup .closebtn {
    color: #333; }
.grayRecomend .contentSecPopup {
  padding: 20px;
  min-height: 300px !important; }
.grayRecomend .v-middle {
  max-height: 300px !important; }

.formPopInn {
  width: 300px;
  margin: 0 auto; }

.thankPopup img {
  width: 225px; }
.thankPopup .thankCont {
  margin-top: 30px; }
  .thankPopup .thankCont strong {
    font-size: 2.4rem; }
.thankPopup .contentSecPopup {
  padding: 60px 30px; }

.removeLoader .popupLoader {
  display: none; }

.popupLoader {
  background: white url(https://images.careers360.mobi/sites/all/themes/careers360_new/images/c360-loader.gif) no-repeat scroll center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.browser-midBlock {
  text-align: center;
  padding-top: 50px; }
  .browser-midBlock .heading2 {
    color: #333; }
  .browser-midBlock p {
    font-size: 14px;
    margin: 0;
    line-height: 21px; }

.filterPopup label.control {
  display: block; }
.filterPopup:not(:first-child) label.control {
  margin-top: 10px; }

.modal.new-withlogin .careers-cross {
  color: #fff;
  top: 13px;
  right: 10px; }

#streamform {
  background: #f2f2f2;
  padding-bottom: 50px; }
  #streamform .mCSB_inside > .mCSB_container {
    margin-right: 15px; }
  #streamform .scrollForm.mscroll {
    padding: 20px;
    padding-right: 10px; }
  #streamform .form-group {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0; }
    #streamform .form-group input {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
  #streamform .errorlist {
    float: right;
    margin: 0;
    height: 14px;
    margin-right: 15px;
    line-height: 13px;
    background: #fff;
    padding-left: 5px;
    margin-top: -27px;
    position: relative;
    z-index: 9; }
    #streamform .errorlist li {
      font-size: 10px;
      color: #ec1c24; }
  #streamform .scrollForm.mscroll {
    max-height: 246px; }
  #streamform input[type="submit"] {
    font-size: 14px;
    padding: 8px 10px 9px;
    width: 100px; }

.contentSecPopup.admissionBuddyPopup .headerPopup {
  min-height: 100%;
  font-size: 16px;
  line-height: 28px;
  padding: 12px 25px 10px;
  font-weight: normal; }

.popupbox.potrait-popup {
  width: 400px !important;
  height: 380px !important;
  overflow: hidden;
  margin-top: -170px !important;
  margin-left: -220px !important;
  background: #f2f2f2; }
  .popupbox.potrait-popup .closebtn {
    z-index: 99999999;
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    margin-right: 0px; }
  .popupbox.potrait-popup i.closebtn {
    margin-top: 10px;
    margin-right: 10px; }

.addActive .popupbox.iframe {
  margin-top: -271px !important; }

.popupbox.iframe.potrait-popup .winLoader {
  width: 400px !important;
  height: 380px !important; }

.popupbox.iframe .winLoader {
  position: absolute;
  width: 748px !important;
  height: 577px !important;
  z-index: 99999999;
  border-radius: 5px; }

.popupbox.iframe iframe {
  display: none;
  border-radius: 5px;
  overflow: hidden; }

.pipeUl {
  list-style: none; }
  .pipeUl li {
    display: inline-block;
    position: relative; }
    .pipeUl li strong {
      font-size: 1.4rem;
      color: #333; }
    .pipeUl li:not(:last-child):after {
      position: absolute;
      right: -6px;
      top: 0;
      content: "|"; }

.usefulLinks .pipeUl {
  margin: 0;
  padding: 0; }
  .usefulLinks .pipeUl li {
    line-height: 21px; }
    .usefulLinks .pipeUl li:not(:last-child) {
      padding-right: 20px;
      margin-right: 15px; }
    .usefulLinks .pipeUl li a {
      font-size: 1.2rem;
      color: #666; }
.usefulLinks h4 {
  color: #333;
  font-size: 1.4rem;
  margin-top: 0; }

.collegeFormHeader {
  padding-bottom: 15px;
  min-height: 221px;
  background: #1f2e67;
  background: -moz-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: -webkit-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e67', endColorstr='#3a4d95',GradientType=1 );
  position: relative; }
  .collegeFormHeader .bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .collegeFormHeader .bannerImg img {
      width: 100%;
      height: 100%; }
    .collegeFormHeader .bannerImg:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      content: "";
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
  .collegeFormHeader .container {
    position: relative;
    z-index: 9; }
  .collegeFormHeader .button:nth-child(2) {
    margin-left: 0 !important; }

.headingBanner {
  width: 100%;
  padding: 35px 0 45px;
  background: #1f2e67;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: -webkit-linear-gradient(left, #1f2e67 0%, #3a4d95 100%);
  background: linear-gradient(to right, #1f2e67 0%, #3a4d95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e67', endColorstr='#3a4d95',GradientType=1 ); }
  .headingBanner .bannerHeading {
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px; }

.collegeDetail {
  margin-top: 20px;
  margin-bottom: 20px; }
  .collegeDetail .thumb {
    width: 64px;
    height: 64px;
    margin-right: 25px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: relative; }
    .collegeDetail .thumb img {
      max-width: 100%;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background-color: #3a4d95; }
    .collegeDetail .thumb:after {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #ccc;
      top: 0;
      left: 0;
      content: "";
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
  .collegeDetail .detail {
    margin-top: 10px;
    overflow: hidden;
    position: relative; }
    .collegeDetail .detail .shortList {
      right: 10px; }
    .collegeDetail .detail h1 {
      margin-top: -5px;
      margin-bottom: 10px;
      font-weight: 400;
      color: #fff;
      font-size: 2.4rem;
      padding-right: 200px;
      line-height: 31px; }
      .collegeDetail .detail h1 .shortName {
        color: #fff;
        font-size: 1.2rem;
        vertical-align: text-bottom; }
      .collegeDetail .detail h1 a {
        color: #fff; }
        .collegeDetail .detail h1 a.collegeLink {
          font-size: 1.4rem;
          line-height: 22px; }
          .collegeDetail .detail h1 a.collegeLink .shortName {
            vertical-align: top; }
            .collegeDetail .detail h1 a.collegeLink .shortName span {
              text-transform: uppercase; }
      .collegeDetail .detail h1 .shortName span {
        text-transform: uppercase; }
    .collegeDetail .detail .location, .collegeDetail .detail .university {
      color: #fff;
      font-size: 12px;
      display: inline-block;
      margin-right: 20px; }
      .collegeDetail .detail .location i, .collegeDetail .detail .university i {
        padding-right: 5px;
        vertical-align: top; }
      .collegeDetail .detail .location .entity-refrence-data, .collegeDetail .detail .university .entity-refrence-data {
        color: #fff;
        text-decoration: underline; }
      .collegeDetail .detail .location a, .collegeDetail .detail .university a {
        color: #fff; }
    .collegeDetail .detail .btnBox {
      margin-top: 20px; }
      .collegeDetail .detail .btnBox .btn-primary {
        margin-left: 20px; }

.btn-lineGray input[type="checkbox"] {
  display: none; }

.cardBlk {
  overflow-wrap: break-word;
  background-color: #fff;
  padding: 30px 20px; }
  .cardBlk:not(:first-child) {
    margin-top: 20px; }
  .cardBlk > .headingContainer {
    margin-top: -9px;
    margin-bottom: 13px; }
    .cardBlk > .headingContainer p {
      font-size: 1.4rem;
      font-weight: normal;
      line-height: initial; }
  .cardBlk .owl-carousel .owl-nav .owl-next, .cardBlk .owl-carousel .owl-nav .owl-prev {
    right: 0;
    left: inherit;
    top: 0;
    margin-top: -48px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    line-height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #999;
    text-align: center; }
    .cardBlk .owl-carousel .owl-nav .owl-next i, .cardBlk .owl-carousel .owl-nav .owl-prev i {
      font-size: 1.2rem; }
  .cardBlk .owl-carousel .owl-nav .owl-prev {
    right: 40px; }

.cardBlkInn .blockHeading {
  font-size: 1.6rem; }
.cardBlkInn.singleColg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 15px 10px !important; }

.sidebar .cardBlk {
  padding: 0;
  border: solid 1px #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px; }
.sidebar .viewAllBtn {
  background-color: #fcfcfc;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.sidebar .google-Ad {
  margin: 0 auto;
  margin-bottom: 20px; }

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 40px; }
  .pagination li {
    display: inline-block;
    margin-right: 1px;
    height: 32px;
    line-height: 32px;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center; }
    .pagination li.active {
      background-color: #e5e5e5 !important; }
    .pagination li.disabled {
      color: #cccccc; }
      .pagination li.disabled:before, .pagination li.disabled:after {
        border-color: #cccccc !important; }
    .pagination li:first-child, .pagination li:last-child {
      position: relative;
      width: 44px; }
      .pagination li:first-child a:hover, .pagination li:last-child a:hover {
        background-color: transparent !important; }
    .pagination li:first-child {
      margin-right: 20px; }
      .pagination li:first-child:before {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        left: -3px;
        top: 13px;
        display: inline-block;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .pagination li:last-child {
      margin-left: 20px; }
      .pagination li:last-child:after {
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        right: -3px;
        top: 13px;
        display: inline-block;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
    .pagination li a {
      color: #666;
      display: block; }
      .pagination li a:hover {
        background-color: #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }

.breadcrumbOuter {
  background-color: #f2f2f2; }

.breadCrumb {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  overflow: hidden; }
  .breadCrumb li {
    float: left;
    font-size: .9rem;
    position: relative;
    list-style: none;
    color: #999;
    padding-right: 13px;
    margin-right: 8px; }
    .breadCrumb li a {
      color: #999; }
    .breadCrumb li:before, .breadCrumb li:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      transform: rotate(45deg);
      right: 0;
      top: 50%;
      margin-top: -2px; }
    .breadCrumb li:after {
      right: 3px; }
    .breadCrumb li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadCrumb li:last-child:before, .breadCrumb li:last-child:after {
        display: none; }
  .breadCrumb li.ellipsis {
    max-width: 150px; }
    .breadCrumb li.ellipsis span {
      max-width: 140px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.tags {
  margin-bottom: -10px; }
  .tags a, .tags .tag {
    margin-bottom: 10px;
    border: solid 1px #e5e5e5;
    min-height: 30px;
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    color: #333; }
    .tags a:not(:last-child), .tags .tag:not(:last-child) {
      margin-right: 6px; }
    .tags a:hover, .tags a:focus, .tags a.current, .tags .tag:hover, .tags .tag:focus, .tags .tag.current {
      background-color: #f2f2f2;
      color: #3A4D95; }
    .tags a span, .tags .tag span {
      color: #999999; }

.colgListBlk {
  padding: 20px 0; }
  .colgListBlk .colgTitle {
    color: #333;
    padding-bottom: 10px;
    margin-top: -4px; }
    .colgListBlk .colgTitle a {
      color: #333; }
      .colgListBlk .colgTitle a:hover {
        color: #3A4D95; }
  .colgListBlk .leftBlk {
    width: 60px;
    height: 50px; }
    .colgListBlk .leftBlk .imgBlk {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      line-height: 40px; }
      .colgListBlk .leftBlk .imgBlk img {
        width: 100%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        height: 100%;
        line-height: 8px;
        font-size: 7px; }
      .colgListBlk .leftBlk .imgBlk:after {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #e5e5e5;
        top: 0;
        left: 0;
        content: "";
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        z-index: 99; }
  .colgListBlk .rightBlk a {
    display: block; }
  .colgListBlk .display-table {
    position: relative;
    padding: 0 10px; }
    .colgListBlk .display-table:not(:last-child) {
      margin-bottom: 15px;
      min-height: 60px; }
      .colgListBlk .display-table:not(:last-child) .rightBlk {
        border-bottom: 1px solid #e5e5e5; }
  .colgListBlk .button {
    position: absolute;
    right: 10px;
    top: 3px;
    min-width: 80px; }

.btnList .colgTitle {
  padding-right: 85px; }

.arrowList .display-table .colgTitle a {
  position: relative;
  padding-right: 20px; }
  .arrowList .display-table .colgTitle a:after {
    content: "\e90b";
    font-family: 'careers-fonts';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    font-size: 1.2rem;
    line-height: normal; }

.withoutImg .display-table {
  margin-bottom: 0 !important;
  min-height: inherit !important;
  height: 60px; }
.withoutImg .colgListBlk {
  padding: 0; }

.askQuestion {
  padding: 13px 10px 20px; }
  .askQuestion p {
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding-left: 15px; }
    .askQuestion p:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 8px;
      left: 0;
      top: 8px;
      display: inline-block;
      margin-right: 10px;
      -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
      -moz-transform: rotate(46deg);
      -o-transform: rotate(46deg);
      transform: rotate(46deg);
      border-right: 2px solid #02A569;
      border-bottom: 2px solid #02A569; }
  .askQuestion form p {
    text-align: right;
    color: #cccccc;
    padding: 0; }
    .askQuestion form p:before {
      display: none; }
  .askQuestion form textarea {
    width: 100%;
    height: 100px;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .askQuestion form textarea ::placeholder {
      color: #cccccc; }
  .askQuestion form .submitBtn {
    text-align: center;
    margin-top: 7px; }

.admsnOpen {
  -webkit-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  .admsnOpen.stickySidebar {
    position: fixed;
    top: 60px;
    width: 300px;
    z-index: 1;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px); }

.brochureList .colgListBlk {
  max-height: 430px; }
.brochureList .display-table .rightBlk {
  border: 0 !important; }
.brochureList .button {
  position: relative;
  display: inline-block !important;
  min-width: 150px;
  margin-left: 0;
  right: inherit;
  top: inherit; }

.linkList .display-table .colgTitle {
  position: relative;
  padding-right: 15px !important; }

.linkList .rightBlk .colgTitle {
  font-size: 1.4rem;
  color: #333;
  padding-right: 70px;
  padding-bottom: 20px; }

.linkList .rightBlk .colgTitle:hover {
  color: #3A4D95; }

.linkList .display-table .colgTitle:after {
  content: "\e90b";
  font-family: 'careers-fonts';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  font-weight: normal; }

.trending-block .colgListBlk {
  padding: 0; }
  .trending-block .colgListBlk .colgTitle {
    font-weight: 600;
    padding-bottom: 0; }
  .trending-block .colgListBlk .updatedOn {
    margin: 5px 0px 10px 0;
    color: #999;
    font-size: 12px; }
    .trending-block .colgListBlk .updatedOn .gray {
      color: #666; }

.aboutData .author-heading {
  padding-bottom: 50px; }

.author-heading {
  margin: 0;
  padding: 35px 0 25px; }
  .author-heading h1 {
    margin: 3px 0 0;
    padding-bottom: 8px; }
  .author-heading .top-img img {
    width: 82px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 82px;
    border: solid 1px #e5e5e5;
    background-color: #e5e5e5; }
  .author-heading .discription {
    padding-bottom: 7px; }
    .author-heading .discription p {
      color: #fff;
      margin: 0; }
    .author-heading .discription .content {
      color: #fff;
      margin: 0;
      padding: 6px 0 0; }
      .author-heading .discription .content .valign {
        vertical-align: middle; }
    .author-heading .discription .content-23 {
      padding: 6px 0 0; }
      .author-heading .discription .content-23 span {
        color: #e5e5e5;
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px; }
        .author-heading .discription .content-23 span img {
          vertical-align: middle;
          display: inline-block; }
    .author-heading .discription .star-expart {
      vertical-align: middle;
      padding: 0 0 0 5px; }
      .author-heading .discription .star-expart .star {
        vertical-align: middle;
        height: 14px;
        background-repeat: repeat; }

.author-Block2 {
  padding: 35px 0; }
  .author-Block2 .container {
    width: 838px; }
  .author-Block2 .content {
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin: -72px 0 32px; }
  .author-Block2 h3 {
    margin: 0;
    color: #333333;
    padding-bottom: 5px; }
  .author-Block2 .block {
    margin: 0 auto; }
    .author-Block2 .block .innerBlock {
      width: 408px;
      height: 180px;
      background-color: #fff;
      overflow: hidden;
      padding: 20px 20px 18px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      vertical-align: top;
      margin: 10px 17px 10px 0; }
      .author-Block2 .block .innerBlock:nth-child(even) {
        margin-right: 0; }
      .author-Block2 .block .innerBlock .top-cont p {
        color: #999999;
        font-size: 12px;
        margin: 0 0 15px;
        vertical-align: middle;
        line-height: 1.58;
        border-bottom: 1px solid #f2f2f2;
        padding: 0 0 14px; }
        .author-Block2 .block .innerBlock .top-cont p img {
          vertical-align: middle;
          margin-right: 3px;
          display: inline-block; }
      .author-Block2 .block .innerBlock .boxes {
        width: 100%;
        word-break: break-all; }
        .author-Block2 .block .innerBlock .boxes .left {
          vertical-align: top; }
          .author-Block2 .block .innerBlock .boxes .left h4 {
            margin: -7px 0 0;
            color: #333333;
            max-height: 45px;
            overflow: hidden; }
          .author-Block2 .block .innerBlock .boxes .left .contentBlock {
            margin: 5px 0 0;
            font-size: 14px;
            overflow: hidden;
            line-height: 1.5;
            font-weight: 400;
            height: 44px; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock p {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock h1 {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock h2 {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock h3 {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock h4 {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock h5 {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock h6 {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400; }
            .author-Block2 .block .innerBlock .boxes .left .contentBlock iframe {
              display: none; }
          .author-Block2 .block .innerBlock .boxes .left .p-content {
            color: #999999;
            font-size: 12px;
            margin: 0;
            vertical-align: middle;
            line-height: 1.58;
            padding: 0 0 14px; }
            .author-Block2 .block .innerBlock .boxes .left .p-content img {
              vertical-align: middle;
              margin-right: 3px;
              display: inline-block; }
        .author-Block2 .block .innerBlock .boxes .right {
          width: 92px;
          vertical-align: top; }
          .author-Block2 .block .innerBlock .boxes .right img {
            width: 66px;
            height: 66px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            border: solid 1px #e5e5e5;
            background-color: #02a569; }
    .author-Block2 .block .btn-block {
      margin: 5px 0; }
      .author-Block2 .block .btn-block a {
        width: 123px;
        height: 40px;
        line-height: 40px;
        font-weight: 600; }

/*# sourceMappingURL=author-user.css.map */
