﻿/* Font family starts here */
@font-face {
  font-family: 'LATO-BLACK';
  src: url("Font/Lato/LATO-BLACK.TTF") format("truetype"); }

@font-face {
  font-family: 'LATO-BLACKITALIC';
  src: url("Font/Lato/LATO-BLACKITALIC.TTF") format("truetype"); }

@font-face {
  font-family: 'LATO-BOLD';
  src: url("Font/Lato/LATO-BOLD.TTF") format("truetype"); }

@font-face {
  font-family: 'LATO-BOLDITALIC';
  src: url("Font/Lato/LATO-BOLDITALIC.TTF") format("truetype"); }

@font-face {
  font-family: 'LATO-ITALIC';
  src: url("Font/Lato/LATO-ITALIC.TTF") format("truetype"); }

@font-face {
  font-family: 'LATO-LIGHT';
  src: url("Font/Lato/LATO-LIGHT.TTF") format("truetype"); }

@font-face {
  font-family: 'LATO-LIGHTITALIC';
  src: url("Font/Lato/LATO-LIGHTITALIC.TTF") format("truetype"); }

@font-face {
  font-family: 'LATO-REGULAR';
  src: url("Font/Lato/LATO-REGULAR.TTF") format("truetype"); }

/* Font family ends here */
/* mixins starts from here */
/* mixin ends here */
body, * {
  font-family: "LATO-REGULAR"; }

i, .italic {
  font-family: "LATO-ITALIC"; }

b, .bold {
  font-family: "LATO-BOLD"; }

b > i, i > b, .bold-italic {
  font-family: "LATO-BOLDITALIC"; }

.light {
  font-family: "LATO-LIGHT"; }

.light-italic {
  font-family: "LATO-LIGHTITALIC"; }

.bolder {
  font-family: "LATO-BLACK"; }

