@media only screen and (max-width: 1400px) and (min-width: 768px) {
  .contact-img img {
  height: 850px;
  object-fit: cover;
  object-position: 100% 100%;
  }
  
  
  }
  @media screen and (min-width: 768px){
  .can-help-you .content-wrap {
  align-items: center;
  grid-template-columns: 1fr 1.2fr;
  }
  }
  
  @media screen and (max-width: 1400px) {
  .banner:before {
  left: 42%;
  }
  
  .site-nav>ul {
  gap: 15px;
  }
  
  footer .form-sec {
  margin-right: 40px;
  }
  
  .faq-sec img.arrow-vec {
  width: 200px;
  }
  
  .packs-intro .tab-feature ul {
  min-height: 420px;
  }
  
  .form-check.form-switch>img {
  top: 49px;
  width: 62px;
  left: 62%;
  }
  .can-help-you_content ul {
  padding-right: 200px;
  }
  .couldget .custom-login-content .float-img.top img:nth-child(1) {
    left: 20px;
    top: -50px;
}
.couldget .custom-login-content .float-img.top {
    top: 23%;
    right: 0;
}
  }
  
  @media screen and (max-width:1200px) {
  .lets-connect-shapes img:nth-of-type(1) {
  margin-left: 30px;
  }
  .site-nav>ul {
  gap: 8px;
  }
  
  .site-nav>ul>li>a {
  font-size: 14px;
  }
  
  .banner .content h1 {
  font-size: 40px;
  line-height: normal;
  }
  
  .site-logo {
  width: 20%;
  }
  
  nav.site-nav {
  width: 78%;
  }
  
  section.platform-feature .row>div {
  margin-bottom: 20px;
  }
  
  .about-club .newsletter {
  padding: 20px 20px 24px;
  }
  
  .faq-sec img.arrow-vec {
  width: 170px;
  }
  
  .form-check.form-switch>img {
  top: 49px;
  width: 60px;
  left: 63%;
  }
  
  .packs-intro .container img.star-group-vec {
  right: 10%;
  }
  .can-help-you_content ul {
  padding-right: 80px;
  }
  .booster_sign_up_form .right_form h2 {
      font-size: 32px;
  }
  .couldget .couldget_main {
    padding: 0;
}
.couldget .couldget_main .couldget-img h3 {
    font-size: 26px;
}
.couldget .custom-login-content .float-img.top {
    top: 16%;
}
.get_instant-acc {
    padding: 62px 0;
}
.get_instant-acc-content > .row .col-md-6:first-child {
    width: 45%;
}
.get_instant-acc-content > .row .col-md-6:last-child {
    width: 55%;
}
.get_instant-card {
    width: 100%;
}
.banner-free-content h1 {
    font-size: 48px;
}
.banner-free-content p {
    font-size: 18px;
}
  }
  
  @media screen and (max-width: 1025px) {
.site-nav>ul {
display: block;
padding: 37px 10px 0;
}

.site-nav ul li:hover ul.sub-menu {
display: flex;
margin: 0;
width: 100%;
padding: 12px 20px;
box-shadow: 0 0 2px 0 rgba(0 0 0 /30%);
height: 100%;
}
   .header-btns .blue-btn{
      border: 2px solid #DDD10D;
      background: #DDD10D;
      color: #000;
      width: 100%;
      max-width: 100% !important;
    }
    .blue-btn.border-btn {
      background: transparent;
      border-color: transparent;
      color: #000;
  }
    .site-nav ul li ul.sub-menu.open {
      display: flex !important;
  }
    nav.site-nav{
     width: 100%;
    }
    .custom-head ul.sub-menu.large li {
      width: 100% !important;
  }
  ul.sub-menu {
    position: inherit !important;
  }
  .can-help-you_content ul {
  padding-right: 0px;
  }
  .header-btns {
  display: flex;
  flex-direction: column-reverse;
  }
  
  .header-btns a {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  max-width: 180px;
  }
  
  .site-nav {
  position: fixed;
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 400px;
  background: #000000;
  transition: 0.2s cubic-bezier(0, 0, 0.13, 0.61);
  transform: translateX(-100%);
  height: 100vh;
  overflow: auto
  }
  
  .site-nav ul.sub-menu {
  width: 85%;
  height: 400px;
  overflow-y: auto;
  z-index: 999;
  padding: 20px;
  }
  
  .site-nav ul.sub-menu li {
  width: 100%;
  }
  
  
  .site-nav>ul>li {
  padding-bottom: 20px;
  }
  
  .menu-toggle {
  display: block !important;
  cursor: pointer;
  }
  
  .menu-toggle i {
  color: #000;
  font-size: 30px;
  }
  
  .closed-menu {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: -5px;
  right: 15px;
  display: inline-block;
  }
  
  .closed-menu a:hover {
  color: #ffffff;
  }
  
  .closed-menu {
  display: block;
  }
  
  .toggle .site-nav {
  transform: translateX(0);
  display: block;
  padding: 15px;
  background: #fffefa;
  }
  
  .closed-menu {
  display: block;
  }
  
  .site-header {
  padding: 20px 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999999;
  transition: all 0.5s linear;
  }
  
  .site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
  
  
  .site-nav ul li a {
  font-size: 17px;
  display: inline-block;
  text-transform: capitalize;
  color: #000000;
  position: relative;
  white-space: nowrap;
  }
  
  .site-nav ul.sub-menu li a {
  font-size: 15px;
  }
  
  /**********************/
  .banner .content h1 {
  font-size: 40px;
  }
  
  .banner .content p {
  font-size: 18px;
  }
  
  .banner .content ul li {
  font-size: 16px;
  }
  
  .banner .content ul li:before {
  top: 6px;
  }
  
  .banner:before {
  bottom: 241px;
  }
  
  .booster-stat>img {
  display: none;
  }
  
  p {
  font-size: 16px;
  line-height: 24px;
  }
  
  h2 {
  font-size: 32px;
  line-height: normal;
  }
  
  .couldget p {
  padding-bottom: 24px;
  }
  
  section.booster-stat h2 {
  margin-bottom: 24px;
  }
  
  .booster-stat {
  padding: 80px 0;
  }
  
  .stat-inner p.stat-name {
  padding: 20px 0 0;
  font-size: 18px;
  line-height: normal;
  }
  
  .stat-inner .stat-number {
  font-size: 32px;
  line-height: normal;
  }
  
  .stat-inner {
  padding: 32px 15px;
  }
  
  .video-sec {
  padding: 60px 0 350px;
  }
  
  section.tab-sec {
  margin-top: -150px;
  padding-bottom: 80px;
  }
  
  .tab-sec .container>img {
  display: none;
  }
  
  .tab-content .row>img {
  display: none;
  }
  
  .tab-content h3 {
  font-size: 26px;
  }
  
  .tab-content .price p.dollar {
  font-size: 52px;
  }
  
  .tab-has-content {
  padding-top: 20px;
  }
  
  .tab-content .tab-top {
  padding: 0 20px;
  }
  
  .tab-content .small-txt {
  font-size: 16px;
  margin-bottom: 20px;
  }
  
  .tab-feature,
  .tab-img-txt {
  padding: 20px 20px 34px;
  }
  
  .tab-feature ul li img {
  top: 2px;
  }
  
  .tab-img-txt h4 {
  font-size: 24px;
  }
  
  .platform-feature {
  padding: 52px 0;
  }
  
  .clubs-booster {
  padding: 80px 0 52px;
  }
  
  .clubs-booster h2 img {
  display: none;
  }
  
  footer h2 {
  font-size: 42px;
  padding: 32px 0;
  }
  
  .footer-inner {
  padding: 42px 0 0;
  }
  
  footer .form-sec {
  padding: 27px 20px;
  margin-right: 0;
  }
  
  .footer-menu h4 {
  font-size: 16px;
  }
  
  .footer-menu ul li a {
  font-size: 14px;
  }
  
  .footer-bottom {
  padding-top: 36px;
  margin-top: 42px;
  }
  
  .footer-bottom p {
  font-size: 13px;
  }
  
  .platform-feature h2 {
  text-shadow: none;
  }
  
  .couldget .couldget_main {
  padding: 0;
  }
  
  /**about**/
  .inner-banner h1 {
  font-size: 40px;
  }
  
  .banner-inner p {
  font-size: 18px;
  max-width: 650px;
  }
  
  .about-inner .about-row {
  padding: 80px 0;
  }
  
  .about-inner>.about-row:nth-child(even) {
  padding: 52px 0;
  }
  
  .site-logo {
  width: 104px;
  }
  
  .inner-banner .banner-inner {
  padding: 42px 0;
  }
  
  .boostr-inner .boostr-row {
  padding: 80px 0;
  }
  
  .boostr-inner>.boostr-row:nth-child(even) {
  padding: 52px 0;
  }
  
  .latest-blog {
  padding: 52px 0;
  }
  
  .latest-blog h2 {
  margin-bottom: 24px;
  }
  
  .blog-post-content p {
  max-width: 100%;
  }
  
  footer .form-sec p {
  font-size: 14px;
  font-weight: 400;
  padding: 16px 0 24px;
  }
  
  .platform-feature.web-feature {
  padding: 80px 0;
  }
  
  .platform-feature.web-feature .vector-top {
  left: 5%;
  }
  
  .platform-feature.web-feature h2 .frame {
  top: -20px;
  }
  
  .p-92 {
  padding: 52px 0;
  }
  
  .p-120 {
  padding: 80px 0;
  }
  
  .boostr-row.has-vector .vec-top {
  position: absolute;
  top: 10px;
  right: 5%;
  }
  
  .boostr-row.has-vector .vec-top img {
  width: 40px;
  }
  
  .boostr-row.has-vector .vec-bottom {
  position: absolute;
  left: 67%;
  bottom: 40px;
  }
  
  .btm-create-sec .btn-create-box {
  padding: 32px;
  }
  
  .btm-create-sec {
  padding-bottom: 52px;
  }
  
  .boostr-web>.boostr-row:nth-child(even) .boostr-content {
  margin-right: auto;
  margin-left: auto;
  }
  
  .boostr-web .boostr-content {
  max-width: 100%;
  }
  
  .inner-banner .banner-inner h1>img {
  position: absolute;
  right: 0;
  top: -55px;
  }
  
  .blog-inner {
  padding: 80px 0;
  }
  
  .post-inner-content {
  padding: 80px 0 20px;
  }
  
  .support-sponsors {
  padding: 42px 0;
  }
  
  .recent-blogs-txt h3 {
  padding-top: 42px;
  }
  
  .boostr-index-inner .container>.index-vec-2 {
  left: 60%;
  top: -69px;
  }
  
  .boostr-index-inner {
  padding: 80px 0;
  }
  
  .inner-banner .banner-inner.boostr-index-banner h1>img {
  right: 78px;
  }
  
  .boostr-index-inner .container>.index-vec-1 {
  left: 18px;
  top: -65px;
  width: 40px;
  }
  
  .boostr-index-inner .container>.index-vec-2 {
  left: 60%;
  top: -55px;
  width: 40px;
  }
  
  .boostr-index-inner .container>.index-vec-3 {
  right: 17%;
  top: -90px;
  width: 45px;
  }
  
  .boostr-index-top .right {
  width: 30%;
  }
  
  /**/
  .profile-banner {
  padding-top: 52px;
  }
  
  .profile-intro>img {
  width: 160px;
  height: 160px;
  }
  
  .profile-info h3 {
  font-size: 26px;
  }
  
  .profile-info .location span {
  font-size: 16px;
  }
  
  .about-club {
  padding: 42px 0 0;
  }
  
  .about-club h2 {
  font-size: 28px;
  margin-bottom: 24px;
  }
  
  .about-club-txt>img {
  position: absolute;
  bottom: -10px;
  left: 56%;
  width: 35px;
  }
  
  .business-info>img {
  position: absolute;
  right: -20px;
  top: 0;
  width: 100px;
  }
  
  .club-focus {
  padding: 52px 0;
  }
  
  .business-info {
  padding: 52px 0;
  }
  
  .table table th,
  .table table td {
  font-size: 18px;
  }
  
  .about-club .related-clubs {
  padding: 52px 0;
  }
  
  .club-focus>img {
  top: -70px;
  }
  
  .related-clubs.with-bg .clubs-row {
  display: none;
  }
  
  .related-clubs.with-bg .owl-carousel {
  display: block;
  }
  
  .trans-princing-inner .row.desk {
  display: none;
  }
  
  .trans-price-tab-wrap.tab {
  display: block;
  }
  
  .trans-price-acc.mob {
  display: none;
  }
  
  .form-check.form-switch>img {
  top: 49px;
  width: 50px;
  left: 64%;
  }
  
  .packs-intro .container img.star-group-vec {
  right: 43px;
  bottom: -175px;
  width: 715px;
  }
  
  .transparent-pricing .container>h2,
  .transparent-pricing .container>p {
  text-align: center;
  }
  
  .transparent-pricing {
  padding: 80px 0;
  }
  
  .faq-sec p.para {
  max-width: 700px;
  }
  
  .faq-sec {
  padding: 52px 0;
  }
  
  .pricing-btm-sec {
  padding: 52px 0;
  }
  
  .banner-inner.pricing-banner h1 {
  max-width: 800px;
  }
  
  .packs-intro .container>img.crown {
  top: -70px;
  position: absolute;
  right: 8%;
  width: 78px;
  }
  .packs-intro .container img.spiral-vec {
  left: 4%;
  width: 50px;
  }
  .packs-intro .container img.sparkle-vec {
  right: 3%;
  width: 70px;
  }
  .faq-sec img.faq-vec {
  top: 5px;
  width: 100px;
  }
  .pricing-btm-sec-inner p {
  max-width: 600px;
  }
  .lets-connect-shapes img:nth-of-type(5) {
  right: 100px;
  }
  }
    @media screen and (max-width:1024px) {
 .contact-method_card .feature-inner span {
  color: #E99B23;
  }
}
  @media screen and (max-width:991px) {
  
  .video-btns {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  }
  
  .footer-bottom {
  border: 0;
  padding-top: 0;
  text-align: center;
  }
  
  .footer-bottom .social-icon {
  justify-content: center;
  }
  
  .footer-bottom p.copyright {
  padding: 12px 0;
  }
  
  .footer-menu {
  display: none;
  }
  
  .footer-acc-box.footer-menu {
  display: block;
  }
  
  .footer-accordion {
  margin-top: 24px;
  }
  
  .container {
  padding: 0 40px;
  }
  
  footer h2 {
  font-size: 38px;
  }
  
  .clubs-booster .clubs-row {
  display: none;
  }
  
  .clubs-booster .owl-carousel {
  display: block;
  padding-top: 32px;
  }
  
  .banner:before {
  display: none;
  }
  
  .boostr-inner .boostr-row .row {
  flex-direction: column-reverse !important;
  }
  
  .boostr-inner .boostr-img {
  max-width: 70%;
  margin: auto !important;
  padding-top: 40px;
  }
  
  .platform-feature.web-feature .vector-top,
  .platform-feature.web-feature h2 .frame,
  .platform-feature.web-feature .vector-bottom,
  .boostr-row.has-vector .vec-top,
  .boostr-row.has-vector .vec-bottom,
  .btm-create-sec .vec-1,
  .btm-create-sec .vec-2,
  .inner-banner .banner-inner h1>img {
  display: none;
  }
  
  .btm-create-sec .btm-create-txt {
  max-width: 100%;
  margin-right: auto;
  }
  
  .boostr-web .boostr-row .row {
  flex-direction: column-reverse !important;
  }
  
  .boostr-web .boostr-img img {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  }
  
  .boostr-web .boostr-img {
  text-align: center;
  margin-top: 40px;
  }
  
  .btm-create-sec .btn-create-box .row>div {
  width: 50%;
  }
  
  .blog-inner .container>img {
  display: none;
  }
  
  .blog-top {
  display: block;
  }
  
  .blog-top>div {
  width: 100%;
  }
  
  .search-result {
  display: block;
  margin-bottom: 20px;
  }
  
  .post-inner-content .row>div:last-child {
  padding-left: calc(var(--bs-gutter-x) * .5);
  }
  
  .rate-sec {
  margin-bottom: 40px;
  }
  
  .post-img {
  height: auto;
  }
  
  .boostr-index-top form {
  width: 80%;
  }
  
  .boostr-index-inner .container>img {
  display: none;
  }
  
  .boostr-index-top .right {
  width: 35%;
  }
  
  .profile-intro {
  flex-direction: column;
  }
  
  .support-sponsors {
  display: none;
  }
  
  .profile-intro {
  padding-left: 0;
  }
  
  .profile-banner-bottom>img,
  .about-club-txt>img,
  .business-info>img,
  .club-focus>img,
  .about-club .result-name.tag>img {
  display: none;
  }
  
  .related-clubs.with-bg .clubs-row {
  max-width: 100%;
  }
  
  .tab-has-content.paid-pack {
  margin-top: 16px;
  }
  
  .packs-intro .container>img,
  .form-check.form-switch>img,
  .faq-sec>img,
  .faq-sec h2>img {
  display: none;
  }
  
  .packs-intro .tab-feature ul {
  min-height: 400px;
  }
  
  .trans-price-tab-wrap.tab th {
  font-size: 18px;
  }
  
  .trans-price-tab-wrap.tab tr td p {
  font-size: 16px;
  }
  
  .transparent-pricing {
  padding: 44px 0;
  }
  
  .faq-sec {
  padding: 32px 0;
  }
  
  .pricing-btm-sec {
  padding: 42px 0;
  }
  
  .contact-form {
  padding: 0;
  }
  .contact-img {
  padding: 0;
  }
  .content-wrap {
  grid-template-columns: 1fr;
  }
  .lets-connect-shapes img:nth-of-type(5) {
  right: 100px;
  }
  .booster_sign_up_form .right_form h2 {
    font-size: 24px;
  }
  .couldget .custom-login-content .float-img.top img:nth-child(2) {
    top: -30px;
}

.sign_up_form {
    padding: 40px 0;
}
  }
  
  @media screen and (max-width:850px) {
  .grid-cols-2 {
  grid-template-columns: 1fr;
  }
  
  .tab-sec .tab-inner {
  display: none;
  }
  
  .tab-sec .tab-selection {
  display: block;
  }
  .feature-inner .f-icon h3 {
  padding: 10px 0 5px;
  font-size: 20px;
  font-weight: 500;
  }
  .can-help-you_content h2 {
  font-size: 39px;
  margin: 0 0 10px;
  }
  }
  
  @media (max-width:768px) {
 
  .grid-cols-2 {
  grid-template-columns: 1fr;
  }
  
  .banner .content h1 {
  font-size: 36px;
  line-height: 40px;
  }
  
  .banner .content p {
  padding-top: 20px;
  }
  
  .custon-btn a {
  display: block;
  text-align: center;
  }
  
  footer h2 {
  font-size: 26px;
  }
  
  .owl-carousel .owl-item .slider-inner img {
  width: 150px !important;
  }
  
  .slider-sec .owl-dots {
  max-width: 100%;
  justify-content: center;
  }
  
  .stat-inner {
  margin-bottom: 16px;
  }
  
  .couldget .grid-cols-2 {
  grid-template-columns: 1fr;
  }
  
  .couldget .gap {
  grid-gap: 24px;
  }
  
  .about-inner .about-img {
  margin: auto !important;
  }
  
  .about-inner>.about-row .row {
  flex-direction: column-reverse !important;
  }
  
  .about-content {
  margin-bottom: 40px;
  }
  
  .blog-post-col {
  margin-bottom: 20px;
  }
  
  .p-92 {
  padding: 32px 0;
  }
  
  .p-120 {
  padding: 64px 0;
  }
  
  .btn-create-box .row {
  flex-direction: column-reverse;
  gap: 24px;
  text-align: center;
  }
  
  .btm-create-sec .btn-create-box .row>div {
  width: 100%;
  }
  
  .term-condition-wrapper h2 {
  font-size: 24px;
  margin-bottom: 16px;
  }
  
  .term-condition-wrapper p,
  .term-condition-wrapper li,
  .term-condition-wrapper a {
  font-size: 16px;
  line-height: 24px;
  }
  
  .filter-search {
  width: 100%;
  }
  
  a.filter-btn {
  display: none;
  }
  
  .blog-top form {
  width: 100%;
  }
  
  .pagination-wrap>.button {
  display: none;
  }
  
  ul.pagination {
  justify-content: space-between;
  width: 100%;
  }
  
  .blog-inner {
  padding: 64px 0;
  }
  
  .post-inner-content {
  padding: 62px 0 20px;
  }
  
  .note {
  margin: 40px 0 20px;
  }
  
  .inner-img {
  padding: 40px 0;
  }
  
  .boostr-index-top {
  flex-wrap: wrap;
  gap: 12px;
  }
  
  .boostr-index-top .left,
  .boostr-index-top .right,
  .boostr-index-top form {
  width: 100%;
  justify-content: flex-start;
  }
  
  .boostr-index-inner {
  padding: 64px 0;
  }
  
  .profile-btns {
  justify-content: flex-start;
  margin-top: 20px;
  }
  
  .business-blue-box .row>div {
  margin-bottom: 16px;
  }
  
  .table tbody tr td:first-child {
  font-size: 14px;
  }
  
  .table tbody tr td {
  padding: 27px 27px;
  }
  
  .profile-btns a {
  font-size: 14px;
  }
  
  .trans-princing-inner .row.desk {
  display: none;
  }
  
  .trans-price-tab-wrap.tab {
  display: none;
  }
  
  .trans-price-acc.mob {
  display: block;
  }
  
  .faq-acc-box {
  padding: 16px 20px;
  }
  
  .faq-acc-head h4 {
  font-size: 16px;
  font-weight: 500;
  }
  
  .pricing-btm-sec-inner h2 {
  font-size: 20px;
  }
  
  .pricing-btm-sec-inner p {
  padding: 20px 0 20px;
  }
  
  .form-check.form-switch {
  padding-top: 20px;
  }
    .booster_sign_up_form .right_form {
      display: none;
    }

    .sign_up_form .logo {
      margin-inline: auto;
    }
  .compaine-main .donation-box .amount .button {
    width: 100%;
   margin-bottom: 20px;
}
.button12.customamount2 {
width: 100%;
}
.slider-sec.slider-login-page .owl-carousel img {
    width: 100% !important;
}
.couldget .custom-login-content .float-img.top img:nth-child(2) {
    right: 150px;
}
.couldget .custom-login-content .float-img.top img:nth-child(3) {
    position: absolute;
    top: 0;
}
.couldget .custom-login-content .float-img.top {
    top: 2%;
}

.couldget .custom-login-content .float-img.bottom img:nth-child(1) {
    transform: translate(30px, 30px);
}
.couldget .custom-login-content .float-img.bottom {
    padding-bottom: 60px;
}
.booster_sign_up_form .col-lg-7{
  min-height: 0;
}
.sign_up_form {
    padding-top: 40px;
}
.booster_sign_up_form #pfmaincontent2 .ur-form-row.opppplkkk:first-child {
   flex-direction: row;
}
.booster_sign_up_form #pfmaincontent2 .ur-form-row.opppplkkk:first-child .ur-form-grid {
    width: 48% !important;
}

