@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant:ital,wght@0,300..700;1,300..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root{
  --primary-red : #ED4040 ;
  --primary-blue : #1d1d53 ;
  --primary-green : #5cb466 ;
}

body { 
  padding:0; 
  margin:0 !important; 
  font-family: "Barlow", serif !important;
}
img { max-width:100%; }
.pd-15 {
  padding-top: 10px;
  padding-bottom: 20px; 
}
.main-container {
  max-width: 414px;
  margin: 0 auto;
}
.main-page {
  background: #f2f2f2;
  position: relative;
  height: 100%;
  min-height: calc(100vh - 80px);
}
.header {
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5; 
}
/* login page start */
.login-form-bar {
  padding: 30px 40px;	
}
.login-form-bar h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  text-align: center;
  margin: 0 0 30px 0;
}
.login-content {
  padding: 15px 20px;	
  background: #fff;
  border-radius: 10px;	
}
.login-content .fild {
  padding: 5px 0;	
}
.login-content .fild label {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D53;
  padding-bottom: 5px;
}
.login-content .fild input {
  width: 100%;
  border: solid 1px #c1c2c6;
  height: 39px;
  padding: 0 10px;
  outline: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}
.submit-btn {
  text-align: center;
  padding-top: 10px; 
}
.submit-btn button {
  width: 100%;
  background: #ED4040;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 10px 0; 
}
.submit-btn button:hover {
  background: #D51111; 
}
/*login page end*/

/*Home page start*/
.home-content {
  padding: 20px 0 80px;
}
.home-user-bar {
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 10px; 
}
.user-text-box {
  display: flex;
  align-items: center; 
}
.menu-icon {
  width: 32px;
  height: 32px;
  border-radius: 18px;
  background: #1D1D53;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.menu-icon a {
  display: inline-flex;
}
.home-user {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50px;
  padding: 3px;
  background: #fff; 
}
.home-user img {
  width: 100%;
  height: 100%;
  border-radius: 100px; 
}
.user-text-box span {
  font-size: 14px;
  font-weight: 500;
  color: #1D1D53;
  padding-left: 10px;
  width: 60%;
  display: inline-block;
  line-height: 18px;
}
.news-btn {
  background: #ED4040;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  height: 25px;
  line-height: 23px;
  float: right;
}
.news-btn:hover {
  background: #D51111;
  color: #fff; 
}
.row.content-home {
  margin: 0 -15px;
}
.content-home .col-lg-4 {
  padding: 10px;
}
.home-box-bar {
  text-align: center; 
}
.home-box-bar .name a {
  font-size: 13px;
  font-weight: 500;
  color: #1D1D53;
  text-decoration: none;
  line-height: 16px;
  display: block;
}
/**/
.main-page.toggled:before {
  content: '';
  background: #0000005c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  z-index: 1050; 
}
#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  z-index: 1050;
  position: fixed;
  left: auto;
  width: 0;
  height: 100vh;
  margin-left: -12px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #1d1d53;
  /* transition: all 0.5s ease; */
  top: 0;
  right: auto;
  padding-bottom: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 258px;
}

.sidebar-brand {
  position: absolute;
  top: 5px;
  text-align: center;
  padding: 0;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  cursor: pointer;
}
.sidebar-brand .fa.fa-close {
  color: #000;
  font-weight: 400;
  font-size: 30px;
}
#logo-toggle {
  padding-top: 1px;
}
#logo-toggle img {
  width: 16px;
  height: 16px;
}

