img {
  max-width: 100%;
}
.my-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.topbar {
  display: flex;
  justify-content: end;
}

.topbar li a {
  margin: 0 15px;
  color: #fff;
}
.header-social-links {
  display: flex;
  display: none;
}
.my-pagination ul {
  display: flex;
}

.my-pagination ul li {
  margin: 0 10px;
}

#user-error {
  display: none;
  color: red;
}

.my-pagination ul li a {
  color: #67b669;
  text-decoration: none;
  border: 1px solid #67b669;
  border-radius: 50%;
  width: 30px;
  text-align: center;
}

.my-pagination ul li a.active {
  background: #67b669;
  color: #fff;
}

.page-nav {
  border: none !important;
  width: auto !important;
}

.disabled {
  color: #add8ae !important;
  cursor: default;
}

.search-select {
  border-radius: 50px;
}

.search-select ul {
  height: 340px;
  overflow-y: scroll !important;
}

.errorlist li {
  color: #df323d;
}

.single-work-box-img {
  max-width: 80%;
}

.areas {
  margin-top: 70px;
}

.areas h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 9px;
}

.areas .my-form-control {
  border: 1px solid rgba(59, 54, 140, 0.1);
  background-color: #eaf2fc;
  -webkit-box-shadow: 1.948px 3px 6px 0px rgb(220 234 251 / 30%);
  box-shadow: 1.948px 3px 6px 0px rgb(220 234 251 / 30%);
  font-size: 16px;
  color: #3b368c;
  padding: 0px 30px;
  height: 60px;
}

.search-button {
  position: absolute;
  width: 50px;
  background: none;
  color: #fff;
  border: none;
  right: 0;
}


.close-button {
    border: none;
    background: none;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #666;
    font-size: 24px;
    line-height: 1;
    padding: 0;
  }

  .close-button:hover {
    background: #f5f5f5;
    color: #333;
  }

  .close-button:active {
    background: #e8e8e8;
    transform: scale(0.95);
  }

  .close-button:focus {
    outline: 2px solid #4a90e2;
    outline-offset: 2px;
  }

  /* Enhanced Modal Header */
  .modal-header-enhanced {
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .modal-title-enhanced {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }

.sub-title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 50px;
}

.single-story-name {
  margin-top: 20px;
  font-size: 24px;
}

