@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.333333;
}

.bold_green{
    color: #f3f8f6;
    background:#1a8755;
}

/*================ Remove image icon  =======================*/
.image-area {
    position: relative;
    width: 50%;
    background: #333;
  }
  .image-area img{
    max-width: 100%;
    height: auto;
  }
  .remove-image {
    display: none;
    position: absolute;
    top: 3px;
    right: 1px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    /* background: #555; */
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .remove-image:hover {
   background: #E54E4E;
    padding: 3px 7px 5px;
    top: -1px;
  right: 1px;
  }
  .remove-image:active {
   background: #E54E4E;
    top: -1px;
  right: 1px;
  }


  /* ====================================================== */
  a.user-img.border.border-danger.rounded-circle {
    position: absolute;
    top: 0;
    right: -20px;
}
/* =========================================================== */
h3 {
  font-family: "Segoe UI";
  font-size: 24px;
  font-weight: normal;
}

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

a {
  color: #707070;
  text-decoration: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  color: #e8a335;
  text-decoration: none;
}

img {
  display: inline-block;
  height: auto;
}

button {
  transition: all 0.3s ease;
}

input,
select {

  /* border-radius: 5px;
  border: 1px solid #D6D2D2;
  color: #707070;
  background-color: #fff; */
  /* width: 100%; */
}


input#inputDosamField::placeholder {
    color: #4e555c;
    opacity: 1; /* Firefox */
    margin-top: -30px;
  }

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
  }

  [type="file"] + label {
    background: #d21982;
    border: none;
    border-radius: 5px;
    text-align: center;
    height: 35px;
    width: 85px;
    font-family: 'Roboto';
    line-height: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 15px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 20px 0px 20px 0px;
  }


  /* ============================= ADMIN DISABLE CHECKBOX STYLE ================================== */

.customer-table .togglebutton label .toggle,
.customer-table .togglebutton label input[type=checkbox][disabled]+.toggle {
    background-color: Rgba(156, 39, 176, 0.7);
}

.customer-table .togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(80, 80, 80, 0.7);
}

span.slider-image img {
    height: 80px;
}

label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #707070;
  line-height: 1.3;
  font-weight: 400;
  background-color: #E6E6EE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding: 33px 15px;
  position: relative;
}
@media (max-width: 575px) {
  .container {
    padding: 30px 10px;
  }
}

.button {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #e8a335;
  padding: 10px 25px;
  border-radius: 5px;
  border-color: #e8a335;
  outline: none;
  border: 1px solid;
}
.button:hover {
  background-color: transparent;
  border-color: #e8a335 !important;
  color: #e8a335;
}
.button.current {
  background: #452d6e;
  cursor: not-allowed;
  display: inline-block;
}
.button.current:hover {
  background: #452d6e;
  border-color: #452d6e;
  color: #fff;
}

.aside::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #D6D2D2;
}

.aside::-webkit-scrollbar {
  width: 6px;
  background-color: #D6D2D2;
}

.aside::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8a335;
}

.page_title {
  padding: 15px 0px;
}
.page_title h3 {
  color: #e8a335;
  font-weight: bold;
  font-family: "Roboto,sans-serif";
}

.nodata_found {
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 5px #00000029;
  padding: 40px 10px;
  text-align: center;
  min-height: 500px;
}
.nodata_found img {
  width: 100%;
  max-width: 400px;
}
.nodata_found h5 {
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
}

form input::-webkit-input-placeholder {
  text-transform: capitalize;
}
form input label {
  text-transform: capitalize;
}

h2, h3, h4, h5 {
  text-transform: capitalize;
}

.package_card ul {
  list-style: none;
  padding-left: 0;
}
.package_card ul li {
  margin-bottom: 6px !important;
  width: 100%;
}