.sidebar-nav {
  position: relative;
  top: 60px;
  width: 100%;
  margin: 0;
  padding: 0 40px 0 0;
  list-style: none;
}
.sidebar-nav > li {
  text-indent: 10px;
  line-height: 42px;
  padding: 1px 0;
}
.sidebar-nav > li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 2px 0 2px 32px;
  position: relative;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
  text-decoration: none;
  color: #1d1d53;
  background: #fff;
  border-radius: 0 12px 12px 0;
}
.sidebar-nav > li > a i.fa {
  font-size: 24px;
  width: 60px;
}
.sidebar-nav > li.home a:before {
  content: '';
  background: url(../images/home-active.png) no-repeat center center;
  width: 25px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 11px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.home.active a:before,
.sidebar-nav > li.home:hover a:before {
  background: url(../images/home.png) no-repeat center center;
}
.sidebar-nav > li.dashboard a:before {
  content: '';
  background: url(../images/dashboard2.png) no-repeat center center;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 15px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.dashboard.active a:before,
.sidebar-nav > li.dashboard:hover a:before {
  background: url(../images/dashboard1.png) no-repeat center center;
}
.sidebar-nav > li.profile a:before {
  content: '';
  background: url(../images/profile2.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 13px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.profile.active a:before,
.sidebar-nav > li.profile:hover a:before {
  background: url(../images/profile1.png) no-repeat center center;
}
.sidebar-nav > li.family-member a:before {
  content: '';
  background: url(../images/side-memberactive.png) no-repeat center center;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 11px;
  top: 14px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.family-member.active a:before,
.sidebar-nav > li.family-member:hover a:before {
  background: url(../images/side-member.png) no-repeat center center;
}
.sidebar-nav > li.matrimonial a:before {
  content: '';
  background: url(../images/matrinonial-active.png) no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 11px;
  top: 13px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.matrimonial.active a:before,
.sidebar-nav > li.matrimonial:hover a:before {
  background: url(../images/matrinonial.png) no-repeat center center;
}
.sidebar-nav > li.business a:before {
  content: '';
  background: url(../images/business-active.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 11px;
  top: 14px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.business.active a:before,
.sidebar-nav > li.business:hover a:before {
  background: url(../images/business.png) no-repeat center center;
}
.sidebar-nav > li.advertisement a:before {
  content: '';
  background: url(../images/advertisements2.png) no-repeat center center;
  width: 22px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 16px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.advertisement.active a:before,
.sidebar-nav > li.advertisement:hover a:before {
  background: url(../images/advertisements1.png) no-repeat center center;
}
.sidebar-nav > li.openings a:before {
  content: '';
  background: url(../images/job-active.png) no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 11px;
  top: 13px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.openings.active a:before,
.sidebar-nav > li.openings:hover a:before {
  background: url(../images/job.png) no-repeat center center;
}
.sidebar-nav > li.donations a:before {
  content: '';
  background: url(../images/DrawerDonations.png) no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 11px;
  top: 13px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.donations.active a:before,
.sidebar-nav > li.donations:hover a:before {
  background: url(../images/DrawerDonations-Active.png) no-repeat center center;
}
.sidebar-nav > li.language a:before {
  content: '';
  background: url(../images/language2.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 11px;
  top: 13px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.language.active a:before,
.sidebar-nav > li.language:hover a:before {
  background: url(../images/language1.png) no-repeat center center;
}
.sidebar-nav > li.sign-out a:before {
  content: '';
  background: url(../images/sign-out.png) no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 11px;
  top: 13px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.sign-out.active a:before,
.sidebar-nav > li.sign-out:hover a:before {
  background: url(../images/sign-out1.png) no-repeat center center;
}


.sidebar-nav > li.share a:before {
  content: '';
  background: url(../images/share_icon.png) no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 11px;
  top: 13px;
  background-size: 100% 100% !important;
}
.sidebar-nav > li.share.active a:before,
.sidebar-nav > li.share:hover a:before {
  background: url(../images/share_active.png) no-repeat center center;
}



#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #eee;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
}
#navbar-wrapper .navbar a {
  color: #757575;
}
#navbar-wrapper .navbar a:hover {
  color: #F8BE12;
}

#content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  top: 100px;
}
#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/*Home end*/

/*Footer css start*/
.footer-section {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  padding: 10px 0;
  max-width: 414px;
  margin: 0 auto;
  right: 0;
}
.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center; 
}
.footer-menu .icon {
  font-size: 0;
  padding: 0 5px;
}
.footer-menu .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px; 
  border-radius: 100px;
  background-size: 22px 22px !important;
}
.footer-menu .icon.home a {
  background: url(../images/home.png) no-repeat center center; 
}
.footer-menu .icon.home a.active,
.footer-menu .icon.home a:hover {
  background: #060f4a url(../images/home-active.png) no-repeat center center; 
}
.footer-menu .icon.business a {
  background: url(../images/business.png) no-repeat center center; 
}
.footer-menu .icon.business a.active,
.footer-menu .icon.business a:hover {
  background: #060f4a url(../images/business-active.png) no-repeat center center; 
}
.footer-menu .icon.member a {
  background: url(../images/member.png) no-repeat center center; 
}
.footer-menu .icon.member a.active,
.footer-menu .icon.member a:hover {
  background: #060f4a url(../images/member-active.png) no-repeat center center; 
}
.footer-menu .icon.matrinonial a {
  background: url(../images/matrinonial.png) no-repeat center center; 
}
.footer-menu .icon.matrinonial a.active,
.footer-menu .icon.matrinonial a:hover {
  background: #060f4a url(../images/matrinonial-active.png) no-repeat center center; 
}
.footer-menu .icon.job-portal a {
  background: url(../images/job.png) no-repeat center center; 
}
.footer-menu .icon.job-portal a.active,
.footer-menu .icon.job-portal a:hover {
  background: #060f4a url(../images/job-active.png) no-repeat center center; 
}
.footer-menu .icon.account a {
  background: url(../images/user.png) no-repeat center center; 
}
.footer-menu .icon.account a.active,
.footer-menu .icon.account a:hover {
  background: #060f4a url(../images/user-active.png) no-repeat center center; 
}
/*Quote css*/
.quote-content {
  text-align: center;
  padding-top: 10px; 
}
.quote-content h2 {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #1D1D53;
  margin: 0;
  padding: 0; 
}
.quote-content p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #1D1D53;
  line-height: 22px;
  padding: 10px 30px 0;
  margin: 0;
}
.quote-icon-box {
  text-align: center;
  padding: 20px 0;
}
.quote-icon-box .quote-icon {
  display: block;
}
.quote-icon-box .quote-icon img {
  width: 48px;
}
/*Footer end*/


/*DashBoard page start*/
.main-section {
  padding: 20px 0 80px;
}
.top-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative; 
}
.back-btn {
  position: absolute;
  left: 0;
  top: 0; 
}
.back-btn a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; 
}
.back-btn img {
  display: block; 
}
.top-heading h1 {
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  padding: 0;
  margin: 0; 
}
.dashboard-content .col-lg-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard-box {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  height: 100%; 
}
.dashboard-box strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #1d1d53;
  line-height: 22px;  
}
.dashboard-box span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-top: 5px; 
}
.dashboard-box .box1 {
  background: #87cefa;
  border-radius: 10px;
  padding: 10px; 
  height: 100%;
}
.dashboard-box .box2 {
  background: #808080;
  border-radius: 10px;
  padding: 10px; 
  height: 100%;
}
.dashboard-box .box3 {
  background: #90ee90;
  border-radius: 10px;
  padding: 10px;
  height: 100%; 
}
.dashboard-box .box4 {
  background: #a52b2a;
  border-radius: 10px;
  padding: 10px;
  height: 100%; 
}
.dashboard-box .box5 {
  background: #988fec;
  border-radius: 10px;
  padding: 10px;
  height: 100%; 
}
.dashboard-box .box6 {
  background: #3399fe;
  border-radius: 10px;
  padding: 10px;
  height: 100%; 
}
/*DashBoard page end*/

/*profile page start*/
.profile-section {
  background: #fff;
  border-radius: 10px;
  padding: 15px; 
}
.profile-fild {
  padding: 5px 0;
}
.profile-fild label {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #3f3f41;
  padding-bottom: 5px;
}
.profile-fild input {
  width: 100%;
  border: solid 1px #c1c2c6;
  height: 39px;
  padding: 0 10px;
  outline: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}
.profile-fild .form-select {
  width: 100%;
  border: solid 1px #c1c2c6;
  height: 39px;
  padding: 0 10px;
  outline: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  outline: none;
  box-shadow: none;
}
.profile-fild .form-select:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px #c1c2c6;
}
.profile-fild .choose-file {
  background: #888888;
  border: none;
  outline: none;
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
}
.choose-image {
  width: 140px;
  margin-top: 12px;
}
.radio-fild-box {
  padding: 5px 0; 
}
.radio-fild-box label {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #3f3f41;
  padding-bottom: 5px;
}
.radio-fild {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.radio-fild .radio-btn {
  padding: 0 8px; 
}
.radio-fild .radio-btn label {
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #3f3f41;
}
.profile-fild .profile-submit {
  background: #ED4040;
  border: none;
  outline: none;
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  margin-top: 10px;
}
/*profile page end*/

/*Business Listing page start*/
.listing-search input {
  width: 100%;
  border: 1px solid rgb(193, 194, 198);
  height: 49px;
  padding: 0px 15px;
  outline: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #1d1d53; 
}
.row.listing-row {
  padding: 15px 0 0;
}
.listing-content {
  display: flex;
  align-items: start;
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  margin: 10px 0;
}
.listing-img {
  width: 100px;
}
.listing-text {
  width: 80%;
  padding-left: 12px;
}
.listing-text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D53;
  margin: 0 0 8px 0;
  padding: 0;
}
.listing-text span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #606086;
  line-height: 20px;
  padding-left: 18px;
  margin: 6px 0;
  position: relative;
}
.listing-text a {
	text-decoration: none;
	color: #606086 !important;
	display: flex;
	align-items: center;
	word-break: break-all;
}
.listing-text span img {
  position: absolute;
  left: 0;
  top: 5px;
}
.view-details-button {
  display: inline-block; 
  padding-top: 10px;
}
.view-details-button a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  padding: 7px 14px;
  cursor: pointer;
  background: #1d1d53;
  text-decoration: none;
  border-radius: 18px; 
}
/*Business Listing page end*/