.extra-secion-col-img {
  background-color: #fafbff;
  background-image: url("../images/thumbnail.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 0px 30px 30px 0px;
  min-height: 100%;
  max-width: 47%;
}

.extra-section-offer {
  position: absolute;
  width: 260px;
  height: 260px;
  background-image: linear-gradient(284deg, #6ab96a 0%, #00525f 100%);
  background-image: linear-gradient(284deg, #6ab96a 0%, #00525f 100%);
  border-radius: 50%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -120px;
}

.extra-section-offer .offer-inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  height: 100%;
}

.extra-section-offer .offer-inner-content h4 i {
  margin-top: 15px;
  color: #fff;
  font-size: 40px;
}

.extra-section-col-content {
  padding-left: 150px;
}

.my-section {
  padding: 50px 0;
}

.test {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 200px 0;
}

.aimatch {
  font-size: 35px !important;
}

.myrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mycol {
  margin: 0 20px;
}

.register-section {
  padding: 50px 0;
  position: relative;
  /* background: url("../images/hero-banner.png"); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.content-title {
  margin-bottom: 20px;
}

.register-section .title,
.register-section .subtitle {
  color: #fff;
}

/* .register-section .my-form-control {
  background-color: #68b76a;
} */

.register-section .option {
  display: flex;
  background: #eaf2fc;
  height: 60px;
  padding-left: 30px;
  border-radius: 5px;
}

.register-section .option input[type="radio"] {
  height: 20px;
}

.radio-button {
  width: 30px;
  height: 23px;
  position: relative;
  bottom: -3px;
  margin: 10px;
}

#sunni-sub,
#shia-sub,
#children {
  display: none;
}

.register-section textarea {
  padding-top: 20px !important;
  height: 100px !important;
}

.enquiry textarea {
  padding-top: 20px !important;
  height: 100px !important;
}

.register-section input[type="file"] {
  padding-top: 15px !important;
}

.my-membership-section {
  padding: 189px 0;
  position: relative;
  background: url("../images/hero-banner.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
  min-height: 100vh;
}

.membership-skip {
  text-align: right;
}

.membership-skip a {
  color: #fff;
}

.my-membership-section .title,
.my-membership-section .subtitle {
  color: #fff;
}

.membership-plan {
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 13px;
  margin-bottom: 27px;
  font-size: 30px;
  color: #366a66;
}

.membership-details {
  margin-top: 20px;
}

.banner-section #age {
  border-radius: 50px;
  padding: 0 10px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-button-hollow {
  -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  padding: 11px 35px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #68b76a;
  cursor: pointer;
  width: auto;
  height: auto;
}

.custom-button {
  padding: 11px 35px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  width: auto;
  height: auto;
  background-color: #68b76a;
  border: 1px solid #68b76a;
}

input[type="checkbox"] {
  height: 20px;
  width: auto;
  margin-right: 25px;
  position: relative;
  top: 2px;
}

#specify,
#specify_education,
#specify_occupation,
#specify_fathers_occupation {
  display: none;
}

.community-container {
  border: 1px solid rgba(59, 54, 140, 0.1);
  background-color: #eaf2fc;
  -webkit-box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  font-size: 16px;
  color: #3b368c;
  padding: 15px 30px;
  border-radius: 5px;
  display: none;
}

.mother_tongue_container {
  border: 1px solid rgba(59, 54, 140, 0.1);
  background-color: #eaf2fc;
  -webkit-box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  font-size: 16px;
  color: #3b368c;
  padding: 15px 30px;
  border-radius: 5px;
  display: none;
}

.age-span {
  font-size: 12px;
}

.razorpay-payment-button {
  background-image: -o-linear-gradient(284deg, #39fa54 0%, #21c79b 100%);
  background-image: linear-gradient(166deg, #39fa54 0%, #21c79b 100%);
  -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  padding: 11px 35px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  border: 0px;
  cursor: pointer;
}

.container-profile {
  max-width: 900px;
}

.profile-container {
  margin: 50px 0;
  padding: 10px 0;
  /* border-radius: 5px; */
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-top: 3px solid #68b76a;
  border-bottom: 3px solid #68b76a;
}

.profile-container .profile-image-col {
  padding: 0;
}

.profile-container .profile-image-col a {
  width: 100%;
}

.profile-container .profile-image-col a img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.profile-container .profile-details {
  background: #fff;
  padding: 15px 0 10px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.profile-thumb {
  margin-bottom: 70px;
}

.profile-thumb .img {
  height: 400px;
}

.profile-thumb .outer {
  height: 100%;
}

.profile-thumb .owl-stage-outer {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  height: 100% !important;
}

.profile-thumb #big {
  height: 100%;
}

.profile-thumb #thumbs .owl-stage-outer {
  border-radius: 0;
}

.section-shape {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  -webkit-animation: scaleAni 4s linear infinite;
  animation: scaleAni 4s linear infinite;
}

.password-group {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 58%;
  right: 7%;
  cursor: pointer;
}

.toggle-password1 {
  position: absolute;
  top: 58%;
  cursor: pointer;
  right: 2%;
}

#hide-password1,
#hide-password2 {
  display: none;
}

.single-profile-section {
  margin-top: 100px;
}

.profile-image-container {
  margin-bottom: -120px;
}

.profile-image-container .col-md-4 {
  padding-left: 0;
}

.profile-image-container img {
  border-radius: 20px;
}

.single-profile-container {
  background-color: #fff;
  border-radius: 20px;
}

.single-profile-container h4 {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid rgb(235, 235, 235);
}

.single-profile-container table {
  width: 100%;
}

.single-profile-container table tr {
  border-bottom: 1px solid #f2f2f2;
}

.single-profile-container table td {
  padding: 20px;
  max-width: 400px;
  word-wrap: break-word;
}

.single-profile-container table td:first-child {
  font-weight: bold;
  color: rgb(48, 48, 48);
  text-transform: uppercase;
}

.single-profile-container table td:last-child {
  font-weight: 600;
  color: rgb(94, 94, 94);
}

.single-profile-des {
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}

.single-profile-des .custom-button {
  position: absolute;
  right: 0;
  bottom: 25px;
  text-align: center;
}

.single-profile-des h4 {
  color: #fff;
}

.play-video {
  display: none;
}

.play-video-button {
  cursor: pointer;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.video-modal-close {
  position: absolute;
  top: 3%;
  right: 2%;
  font-size: 40px;
  color: #68b76a;
  cursor: pointer;
}

.video-modal iframe {
  width: 1280px;
  height: 720px;
}

.modal-section {
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
}

#interest-modal-section {
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}

.success-modal {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
}

.modal-close {
  color: #67b669;
  font-size: 30px;
  position: absolute;
  top: 3%;
  right: 2%;
  cursor: pointer;
}

.blog-page .single-blog .img a {
  width: 100%;
}

.my-custom-select {
  position: relative;
  width: 40%;
}

.single-option.age .option {
  width: 70%;
}

.my-custom-select select {
  -webkit-appearance: none;
}

.my-custom-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.need-m,
.need-m-a {
  font-size: 12px;
}

.blur-info {
  filter: blur(5px);
}


.vendor-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.vendor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.vendor-img img:hover {
  transform: scale(1.05);
}

.vendor-meta:first-of-type {
  margin: 10px 0 0;
  font-size: 16px;
}

.vendor-meta:last-of-type {
  margin-top: 5px;
  font-size: 16px;
}

.vendor-container {
  margin: 15px 0;
}

.join-now-box-landing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.horizontal-form {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  background: #fff;
  border-radius: 2000px;
  padding-top: 18px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.horizontal-form input {
  width: 20px;
  height: 20px;
}

.landing-page {
  padding: 116px 0 0;
}

.landing-page-hero .title {
  font-size: 30px;
  line-height: 30px;
}

.landing-page-hero h1.title {
  font-size: 35px;
  line-height: 35px;
}

.form-group-2 {
  display: flex;
}

.outer {
  margin: 0 auto;
  max-width: 800px;
}
#big .item {
  padding: 0px;
  padding-bottom: 90px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
#thumbs .item {
  border: 1px solid gray;
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#thumbs .item h1 {
  font-size: 18px;
}
#thumbs .current .item {
  border: 3px solid #67b669;
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
#big.owl-theme .owl-prev {
  left: 10px;
}
#big.owl-theme .owl-next {
  right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}
