/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700&display=swap');*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #484848;
}

a,
button {
  transition: all 0.2s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
}

/*.container {
  max-width: 1480px;
}*/
.navbar-toggler {
  background-color: #333;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  height: 65px;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
div#collapsibleNavbar {
  width: auto;
  max-width: max-content;
  /* float: right; */
  /* display: inline-block !important; */
  text-align: right;
  padding-top: 13px;
  /* display: contents !important; */
  float: right !important;
}
div#collapsibleNavbar .navMenuContainer {
  display: inline-block;
}

h2 {
  font-size: 36px;
  color: #001d4e;
}
h2 span {
  color: #0074ba;
}

/*************Crowdfunding header css****************/
.navbar-collapse {
  justify-content: right;
}
.navMenuContainer ul li {
  color: #38526d;
  font-size: 16px;
}
.navMenuContainer ul li a {
  color: #38526d;
  padding: 8px 15px;
  float: left;
  font-weight: 300;
}
.navMenuContainer ul li > a {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: 1s;
}
.navMenuContainer ul li:hover > a {
  border-bottom: 2px solid #0074ba;
  text-decoration: none;
  transition: 1s;
  color: #0074ba;
}
.navMenuContainer ul li.current_page_item a {
  border-color: #0074ba;
  color: #0074ba;
}