/*Business Details page start*/
.listing-content.details-content {
  flex-wrap: wrap;
}
.details-content .listing-img {
  width: 100%;
  margin: 0 0 30px;
}
.details-content .listing-text {
  width: 100%;
  padding: 0;
}
.details-content .listing-text h2 {
  font-size: 20px; 
}
.business-info-text {
  padding-top: 20px;
  width: 100%;
}
.business-info-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #ccc;
}
.business-info-text p {
  font-size: 16px;
  font-weight: 500;
  color: #606086;
  margin: 0;
  padding: 10px 0 0;
}
/*Business Details page end*/

/*Member Listing page start*/
.member-detail-content {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  margin: 40px 0 10px; 
}
.member-listing-img {
  width: 85px;
  height: 80px;
  overflow: hidden;
  border: solid 1px #ebebed;
  border-radius: 100px;
}
.member-listing-img img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}
.member-detail-img {
  width: 100px;
  margin: -70px auto 0; 
}
.member-detail-img img {
  border-radius: 100px;
  width: 95px;
  height: 92px;
}
.member-detail-text{
  width: 100%;
  padding: 20px 0 0; 
}
.member-detail-text h2 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  margin: 0 0 22px 0;
  padding: 0;
  text-align: center;
}
.family-content {
  display: flex;
  align-items: center;
  border-top: solid 1px #dad9de;
  padding: 12px 15px;
  margin: 0 -20px;
}
.family-content:last-child {
 border-bottom: solid 1px #dad9de; 
}
.family-content .family-img {
  width: 75px;
}
.family-content .family-img img {
  border-radius: 10px; 
}
.family-content .family-text {
  width: 80%;
  padding-left: 10px;
}
.family-content .family-text h2 {
  margin: 0;
  text-align: left;
  font-size: 15px;
}
.family-content .family-text p {
  font-size: 14px;
  font-weight: 400;
  color: #1D1D53;
  padding: 0;
  margin: 0; 
}
.family-content .family-text p strong {
  font-weight: 700; 
}
.business-gallery {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
}
.business-gallery a {
  width: 100%;
  height: 112px;
  display: inline-block;
}
.business-gallery a img {
  object-fit: contain;
  height: 100%; 
}
.listing-row .modal {
  position: fixed;
  max-width: 414px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 15px !important;
}
.member-mobile-text {
  font-size: 14px;
  font-weight: 500; 
  color: #1D1D53;
  padding: 0;
  margin: 0;
}
.member-mobile-text strong {
  font-weight: 700;
  color: #1D1D53;
}    
.member_mo_ph {
  padding-top: 10px;
}
.listing-text .m-paragraph {
  padding: 0; 
}
/*Member Listing page end*/