.my-carousel .owl-stage-outer {
  height: 500px;
}
.my-carousel .item {
  height: 500px;
}
.my-carousel .item img {
  height: 100%;
  object-fit: contain;
}
#thumbs img {
  height: 100%;
  object-fit: contain;
}
.enquiry {
  margin-top: 15px;
}
.enquiry .single-blog {
  padding: 25px;
  padding-top: 40px;
}
.enquiry label {
  font-size: 18px;
  line-height: 28px;
  color: #3b368c;
  font-weight: 600;
}
.enquiry .my-form-control {
  border: 1px solid rgba(59, 54, 140, 0.1);
  background-color: #eaf2fc;
  -webkit-box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  font-size: 16px;
  color: #3b368c;
  padding: 0px 30px;
  height: 60px;
}
.horizontal-form input[type="radio"] {
  position: relative;
  top: 4px;
}
.testimonial-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.testimonial-footer .single-story-name {
  padding: 0 30px;
  margin-bottom: 15px;
}
.logof {
  width: 40%;
  filter: grayscale(1) !important;
}
.logo-container .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 50px;
}

.meta {
  color: #68b769;
  background: #fff;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.meta-inverse {
  color: #fff;
  background: #68b769;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.checkbox-filter {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.checkbox-filter div {
  margin-bottom: 10px;
  margin-left: -10px;
}

.checkbox-filter input[type="radio"] {
  display: none;
}

.checkbox-filter span {
  margin-right: 20px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 7px 20px;
  margin-bottom: 20px;
  color: #fff;
}

.checkbox-filter input[type="radio"]:checked ~ span {
  background-color: #fff;
  color: #67b669;
}
button:focus {
  outline: 0;
}

.testimonial-content .img img {
  height: 250px;
  object-fit: contain;
  object-position: top;
}

.author {
  display: flex;
  margin-top: 50px;
}

.author img {
  margin-right: 30px;
  border-radius: 50%;
}

.author-meta h4 {
  font-size: 24px;
  color: #68b76a;
}

.membership-box {
  background-color: #fff;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.membership-box:hover {
  box-shadow: 0px 5px 30px 0px rgb(176 171 193 / 40%);
}

.membership-box h2 {
  color: #366a66;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 4px;
}

