* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-weight: normal;
  font-size: 21px;
  position: relative;
  color: #000000;
  height: auto !important;
}

main {
  margin-top: 65px;
}
@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 409px);
  }
}
@media (min-width: 992px) {
  main {
    min-height: calc(100vh - 439px);
  }
}

.full-container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .full-container {
    max-width: 1390px;
  }
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1018px;
  }
}

img {
  outline: none;
  max-width: 100%;
  max-height: 100%;
}

a {
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #954CA6;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  list-style-type: none;
}

button {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
button:focus, button:active, button:hover {
  outline: none;
}

button,.btn{
  padding: 16px 34px;
  border-radius: 50px;
  color: #130C1B;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
}
.btn, .register_form-btn {
  background-image: linear-gradient(to bottom, #F1CC46 0%, #F1CC46 50%, #b3a05b 50%, #F1CC46 100%);
}
button:hover,
.btn:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 0px) and (max-width: 767px) {
  button,
  .btn {
    padding: 13px 24px;
    font-size: 15px;
    line-height: 21px;
  }
}

input,
button,
select {
  outline: none;
  box-shadow: none;
}
input:focus,
button:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

input,
textarea,
select {
  border: 1px solid rgba(19, 12, 27, 0.7);
  border-radius: 3px;
  color: #130C1B;
  opacity: 0.7;
  padding: 5px 10px;
  height: 40px;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px;
    line-height: 21px;
  }
}
input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  border-color: #954CA6;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../../images/select-arrow.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  padding-right: 40px;
}

.list-dropdown {
  margin-bottom: 34px;
}
.list-dropdown .dropdown-btn {
  outline: none;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans";
}
.list-dropdown .dropdown-btn::after {
  margin-left: 11px;
}

body.scroll_hide {
  overflow: hidden;
}

h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Sentient";
  margin: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Sentient";
  margin: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Sentient";
  margin: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Sentient";
  margin: 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  font-family: "Sentient";
  margin: 0;
}
@media (min-width: 768px) {
  h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #130C1B;
  margin: 0;
}

.btn-close:hover {
  background-position: center;
}

.alert {
  font-size: 13px;
  padding: 10px;
}
@media (min-width: 768px) {
  .alert {
    font-size: 16px;
    padding: 12px;
  }
}
.alert button,
.alert .btn-close {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  padding: 10px;
  transform: translateY(-50%);
  background-size: 12px;
}