/*Matrimonials Listing start*/
/* Tabs Section */
.matrimonials-tab {
  padding: 20px 0;
}
.matrimonials-tab .tab-container {
  display: flex;
  justify-content: center;
}
.matrimonials-tab .tab {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: none;
  transition: background-color 0.3s;
  opacity: 9;
}
.matrimonials-tab .tab .matr-img {
  width: 70px;
  height: 70px;
  border: solid 2px #ef73e3;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  bottom: -2px;
}
.matrimonials-tab .tab .matr-text {
  background: #ef73e3;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 12px;
  padding: 0 10px;
  width: 130px;
  height: 33px;
  line-height: 30px;
  margin-top: -10px;
}
.matrimonials-tab .tab.active .matr-text {
  background-color: #8aa9ce; 
}
.matrimonials-tab .tab.active .matr-img {
  border: solid 2px #8aa9ce;
} 
.matrimonials-tab .tab-content {
  display: none;
}
.matrimonials-tab .tab-content.active {
    display: block;
}
/*Matrimonials Listing end*/

/*Matrimonials Details start*/
.details-content .monial-img {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
  height: 280px;
  text-align: center;
}
.details-content .monial-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.matrimonial-detail h2 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #e256bf;
  padding: 0 15px 25px;
  margin: 0;
}
.matrimonial-detail {
  width: 100%;
}
.monial-content {
  margin: 0 -15px;
  padding: 0;
}
.monial-text {
  display: flex;
  align-items: start;
  padding: 15px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d53;
}
.monial-text:nth-child(even) {
  background-color: #f9e1f9; 
}
.monial-text span {
  width: 60%;
}
.monial-text strong {
  width: 120px;
  padding-right: 10px;
}
/*Matrimonials Details End*/