/*************Crowdfunding banner css****************/
.banner-Section {
  padding: 0px 0px 60px 0px;
  width: 100%;
}
.banner-Section h1 {
  font-size: 54px;
  color: #38526d;
}
.banner-Section h1 span {
  color: #0074ba;
  font-weight: 600;
}
.banner-Section p {
  font-size: 20px;
  color: #38526d;
  font-weight: 300;
}
.banner-Section ul {
  display: inline-block;
  margin: 50px 0px;
  padding: 0;
}
.banner-Section ul li {
  float: left;
  list-style: none;
  margin: 5px 0px;
  padding: 0px 25px;
}
.banner-Section ul li + li {
  border-left: 1px solid #eee;
}
.banner-Section ul li a {
  width: 272px;
  max-width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: #0074ba;
  line-height: 50px;
  float: left;
  text-decoration: none;
}
.banner-Section ul li a:hover {
  background: transparent linear-gradient(266deg, #2abe69 0%, #0070b7 100%) 0%
    0% no-repeat padding-box;
}
.banner-Section ul li + li a {
  background: #23b048;
}

/*************Crowdfunding welcome css****************/
.welcomeSection {
  width: 100%;
  padding: 20px 0px;
  float: left;
}
.welcomeText h2 {
  font-size: 36px;
  color: #001d4e;
  margin-bottom: 0px;
}
.welcomeText h2 span {
  color: #0074ba;
}
.welcomeText p {
  font-size: 16px;
  color: #38526d;
}
.knowMoreBtn {
  border-color: #38526d;
  color: #38526d;
  margin-top: 20px;
}
.knowMoreBtn:hover svg #Icon_open-arrow-right-2 {
  fill: #fff;
}
.knowMoreBtn:hover,
.knowMoreBtn:focus {
  background: transparent linear-gradient(266deg, #2abe69 0%, #0070b7 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  border-color: #0074ba;
}
.welcomeSection ul {
  width: 100%;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}
.welcomeSection ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.cardBox {
  background: #fff;
  box-shadow: 0px 0px 20px #8888d529;
  border-radius: 20px;
  padding: 35px 0px;
  text-align: center;
}
.cardBox h5 {
  font-size: 20px;
  color: #38526d;
  margin: 20px 0px 0px 0px;
}
.welcomeSection .welcomeText p .btn br {
  display: none;
}

/*************Crowdfunding how it works homepage css****************/
.howItWorksSection {
  text-align: center;
  padding: 70px 0px;
}
.individualSteps {
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.individualSteps li {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  list-style: none;
  position: relative;
}
.stepsIcon {
  display: inline-block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #eee;
  line-height: 60px;
  border-radius: 50%;
  clear: both;
  position: relative;
  z-index: 1;
}
.stepsIcon span {
  position: absolute;
  right: 10%;
  bottom: 0px;
  width: 80%;
  height: 13px;
  background: #23b048;
  color: #fff;
  line-height: normal;
  font-size: 10px;
  border-radius: 10px;
}
.individualSteps li::after {
  border-top: 1.5px dashed #0074ba;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
}
.individualSteps li:last-child::after {
  display: none;
}
.individualSteps li h5 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #001d4e;
}
.individualSteps li p {
  font-weight: 200;
  line-height: normal;
  color: #38526d;
  font-size: 14px;
}
.tabsNav {
  align-items: center;
  display: inline-block;
  width: auto;
  margin: 50px 0px;
  border: none;
}
.tabsNav li {
  float: left;
  list-style: none;
}
.tabsNav li a.nav-link {
  font-size: 20px;
  line-height: 40px;
  border: none;
  border-bottom: 2px solid #eee;
  color: #484848;
  padding: 0.5rem 2rem;
}
.tabsNav li a.nav-link.active {
  border-color: #0074ba;
  color: #0074ba;
}
.tabsNav li img {
  margin-right: 15px;
}
.groupSteps {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.groupSteps li {
  width: 100%;
  text-align: left;
  float: left;
  list-style: none;
  position: relative;
  padding: 20px 0px;
  display: flex;
}
.groupSteps li .stepsIcon {
  float: left;
  margin-right: 15px;
  text-align: center;
}
.groupSteps li h5 {
  font-size: 16px;
  color: #001d4e;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 80%;
}
.groupSteps li p {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0px;
}
.groupSteps li::after {
  border-left: 1.5px dashed #0074ba;
  width: 1;
  height: 100%;
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
}
.groupSteps li:last-child::after {
  display: none;
}
.howItWorksSection .tab-content #group .col-sm-4 {
  border-right: dashed;
  border-width: 1px;
  border-color: #bbb;
}
.recentBlogPost .col-sm-3 {
  margin-bottom: 30px;
}
.blogPostSection .postCard .postCardImg {
  height: 200px;
}
.howItWorksSection .tab-content #group .col-sm-4:last-child {
  border: none;
}
.blog-contents-sections .comments-area .comments-title {
  font-size: 0;
}
.blog-contents-sections .comments-area .comments-title::before {
  content: "coments";
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}
.blog-contents-sections .comments-area .comment-list {
  font-style: initial;
  padding: 0px;
  position: relative;
}
.blog-contents-sections .comments-area .comment-list li {
  list-style: none;
}
.blog-contents-sections .comments-area .comment-list li .comment-body {
  left: 60px;
  padding-left: 60px;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .comment-meta
  .comment-author
  img {
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .comment-meta
  .comment-author
  .says {
  display: none;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .comment-meta
  .comment-metadata {
  position: absolute;
  top: 0;
  right: 0;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .comment-meta
  .comment-awaiting-moderation::before {
  content: "Your comment is awaiting moderation";
  color: #0074ba;
  font-size: 16px;
  padding: 15px 0px;
  display: inline-block;
  font-style: initial;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .comment-meta
  .comment-awaiting-moderation {
  font-size: 0px;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .reply::before {
  content: "";
  content: "\f112";
  font-family: "FontAwesome";
  color: #686868;
  padding-right: 10px;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .reply
  .comment-reply-link {
  color: #333;
}
.blog-contents-sections
  .comments-area
  .comment-list
  li
  .comment-body
  .comment-meta
  .comment-author
  .url {
  color: #333;
}
.singleblogpage article {
  border: none !important;
}
.singleblogpage .comments-area .comments-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/**************Crowdfunding Blog post homepage css****************/
.blogPostSection {
  width: 100%;
  display: inline-block;
  padding: 50px 0px;
}
.recentBlogPost {
  padding: 50px 0px;
}
.postCard {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px #8888d533;
  border-radius: 20px;
}
.postCardImg {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.postCardImg a {
  width: 100%;
  float: left;
}
.postCardImg img {
  width: 100%;
}
.postCardDate {
  font-size: 12px;
  color: #a5a5a5;
  padding: 10px 15px 0px 15px;
  float: left;
  width: 100%;
}
.postCardTitle {
  padding: 0px 15px 15px 15px;
  font-size: 20px;
  color: #38526d;
  margin: 0px;
  width: 100%;
  float: left;
  text-decoration: none;
  line-height: normal;
}
.postCardTitle:hover {
  text-decoration: none;
  color: #0074ba;
}
.viewAllBtn {
  width: 100%;
  text-align: center;
}

/***********Footer section css**************/
.footer {
  background: #001d4e;
  color: #a7c0db;
  padding: 60px 0px 0px 0px;
  float: left;
  width: 100%;
}
.footer h4 {
  font-size: 20px;
  color: #f3f5f9;
}
.footer .navbar-nav {
  margin-top: 20px;
}
.footer .navbar-nav a {
  color: #a7c0db;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0px;
  float: left;
}
.footer .navbar-nav a:hover {
  color: #fff;
}
.copyRightBottom {
  background: #fff;
  font-size: 14px;
  color: #4e5052;
  font-weight: 300;
  margin-top: 70px;
  padding: 20px 0px;
}
.privacyPolicyFooter {
  float: right;
}
.privacyPolicyFooter a {
  margin-left: 20px;
  color: #4e5052;
  text-decoration: none;
}
.privacyPolicyFooter a:hover {
  color: #0074ba;
}
.aboutFooter {
  font-size: 14px;
  color: #a7c0db;
  line-height: normal;
  margin-top: 20px;
  font-weight: 300;
}
.contactFooter h4 {
  margin-bottom: 30px;
}
.contactFooter p {
  font-weight: 300;
  font-size: 14px;
}
.newsletterFooter p {
  font-weight: 300;
  font-size: 14px;
}
.newsletterForm .form-group {
  position: relative;
}
.newsletterForm .form-group input {
  width: 100%;
  padding: 5px 100px 5px 10px;
  height: 50px;
}
.newsletterSubmit {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 50px;
  background-color: #23b048;
  border-color: #23b048;
}
.newsletterSubmit:hover {
  background: #0074ba;
  border-color: #0074ba;
}

/****************Login Signup page css***************/
.loginSignupPage {
  width: 100%;
  float: left;
  height: calc(100vh - 60px);
  display: table;
  padding: 50px 0px;
  max-height: 100%;
  margin: 50px 0;
}
.loginSignupPage:before {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 20%;
  height: 100%;
  background: url(../images/arrow-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  content: "";
  z-index: -1;
}
.loginSignupPage:after {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 10%;
  height: 100%;
  background: url(../images/arrow-left-bg.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
.loginSignupPageInside {
  display: table-cell;
  vertical-align: middle;
}
.loginsignupContainer {
  width: 100%;
  max-width: 1190px;
  margin: auto;
  background: #fff;
  border: 1px solid #e2f1ff;
  border-radius: 10px;
}
.loginsignupContainer .row {
  margin: 0px;
}
.liginSignUpSide {
  background: #f9fbff;
  height: 100%;
  padding: 60px 30px;
  width: 100%;
  display: table;
  border-radius: 12px 0px 0px 12px;
}
.liginSignUpInside {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.liginSignUpSide h1 {
  font-size: 36px;
  color: #001d4e;
  margin-bottom: 100px;
}
.liginSignUpSide h1 span {
  color: #0074ba;
}
.logSignTabContainer {
  padding: 40px;
  float: left;
  width: 100%;
}
.logSignrightside {
  padding: 0px;
}
.logSignTableftside {
  padding: 0px;
}
.centerTabs {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.loginSignupTabs {
  border: 1px solid #ded9ff;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
}
.loginSignupTabs .nav-item {
  float: left;
  background-color: #f4f2ff;
  border: none;
  margin: 0px;
}
.loginSignupTabs.nav-tabs .nav-link {
  border: none;
  color: #747474;
  font-size: 16px;
  padding: 13px 30px;
  text-transform: uppercase;
  border-radius: 5px 0px 0px 5px;
}
.loginSignupTabs.nav-tabs .nav-link.active,
.loginSignupTabs.nav-tabs .nav-item.show .nav-link {
  float: left;
  border: none;
  background-color: #0074ba;
  color: #fff;
  color: #fff;
}
.loginSignupTabs.nav-tabs li + li .nav-link {
  border-radius: 0px 5px 5px 0px;
}
.logSignrightside input[type="text"],
.logSignrightside input[type="password"],
.logSignrightside input[type="email"],
.logSignrightside input[type="tel"],
.logSignrightside input[type="number"] {
  height: 50px;
  font-weight: 300;
}
.logSignrightside label {
  color: #001d4e;
  margin-bottom: 0px;
  width: 100%;
}
.logSignrightside .form-group {
  margin-bottom: 20px;
}
.logSignrightside .submitBtn {
  height: 50px;
  background: transparent linear-gradient(266deg, #2abe69 0%, #0070b7 100%) 0%
    0% no-repeat padding-box;
  border-color: #2abe69;
  text-transform: uppercase;
}
.forgotPassword {
  display: inline-block;
  width: 100%;
}
.forgotPassword a {
  float: right;
  color: #38526d;
}
.registerTerms {
  font-size: 12px;
  color: #4e5052;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px 30px;
}
.wpcf7-form-control-wrap {
  width: 100%;
}

/******forgot password page*********/
.forgotPasswordForm h1 {
  color: #001d4e;
  font-size: 36px;
  margin-bottom: 0px;
}
.forgotPasswordForm p {
  color: #38526d;
  line-height: normal;
}
.forgotPasswordForm .stepsTabs {
  margin-top: 80px;
}
.backPage {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 15px;
}
.backPage a {
  text-decoration: underline;
  color: #38526d;
  font-weight: 300;
}
.navbar-nav.pull-right.moreLinksHeader.deskk {
  display: none;
}

/*******terms**********/
.content-pages {
  padding: 2% 0%;
}
.heading-pages {
  background: #001d4e;
  padding: 120px 0px 100px;
}
.heading-pages h2 {
  margin: 0px;
  color: #a7c0db;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
}
/********************contact us page***************************/
.contactus-fomr h3 {
  padding-bottom: 20px;
  margin: 0px;
  font-size: 20px;
}

.contactus-fomr .wpcf7-form .spacing-edit input {
  height: 45px;
  border-radius: 2px;
}
.contactus-fomr .wpcf7-form .spacing-edit textarea {
  border-radius: 2px;
}
.contactus-fomr .wpcf7-form .spacing-edit label {
  font-size: 14px;
  margin-bottom: 3px;
}
.contactus-fomr .wpcf7-form .col-sm-12.text-center.spacing-edit {
  text-align: left !important;
}
.contactus-fomr .wpcf7-submit.site-btn {
  border-color: #38526d;
  color: #38526d;
  margin-top: 20px;
  border: 1px solid;
  background: transparent;
  width: 170px;
  border-radius: 4px !important;
  cursor: pointer;
}
.contactus-fomr .wpcf7-submit.site-btn:hover,
.contactus-fomr .wpcf7-submit.site-btn:focus {
  background: transparent linear-gradient(266deg, #2abe69 0%, #0070b7 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  border-color: #0074ba;
}
.contactus-fomr .spacing-edit .wpcf7-not-valid-tip {
  font-size: 12px;
}
.contactus-fomr .wpcf7-response-output {
  margin: 20px 0px;
  text-align: center;
}
.mymap {
  text-align: center;
}
.content-pages.contactpage {
  padding: 4% 0%;
}
/********************end contact us page***************************/
/*=============reset password============*/
.reset-password form .form-group br {
  display: none;
}
.reset-password form .form-group span {
  float: right;
  position: relative;
}
.reset-password form .form-group span .fa.fa-eye {
  position: absolute;
  top: 42px;
  right: 12px;
  color: #919191;
}
.form-group.submitbtn-div {
  width: 100%;
}
.reset-password form .registerTerms {
  text-align: center;
  width: 100%;
  text-decoration: underline;
}
.reset-password form .registerTerms a {
  color: #4e5052;
}
.reset-password form {
  padding: 40px 0px 0px 0px;
}

/*--------------blog page-----------------------*/
.heading-blogpage {
  background: url(../images/blog-bannerimage.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 180px;
  width: 100%;
  opacity: 1;
}
.heading-blogpage h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  padding: 5% 0%;
  color: #333;
  opacity: 1;
  position: relative;
  z-index: 9;
}
.heading-blogpage::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 180px;
  width: 100%;
  top: 0;
  opacity: 0.5;
}
.blog-and-sidebar {
  padding: 2% 0%;
}
.blog-contents-sections .entry-title {
  font-size: 28px;
  font-weight: 600;
}
.blog-contents-sections .entry-title a {
  color: #333;
  text-decoration: none;
}
.blog-contents-sections .post-thumbnail {
  height: 500px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.blog-contents-sections .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  vertical-align: middle;
  display: inline-block;
}
.blog-contents-sections .entry-footer {
  font-size: 14px;
}
.blog-contents-sections .entry-footer .author .avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: none;
}
.blog-contents-sections .entry-footer .byline .author.vcard::before {
  content: "\f2be";
  font-family: "FontAwesome";
}
.blog-contents-sections .entry-footer .comments-link .screen-reader-text {
  display: none;
}

.blog-contents-sections .entry-footer .edit-link {
  display: none;
}
.blog-contents-sections .entry-footer .posted-on {
  padding: 0px 15px;
}
.blog-contents-sections
  .entry-footer
  .byline
  .author.vcard
  .screen-reader-text {
  display: none;
}
.blog-contents-sections .entry-footer .comments-link::before {
  padding-right: 4px;
  content: "\f0e5";
  font-family: "FontAwesome";
}

.blog-contents-sections article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 3%;
}
.blog-contents-sections .entry-footer .posted-on .entry-date.published {
  display: none;
}
.blog-and-sidebar #secondary .widget-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.blog-and-sidebar #secondary .widget ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.blog-and-sidebar #secondary .widget {
  /*    border-bottom: 1px solid #ddd;*/
  padding-bottom: 20px;
  margin-bottom: 3%;
}
.blog-and-sidebar #secondary .widget ul li {
  display: block;
  border-bottom: 1px solid #e1e0e0;
  padding: 15px 0px;
  margin: 0px;
}
.blog-and-sidebar #secondary .widget ul li .post-date {
  display: block;
  font-size: 14px;
  width: 100%;
  color: #aaa;
}
.blog-and-sidebar #secondary .widget ul li a {
  color: #333;
}
.blog-and-sidebar #secondary .widget ul li:first-child {
  padding-top: 0px;
}
.blog-and-sidebar #secondary .widget:last-child .textwidget {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 10px;
}
.blog-and-sidebar #secondary .widget:last-child .textwidget strong {
  font-weight: 600;
  font-size: 18px;
}
.blog-and-sidebar #secondary .widget:last-child .textwidget p {
  font-size: 13px;
  margin-bottom: 6px;
}
.singleblogpage .entry-header {
  display: none;
}
.singleblogpage #comments .comment-respond #reply-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.singleblogpage #comments .comment-respond .comment-form .logged-in-as {
  display: none;
}
.singleblogpage
  #comments
  .comment-respond
  .comment-form
  .comment-form-comment
  textarea {
  width: 100%;
  border: 1px solid #ddd;
}
.singleblogpage #comments .comment-respond .comment-form .form-submit input {
  height: 45px;
  color: #38526d;
  margin-top: 20px;
  border: 1px solid;
  background: transparent;
  width: 170px;
  border-radius: 4px !important;
  cursor: pointer;
}
.singleblogpage
  #comments
  .comment-respond
  .comment-form
  .form-submit
  input:hover,
.singleblogpage
  #comments
  .comment-respond
  .comment-form
  .form-submit
  input:focus {
  background: transparent linear-gradient(266deg, #2abe69 0%, #0070b7 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  border-color: #0074ba;
}

.singleblogpage #main .navigation.post-navigation {
  display: none;
}
.blog-contents-sections .entry-footer a {
  color: #0074ba;
}
.singleblogpage #comments .comment-respond .comment-form input {
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
}
.singleblogpage
  #comments
  .comment-respond
  .comment-form
  #wp-comment-cookies-consent {
  width: auto;
  height: auto;
}
.blog-contents-sections .entry-footer .posted-on .screen-reader-text {
  display: none;
}
.blog-contents-sections .entry-footer .posted-on::before {
  content: "";
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #515151;
  font-weight: normal;
  padding-right: 4px;
}
.blogs-new-listings .entry-footer {
  padding-bottom: 20px;
}
.button-readmore a {
  font-size: 0;
  text-decoration: none;
}
.button-readmore a::before {
  content: "read more";
  font-size: 14px;
  text-decoration: none;
  background-color: transparent;
  color: #333;
  text-transform: capitalize;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #333;
}
.button-readmore {
  text-align: right;
  display: block;
  width: 100%;
}
.blog-contents-sections article .post-thumbnail {
  margin-bottom: 20px;
}
.blog-contents-sections article .entry-content {
  padding: 20px 0px;
}
.blog-contents-sections .entry-footer .cat-links {
  display: none;
}
.groupSteps li .stepsIcon span p {
  font-size: 9px !important;
  display: inline-block;
}
.individualSteps li:first-child .stepsIcon span::after {
  content: "1";
  padding-left: 2px;
}
.individualSteps li:nth-child(2) .stepsIcon span::after {
  content: "2";
  padding-left: 2px;
}
.individualSteps li:nth-child(3) .stepsIcon span::after {
  content: "3";
  padding-left: 2px;
}
.individualSteps li:nth-child(4) .stepsIcon span::after {
  content: "4";
  padding-left: 2px;
}
.howitwork .individualSteps li .stepsIcon span::after {
  opacity: 0;
}