.get_instant-acc-content > .row {
    flex-direction: column-reverse;
}
.get_instant-acc-content > .row .col-md-6:first-child {
    width:100%;
}
.get_instant-acc-content > .row .col-md-6:last-child {
    width: 100%;
}
.get_instant-form {
    margin: 0 0 40px;
}
.banner-free-content h1 {
    font-size: 36px;
    text-align: center;
    line-height: 48px;
}
.banner-free-content p {
    font-size: 18px;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}
.get_instant-acc {
    padding: 32px 0;
}
  }
  
  @media screen and (max-width:576px) {
  h2 {
  font-size: 26px;
  line-height: normal;
  }
  
  .clubs-booster {
  padding: 64px 0 42px;
  }
  
  .platform-feature {
  padding: 32px 0;
  }
  
  .feature-inner .f-icon h3 {
  font-size: 18px;
  padding: 20px 0 12px;
  }
  
  .feature-inner {
  padding: 20px;
  }
  
  .platform-feature h2 {
  margin-bottom: 20px;
  }
  
  .owl-carousel .owl-item .slider-inner img {
  width: 80px !important;
  }
  
  .slider-text p {
  padding: 16px 0 24px;
  }
  
  .slider-text a.blue-btn {
  width: 100%;
  text-align: center;
  }
  
  .video-btns {
  flex-direction: column;
  text-align: center;
  }
  
  .video-sec {
  padding: 32px 0 300px;
  }
  
  .slider-sec .owl-carousel {
  padding: 32px;
  }
  
  .couldget h3 {
  font-size: 24px;
  }
  
  .couldget p {
  padding: 16px 0 24px;
  }
  
  .couldget .btns .custon-btn {
  width: 100%;
  text-align: center;
  }
  
  .blue-btn {
  width: 100%;
  text-align: center;
  }
  
  .booster-stat {
  padding: 64px 0;
  }
  
  .container {
  padding: 0 16px;
  }
  
  .banner .content h1 {
  font-size: 34px;
  line-height: 40px;
  }
  
  footer h2 {
  padding: 32px 15px;
  }
  
  .stat-inner {
  padding: 16px 32px;
  }
  
  /***/
  
  .inner-banner h1 {
  font-size: 36px;
  }
  
  .banner-inner p {
  font-size: 16px;
  line-height: 26px;
  }
  
  .about-inner .about-row,
  .boostr-inner .boostr-row {
  padding: 64px 0;
  }
  
  .about-inner>.about-row:nth-child(even),
  .boostr-inner>.boostr-row:nth-child(even) {
  padding: 32px 0;
  }
  
  .about-inner .about-img {
  max-width: 100%;
  margin: auto;
  }
  
  .inner-banner h1 {
  margin-bottom: 16px;
  }
  
  .boostr-inner .boostr-content h2,
  .about-inner .about-content h2 {
  margin-bottom: 16px;
  }
  
  .boostr-inner .boostr-img {
  max-width: 100%;
  }
  
  .latest-blog {
  padding: 0px 0 42px;
  }
  
  .boostr-web .boostr-img img {
  max-width: 100%;
  }
  
  .inner-banner .bread-crumb {
  display: none;
  }
  
  .platform-feature.web-feature {
  padding: 64px 0;
  }
  
  .btm-create-sec .btn-create-box {
  padding: 30px 24px;
  }
  
  .btm-create-sec .btm-create-txt h2 {
  font-size: 22px;
  line-height: normal;
  }
  
  .platform-feature.web-feature h2 {
  margin-bottom: 20px;
  }
  
  .boostr-web .boostr-content p {
  font-weight: 400;
  }
  
  .terms-inner ol.roman,
  .terms-inner ol.lower-alpha {
  padding-left: 20px;
  }
  
  .pagination a.page-link {
  padding: 5px;
  }
  
  .post-inner-content h3 {
  font-size: 20px;
  }
  
  p.note-txt {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 24px;
  }
  
  .post-inner-content ol li {
  font-size: 16px;
  }
  
  .rate-sec {
  display: block;
  }
  
  a.share-btn {
  display: block;
  text-align: center;
  margin: 16px 0 40px;
  }
  
  .newsletter h3 {
  font-size: 18px;
  }
  
  .post-inner-content .support-sponsors {
  display: none;
  }
  
  .banner-inner.blog-banner h1 {
  font-size: 34px;
  }
  
  .boostr-index-top .left {
  justify-content: space-between;
  }
  
  a.grey-border-btn {
  padding: 12px 12px;
  }
  
  /**/
  .profile-btns a {
  width: 50%;
  justify-content: center;
  }
  
  .profile-info h3 {
  font-size: 26px;
  }
  
  .about-club h2 {
  font-size: 24px;
  margin-bottom: 20px;
  }
  
  .about-club {
  padding: 32px 0 0;
  }
  
  .about-club h4 {
  font-size: 18px;
  }
  
  .business-info {
  padding: 42px 0 0;
  }
  
  .club-focus {
  padding: 42px 0;
  }
  
  .about-club .related-clubs {
  padding: 42px 0;
  }
  
  .about-club .result-name.tag {
  padding-bottom: 20px;
  }
  
  .profiles .mob-img {
  display: none;
  }
  
  .profiles .desk-img {
  display: block;
  }
  
  .profile-btns a {
  width: 50%;
  justify-content: center;
  padding: 12px;
  }
  
  .profile-banner {
  padding-top: 16px;
  }
  
  .inner-banner.profiles .container {
  padding: 0;
  }
  
  .profiles.inner-banner .bread-crumb {
  display: block;
  padding: 0px 20px;
  }
  
  .table table th {
  padding: 33px 12px;
  }
  
  .table tbody tr td {
  padding: 31px 12px;
  }
  .tab-feature, .tab-img-txt{
  padding:20px 16px 34px ;
  }
  .packs-intro .tab-content .tab-top{
  padding: 20px;
  }
  .pricing-btm-sec-inner{
  padding: 30px 20px;
  }
  .packs-intro .tab-content .price>img {
  right: 15px;
  width: 40px;
  }
  .tab-content .price p.dollar {
  font-size: 42px;
  }
  }
  @media screen and (max-width:575px) {
  .has-newsletter-mob {
    display: block;
  }

  .newsletter-desk {
    display: none;
}

  .lets-connect{
  padding: 60px 0 60px 0;
  }
  section.can-help-you {
  padding: 40px 0;
  }
  .contact-method {
  padding: 40px 0;
  }
  .content-wrap.direction {
  flex-direction: column-reverse;
  display: flex;
  }
  .contact-img img {
  display: none;
  }
  .lets-connect-shapes {
  display: none;
  }
  .can-help-you_img .shape {
  display: none;
  }
  .can-help-you > .shape {
  display: none;
  }
  .contact-method .shape {
  display: none;
  }
  .contact-method .shape-2{
  display:none;
  }
.booster_sign_up_form {
    padding: 0;
  }
  .booster_sign_up_form label sup{
    display: inline-block;
  }
    .payment-type .type {
      width: 50%;
  }
.slider-sec.slider-login-page .owl-carousel img {
    width: 100% !important;
}
  .custom-login-content #ur-frontend-form p.form-row .user-registration-form__label span {
      font-size: 12px;
  }
  .custom-login-content #ur-frontend-form .ur-form-grid p.user-registration-LostPassword a {
    font-size: 12px;
  }

.sign_up_form {
    padding-top: 0;
    padding-bottom: 0;
}
.from-copy-right {
    display: none;
}
.get_instant-form {
    padding: 12px;
}
.get_instant-form form ul li.first_last {
    width: 100%;
}
.get_instant-form form ul li.ein_select_text {
    width: 100%;
}
.get_instant-form form ul li.city_state_zip[data-label="City"] {
    width: 100%;
}
.get_instant-form form ul li.city_state_zip {
    width: calc(95% / 2);
}
.get_instant-acc-content {
    margin: 20px 0 0;
}
.banner-for-free img {
    display: none;
}
img.banner-for-free-mobile {
    display: block;
}
.banner-free-content h1 {
    max-width: 270px;
}
.get_instant-form p.form_pera {
    margin: 30px 0 20px;
}
  section.inner-bannernew img {
    height: 600px;
  }
}
  @media screen and (max-width:395px) {
    .contact-form br {
      display: none;
  }
  }