/*News page start*/
.row.news-main {
  padding: 10px 0;
}
.news-content {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  margin: 10px 0;
}
.news-content .news-neme {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  padding-bottom: 15px;
  margin: 0;
}
.news-content .news-paragraph {
  padding: 0;
  margin: 0;
  color: #1D1D53;
  line-height: 24px;
  display: inline-block;
  font-weight: 400;
  width: 100%;
}
.news-content .news-paragraph a {
  display: inline-block;
  word-break: break-all;
  width: 100%;
}
.news-text .listing-text.w-100{
  padding-left: 0;
}
.news-text {
  display: flex;
  align-items: start; 
}
.news-content .news-date {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1D1D53;
  padding-top: 10px;
}
/*News page end*/
.listing-text .job-paragraph {
  padding: 0;
  color: #1D1D53;
}
.member-mobile-text.city-text {
  display: flex;
  align-items: start;
  padding-top: 5px;
}
.member-mobile-text.city-text strong {
  width: 45px;
}
.member-mobile-text.city-text .office-text {
  width: 100%;
}
/*About us page start*/
.row.about-row {
  padding: 0 0 10px;
}
.about-us-content {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  margin: 10px 0;
}
.aboutus-img {
  text-align: center; 
  margin-bottom: 20px;
}
.aboutus-img img {
  width: 100%; 
}
.about-us-content h2 {
  display: block;
  text-align: center; 
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  padding-bottom: 8px;  
}
.about-us-content p {
  font-size: 18px;
  font-weight: 400;
  color: #1D1D53;
  line-height: 24px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
/*About us page end*/

.community-img {
  width: 85px;
  border-radius: 5px;
  overflow: hidden;
  height: 82px;
}
.cms-row .name-text {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #1D1D53;
  line-height: 18px;
}

.cirlular-text {
  display: flex;
  align-items: start;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 7px 0; 
}
.cirlular-text .pdf-icon {
  width: 50px;
}
.cirlular-text .cirlular-name {
  width: 75%;
  padding-left: 10px;
}
.cirlular-name a {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d53;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  word-break: break-all;
  line-height: 20px;
}
.listing-text.dr-listing p.dr-paragraph {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #1D1D53;
  line-height: 18px;
  margin: 0; 
}
.listing-text.dr-listing .p-paragraph {
  padding-left: 0;
}
.dr-listing .p-paragraph strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #1D1D53;
}
.listing-text.dr-listing .l-call-text {
  display: flex;
  align-items: start;
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
}
.listing-text.dr-listing .l-call-text strong {
  font-weight: 600;
  color: #1D1D53;
  padding-right: 5px;   
}
.dr-listing .other-call-text {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}
.dr-listing .other-call-text strong {
  font-weight: 600;
  color: #1D1D53;
  padding-right: 5px; 
  float: left;
  width: 52%;  
}
.doctor-other-call {
  float: left;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}