.blogPostSection .recentBlogPost .col-sm-3:nth-child(n) {
  display: none;
}
.blogPostSection .recentBlogPost .col-sm-3:nth-child(1),
.blogPostSection .recentBlogPost .col-sm-3:nth-child(2),
.blogPostSection .recentBlogPost .col-sm-3:nth-child(3),
.blogPostSection .recentBlogPost .col-sm-3:nth-child(4) {
  display: block;
}
.blog-and-sidebar #secondary .widget ul li img {
  margin: 0px;
  margin-right: 15px;
}
.content-pages.contactpage .mymap .addressnew h4 {
  text-transform: capitalize;
  font-size: 20px;
}

.content-pages.contactpage .mymap .addressnew ul {
  padding: 0px;
  list-style: none;
}
.content-pages.contactpage .mymap .addressnew ul li {
  text-transform: capitalize;
  position: relative;
  padding-left: 30px !important;
  padding: 6px 0px;
}
.content-pages.contactpage .mymap .addressnew ul li a {
  color: #717171;
  text-decoration: none;
  padding: 4px 0px;
}
.content-pages.contactpage .mymap .addressnew ul li .fa {
  color: #484848;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.content-pages.contactpage .mymap .addressnew .newmap-block .mapouter {
  width: 100%;
  max-width: 100%;
}
.content-pages.contactpage
  .mymap
  .addressnew
  .newmap-block
  .mapouter
  .gmap_canvas {
  width: 100%;
}
.content-pages.contactpage .mymap {
  padding: 0px 0px 0px 40px;
  text-align: left;

  background: #fff;
}
.addressnew .address-block {
  border: 1px solid #ddd;
  padding: 25px 25px 1px;
}

