.orgcategory {
  max-width: 80%;
}

.sectorContainer h3 {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.allCategoryListingCard {
  justify-content: space-evenly !important;
  border-left: 5px solid #4a69bc !important;
  border: 1px solid #4a69bc9e;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  width: 98% !important;
  margin: 5px;
  background-color: #fff;
  min-height: 5rem !important;
  transition: all 0.3s ease-in-out;
}

.allCategoryListingCard .card-title span {
  font-size: 1.1rem;
  font-weight: 100;
  font-family: "Gotham" !important;
}

.allCategoryListingCard .card-title {
  padding-left: 0.5rem;
  color: #00008b;
  font-size: 1rem !important;
}

.allCategoryListingCard .card-body span,
.allCategoryListingCard .card-body p {
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #007bff;
}

.allCategoryListingCard:hover {
  background-color: #4a69bc !important;
  color: #fff !important;
  border-left: 5px solid #fff !important;
  border: 1px solid #fff;
  transform: scale(1.05);
  /* pop-out effect */
  box-shadow: 0 8px 20px rgba(74, 105, 188, 0.4);
  /* soft blue shadow */

  .card-title,
  .card-title span,
  .card-body,
  .card-body p {
    font-weight: 500;
    color: #fff !important;
  }

  .card-body a {
    font-weight: 500;
    color: #fff !important;
    text-decoration: underline;
  }

  .card-body span,
  .card-body .clickMore {
    color: #fff !important;
  }
}

th.sorting::before,
th.sorting::after {
  content: none !important;
}

.cover_img img {
  height: 300px;
  object-fit: contain;
}

.profile_img img {
  width: -webkit-fill-available !important;
  height: 200px;
  object-fit: contain;
}

.contact_cards {
  border: 1px solid #ff99009f;
  border-left: 5px solid #ff9800;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* padding: 0.8em; */
  padding: 0 0 0 10px;
  /* margin-top: 5px; */
  margin-top: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.categorydetailslistingdatatable th,
.categorydetailslistingdatatable tr {
  border: none !important;
}

.categoryCardTitle {
  text-align: center !important;
  background-color: #fff;
  border-bottom: 2px solid #4a69bc !important;
  border-radius: 10px !important;
  padding: 1rem 0;
}

.clickMore {
  position: absolute;
  bottom: 5px;
  right: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #007bff;
}

.office_card .card-body {
  min-height: 60px;
}

.resetInput {
  position: absolute;
  top: 2.2em;
  transform: translateY(-50%);
  cursor: pointer;
  color: #aaa;
  /* margin-left: 18rem; */
  right: 1rem;
  width: 1em;
  text-align: right;
  float: right !important;
}

h5.card-title {
  font-size: 1.25rem !important;
}

.adv_contact_card {
  padding: 0 5px !important;
  margin: 10px 0;
}

.igoodlogo {
  width: auto;
  height: 80px;
}

.header-profile-img {
  width: 90px;
  height: 100px;
  /* object-fit: cover; */
  object-fit: inherit;
  display: block;
  margin: 0 auto; /* THIS FIXES CENTERING */
  border-radius: 10px;
  box-shadow: 0px 10px 23px 0px rgba(195, 194, 194, 0.5);
  -webkit-box-shadow: 0px 10px 23px 0px rgba(195, 194, 194, 0.5);
  -moz-box-shadow: 0px 10px 23px 0px rgba(195, 194, 194, 0.5);
}

.profile-box {
  margin: 0;
  padding: 0 10px; /* optional spacing between profiles */
  text-align: center;
}

.profile-text {
  margin-top: 6px;
  line-height: 1.3;
}

.profile-text .designation {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #000000c7;
  text-transform: uppercase;
}

.profile-text .name {
  display: block;
  font-size: 10px;
  color: #000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  border-radius: 1rem !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  color: #fff;
}

.logoImage {
  height: 120px;
}

.btn-square {
  width: 30px;
  height: 30px;
}

.accessibilityRow .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  /* margin-right:6px; */
  font-weight: 600;
  text-decoration: none;
}

.accessibilityRow .breadcrumb-item a:hover {
  background: #ffffff;
  color: #000 !important;
}

/* Accessibility buttons */
.accessibilityRow .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-right: 6px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

/* Contrast button */
.contrast-btn {
  background: #fff;
  font-weight: bold;
}

.advanceSearchRow {
  padding: 0 3em 3em;
}

.sortblock {
  text-align: left !important;
}

.sortblock .form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.sortblock input[type="text"] {
  width: 100%;
}

.sortblock .form-check {
  display: block;
  margin-bottom: 6px;
}

.sortblock .form-check-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.sortblock hr {
  margin: 12px 0;
}

.filterCard {
  padding: 5px 10px !important;
  background-color: #e8f6ff;
  border: 1px solid lightskyblue;
  display: none;
}
.filterCard .card-body {
  line-height: 1;
}

.searchResultContainer {
  background-color: #e2f2ff;
  padding: 0 3em;
}

.orgcategoryMainRow .orgcategory .mainCard {
  margin-top: 3em;
  padding: 0 !important;
}

.category_title {
  height: 70px !important;
}

.orgcategoryMainRow h3 {
  font-size: 30px !important;
}

.sectorBlock .wow a:hover{
  background: #fff;
  border-radius: 2rem !important;
}

.sectorContainer h3{
  padding: 10px;
}

/*
@media screen  and (max-width: 321px) {
  .websitetitle {
    font-size: 8px !important;
    text-align: center;
    line-height: 1 !important;
    margin-top: 5px !important;
  }

  .gog {
    font-size: 9px !important;
    text-align: center;
    line-height: 1 !important;
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 322px)  and (max-width: 375px) {
  .websitetitle {
    font-size: 11px !important;
    text-align: center;
    line-height: 1 !important;
    margin-top: 5px !important;
  }

  .gog {
    font-size: 11px !important;
    text-align: center;
    line-height: 1 !important;
    margin-top: 5px !important;
  }
}
*/
@media screen and (max-width: 425px) {
  .logoImage {
    height: 80px !important;
  }

  .gog {
    font-size: 13px !important;
    text-align: center;
    line-height: 1 !important;
    margin-top: 5px !important;
    position: absolute;
    left: 0;
  }

  .websitesubtitle {
    font-size: 13px !important;
    text-align: center;
    line-height: 1 !important;
    margin-top: 5px !important;
    position: relative;
    bottom: -15px;
  }

  .igoodlogo {
    padding-left: 1rem !important;
  }

  .logoRow {
    text-align: center;
  }

  .profile-box.cm {
    width: 65% !important;
  }

  .profile-text .designation {
    font-size: 13px !important;
  }

  .profile-text .name {
    font-size: 13px !important;
  }

  .carousel-indicators {
    margin-left: 10px;
    margin-right: 10px;
  }

  .searchBasicRow .form-floating {
    margin: 5px 0;
  }

  .orgcategory {
    max-width: 100%;
  }

  .sectorContainer h3::before,
  .sectorContainer h3::after,
  .wow h1::before,
  .wow h1::after {
    content: none;
  }

  .orgcategory .wow {
    margin-top: 3em;
  }

  .categorylistingdataTable td {
    width: 100%;
    display: contents;
  }

  .footerLogo {
    width: 100px;
    height: auto;
  }

  .cover_img img {
    height: 200px;
  }

  .profile_img img {
    height: auto;
  }

  .sortblock hr {
    margin: 5px 0;
  }

  .categoryCardTitle {
    font-size: 1.2rem;
  }

  .catdetailsdataMain {
    margin-top: 1em;
  }

  .categorydetailslistingdatatable td {
    width: 100%;
    display: contents;
  }

  .allCategoryListingCard {
    font-size: 1rem !important;
  }

  .logoImage {
    /* width: 61px !important; */
    width: inherit;
  }

  .carouselBlockContent {
    display: contents !important;
  }

  .logoRow img {
    width: 125px !important;
    height: 150px !important;
  }

  .orgHeadingRow {
    padding-top: 0 !important;
    width: 100% !important;
  }

  .resetInput {
    position: absolute;
    top: 1.2em;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
    /* margin-left: 8rem; */
    right: 1rem;
    width: 1em;
    text-align: right;
    float: right !important;
  }
  .cmgovernRow {
    justify-content: center !important;
    padding-top: 1.5rem !important;
  }

  .accessibilityRow,
  .socialMediaRow {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50% !important;
    margin: 0 auto !important;
  }

  /*.accessibilityRow {
    padding-top: 10px;
  }*/
  .accessibilityRow .breadcrumb {
    justify-content: center;
  }
  .socialMediaRow {
    text-align: center !important;
  }
  .socialMediaRow div a {
    margin-left: 0.25rem !important;
  }

  .socialMediaRow div a:first-child {
    margin-left: 0 !important;
  }
  .topRowBlockMain {
    display: inline-flex !important;
    width: 100% !important;
  }
  .advanceSearchRow {
    padding: 0 1em 3em;
  }
  .sort-name,
  .sort-designation {
    display: flex;
  }

  .filterCard {
    padding: 5px 10px 0 !important;
    margin: 0 5px;
  }

  .filterCard .card-body {
    padding-bottom: 0 !important;
  }

  div#advancedsearcheddata {
    margin: 0 10px;
    padding-top: 1.5rem !important;
  }

  .searchResultContainer {
    padding: 0 10px;
  }
}

@media screen and (min-width: 426px) and (max-width: 1024px) {
  .websitetitle {
    font-size: 18px;
    text-align: center;
    line-height: 1.2 !important;
    margin-top: 0px !important;
  }

  .logoImage {
    width: 84px !important;
  }

  .logoRow img {
    width: 95px !important;
    height: 110px !important;
  }

  .descriptionBlock {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }

  .logoRow {
    float: right !important;
    text-align: right !important;
  }

  .carousel-indicators {
    margin: 0 5% 1rem 5% !important;
  }

  .orgcategory {
    max-width: 95%;
  }

  .mainCard,
  .fact-item {
    padding: 0 !important;
    /* margin: 2px !important; */
  }

  .category_title {
    min-height: 54px !important;
  }

  .sectorBlock {
    justify-content: center;
  }

  .orgHeadingRow {
    width: 90% !important;
  }

  .resetInput {
    position: absolute;
    top: 2.2em;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
    margin-left: 8rem;
    width: 1em;
    text-align: right;
    float: right !important;
  }
}

@media screen and (max-width: 768px) {
  .profile-box {
    padding: 0 !important;
  }
  .profile-text-cm {
    width: 131px !important;
  }
  .cmgovernRow {
    justify-content: center !important;
  }
}