.other-caste {
  display: flex;
  align-items: start;
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  margin: 10px 0;
}
.other-caste-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: solid 1px #ebebed;
  border-radius: 100px;
}
.other-caste-img img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.other-caste-text {
  width: 80%;
  padding-left: 12px;
}
.caste-name-text {
  display: flex;
  align-items: start;
  font-size: 15px;
  font-weight: 500;
}
.caste-name-text strong {
  font-size: 16px;
  font-weight: 600;
  color: #1D1D53;
  display: inline-block;
  width: 53px;
}
.caste-name-text span {
  width: 72%;
  display: inline-block;
  font-size: 15px;
  color: #1D1D53;
  font-weight: 400;
  line-height: 18px;
  padding-top: 4px;
}
.parent-name-text {
  display: inline-block;
  width: 100%; 
}
.parent-name-text {
  display: inline-block;
  width: 100%;
  padding-top: 2px; 
}
.parent-name-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1D1D53;
  line-height: 18px;  
}
.parent-name-text p {
  font-size: 15px;
  color: #1D1D53;
  font-weight: 400; 
  margin: 0;
}

.nathdwara-content {
  background: #fff;
  border-radius: 18px;
  padding: 15px; 
  margin-bottom: 10px;
}
.nathdwara-img {
  text-align: center; 
}
.nathdwara-img img {
  width: 100%; 
}
.namaskar-text {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #1D1D53;
  font-weight: 500; 
  padding: 15px 0;   
}
.namaskar-text img {
  margin-right: 5px; 
}

.namaskar-timeing {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 10px 8px;
}
.namaskar-timeing:nth-child(2n) {
  background-color: #f9e1f9;
}
.namaskar-timeing span {
  width: 50%;
  font-size: 13px;
  font-weight: 500;
  color: #1d1d53;
}

