body {
  margin: 0 auto;
  font-size: 16px;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #393939;
}

::selection {
  background-color: #e53f9e;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #393939;
}

button,
a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  outline: 0;
  color: #000;
  text-decoration: none !important;
}

a:hover {
  outline: none;
  color: #1d1d1d;
  text-decoration: none !important;
}

.wow {
  visibility: hidden;
}

.clear {
  clear: both;
}

img:not(table img) {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: #425466;
}

figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

body.scroll-off {
  overflow: hidden;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-heading {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

.form-control::-moz-placeholder {
  color: #9c9c9c;
}

.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

.form-control:-moz-placeholder {
  color: #9c9c9c;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown > a {
  color: #494949;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.user_dropdown img {
  height: 35px;
  width: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
  display: block;
  left: auto;
  width: 160px;
  overflow-x: hidden;
  padding-bottom: 0;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
}

.user_name > div {
  white-space: nowrap;
  max-width: calc(160px - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  text-transform: capitalize;
  font-size: 15px;
}

.user_name {
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
}

.user_name small {
  color: #a2a2a2;
  text-transform: lowercase;
}

.user_name .user_email {
  margin-top: -10px;
}

.user_dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user_dropdown ul li {
  display: block;
}

.user_dropdown ul li a {
  color: #494949;
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 10px;
  /* padding-left: 20px; */
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
  margin-right: 5px;
}

.user_dropdown ul li a:hover {
  color: #c72026;
}

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */

/*==================== Footer ===================*/

.relative-box .subscribe-btn:hover {
  color: #fff;
  background: #d32688;
}

.navbar {
  padding: 0;
}

#top-button {
  display: inline-block;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}
.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #e53f9e;
  display: none;
  border: #e53f9e 1px solid;
  z-index: 1;
  border-radius: 4px;
}
.back_top span {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
.back_top span svg {
  width: 22px;
  height: 21px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.back_top:hover {
  border-color: #e53f9e;
  color: #e53f9e;
  background-color: #fff;
}
.back_top:hover span {
  color: #e53f9e;
}

/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 0;
}

.mobiledrop {
  position: absolute;
  right: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
  height: 21px;
  width: 21px;
  min-width: 21px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
  background: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
  border: 2px solid #1295d6;
  background: #1295d6;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.custom_checkbox label {
  color: #555 !important;
}

/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #fff;
}
.custom_radio [type="radio"]:checked + label::after,
.custom_radio [type="radio"]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f87da9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-control:focus {
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
}
/* 
.btn-primary {
    background-color: #2196F3;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #2196F3;
}

.btn-primary:hover {
    color: #2196F3;
    background-color: transparent;
    border: 1px solid #2196F3;
} */

.custom_select_block .ms-dd .ms-dd-header {
  height: 45px;
  font-size: 16px;
  color: rgb(66 66 66 / 60%);
  font-weight: 400;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  width: 100%;
}
.custom_select_block .ms-dd .ms-dd-header .option-selected {
  height: 45px;
  padding: 10px 25px;
  width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
  background: #ffffff;
}
.custom_select_block .ms-dd {
  width: 100%;
}
.custom_select_block .ms-dd .ms-dd-arrow {
  margin-top: -5px;
  right: 25px;
}

/* Select2 */

.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #475f7b;
  opacity: 1;
  top: 16px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}