.membership-box h4 {
  font-size: 25px;
}

.history-h4 {
  color: #68b769;
}

.got {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 15px;
}

.shown {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 50px 15px;
}

.got-box,
.shown-box {
  display: flex;
  align-items: top;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-top: 50px;
}

.got-image,
.shown-image {
  width: 100px;
  margin-right: 30px;
}

.got-image img,
.shown-image img {
  width: 100%;
  height: 100px;
  object-position: top;
  object-fit: cover;
  border-radius: 50%;
}

.got-details,
.shown-details {
  margin-top: 10px;
}

.mobile-bar,
.contact-mobile-menu {
  display: none;
}

.price-slashed {
  color: #999;
  text-decoration: line-through;
  font-weight: 100;
  margin-right: 10px;
}

.claim-button {
  background-image: linear-gradient(166deg, #21779b 100%, #21779b 100%) !important;
}

#my-loader {
  height: 100vh;
  width: 100%;

  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #070c0cad;
}

#my-loader > .container {
  position: relative;

  display: grid;
  place-items: center;

  height: 100vh;
}

.toggle-loader {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 10px 40px;
  color: #040808;
  background-color: #2eb69c;
  box-shadow: 0 0 6px #2eb69c;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.toggle-loader:hover,
.toggle-loader:focus {
  box-shadow: 0 0 10px #2eb69c;
}
.toggle-loader:active {
  box-shadow: 0 0 2px #2eb69c;
}

.my-loader {
  --loader-color: #2eb69c;
  --loader-shadow-color: #2eb69c;
  --loader-part-size: 24px;
  --loader-size: calc(var(--loader-part-size) * 3);
  position: relative;
  width: var(--loader-size);
  height: var(--loader-size);
}
.my-loader.hidden {
  display: none;
}
.my-loader span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--loader-part-size);
  height: var(--loader-part-size);
  background-color: var(--loader-color);
  box-shadow: 0 0 6px var(--loader-shadow-color);
  transform-origin: center center;
  -webkit-animation: main 6s ease infinite, fading 6s ease infinite;
  animation: main 6s ease infinite, fading 6s ease infinite;
}
.my-loader span:nth-child(1) {
  --translationValue: calc(var(--loader-part-size) / 4), calc(var(--loader-part-size) / 4);
  --translationValueWhenAssebled: var(--loader-part-size), 0px;
  --translationBeforeDisassembling: calc(var(--loader-part-size) / 4), calc(var(--loader-part-size) / 4 * -1);
  top: 0;
  left: var(--loader-part-size);
  -webkit-animation-delay: 0s, 0.2s;
  animation-delay: 0s, 0.2s;
}
.my-loader span:nth-child(2) {
  --translationValue: calc(var(--loader-part-size) / 4), calc(var(--loader-part-size) / 4 * -1);
  --translationValueWhenAssebled: 0px, calc(var(--loader-part-size) * -1);
  --translationBeforeDisassembling: calc(var(--loader-part-size) / 4 * -1), calc(var(--loader-part-size) / 4 * -1);
  top: var(--loader-part-size);
  left: 0;
}
.my-loader span:nth-child(3) {
  --translationValue: calc(var(--loader-part-size) / 4 * -1), calc(var(--loader-part-size) / 4);
  --translationValueWhenAssebled: 0px, var(--loader-part-size);
  --translationBeforeDisassembling: calc(var(--loader-part-size) / 4), calc(var(--loader-part-size) / 4);
  top: var(--loader-part-size);
  right: 0;
  -webkit-animation-delay: 0s, 0.4s;
  animation-delay: 0s, 0.4s;
}
.my-loader span:nth-child(4) {
  --translationValue: calc(var(--loader-part-size) / 4 * -1), calc(var(--loader-part-size) / 4 * -1);
  --translationValueWhenAssebled: calc(var(--loader-part-size) * -1), 0px;
  --translationBeforeDisassembling: calc(var(--loader-part-size) / 4 * -1), calc(var(--loader-part-size) / 4);
  bottom: 0;
  left: var(--loader-part-size);
  -webkit-animation-delay: 0s, 0.6s;
  animation-delay: 0s, 0.6s;
}