.dashboard {
  position: relative;
  transition: all 0.25s ease;
  background-image: url("../image/003.png");
}
.dashboard::after {
  content: "";
  background: #000;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.7s ease;
  z-index: 1;
  visibility: hidden;
}
.dashboard .dashboard_content {
  display: flex;
}
.dashboard .dashboard_content .aside {
  width: 100%;
  max-width: 265px;
  padding-right: 15px;
  height: 100vh;
  overflow: hidden;
  overflow-y: overlay;
  position: sticky;
  left: 0;
  top: 0;
  background-color: #fff;
  height: calc(100vh - 11px);
  padding: 13px 17px;
}
@media (max-width: 991px) {
  .dashboard .dashboard_content .aside {
    position: fixed;
    transition: all 0.3s ease;
    left: -100%;
    z-index: 9;
    max-width: 320px;
  }
}
.dashboard .dashboard_content .aside .profile_img {
  margin: 0 auto;
  text-align: center;
}
.dashboard .dashboard_content .aside .profile_img .image {
  width: 100%;
  height: 124px;
  margin: 0 auto;
  border-radius: 50%;
}
.dashboard .dashboard_content .aside .profile_img .image a img {
  object-fit: cover;
  height: 124px;
  width: 124px;
  cursor: pointer;
}
.dashboard .dashboard_content .aside .profile_img span {
  display: inline-block;
  margin-top: 5px;
}
.dashboard .dashboard_content .aside .profile_img form .form-group {
  margin: 0;
}
.dashboard .dashboard_content .aside .profile_img form .edit-profile {
  border: 0;
  outline: none;
  background: none;
}
.dashboard .dashboard_content .aside .menu_section {
  padding: 15px 0;
}
.dashboard .dashboard_content .aside .menu_section ul li a {
  padding: 11px 11px;
  margin: 10px;
  display: block;
  color: inherit;
  border-bottom: 1px solid;
  text-decoration: none;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 18px;
  font-family: inherit;
}
.dashboard .dashboard_content .aside .menu_section ul li a:hover {
  color: #d11981;
  background: #f8d91c36;
  font-weight: bold;
}
.dashboard .dashboard_content .aside .menu_section ul li a.active {
  color: #d82391;
  background: #f689582e;
  font-weight: bold;
}
.dashboard .dashboard_content .main_content {
  width: calc(100% - 265px);
  margin-left: 15px;
}
@media (max-width: 991px) {
  .dashboard .dashboard_content .main_content {
    width: 100%;
    margin: 0;
  }
}
.dashboard .dashboard_content .main_content .dashboard_header {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 5px #00000029;
  position: relative;
}
@media (max-width: 767px) {
  .dashboard .dashboard_content .main_content .dashboard_header {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
}
.dashboard .dashboard_content .main_content .dashboard_header .toggle_button {
  display: none;
  padding: 10px;
  margin: 0 15px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .dashboard .dashboard_content .main_content .dashboard_header .toggle_button {
    display: block;
  }
}
.dashboard .dashboard_content .main_content .dashboard_header .search_box {
  max-width: 767px;
  width: 100%;
}
@media (max-width: 767px) {
  .dashboard .dashboard_content .main_content .dashboard_header .search_box {
    background: #fff;
    border-radius: 10px;
    top: 100%;
  }
}
@media (max-width: 414) {
  .dashboard .dashboard_content .main_content .dashboard_header .search_box {
    display: none;
  }
}
.dashboard .dashboard_content .main_content .dashboard_header .search_box form {
  width: 100%;
  display: flex;
  align-items: center;
}
.dashboard .dashboard_content .main_content .dashboard_header .search_box form .icon {
  padding: 10px;
  cursor: pointer;
}
.dashboard .dashboard_content .main_content .dashboard_header .search_box form input {
  border: none;
  outline: none;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li {
  display: inline-block;
  padding: 2px 10px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .dashboard .dashboard_content .main_content .dashboard_header > ul li {
    width: 50px;
  }
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li a {
  color: inherit;
  position: relative;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li a img {
  object-fit: cover;
  height: 40px;
  width: 40px;
  border: 1px solid;
  border-radius: 50%;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li a span.notify-count {
  position: absolute;
  left: 15px;
  right: 0;
  top: -2px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: red;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li a:hover {
  color: #d9784d;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li.user_profile ul {
  top: 100%;
  position: absolute;
  display: none;
  background: #fff;
  width: 100%;
  right: auto;
  left: 0;
  box-shadow: 0 3px 5px #00000029;
  padding: 15px 10px;
  z-index: 10;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li.user_profile ul li {
  display: block;
  width: 100%;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li.user_profile ul li a {
  font-size: 15px;
  cursor: pointer;
}
.dashboard .dashboard_content .main_content .dashboard_header > ul li.user_profile ul li a i {
  padding-right: 10px;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  display: none;
  left: 0;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification {
  max-width: 350PX;
  width: 100%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 3px 5px #00000029;
  padding: 15px 10px;
  margin-top: 3px;
  border-radius: 5px;
  z-index: 6;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification ul {
  display: block;
  width: 100%;
  font-size: 14px;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification li {
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 3px 5px #00000029;
  padding: 8px 12px;
  margin-bottom: 5px;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification li a {
  display: block;
  width: 100%;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification li a:hover {
  color: #333333;
  font-weight: bold;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification li a p {
  margin: 0;
  display: inline-block;
  padding: 0 10px;
}
.dashboard .dashboard_content .main_content .dashboard_header .notification_content .notification li i {
  color: #e8a335;
}
.dashboard .dashboard_content .main_content .dashboard_header.notification_open .notification_content {
  display: flex;
}
.dashboard.open {
  position: fixed;
  transition: all 0.25s ease;
}
.dashboard.open .dashboard_content .aside {
  left: 0;
}
.dashboard.open:after {
  opacity: 0.6;
  visibility: visible;
  transition: all 0.7s ease;
}
.dashboard .copyright {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  left: 0;
}
.dashboard .copyright .copyright_container {
  max-width: 1300px;
  padding: 0px 15px;
  text-align: center;
}
.dashboard .copyright .copyright_container p {
  padding: 10px;
  margin-bottom: 10px;
  background: #e8a335;
  text-align: center;
  color: #fff;
}

.my_profile .specification_button {
  background: transparent;
  margin: 25px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .my_profile .specification_button {
    display: none;
  }
}
.my_profile .specification_button ul {
  width: 100%;
}
.my_profile .specification_button ul li {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
}
.my_profile .specification_button ul li a {
  line-height: 1.333;
  background: #fff;
  border-radius: 10px;
  padding: 28px 20px;
  display: block;
  text-align: center;
  margin: 5px;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: Segoe UI;
  vertical-align: middle;
  text-decoration: none;
}
.my_profile .specification_button ul li a:hover {
  background-color: #e8a335;
  color: #fff;
}
.my_profile .specification_button ul li a.active {
  font-weight: bold;
  background-color: #e8a335;
  color: #fff;
}
.my_profile .input_form_container {
  padding: 25px 25px 60px;
  background: #fff;
}
@media (max-width: 767px) {
  .my_profile .input_form_container {
    margin-top: 40px;
    padding: 25px 25px 25px;
  }
}
.my_profile .input_form_container .input_content {
  width: 100%;
  max-width: 742px;
}
.my_profile .input_form_container .input_content .required {
  color: red;
}
.my_profile .input_form_container .input_content .registration_number {
  margin: 0 15px;
  border-radius: 50%;
  border: 2px solid #d82391;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d82391;
  font-weight: 700;
  font-size: 20px;
}
.my_profile .input_form_container .input_content h3 {
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.my_profile .input_form_container .input_content form .form-row {
  margin-top: 25px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .my_profile .input_form_container .input_content form .form-row {
    flex-direction: column;
  }
}
.my_profile .input_form_container .input_content form .form-row p {
  font-style: italic;
  color: #333333;
  font-weight: bold;
}
.my_profile .input_form_container .input_content form .form-row .col:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .my_profile .input_form_container .input_content form .form-row .col:not(:first-child) {
    margin: 0;
    margin-top: 25px;
  }
}
.my_profile .input_form_container .input_content form .form-row .col label {
  text-transform: inherit;
}
.my_profile .input_form_container .input_content form .form-row .col textarea,
.my_profile .input_form_container .input_content form .form-row .col input,
.my_profile .input_form_container .input_content form .form-row .col select {
  border-radius: 5px;
  border-color: #D6D2D2;
  text-transform: capitalize;
}
.my_profile .input_form_container .input_content form .form-row .col textarea::-webkit-input-placeholder,
.my_profile .input_form_container .input_content form .form-row .col input::-webkit-input-placeholder,
.my_profile .input_form_container .input_content form .form-row .col select::-webkit-input-placeholder {
  text-transform: capitalize;
}
.my_profile .input_form_container .input_content form .form-row .button {
  border: 2px solid #e8a335 !important;
  width: 100%;
  max-width: 350px;
  text-transform: uppercase;
  height: 100%;
}
@media (max-width: 767px) {
  .my_profile .input_form_container .input_content form .form-row .button {
    max-width: 100%;
  }
}
.my_profile .input_form_container .input_content form .form-row .button span {
  display: block;
  margin-bottom: 1px;
}
.my_profile .input_form_container .input_content form .form-row .form-control {
  -webkit-appearance: auto;
  appearance: auto;
}
.my_profile .input_form_container .input_content form .form-row ul {
  width: 100%;
}
.my_profile .input_form_container .input_content form .form-row ul li {
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .my_profile .input_form_container .input_content form .form-row ul li {
    flex-direction: column;
  }
}
.my_profile .input_form_container .input_content form .form-row ul li span {
  display: inline-block;
}
.my_profile .input_form_container .input_content form .form-row ul li span.title {
  width: 300px;
}
@media (max-width: 767px) {
  .my_profile .input_form_container .input_content form .form-row ul li span.title_ans {
    padding: 3px 25px;
  }
}
.my_profile .input_form_container .input_content .form-row {
  margin-top: 25px;
  margin-bottom: 3px;
}
.my_profile .input_form_container .input_content .form-row p {
  font-style: normal !important;
}
.my_profile .input_form_container .input_content .form-row ul li i {
  padding: 10px;
}
.my_profile .input_form_container .input_content .form-row button {
  border: 2px solid #e8a335 !important;
  width: 100%;
  max-width: 350px;
  text-transform: uppercase;
}
.my_profile .input_form_container .input_content .form-row button span {
  display: block;
  margin-bottom: 1px;
}
.my_profile .input_form_container .input_content .form-row .finish {
  border: 2px solid #1a8755 !important;
  width: 100%;
  max-width: 350px;
  text-transform: uppercase;
}
.my_profile .gallery {
  width: 100%;
  max-width: 100%;
}
.my_profile .gallery p {
  margin-top: 15px;
}
.my_profile .gallery .gallery_inner {
  padding: 29px 17px;
  width: 100%;
  border: 1px solid #D6D2D2;
}
.my_profile .gallery .gallery_inner ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.my_profile .gallery .gallery_inner ul li {
  width: 100%;
  max-width: 160px;
  height: 192px;
  display: inline-block;
}
.my_profile .gallery .gallery_inner ul li a img {
  height: 100%;
  object-fit: cover;
}

.profile .my_profile_personal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal {
    flex-direction: column;
    font-size: 16px;
  }
}
.profile .my_profile_personal i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
.profile .my_profile_personal i.fa-plus {
  font-size: 30px;
  margin-left: 45px;
  margin-top: 20px;
}
.profile .my_profile_personal li {
  padding: 5px 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: small;
  font-weight: 400;
  color: black;
  padding-left: 5px;
}
.profile .my_profile_personal .left-profile-area {
  width: 100%;
  padding: 0 15px;
}
.profile .my_profile_personal .left-profile-area .profile-about-box {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 5px 0px #777b9205;
  box-shadow: 0px 10px 5px 0px #777b9205;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .top-bg {
  height: 160px;
  background: url("../image/profile-box-bg-1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-size: cover !important;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content {
  position: relative;
  padding: 90px 30px 30px;
  text-align: center;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .profile-img {
  background: #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -60px;
  z-index: 1;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .profile-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .profile-img:after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background: rgba(26, 16, 16, 0.2);
  top: -20px;
  z-index: -1;
  left: -20px;
  border-radius: 50%;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .profile-img::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  top: -10px;
  z-index: -1;
  left: -10px;
  border-radius: 50%;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content h5.name {
  font-size: 28px;
  line-height: 1.35;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content h5.name {
    font-size: 20px;
  }
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content ul li {
  list-style: none;
  padding: 5px 0;
  display: inline-block;
  margin-right: 30px;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content ul li:last-child {
  margin-right: 0px;
  position: relative;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content ul li:last-child:before {
  position: absolute;
  content: "|";
  left: -18px;
  top: 2px;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content ul li span i {
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content ul li {
    font-size: 16px;
    margin: 0 !important;
  }
  .profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content ul li::before {
    display: none;
  }
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two {
    flex-direction: column;
  }
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon {
  margin-right: 5px;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon label {
  margin-bottom: 0;
  font-size: inherit;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7e9f8;
  text-align: center;
  line-height: 52px;
  display: inline-block;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon input {
  display: none;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon input:checked ~ label {
  background: #f664bc;
  animation: pulse 0.5s alternate;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right {
    margin: 10px 0;
  }
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right .icon {
  cursor: pointer;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right .custom-button {
  border: 0px;
  cursor: pointer;
  width: auto;
  height: auto;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  font-weight: normal;
  padding: 5px 15px;
  background-image: -o-linear-gradient(141deg, #f664bc 0%, #fb7bbc 35%, #ff92bb 100%) !important;
  background-image: linear-gradient(-51deg, #f664bc 0%, #fb7bbc 35%, #ff92bb 100%) !important;
  -webkit-box-shadow: 0px 5px 20px 0px #8b7a8480;
  box-shadow: 0px 5px 20px 0px #8b7a8480;
  text-decoration: none;
}
.profile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right .custom-button:hover {
  transform: scale(1.05);
}
.profile .my_profile_personal .left-profile-area .profile-meta-box {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 5px 0px #777b9205;
  box-shadow: 0px 10px 5px 0px #777b9205;
  margin-top: 30px;
  padding: 20px 20px 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile .my_profile_personal .left-profile-area .profile-meta-box ul.p-m-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.profile .my_profile_personal .left-profile-area .profile-meta-box ul.p-m-b li {
  -webkit-box-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  width: 33.33%;
  text-align: center;
}
.profile .my_profile_personal .left-profile-area .profile-meta-box ul.p-m-b li a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f8e9f7;
  line-height: 60px;
  position: relative;
}
.profile .my_profile_personal .left-profile-area .profile-meta-box ul.p-m-b li a .number {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  z-index: 2;
  top: 15%;
  right: 15%;
}
.profile .my_profile_personal .left-profile-area .profile-meta-box ul.p-m-b li a:hover {
  transform: scale(1.05);
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 5px 0px #777b9205;
  box-shadow: 0px 10px 5px 0px #777b9205;
  margin-top: 30px;
  padding: 35px 20px 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo h4.p-u-p-header {
  font-size: 24px;
  font-weight: 600;
  display: block;
  padding: 0px 10px;
  margin-bottom: 25px;
  margin-top: -10px;
  line-height: 1.3;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .left-profile-area .profile-uplodate-photo h4.p-u-p-header {
    font-size: 20px;
  }
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 49%;
  margin-bottom: 10px;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 10px;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img img {
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #5533ca;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .overlay a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .overlay a i {
  background-image: none;
  -webkit-text-fill-color: #fff;
}
.profile .my_profile_personal .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}



/* on hover add icon add */

.prosfile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .profile-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%!important;
}

.prosfile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .profile-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d823a947;
    left: 0;
    bottom: -100%;
    color: #fff;
    transition: all .3s linear;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '+';
    font-size: 30px;
    font-weight: bolder;
    cursor: pointer;
}


.prosfile .my_profile_personal .left-profile-area .profile-about-box .p-inner-content .profile-img:hover:after {
    bottom: 0;
}
/* ----------------------------------------------------------------------------------------------------------------- */

/* Right Photos update  */
.profile .my_profile_personal .profile-main-content .profile-uplodate-photo {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 5px 0px #777b9205;
    box-shadow: 0px 10px 5px 0px #777b9205;
    /* height: 360px; */
    /* margin-top: 30px; */
    padding: 35px 20px 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo h4.p-u-p-header {
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 0px 10px;
    margin-bottom: 25px;
    margin-top: -10px;
    line-height: 1.3;
    color: #333333;
  }
  @media screen and (max-width: 767px) {
    .profile .my_profile_personal .profile-main-content .profile-uplodate-photo h4.p-u-p-header {
      font-size: 20px;
    }
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 49%;
    margin-bottom: 10px;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col .img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 10px;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col .img a {
    display: block;
    /* width: 100%;
    height: 100%; */
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col .img img {
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #5533ca;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col .overlay a {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col .overlay a i {
    background-image: none;
    -webkit-text-fill-color: #fff;
  }
  .profile .my_profile_personal .profile-main-content .profile-uplodate-photo .p-u-p-list .my-col:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  /* End Right gallary photos css */


.profile .my_profile_personal .profile-main-content {
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .profile-main-content {
    margin-top: 30px;
    padding: 0 5px;
  }
}
.profile .my_profile_personal .profile-main-content .info-box {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 22px;
  text-transform: capitalize;
}
.profile .my_profile_personal .profile-main-content .info-box:not(:first-child) {
  margin-top: 30px;
}
.profile .my_profile_personal .profile-main-content .info-box .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile .my_profile_personal .profile-main-content .info-box .content ul.infolist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.profile .my_profile_personal .profile-main-content .info-box .content ul.infolist li span {
  font-size: 16px;
  line-height: 26px;
}
.profile .my_profile_personal .profile-main-content .info-box .content .text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0px 3px;
  margin-bottom: 0;
}
/* Left profile section */
.profile .my_profile_personal .left-profile-area .info-box {
    background-color: white;
    border-radius: 10px;
    padding: 30px 30px 22px;
    text-transform: capitalize;
  }
  .profile .my_profile_personal .left-profile-area .info-box:not(:first-child) {
    margin-top: 30px;
  }
  .profile .my_profile_personal .left-profile-area .info-box .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .profile .my_profile_personal .left-profile-area .info-box .content ul.infolist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .profile .my_profile_personal .left-profile-area .info-box .content ul.infolist li span {
    font-size: 16px;
    line-height: 26px;
  }
  .profile .my_profile_personal .left-profile-area .info-box .content .text {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0px 3px;
    margin-bottom: 0;
  }

.profile .my_profile_personal .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #000;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .title {
    font-size: 20px;
  }
}
.profile .my_profile_personal .c-r-heading {
  margin-bottom: 10px;
  width: 100%;
}
.profile .my_profile_personal .likes {
  width: 100%;
  padding: 0 15px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .likes {
    padding: 0 5px;
    max-width: 100%;
  }
}
.profile .my_profile_personal .likes .p-u-p-list {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 22px;
  margin-top: 30px;
}
.profile .my_profile_personal .likes .p-u-p-list .result_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.profile .my_profile_personal .likes .p-u-p-list .result_cards .cards {
  padding: 20px;
  margin-right: 5px;
  width: 47%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  text-transform: capitalize;
  height: auto;
}
@media (max-width: 1100px) {
  .profile .my_profile_personal .likes .p-u-p-list .result_cards .cards {
    width: 100%;
  }
}
.profile .my_profile_personal .likes .p-u-p-list .result_cards .cards a {
  display: block;
}
.profile .my_profile_personal .likes .p-u-p-list .result_cards .cards a img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.profile .my_profile_personal .likes .p-u-p-list .result_cards .cards a span {
  font-weight: bold;
  color: #333333;
}
.profile .my_profile_personal .likes .p-u-p-list .result_cards .cards .card_body {
  font-size: 16px;
  text-transform: capitalize;
}
.profile .my_profile_personal .chat {
  width: 100%;
  padding: 0 15px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .chat {
    max-width: 100%;
  }
}
.profile .my_profile_personal .chat .chat-request {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 22px;
  margin-top: 30px;
}
.profile .my_profile_personal .chat .chat-request .c-r-content .single-c-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.profile .my_profile_personal .chat .chat-request .c-r-content .single-c-r .left {
  margin-right: 20px;
}
.profile .my_profile_personal .chat .chat-request .c-r-content .single-c-r .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 12px;
}
.profile .my_profile_personal .chat .chat-request .c-r-content .single-c-r .right h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767px) {
  .profile .my_profile_personal .chat .chat-request .c-r-content .single-c-r .right h4 {
    font-size: 16px;
  }
}
.profile .my_profile_personal .chat .chat-request .c-r-content .single-c-r .right p {
  margin-bottom: 0px;
  font-size: 16px;
}
.profile .my_profile_personal .chat .chat-request .c-r-content .load-more {
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  color: #333;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
}
.profile .my_profile_personal .chat .plan {
  text-align: center;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 22px;
}
.profile .my_profile_personal .chat .plan .package_card {
  display: inline-block;
  height: 525px;
  box-shadow: #00000040 0px 0.0625em 0.0625em, #00000040 0px 0.125em 0.5em, #ffffff1a 0px 0px 0px 1px inset;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px;
  position: relative;
  padding-bottom: 60px;
  background-color: #fff;
  max-width: 250px;
  width: 100%;
}
.profile .my_profile_personal .chat .plan .package_card .badge {
  position: absolute;
  top: -10px;
  height: 20px;
  line-height: 1px;
  font-size: small;
  font-family: initial;
  right: -10px;
  background-color: #17a2b8;
  padding: 20px;
  border-radius: 30px 0 0 30px;
}
.profile .my_profile_personal .chat .plan .package_card .card_name {
  height: 45px;
  color: black;
  opacity: 0.7;
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
.profile .my_profile_personal .chat .plan .package_card .amount h5 {
  color: #452d6e;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1.5px solid rgba(69, 45, 110, 0.6);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.profile .my_profile_personal .chat .plan .package_card .amount h5 sub {
  font-size: 14px;
}
.profile .my_profile_personal .chat .plan .package_card .features {
  font-size: 16px;
  padding: 15px 10px;
}
.profile .my_profile_personal .chat .plan .package_card .features li::marker {
  content: "➽";
  color: orange;
}
.profile .my_profile_personal .chat .plan .package_card .subscrib_button {
  text-align: center;
  margin: 10px 0;
  width: 100%;
}
.profile .my_profile_personal .chat .plan .slick-dots {
  bottom: 1px;
  left: 0;
}
.profile .my_profile_personal .chat .plan .slick-dots li button:before {
  font-size: 0px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background: #d82391;
  border-radius: 50%;
}

.find_match .age_filter_wrap {
  box-shadow: 0 3px 5px #00000029;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .find_match .age_filter_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.find_match .age_filter_wrap form {
  display: inline-block;
  color: #333333;
  padding: 15px 0;
  width: 49%;
}
.find_match .age_filter_wrap form .row {
  align-items: center;
}
@media (min-width: 768px) {
  .find_match .age_filter_wrap form .row {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .find_match .age_filter_wrap form .row .find_match_search {
    max-width: 240px;
  }
}
@media (max-width: 575px) {
  .find_match .age_filter_wrap form .row .find_match_search {
    flex: 100%;
  }
}
.find_match .age_filter_wrap form .row .find_match_search input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
}
.find_match .age_filter_wrap form .row .find_match_search input:focus {
  box-shadow: none;
}
.find_match .age_filter_wrap form h4 {
  font-size: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.find_match .age_filter_wrap form select {
  display: inline-block;
  min-height: auto;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding: 5px 0;
  margin-right: 10px;
  outline: none;
}
.find_match .age_filter_wrap form select option {
  width: 100%;
  box-shadow: 0 3px 5px #00000029;
  border: none;
  background: #ffff;
}
@media screen and (max-width: 767px) {
  .find_match .age_filter_wrap form select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.find_match .age_filter_wrap form .btn {
  background-color: #e8a335;
  color: #fff;
  line-height: inherit;
  border-color: #e8a335;
}
@media screen and (max-width: 767px) {
  .find_match .age_filter_wrap form .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .find_match .age_filter_wrap form {
    width: 100%;
  }
}
.find_match .age_filter_wrap form input {
  min-height: 34px;
}
.find_match .age_filter_wrap form .match_filter {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .find_match .age_filter_wrap form .match_filter {
    flex-direction: column;
  }
}
.find_match .age_filter_wrap form .country_search {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .find_match .age_filter_wrap form .country_search {
    flex-direction: column;
  }
}
.find_match .age_filter_wrap form .country_search .select2-container {
  width: 100% !important;
  margin-right: 10px;
}
.find_match .age_filter_wrap .advance_filter {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .find_match .age_filter_wrap .advance_filter {
    width: 100%;
  }
}
.find_match .age_filter_wrap .advance_filter button {
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: transparent;
}
.find_match .age_filter_wrap .advance_filter button:first-child {
  background-color: #e8a335;
  border-color: #e8a335;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .find_match .age_filter_wrap .advance_filter button {
    width: 100%;
  }
}
.find_match .advertisement .image {
  height: 120px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .find_match .advertisement .image {
    height: 90px;
  }
}
@media (max-width: 575px) {
  .find_match .advertisement .image {
    height: 50px;
  }
}
.find_match .advertisement .image img {
  width: 100%;
}
.find_match .result {
  padding: 15px 20px;
  box-shadow: 0 3px 5px #00000029;
  background-color: #fff;
  border-radius: 5px;
  margin: 17px 0;
}
.find_match .result p {
  margin: 0;
}
.find_match .result_cards {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.find_match .result_cards .cards {
  display: block;
  width: 30%;
  position: relative;
  text-align: center;
  padding: 20px 15px;
  background: #fff;
  margin: 44px 10px;
  box-shadow: rgba(0, 0, 0, 0.42) 0px 2px 8px;
  border-radius: 5px;
  text-transform: capitalize;
  height: auto;
}
@media (max-width: 1024px) {
  .find_match .result_cards .cards {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .find_match .result_cards .cards {
    width: 100%;
  }
}
.find_match .result_cards .cards .featured_img {
  position: absolute;
  top: -60px;
  width: 100%;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 3;
  border: none;
}
.find_match .result_cards .cards .featured_img img {
  width: 100%;
  max-width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #707070;
  padding: 2px;
  display: inline-block;
}
.find_match .result_cards .cards .card_body {
  padding-top: 50px;
  z-index: 1;
}
.find_match .result_cards .cards .card_body h5 {
  font-weight: bold;
  color: #333333;
}
.find_match .result_cards .cards .card_body .user_info {
  padding: 10px 0;
}
.find_match .result_cards .cards .card_body .user_info span {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid;
}
.find_match .result_cards .cards .card_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.find_match .result_cards .cards .card_footer label {
  font-size: 20px;
  margin: 0;
  width: 26px;
  height: 25px;
  cursor: pointer;
}
.find_match .result_cards .cards .card_footer label:hover {
  color: #d82391;
}
.find_match .result_cards .cards .card_footer input[type=checkbox] {
  display: none;
}
.find_match .result_cards .cards .card_footer a {
  width: 26px;
  height: 25px;
  font-size: 20px;
  margin: 0 10px;
  border: none;
}

.like > input:checked ~ label.icon-heart i {
  color: crimson;
  animation: pulse 0.5s alternate;
}

.block_uder > input:checked ~ label i {
  animation: pulse 0.5s alternate;
  color: crimson;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.result_cards {
  display: flex;
  flex-wrap: wrap;
}
.result_cards .cards {
  display: inline-block;
  padding: 25px 25px;
  background: #fff;
  margin: 19px 0;
  border-radius: 5px;
  box-shadow: 0 3px 5px #00000029;
  margin-right: 15px;
  position: relative;
  text-transform: capitalize;
  width: 230px;
  height: 381px;
}
.result_cards .cards a {
  display: block;
  border-bottom: 1px solid;
}
.result_cards .cards a img {
  display: block;
  width: 179px;
  height: 179px;
  border-radius: 50%;
  object-fit: cover;
}
.result_cards .cards a span {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.result_cards .cards .indicator {
  width: 17px;
  height: 17px;
  background: #5ECB0B;
  position: absolute;
  min-height: 1px;
  z-index: 2;
  top: 15px;
  right: 15px;
  display: inline-block;
  border-radius: 50%;
}
.result_cards .cards .card_body {
  text-align: center;
  padding-top: 10px;
}
.result_cards .cards .card_body span {
  display: block;
  padding: 2px;
}
.result_cards .cards .card_body ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.result_cards .cards .card_body ul li a {
  border: none;
  font-size: 18px;
}
.result_cards .cards .card_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.result_cards .cards .card_footer label {
  font-size: 35px;
  margin: 0;
  width: 26px;
  height: 25px;
  cursor: pointer;
}
.result_cards .cards .card_footer label:hover {
  color: #d82391;
}
.result_cards .cards .card_footer input[type=checkbox] {
  display: none;
}
.result_cards .cards .card_footer a {
  width: 26px;
  height: 25px;
  font-size: 20px;
  margin: 0 10px;
  border: none;
}

.package .box {
  padding: 15px 20px;
  box-shadow: 0 3px 5px #00000029;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-bottom: 25px;
}
.package .box p {
  margin: 0;
}
.package .box h4 {
  font-size: 25px;
  color: #333333;
  color: #e8a335;
  text-align: center;
  margin: 20px 0;
}
.package .box p {
  margin-bottom: 10px;
}
.package .box .card_wrap {
  display: flex;
  flex-wrap: wrap;
}
.package .box .card_wrap .card_in {
  width: 30%;
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  margin: 5px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .package .box .card_wrap .card_in {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .package .box .card_wrap .card_in {
    max-width: 100%;
  }
}
.package .box .card_wrap .card_in .img {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.package .box .card_wrap .card_in .img img {
  width: 100%;
}
.package .box .card_wrap .card_in .card_body {
  padding: 10px 5px;
  text-align: center;
}
.package .box .card_wrap .card_in .card_body h5 {
  text-align: center;
  padding-bottom: 10px;
}
.package .box .package_discrintion .nav-pills {
  padding-bottom: 15px;
}
.package .box .package_discrintion .nav-pills li a.active {
  background-color: #e8a335;
}
@media screen and (max-width: 575px) {
  .package .box .package_discrintion .nav-pills li a {
    padding-right: 8px;
    padding-left: 8px;
    border-bottom: 1px solid;
    border-radius: 0;
  }
}
.package .box .package_discrintion .tab-content > .active {
  display: flex;
}
@media screen and (max-width: 767px) {
  .package .box .package_discrintion .tab-content > .active {
    flex-direction: column;
  }
}
.package .box .package_discrintion .package_card {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  width: 30%;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  padding-bottom: 60px;
  position: relative;
}
.package .box .package_discrintion .package_card .badge {
  position: absolute;
  top: -10px;
  height: 20px;
  line-height: 1px;
  font-size: small;
  font-family: initial;
  right: -10px;
  background-color: #17a2b8;
  padding: 20px;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .package .box .package_discrintion .package_card {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .package .box .package_discrintion .package_card {
    max-width: 100%;
  }
}
.package .box .package_discrintion .card_name {
  height: 55px;
  opacity: 0.8;
  margin: 0.5rem 0;
  color: black;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
.package .box .package_discrintion .amount h5 {
  color: #452d6e;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  border-bottom: 1.5px solid rgba(69, 45, 110, 0.6);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.package .box .package_discrintion .amount h5 sub {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .package .box .package_discrintion .amount h5 {
    font-size: 35px;
  }
}
.package .box .package_discrintion .features {
  font-size: 16px;
  padding: 15px 10px;
}
@media screen and (max-width: 991px) {
  .package .box .package_discrintion .features {
    font-size: 14px;
    padding-right: 0;
    padding-left: 0;
  }
}
.package .box .package_discrintion .features ul li {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: small;
  font-weight: 400;
  color: black;
  padding-left: 5px;
}
.package .box .package_discrintion .features ul li::marker {
  content: "➽";
  color: orange;
}
.package .box .package_discrintion .features ul li i {
  font-weight: bold;
  padding-right: 10px;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .package .box .package_discrintion .features ul li i {
    padding-right: 5px;
  }
}
.package .box .package_discrintion .subscrib_button {
  text-align: center;
  margin: 10px 0;
  width: 100%;
}
.package .box .package_discrintion .subscrib_button a {
  display: inline-block;
  border: 1px solid #e8a335;
}

.light_box_card {
  display: flex;
  width: 100%;
}
.light_box_card ._card {
  width: 100%;
  max-width: 23%;
  margin: 5px;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .light_box_card ._card {
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .light_box_card ._card {
    max-width: 46%;
  }
}
.light_box_card ._card a {
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.light_box_card ._card a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.light_box_card ._card i {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 8;
}
@media (min-width: 991px) {
  .light_box_card ._card i {
    opacity: 0;
    visibility: hidden;
    transform: all 0.3s linear;
  }
}
.light_box_card ._card:hover i {
  visibility: visible;
  opacity: 1;
  transform: all 0.3s linear;
}

.show-photos .file_dropdown .dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed #0087f7;
  border-image: none;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.show-photos .file_dropdown .dropzone h4 {
  margin: 1em 0;
}
.show-photos .file_dropdown .dropzone h4 i {
  display: block;
  padding: 10px 0;
  font-size: 40px;
  color: #aaa;
}

.notification {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 22px;
  text-transform: capitalize;
}
.notification .notification_table table {
  width: 100%;
}
.notification .notification_table table tr {
  border-bottom: 1px solid #aaa;
}
.notification .notification_table table tr th {
  padding: 10px;
  background: #aaaaaaba;
  color: #000;
}
.notification .notification_table table tr td {
  padding: 10px;
}
.notification .notification_table table tr td .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.notification .notification_table table tr td .image img {
  width: 100%;
}

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

.table thead tr th a{
    display: contents;
}


/*This is my custome CSS */

.awesom-top-aligment{
    margin-top: 12px !important;
}

.main-logo-viue{
  margin: 12px;
}

.main-logo-view{margin: 25px;}
.img-lead-for{margin: 18px;}
.form-padding-tweenty{padding: 20px;}
.margin-slider-text{margin-top: 12px;}