.bolder-italic {
  font-family: "LATO-BLACKITALIC"; }

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.theme-box-shadow {
  -webkit-box-shadow: 0px 4px 10px #ddd;
  box-shadow: 0px 4px 10px #ddd; }

.custom-li-style ul {
  list-style-type: none; }
  .custom-li-style ul li {
    line-height: 2; }
    .custom-li-style ul li:before {
      content: "\2022";
      color: #FEBF1B;
      font-weight: bold;
      margin-right: 8px;
      font-size: calc(14px + 4px); }

.center-wrapper {
  max-width: 1200px;
  width: 100%; }

body.logedOut-body .body-content {
  min-height: calc(100vh - 350px); }

body.loged-body .body-content {
  min-height: calc(100vh - 35px); }

.body-content {
  position: relative;
  padding: 95px 5px 0px;
  float: left;
  width: 100%; }

/* scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

::-webkit-scrollbar-thumb {
  background-color: #344A75;
  outline: 5px solid #344A75;
  border-radius: 5px; }

/* scrollbar */
/*toaster css*/
.notify {
  position: fixed;
  right: 0px;
  top: 100px;
  z-index: 102;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .notify > div {
    background: #fff;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 4px 10px #ddd;
    box-shadow: 0px 4px 10px #ddd; }
    .notify > div .toaster-type-div {
      padding: 10px;
      display: inline-block; }
      .notify > div .toaster-type-div i {
        font-size: 30px;
        color: #fff; }
      .notify > div .toaster-type-div.success-icon {
        background: #28a745; }
      .notify > div .toaster-type-div.error-icon {
        background: #dc3545; }
      .notify > div .toaster-type-div.warning-icon {
        background: #FEBF1B; }
    .notify > div .toaster-message-div {
      padding: 0px 20px 0px 10px; }

/*toaster css*/
/*Spinner CSS*/
.overlayer {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0px; }
  .overlayer div {
    width: 60px;
    height: 60px;
    border: 6px solid #ddd;
    border-top-color: #ca6240;
    border-radius: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    animation: round 2s linear infinite; }

@keyframes round {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/*Spinner CSS*/
/*Remove Autofill CSS*/
input:-webkit-autofill {
  /*border: 0;*/
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 20px #fff inset;
  box-shadow: 0 0 0px 20px #fff inset; }
  input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill {
    /*border: 0;*/
    -webkit-text-fill-color: #434343;
    -webkit-box-shadow: 0 0 0px 20px #fff inset;
    box-shadow: 0 0 0px 20px #fff inset; }

textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  /*border: 0;*/
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 20px #fff inset;
  box-shadow: 0 0 0px 20px #fff inset; }

select:-webkit-autofill {
  /*border: 0;*/
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 20px #fff inset;
  box-shadow: 0 0 0px 20px #fff inset; }
  select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    /*border: 0;*/
    -webkit-text-fill-color: #434343;
    -webkit-box-shadow: 0 0 0px 20px #fff inset;
    box-shadow: 0 0 0px 20px #fff inset; }

/*Remove Autofill CSS*/
/*Login / Registration Page CSS*/
.login-div {
  max-width: 400px; }
  .login-div sup {
    top: 0; }
  .login-div i.bicc-user, .login-div i.bicc-lock, .login-div i.bicc-security {
    color: #ddd; }
  .login-div i.bicc-user, .login-div i.bicc-security {
    font-size: calc(14px + 11px); }
  .login-div i.bicc-lock {
    font-size: calc(14px + 16px); }
  .login-div input:focus {
    border: 0;
    box-shadow: 0 0 0px 20px #fff inset; }

ul li .create-login {
  /*color: #212529;*/
  color: #fff; }
  ul li .create-login:hover {
    /*color: #0056b3;*/
    color: #fff; }

.create-login {
  color: #344A75; }
  .create-login:hover {
    text-decoration: none; }

.create-login-information p {
  border-radius: 3px; }
  .create-login-information p:hover {
    background: #40A6D1;
    color: #fff; }
  .create-login-information p#yes {
    height: 90px; }
    @media (max-width: 991px) {
      .create-login-information p#yes {
        height: auto; } }

@media (max-width: 991px) {
  .create-login-information {
    width: 100%;
    padding: 10px; } }

.registartion-div {
  max-width: 900px; }
  .registartion-div sup {
    top: 0; }
  .registartion-div input.input-validation-error {
    border-bottom: 1px solid #dc3545;
    border-radius: 0; }
  .registartion-div input:focus {
    border: 0;
    box-shadow: 0 0 0px 20px #fff inset; }
  .registartion-div select.input-validation-error {
    border: 1px solid #dc3545; }
  .registartion-div select:focus {
    border-color: #ccc;
    box-shadow: 0 0 0px 20px #fff inset; }

/*Login / Registration Page CSS*/
/* Header CSS */
header {
  background: #fff;
  box-shadow: 0px 0px 10px 4px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; 
}
header nav .navbar-brand {
	width: 200px;
	margin: 0;
	padding: 0;
	cursor: pointer; 
}
header nav .navbar-nav {
	font-size: 15px; 
}
header nav .navbar-nav .nav-item {
	padding: 0px 8px; 
}
header nav .navbar-nav .nav-item a.nav-link {
	text-decoration: none;
	color: #434343;
	transition: .2s ease;
	padding: 0; 
}
@media (max-width: 991px) {
	header nav .navbar-nav .nav-item a.nav-link {
		margin: 5px 0px; 
	} 
}
header nav .navbar-nav .nav-item a.nav-link:hover, header nav .navbar-nav .nav-item a.nav-link.active {
	color: #F6B03C;
	font-weight: bold; 
}
header nav .navbar-nav .nav-item a.nav-link.user-profile {
	color: #344A75;
	font-weight: bold; 
}
header nav .navbar-nav .nav-item a.nav-link.user-profile:hover, header nav .navbar-nav .nav-item a.nav-link.user-profile.active {
	color: #F6B03C;
	font-weight: bold; 
}
header nav .navbar-nav .nav-item a.nav-link.user-profile .bicc-user-profile {
	font-size: 17px; 
}
header nav .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover, header nav .navbar-nav .nav-item .dropdown-menu a.dropdown-item.active {
	color: #F6B03C;
	font-weight: bold;
	background: none; 
}

/* Header CSS */
/* Footer CSS */
.list-style-disc {
  list-style-type: disc; }

.text-decoration-underline {
  text-decoration: underline; }

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

.overflow-x-auto {
  overflow-x: auto; }

footer {
  box-shadow: 0px 3px 10px 4px #ddd; }
  footer ul li {
    list-style-type: none; }
  footer .privacy-policy-img img:not(:first-child) {
    width: auto;
    height: 70px; }
  footer .privacy-policy-img img:first-child {
    width: auto;
    height: 110px; }

/* Footer CSS */
/*Home Page CSS*/
#slideshow {
  /*.carousel-inner {
        padding-bottom: 120px;
    }*/ }
  #slideshow .carousel-item {
    max-height: 600px; }
    #slideshow .carousel-item > img {
      max-height: 600px;
      object-fit: cover; }
    #slideshow .carousel-item .header-text-div {
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2); }
      #slideshow .carousel-item .header-text-div .header-text {
        position: absolute;
        top: 20%;
        left: 15%;
        color: #fff; }
        #slideshow .carousel-item .header-text-div .header-text .learn-more {
          border: 2px solid #fff; }
        @media (max-width: 600px) {
          #slideshow .carousel-item .header-text-div .header-text h3 {
            font-size: 18px; }
          #slideshow .carousel-item .header-text-div .header-text p, #slideshow .carousel-item .header-text-div .header-text a {
            display: none; } }
    #slideshow .carousel-item .introduction-div > div {
      min-height: 120px; }
      @media (min-width: 601px) and (max-width: 993px) {
        #slideshow .carousel-item .introduction-div > div {
          width: 75%; } }

.introduction-div > div {
  -webkit-box-shadow: 0px 4px 10px #ddd;
  box-shadow: 0px 4px 10px #ddd;
  margin-top: -60px;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .introduction-div > div {
      width: 90%; } }

.certificate-provider figure {
  position: relative; }
  .certificate-provider figure img {
    max-width: 100%;
    width: 250px;
    height: 250px;
    object-fit: cover; }
  .certificate-provider figure:before {
    content: "";
    position: absolute;
    left: calc(50% - 125px);
    bottom: -2px;
    box-shadow: 0px 0px 0px 1px #ddd;
    height: 35px;
    width: 250px;
    background: #ddd;
    border-radius: 50%;
    z-index: -1; }

/*Home Page CSS*/
/*About Page CSS*/
.banner-div {
  background: url("Images/about_us.png");
  object-fit: cover;
  height: 200px; }

.contact-banner {
  background: url("Images/contact_us.png");
  object-fit: cover;
  height: auto; }
  .contact-banner a:hover {
    color: #fff; }
  .contact-banner i {
    font-size: calc(14px + 6px); }

/*About Page CSS*/
/*Disciplinary Page CSS*/
.disciplinary-banner {
  background: url("Images/disciplinary_banner.png");
  object-fit: cover;
  height: 200px; }

.ground-sanctions {
  -webkit-box-shadow: 0px 4px 10px #ddd;
  box-shadow: 0px 4px 10px #ddd; }

.disciplinary-log select {
  box-shadow: 1px 1px 3px 0px #ddd; }
  .disciplinary-log select:focus {
    border-color: #ddd;
    box-shadow: 1px 1px 3px 0px #ddd; }

.disciplinary-log table {
  -webkit-box-shadow: 0px 4px 10px #ddd;
  box-shadow: 0px 4px 10px #ddd; }
  .disciplinary-log table thead th {
    border-bottom: 0px;
    text-align: left; }
  .disciplinary-log table tbody tr td {
    text-align: left; }
  .disciplinary-log table.dataTable thead th, .disciplinary-log table.dataTable thead td {
    padding-left: 10px; }

.complaint-banner {
  background: url("Images/complaint_banner.png");
  object-fit: cover; }

/*Disciplinary Page CSS*/
/*Providers Page CSS*/
.provider-banner {
  background: url("Images/providers_banner.png");
  object-fit: cover;
  height: 200px; }

.providers-table {
  -webkit-box-shadow: 0px 4px 10px #ddd;
  box-shadow: 0px 4px 10px #ddd; }
  .providers-table thead tr td:first-child, .providers-table thead tr th:first-child, .providers-table tbody tr td:first-child, .providers-table tbody tr th:first-child {
    padding-left: 100px;
    width: 50%; }
    @media (max-width: 600px) {
      .providers-table thead tr td:first-child, .providers-table thead tr th:first-child, .providers-table tbody tr td:first-child, .providers-table tbody tr th:first-child {
        padding-left: 10px;
        width: auto; } }
  .providers-table thead tr td a, .providers-table thead tr th a, .providers-table tbody tr td a, .providers-table tbody tr th a {
    word-break: break-all; }

.arrow-main-div {
  padding-left: 50px; }
  .arrow-main-div .square {
    left: 5px;
    top: 2px;
    height: 55px;
    width: 55px;
    background: #B04826;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px 2px #ddd;
    transform: rotate(45deg);
    z-index: 1; }
    .arrow-main-div .square span {
      transform: rotate(-45deg); }
  .arrow-main-div .arrow {
    width: 80%;
    height: 60px;
    position: relative;
    background: #B04826;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    line-height: 1; }
    .arrow-main-div .arrow:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 30px solid #fff;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent; }
    .arrow-main-div .arrow:before {
      content: "";
      position: absolute;
      right: calc(-30px);
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 30px solid #B04826;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent; }

.provider-main-div .provider-child-div:nth-child(1) .square {
  background: #40A6D1; }

.provider-main-div .provider-child-div:nth-child(1) .arrow {
  background: #40A6D1; }
  .provider-main-div .provider-child-div:nth-child(1) .arrow:before {
    border-left-color: #40A6D1; }

.provider-main-div .provider-child-div:nth-child(2) .square {
  background: #FEBF1B; }

.provider-main-div .provider-child-div:nth-child(2) .arrow {
  background: #FEBF1B; }
  .provider-main-div .provider-child-div:nth-child(2) .arrow:before {
    border-left-color: #FEBF1B; }

.provider-main-div .provider-child-div:nth-child(3) .square {
  background: #D9A251; }

.provider-main-div .provider-child-div:nth-child(3) .arrow {
  background: #D9A251; }
  .provider-main-div .provider-child-div:nth-child(3) .arrow:before {
    border-left-color: #D9A251; }

.provider-main-div .provider-child-div:nth-child(4) .square {
  background: #A4C57B; }

.provider-main-div .provider-child-div:nth-child(4) .arrow {
  background: #A4C57B; }
  .provider-main-div .provider-child-div:nth-child(4) .arrow:before {
    border-left-color: #A4C57B; }

.provider-main-div .provider-child-div:nth-child(5) .square {
  background: #AE64AB; }

.provider-main-div .provider-child-div:nth-child(5) .arrow {
  background: #AE64AB; }
  .provider-main-div .provider-child-div:nth-child(5) .arrow:before {
    border-left-color: #AE64AB; }

.provider-main-div .provider-child-div:nth-child(6) .square {
  background: #977F4B; }

.provider-main-div .provider-child-div:nth-child(6) .arrow {
  background: #977F4B; }
  .provider-main-div .provider-child-div:nth-child(6) .arrow:before {
    border-left-color: #977F4B; }

.provider-main-div .provider-child-div:nth-child(7) .square {
  background: #A1A4CE; }

.provider-main-div .provider-child-div:nth-child(7) .arrow {
  background: #A1A4CE; }
  .provider-main-div .provider-child-div:nth-child(7) .arrow:before {
    border-left-color: #A1A4CE; }

.provider-main-div .provider-child-div:nth-child(8) .square {
  background: #40A6D1; }

.provider-main-div .provider-child-div:nth-child(8) .arrow {
  background: #40A6D1; }
  .provider-main-div .provider-child-div:nth-child(8) .arrow:before {
    border-left-color: #40A6D1; }

.provider-second-div .provider-child-div:nth-child(1) .square {
  background: #A4C57B; }

.provider-second-div .provider-child-div:nth-child(1) .arrow {
  background: #A4C57B; }
  .provider-second-div .provider-child-div:nth-child(1) .arrow:before {
    border-left-color: #A4C57B; }

.provider-second-div .provider-child-div:nth-child(2) .square {
  background: #A1A4CE; }

.provider-second-div .provider-child-div:nth-child(2) .arrow {
  background: #A1A4CE; }
  .provider-second-div .provider-child-div:nth-child(2) .arrow:before {
    border-left-color: #A1A4CE; }

.provider-second-div .provider-child-div:nth-child(3) .square {
  background: #FEBF1B; }

.provider-second-div .provider-child-div:nth-child(3) .arrow {
  background: #FEBF1B; }
  .provider-second-div .provider-child-div:nth-child(3) .arrow:before {
    border-left-color: #FEBF1B; }

/*Providers Page CSS*/
/*BCAT/BCAP Certificants Page CSS*/
.BCAT-banner {
  background: url("Images/certificants_banner.png");
  object-fit: cover;
  height: 200px; }

.eligibility-criteria {
  display: none; }
  @media (max-width: 767px) {
    .eligibility-criteria {
      display: block; } }

@media (max-width: 767px) {
  .BCAT-timeline-div {
    display: none; } }

.BCAT-timeline-div .first {
  left: calc(10% - 45px); }

.BCAT-timeline-div .second {
  left: calc(20% - 40px);
  bottom: 30px; }

.BCAT-timeline-div .third {
  left: calc(35% - 30px); }

.BCAT-timeline-div .fourth {
  left: calc(45% - 10px);
  bottom: 50px; }

.BCAT-timeline-div .fifth {
  left: calc(65% - 75px); }

.BCAT-timeline-div .sixth {
  left: calc(75% - 50px);
  bottom: 30px; }

.BCAT-timeline-div .seventh {
  left: calc(90% - 45px); }

@media (max-width: 767px) {
  .BCAP-timeline-div {
    display: none; } }

.BCAP-timeline-div .first {
  left: calc(10% - 45px); }

.BCAP-timeline-div .second {
  left: calc(15% - 40px);
  bottom: 30px; }
  @media (min-width: 768px) and (max-width: 910px) {
    .BCAP-timeline-div .second {
      left: calc(10% - 60px); } }

.BCAP-timeline-div .third {
  left: calc(35% - 30px); }
  @media (min-width: 768px) and (max-width: 910px) {
    .BCAP-timeline-div .third {
      left: calc(30% - 40px); } }

.BCAP-timeline-div .fourth {
  left: calc(45% - 10px);
  bottom: 50px; }
  @media (min-width: 768px) and (max-width: 910px) {
    .BCAP-timeline-div .fourth {
      left: calc(42% - 10px);
      bottom: 50px; } }

.BCAP-timeline-div .fifth {
  left: calc(63% - 50px); }

.BCAP-timeline-div .sixth {
  left: calc(70% - 50px);
  bottom: 30px; }
  @media (min-width: 768px) and (max-width: 910px) {
    .BCAP-timeline-div .sixth {
      left: calc(72% - 50px); } }

.BCAP-timeline-div .seventh {
  left: calc(90% - 45px); }

.tiles.card-deck .card {
  flex: none;
  -ms-flex: none;
  width: calc(33.33% - 8px);
  position: relative;
  float: left; }
  @media (min-width: 650px) and (max-width: 991px) {
    .tiles.card-deck .card {
      width: calc(50% - 8px); } }
  @media (max-width: 649px) {
    .tiles.card-deck .card {
      width: 100%;
      margin: 4px 0px; } }
  .tiles.card-deck .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.tiles .card-img {
  border-radius: calc(0.25rem - 1px);
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0; }

.tiles ul li {
  list-style-type: none; }

.tiles .tiles-button {
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .tiles .tiles-button i.bicc-down-arrow {
    font-size: calc(14px - 2px); }
  .tiles .tiles-button:hover {
    text-decoration: none; }

/*BCAT/BCAP Certificants Page CSS*/
/*Certificant Registry Page CSS*/
.registry-search-btn .btn:focus {
  box-shadow: none; }

.registry-search-btn .btn.active {
  color: #fff;
  background: #FEBF1B;
  border: 0;
  outline: 0; }
  .registry-search-btn .btn.active:hover {
    color: #434343;
    background: #ffc107;
    border: 0; }

.certificant-details-search button {
  width: 40px; }

.search-registry table {
  -webkit-box-shadow: 0px 4px 10px #ddd;
  box-shadow: 0px 4px 10px #ddd; }
  .search-registry table.dataTable thead th {
    padding-left: 10px; }
    .search-registry table.dataTable thead th:first-child {
      width: 200px; }
  .search-registry table thead th {
    border-bottom: 0px; }

/*Certificant Registry Page CSS*/
/*Maintaining Certificate Page CSS*/
.maintaining-banner {
  background: url("Images/maintainingCertificate_banner.png");
  object-fit: cover;
  height: 200px; }

.component-accordion .panel-group:last-child {
  margin-bottom: 10px; }

.component-accordion .panel-group .panel {
  border: 0 none;
  box-shadow: 0 4px 5px -1px #ddd;
  margin-bottom: 10px; }

.component-accordion .panel-group .panel-heading {
  background: #fff;
  border-radius: 3px 3px 0 0;
  padding: 0; }
  .component-accordion .panel-group .panel-heading h4 {
    margin: 0; }
  .component-accordion .panel-group .panel-heading a {
    background: #344A75;
    color: #fff; }
    .component-accordion .panel-group .panel-heading a.collapsed {
      background: #344A75;
      color: #fff; }
    .component-accordion .panel-group .panel-heading a:hover.active, .component-accordion .panel-group .panel-heading a.active {
      color: #fff; }

.component-accordion .panel-group .panel-title a {
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 8px;
  transition: color .2s ease-in-out; }
  .component-accordion .panel-group .panel-title a:hover {
    color: #fff;
    text-decoration: none; }
  .component-accordion .panel-group .panel-title a.collapsed::after, .component-accordion .panel-group .panel-title a::after {
    content: "\004b";
    font-family: 'bicc';
    font-size: 14px;
    position: absolute;
    right: 14px;
    top: 8px; }
  .component-accordion .panel-group .panel-title a:after {
    content: "\004a"; }

.component-accordion .panel-body {
  background: #fff;
  padding: 20px; }
  .component-accordion .panel-body .fees-div div {
    -webkit-box-shadow: 0px 4px 10px #ddd;
    box-shadow: 0px 4px 10px #ddd;
    border-radius: 2px;
    width: 50%; }
    @media (max-width: 766px) {
      .component-accordion .panel-body .fees-div div {
        width: 100%; } }
    .component-accordion .panel-body .fees-div div span.btn {
      background: #344A75;
      cursor: default; }

.fees-div div:not(:first-child) {
  -webkit-box-shadow: 0px 4px 10px #ddd;
  box-shadow: 0px 4px 10px #ddd;
  border-radius: 2px;
  width: 100%; }
  .fees-div div:not(:first-child) span.btn {
    background: #344A75;
    cursor: default;
    width: 75px; }
  .fees-div div:not(:first-child) small {
    font-size: 70%; }

.acceptable-table table {
  border-collapse: separate;
  border-spacing: 0px 10px; }
  .acceptable-table table tr {
    -webkit-box-shadow: 0px 4px 10px #ddd;
    box-shadow: 0px 4px 10px #ddd; }
  .acceptable-table table th, .acceptable-table table td {
    border: 0px; }

/*Maintaining Certificate Page CSS*/
/*Exam Page CSS*/
.exam-banner {
  background: url("Images/providers_banner.png");
  object-fit: cover;
  height: 200px; }

.exam-outline-table table {
  width: 50%;
  max-width: 100%;
  margin-bottom: 1rem;
  background: transparent; }
  @media (max-width: 900px) {
    .exam-outline-table table {
      width: 100%; } }
  .exam-outline-table table td {
    padding: 0.5rem 0.5rem 0rem 2rem;
    vertical-align: middle; }
    .exam-outline-table table td:nth-child(2) {
      width: 100px; }

.prepare-exam {
  border: 2px solid #344A75;
  background: #E3E8EE; }
  .prepare-exam > div p {
    width: calc(100% - 45px); }
  .prepare-exam > div > div .vertical-text {
    width: 45px; }

.BCAP-prepare-exam {
  border: 2px solid #344A75;
  background: #FDE9D1; }
  .BCAP-prepare-exam > div p {
    width: calc(100% - 45px); }
  .BCAP-prepare-exam > div > div .vertical-text {
    width: 45px; }

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotateZ(180deg); }
  .vertical-text img {
    width: auto;
    height: 50px;
    writing-mode: vertical-rl;
    transform: rotateZ(180deg); }

/*Exam Page CSS*/
/*Extra Page CSS*/
.exam-fee-banner {
  background: url("Images/fee_banner.png");
  object-fit: cover;
  height: 200px; }

.scheduling-banner {
  background: url("Images/schedule_banner.png");
  object-fit: cover;
  height: 200px; }

.guide-banner {
  background: url("Images/guide_banner.png");
  object-fit: cover;
  height: 200px; }

.policy-banner {
  background: url("Images/policy_banner.png");
  object-fit: cover;
  height: 200px; }

/*Extra Page CSS*/
/*Custom Checkbox*/
.custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434343; }
  .custom-checkbox.d-inline-block {
    display: inline-block; }
  .custom-checkbox input[type="checkbox"] {
    display: none; }
  .custom-checkbox input[type="checkbox"] + label:before {
    border: 1px solid #999;
    content: "\00a0";
    /*display: inline-block;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    margin: 0 5px 0 0;
    vertical-align: middle;
    height: 16px;
    width: 16px; }
  .custom-checkbox input[type="checkbox"] + label:hover:before {
    background: #fff; }
  .custom-checkbox label {
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .custom-checkbox input[type="checkbox"]:checked + label:before {
    background: #999;
    color: #fff;
    content: "\2713";
    text-align: center;
    font-weight: bold; }
  .custom-checkbox.core-funct input[type="checkbox"] ~ label:before {
    border: 1px solid #999;
    content: "\00a0";
    /*display: inline-block;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    margin: 0 5px 0 0;
    vertical-align: middle;
    height: 16px;
    width: 16px; }
  .custom-checkbox.core-funct input[type="checkbox"] ~ label:hover:before {
    background: #fff; }
  .custom-checkbox.core-funct input[type="checkbox"]:checked ~ label:before {
    background: #999;
    color: #fff;
    content: "\2713";
    text-align: center;
    font-weight: bold; }

/*Custom Checkbox*/
/*Theme Table CSS*/
.theme-table-design.dataTable {
  margin-bottom: 15px; }
  .theme-table-design.dataTable.no-footer {
    border-bottom: 0px; }
  .theme-table-design.dataTable thead th, .theme-table-design.dataTable thead td {
    border-bottom: 0px; }

/*Theme Table CSS*/
/*Custom DataTable Pagination*/
.custom-pagination .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .custom-pagination .dataTables_paginate > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .custom-pagination .dataTables_paginate > span .paginate_button {
      padding: 0px;
      margin: 0px 5px; }
      .custom-pagination .dataTables_paginate > span .paginate_button.current {
        background: #fff;
        color: #FEBF1B !important;
        border: 0px; }
        .custom-pagination .dataTables_paginate > span .paginate_button.current:hover {
          background: none;
          color: #434343;
          border: 0px; }
      .custom-pagination .dataTables_paginate > span .paginate_button:hover {
        border: 0px;
        background: none;
        color: #FEBF1B !important; }
  .custom-pagination .dataTables_paginate a.previous, .custom-pagination .dataTables_paginate a.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(14px - 2px);
    border: 1px solid #344A75;
    border-radius: 50%;
    height: 30px;
    width: 30px; }
    .custom-pagination .dataTables_paginate a.previous:hover, .custom-pagination .dataTables_paginate a.next:hover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #344A75;
      background: #344A75;
      color: #fff; }
    .custom-pagination .dataTables_paginate a.previous.disabled, .custom-pagination .dataTables_paginate a.next.disabled {
      border: 1px solid #ccc;
      color: #ccc !important; }
      .custom-pagination .dataTables_paginate a.previous.disabled:hover, .custom-pagination .dataTables_paginate a.next.disabled:hover {
        border: 1px solid #ccc;
        color: #ccc !important; }
  .custom-pagination .dataTables_paginate a.previous {
    margin-right: 15px; }
  .custom-pagination .dataTables_paginate a.next {
    margin-left: 15px; }

/*Custom DataTable Pagination*/
/*Banner CSS Start*/
/*body {
    &.logedOut-body, &.loged-body {
        &.withBanner {
            .body-content {
                padding-top: 130px;
            }
        }
    }
}*/
/*Banner CSS End*/