.search-filter .form-group .my-form-control {
  border: 1px solid rgba(59, 54, 140, 0.1);
  background-color: #eaf2fc;
  -webkit-box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  box-shadow: 1.948px 3px 6px 0px rgba(220, 234, 251, 0.3);
  font-size: 16px;
  color: #3b368c;
  padding: 0px 30px;
  height: 60px;
}
.search-filter #age {
  width: 80px;
  height: 40px !important;
  padding: 10px !important;
}
#disability {
  display: none;
}
.logo-social {
  display: flex;
  justify-content: space-between;
}
.logo-social li {
  padding: 5 px 3 px;
  position: relative;
}
.logo-social li a {
  color: #e9eeff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#add-city {
  border: 1px solid rgba(59, 54, 140, 0.1);
  background-color: #366a66;
  /* -webkit-box-shadow: 1.948px 3px 6px 0px rgb(220 234 251 / 30%);
  box-shadow: 1.948px 3px 6px 0px rgb(220 234 251 / 30%); */
  font-size: 16px;
  color: #fff;
  padding: 3px 10px 5px 5px;
  height: 30px;
  width: 135px;
}
#add-city2 {
  border: 1px solid rgba(59, 54, 140, 0.1);
  background-color: #366a66;
  /* -webkit-box-shadow: 1.948px 3px 6px 0px rgb(220 234 251 / 30%);
  box-shadow: 1.948px 3px 6px 0px rgb(220 234 251 / 30%); */
  font-size: 16px;
  color: #fff;
  padding: 3px 10px 5px 5px;
  height: 30px;
  width: 135px;
}
#add-anand {
  display: none;
}
#add-anand2 {
  display: none;
}
.proposals-container .tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  margin: 0;
}

.proposals-container .tab {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 60px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.proposals-container .tab.active {
  background-image: linear-gradient(166deg, #39fa54 0%, #21c79b 100%);
  border-radius: 15px;
  color: #fff;
}

.proposals-container .content {
  width: 100%;

  margin-top: 25px;
}

.proposals-container .content-item {
  display: none;
}

.proposals-container .content-item.active {
  display: flex;
  justify-content: space-between;
}

.proposals-container .profile-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  margin: 15px 0;
}

.proposals-container .image-box img {
  width: 80px;
  border-radius: 50%;
}
.proposals-container .image-box p {
  text-align: center;
  background: #00525f;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
.proposals-container .detail-box p {
  font-size: 16px;
  margin-bottom: 5px;
}
.proposals-container .detail-box h5 {
  color: #00525f;
}
.proposals-container .detail-box i {
  color: #69b86a;
}
.blog-page .post-header h1 {
  font-size: 40px;
}
.blog-page .post-header h2 {
  font-size: 30px;
}
.blog-page .post-header h3 {
  font-size: 26px;
}
@-webkit-keyframes fading {
  0% {
    opacity: 1;
  }
  8% {
    opacity: 0.2;
  }
  16.6%,
  33.2% {
    opacity: 1;
  }
  41.6% {
    opacity: 0.2;
  }
  50%,
  66.6% {
    opacity: 1;
  }
  74.9% {
    opacity: 0.2;
  }
  83.2%,
  100% {
    opacity: 1;
  }
}

@keyframes fading {
  0% {
    opacity: 1;
  }
  8% {
    opacity: 0.2;
  }
  16.6%,
  33.2% {
    opacity: 1;
  }
  41.6% {
    opacity: 0.2;
  }
  50%,
  66.6% {
    opacity: 1;
  }
  74.9% {
    opacity: 0.2;
  }
  83.2%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes main {
  0%,
  25% {
    transform: rotate(0) translate(0, 0);
  }
  33.3%,
  58.3% {
    transform: rotate(45deg) translate(var(--translationValue));
  }
  62.45% {
    transform: rotate(90deg) translate(var(--translationValueWhenAssebled));
  }
  66.6%,
  91.6% {
    transform: rotate(135deg) translate(var(--translationBeforeDisassembling));
  }
  100% {
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes main {
  0%,
  25% {
    transform: rotate(0) translate(0, 0);
  }
  33.3%,
  58.3% {
    transform: rotate(45deg) translate(var(--translationValue));
  }
  62.45% {
    transform: rotate(90deg) translate(var(--translationValueWhenAssebled));
  }
  66.6%,
  91.6% {
    transform: rotate(135deg) translate(var(--translationBeforeDisassembling));
  }
  100% {
    transform: rotate(180deg) translate(0, 0);
  }
}