.floating-diff .floating-label {
  opacity: 0;
}
.floating-diff.focused .floating-label {
  opacity: 1;
}
.form-group.focused .floating-label {
  opacity: 1;
  color: #7b7f82;
  top: 4px;
  left: 19px;
  font-size: 12px;
}
.form-group.focused select.form-control {
  padding-top: 21px;
}
.float-checkradio {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}
.float-checkradio.focused {
  padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
  opacity: 0;
}
.select2Part.focused .floating-label {
  opacity: 1;
}
.select2multiple .floating-label {
  opacity: 1;
}
.select2Part.focused
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 13px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #dfe3e7;
  height: 55px;
}
.select2-container--focus.select2-container--default
  .select2-selection--single {
  border: 1px solid #5a8dee;
  background-color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #475f7b;
  padding-top: 7px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 53px;
  right: 15px;
  transition: 240ms;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(236 238 241);
  color: #4a494a;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=")
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #5a8dee;
  color: #fff;
}
.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0.267rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 19px;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
}
.select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
  border-radius: 0px;
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
  border-radius: 0px;
  border: none;
  top: -8px;
  border-radius: 6px;
  overflow: hidden;
}
.select2Part.w-100 > .select2-container {
  width: 100% !important;
}
.select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border: 1px solid #dfe3e7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
}
.select2-container--default .select2-search--dropdown:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  min-height: 50px;
  border-radius: 6px;
  position: relative;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #5a8dee;
  background-color: #fff;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  color: #757575;
  line-height: 55px;
  padding-right: 40px;
  display: block;
  height: 100%;
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
  transition: 240ms;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow {
  height: 48px;
  right: 15px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  line-height: initial;
  padding: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=")
    no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
  line-height: initial;
  padding: 5px;
  font-size: 14px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  cursor: default;
  float: left;
  color: #1f1f1f;
  margin-right: 5px;
  margin-top: 5px;
  width: initial !important;
  padding: 5px 10px;
  padding-right: 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.3px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  font-size: 16px;
  margin-top: 0px;
  padding: 0;
  padding-left: 5px;
  line-height: 27px;
  padding-top: 6px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  position: absolute;
  font-size: 17px;
  width: 20px;
  height: 20px;
  top: 3px;
  text-align: center;
  color: #e45555;
  right: 0px;
}
.floating-group.focused
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
}
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  /* vertical-align: middle;
	width: 100% !important; */
}
/*.select2multiple .select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}*/

.form-group {
  position: relative;
  margin-bottom: 30px;
}
/* .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 19px;
    min-height: 40px;
    height: 40px;
    color: #475F7B;
    background-color: #FFF;
    border: 0;
    box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
    color: rgba(66, 84, 102, 1);
    font-size: 14px;
    font-weight: 400;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

.relative-box .form-control {
  padding-right: 10px;
  padding-left: 40px;
}

select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}
/* .form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
} */
.footer_heading {
  color: rgba(57, 57, 57, 1);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
}
.announcements-title {
  color: #425466;
  font-size: 15px;
  font-weight: 400;
  mix-blend-mode: luminosity;
}
.newsletter-form .form-group {
  display: flex;
}
.newsletter-form .form-control {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  min-height: 40px;
}
.newsletter_icon {
  position: absolute;
  top: 45%;
  left: 10px;
  transform: translateY(-50%);
}
.select_box select.form-control {
  max-width: 130px;
  background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.49072 1L6.49072 6L11.9907 1" stroke="%23ACB1C6" strokeWidth="2"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: 90% 57%;
}
.copyright_link_block {
  display: flex;
}
ul.copyright_link_track {
  display: flex;
  padding-left: 20px;
  margin-bottom: 0;
  list-style: none;
}
.copyright_link_block h6 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.copyright_link_items a {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px 0 0;
}
li.copyright_link_items {
  line-height: 1;
}
.copyright .row {
  align-items: center;
}
ul.socialMedia_track {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
}
li.socialMedia_items {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02),
    0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03),
    0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 16px;
}

li.socialMedia_items:last-child {
  margin-right: 0;
}

/* .user_dropdown {
    display: none;
} */

/* ======= home_card ========= */
.home_card_wrapper {
  padding: 70px 0px 52px;
}
.icons_box svg {
  width: 55px;
  height: 55px;
  min-width: 55px;
}

.home_card_title {
  color: #393939;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
}
.section_text {
  color: #425466;
  font-size: 17px;
  margin-bottom: 0px;
  /* font-style: italic; */
  /* mix-blend-mode: luminosity; */
  line-height: 28px;
}
.home_card_box {
  margin-top: 8px;
}
.information_text {
  color: #393939;
  font-size: 25px;
  font-weight: 500;
}
.text-color {
  color: #e53f9e;
}
.information_text b {
  font-size: 32px;
}
.home_card_content {
  padding-top: 32px;
}
.home_card_gap {
  --bs-gutter-y: 58px;
}
.mobile_search_box {
  display: none;
}

