.card-select__add path,
.footer-social-links a:hover svg #facebook-2,
.footer-social-links a:hover svg circle,
.footer-social-links a:hover svg #twit_cir{
  fill: #dc3545 !important;
}
.footer-social-links a:hover svg polygon {
	fill: #fff !important;
}


.card-select__add:hover path,
.product_portfolio a:hover path {
  fill: #ffaa00 !important;
}
.blog_slider .slick-slide {
  padding: 15px;
}
.nav-item .active,
.nav-item .active:hover {
  background: #dc3545;
}
.footer {
  background: #efefef;
}
.footer .menu,
.os-content li {
  list-style: none;
}
.footer .menu a {
  color: #333;
  margin-right: 28px;
  font-size: 16px;
}
.dark {
  background: #2b3438;
}
.footer .menu li:last-child {
  margin-right: 0;
}
.footer .menu a:hover {
  color: #dc3545;
}
.copyright {
  background: #000;
  font-size: 12px;
  color: #bbb;
}
.footer-social-links a {
  width: 24px;
  height: 24px;
  transition: color 0.2s;
  margin-left: 15px;
}
.footer-social-links a svg #facebook-2,
.footer-social-links a svg circle {
  transition: fill 0.3s;
}
.breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
  padding-right: var(--bs-breadcrumb-item-padding-x) !important;
  padding-left: 0 !important;
  white-space: nowrap;
      display: flex;
    align-items: center;
}
.breadcrumb-item a{
	display:block;
}
.accordion-item li,
.accordion-item p,
.breadcrumb a {
  color: #575757;
}
.breadcrumb-item.active {
  color: #dc3545;
  text-decoration: unset;
  white-space: break-spaces;
}
.breadcrumb-item.active:hover {
  text-decoration: unset;
}
.breadcrumb-item:hover {
  text-decoration: underline;
}
.about-box,
.c-card {
  background: #fff;
  box-shadow: 0 0 20px #dc354521;
  border-radius: 6px;
  overflow: hidden;
  padding: 30px 15px;
}
.about-box img {
  width: 60px;
  height: auto;
}
.about-box-cont {
  padding-left: 15px;
}
.about-box h3 {
  font-weight: 700;
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 36px;
}
.about-box p {
  font-size: 12px;
  margin: 0;
  color: #404f56;
}
.policy-pages .sub-heading,
.policy-pages h2 {
  margin-top: 30px;
}
.policy-pages h3 {
  color: #333;
  font-size: 24px;
}
.policy-pages li,
.policy-pages p {
  font-size: 14px;
  line-height: 22px;
  color: #575757;
}
.light-blue-bg {
  background: #ecf5ff;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #333 !important;
}
.product_portfolio a:hover,
.text-orange {
  color: #fa0 !important;
}
.dark-blue-bg {
  background: #404f56;
}
.dark-blue-bg p {
  color: #e9ecef;
}
.section-evaluation {
  background: linear-gradient(304deg, #e9ecef 50%, #dc3545 50%) !important;
}
.backtotop:hover span,
.btn-warning {
  background: #fa0;
}
.section-evaluation h2 {
  font-size: 24px;
  margin: 0;
}
.btn-warning {
  font-size: 16px;
  color: #333;
  border: 0;
}
.btn-warning span {
  vertical-align: text-bottom;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background: #feba02;
}
.btn-primary {
  background: #dc3545;
  border: 0;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #3596f5;
  border: 0;
}
.accordion-button::after {
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23404f56'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page_header {
  color: #fff;
}
.page_header span {
  color: #fca801;
}
.page_header .banner-heading {
  font-size: 24px;
  font-weight: 700;
  font-family: IBM Plex Sans;
  color: #fff;
}
.heading-small {
  font-size: 24px;
}
.page_header p {
  color: #fff;
  font-size: 16px;
}
.all-programs h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  color: #575757;
}
.program-tag {
  background: #e9ecef;
  display: flex;
  text-align: center;
  line-height: 22px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
  color: #333;
  margin-bottom: 16px;
  padding: 5px 10px;
  height: 54px;
  font-weight: 500;
  cursor: pointer;
}
.program-tag:hover {
  background: #acd5ff;
}
.program-tag.active,
.program-tag:active,
.program-tag:focus {
  background: #dc3545;
  color: #fff;
}
.list-tag {
  margin: 0;
  padding-left: 18px;
}
.backtotop {
  background: 0 0;
  border: 0;
  position: fixed;
  right: 30px;
  bottom: 120px;
  font-size: 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
}
.backtotop span {
  width: 48px;
  height: 48px;
  background: #3596f5;
  border-radius: 50%;
  display: block;
  margin: 0 auto 6px;
  box-shadow: 0 0 28px #dc354566;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_section {
  max-width: 720px;
  margin: 2rem auto;
}
.search_section input::placeholder {
  color: #6d90a0;
}
.search_section input {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  padding: 15px 20px;
  background: #f1f6f9;
  color: #6d90a0;
  border: 1px solid #f1f6f9;
  transition: 0.3s;
}
.search_section input:focus {
  box-shadow: 0 0 10px #dc354522;
  border: 1px solid #dc3545;
}
.search_section button {
  position: absolute;
  background: 0;
  right: 0;
  top: 10px;
  padding: 5px 20px;
  border-left: 1px solid #b6d3e4;
}
.search_section button svg {
  width: 24px;
}
.faq-wrapper {
  box-shadow: 0 0 24px #dc354514;
  border-radius: 10px;
  overflow: hidden;
}
.faq-wrapper .accordion-item,
.geo-location-content a:last-child {
  border: 0;
}
.faq-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-wrapper .accordion-button:not(.collapsed),
.faq-wrapper h1 {
  background: #404f56;
  color: #fff;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  padding: 12px 16px;
}
.faq-content {
  padding: 20px 16px;
}
.geo-location-content,
.zero-left ul li {
  padding-bottom: 16px;
}
.faq-body:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9ecef;
}
.faq-body h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto;
  color: #333;
}
.benchmarkheading {
  background: url(../img/franchise/franchise-bg.png) top right/auto 100%
    no-repeat #1070cf;
}
.product_portfolio {
  background: #dc3545;
  background: -moz-linear-gradient(90deg, #dc3545 35%, #2b3438 35%);
  background: -webkit-linear-gradient(90deg, #dc3545 35%, #2b3438 35%);
  background: linear-gradient(90deg, #dc3545 35%, #2b3438 35%);
}
.product_portfolio li {
  list-style: none;
  padding-right: 20px;
  margin-bottom: 15px;
}
.product_portfolio a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.geo_location {
  background: url(../img/franchise/geo-bg.webp) 0 0 / cover;
}
.geo_location h2.text-white,
.geo_location h6.text-white {
  color: #f6faff !important;
}
.geo_location p {
  margin-bottom: 36px;
}
.geo-location-content a {
  color: #333;
  line-height: 14px;
  padding: 0 5px;
  display: inline-block;
  border-right: 1px solid #8fbce8;
  margin-bottom: 15px;
}
.contact-form {
  max-width: 750px;
  margin: auto;
}
.form-fields {
  position: relative;
  height: 48px;
  border-radius: 2px;
  padding: 0 16px;
}
.ques_formfields .form-fields {
  height: 120px;
}
.form-required {
  margin-bottom: 35px;
}
.form-fields .input {
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: 0;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 16px 0;
  background-color: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative;
  color: #333;
  height: 55px;
  resize: none;
}
.form-fields__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bbb;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.form-fields__label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #6d90a0;
  font-size: 12px;
  font-weight: 400;
  z-index: 2;
  top: 50%;
  left: 16px;
}
.form-fields .input:focus ~ .form-fields__label {
  top: 0;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 8px;
}
.form-fields__label span {
  color: #d80056;
}
.form-fields .parsley-error:focus ~ .form-fields__label {
  color: #ee1616;
}
.form-fields .parsley-error:focus ~ .form-fields__border {
  border-color: #ee1616;
}
.form-fields__label,
.form-fields__label.active {
  transform: translateY(-50%);
}
.parsley-errors-list {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  pointer-events: none;
  list-style: none;
  bottom: -19px !important;
}
.form-fields__label.active {
  top: 0;
  padding: 0 8px;
  left: 10px;
  background: #fff;
}
.parsley-errors-list li {
  color: #ee1616;
  font-size: 12px;
  pointer-events: none;
}
.selected-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.selected-item__text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 30px 16px 16px;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
}
.selected-item__text .icon-sort-left {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #6d90a0;
}
.select-dropdown {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: none;
  z-index: 1000;
}
.input-check {
  height: 48px;
  padding: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.select-dropdown__item {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 15px 20px -10px rgba(22, 42, 97, 0.1);
  box-shadow: 0 15px 20px -10px rgba(22, 42, 97, 0.1);
  border: 1px solid #d4dbf3;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.select-dropdown__item::before {
  top: -16px;
  right: 10px;
  border-width: 16px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.select-dropdown__item::after,
.select-dropdown__item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 9;
}
.hidden-input,
.input-rad {
  display: none;
  opacity: 0;
}
.select-list {
  max-height: 165px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.select-list__item {
  color: #2b3438;
  font-size: 14px;
  font-weight: 500;
}
.select-list__item label {
  padding: 10px 15px;
  cursor: pointer;
}
.select-list__item label:hover,
.select_wrap li:hover,
a.news-card:hover {
  color: #dc3545;
}
.video_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.select_wrap {
  border: 1px solid #bbb;
  position: relative;
  border-radius: 4px;
}
.pagination .page-item:last-child .page-link:not([href]),
.select_wrap select {
  display: none;
}
.select_wrap span {
  cursor: pointer;
  padding: 12px 35px 12px 20px;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  display: inline-block;
  background: #fff;
  height: 43px;
  border-radius: 4px;
}
.select_wrap ul {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
  position: absolute;
  z-index: 9;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  min-width: 10em;
  padding: 10px 20px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  list-style: none;
  top: calc(100% + 5px);
  line-height: 1.8;
  border: 0;
  font-size: 14px;
}
.select_wrap ul li[disabled="disabled"] {
  pointer-events: none !important;
  opacity: 0.5;
}
.select_wrap ul.open {
  opacity: 1;
  pointer-events: all;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.select_wrap li {
  cursor: pointer;
}
.select_wrap .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.events-small-circle {
  max-width: 93px;
  min-height: 91px;
  box-shadow: 19px 50px 97px rgba(126, 145, 154, 0.17);
  background-color: #e9ecef;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  border-radius: 50%;
  justify-content: center;
}
.event-brd {
  border-right: 1px solid #7e919a;
  padding-right: 1rem;
  margin-right: 1rem;
}
.event-section-span {
  font-size: 1rem;
  color: #575757;
}
a.news-card {
  color: #333;
  font-size: 16px;
}
.events-brd-btm {
  border-bottom: 1px dashed #e4e8e9;
}
.select_wrap::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 15px;
  top: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.select_wrap.open::after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.testimony-block__item .c-card {
  border-top: 7px solid transparent;
  transition: border 0.3s;
  cursor: pointer;
}
.testimony-block__item .c-card:hover {
  border-color: #dc3545;
}
.top_tab.selected {
  background: #404f56;
  color: #fff;
}
.testimony__wrap .img-wrap {
  width: 60px;
	min-width:60px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  height: 60px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}
.zero-left {
  background: #1d3460;
  height: 100vh;
}
.zero-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zero-left ul li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-left: 25px;
  position: relative;
}
.zero-content {
  max-width: 650px;
  margin: auto;
}
.zero-left ul li:before {
  content: "";
  background: url(../img/noun-tick-1308426.svg) center center/100% no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.zero-left ul li span {
  display: block;
  color: #fa0;
}
@media (max-width: 800px) {
  .container-sm,
  .left_evetxt .container {
    max-width: 800px;
  }
}
@media (max-width: 600px) {
  .footer_inner .menu li {
    width: 50%;
    text-align: center;
  }
	
	.common-yellow-tabs .tab_item_menu:before{
		bottom:0;
	}
  .section-evaluation {
    background: linear-gradient(304deg, #e9ecef 49%, #dc3545 45%);
  }
  .footer .menu a {
    display: block;
    padding: 10px 0;
    margin: 0;
  }
  .footer-social-links span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-social-links {
    display: block !important;
    text-align: center;
  }
  .container-sm,
  .left_evetxt .container {
    max-width: 672px;
  }
}
@media (min-width: 576px) and (max-width: 650px) {
  .container,
  .container-sm {
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .ims-2020 .cr-banner__item,
  .ims-2020 .cr-banner__slider {
    min-height: 590px;
  }
}
@media (max-width: 800px) {
  .container-sm,
  .cr-banner__content .container {
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .container-sm,
  .cr-banner__content .container {
    max-width: 690px;
  }
}
@media only screen and (max-width: 576px) {
  .section-evaluation .container {
    max-width: 100%;
    padding: 0;
  }
  .section-evaluation .container .row {
    margin: 0;
  }
  .section-evaluation .col-sm-6:first-child,
  .section-evaluation .evalution_txt {
    background: #dc3545;
    padding: 15px !important;
  }
  .section-evaluation .col-sm-6:last-child {
    padding: 15px !important;
  }
  .section-evaluation {
    background: #e9ecef !important;
    padding: 0 !important;
  }
}
.cousre-info__watch {
  font-size: 16px;
  font-weight: 700;
}
.cousre-info__watch span svg {
  margin-top: -4px;
}
.text--xs {
  font-size: 12px;
}
.card-select__delete {
  color: #7e919a;
  background: 0 0;
}
.card-select__add {
  background: 0 0;
  color: #dc3545;
}
.card-select__add:hover {
  color: #fa0;
}
.card-select__delete:hover {
  color: #f44;
}
.card-select__add svg,
.card-select__delete svg {
  margin-right: 5px;
  width: 18px;
  margin-top: -2px;
  vertical-align: middle;
}
.page-link.prev svg {
  transform: scale(-1);
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: #e9ecef;
  width: 44px;
  height: 44px;
  max-width: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  background: #dc3545 !important;
}
.pagination .page-item:first-child .page-link:hover path,
.pagination .page-item:last-child .page-link:hover path {
  fill: #ffffff !important;
}
.pagination .page-item.active .page-link {
  background: #dc3545;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0 10px;
}
.page-link {
  border: 0;
  color: #575757;
  cursor: pointer;
}
.page-link svg {
  overflow: visible;
}
.pagination .page-item:not(.active) .page-link:hover {
  color: #dc3545;
  background: 0 0;
}
.pagination .page-link:active,
.pagination .page-link:focus {
  box-shadow: 0 0 0;
}
.mytableresponsive {
  width: 100%;
  height: calc(100vh - 400px);
  min-height: 600px;
  overflow: auto;
  border: 1px solid #e3e3e3;
}
.mytableresponsive td,
.mytableresponsive th {
  font-size: 14px;
  padding: 20px;
  background: #fff;
}
.mytableresponsive th {
  min-width: 280px;
  max-width: 280px;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f6faff;
  vertical-align: top;
}
.mytableresponsive th:first-child {
  z-index: 2;
}
.table > :not(caption) > * > * {
  border-bottom-color: #e3e3e3;
}
.mytableresponsive td:first-child,
.mytableresponsive th:first-child {
  left: 0;
  position: sticky;
  background-color: #404f56;
  color: #fff;
  font-weight: 400;
  border: 0;
  box-shadow: 0 -1px 0 0 inset #576a74;
  vertical-align: middle;
}
.mytableresponsive td:nth-of-type(2),
.mytableresponsive th:nth-of-type(2) {
  left: 280px;
  position: sticky;
  background-color: #f1f6f9;
  box-shadow: -2px 0 0 0 inset #dc3545;
}
.mytableresponsive th:nth-of-type(2) {
  z-index: 3;
  background: #dbecf6;
}
.mytableresponsive th h3 {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  margin: 0;
  min-height: 50px;
}
.mytableresponsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.mytableresponsive::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.mytableresponsive::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
  transition: background 0.3s;
}
.mytableresponsive::-webkit-scrollbar-thumb:hover {
  background: #dc3545;
}
@media (max-width: 767px) {
  .mytableresponsive th {
    min-width: 150px;
    max-width: 150px;
  }
  .mytableresponsive td {
    position: static !important;
  }
  .mytableresponsive td:first-child,
  .mytableresponsive th {
    position: sticky !important;
  }
  .mytableresponsive th:nth-of-type(2) {
    left: auto;
    z-index: 0;
  }
}
.blog-details table,
.blog-details table td,
.blog-details table th {
  border: 1px solid #eceeef;
}
.blog-details table thead td,
.blog-details table thead th {
  border-bottom-width: 2px;
}
.blog-details table th,
.blog-details table tr:first-child td {
  background: #404f56;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.blog-details table tr:nth-of-type(2n) {
  background: #f1f6f9;
}

.bottomfixed {background-color: floralwhite; padding: 10px; border-top: 1px solid rgb(228, 227, 227);}

@media screen and (max-width: 600px) {
  .bottomfixed {
    visibility: hidden;
    display: none;
  }
}
.colsvertical {
    columns: 5 140px;
}
/* #showmore {
    width: max-content;
}
.colsvertical {
    display: grid;
    columns: auto !important;
    grid-template-columns: repeat(6, 15%);
    column-gap: 15px;
} */
@media (max-width: 768px) {
/* 	.colsvertical {
		grid-template-columns: repeat(3, 31.5%);
	} */
}
@media (max-width: 600px) {
.colsvertical {
display: grid;
grid-template-columns: repeat(2, 48%);
column-gap: 15px;
}
}

body.single-blog ol {
    margin-bottom: 0px;
}
/* body.single-blog ol li span {
    font-weight: 900 !important;
} */


/* Login Signup Css */
.form-login ul {
  width: 100%;
  border: none;
  display: inline-flex;
}
.form-login ul li {
  border: none;
  width: 50%;
}
.ims-signup-form-row {
  display: flex;
  width: 100%;
}
.ims-signup-form-row .form-fields:nth-child(1) {
  width: 65%;
}
.ims-signup-form-row .form-fields:nth-child(2) button {
  width: 115%;
  height: 48px;
}
.form-login .form-row {
  margin-bottom: 10px;
}
button#signup-ims {
  width: 100%;
}
.btn-container-ims {
  padding: 0px;
}
button#ims_logout {
  width: 100%;
  background-color: transparent;
  height: fit-content;
}
  .ims-signup-form-row {
      display: flex;
  }

  #loginSignupTabContent button {
      height: inherit;
      width: -webkit-fill-available;
  }

  #loginSignupTabContent .form-fields {
      width: 100%;
      margin-bottom: 10px;
  }

  #loginSignupTabContent .form-fields {
      width: 100%;
      margin-bottom: 10px;
  }

.section-evaluation-program {
    background-color: #dc3545;
    padding: 2% 0;
    position: relative;
}
.evaluation-program {
    padding: 1.5% 1%;
    transform: scale(0.95);
    /* background-color: #d1e8ff59; */
    background-image: radial-gradient(circle, #f9878769, #db777729);
    border-radius: 10px;
}
.evaluation-program-txt {
    color: #fff;
    font-family: IBM Plex Sans;
    margin-bottom: 15px;
    font-size: 19px;
}
.evaluation-program-cta {
    background: #fa0;
    font-size: 16px;
    color: #333;
    padding: 6px 18px;
}