/*----------------end blog page--------------------------*/

/*===================faq page======================*/
.collapse.show {
  display: block;
}
.faq-custome a[aria-expanded="true"] .fa.fa-plus:before {
  content: "\f068";
  color: #fff;
}
.faq-custome a[aria-expanded="true"] {
  background-color: #001d4e;
}
.faq-custome h3 {
  text-align: center;
  text-transform: capitalize;
}
.faq-custome {
  padding: 3% 0%;
}
.faq-custome #wpsm_accordion_309 .wpsm_panel.wpsm_panel-default {
  overflow: visible;
  margin: 15px 0px;
}
.faq-custome
  #wpsm_accordion_309
  .wpsm_panel.wpsm_panel-default
  .wpsm_panel-heading {
  background-color: transparent !important;
  box-shadow: 0px 0px 3px 1px #ddd !important;
}
#wpsm_accordion_309 .wpsm_panel-title a .fa {
  background-color: transparent;
  background-color: transparent !important;
}
#wpsm_accordion_309 .wpsm_panel-title a {
  padding: 8px 0px !important;
}
.faq-custome a[aria-expanded="true"] .ac_title_class {
  color: #fff;
}
#wpsm_accordion_309 .wpsm_panel-body {
  color: #777 !important;
}
.content-pages.contactpage .mymap .addressnew h4 span a {
  font-size: 14px;
  text-decoration: none;
  color: #717171;
  float: right;
  text-transform: uppercase;
}