/* hero_wrapper */
.hero_wrapper {
  background-image: url(../img/hero-benner-bg.png);
  background-repeat: no-repeat;
  padding: 80px 0px 120px;
  position: relative;
  background-size: cover;
}
.hero_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffe5;
}
.hero-block {
  /* position: relative; */
  z-index: 1;
}
.hero_heading {
  color: #393939;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}
.hero_heading:before {
  content: "";
  background-image: url(../img/banner_effect.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 379px;
  height: 48px;
  transform: rotate(0.083deg);
  bottom: -43px;
}
.hero_text , .hero_text p {
  margin-bottom: 15px;
  color: #425466;
  font-size: 18px;
  font-weight: 400;
  mix-blend-mode: luminosity;
}
.hero_img_box {
  position: absolute;
  right: 0px;
  top: -20px;
}
.hero_img_box img {
  max-height: 850px;
  width: 100%;
}

/* Photos page css start */
.country_select_track {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.campaings_searchBox .form-control.dark_input {
  border-radius: 10px;
}

.photos_search_block .header_search {
  margin: 0 30px 0 0;
}

.country_select_items:last-child {
  margin-right: 0;
}
.Country_select {
  color: #425466;
  font-size: 14px;
  font-weight: 600;
  outline: none !important;
  border: none;
  cursor: pointer;
}
.photos_search_block {
  display: flex;
  margin-bottom: 40px;
}

.card_sub {
  color: #425466;
  font-size: 16px;
  font-weight: 400;
  mix-blend-mode: luminosity;
  margin-bottom: 5px;
  display: block;
}

.card-btn {
  display: flex;
  padding: 5px 38px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
  margin-right: 8px;
  color: #425466;
  font-size: 14px;
  font-weight: 400;
}
.card-btn:hover {
  background-color: #e53f9e;
  color: #fff;
}
.card-btn:last-child {
  margin-right: 0;
}

/* Photos page css end */

/* ========= forOrganizations_wrapper =========== */

.forOrganizations_wrapper {
  background-size: cover;
  position: relative;
  padding: 106px 0px;
  background-position: center center;
}
.forOrganizations_wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      91deg,
      #fff 26.77%,
      rgba(255, 255, 255, 0.84) 33.33%,
      rgba(255, 255, 255, 0.66) 42.07%,
      rgba(255, 255, 255, 0.25) 59.4%,
      rgba(255, 255, 255, 0) 82.07%
    ),
    url(<path-to-image>), #d3d3d305 269px -78.137px / 81.319% 131.255% no-repeat;
}

.hero_block {
  max-width: 625px;
  position: relative;
  z-index: 1;
}
.hero_block .hero-heading {
  color: #393939;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 28px;
  position: relative;
  letter-spacing: -0.8px;
}
.hero_block .hero-heading::before {
  content: "";
  background-image: url(../img/banner_effect01.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 576px;
  height: 76.066px;
  transform: rotate(1.083deg);
  top: 90px;
}

.hero_text:last-child {
  margin-bottom: 0px;
}
.hero_button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.hero_btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 24px;
  border: 1px solid #e53f9e;
  display: inline-block;
  border-radius: 4px;
  background: #e53f9e;
}
.hero_btn.check_btn {
  background: rgba(194, 147, 69, 0);
  color: #e53f9e;
}
.hero_btn.check_btn:hover {
  background: #e53f9e;
  border: 1px solid #e53f9e;
  color: #fff;
}
.hero_btn:hover {
  background: transparent;
  border: 1px solid #e53f9e;
  color: #e53f9e;
}
.about-page .hero-heading::before {
  content: "";
  background-image: url(../img/banner_effect02.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 576px;
  height: 76.066px;
  transform: rotate(1.083deg);
  top: 90px;
}
.about-page .hero_text {
  max-width: 320px;
}
.card_label {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
  padding: 5px 10px;
  color: #425466;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  white-space: nowrap;
}
.card_label:last-child {
  margin-right: 0;
}
.card_label_block {
  display: flex;
  margin-top: 15px;
}

.photo-heading {
  position: relative;
}

/* .photo-heading::after {
    content: "";
    background-image: url(../img/banner_effect03.png);

    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 576px;
    height: 76.066px;
    transform: rotate(1.083deg);
    top: 90px;
} */

/* new css */
.form-control {
  min-height: 44px;
  height: 44px;
  color: #9b959f;
  font-size: 14px;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 8px 15px;
}

.input_icon_box .form-control {
  padding-left: 34px;
}

.reletive_box .form-select.dark_input {
  padding: 8px 30px 8px 15px;
}

.form-control.dark_input {
  font-weight: 500;
  border-radius: 4px;
  border: 0.1px solid #e53f9df1;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
}

.input_icon_box .form-control.dark_input {
  padding-left: 37px;
}

.form-control:focus {
  color: #475f7b;
  background-color: #fff;
  border-color: #e53f9e;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
}

.page_navigation_box .pagination {
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.pagination-cms.pagination {
  display: flex;
  gap: 15px;
  margin: 0;
  flex-wrap: wrap;
}
.pagination-cms.pagination li {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2);
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-cms.pagination li a {
  color: #e53f9e;
}

.page_navigation_box .page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2);
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.page_navigation_box .page-link {
  color: #425466;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 6px;
}

.page_navigation_box .page-link.actvie,
.page_navigation_box .page-link:hover {
  border: 1px solid #e53f9e;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2),
    0px 0px 13.55903px 0px rgb(0 0 0 / 0%);
}

.page_navigation_box .page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2);
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.page_navigation_box {
  margin-top: 67px;
}

.interface_icon svg:hover path {
  stroke: #dd057f;
}

.icon-delete svg:hover path {
  fill: #dd057f;
}

.section_heading {
  color: #16030e;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.512px;
  margin: 0;
}

.dashboard_head_filter .dropdown-menu {
  border-radius: 4px;
  border: 0.2px solid #e53f9e;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
  margin-top: 15px !important;
  padding: 20px 18px;
}

.dashboard_head_filter .filter-menu {
  border-radius: 4px;
  border: 0.2px solid #e53f9e !important;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
  margin-top: 15px !important;
  padding: 20px 18px;
}

.dash-right-filter {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dashboard_head_filter .dropdown-toggle {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 0.2px solid #e53f9df1;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_checkbox label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
  height: 19px;
  width: 19px;
  min-width: 19px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 2px solid #20102b;
  border-radius: 5px;
  background: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.filter_drop_box .form-group.custom_checkbox {
  margin-bottom: 14px;
}

.filter_btn {
  border-radius: 4px;
  background: #e53f9e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.72px;
  width: 100%;
  display: block;
  padding: 12px;
  border: 1px solid #e53f9e;
}

.filter_btn:hover {
  border: 1px solid #e53f9e;
  background-color: transparent;
  color: #e53f9e;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
  border: 2px solid #e53f9e;
  background: #e53f9e;
}

.filter_status_box {
  padding: 0 10px;
  list-style: none;
}

.filter_status_box li {
  padding: 05px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #20102b;
}

.paginatio_new_slide .previous,
.paginatio_new_slide .next {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2);
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
}

.paginatio_new_slide li a.actvie,
.paginatio_new_slide li a:hover {
  border: 1px solid #e53f9e;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2),
    0px 0px 13.55903px 0px rgb(0 0 0 / 0%);
}
.paginatio_new_slide li a {
  color: #425466;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.paginatio_new_slide .page-item.active .page-link {
  border: 1px solid #e53f9e;
  background-color: transparent;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2),
    0px 0px 13.55903px 0px rgb(0 0 0 / 0%);
}

@media (max-width: 767.98px) {
  .form-control {
    min-height: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_navigation_box .pagination {
    gap: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page_navigation_box .pagination {
    gap: 15px;
  }
}

@media (max-width: 575.98px) {
  .page_navigation_box .pagination {
    gap: 10px;
  }
  .paginatio_new_slide {
    gap: 15px !important;
  }
}
.about_desc p {
  font-size: 25px;
  color: #393939;
  /* font-weight: 500; */
}

.selected {
  background-color: rgb(143, 143, 197) !important;
}
.budget-slider .MuiSlider-valueLabel {
  background-color: #e53f9e !important;
}
.budget-slider .MuiSlider-thumb {
  background-color: #e53f9e !important;
}

.budget-slider .MuiSlider-track {
  background-color: #e53f9e !important;
}

.tooltip-inner {
  color: #000;
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 24%) 0px 8px 24px;
}
.tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff;
}
.Toastify__toast-body > div:last-child {
  font-size: small;
}
.pagination-cms.pagination li {
  border-radius: 7px !important;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.2);
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item .selected {
  background-color: #e53f9e !important;
}
/* input[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
} */

.autocomplete-dropdown-container.locationDropDown {
  background: #ddd !important;
}

.locationDropDown div {
  padding: 5px 10px;
  border-radius: 8px;
}

.locationDropDown {
  background-color: #fff !important;
  background: #fff !important;
  border-radius: 8px;
  position: absolute;
  box-shadow: 0 0 4px 0px #d1d1d1;
  z-index: 5;
  width: auto;
}

.autocomplete-dropdown-container.locationDropDown {
  background-color: #fff !important;
  background: #fff !important;
  font-size: small !important;
}
div:where(.swal2-icon).swal2-warning {
  border-color: #e53f9e !important;
  color: #e53f9e !important;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
  color: #e53f9e;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #202020 !important;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #e53f9e !important;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  border-radius: 10px !important;
}

.css-tr4s17-option {
  background-color: #ffffff !important;
  color: #393939 !important;
}
.css-tr4s17-option:hover {
  background-color: #deebff !important;
}
.select-container {
  position: relative;
}

.close-icon {
  position: absolute;
  right: 32px; /* Adjust the position as needed */
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #fff;
}
.rs-btn-primary {
  background-color: #e53f9e !important;
  border: none;
  color: #fff;
}
.rs-calendar-table-cell-selected .rs-calendar-table-cell-content {
  background-color: #e53f9e !important;
  /* background-color: var(--rs-bg-active); */
  box-shadow: none;
  color: #fff;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(200px, 1fr)
  ); /* Adjust the column size as needed */
  grid-gap: 3px; /* Adjust the gap between images as needed */
}
.disabledRate {
  background-color: #e53f9e !important;
  color: white !important;
}