/* Donate now start */
.donate-now-main {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  margin: 10px 0; 
}
.donate-now-main h2 {
  display: inline-block;
  width: 100%;
  text-align: center; 
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  padding: 0;
  margin: 0;  
}
.donate-now-main p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #1D1D53;
  line-height: 20px;
  margin: 0;
  padding: 10px 0 0;
}
.donate-now-main h3 {
  font-size: 17px;
  font-weight: 500;
  color: #1D1D53;
  margin: 0;
  padding: 10px 0 12px;
}
.donate-now-main h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D53;
  margin: 0;
}
.donate-now-main .transfer-text {
  padding: 5px 0 0 30px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
}
.donate-now-main h5 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1D1D53;
  text-align: center;
  padding-top: 12px;
  margin: 0;
}
.donation-text {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  margin: 10px 0;    
}
.donation-text h2 {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #1D1D53;
  display: block;
  margin: 0;
}
.donation-text span {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #1D1D53;
  display: block;
  padding-top: 5px;
  margin: 0;
}
.donation-view-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
.donation-view-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  padding: 5px 18px;
  cursor: pointer;
  background: #1d1d53;
  text-decoration: none;
  border-radius: 18px;
}
.our-vision-content {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  margin: 10px 0;  
}
.our-vision-content p:first-child {
  padding-top: 0; 
}
.our-vision-content p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #1D1D53;
  line-height: 20px;
  margin: 0;
  padding: 10px 0 0; 
}
.education-heading {
  display: inline-block;
  width: 100%;
  background: yellow;
  font-size: 17px;
  font-weight: 500;
  color: #1D1D53;
  padding: 3px 10px 5px;
  margin-top: 10px;
}
.donation-text p {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #1D1D53;
  display: block;
  padding-top: 5px;
  margin: 0;
}

.add-member-form {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 0 15px 15px;
  margin: 15px 0 20px;
}

.add-btn-box {
  text-align: right; 
}
.add-btn-box a.add-btn {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  padding: 6px 14px 7px;
  cursor: pointer;
  background: #1d1d53;
  text-decoration: none;
  border-radius: 18px;
  width: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  float: right;
}
.add-btn-box a.add-btn .plus-icon {
  width: 12px;
  margin-right: 5px;
}
.listing-text.family-listing {
  margin-top: -4px;
}
.name-family-text {
  display: flex;
  align-items: start;
}
.name-family-text strong {
  font-size: 16px;
  font-weight: 500;
  color: #1D1D53;
}
.name-family-text span.text {
  padding-left: 5px;
  margin: 4px 0 0;
  width: 60%;
}
.edit-delete-btns {
  display: flex;
  align-items: center; 
  margin: 12px 0 0;
}
.edit-delete-btns a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  padding: 5px 10px 5px;
  cursor: pointer;
  background: #d45d57;
  text-decoration: none;
  border-radius: 18px;
  text-align: center;
  width: 100px;
}
.edit-delete-btns a.delete-btn {
  background: #5cb466;
  margin-left: 8px; 
}
.name-family-text span.text01 {
  padding-left: 5px;
  margin: 4px 0 0;
  width: 70%;
}

/* Abhay Add CSS */
.news-content .news-text .member-listing-img{
  cursor: pointer;
}
.news-content .modal-content {
  width: 100%;
  margin: auto;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
}
.cursor-pointer {
  cursor: pointer;
}

.ad_hdr .ad_hdrs {
	width: 100%;
	height: 88px;
	display: inline-block;
	background: #fff;
}
.ad_hdr .ad_hdrs img {
	height: 100%;
	width: 100%;
	/* object-fit: cover; */
}
span.News_popup_txt {
  word-wrap: break-word;
}

.popup-news .modal-dialog {
  max-width: 300px;
  margin: 70px auto 0;
}
.profile-fild.tex_area textarea{ 
  width: 100%;
  border: solid 1px #c1c2c6;
  padding: 10 10px;
  outline: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
} 