/*==============end faq page============================*/

/***popup modal OTP***/
.btn.ConfirmBtn {
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  height: 50px;
  background: transparent linear-gradient(266deg, #2abe69 0%, #0070b7 100%) 0%
    0% no-repeat padding-box;
  background-color: transparent;
  border-color: #2abe69;
  margin-top: 20px;
}

.inputGroups {
  margin: 30px 0px 10px 0px;
}
.inputGroups input {
  /* display: inline-block; */
  display: inline-block !important;
  width: 60px;
  height: 60px;
  margin: 0px 10px;
  border: 1px solid #ddd;
  box-shadow: none;
  text-align: center;
  font-size: 29px;
  font-weight: 400;
}
.OTPHeader {
  background: #f9fbff;
}
.OTPHeader .modal-title {
  font-size: 22px;
}
.backbtn {
  margin-top: 10px;
}

.reset-password form .form-group span.toggle-passwordone,
form .form-group span.toggle-passwordone3,
form .form-group span.toggle-passwordone2,
form .form-group span.toggle-passwordone4,
.reset-password form .form-group span.toggle-password {
  float: right;
  position: relative;
  right: 10px;
  top: -7px;
  color: #7e7d7d;
  cursor: pointer;
}
.nav.nav-tabs.loginSignupTabs {
  margin-bottom: 25px;
}
form .form-group .passwordEye span.toggle-passwordone {
  float: right;
  position: relative;
  right: 10px;
  /*top: -33px;*/
  color: #7e7d7d;
  cursor: pointer;
}

form .form-group .passwordEye span.toggle-passwordone3 {
  float: right;
  position: relative;
  right: 10px;
  /*top: -33px;*/
  color: #7e7d7d;
  cursor: pointer;
}

form .form-group .passwordEye span.toggle-passwordone2 {
  float: right;
  position: relative;
  right: 10px;
  /*top: -33px;*/
  color: #7e7d7d;
  cursor: pointer;
}

form .form-group .passwordEye span.toggle-passwordone4 {
  float: right;
  position: relative;
  right: 10px;
  /*top: -33px;*/
  color: #7e7d7d;
  cursor: pointer;
}

.tab-pane.show {
  display: none !important;
}
.tab-pane.show.active {
  display: block !important;
}
.spinner-border.loaderspinner {
  position: fixed;
  border: 0.25em solid #0274b3;
  border-right-color: transparent;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.reset-password form .form-group span.error {
  float: left;
  font-weight: 100 !important;
  font-size: 12px;
  margin-bottom: 15px;
}
.logSignrightside .tab-pane .error {
  font-size: 12px;
  font-weight: 300 !important;
}
.logSignrightside #login_contact_form_forgot .error {
  font-size: 12px;
  font-weight: 300 !important;
  position: relative;
  top: -0px;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.logSignrightside #login_contact_form_forgot #errorallforget_forgotpage.error {
  top: -10px;
}

.main-logo {max-width: 200px;}
.navigationBar {-webkit-box-shadow: 0px 0px 10px#ddd;box-shadow: 0px 0px 10px#ddd;position: fixed;z-index: 99;width: 100%;background: #fff;top: 0;left: 0;}
.header-dropdown {position: relative;}
.header-dropdown:hover .dropdown-menu {display: block !important;}
.header-dropdown .dropdown-menu li {margin: 0;}
.moreLinksHeader .header-dropdown {margin: 0;padding: 0px}
.navigationBar div#collapsibleNavbar {padding: 0;}
.main-logo a.navbar-brand {padding: 0;margin: 0}
.shareSimcha a.btn.btn-primary {font-size: 16px;background: #0070B7;border-color: #0070B7;font-weight: 300}
.moreLinksHeader li.shareSimcha {margin-left: 0px;}
.moreLinksHeader .header-dropdown a.dropdown-toggle {padding: 8px 16px;display: inline-block;}
.moreLinksHeader .header-dropdown .dropdown-toggle::after {margin-left: 0;}

.howItWorksSection .container {max-width: 90%;}
.gg-steps-inner {box-shadow: 0px 0px 20px 0px rgba(0,0,0, 0.1);height: 100%;padding: 30px 20px 20px;border-radius: 5px;}
.how-tabs-wrap .tab-pane {padding-top: 50px;margin-top: -1px;background: #fff;}
.howItWorksSection .tabsNav {margin: 0;}
.gg-steps-wrap h4 {font-size: 22px;color: #0070b7;font-weight: 400;margin: 0;min-height: 80px;}
.gg-steps-wrap h4 p {font-size: 18px;color: #181818;margin-top: 5px;}
.welcomeSection .cardBox:hover {box-shadow: 0px 0px 24px 2px rgba(0,0,0,0.1);background: rgba(0, 112, 183, 0.2);transition: all 0.1s;}
.welcomeSection .cardBox:hover h5 {color: #0070b7;transition: all 0.1s;}
.welcomeSection .cardBox, 
.welcomeSection .cardBox h5 {transition: all 0.1s;}
.how-tabs-wrap .nav-link {display: none;}
.stepsIcon img {margin: 0 !important;}
.banner-Section ul{padding: 0;}
.mainDiv {width: 100%;float: left;min-height: 75vh;}
.howItWorksSection h2 {font-size: 2rem;}
.howItWorksSection h2 span {color: #001d4e;}
.howItWorksSection .tabsNav li a.nav-link {padding: 0.5rem 1rem;font-size: 1rem;}
.howItWorksSection .tabsNav li a.nav-link svg {height: 30px;margin-right: 15px;width: auto;}
.welcomeText p + p {margin: 0;}

.default_outer {display: flex;align-items: flex-start;justify-content: space-between;flex-direction: column;height: 100%;}
.default_wrap {width: 100%;}

.default_wrap .entry-header {padding: 120px 0 100px;background: #001d4e;}
.default_wrap .entry-header .entry-title {color: #a7c0db;text-transform: capitalize;font-weight: 500;font-size: 30px;text-align: left;}
.default_wrap .entry-content {padding: 50px 0;}

.heading-blogpage {margin-top: 60px;}
.addEventContainer .pageHeader {margin-top: 100px;}

.formLoader {position: fixed;width: 100%;height: 100%;background: rgba(0,0,0, 0.7);z-index: 99;}
.formLoader .spinner-border {position: absolute;left: 50%;top: 50%;border-color: #fff;border-right-color: transparent;}


/********************media***************************/

@media (max-width: 1500px) {
  .container {max-width: 1480px !important;}
}
@media only screen and (max-width: 1199px) {
  .banner-Section h1{font-size: 40px;line-height: 50px;}
  .welcomeText h2{font-size: 32px;}
  .groupSteps li h5{font-size: 16px;margin-top: 5px;}
  .gg-steps-wrap h4{font-size: 20px;}
  .gg-steps-wrap h4 p{font-size: 16px;}
  .gg-steps-inner{padding: 30px 10px 20px;}
  .navMenuContainer ul li{font-size: 15px;}
  .navigationBar .main-logo .img-fluid {width: 150px;}
}
@media (max-width: 1024px) {
  .blogPostSection .postCard .postCardImg .wp-post-image {
    height: 150px;
  }
  .blogPostSection .postCard .postCardImg {
    height: 150px;
  }
  .blogPostSection .postCard .postCardTitle {
    font-size: 15px;
  }
  .welcomeText h2 {
    font-size: 27px;
  }
  
  .recentBlogPost {
    padding: 30px 0px 0px;
  }
  .blog-contents-sections .container {
    padding: 0px;
  }
  .heading-blogpage h1 {
    padding: 7% 0%;
  }
  .navigationBar .navbar-nav .menu-item a {padding: 8px;}


}
@media (max-width: 991px) {
  .mobile-display-wrap {
    display: block !important;
}
  li.loginSignBtnHeader.shareSimchamobile {
    display: block !important;
  }
  div#collapsibleNavbar {
    width: 100%;
    max-width: 100%;
    /* float: right; */
    /* display: inline-block !important; */
    text-align: left;
    padding-top: 13px;
    /* display: contents !important; */
    float: none !important;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    content: "\f0c9";
    font-family: "FontAwesome";
    top: 1px;
    position: relative;
    font-size: 28px;
    color: #fff;
  }
  .navbar-nav.pull-right.moreLinksHeader.deskk {
    display: block;
    width: auto;
    position: absolute;
    top: 17px;
    right: 90px;
  }
  .navbar-nav.pull-right.moreLinksHeader.deskk li {
    margin: 0px 4px;
    display: inline-block;
  }
  /* ul.navbar-nav.pull-right.moreLinksHeader {
    display: none;
  } */
  /* .loginSignBtnHeader.shareSimcha {
    display: none;
  } */
  .navbar-nav .dropdown-menu {
    position: absolute;
    float: 0;
  }


.welcomeText h2 {font-size: 28px;}
.welcomeSection ul li {padding: 0 10px !important;}
.individualSteps, .how-tabs-wrap .tab-pane .row {max-width: 500px;margin: auto;}
.individualSteps li {flex: 0 0 100% !important;max-width: 100% !important;box-shadow: 0px 0px 20px 0px rgba(0,0,0, 0.1);padding: 20px;margin: 10px 0;}
.individualSteps li::after{display: none;}
.col-md-4.col-sm-6.gg-steps-wrap {-ms-flex: 0 0 100%;-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;margin-bottom: 20px;}

}
@media (max-width: 767px) {
  .individualSteps li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 25%;
    flex: none;
    max-width: 100%;
    list-style: none;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .blog-content {
    min-height: 370px;
  }
  .img-fluid.rounded.section-two {
    margin: auto;
    display: block;
  }
  .img-fluid.rounded.section-three {
    margin: auto;
    width: 300px !important;
    display: block;
  }
  .blog-contents-sections .post-thumbnail {
    height: auto;
  }
  .heading-blogpage {
    height: auto;
  }
  .heading-blogpage h1 {
    padding: 5% 0%;
  }
  .blog-and-sidebar .row {
    display: block;
  }
  .blog-and-sidebar .row .col-sm-8 {
    width: 100%;
    max-width: 100%;
  }
  .blog-contents-sections .entry-title a {
    font-size: 20px;
  }
  .blog-and-sidebar .row .col-sm-4 {
    width: 100%;
    max-width: 100%;
  }
  .blog-and-sidebar #secondary .widget {
    margin-bottom: 0px;
  }
  .blogs-new-listings .entry-footer {
    padding-bottom: 0px;
  }
  .footer h4 {
    margin: 12px 0px 10px 0px !important;
  }
  .footer ul {
    margin: 0px !important;
  }
  .contactus-fomr h3 {
    font-size: 20px;
  }
  .individualSteps li::after {
    opacity: 0;
  }
  .recentBlogPost {
    padding: 50px 0px;
    display: inline-block;
    text-align: center;
  }
  .recentBlogPost .col-sm-3 {
    width: 50%;
    max-width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .blogPostSection .postCard {
    display: inline-block;
  }
  .blogPostSection .postCard .postCardTitle {
    height: 40px;
    overflow: hidden;
  }
  .banner-Section ul li {
    padding: 0px 10px;
  }
  .individualSteps li::after {
    opacity: 0;
    display: none;
  }
  .individualSteps li {
    float: left;
  }
  .howItWorksSection .nav.nav-tabs.tabsNav .nav-item .nav-link {
    padding: 0px 20px;
    font-size: 15px;
  }
  .banner-Section ul {
    padding: 0px;
  }
  .footer .row {
    display: block;
  }
  .footer .row .col-sm-3,
  .footer .row .col-sm-2,
  .footer .row .col-sm-4 {
    max-width: 100%;
  }
  .copyRightBottom .col-sm-6 {
    max-width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .privacyPolicyFooter {
    float: none;
  }

  .howItWorksSection .tab-content #group .row {
    display: block;
  }
  .howItWorksSection .tab-content #group .row .col-sm-6 {
    max-width: 100%;
  }
  .howItWorksSection .tab-content #group .row .col-sm-6 .groupSteps {
    display: inline-block;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    content: "\f0c9";
    font-family: "FontAwesome";
    top: 1px;
    position: relative;
    font-size: 28px;
    color: #fff;
  }
  .navbar-nav.pull-right.moreLinksHeader.deskk {
    display: block;
    width: auto;
    float: right;
    position: absolute;
    right: 90px;
    top: 18px;
  }
  .navbar-nav.pull-right.moreLinksHeader.deskk li {
    display: inline-block;
    margin: 0px 7px;
  }
  #collapsibleNavbar .navbar-nav.pull-right.moreLinksHeader {
    display: none;
  }
  .tabsNav {
    margin: 30px 0px;
  }
  .blogPostSection {
    padding: 0px 0px 50px;
  }
  .blogPostSection .postCard .postCardTitle {
    height: 55px;
  }
  .recentBlogPost {
    padding: 20px 0px;
  }
  .blogPostSection h2 {
    font-size: 27px;
  }
  .howItWorksSection .tab-content #group .row .col-sm-4 {
    width: 100%;
    max-width: 100%;
  }
  .howItWorksSection .tab-content #group .row .col-sm-4 .groupSteps {
    display: inline-block;
  }
  .groupSteps li h5 {
    padding-top: 12px;
  }
  .howItWorksSection .tab-content #group .groupSteps li {
    padding: 10px 0px;
  }
  .blogPostSection .postCard .postCardImg .wp-post-image {
    height: 180px;
  }
  .blogPostSection .postCard .postCardImg {
    height: 180px;
  }
  .howItWorksSection .tab-content #group .col-sm-4 {
    border: none;
  }

.welcomeSection ul {margin: 20px 0 0 !important;}
.banner-Section h1 {font-size: 35px;line-height: 45px;}

}
@media (max-width: 600px) {
  .heading-blogpage h1 {
    padding: 7% 0%;
  }

  .welcomeSection ul li {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .howItWorksSection .nav.nav-tabs.tabsNav .nav-item {
    float: none;
    display: inline-block;
  }
  .howItWorksSection .nav.nav-tabs.tabsNav {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .howItWorksSection .nav.nav-tabs.tabsNav .nav-item svg {
    width: 22px;
  }
  .individualSteps li {
    float: none;
    width: 100%;
  }
  .recentBlogPost .col-sm-3 {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .recentBlogPost {
    padding: 0px 0px;
  }
  .blogPostSection {
    padding-top: 0px;
  }
  .blogPostSection .postCard .postCardTitle {
    height: auto;
    overflow: hidden;
  }
  .blogPostSection .postCard .postCardImg {
    height: auto;
  }
  .blogPostSection .postCard .postCardImg .wp-post-image {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .banner-Section ul{margin: 20px 0px 50px;}
  .mainDiv.home-main-wrap {padding-top: 50px;}
  .individualSteps, .how-tabs-wrap .tab-pane .row {max-width: 100% !important;margin: auto !important;}
  .how-tabs-wrap .tab-pane .row .col-md-4.col-sm-6.gg-steps-wrap {padding: 0;}
}



@media (max-width: 480px) {
  .full-width-section.py-5.organising-group-gift {
    padding: 0 !important;
  }
  .full-width-section.py-5.organising-group-gift-section {
    padding: 0 !important;
  }
  .img-fluid.rounded.section-three {
    width: 264px;
    margin: auto;
    display: block;
  }
  .heading-blogpage {
    height: auto;
  }
  .heading-blogpage h1 {
    font-size: 18px;
  }
  .banner-Section ul li + li {
    border-left: none;
  }
  .navbar-nav.pull-right.moreLinksHeader.deskk {
    right: 80px;
  }
  .navbar-nav.pull-right.moreLinksHeader.deskk li svg {
    width: 15px;
  }
  .navbar-nav.pull-right.moreLinksHeader.deskk li {
    display: inline-block;
    margin: 0px 3px;
  }
  .banner-Section p {
    font-size: 16px;
  }
  .blogPostSection h2 {
    font-size: 20px;
  }


  .banner-Section h1 {font-size: 30px;line-height: 40px;}
  .banner-action-buttons li {padding: 0 !important;margin: 0 !important;}
  .banner-Section p{font-size: 16px;}
  .banner-Section ul li a {width: auto !important;padding: 15px 30px;height: auto !important;font-size: 16px;line-height: 16px !important;}
  .welcomeSection .cardBox {padding: 20px 0;}
  .welcomeSection ul li .cardBox h5 {font-size: 16px;}
  .howItWorksSection{padding: 50px 0;}
  .mainDiv.home-main-wrap {min-height: initial;}

}
.address-block h4 span a {
	color: #fff !important;
	text-decoration: blue;
	background: #4144d9;
	padding: 5px 12px;
	font-size: 13px !important;
	border-radius: 3px;
	font-weight: bold;
}
.banner-Section h1 span {
  display: block;
}

.searchBtnHeader {
	display: none !important;
}

#digitPassword.fade:not(.show){
opacity: 1 !important;
}

.page-template-login-signup.modal-open {
	overflow: auto !important;
}

#digitPasswordforgot.fade:not(.show){
  opacity: 1 !important;
  }
  
  .page-template-forgot-password.modal-open {
    overflow: auto !important;
  }

  .hero-section {
    background-color: #0056b3;
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.hero-text {
    padding: 20px;
}
.hero-buttons {
    margin-top: 20px;
}
.hero-image {
    max-width: 100%;
}
.hero-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 80%;
}

.icon-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.icon-list:hover {
    transform: translateX(10px);
}

.icon-list i {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #29d92f;
}

.section-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 40px;
}

.vendor-benefits .image-sideways {
    transform: rotate(-10deg);
}

.contact-info {
    font-weight: bold;
    font-size: 0.9rem;
}

.gift-icon {
    color: #ff4500; /* Change color for gift icons */
}
/*** Blog Start ***/
.blog .blog-item {
border-radius: 10px;
transition: 0.5s;
}

.blog .blog-item:hover {
box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
background: #fff;
}

.blog .blog-item .blog-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.blog-img img {
  max-width: 230px;
  margin: 0 auto;
}
.blog .blog-item .blog-img img {
transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
content: "";
position: absolute;
width: 100%;
height: 0;
top: 0;
left: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: rgba(1, 95, 201, .2);
transition: 0.5s;
z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
position: absolute;
bottom: 0;
right: 0;
border-top-left-radius: 10px;
display: inline-flex;
color: var(--bs-white);
background: 0 0 45px rgba(0, 0, 0, .1);
z-index: 9;
}

.blog .blog-item .blog-content {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background: #fbfbfb;
}

.blog .blog-item .blog-content a.btn {
color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
color: 0 0 45px rgba(0, 0, 0, .1);
}
/*** Blog End ***/
/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
position: absolute;
width: 60px;
height: 60px;
border-radius: 60px;
background: var(--bs-light);
color: var(--bs-primary);
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
bottom: 30px;
left: 50%;
transform: translateX(-50%);
margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
bottom: 30px;
right: 50%;
transform: translateX(-50%);
margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
box-shadow: inset 0 0 100px 0 var(--bs-secondary);
color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, .2);
display: flex;
align-items: center;
}

@media (max-width: 991px) {
.header-carousel .header-carousel-item .carousel-caption {
padding-top: 45px;
}

.header-carousel .header-carousel-item {
height: 1300px;
}
}

@media (max-width: 767px) {
.header-carousel .header-carousel-item {
height: 950px;
}

.header-carousel .owl-nav .owl-prev {
bottom: -30px;
left: 50%;
transform: translateX(-50%);
margin-left: -45px;
}

.header-carousel .owl-nav .owl-next {
bottom: -30px;
left: 50%;
transform: translateX(-50%);
margin-left: 45px;
}
}
/*** Carousel Hero Header End ***/




/*** copyright end ***/
.display-1.text-white.mb-4 {
/* font-family: ; */
font-family: "DM Sans";
font-weight: 700;
font-size: 50px;
}
.blog-content {
min-height: 445px;
}
.h4.d-inline-block.mb-3 {
text-decoration: none;
font-family: "DM Sans";
}
.display-4.mb-4 {
font-family: "DM Sans";
}
p , span{
font-family: "DM Sans";
}



.icon-list {
  display: flex;
  align-items: center;
  text-align: left;
}

.icon-list i {
  font-size: 1.5rem; /* Adjust icon size */

}

.icon-list span {
  margin-left: 1rem;
  font-size: 1.25rem; /* Adjust font size for text */
}

.full-width-section img {
  max-width: 100%;
  height: auto;
  margin-top: 2rem; /* Space between text and image */
  border-radius: 0.5rem; /* Optional: rounded corners for image */
}


.img-fluid.mt-4.homepage2-flow {
	width: 700px;
	box-shadow: none;
}



.blog-content.p-4 h4 {
  margin: 40px 0;
  font-size: 28px; 
  font-weight: bold;
  color: #4a90e2;
  padding: 10px; 
  border-radius: 8px; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
}
.createAccountInfo {
  margin-top: 20px;
  color: #333;
}

.createAccountInfo h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.benefitsList {
  list-style-type: disc;
  margin-left: 20px;
}

.benefitsList li {
  margin-bottom: 8px;
  font-size: 16px;
}
.liginSignUpInside img {
  max-width: 100%; /* Ensures the image doesn't exceed the container width */
  height: auto; /* Maintains the image aspect ratio */
  margin-bottom: 20px; /* Space below the image */
}

.display-4.mb-4{
  margin: 40px 0;
  font-size: 28px;
  font-weight: bold;
  color: #4a90e2; 
  padding: 10px; 
  border-radius: 8px; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
}
.organising-group-gift {
	background-color: #fff !important;
}

.hero-section.d-flex.align-items-center {
  padding: 100px 0px !important;
  padding-top: 11rem !important;
}

.mb-5.fs-5.text-light {
	font-size: 20px;
	font-weight: 500;
}
.hero-image {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px);
  }
}