.locationSelectBox .css-t3ipsp-control{
  border: none !important;
  width: 180px;
}
.locationSelectBox .css-13cymwt-control{
  border: none !important;
  width: 180px;

}
.input_icon_box {
  position: relative;
}
.multipalSelect{
  align-items:baseline
}
.SearchInputBox{
  width: 200px;
}

.btn-lg-40{
  font-size: 16px;
  padding: 9px 26px;
}


.form-select.form-control.dark_select_input {
  padding-right: 35px;
}

.fillLike svg path {
  stroke: #E53F9E;
}


/* crasual */
.organization-carousel-container {
  position: relative;
  overflow: hidden;
  padding: 0 30px; /* Add padding for arrows */
}

.carousel-inner {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-dot.active {
  background-color: #333;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.carousel-arrow.prev {
  left: 0;
}

.carousel-arrow.next {
  right: 0;
}

.carousel-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* SUCCESS PAGE CSS */
.subscription-success_ui {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.success-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  max-width: 480px;
  width: 100%;
  text-align: center;
  border: 1px solid #e6f4ec;
}

.success-icon {
  margin-bottom: 20px;
}

.success-title {
  font-size: 24px;
  color: #1c274d;
  font-weight: 700;
  margin-bottom: 8px;
}

.success-message {
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.subscription-details {
  font-size: 14px;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 24px;
  text-align: left;
  color: #333;
  line-height: 1.6;
}

.btn-view-dashboard {
  background-color: #1c274d;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-view-dashboard:hover {
  background-color: #101935;
}

/* FAILED SUBSCRIPTION STYLE */
.subscription-failed_ui {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.failed-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  max-width: 480px;
  width: 100%;
  text-align: center;
  border: 1px solid #fde4e4;
}

.failed-icon {
  margin-bottom: 20px;
}

.failed-title {
  font-size: 24px;
  color: #c0392b;
  font-weight: 700;
  margin-bottom: 8px;
}

.failed-message {
  font-size: 15px;
  color: #5c5c5c;
  margin-bottom: 24px;
}

.btn-retry-subscription {
  background-color: #c0392b;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-retry-subscription:hover {
  background-color: #a93226;
}

.photo-card {
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border 0.3s ease;
}

.selected {
  box-shadow: 0px 0px 21px 0px rgb(239 0 255 / 82%);
}

.photo-card .select-indicator {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background: #FFF;
  padding: 20px;
  height: 100%;
  box-shadow: 0px 0px 21px 0px rgb(239 0 255 / 82%);
}



@media (min-width: 1440px) and (max-width: 1699px) {
  .hero_img_box img {
    max-height: 640px;
}
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .hero_img_box img {
    max-height: 530px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero_img_box img {
    max-height: 435px !important;
}
}