.gradient-strips {
  position: relative;
  overflow-x: hidden;
}
.gradient-strips::before, .gradient-strips::after {
  content: "";
  position: absolute;
  border-radius: 144px;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .gradient-strips::before, .gradient-strips::after {
    display: none;
  }
}
.gradient-strips::before {
  left: -142px;
  background-image: linear-gradient(to top, #B6D0CF, rgba(182, 208, 207, 0));
  width: 220px;
}
@media (min-width: 768px) {
  .gradient-strips::before {
    left: -112px;
  }
}
.gradient-strips::after {
  right: -142px;
  background-image: linear-gradient(to bottom, #B6D0CF, rgba(182, 208, 207, 0));
  width: 220px;
}
@media (min-width: 768px) {
  .gradient-strips::after {
    right: -112px;
  }
}

.bcp-loader {
  position: relative;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bcp-loader:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  transform: unset;
}

.clear_filter {
  padding: 0.25em 0;
  color: #954CA6;
  border: 0;
  border-radius: 0.25rem;
  font-size: 14px;
  display: block;
  line-height: 1;
  opacity: 1;
}
.clear_filter:before {
  content: "Remove Selection";
}
.clear_filter .btn-close {
  display: none;
}

.ms-options-wrap button,
.ms-options-wrap button:focus {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  color: #130C1B;
  font-weight: 600;
  text-transform: none;
  border-radius: 0;
  margin: 0;
  white-space: normal;
  overflow: unset;
}
.ms-options-wrap button:after,
.ms-options-wrap button:focus:after {
  border-top-color: #130C1B;
  right: 0;
  margin-top: -2px;
}
.ms-options-wrap button span,
.ms-options-wrap button:focus span {
  display: block;
}
.ms-options-wrap .ms-options {
  width: 288px;
  max-height: 234px !important;
  border: 1px solid #130C1B;
  border-radius: 5px;
  z-index: 1;
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 768px) {
  .ms-options-wrap .ms-options {
    max-height: 334px !important;
  }
}
.ms-options-wrap .ms-options::-webkit-scrollbar {
  width: 10px;
}
.ms-options-wrap .ms-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.ms-options-wrap .ms-options::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.ms-options-wrap .ms-options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ms-options-wrap .ms-options .ms-search input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #130C1B;
  margin-bottom: 5px;
  border-radius: 5px 5px 0 0;
}
.ms-options-wrap .ms-options .ms-selectall {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin: 0 !important;
  display: block;
  padding: 5px 10px;
}
.ms-options-wrap .ms-options .ms-selectall:hover {
  text-decoration: none;
  background: #FFFCEF;
}
.ms-options-wrap .ms-options ul li label {
  padding: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding-left: 10px !important;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
.ms-options-wrap .ms-options ul li label input {
  line-height: 1;
  height: auto;
  position: relative !important;
  cursor: pointer;
}
.ms-options-wrap .ms-options ul li label:hover {
  background-color: #AD94AC;
  border: 0;
}

.required {
  color: red;
}

.ms-options-wrap > .ms-options > ul input[type=checkbox] {
  left: 0px;
  top: 2px;
}

textarea {
  height: auto;
  resize: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #130C1B;
  width: auto;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #ffffff;
  outline: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: fit-content;
}

.register_form-control .dropdown {
  margin-top: 0;
  width: 100% !important;
}
.register_form-control .dropdown button {
  background: transparent;
  border: 1px solid #ad94ac;
  padding: 5px 15px;
  border-radius: 6px;
  color: #ad94ac !important;
  max-width: 100%;
  width: 100% !important;
  height: 40px;
}
.register_form-control .dropdown button .filter-option {
  display: flex;
  align-items: center;
  width: 100%;
}
.register_form-control .dropdown button .filter-option .filter-option-inner {
  overflow: hidden;
}
.register_form-control .dropdown button .filter-option .filter-option-inner-inner {
  max-width: 670px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.register_form-control .dropdown button:focus {
  outline: none !important;
}
.register_form-control .bs-searchbox .form-control:focus {
  border-color: #954CA6;
  box-shadow: 0 0 0 0.25rem rgba(149, 76, 166, 0.25);
}
.register_form-control .dropdown-item {
  white-space: normal;
}
.register_form-control .dropdown-item.active, .register_form-control .dropdown-item:focus, .register_form-control .dropdown-item:hover {
  background-color: #ad94ac;
}
.register_form-control .dropdown-item.active span, .register_form-control .dropdown-item:focus span, .register_form-control .dropdown-item:hover span {
  color: #ffffff;
}

.uploaded_files p {
  font-size: 14px;
  color: #954CA6;
}

.uploaded_files {
  margin-bottom: 20px;
}

.no-notification {
  justify-content: center !important;
  cursor: default;
  text-decoration: none !important;
}

header {
  background-color: #ffffff;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
header .header-inner .header-logo a {
  position: relative;
  z-index: 2;
}
header .header-inner .header-logo a img {
  height: 50px;
}
header .header-inner .header-right .burger {
  display: block;
  width: 25px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
header .header-inner .header-right .burger span {
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: #000000;
  height: 3px;
  width: 100%;
}
header .header-inner .header-right .burger span:nth-child(2) {
  margin: 4px 0;
}
@media (min-width: 992px) {
  header .header-inner .header-right .burger {
    display: none;
  }
}
header .header-inner .header-right .header-menu {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #FFFCEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
header .header-inner .header-right .header-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list {
    flex: 1;
  }
}
header .header-inner .header-right .header-menu .menu-list li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list li {
    padding: 0 10px;
    margin: 0;
    flex: 0 0 auto;
  }
  header .header-inner .header-right .header-menu .menu-list li.menu-item-home {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  header .header-inner .header-right .header-menu .menu-list li {
    padding: 0 10px;
  }
}
@media (min-width: 1400px) {
  header .header-inner .header-right .header-menu .menu-list li {
    padding: 0 20px;
  }
}
header .header-inner .header-right .header-menu .menu-list li a {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list li a {
    font-size: 14px;
  }
}
header .header-inner .header-right .header-menu .menu-list li.current_page_item a {
  color: #954CA6;
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu {
  padding: 0;
  position: relative;
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu a {
  position: relative;
  font-size: 16px;
  justify-content: center;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list li.notification-menu a {
    justify-content: unset;
    padding-top: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  header .header-inner .header-right .header-menu .menu-list li.notification-menu a {
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  header .header-inner .header-right .header-menu .menu-list li.notification-menu a {
    margin-right: 0px;
  }
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu a.dropdown-toggle::after {
  display: none;
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu a .fa-bell {
  color: #000000;
  z-index: -1;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list li.notification-menu a .fa-bell {
    z-index: unset;
  }
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu a .counter {
  font-size: 53px !important;
  position: absolute;
  top: -48px;
  left: 10px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list li.notification-menu a .counter {
    top: -44px;
    z-index: unset;
  }
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul {
  padding: 10px 15px;
  border: 1px solid #AD94AC;
  border-radius: 5px;
  margin-top: 5px !important;
  width: 350px;
}
@media (max-width: 991px) {
  header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 32px !important;
  }
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul .notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #AD94AC;
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul .notification-header h4 {
  padding-right: 10px;
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 768px) {
  header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul .notification-header h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul li {
  padding: 0;
  margin-bottom: 0;
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul li .notification-search-link {
  padding: 8px 0px;
  display: block;
  text-align: start;
  text-decoration: none;
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul li .notification-search-link h6 {
  display: inline;
  font-weight: 400;
}
header .header-inner .header-right .header-menu .menu-list li.notification-menu .notification-ul a {
  padding-top: 10px;
  text-align: end;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-decoration: underline;
}
header .header-inner .header-right .header-menu .menu-list li.language-selector-menu {
  padding: 0;
  position: relative;
}
header .header-inner .header-right .header-menu .menu-list li.language-selector-menu a {
  position: relative;
  font-size: 16px;
  justify-content: center;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list li.language-selector-menu a {
    justify-content: unset;
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  header .header-inner .header-right .header-menu .menu-list li.language-selector-menu a {
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  header .header-inner .header-right .header-menu .menu-list li.language-selector-menu a {
    margin-right: 0px;
  }
}
header .header-inner .header-right .header-menu .menu-list li.language-selector-menu a.dropdown-toggle::after {
  display: none;
}
header .header-inner .header-right .header-menu .menu-list li.language-selector-menu a .fa-globe {
  color: #000000;
  z-index: -1;
}
@media (min-width: 992px) {
  header .header-inner .header-right .header-menu .menu-list li.language-selector-menu a .fa-globe {
    z-index: unset;
  }
}
header .header-inner .header-right.menu_open .burger span:first-child {
  transform: translateY(7px) rotate(135deg);
}
header .header-inner .header-right.menu_open .burger span:nth-child(2) {
  transform: scale(0);
}
header .header-inner .header-right.menu_open .burger span:last-child {
  transform: translateY(-7px) rotate(-135deg);
}
header .header-inner .header-right.menu_open .header-menu {
  opacity: 1;
  visibility: visible;
}

li.notification-menu {
  display: none;
}

.portal-logged-in li.notification-menu {
  display: block;
}

.notification-list-sec {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .notification-list-sec {
    padding: 50px 0 35px;
  }
}
@media (min-width: 1200px) {
  .notification-list-sec {
    padding: 99px 0 35px;
  }
}
.notification-list-sec .case-listing-block .preferences-header {
  margin-bottom: 20px;
}
.notification-list-sec .case-listing-block .preferences-header h2 {
  font-family: "Sentient";
  font-weight: 500;
  color: #130C1B;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .notification-list-sec .case-listing-block .preferences-header h2 {
    margin-bottom: 5px;
  }
}
.notification-list-sec .case-listing-block .top-header-search {
  margin-bottom: 20px;
  justify-content: flex-end;
}
.notification-list-sec .case-listing-block .top-header-search .case-heading-action-left {
  flex-wrap: wrap;
}
.notification-list-sec .case-listing-block .top-header-search .case-heading-action-left a {
  display: flex;
  align-items: center;
}
.notification-list-sec .case-listing-block .top-header-search .case-heading-action-left a + a {
  margin-left: 15px;
}
.notification-list-sec .case-listing-block .top-header-search .case-heading-action-left a.scp_notification_form_btn {
  background-image: linear-gradient(to bottom, #402B5B 0%, #402B5B 50%, #9d8eb1 50%, #402B5B 100%);
  color: #fff;
}
.notification-list-sec .case-listing-block .top-header-search .case-heading-action-left a span {
  margin-left: 5px;
}
.notification-list-sec .notification-details .table-responsive {
  max-width: 100%;
  width: 100%;
  margin-bottom: 25px;
}
.notification-list-sec .notification-details .table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.notification-list-sec .notification-details .table-responsive::-webkit-scrollbar-track {
  background: transparent;
}
.notification-list-sec .notification-details .table-responsive::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 10px;
}
.notification-list-sec .notification-details .table-content table {
  margin-bottom: 15px;
  width: 1350px;
  margin: 0 auto;
}
.notification-list-sec .notification-details .table-content table tr th {
  font-family: "Sentient";
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  text-transform: capitalize;
  color: #130C1B;
  border-bottom: 2px solid #ad94ac !important;
  padding: 12px 5px;
}
.notification-list-sec .notification-details .table-content table tr td {
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  display: table-cell;
  text-align: left;
  padding: 12px 5px;
  vertical-align: middle;
}
.notification-list-sec .notification-details .table-content table .scp-th-checkbox-div, .notification-list-sec .notification-details .table-content table .checkbox-wrap {
  height: 24px;
  display: flex;
  align-items: center;
}
.notification-list-sec .notification-details .table-content table .scp-th-checkbox-div .checkbox-button, .notification-list-sec .notification-details .table-content table .checkbox-wrap .checkbox-button {
  display: flex;
}
.notification-list-sec .notification-details .table-content table .date-wrap svg {
  margin-left: 8px;
}

.table > :not(caption) > * > * {
  padding: 10px;
}

footer .footer-logo {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer .footer-logo {
    margin-bottom: 60px;
  }
}
footer .footer-logo a {
  cursor: default;
}
footer .footer-inner .footer-content {
  margin-bottom: 25px;
}
footer .footer-inner .footer-content h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Inter";
}
@media (min-width: 768px) {
  footer .footer-inner .footer-content h5 {
    margin-bottom: 17px;
  }
}
footer .footer-inner .footer-content .address {
  font-size: 14px;
  margin: 0;
  font-family: "Inter";
}
footer .footer-inner .footer-content .address span {
  display: block;
}
footer .footer-inner .footer-content .footer-phone {
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .footer-inner .footer-content .footer-phone {
    margin-top: 15px;
  }
}

.project-list-sec {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .project-list-sec {
    padding: 50px 0 35px;
  }
}
@media (min-width: 1200px) {
  .project-list-sec {
    padding: 99px 0 35px;
  }
}
.project-list-sec .list-left {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .project-list-sec .list-left {
    margin-top: 125px;
  }
}
@media (min-width: 1200px) {
  .project-list-sec .list-left {
    margin-top: 150px;
  }
}
.project-list-sec .list-left .filter-title {
  font-size: 20px;
  color: #130C1B;
  font-weight: 600;
  font-family: "Open Sans";
  padding-right: 8px;
}
@media (min-width: 768px) {
  .project-list-sec .list-left .filter-title {
    font-size: 18px;
  }
}
.project-list-sec .list-left .list-dropdown {
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
}
@media (min-width: 768px) {
  .project-list-sec .list-left .list-dropdown {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .project-list-sec .list-left .list-dropdown {
    margin-bottom: 26px;
  }
}
.project-list-sec .list-left .list-dropdown .projectlist_filter {
  width: auto;
}
.project-list-sec .list-left .list-dropdown .projectlist_filter .dropdown-toggle {
  background: transparent;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  white-space: inherit;
  word-break: break-all;
}
@media (min-width: 992px) {
  .project-list-sec .list-left .list-dropdown .projectlist_filter .dropdown-toggle {
    font-size: 18px;
  }
}
.project-list-sec .list-left .list-dropdown .projectlist_filter .dropdown-toggle:focus {
  outline: 0 !important;
  border: 0;
  box-shadow: none;
}
.project-list-sec .list-left .list-dropdown .projectlist_filter .dropdown-toggle::after {
  margin-left: 11px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
.project-list-sec .list-left .list-dropdown .projectlist_filter .dropdown-menu {
  max-height: 320px !important;
  min-width: 280px;
}
.project-list-sec .list-left .list-dropdown .projectlist_filter .dropdown-menu .bs-searchbox input:focus {
  border-color: #954CA6;
  box-shadow: 0 0 0 0.25rem #c99fd3;
}
.project-list-sec .list-left .list-dropdown .projectlist_filter .dropdown-menu ul li.active .dropdown-item {
  background-color: #954CA6;
  font-size: 14px;
}
.project-list-sec .list-left .list-dropdown select {
  width: fit-content;
  border: none;
  background-color: transparent;
  appearance: none;
  position: relative;
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  max-width: 180px;
}
.project-list-sec .list-left .list-dropdown select option {
  display: inline-block;
}
.project-list-sec .detail_list_right {
  text-align: center;
}
.project-list-sec .detail_list_right .list_heading {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_heading {
    margin-bottom: 71px;
  }
}
.project-list-sec .detail_list_right .list_heading h2 {
  font-family: "Sentient";
  font-weight: 500;
  color: #130C1B;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_heading h2 {
    margin-bottom: 5px;
  }
}
.project-list-sec .detail_list_right .list_heading p {
  font-size: 16px;
  color: #130C1B;
  font-family: "Open Sans";
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_heading p {
    margin-bottom: 39px;
    font-size: 22px;
  }
}
.project-list-sec .detail_list_right .list_heading p span {
  font-weight: 700;
}
.project-list-sec .detail_list_right .list_heading .search_feild .search_feild_inner {
  position: relative;
  width: 100%;
  max-width: 524px;
  display: none;
}
.project-list-sec .detail_list_right .list_heading .search_feild .search_feild_inner .clear {
  position: absolute;
  right: 6px;
  top: 14px;
  opacity: 0;
  visibility: hidden;
}
.project-list-sec .detail_list_right .list_heading .search_feild .search_feild_inner .clear .btn-close {
  background-image: url(../../images/cross-icon.png);
  display: none;
  width: auto;
  height: auto;
  background-size: auto;
}
.project-list-sec .detail_list_right .list_heading .search_feild .search_feild_inner input {
  font-family: "Open Sans";
  max-width: 524px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0 0 4px;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_heading .search_feild .search_feild_inner input {
    margin-bottom: 0;
    margin-right: 12px;
    font-size: 18px;
  }
}
.project-list-sec .detail_list_right .list_heading .search_feild .search_feild_inner input::placeholder {
  color: #9f9f9f;
}
.project-list-sec .detail_list_right .list_heading .search_feild .search_feild_inner input:focus + .clear {
  opacity: 1;
  visibility: hidden;
}
.project-list-sec .detail_list_right .list_heading .search_feild button {
  background-color: #FFCB03;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #000000;
  border-radius: 50px;
  border: none;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_heading .search_feild button {
    padding: 12px 16px;
  }
}
.project-list-sec .detail_list_right .list_heading .search_feild button:hover {
  color: #ffffff;
}
.project-list-sec .detail_list_right .list_card_inner {
  margin: 0;
}
.project-list-sec .detail_list_right .list_card_box {
  border: 1px solid #AD94AC;
  border-radius: 20px;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .project-list-sec .detail_list_right .list_card_box {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
.project-list-sec .detail_list_right .list_card_box_link {
  color: #130C1B;
  font-size: 13px;
  position: relative;
  vertical-align: middle;
}
.project-list-sec .detail_list_right .list_card_box_link::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #130C1B;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.project-list-sec .detail_list_right .list_card_box_link:hover::before {
  width: 0;
  right: 0;
  left: auto;
}
.project-list-sec .detail_list_right .list_card_box_top {
  padding: 15px 15px 5px;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_card_box_top {
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .project-list-sec .detail_list_right .list_card_box_top {
    padding: 25px 20px;
  }
}
.project-list-sec .detail_list_right .list_card_box_left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_card_box_left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.project-list-sec .detail_list_right .list_card_box_left.full-width {
  flex: 0 0 100%;
  max-width: 100%;
}
.project-list-sec .detail_list_right .list_card_box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 11px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .project-list-sec .detail_list_right .list_card_box_content {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_card_box_content {
    margin-bottom: 17px;
    margin-right: 10px;
  }
  .project-list-sec .detail_list_right .list_card_box_content:last-child {
    margin-bottom: 0;
  }
}
.project-list-sec .detail_list_right .list_card_box_content img {
  width: 20px;
  margin-right: 10px;
}
.project-list-sec .detail_list_right .list_card_box_content h4 {
  font-size: 17px;
  line-height: 24px;
  color: #130C1B;
  font-weight: 500;
  margin: 0;
  word-break: break-word;
  text-align: left;
  font-family: "Inter";
}
@media (min-width: 1400px) {
  .project-list-sec .detail_list_right .list_card_box_content h4 {
    font-size: 20px;
  }
}
.project-list-sec .detail_list_right .list_card_box_content p {
  font-size: 14px;
  line-height: 19px;
  color: rgba(19, 12, 27, 0.7);
  margin: 0;
  font-family: "Inter";
  text-align: left;
}
@media (min-width: 1400px) {
  .project-list-sec .detail_list_right .list_card_box_content p {
    font-size: 16px;
  }
}
.project-list-sec .detail_list_right .list_card_box_right {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_card_box_right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.project-list-sec .detail_list_right .list_card_box_right img {
  width: 17px;
  margin-right: 12px;
}
.project-list-sec .detail_list_right .list_card_box_right p {
  text-align: left;
}
.project-list-sec .detail_list_right .list_card_box_bottom {
  background-color: #AD94AC;
  padding: 11px 15px;
  border-radius: 0 0 18px 18px;
}
@media (min-width: 1400px) {
  .project-list-sec .detail_list_right .list_card_box_bottom {
    padding: 11px 23px;
  }
}
.project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_right {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_left {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
}
@media (min-width: 1200px) {
  .project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_left .list_card_box_content {
  margin-bottom: 0;
}
.project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_content {
  display: inline-flex;
}
.project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_content img {
  width: 22px;
}
.project-list-sec .detail_list_right .list_card_box_bottom .list_card_box_content p {
  color: #130C1B;
}
.project-list-sec .detail_list_right .list_card_wishlist_added {
  border-color: #97D7FF;
}
.project-list-sec .detail_list_right .list_card_wishlist_added .list_card_box_bottom {
  background-color: #97D7FF;
}
.project-list-sec .detail_list_right .list_card_registered {
  border-color: #F1CC46;
}
.project-list-sec .detail_list_right .list_card_registered .list_card_box_bottom {
  background-color: #F1CC46;
}
.project-list-sec .active_saved_search .o_searchview_facet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #AD94AC;
  border-radius: 5px;
}
.project-list-sec .active_saved_search .o_searchview_facet .o_searchview_facet_label {
  background: #AD94AC;
  color: #ffffff;
  padding: 10px;
  font-size: 12px;
  line-height: unset;
}
.project-list-sec .active_saved_search .o_searchview_facet .o_searchview_facet_label::before {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-list-sec .active_saved_search .o_searchview_facet .o_facet_values {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-list-sec .active_saved_search .o_searchview_facet .o_facet_values .o_facet_value {
  font-size: 14px;
  line-height: initial;
  padding: 3px 0;
}
.project-list-sec .active_saved_search .o_searchview_facet .o_facet_remove {
  padding-right: 7px;
  font-size: 14px;
  cursor: pointer;
  margin: auto 0;
  margin-left: auto;
}
.project-list-sec .view_all_project {
  margin-top: 20px;
}
.project-list-sec .view_all_project a {
  color: #402B5B;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}
.project-list-sec .save_search_action .btn {
  padding: 10px 24px;
  font-size: 14px;
}
.project-list-sec .list_saved_search .list-dropdown {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .project-list-sec .list_saved_search .list-dropdown {
    margin-bottom: 20px;
  }
}
.project-list-sec .list_saved_search .dropdown-btn:hover {
  color: #402B5B;
}
.project-list-sec .list_saved_search .dropdown-btn::after {
  border-top-color: #402B5B;
}
.project-list-sec .list_saved_search .saved-search-item-ul {
  padding: 0;
  border: 1px solid #AD94AC;
  border-radius: 5px;
  margin-top: 5px !important;
}
.project-list-sec .list_saved_search .saved-search-item-ul li {
  padding: 0;
  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;
  border-bottom: 1px solid #AD94AC;
  padding: 8px 15px;
  font-size: 14px;
}
.project-list-sec .list_saved_search .saved-search-item-ul li.current-search {
  color: #402B5B;
  font-weight: 600;
}
.project-list-sec .list_saved_search .saved-search-item-ul li:last-child {
  border-bottom: 0;
}
.project-list-sec .list_saved_search .saved-search-item-ul li .check-saved-search-item {
  color: #402B5B;
}
.project-list-sec .list_saved_search .saved-search-item-ul li .remove-saved-search-item {
  margin-left: 20px;
  font-size: 13px;
  color: #402B5B;
  cursor: pointer;
}

.case-listing-block .case-footer {
  justify-content: center !important;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .case-listing-block .case-footer {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .case-listing-block .case-footer {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .case-listing-block .case-footer {
    margin-bottom: 110px;
  }
}
.case-listing-block .pagination {
  align-items: center;
  flex-wrap: wrap;
}
.case-listing-block .pagination .page-item.disabled {
  opacity: 0;
}
.case-listing-block .pagination .page-item .page-link {
  z-index: 3;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  padding: 0 8px;
  font-size: 16px;
}
.case-listing-block .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.case-listing-block .pagination .page-item .page-link:hover {
  color: #954CA6;
}
.case-listing-block .pagination .page-item.active .page-link {
  font-weight: bold;
}

.list-dropdown-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-dropdown-label {
  font-size: 16px;
  color: #130C1B;
  font-weight: 600;
  font-family: "Open Sans";
  padding-right: 8px;
}
@media (min-width: 768px) {
  .list-dropdown-label {
    font-size: 18px;
  }
}
.list-dropdown-label-close {
  background-image: url(../../images/cross-icon.png);
  display: block;
  width: 10px;
  height: 10px;
  background-size: auto;
  cursor: pointer;
}

.ms-has-selections {
  border: 1px solid #ad94ac;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 6px;
  /* font-size: 14px; */
}
.ms-has-selections button {
  color: #ad94ac !important;
}
.ms-has-selections button::after {
  border-top-color: #ad94ac !important;
}
.ms-has-selections button span {
  font-size: 16px !important;
}

.clear_filter {
  display: none !important;
}

.ms-options-wrap button,
.ms-options-wrap button:focus {
  font-size: 16px;
}

.ms-options-wrap button span,
.ms-options-wrap button:focus span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .ms-options-wrap button span,
  .ms-options-wrap button:focus span {
    font-size: 18px;
  }
}

.ms-options-wrap .ms-options {
  margin-top: 5px;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #ad94ac;
  border-color: transparent;
}

.ms-options-wrap .ms-options .ms-selectall:hover {
  text-decoration: none;
  background: #cfb7ce;
}

.banner_connect-regInt {
  cursor: pointer;
}
.banner_connect-regInt:hover img {
  transform: rotate(90deg);
}
.banner_connect-regInt:hover p {
  opacity: 0.7;
}
.banner_connect-regInt img,
.banner_connect-regInt p {
  transition: 0.4s ease-in;
}

.banner_connect-regInt-disabled {
  cursor: pointer;
}
.banner_connect-regInt-disabled img,
.banner_connect-regInt-disabled p {
  transition: 0.4s ease-in;
}

.banner_connect-registred {
  background: #f1cc46 !important;
  cursor: default !important;
}
.banner_connect-wishlist-added {
  background: #97D7FF !important;
  cursor: default !important;
}

.your-short-list-banner-section {
  background: linear-gradient(180.1deg, #b6d0cf 0%, rgba(255, 203, 5, 0) 98.93%);
  position: relative;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .your-short-list-banner-section {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .your-short-list-banner-section {
    padding: 100px 0 150px;
    background: linear-gradient(180.1deg, #b6d0cf 0%, rgba(255, 203, 5, 0) 71%);
  }
  .your-short-list-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/banner-partner.png");
    background-repeat: no-repeat;
    background-position: 98% 94%;
    background-size: cover;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .your-short-list-banner-section {
    padding: 126px 0 158px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .your-short-list-banner-section .your-short-list-banner-sub {
    flex-direction: row;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-image img {
  display: block;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 1200px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-image img {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-image {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-image {
    padding-left: 139px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description {
    margin-top: 0;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .your-short-list-banner-title {
  font-family: "Sentient";
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  line-height: normal;
  color: #130C1B;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .your-short-list-banner-title {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .your-short-list-banner-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .your-short-list-banner-title {
    font-size: 48px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description p {
  font-family: "Work Sans";
  font-weight: 400;
  color: #130C1B;
  font-size: 18px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description p {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description p {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 47px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner {
    padding-right: 17px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner .banner-input {
  padding: 10px 25px;
  border-radius: 50px;
  min-width: 100%;
  border: 1px solid #557195;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  opacity: 1;
  height: auto;
  font-weight: 400;
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner .banner-input {
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner .banner-input {
    padding: 15px 32px;
    min-width: 500px;
    font-size: 16px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner .banner-input::placeholder {
  font-family: "Open Sans";
  color: rgba(19, 12, 27, 0.68);
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
@media (min-width: 992px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner .banner-input::placeholder {
    text-align: start;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner label.error {
  color: #f00;
  text-align: left;
  display: block;
  font-size: 14px;
  padding: 5px 0 0 20px;
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .input-banner label.error {
    padding-left: 10px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .btn-fill {
  padding: 11px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #557195 0%, #557195 50%, #3d526e 50%, #557195 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
  font-size: 14px;
  margin-top: 15px;
  -webkit-transition: ease 0.4s;
  -moz-transition: ease 0.4s;
  -ms-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .btn-fill:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 768px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .btn-fill {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .btn-fill {
    padding: 16px 33px;
    font-size: 16px;
    line-height: 22px;
  }
}
.your-short-list-banner-section .your-short-list-banner-sub .your-short-list-banner-description .banner-form .btn-fill:hover {
  background-color: #954CA6;
}

.your_shortlist_heading-title h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  font-family: "Sentient";
  margin: 0;
}
@media (min-width: 768px) {
  .your_shortlist_heading-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .your_shortlist_heading-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .your_shortlist_heading-title h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
.your_shortlist_heading-title p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Work Sans";
  letter-spacing: 0.045em;
  color: #000000;
}
@media (min-width: 768px) {
  .your_shortlist_heading-title p {
    font-size: 17px;
    line-height: 19px;
  }
}

.your-shortlist-partners-section {
  padding: 34px 0 34px;
}
@media (min-width: 768px) {
  .your-shortlist-partners-section {
    padding: 60px 0 34px;
  }
}
@media (min-width: 1200px) {
  .your-shortlist-partners-section {
    padding: 76px 0 34px;
  }
}
.your-shortlist-partners-section .your-shortlist-slider-header {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .your-shortlist-partners-section .your-shortlist-slider-header {
    margin-bottom: 50px;
  }
}
.your-shortlist-partners-section .your-shortlist-slider-header .your-shortlist-slider-title {
  color: #557195;
  text-align: center;
}
.your-shortlist-partners-section .your-shortlist-slider-header p {
  max-width: 818px;
  margin: 0 auto;
  margin-top: 18px;
  letter-spacing: 0.045em;
  font-size: 17px;
  font-family: "Work Sans";
}
@media (min-width: 768px) {
  .your-shortlist-partners-section .your-shortlist-slider-header p {
    margin-top: 23px;
  }
}
.your-shortlist-partners-section .your-shortlist-image-logo img {
  padding: 0 60px;
  object-fit: scale-down;
  margin: 0 auto;
}
.your-shortlist-partners-section .your-shortlist-slider-main {
  text-align: center;
}

.your-shortlist-btn {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-shortlist-btn {
    margin-top: 74px;
  }
}
@media (min-width: 992px) {
  .your-shortlist-btn {
    margin-top: 50px;
  }
}
.your-shortlist-btn a {
  padding: 11px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #557195 0%, #557195 50%, #3d526e 50%, #557195 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
  font-size: 14px;
}
.your-shortlist-btn a:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 992px) {
  .your-shortlist-btn a {
    padding: 16px 34px;
    font-size: 16px;
  }
}

.image-content-section .image-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .image-content-section .image-content-block {
    flex-direction: row;
  }
}
.image-content-section .image-content-block .image-content-right {
  max-width: 100%;
  flex: 1;
  margin-left: 0;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .image-content-section .image-content-block .image-content-right {
    max-width: 350px;
    flex: 0 0 350px;
    padding-top: 0;
    margin-left: 50px;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .image-content-section .image-content-block .image-content-right {
    max-width: 440px;
    flex: 0 0 440px;
    margin-left: 100px;
  }
}
.image-content-section .image-content-block .image-content-right .image-content-title {
  margin: 0;
  margin-bottom: 15px;
  color: #557195;
}
.image-content-section .image-content-block .image-content-right p {
  font-family: "Work Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #130C1B;
  margin: 0;
  letter-spacing: unset;
}
@media (min-width: 768px) {
  .image-content-section .image-content-block .image-content-right p {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .image-content-section .image-content-block .image-content-right p {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 1200px) {
  .image-content-section .image-content-block .image-content-right p {
    font-size: 22px;
    line-height: 25px;
  }
}
.image-content-section .your-shortlist-btn {
  margin-top: 18px;
}

.image-content-section {
  background-color: #f0f9f8;
  padding: 35px 0 40px;
}
@media (min-width: 768px) {
  .image-content-section {
    padding: 55px 0 40px;
  }
}

.image-content-section:nth-child(2n) {
  background-color: #ffffff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .image-content-section:nth-child(2n) {
    padding: 46px 0;
  }
}
.image-content-section:nth-child(2n) .image-content-block {
  flex-direction: column;
}
@media (min-width: 768px) {
  .image-content-section:nth-child(2n) .image-content-block {
    flex-direction: row-reverse;
  }
}

.image-content-section:nth-last-child(1) {
  margin-bottom: 18px;
}
.image-content-section:nth-last-child(1) .image-content-right {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .image-content-section:nth-last-child(1) .image-content-right {
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .image-content-section:nth-last-child(1) .image-content-right {
    margin-right: 100px;
  }
}

.register_form {
  padding: 0 0 60px 0;
  margin-top: 40px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 400;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .register_form {
    padding: 0 0 100px 0;
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .register_form {
    padding: 0 0 120px 0;
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .register_form {
    padding: 0 0 153px 0;
    margin-top: 112px;
  }
}
.register_form-container {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
}
.register_form-title {
  margin-bottom: 36px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .register_form-title {
    margin-bottom: 46px;
  }
}
@media (min-width: 992px) {
  .register_form-title {
    margin-bottom: 66px;
  }
}
.register_form-wrapper {
  width: 100%;
}
.register_form-wrapper .alert .btn-close {
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.register_form-wrapper .alert .btn-close:focus {
  box-shadow: none;
}
.register_form-control {
  display: flex;
  flex-direction: column;
  position: relative;
}
.register_form-control:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .register_form-control:not(:last-child) {
    margin-bottom: 29px;
  }
}
.register_form-control label {
  text-align: initial;
  font-size: 13px;
  line-height: 18px;
  margin-top: 3px;
  color: red;
}
.register_form-control .label {
  margin-bottom: 5px;
  color: #130C1B;
  font-size: 15px;
  line-height: 20px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .register_form-control .label {
    font-size: 16px;
    line-height: 21px;
  }
}
.register_form-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .register_form-button {
    margin-top: 40px;
  }
}
.register_form-control-remember .form-check {
  padding-left: 1.5em;
  margin-bottom: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .register_form-control-remember .form-check {
    font-size: 18px;
  }
}
.register_form-control-remember .form-check label {
  cursor: pointer;
}
.register_form-control-remember a {
  font-size: 15px;
  color: #954CA6;
}
@media (min-width: 768px) {
  .register_form-control-remember a {
    font-size: 18px;
  }
}
.register_form .signin-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .register_form .signin-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.register_form .signin-wrap .register_form-btn {
  flex: 0 0 auto;
}
.register_form .card-footer-registration {
  border-radius: unset;
  padding: 0 0 10px;
  border: 0;
  font-size: 17px;
  background-color: transparent;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .register_form .card-footer-registration {
    font-size: 19px;
    padding: 0;
    padding-right: 10px;
  }
}
.register_form .card-footer-registration a {
  color: #954CA6;
}
.register_form .bcp-login {
  margin-top: 15px;
}

.register_form-footer-section {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 40px;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .register_form-footer-section {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.register_form-footer-section .register_form-button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .register_form-footer-section .register_form-button {
    width: auto;
    padding-right: 10px;
  }
}
.register_form-footer-section .register_form-button button {
  width: 100%;
}
@media (min-width: 768px) {
  .register_form-footer-section .register_form-button button {
    width: auto;
  }
}
.register_form-footer-section .registration-footer {
  text-align: initial;
  font-size: 17px;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .register_form-footer-section .registration-footer {
    font-size: 18px;
    padding: 0;
  }
}
.register_form-footer-section .registration-footer a {
  color: #954CA6;
}

.register_form-control .eye-password {
  position: absolute;
  display: flex;
  align-items: center;
  top: 36px;
  right: 12px;
  cursor: pointer;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 5px;
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #954ca6;
  border-color: #954ca6;
}
.form-check-input:focus {
  border-color: #954ca6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(149, 76, 166, 0.25);
}

.static_page {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .static_page {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .static_page {
    padding: 90px 0;
  }
}
@media (min-width: 1200px) {
  .static_page {
    padding: 130px 0;
  }
}
.static_page .container {
  height: 100%;
}

.error_page {
  height: 100%;
}
.error_page-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .error_page-wrapper {
    flex-direction: column-reverse;
  }
}
.error_page-content {
  max-width: 680px;
  flex: 0 0 680px;
}
@media (min-width: 768px) {
  .error_page-content {
    max-width: 540px;
    flex: 0 0 540px;
  }
}
@media (min-width: 992px) {
  .error_page-content {
    max-width: 680px;
    flex: 0 0 680px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .error_page-content {
    max-width: 100%;
    flex: 1;
    margin-top: 30px;
  }
}
.error_page-content h1 {
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .error_page-content h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
.error_page-content p a {
  color: #954CA6;
  margin: 0;
}
.error_page-content a {
  margin-top: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .error_page-content a {
    margin-top: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .error_page-image {
    height: 180px;
  }
}
.error_page .btn {
  width: fit-content;
  padding: 16px 34px;
  border-radius: 50px;
  color: #130C1B;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #F1CC46 0%, #F1CC46 50%, #b3a05b 50%, #F1CC46 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
}
.error_page .btn:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .error_page .btn {
    padding: 13px 24px;
    font-size: 15px;
    line-height: 21px;
  }
}

.back_btn {
  padding: 15px 0 15px 0;
}
@media (min-width: 992px) {
  .back_btn {
    padding: 34px 0 19px 0;
  }
}
.back_btn-wrapper {
  display: flex;
}
@media (min-width: 992px) {
  .back_btn-wrapper {
    padding-left: 12px;
  }
}
.back_btn-wrapper a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .back_btn-wrapper a {
    font-size: 16px;
    line-height: 21px;
  }
}
.back_btn-wrapper a img {
  margin-right: 8px;
  height: 28px;
}
@media (min-width: 768px) {
  .back_btn-wrapper a img {
    margin-right: 17px;
  }
}

.banner_connect {
  padding: 28px 0;
  background-color: #ad94ac;
}
@media (min-width: 992px) {
  .banner_connect {
    padding: 28px 0;
    background: linear-gradient(to right, #ad94ac, rgba(64, 43, 91, 0));
  }
}
.banner_connect-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .banner_connect-wrapper {
    flex-direction: row;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .banner_connect-title {
    margin-left: 169px;
  }
}
.banner_connect-title h1 {
  font-family: "Sentient";
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .banner_connect-title h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .banner_connect-title h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .banner_connect-title h1 {
    font-size: 40px;
    line-height: 54px;
  }
}
.banner_connect-box {
  display: flex;
  flex-direction: column;
  background: #557195;
  border-radius: 23px;
  padding: 15px 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .banner_connect-box {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .banner_connect-box {
    flex-direction: column;
    padding: 24px 37px 26px 35px;
    margin-top: 0;
  }
}
.banner_connect-box .btn {
  text-transform: initial !important;
  width: fit-content;
  padding: 6px 20px !important;
  padding-left: 12px !important;
  font-family: "Inter" !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  padding: 16px 34px;
  border-radius: 50px;
  color: #130C1B;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #557195 50%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
}
.banner_connect-box .btn:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
.banner_connect-box .btn:hover {
  color: #130C1B;
}
@media (min-width: 768px) {
  .banner_connect-box .btn {
    padding: 12px 24px 12px 12px !important;
    font-size: 17px !important;
    line-height: 20px !important;
  }
}
.banner_connect-box a {
  display: flex;
  align-items: center;
}
.banner_connect-box a + a {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .banner_connect-box a + a {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .banner_connect-box a + a {
    margin-top: 18px;
    margin-left: 0;
  }
}
.banner_connect-box a img {
  margin-right: 8px;
  height: 23px;
}
.banner_connect-download.btn {
  width: fit-content;
  padding: 6px 15px !important;
  padding-left: 12px !important;
  border: 1px solid #ffffff !important;
  font-family: "Inter" !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  padding: 16px 34px;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #557195 50%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
}
.banner_connect-download.btn:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 768px) {
  .banner_connect-download.btn {
    padding: 11px 17px 10px 11px !important;
    font-size: 17px !important;
    line-height: 20px !important;
  }
}

.content {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .content {
    margin-top: 40px;
  }
}
.content .contact_container {
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .content-desc-wrapper {
    justify-content: space-between;
    align-items: end;
    display: flex;
  }
}
.content-image-wrapper {
  border-radius: 50%;
  height: 150px;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .content-image-wrapper {
    margin-bottom: -16px;
    padding-right: 53px;
    height: 100%;
  }
}
.content-wrapper {
  margin: 20px 0 60px;
  position: relative;
}
@media (min-width: 768px) {
  .content-wrapper {
    margin: 40px 0 90px;
  }
}
@media (min-width: 992px) {
  .content-wrapper {
    margin: 67px 0 133px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    max-width: 878px;
  }
}
.content-information {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-information {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .content-information {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .content-information {
    max-width: 878px;
  }
}
.content-information ul {
  padding-left: 20px;
}
.content-information li {
  list-style-type: disc;
}
.content .content-image {
  margin-right: 8px;
  height: 21px;
  width: 21px;
  flex: none;
  display: flex;
}
@media (min-width: 768px) {
  .content .content-image {
    margin-right: 18px;
  }
}
.content .content-image img {
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .content .content-image img {
    top: 3px;
  }
}
@media (min-width: 992px) {
  .content .content-image img {
    top: 5px;
  }
}
.content-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  color: #130C1B;
}
@media (min-width: 768px) {
  .content-title {
    margin-bottom: 18px;
  }
}
.content-title h5 {
  font-weight: 700;
}
.content-title img,
.content-title i {
  margin-right: 12px;
}
.content-description p {
  letter-spacing: 0.045em;
  color: rgba(19, 12, 27, 0.9);
  font-size: 14px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .content-description p {
    font-size: 15px;
  }
}
.content-description p span {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: rgba(19, 12, 27, 0.9);
}
.content-description ul li {
  font-size: 15px;
  line-height: 20px;
  color: rgba(19, 12, 27, 0.9);
  margin-bottom: 5px;
}

.modal .modal-content .modal-footer button {
  margin: 0;
  padding: 10px 34px;
}
.modal .modal-content .register_int_form-control {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal .modal-content .register_int_form-control input,
.modal .modal-content .register_int_form-control textarea,
.modal .modal-content .register_int_form-control select {
  width: 100%;
}
.modal .modal-content .register_int_form-control .label {
  font-weight: 500;
}
.modal .modal-content .register_int_form-control .cannot_connect_attachment,
.modal .modal-content .register_int_form-control .passback_attachment {
  margin-top: 20px;
}
.modal .modal-content .register_int_form-control .dropdown {
  width: 100% !important;
}
.modal .modal-content .register_int_form-control .dropdown button {
  background: transparent;
  border: 1px solid #ad94ac;
  padding: 5px 15px;
  border-radius: 6px;
  color: #ad94ac !important;
  max-width: 100%;
  width: 100%;
  height: 40px;
}
.modal .modal-content .register_int_form-control .dropdown button .filter-option {
  display: flex;
  align-items: center;
  width: 100%;
}
.modal .modal-content .register_int_form-control .dropdown button .filter-option .filter-option-inner-inner {
  max-width: 670px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal .modal-content .register_int_form-control .dropdown button:focus {
  outline: none !important;
}
.modal .modal-content .register_int_form-control .bs-searchbox .form-control:focus {
  border-color: #954CA6;
  box-shadow: 0 0 0 0.25rem rgba(149, 76, 166, 0.25);
}
.modal .modal-content .register_int_form-control .dropdown-item {
  white-space: normal;
}
.modal .modal-content .register_int_form-control .dropdown-item.active, .modal .modal-content .register_int_form-control .dropdown-item:focus, .modal .modal-content .register_int_form-control .dropdown-item:hover {
  background-color: #ad94ac;
}
.modal .modal-content .register_int_form-control .dropdown-item.active span, .modal .modal-content .register_int_form-control .dropdown-item:focus span, .modal .modal-content .register_int_form-control .dropdown-item:hover span {
  color: #ffffff;
}
.modal .modal-content .acceptance .register_int_form-control {
  flex-direction: row;
  justify-content: initial;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.modal .modal-content .acceptance .register_int_form-control input {
  width: 19px;
}
.modal .modal-content .acceptance .register_int_form-control label {
  margin: 0;
  margin-left: 5px;
}
.modal .modal-content .partner_view_message {
  font-size: 14px;
  padding-top: 15px;
  font-family: "Inter";
}
@media (min-width: 768px) {
  .modal .modal-content .partner_view_message {
    font-size: 15px;
  }
}
.modal .modal-content .partner_view_message p {
  font-size: 14px;
  font-family: "Inter";
}
@media (min-width: 768px) {
  .modal .modal-content .partner_view_message p {
    font-size: 15px;
  }
}
.modal .modal-content .partner_view_message a {
  color: #954CA6;
}
.modal .modal-content .partner_view_message a:hover {
  color: #402B5B;
}
.modal .modal-content .alert {
  border-radius: 0;
  margin: 10px 16px;
  padding: 10px;
  position: relative;
}
.modal .modal-content .alert button {
  top: 50%;
  transform: translateY(-50%);
  background-size: 12px;
}
.modal .modal-footer .btn {
  height: auto;
  opacity: 1;
  margin: 0;
  padding: 10px 34px;
  width: auto;
}

@media (min-width: 992px) {
  .banner_connect-box {
    margin-right: 60px;
  }
}
@media (min-width: 1400px) {
  .banner_connect-box {
    margin-right: 90px;
  }
}

.partner_profile-form {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .partner_profile-form {
    padding: 0 0 108px;
  }
}
.partner_profile-form::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .partner_profile-form::before {
    background: linear-gradient(180deg, #B6D0CF 0%, rgba(182, 208, 207, 0) 74.74%);
    width: calc((100% - 1400px) / 2);
  }
}
@media (min-width: 1400px) {
  .partner_profile-form::before {
    width: calc((100% - 1350px) / 2);
  }
}
.partner_profile-form .partner_profile-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.partner_profile-form .partner_profile-wrapper .partner-profile {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .partner_profile-form .partner_profile-wrapper .partner-profile {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.partner_profile-form .partner_profile_partner_name {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .partner_profile-form .partner_profile_partner_name::before {
    content: "";
    background: url(../../images/profile-partner.svg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
    position: absolute;
    top: -2px;
    left: -20px;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  .partner_profile-form .partner_profile_partner_name::before {
    left: 0;
  }
}
@media (min-width: 768px) {
  .partner_profile-form .partner_profile_partner_name {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .partner_profile-form .partner_profile_partner_name {
    margin-bottom: 0;
    height: 100%;
    position: relative;
    padding: 112px 0 0;
  }
}
@media (min-width: 992px) {
  .partner_profile-form .partner_profile_partner_name .partner_profile_wrap {
    padding-left: 20px;
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .partner_profile-form .partner_profile_partner_name .partner_profile_wrap {
    padding-left: 40px;
  }
}
.partner_profile-form .partner_profile_partner_name .partner_profile_wrap .partner_name {
  color: #402B5B;
  margin-top: 21px;
  text-align: center;
}
@media (min-width: 992px) {
  .partner_profile-form .partner_profile_partner_name .partner_profile_wrap .partner_name {
    text-align: left;
  }
}
.partner_profile-form .partner_profile_partner_name .partner_profile_wrap .partner_logo {
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .partner_profile-form .partner_profile_partner_name .partner_profile_wrap .partner_logo {
    width: 233px;
    height: 233px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .partner_profile-form .partner_profile_partner_name .partner_profile_wrap .partner_logo {
    box-shadow: none;
    margin: initial;
  }
}
.partner_profile-form .partner_profile_partner_name .partner_profile_wrap .partner_logo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner_profile-form .partner_form {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .partner_profile-form .partner_form {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 112px 30px 0 60px;
  }
}
.partner_profile-form .partner_form .partner_profile_logo {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .partner_profile-form .partner_form .partner_profile_logo {
    padding-top: 64px;
  }
}
.partner_profile-form .partner_form .partner_profile_logo p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #130C1B;
  margin-bottom: 17px;
}
.partner_profile-form .partner_form .partner_profile_logo span {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(19, 12, 27, 0.7);
  display: block;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .partner_profile-form .partner_form .partner_profile_logo span {
    font-size: 18px;
  }
}
.partner_profile-form .partner_form .partner_profile_logo span:last-child {
  margin-bottom: 17px;
}
.partner_profile-form .partner_form .partner_profile_logo .partnerLogoImage {
  align-items: center;
  display: flex;
  width: 100%;
}
.partner_profile-form .partner_form .partner_profile_logo .partnerLogoImage span {
  margin: 0;
  display: inline-block;
}
.partner_profile-form .partner_form .partner_profile_logo .partnerLogoImage span.remove_img {
  cursor: pointer;
}
.partner_profile-form .partner_form .partner_profile_logo .partnerLogoImage .contact_img_txt {
  max-width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .partner_profile-form .partner_form .partner_profile_logo .partnerLogoImage .contact_img_txt {
    white-space: nowrap;
    display: inline;
  }
}
.partner_profile-form .partner_form .partner_profile_logo .partner_profile_button {
  margin: 5px 5px 5px 0;
}
.partner_profile-form .partner_form .partner_profile_logo .partner_profile_button .btn {
  padding: 10px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #402B5B 0%, #402B5B 50%, #9d8eb1 50%, #402B5B 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
  font-size: 14px;
}
.partner_profile-form .partner_form .partner_profile_logo .partner_profile_button .btn:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .partner_profile-form .partner_form .partner_profile_logo .partner_profile_button .btn {
    padding: 13px 24px;
    font-size: 14px;
    line-height: 21px;
  }
}
.partner_profile-form .partner_form .partner_profile_logo .partner_profile_button .error.file-upload {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, transparent 50%, transparent 100%) !important;
  color: red !important;
  padding: 0 !important;
  display: block;
}
.partner_profile-form .partner_form .partner_profile_logo .partner_profile_button .error-line {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: red;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .partner_profile-form .partner_form .partner_profile_logo .partner_profile_button .error-line {
    position: absolute;
    bottom: -30px;
  }
}
.partner_profile-form .partner_form .partner_profile_logo .upload_existing_image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.partner_profile-form .partner_form .partner_profile-upload {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .partner_profile-form .partner_form .partner_profile-upload {
    flex-direction: row;
  }
}
.partner_profile-form .partner_form .partner_profile-upload .register_form-button {
  margin-top: 15px;
  justify-content: flex-start !important;
}
@media (min-width: 768px) {
  .partner_profile-form .partner_form .partner_profile-upload .register_form-button {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .partner_profile-form .partner_form .partner_profile-upload .register_form-button {
    margin-top: 40px;
    justify-content: flex-end !important;
  }
}
.partner_profile-form .partner_form .partner_profile-upload a {
  font-size: 18px;
  position: relative;
  width: 100%;
}
.partner_profile-form .partner_form .partner_profile-upload a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 295px;
  background: #000000;
  bottom: 0;
  left: 0;
}
.partner_profile-form .partner_form .partner_profile-upload .manage-partner-link {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .partner_profile-form .partner_form .partner_profile-upload .manage-partner-link {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .partner_profile-form .partner_form .partner_profile_form {
    max-width: 675px;
  }
}

.update-profile-btn {
  height: auto;
  opacity: 1;
}

.partnerLogoImageRemove {
  margin: 5px 5px 5px 0;
}
.partnerLogoImageRemove a {
  padding: 10px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #402B5B 0%, #402B5B 50%, #9d8eb1 50%, #402B5B 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
  font-size: 14px;
}
.partnerLogoImageRemove a:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .partnerLogoImageRemove a {
    padding: 13px 24px;
    font-size: 14px;
    line-height: 21px;
  }
}

.add_new_partner_section::before {
  content: "";
  position: absolute;
}
@media (min-width: 992px) {
  .add_new_partner_section::before {
    background: linear-gradient(180deg, #B6D0CF 0%, rgba(182, 208, 207, 0) 84.74%);
  }
}

.your-dashbord-banner {
  margin-bottom: 20px;
  background: #ad94ac;
}
@media (min-width: 768px) {
  .your-dashbord-banner {
    margin-bottom: 30px;
    background: linear-gradient(270deg, rgba(64, 43, 91, 0) 2.03%, #ad94ac 94.74%);
  }
}
@media (min-width: 992px) {
  .your-dashbord-banner {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .your-dashbord-banner {
    margin-bottom: 93px;
  }
}
.your-dashbord-banner .your-dashbord-main {
  padding: 30px 0;
}

.your-dashbord-banner .your-dashbord-main .dashbord-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .your-dashbord-banner .your-dashbord-main .dashbord-top {
    flex-direction: row;
  }
}
.your-dashbord-banner .your-dashbord-header {
  color: #ffffff;
  flex: 1;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-dashbord-banner .your-dashbord-header {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .your-dashbord-banner .your-dashbord-header {
    text-align: center;
  }
}
.your-dashbord-banner .your-dashbord-header p {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.72px;
}
@media (min-width: 768px) {
  .your-dashbord-banner .your-dashbord-header p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .your-dashbord-banner .your-dashbord-header p {
    font-size: 22px;
  }
}
.your-dashbord-banner .btn-white p {
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #454545;
}
.your-dashbord-banner .btn-white p span {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .your-dashbord-banner .btn-white p {
    font-size: 16px;
  }
  .your-dashbord-banner .btn-white p span {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .your-dashbord-banner .btn-white p {
    font-size: 18px;
    padding: 9px 15px;
  }
  .your-dashbord-banner .btn-white p span {
    margin-left: 17px;
  }
}
@media (min-width: 1400px) {
  .your-dashbord-banner .btn-white p {
    margin-right: 97px;
  }
}

.partner-campaign-table {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .partner-campaign-table {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .partner-campaign-table {
    margin-bottom: 100px;
  }
}

.partner-campaign_table_data {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .partner-campaign_table_data {
    margin-bottom: 70px;
    border: 1px solid #ad94ac;
    padding: 10px 20px;
    border-radius: 10px;
  }
}
.partner-campaign_table_data table {
  margin: 0;
}
.partner-campaign_table_data thead {
  display: none;
}
@media (min-width: 992px) {
  .partner-campaign_table_data thead {
    display: table-header-group;
  }
}
.partner-campaign_table_data tbody tr {
  position: relative;
}
@media (min-width: 992px) {
  .partner-campaign_table_data tbody tr:last-child::after {
    background-color: transparent;
    height: 0;
  }
  .partner-campaign_table_data tbody tr:last-child td {
    border-bottom: 0;
  }
}
.partner-campaign_table_data tr {
  font-family: "Sentient";
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  text-transform: capitalize;
  color: #130C1B;
  display: block;
  padding: 10px 10px;
  border: 1px solid #ad94ac;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .partner-campaign_table_data tr {
    display: table-row;
    padding: 0;
    border: none;
    margin: 0;
  }
}
.partner-campaign_table_data th {
  color: #130C1B;
  border-bottom: 2px solid #ad94ac !important;
  padding: 12px 5px;
}
.partner-campaign_table_data th:first-child {
  padding-left: 0;
}
.partner-campaign_table_data th:last-child {
  padding-right: 0;
}
.partner-campaign_table_data td {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  padding: 10px 0;
  border-color: #ECECEC;
  display: flex;
  justify-content: space-between;
  text-align: right;
  align-items: center;
  color: #130c1b;
}
@media (min-width: 992px) {
  .partner-campaign_table_data td {
    color: rgba(19, 12, 27, 0.7);
  }
}
.partner-campaign_table_data td::before {
  content: attr(data-lable);
  text-align: left;
  font-weight: 500;
  max-width: 150px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .partner-campaign_table_data td::before {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .partner-campaign_table_data td::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .partner-campaign_table_data td {
    display: table-cell;
    text-align: left;
    padding: 13px 5px;
    vertical-align: middle;
  }
  .partner-campaign_table_data td:first-child {
    padding-left: 0;
  }
  .partner-campaign_table_data td:last-child {
    text-align: right;
    padding-right: 0;
  }
}
.partner-campaign_table_data td .lead_passback_btn {
  color: #402B5B;
  border: 0;
  padding: 0;
  margin-left: 10px;
  text-decoration: underline;
  line-height: 20px;
}
.partner-campaign_table_data td .lead_passback_btn:hover {
  text-decoration: none;
}
.partner-campaign_table_data td span {
  padding: 8px 18px;
  border-radius: 50px;
  color: #000000;
}
.partner-campaign_table_data td .bg-default {
  background: #F1CC46;
  display: inline-block;
}
.partner-campaign_table_data td .bg-green {
  background: #A3D19B;
}
.partner-campaign_table_data td .bg-pink {
  background: #E3A9A9;
}
.partner-campaign_table_data td .bg-light-purple {
  background: #D1B7D7;
}
.partner-campaign_table_data td .bg-light-grey {
  background: #D9D9D9;
}
.partner-campaign_table_data td .bg-teal {
  background: #B0D1CF;
}
.partner-campaign_table_data td .bg-light-blue {
  background: #97D7FF;
}
.partner-campaign_table_data td .download-icon-btn {
  padding: 7px 11px;
  background: #ffffff;
  border: 1px solid;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #CECECE;
  line-height: 13px;
  font-family: "Open Sans";
}
.partner-campaign_table_data td .download-icon-btn:hover {
  color: #454545;
}
@media (min-width: 1200px) {
  .partner-campaign_table_data td .download-icon-btn {
    padding: 7px 11px;
  }
}
.partner-campaign_table_data td a {
  padding: 3px 11px;
  border: 1px solid #CECECE;
  border-radius: 5px;
  font-size: 14px;
  color: #454545;
  margin-left: auto;
}
.partner-campaign_table_data td a .download-icon {
  padding-right: 12px;
}
.partner-campaign_table_data td a .view-icon {
  height: 24px;
  width: 24px;
  padding-right: 7px;
}

.parter_admin_section {
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .parter_admin_section {
    padding-top: 83px;
    background: none;
    position: relative;
  }
}
.parter_admin_section .partner_admin_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}
@media (min-width: 992px) {
  .parter_admin_section .partner_admin_main {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .parter_admin_section .partner_admin_main {
    margin: 0 -40px;
  }
}
.parter_admin_section .partner_admin_main .partner_admin_left-wrapper {
  display: flex;
  max-width: 100%;
  flex: 1;
}
@media (min-width: 992px) {
  .parter_admin_section .partner_admin_main .partner_admin_left-wrapper {
    max-width: 274px;
    flex: 0 0 274px;
  }
}
@media (min-width: 1600px) {
  .parter_admin_section .partner_admin_main {
    padding: 0 40px;
  }
}
.parter_admin_section .partner_admin_main .partner_admin_left {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  border-radius: 144px;
  width: 100%;
}
@media (min-width: 992px) {
  .parter_admin_section .partner_admin_main .partner_admin_left {
    background: linear-gradient(180deg, #B6D0CF 2.03%, rgba(182, 208, 207, 0) 94.74%);
    flex-direction: row;
    max-width: 274px;
    flex: 0 0 274px;
    margin-bottom: 0;
    top: -40px;
  }
}
@media (min-width: 1600px) {
  .parter_admin_section .partner_admin_main .partner_admin_left {
    left: -70px;
  }
}
.parter_admin_section .partner_admin_main .partner_admin_left .partner_admin_header {
  text-align: center;
}
@media (min-width: 992px) {
  .parter_admin_section .partner_admin_main .partner_admin_left .partner_admin_header {
    padding: 49px 0 0 0;
  }
}
.parter_admin_section .partner_admin_main .partner_admin_left .partner_admin_header .partner_admin_logo {
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 11px auto;
  overflow: hidden;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
.parter_admin_section .partner_admin_main .partner_admin_left .partner_admin_header .partner_admin_logo img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .parter_admin_section .partner_admin_main .partner_admin_left .partner_admin_header .partner_admin_logo {
    box-shadow: none;
  }
}
.parter_admin_section .partner_admin_main .partner_admin_left .partner_admin_header .partner_admin_name {
  color: #402B5B;
}
.parter_admin_section .partner_admin_main .partner_admin_left .partner_admin_header span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.parter_admin_section .parter_about_table {
  flex: 1;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table {
    padding: 0 0 0 50px;
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .parter_admin_section .parter_about_table {
    padding: 0 40px 0 10px;
  }
}
.parter_admin_section .parter_about_table .add_edit_header {
  max-width: 686px;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .add_edit_header {
    margin-bottom: 39px;
  }
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .add_edit_header {
    text-align: left;
  }
}
.parter_admin_section .parter_about_table .add_edit_header h1 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .add_edit_header h1 {
    margin-bottom: 0;
  }
}
.parter_admin_section .parter_about_table .add_edit_header p {
  max-width: 673px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .add_edit_header p {
    font-size: 16px;
  }
}
.parter_admin_section .parter_about_table .add_edit_header p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .add_edit_header p + p {
    margin-top: 18px;
  }
}
.parter_admin_section .parter_about_table .partner_campaign_table_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.parter_admin_section .parter_about_table .partner_campaign_table_top span {
  font-family: "Sentient";
  font-size: 17px;
  font-weight: 500;
  padding: 0 10px 5px;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .partner_campaign_table_top span {
    padding: 0 10px;
  }
}
.parter_admin_section .parter_about_table .partner_campaign_table_top a {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .partner_campaign_table_top {
    padding-bottom: 15px;
  }
}
.parter_admin_section .parter_about_table .partner_campaign_table_top .title-campaign {
  text-align: end;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .partner_campaign_table_top .title-campaign {
    text-align: center;
  }
}
.parter_admin_section .parter_about_table .partner_campaign_table_top .btn {
  padding: 8px 34px;
}
.parter_admin_section .parter_about_table .partner_campaign_table_top .detail_campaign-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.parter_admin_section .parter_about_table .partner_campaign_table_top .detail_campaign-title li {
  display: flex;
  align-items: baseline;
  padding: 0 20px 5px;
}
.parter_admin_section .parter_about_table .partner_campaign_table_top .detail_campaign-title p {
  font-weight: 800;
  font-size: 15px;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .partner_campaign_table_top .detail_campaign-title p {
    font-size: 16px;
  }
}
.parter_admin_section .parter_about_table .partner_campaign_table_top .detail_campaign-title .detail_campaign-text {
  padding-bottom: 0;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .partner_campaign_table_top .detail_campaign-title .detail_campaign-text {
    font-size: 16px;
  }
}
.parter_admin_section .parter_about_table .add_edit_data {
  border: none;
  padding: 0;
  border-radius: unset;
  overflow: auto;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .add_edit_data {
    margin-bottom: 43px;
  }
}
.parter_admin_section .parter_about_table .add_edit_data th {
  border-top: 2px solid #ad94ac;
  padding: 16px 0;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .parter_admin_section .parter_about_table .add_edit_data th {
    font-size: 16px;
    line-height: 21px;
  }
}
.parter_admin_section .parter_about_table .add_edit_data th:first-child {
  width: 260px;
  max-width: 260px;
  min-width: 260px;
}
.parter_admin_section .parter_about_table .add_edit_data tr::after {
  content: "";
  position: absolute;
  right: 0;
}
.parter_admin_section .parter_about_table .add_edit_data tr:last-child::after {
  display: none;
}
.parter_admin_section .parter_about_table .add_edit_data td {
  text-transform: none;
  padding: 16px 0;
  color: #130c1b;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 18px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .add_edit_data td {
    padding: 33px 5px;
  }
}
@media (min-width: 1200px) {
  .parter_admin_section .parter_about_table .add_edit_data td {
    font-size: 16px;
    line-height: 21px;
  }
}
.parter_admin_section .parter_about_table .add_edit_data td a {
  border: 0;
  padding: 0;
}
.parter_admin_section .parter_about_table .add_edit_data td .campaign_contact_role {
  background: transparent;
  border: 1px solid #ad94ac;
  padding: 5px 10px;
  border-radius: 6px;
  color: #ad94ac !important;
}
.parter_admin_section .parter_about_table .add_edit_data .add-edit-icons {
  justify-content: end;
  display: flex;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .add_edit_data .add-edit-icons {
    display: revert;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }
}
.parter_admin_section .parter_about_table .add_edit_data .add-edit-icons a + a {
  margin-left: 13px;
}
.parter_admin_section .parter_about_table .add_edit_data .add-edit-icons a img {
  width: 17px;
  height: 17px;
}
.parter_admin_section .parter_about_table .detail_campaign_table th:first-child {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
.parter_admin_section .parter_about_table .admin_links {
  margin-top: 6px;
  font-weight: 600;
  font-family: "Open Sans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .admin_links {
    flex-direction: row;
  }
}
.parter_admin_section .parter_about_table .admin_links a {
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #130C1B;
}
@media (min-width: 992px) {
  .parter_admin_section .parter_about_table .admin_links a {
    font-size: 18px;
  }
}
.parter_admin_section .parter_about_table .admin_links a + a {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .parter_admin_section .parter_about_table .admin_links a + a {
    margin-top: 0;
  }
}
.parter_admin_section .partner-dropdown button {
  background: transparent;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans";
  font-weight: 400;
  text-transform: unset;
  padding: 0;
}
@media (min-width: 768px) {
  .parter_admin_section .partner-dropdown button {
    font-size: 16px;
    line-height: 21px;
  }
}
.parter_admin_section .partner-dropdown button:hover, .parter_admin_section .partner-dropdown button:active, .parter_admin_section .partner-dropdown button:focus {
  color: #130C1B;
  box-shadow: none;
}
.parter_admin_section .partner-dropdown .dropdown-menu {
  padding: 0;
  background-color: #fafafa;
  max-width: 200px;
}
.parter_admin_section .partner-dropdown .dropdown-menu li a {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #130C1B;
  word-break: break-word;
  white-space: normal;
}
.parter_admin_section .partner-dropdown .dropdown-menu li a:hover, .parter_admin_section .partner-dropdown .dropdown-menu li a:active {
  border-radius: 0;
  background-color: #ad94ac;
  color: #ffffff;
}
@media (min-width: 768px) {
  .parter_admin_section .partner-dropdown .dropdown-menu li a {
    font-size: 16px;
    line-height: 21px;
  }
}

#viewModal .modal-content {
  padding: 10px;
}
@media (min-width: 768px) {
  #viewModal .modal-content {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  #viewModal .modal-content {
    padding: 60px;
  }
}
#viewModal .modal-dialog {
  max-width: 1304px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #viewModal .modal-dialog {
    padding: 0 20px;
  }
}
#viewModal .modal-header {
  border: none;
  padding: 0 0 10px 0;
  align-items: baseline;
}
@media (min-width: 992px) {
  #viewModal .modal-header {
    align-items: unset;
  }
}
#viewModal .modal-header button {
  margin-top: 0;
  margin-right: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  #viewModal .modal-header button {
    margin-top: -50px;
    margin-right: -50px;
  }
}
#viewModal .modal-header h2 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Sentient";
  font-weight: 500;
  color: #ad94ac;
}
@media (min-width: 992px) {
  #viewModal .modal-header h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
#viewModal .modal-body {
  padding: 0;
  max-height: calc(100vh - 150px);
  overflow: auto;
}
@media (min-width: 992px) {
  #viewModal .modal-body {
    max-height: unset;
  }
}

.roles-table {
  margin: 0;
}
.roles-table .roles-title th {
  vertical-align: middle;
}
@media (min-width: 992px) {
  .roles-table .roles-title th {
    padding: 16px 10px;
  }
}
@media (min-width: 1400px) {
  .roles-table .roles-title th {
    padding: 26px 0;
  }
}
.roles-table th {
  padding: 17px 0;
  font-family: "Open Sans";
}
.roles-table th tr + tr {
  border-top: 2px solid #ad94ac !important;
}
.roles-table th:first-child {
  width: auto;
}
@media (min-width: 992px) {
  .roles-table th:first-child {
    padding: 26px 0;
  }
}
@media (min-width: 1400px) {
  .roles-table th:first-child {
    padding-left: 34px;
  }
}
.roles-table td:first-child, .roles-table td:nth-child(2) {
  color: #130C1B;
}
.roles-table td, .roles-table th {
  text-align: center;
}
@media (min-width: 992px) {
  .roles-table td, .roles-table th {
    border-right: 1px solid #ECECEC;
  }
}
.roles-table td:first-child, .roles-table th:first-child {
  text-align: right;
}
@media (min-width: 992px) {
  .roles-table td:first-child, .roles-table th:first-child {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .roles-table td:first-child, .roles-table th:first-child {
    padding-left: 34px;
  }
}
.roles-table td:last-child, .roles-table th:last-child {
  border-right: 0;
}
.roles-table tbody tr::after {
  display: none;
}
.roles-table tbody tr:first-child td {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .roles-table tbody tr:first-child td {
    padding-top: 20px;
  }
}
.roles-table tbody tr:last-child td {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .roles-table tbody tr:last-child td {
    padding-bottom: 20px;
  }
}
.roles-table tbody tr td {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  white-space: inherit;
}
.roles-table tbody tr td:last-child {
  text-align: center;
}
@media (min-width: 992px) {
  .roles-table tbody tr td {
    font-size: 16px;
    line-height: 21px;
    padding: 7px 0;
  }
}

.platinum-partner-common-container {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .platinum-partner-common-container {
    margin-bottom: 103px;
  }
}
@media (min-width: 1400px) {
  .platinum-partner-common-container .container {
    max-width: 840px;
  }
}
.platinum-partner-common-container .get-in-touch {
  text-align: center;
}
.platinum-partner-common-container .get-in-touch p {
  margin-bottom: 27px;
  color: #130C1B;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .platinum-partner-common-container .get-in-touch p {
    margin-bottom: 37px;
  }
}
.platinum-partner-common-container .get-in-touch .btn-yellow {
  display: inline-block;
}
.platinum-partner-common-container .get-in-touch .btn-yellow a {
  padding: 13px 22px;
  border-radius: 50px;
  color: #130C1B;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #F1CC46 0%, #F1CC46 50%, #b3a05b 50%, #F1CC46 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
  font-size: 15px;
  line-height: 21px;
  width: auto;
  max-width: 278px;
}
.platinum-partner-common-container .get-in-touch .btn-yellow a:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 768px) {
  .platinum-partner-common-container .get-in-touch .btn-yellow a {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .platinum-partner-common-container .get-in-touch .btn-yellow a {
    width: 278px;
    padding: 16px 20px;
  }
}

.platinum-partner-banner-section {
  background: linear-gradient(81.21deg, #402B5B 1.76%, #954ca6 51.05%);
  padding: 30px 0;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .platinum-partner-banner-section {
    padding: 134px 0 94px;
  }
}
.platinum-partner-banner-section .platinum-title {
  color: #ffffff;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .platinum-partner-banner-section .platinum-title {
    margin-bottom: 14px;
  }
}
.platinum-partner-banner-section .platinum-title img {
  margin-left: 11px;
  height: 30px;
  width: 40px;
}
@media (min-width: 768px) {
  .platinum-partner-banner-section .platinum-title img {
    height: 35px;
    width: 48px;
  }
}
.platinum-partner-banner-section p {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .platinum-partner-banner-section p {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .platinum-partner-banner-section p {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .platinum-partner-banner-section p {
    font-size: 22px;
    line-height: 30px;
  }
}
.platinum-partner-banner-section .btn-contact-us a {
  padding: 13px 22px;
  border-radius: 50px;
  color: #000000;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms;
  background-image: linear-gradient(to bottom, #F1CC46 0%, #F1CC46 50%, #b3a05b 50%, #F1CC46 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 180px;
  display: flex;
  width: fit-content;
  font-size: 15px;
  line-height: 20px;
  font-family: "Inter";
  text-transform: capitalize;
}
.platinum-partner-banner-section .btn-contact-us a:hover {
  color: #ffffff;
  background-position: 0 -90px;
}
@media (min-width: 768px) {
  .platinum-partner-banner-section .btn-contact-us a {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .platinum-partner-banner-section .btn-contact-us a {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 22px;
  }
}
.platinum-partner-banner-section .btn-contact-us img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .platinum-partner-banner-section .btn-contact-us img {
    width: 29px;
    height: 21px;
    margin-right: 14px;
  }
}
.platinum-partner-banner-section .platinum-partner-banner-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1048px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .platinum-partner-banner-section .platinum-partner-banner-main {
    flex-direction: row;
  }
}
.platinum-partner-banner-section .platinum-banner-description {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .platinum-partner-banner-section .platinum-banner-description {
    max-width: 620px;
    flex: 0 0 620px;
    margin: 0 0 0 0;
  }
}
.platinum-partner-banner-section h1 {
  font-size: 28px;
  line-height: 38px;
  display: flex;
}
@media (min-width: 768px) {
  .platinum-partner-banner-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .platinum-partner-banner-section h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .platinum-partner-banner-section h1 {
    font-size: 35px;
    line-height: 47px;
  }
}

@media (min-width: 768px) {
  .platinum-partner-network-section {
    max-width: 750px;
    margin: 0 auto;
  }
}
.platinum-partner-network-section .platinum-network-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .platinum-partner-network-section .platinum-network-header {
    flex-direction: row;
  }
}
.platinum-partner-network-section .platinum-network-header h4 {
  color: #130C1B;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .platinum-partner-network-section .platinum-network-header h4 {
    max-width: 60%;
    flex: 60%;
    margin-bottom: 0;
  }
}
.platinum-partner-network-section .platinum-network-header h4 span {
  color: #954CA6;
}
.platinum-partner-network-section .platinum-network-header h4 sup {
  font-size: 14px;
}
.platinum-partner-network-section .platinum-network-block {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .platinum-partner-network-section .platinum-network-block {
    margin: 38px 0;
  }
}
@media (min-width: 992px) {
  .platinum-partner-network-section .platinum-network-block {
    margin: 48px 0;
  }
}
.platinum-partner-network-section .platinum-network-block p {
  color: rgba(19, 12, 27, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.045em;
}
.platinum-partner-network-section .platinum-network-block p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .platinum-partner-network-section .platinum-network-block p + p {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .platinum-partner-network-section .platinum-network-block p + p {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .platinum-partner-network-section .platinum-network-block p + p {
    margin-top: 35px;
  }
}
.platinum-partner-network-section .platinum-network-block p span {
  color: #557195;
  font-weight: 700;
}
@media (min-width: 768px) {
  .platinum-partner-network-section .platinum-network-block p {
    font-size: 17px;
    line-height: 29px;
  }
}

.box-section {
  position: relative;
}
.box-section:nth-child(even)::after {
  content: "";
  position: absolute;
  height: 144px;
  width: 144px;
  background-image: url(../../images/feature-side-image.svg);
  background-repeat: no-repeat;
  filter: drop-shadow(9px 13px 40px #557195);
  display: none;
}
@media (min-width: 768px) {
  .box-section:nth-child(even)::after {
    display: block;
    bottom: -20px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .box-section:nth-child(even)::after {
    bottom: -50px;
    right: -10px;
  }
}
@media (min-width: 1400px) {
  .box-section:nth-child(even)::after {
    right: -60px;
  }
}
.box-section:nth-child(odd)::after {
  content: "";
  position: absolute;
  height: 144px;
  width: 144px;
  background-image: url(../../images/benefits-side-icon.svg);
  background-repeat: no-repeat;
  filter: drop-shadow(0px 3px 71px #fdc120);
  display: none;
}
@media (min-width: 768px) {
  .box-section:nth-child(odd)::after {
    display: block;
    left: 0;
    top: -50px;
  }
}
@media (min-width: 992px) {
  .box-section:nth-child(odd)::after {
    left: -10px;
    top: -50px;
  }
}
@media (min-width: 1400px) {
  .box-section:nth-child(odd)::after {
    left: -60px;
  }
}
.box-section .box-section-main {
  margin-bottom: 30px;
  border-radius: 15px;
  color: #ffffff;
  position: relative;
  background: linear-gradient(270deg, #402B5B 0%, #9f36b2 98.87%);
  background-clip: padding-box;
  border: 9px solid transparent;
}
@media (min-width: 768px) {
  .box-section .box-section-main {
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .box-section .box-section-main {
    margin-bottom: 80px;
  }
}
.box-section .box-section-main::before {
  content: "";
  position: absolute;
  margin: -18px;
  border: 9px solid;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: linear-gradient(253.97deg, #ececec 0%, #999999 25.54%, #e1e1e1 49.74%, #b7b7b7 74.6%, #efefef 100%);
}
.box-section .box-section-main .box-section-block {
  padding: 10px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .box-section .box-section-main .box-section-block {
    padding: 40px 40px;
  }
}
@media (min-width: 992px) {
  .box-section .box-section-main .box-section-block {
    padding: 30px 40px;
  }
}
.box-section .box-section-main .box-section-block h3 {
  margin-bottom: 20px;
  letter-spacing: 0.045em;
  text-align: center;
}
@media (min-width: 768px) {
  .box-section .box-section-main .box-section-block h3 {
    margin-bottom: 30px;
  }
}
.box-section .box-section-main .box-section-block .box-list {
  margin-bottom: 22px;
}
.box-section .box-section-main .box-section-block .box-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.045em;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .box-section .box-section-main .box-section-block .box-list li {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
  }
}
.box-section .box-section-main .box-section-block .box-list li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .box-section .box-section-main .box-section-block .box-list li + li {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .box-section .box-section-main .box-section-block .box-list li + li {
    margin-top: 35px;
  }
}
.box-section .box-section-main .box-section-block .box-list li p {
  color: #ffffff;
  padding-left: 12px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .box-section .box-section-main .box-section-block .box-list li p {
    padding-left: 25px;
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .box-section .box-section-main .box-section-block .box-list li p {
    padding-left: 44px;
    margin-top: 0;
  }
}

/*# sourceMappingURL=main.css.map */

.lead_reference_detail {
  display: inline-flex;
  align-items: center;
}
.lead_reference_detail img {
  width: 22px;
}

.lead_reference_detail p {
  margin: 0;
}