/* Wave animation */
.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/wave.svg') repeat-x;
  background-size: cover;
  animation: wave-animation 10s linear infinite;
}

@keyframes wave-animation {
  0% {
      background-position-x: 0;
  }
  100% {
      background-position-x: 1000px;
  }
}

.hero-text h1, .hero-text p {
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}

.hero-text h1 {
  animation-delay: 0.5s; /* Delay for h1 */
}

.icon-list span {
  animation-delay: 0.5s; /* Delay for h1 */
}

.hero-text p {
  animation-delay: 1s; /* Delay for paragraph */
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(20px); /* Slight upward movement */
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.organising-group-gift .img-fluid {
  max-width: 100%;
  height: auto;
}

.organising-group-gift h1 {
  text-align: left;
}

.organising-group-gift .icon-list {
  text-align: left;
}

@media (max-width: 991px) {
  .organising-group-gift .row {
      flex-direction: column;
  }

  .organising-group-gift .img-fluid {
      margin-bottom: 20px;
  }
}

.img-fluid.rounded.section-three {
	width: 264px;
}
@media only screen and (max-width: 767px) {
  .welcomeSection ul {
    margin: 20px 0 0 !important;
  }

  .banner-Section h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .img-fluid.rounded.section-two {
	margin: auto;
	display: block;
}
.img-fluid.rounded.section-three {
	margin: auto;
	width: 300px !important;
	display: block;
}
.blog-content {
    min-height: 370px;
  }
}
@media (max-width: 420px) {
  .display-1.text-white.mb-4 {
    font-size: 30px;
  }
  .display-4.mb-4 {
    font-size: 18px;
    padding: 0;
  }
  .icon-list span {
    font-size: 15px;
  }
  .icon-list i {
    font-size: 13px;
  }
  .blog-content.p-4 h4{
    font-size: 18px;
    padding: 0;
  }
  .img-fluid.rounded.section-two {
    width: 200px !important;
    display: block;
    text-align: center;
    align-content: center;
    margin: auto;
  }
  .img-fluid.rounded.section-three {
    width: 200px !important;
  }
  .blog-content {
    min-height: 350px;
  }
  .hero-section.d-flex.align-items-center {
    /* padding: 100px 0px !important; */
    padding-top: 7rem !important;
  }
}


li.loginSignBtnHeader.shareSimchamobile {
  display: none;
}
.mobile-display-wrap {
  display: none;
}
.dropdown-menu.dropdown-menu-right.headerone.show {
	position: absolute;
	left: 0;
  max-width: 200px;
  right: 7px;
}