/* vertical tab start */
.vertical-tabs {
  border-radius: 20px;
}

.vertical-tabs .nav-tabs .nav-link {
  text-align: center;
  font-size: 1.3rem;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #3150a1;
  margin-right: 0;
  padding: 1.5rem 0.5rem;
}

.vertical-tabs .nav-tabs .nav-link:hover {
  color: #ed1c24;
}

.vertical-tabs .nav-tabs .nav-link.active {
  background-color: #3150a1 !important;
  color: #fff;
  border-radius: 20px 0 0 20px;
}

.vertical-tabs .tab-content>.active {
  background: #fff;
  display: block;
}

.vertical-tabs .nav.nav-tabs {
  border-bottom: 0;

  display: block;
  float: left;
  width: 25%;
}

.vertical-tabs .sv-tab-panel {
  background: #fff;
  height: 274px;
  padding-top: 10px;
}

.vertical-tabs .tab-content {
  padding: 25px 30px;
  width: 75%;
  float: left;
  border-left: 3px solid #3150a1;
  min-height: 23rem;
}

@media (max-width: 767px) {
  .vertical-tabs {
    margin-bottom: 2rem;
  }

  .vertical-tabs .nav.nav-tabs {
    width: 100%;
  }

  .vertical-tabs .tab-content {
    width: 100%;
    border-left: 0;
    border-top: 3px solid #3150a1;
    padding: 20px;
  }

  .vertical-tabs .nav-tabs .nav-link {
    float: left;
    padding: 0.5rem 1rem;
  }

  .vertical-tabs .nav-tabs .nav-link.active {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 575px) {
  .vertical-tabs .nav-tabs .nav-link {
    padding: 0.5rem 1.25rem;
    font-size: 1.2rem;
  }
}

/* vertical tab end */

/* language switch */
.lan-switch {
  height: 25px;
  float: left;
  border-radius: 15px;
  background: #fff;
  padding: 0 6px;
  line-height: 1.3;
  margin-top: 2px;
  margin-left: 0.5rem;
}

.lan-switch a {
  font-size: 12px;
}

.lan-switch .active {
  background: #ed1c24;

  color: #fff;
  border-radius: 15px;
  padding: 2px 6px;
}

/* data table */
.page-item.active .page-link {
  background-color: #3150a1;
  border-color: #3150a1;
}

.page-link {
  color: #3150a1;
}

/* table */
.table>thead {
  background-color: #3150a1;
}

.table>thead>tr>th {
  color: #fff;
}

.table> :not(caption)>*>* {
  padding: 0.25rem 0.75rem;
}

/* accordina */
.accordion-header {
  background: #f2f2f2;
}

.accordion-button {
  font-size: 1.25rem;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #3150a1;
}

/* language */

.lan-switch-dropdown .form-control {
  height: 25px;
  padding: 0 0 0 5px;
  font-size: 0.75rem;
  border: 0;
  color: #333;
  width: 65px !important;
  border-radius: 20px;
}

.lan-switch-dropdown .form-select {
  background-position: right 0.3rem center !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: none;
  border-color: none;
  box-shadow: none;
}

.example-image {
  margin-bottom: 1rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  text-align: left;
}

.dataTables_filter {
  margin-bottom: 0.5rem;
}

.dataTables_length {
  margin-top: 0.5rem;
}

.selectsearchbtn {
  position: absolute;
  width: 28rem;
  right: 18rem;
}

#round-btn .round-btn-img {
  animation: bounce 2s infinite !important;
}

table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_asc::after {
  bottom: 0.3rem !important;
}

table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::before {
  bottom: 0.3rem !important;
}

table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc_disabled::after {
  bottom: 0.3rem !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ed1c24;
  border-radius: 50%;
  background-size: 70%;
}



.navik-header.sticky .navik-menu {
  padding-top: 10px;
}


d-btn .popup-banner,
#round-btn .round-btn-div,
#palmbot {
  z-index: 5 !important
}

header .header-topbar .top-icon ul li .notification-list ul {
  position: relative;
  z-index: 585;
}

.notificationicon {
  position: relative;
  z-index: 234;
}

header .header-topbar .top-icon ul li .badge {
  z-index: 234;
  cursor: pointer;
}


header .header-topbar .top-icon ul li .notification-list ul li {
  background: #3150a1;
  border-bottom: 1px solid #6180d1 !important;
}

header .header-topbar .top-icon ul li .notification-list ul li:hover {
  background: #ed1c24;
}

header .header-topbar .top-icon ul li .notification-list ul li a {
  color: #fff !important;
  display: block;

}

.notificationoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 1;
}


.news-scroll {
  color: #fff;
  background: #3150a1;
  height: 2.65rem;
  font-weight: 500;
}

.news-scroll ul {
  margin: 0;
  padding: 0.5rem 0.25rem 0;
  display: inline-flex;
}

.news-scroll ul li {
  list-style-type: none;
  float: left;
  display: block;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #999;
}

.news-scroll ul li a {
  color: #fff
}

.news-scroll ul li a:hover {
  text-decoration: underline;
}

.news-scroll-title {
  position: absolute;
  background: #ed1c24;
  height: 2.65rem;
  z-index: 1;
  color: #fff;
  padding: 0.5rem 1rem;
  border-right: 2rem solid #3150a1;
}



.sticky-social-icon {

  position: fixed;
  top: 30%;
  left: 0;
  display: flex;
  align-items: flex-start;
  transform: translateX(-53px);
  transition: all .4s ease-in-out;
  z-index: 10;
}

.sticky-social-icon-open {
  transform: translateX(0);
}

.social-icon {
  flex-direction: column !important;
}

.social-icon ul {
  margin: 0;
  padding: 0;
}

.social-icon ul li {
  display: block;

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.social-icon ul li a {
  padding: 10px 15px;
  display: block;
  background: #fff;
  font-size: 20px;
}

.newcareer {
  background: #ed1c24;
  position: absolute;
  font-size: 0.7rem;
  padding: 0.25em 0.4em;
  margin-left: -1em;
  margin-top: -0.5em;
}

.share-icon {
  background: #3150a1;
  color: #fff;
  text-align: center;
  padding: 9px 16px 9px 10px;
  margin-left: 0px;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  border: 1px solid #fff;
}

.share-icon:hover {
  background: #ed1c24;
}

.headerbtn {
  float: right;
  margin-top: 0.5rem;
}

.headerbtn .dropdown {
  float: left;
  margin-left: 0.65rem;
}

.dropdown a {
  padding-right: 1.5rem;
}

.vacancybtn {
  position: absolute;
  right: 0;
  margin-top: -4rem;
}

@media (max-width: 1199px) {

  .headerbtn {
    display: none;
  }
}

@media (max-width: 991px) {
  .selectsearchbtn {
    width: 23rem;
  }
}

@media (max-width: 767px) {
  .selectsearchbtn {
    position: relative;
    right: 0;
    width: 100%;
  }

  .sticky-social-icon {
    top: 50%;
  }

  header .header-topbar .top-menu ul li:nth-of-type(2) {
    clear: both;
  }

  .vacancybtn {
    position: relative;
    left: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .vacancybtn .btn {
    margin-bottom: 0.5rem;
  }
}