@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --primary: #f0016f;
  --secondary: #22bdcb;
  --hover: #d30061;
  --text: #06070ab5;
}

body {
  font-family: "Manrope";
}

a {
  text-decoration: none;
}

p {
  color: var(--text);
}

/* Topbar */

/* .top-bar {
  background: var(--primary);
  color: #fff;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
} */

.top-bar li {
  list-style: none;
}

.top-content ul {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0;
}

.top-content ul li {
  padding: 0 10px;
  border-right: 1px solid #ffffff59;
  line-height: 10px;
}

.top-content ul li i {
  margin-right: 5px;
}

.top-content ul li:last-child {
  border: none;
}

.top-login .social-icons {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.top-login .social-icons li {
  margin-left: 12px;
}

.top-login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .container .row {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* .top-bar .container .row {
  border-bottom: 1px solid #eee;
} */

.top-bar {
  background: #fbfbfb;
}

.top-content a {
  color: #000 !important;
  font-weight: 500;
  font-size: 15px;
}

.top-login .social-icons li a {
  color: #000 !important;
}

a.login_link_top i {
  margin-right: 5px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: var(--primary);
  text-align: center;
  vertical-align: middle !important;
}

a.login_link_top {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #ffffff59;
  padding-right: 10px;
  line-height: 5px;
}

a.login_link_top i:before {
  top: 3px !important;
  position: relative;
}

/* Header  */
a.navbar-brand img {
  max-width: 240px;
  width: 100%;
}

header .nav-item {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

header li.nav-item.active a {
  color: var(--primary);
}

.nav-link {
  font-size: 16px;
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #000;
  padding: 0 !important;
}

header .nav-item .nav-link:hover {
  color: var(--primary) !important;
}

/* header .nav-item:last-child {
  padding-right: 0 !important;
}

header .nav-item:last-child a.nav-link {
  background: var(--primary);
  color: #fff !important;
  padding: 12px 25px !important;
  border-radius: 100px;
}

header .nav-item:last-child a.nav-link:hover {
  background: var(--secondary) !important;
} */

/* Header new css */

.header-login-buttons .login_btn {
  color: #000;
  font-weight: 700;
  margin-right: 14px;
}

.header-login-buttons .signup_btn {
  background: var(--primary) !important;
  color: #fff;
  font-weight: 600;
  padding: 15px;
  border-radius: 8px;
}

.header-login-buttons a {
  font-size: 16px;
}

.header-login-buttons .signup_btn:hover {
  background: var(--hover) !important;
}
.header-login-buttons .login_btn:hover {
  color: var(--primary) !important;
}

.top-content li a:hover,
.top-login .social-icons li a:hover {
  color: var(--primary) !important;
}

/* New Banner section  */

section.first-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.first-banner h4.subheading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--primary);
  margin: 0;
}

section.first-banner h2.banner_heading {
  font-size: 100px;
  font-weight: 900;
  color: #000;
}

section.first-banner p.banner-content {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 30px;
}

.banner-buttons a:first-child {
  border-color: var(--primary);
  color: var(--primary);
}

.banner-buttons a {
  margin-right: 15px;
  border: 2px solid;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s all;
}

section.first-banner .banner-bottom-text {
  margin-top: 20px;
  font-weight: 700;
}

section.first-banner .banner-bottom-text span {
  color: var(--primary);
  font-weight: 900 !important;
  text-transform: capitalize;
}

.banner-buttons {
  margin-top: 45px;
}

.banner-buttons a:first-child:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

.banner-buttons a:last-child {
  background: var(--primary);
  color: #fff !important;
  border-color: var(--primary) !important;
}

.banner-buttons a:last-child:hover {
  background: var(--hover) !important;
  border-color: var(--hover) !important;
}

section.first-banner .mask-image,
.inner_about_left_image .mask-image {
  -webkit-mask-image:url('/public/assets/images/mask.png');
  mask-image:url('/public/assets/images/mask.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-position: center center;
  mask-size: contain;
}
section.first-banner .mask-image img {
  height: 550px;
  object-fit: cover;
}

.banner-image .square {
  width: 50px;
  height: 50px;
  position: absolute;
  background: var(--primary) !important;
  top: 50px;
  z-index: -1;
  /* border-radius: 100%; */
  opacity: 0.1;
  left: 25%;
  animation: move 8s linear infinite;
}

.cicle {
  width: 100px;
  height: 100px;
  position: absolute;
  border: 3px dotted;
  border-radius: 100%;
  position: absolute;
  bottom: 5%;
  left: 50px;
  z-index: 1;
  border-color: var(--primary);
  opacity: 0.3;
  animation: move 25s linear infinite;
}

@keyframes move {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.banner-image {
  position: relative;
}
/* Banner */

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  background: var(--primary);
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider .slide-items {
  height: 80vh;
  overflow: hidden;
}

.banner-slider .slide-items img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-slider .slide-items .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1200px !important;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
}

.slick-arrow.slick-next {
  right: 25px;
}

.slick-arrow:hover {
  background: var(--secondary) !important;
}

.slick-arrow.slick-prev {
  left: 25px;
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999 !important;
  display: flex;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  background: var(--primary);
  /* display: flex; */
  border-radius: 100%;
  margin: 0 3px;
  z-index: 9;
  list-style: none;
  opacity: 0.4;
}

ul.slick-dots li.slick-active {
  opacity: 1;
}

.banner-slides {
  display: flex;
  flex-wrap: nowrap;
}

.banner-slides .slide-items {
  flex: 0 0 100%;
}

.banner-slider {
  overflow: hidden;
}

.banner-content {
  z-index: 2;
}

.banner-content h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}

.banner-content h2 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

a.banner-button {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}

a.banner-button:hover {
  background: var(--secondary) !important;
}

.banner-content p {
  color: #fff;
}

.banner-slides .slide-items {
  position: relative;
}

.banner-slides .slide-items:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.slide-items.slick-active img {
  transform: scale(1) !important;
}

.slide-items img {
  transform: scale(1.1);
  transition: 1s all;
}

/* Slide Animation */

.slide-items.slick-active .banner-content h2,
.slide-items.slick-active .banner-content h3,
.slide-items.slick-active .banner-content p {
  animation: fadeInUp 0.7s ease-in-out 0.8s forwards;
}
.slide-items.slick-active .banner-content,
.slide-items.slick-active .banner-content a.banner-button {
  animation: fadeIn 1s ease-in-out 1s forwards;
}
.slide-items.slick-active .banner-content,
.slide-items .banner-content h2,
.slide-items .banner-content h3,
.slide-items .banner-content p,
.slide-items .banner-content a.banner-button {
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Call to action section  */

section.call-to-action {
  background: var(--primary);
  padding-top: 40px;
  padding-bottom: 30px;
}

.cta_content {
  text-align: center;
}

.cta_content h2 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}

.cta_content p {
  font-size: 16px;
  color: #ffffffbd;
}

.cta_button {
  text-align: right;
}

.cta_button a {
  text-decoration: none;
  background: #fff;
  padding: 18px 30px;
  border-radius: 8px;
  color: #000;
  font-weight: 600;
  transition: 0.2s all;
}

.cta_button a:hover {
  background: #000 !important;
  color: #fff !important;
}

.cta_image {
  position: relative;
}

.cta_image img {
  position: absolute;
  top: -100px;
}

.cta_image img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* About section  */

h2.section_heading {
  font-size: 45px;
  font-weight: 800;
  /* color: #000; */
}

.section-subheading {
  font-size: 20px;
}

.about-content .section_heading {
  margin-bottom: 20px;
}

section.inner-about-section-col2 h2.section_heading + h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* .about_image img {
  height: 550px;
  object-fit: cover;
} */

a.dark_button {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 8px;
  /* text-transform: uppercase; */
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
}

a.dark_button:hover {
  background: var(--hover) !important;
}

.about-content {
  padding-left: 40px;
}

/* .about_image img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 20px;
} */

/* blog Cards  */

section.blog-section {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

.blog_cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-gap: 30px;
  margin-top: 25px;
}

.card-cotnent {
  padding: 20px;
}

.blog_items {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.blog_items .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

h3.blog-title {
  font-size: 20px;
  font-weight: 800;
  color: #000;
}

a.blog-link {
  background: var(--primary);
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  transition: 0.3s all;
}

a.blog-link:hover {
  background: var(--hover) !important;
}

.blog_items a.figure_image {
  display: block !important;
  height: 260px;
  overflow: hidden;
}
.blog_items img {
  height: 100%;
  object-fit: cover;
}

.blog_items a.figure_image:hover img {
  transform: scale(1.05);
}

.blog_items a.figure_image img {
  transition: 0.5s all;
}

/* Pricing section  */

section.pricing-section {
  background: #000;
  margin-top: 30px;
}

section.pricing-section h2.section_heading.text-center {
  color: #fff;
}

section.pricing-section h2.section_heading + p {
  color: #fff !important;
}

section.pricing-section {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.row.pcard-main {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-card {
  padding: 20px;
  border: 2px solid var(--primary);
  border-radius: 10px;
}

h4.pcard-plan {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

h3.pcard-price {
  text-align: center;
  font-weight: 800;
  color: #fff;
}

a.pcard_button {
  background: var(--primary);
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 30px;
}

a.pcard_button:hover {
  background: var(--hover) !important;
}

.row.pcard-main {
  margin-top: 60px;
}

.pcard-desc ul {
  list-style: none;
  padding: 0;
}

.pcard-desc {
  margin-top: 30px;
}

.pcard-desc ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ffffff14;
  padding-bottom: 20px;
  padding-top: 9px;
}

.pcard-desc ul li:last-child {
  border: none;
}

.pricing-card.popular {
  background: var(--primary);
}

.pricing-card.popular a.pcard_button {
  background: #fff;
  color: #000;
}

.pricing-card.popular a.pcard_button:hover {
  color: #fff !important;
}

.pricing-card.popular .pcard-desc li {
  border-color: #ffffff30;
}

.pricing-card.popular {
  position: relative;
  top: -25px;
}

.pcard-desc li strong {
    display: block;
    font-size: 16px;
    margin-bottom: 9px;
}

/* How it work section  */

section.how-it-work-section {
  padding-top: 80px !important;
}

.how-work-card-main p.hw-desc span.steps {
  font-weight: 700;
  color: #000;
  display: block;
}

.how-work-card-main p.hw-desc span.description {
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
}

.row.how-work-card-main {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
}

.hw-card img {
  height: 200px;
  object-fit: contain;
}

.how-work-card-main span.hw-number {
  width: 50px;
  height: 50px;
  /* display: inline-flex; */
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.how-work-card-main p.hw-desc {
  font-size: 20px;
  font-weight: 500;
  max-width: 320px;
}

.how-work-card-main p.hw-desc strong {
  color: #000;
}

/* Footer  */

/* footer#footer {
  background: #121212;
  color: #fff;
} */

/* footer#footer p {
  color: #fff;
} */

footer#footer h5.footer_heading {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 25px !important;
    display: block;
}

footer#footer ul.footer-contact.person {
    margin-top: 10px;
}


img.footer-logo {
  max-width: 240px;
  margin-bottom: 20px;
}

footer#footer h4.footer_heading {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  margin-top: 20px;
}

footer#footer ul.menu {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}

footer#footer ul.menu li a {
  color: var(--text);
}

footer#footer {
  padding-top: 80px !important;
  padding-bottom: 70px !important;
  background: #fbfbfb;
}

footer#footer ul.menu li {
  margin-bottom: 10px;
}

footer#footer ul.menu li a:hover {
  color: var(--primary) !important;
}

ul.footer_social {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

ul.footer_social li {
  margin: 0 8px;
}

ul.footer_social li i {
  color: var(--text);
}

ul.footer_social li i:hover {
  color: var(--primary);
}

ul.footer_social li:first-child {
  margin-left: 0 !important;
}

footer#footer .row div:first-child > p {
  padding-right: 40px;
}

.copyright-section {
  background: #f4f3f74d;
  text-align: center;
  font-size: 14px;
  /* color: #fff; */
  padding-top: 15px;
  padding-bottom: 35px;
}

ul.footer-contact {
  margin-top: 35px;
  padding: 0;
  list-style: none;
}

ul.footer-contact li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  color: var(--text);
}

ul.footer-contact li i {
  margin-right: 10px;
  top: 5px;
  position: relative;
  width: 16px;
}

ul.footer-contact li a {
  color: var(--text);
}

ul.footer-contact li a:hover {
  color: var(--primary) !important;
}

/* Testimonial section  */

section.testimonial-section {
  padding-top: 30px;
  padding-bottom: 100px;
}

.col-md-12.testimonial-cards-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 30px;
  margin-top: 40px;
}

.testimonial-items img {
  max-width: 56px;
  width: 100% !important;
  margin-bottom: 20px;
}

.testimonial-items {
  text-align: center;
  background: #f9f8fa;
  padding: 30px;
  border-radius: 20px;
}

.testimonial-items .testimonial-desc {
  font-size: 16px;
  margin-bottom: 20px;
}

.testimonial-items .author-name {
  font-size: 18px !important;
  font-weight: 600;
}

.testimonial-items .author-location {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* FAQ section  */

section.faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #000;
}

section.faq-section .container {
  max-width: 900px;
}

section.faq-section .container h2.heading-section {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
}

section.faq-section .container h3 {
  font-weight: 700;
  color: var(--primary);
}

section.faq-section div#accordionExample {
  margin-top: 40px;
}

section.faq-section .accordion-item {
  padding: 10px;
  margin-bottom: 6px;
  border-radius: 15px !important;
  background: #222;
  border: none;
}

section.faq-section button.accordion-button {
  background: transparent;
}

section.faq-section button.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}

section.faq-section button.accordion-button:after {
  display: none;
}

section.faq-section .accordion-item:hover {
  background: #333 !important;
}

section.faq-section .accordion-body,
section.faq-section .accordion-body p{
  color: #fff;
  opacity: 0.7;
}

.faq_view_all_btn {
  text-align: right;
  margin-top: 30px;
}

.faq_view_all_btn a {
  color: var(--primary);
  /* text-transform: uppercase; */
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.faq_view_all_btn a:hover {
  color: #fff !important;
}

/* About us page  */

h3.inner_page_title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 10px;
}

h2.inner-section_heading {
  text-align: center;
  font-size: 55px;
  font-weight: 700 !important;
}

.about-content .section_heading + h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: -10px;
  margin-bottom: 10px;
}

h2.inner-section_heading strong {
  color: var(--primary);
}

.inner-section-subheading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 20px;
}

.inner-about-section .banner-buttons {
  text-align: center;
}

section.inner-about-section-col2 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.inner_about_left_image img {
  height: 550px;
  object-fit: cover;
}

section.inner-about-section-col2 .section_heading {
  margin-bottom: 25px;
}

a.link_btn {
  font-weight: 700;
  color: var(--primary);
  font-size: 18px;
  margin-top: 20px !important;
  display: inline-block;
}

a.link_btn:hover {
  color: #000 !important;
}

/* Bottom call to  action  */

section.call-to-action-section-bottom .container {
  background: var(--primary);
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
}

/* section.call-to-action-section-bottom {
  margin-bottom: 60px;
} */

section.call-to-action-section-bottom h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

section.call-to-action-section-bottom .banner-buttons a {
  color: #fff !important;
}

section.call-to-action-section-bottom .banner-buttons a:first-child {
  border-color: #fff;
}

section.call-to-action-section-bottom .banner-buttons a:first-child:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--primary) !important;
}

section.call-to-action-section-bottom .banner-buttons a:last-child {
  background: #fff;
  border-color: #fff !important;
  color: var(--primary) !important;
}

section.call-to-action-section-bottom .banner-buttons a:last-child:hover {
  background: #ebebeb !important;
  border-color: #ebebeb !important;
}

section.call-to-action-section-bottom .banner-buttons {
  margin-top: 30px;
}

section.call-to-action-section-bottom p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}

section.inner-about-section {
  padding-bottom: 50px;
}

.inner-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-section-top-content {
  max-width: 1000px;
  margin: 0 auto;
}

/* How it works page  */

.how-it-works-image-text {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
}

.row.how-it-works-image-text.align-items-center.left-image-section
  .content_col {
  padding-left: 40px;
}

.row.how-it-works-image-text.align-items-center.right-image-section
  .content_col {
  padding-right: 40px;
}

.row.how-it-works-image-text h2.section_heading {
  margin-bottom: 25px;
}

/* Pricing page  */

h3.pcard-price:before {
    content: "₹";
    font-size: 20px;
    font-weight: 700;
}

.inner-pricing-section h4.pcard-plan {
  color: #000;
}

.inner-pricing-section h3.pcard-price {
  color: #212529 !important;
}

.inner-pricing-section .pcard-desc li {
  color: #000;
  border-color: #f0016f12;
}

.inner-pricing-section a.pcard_button:hover {
  background: #000 !important;
}

.inner-pricing-section .pricing-card.popular {
  top: 0;
}

.pricing-card.popular .pcard-desc li {
  color: #fff;
}

.pricing-card.popular h4.pcard-plan,
.pricing-card.popular h3.pcard-price {
  color: #fff !important;
}
section.inner-pricing-section .row.pcard-main {
  margin-top: 30px;
}

section.inner-pricing-section {
  padding-bottom: 50px;
}

/* Contact Page  */

section.inner-contact-section {
  padding-top: 50px;
  padding-bottom: 150px;
  background: #151622;
}

section.inner-contact-section h2.inner-section_heading {
  color: #fff;
}

section.inner-contact-section .inner-section-subheading {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.contact-cards {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 0 auto;
  grid-gap: 20px;
}

.contact-cards .cc-items {
  text-align: center;
  padding: 45px 20px;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  background: #fff;
}

.contact-cards .cc-items h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.cc-items i {
  font-size: 30px;
  color: var(--primary);
  margin-bottom: 20px;
}

section.contact-cards-section {
  top: -100px;
  position: relative;
  margin-bottom: -50px;
}

.contact-cards .cc-items p,
.contact-cards .cc-items a {
  color: #000 !important;
}

section.contact-form-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-form input {
  height: 55px;
  margin-bottom: 10px;
}

.contact-form textarea {
  margin-bottom: 10px;
}

.contact-form input[type="submit"] {
  width: 100%;
  border: 2px solid var(--primary);
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact-form input[type="submit"]:hover {
  background: var(--hover) !important;
}

section.contact-form-section {
  padding-bottom: 50px;
  padding-top: 20px;
}

/* Member signup page  */

.login_signup_form {
  max-width: 550px;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.login_signup_form input[type="submit"] {
  margin: 0;
}

.login_signup_form .radio_buttons {
  margin-bottom: 8px;
}

a.google-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 8px;
  background: #eee;
}

a.google-login-button img {
  width: 30px;
}

a.google-login-button p {
  margin: 0;
  margin-left: 10px;
}

a.google-login-button:hover {
  background: transparent;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  height: 55px;
  margin-bottom: 10px;
}

.login_signup_form h2 {
  text-align: center;
  font-weight: 700;
}

.login_signup_form > p {
  text-align: center;
  font-size: 18px;
}

.login_signup_form {
  padding: 20px;
  padding-top: 30px !important;
  border: 1px solid #eee;
  border-radius: 15px;
}

.col2-form-field .input-group input {
  /* width: 45% !important; */
  flex: 0 0 49%;
  /* justify-content: space-between !important; */
  border-radius: 10px !important;
}

.col2-form-field .input-group {
  justify-content: space-between;
}

.col2-form-field label {
  font-weight: 600;
}

.radio_buttons > label {
  font-weight: 600;
}

.radio_buttons .input-group .form-check {
  margin-right: 10px;
}

input[type="submit"] {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  border: none;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  transition: 0.3s all;
}

input[type="submit"]:hover {
  background: var(--hover) !important;
}

div#datepicker > label {
  font-weight: 600;
}

.input-group-append {
  cursor: pointer;
}

input#date {
  border-radius: 10px;
}

span.input-group-append {
  position: absolute;
  right: 5px;
  top: 8px;
  border: none !important;
}

span.input-group-append span {
  border: none;
  background: transparent !important;
}

p.already-member-text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

p.already-member-text a {
  color: var(--primary);
}

.login_signup_form form {
  margin-top: 25px;
}

form > p {
  margin-bottom: 0;
}

.login_signup_form.password-form input[type="submit"] {
  margin-top: 0;
}

/* Blog page  */

section.inner-blog-section {
  padding-bottom: 50px;
}



/* Post detail page  */

.post-content-main article .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.post-meta {
  margin-bottom: 15px;
}

.post-meta span {
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  border-right: 1px solid #c4c4c4;
}

.post-meta span:last-child {
  border: none;
}

.post-meta span:first-child {
  padding-left: 0;
}

.post-content-main article h2.post-title {
  font-size: 30px;
  font-weight: 600;
}

.post-content-main article span.post-date {
  margin-bottom: 20px;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}

.post-content-main > article > .container {
    max-width: 750px !important;
}

.related-post-section .blog_cards {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 20px;
}

h3.related-post-title.text-center {
  font-size: 35px;
  font-weight: 700;
  margin-top: 40px;
}

.post-content-main article .post-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.post-content-main article .post-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 25px !important;
    display: block;
}

/* FAQ's page  */

section.faq-section.inner-page-faq {
  background: transparent !important;
}

section.faq-section.inner-page-faq {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.faq-section.inner-page-faq h2.heading-section {
  text-align: center;
  color: inherit;
}

section.faq-section.inner-page-faq h3 {
  text-align: center;
}

/* Policy pages  */

section.policy-content .container {
  max-width: 1000px;
}

section.policy-content .section_heading {
  margin-bottom: 25px;
}

section.policy-content h5 {
  margin-top: 15px;
  font-weight: 600;
}

/* Testimonial  */

section.inner-about-section.inner-testimonial-page .testimonial-cards-main {
  grid-template-columns: repeat(1, 1fr);
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.testimonial_btn {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  section.first-banner h2.banner_heading {
    font-size: 70px !important;
  }
}

/* Member dashboard  */

a.dashboard_url {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  border-right: 1px solid #dcdcdc;
  padding-right: 10px;
  line-height: 15px;
}

.top-login .dashboard_url:hover {
  color: var(--primary) !important;
}

/* Member Dasboard  */

.member-image {
  display: flex;
  align-items: center;
}

.member-image img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 100%;
  margin-right: 20px;
  object-fit: cover;
}

.member-image .member-info {
  flex: 1 1 auto !important;
}

.member-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.member-info a {
  color: #333;
}

.member-info a:hover {
  color: var(--primary) !important;
}

/* section.my-account-main-section .container {
  max-width: 1200px;
  margin: 0 auto;
} */

.member_account_navigation {
  border-right: 1px solid #eee;
}

.member_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.member_navigation ul li {
  margin-bottom: 3px;
  margin-top: 3px !important;
}
/* 
.member_navigation ul li a {
  border-radius: 8px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
} */

.member_navigation ul li a {
  color: #000;
  padding: 10px !important;
  display: block;
  /* background-color: #eee; */
  border-radius: 8px;
  transition: 0.3s all;
}

.member_navigation ul li a.active,
.member_navigation ul li a:hover {
  background: #f0f0f0;
  color: #000;
}

.member_account-content {
  padding-left: 30px;
}
.member_account_navigation {
  padding-right: 30px;
}

.col2-form-field .input-group label {
  flex: 0 0 49%;
}

.member_detail_content form label {
  display: block;
  font-weight: 600;
}

.member_detail_content form label input {
  margin-top: 10px;
}

.member_detail_content table td button {
  width: 100%;
}

.member_detail_content .btn-success {
  background: #86be82;
  border-color: #86be82;
}

.member_detail_content button.btn.btn-danger {
  background: #ff8989;
  border-color: #ff8989;
}
.member_detail_content button.btn.btn-warning {
  background: #ffec92;
  border-color: #ffec92;
}

.member_detail_content table.table td,
.member_detail_content table.table th {
  vertical-align: middle;
}

/* .member_detail_content td.status {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.member_detail_content div#member-table_filter {
  display: none;
}

.member_detail_content .form-check.terms_condtion {
  margin-top: 18px;
  font-size: 14px;
}

div#partner-edit-modal label {
  font-weight: 600;
}

.form-check.terms_condtion a {
  color: #000;
  text-decoration: underline;
}

.member_detail_content .dataTables_paginate .paginate_button.previous,
.member_detail_content .dataTables_paginate .paginate_button.next {
  margin: 0 10px;
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.member_detail_content .dataTables_paginate .paginate_button.next {
  color: var(--primary);
}

.member_detail_content .dataTables_paginate span .paginate_button {
  color: #000;
}

.member_detail_content .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.member_detail_content div#member-table_length {
  margin-bottom: 20px;
}

.member_account_navigation {
  background: #f6f6f6;
  padding: 20px;
}

.member_account-content {
  padding: 20px;
}

.member_detail_content div#member-table_length select {
  /* padding: 5px;
  border-radius: 5px; */
  background: #eee;
  border: none;
}

.member_detail_content div#member-table_length {
  text-align: right;
}

.member_detail_content div#member-table_length label {
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px;
  font-weight: 500;
}

section.inner-dashboard-section h2.inner-section_heading {
  font-size: 40px;
}

.paginate_button {
  cursor: pointer;
}

.paging_simple_numbers span .paginate_button {
  padding: 5px;
  border: 1px solid;
  width: 30px !important;
  display: inline-flex;
  text-align: center;
  margin: 0 3px;
  height: 30px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #eee;
}

.member_detail_content .dataTables_paginate span .paginate_button.current,
.member_detail_content .dataTables_paginate span .paginate_button:hover {
  /* border-color: var(--primary); */
  color: #fff;
  background-color: #000;
}

.member_detail_content a.report-icon {
  width: 50px;
  background: #000;
  height: 38px;
  border-radius: 6px;
  /* margin-left: 5px; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.member_detail_content a.report-icon.download-report {
  background: var(--primary);
}

.member_detail_content td.status button {
  max-width: 160px;
  width: 100%;
}

.member_detail_content a.report-icon:hover {
  opacity: 0.6;
}

a.test-behaviour-btn {
  padding: 15px 10px;
  margin-top: 20px !important;
  display: block;
  text-align: center;
  background: var(--primary) !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 3px;
}

a.test-behaviour-btn:hover {
  background: #000 !important;
}

.member_detail_content h3.test-heading {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
  background: #fff !important;
  z-index: 1;
}

.member_detail_content h3.test-heading:before {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--primary);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.member_detail_content .test-select-box {
  border-bottom: 1px solid #e6e6e6;

  padding-bottom: 20px;
}

.member_detail_content li.question_items:nth-child(odd) {
  background: #f6f6f6;
  border-radius: 8px;
}

.member_detail_content li.question_items {
  padding-left: 20px;
  padding-right: 20px;
}

.member_detail_content textarea {
  margin-top: 10px;
}

section.my-account-main-section .container {
  border: 1px solid #eee;
  border-radius: 10px;
  /* padding: 20px; */
  /* background: #fbfbfb; */
}

section.inner-dashboard-section {
  padding-bottom: 20px;
}

/* .member_detail_content th.view-download-col {
  max-width: 100px !important;
  width: 100%;
} */

th.view-download-col.sorting {
  width: 100px !important;
}

.member_navigation li {
  border-bottom: 1px solid #00000014;
  padding-bottom: 3px;
}

.member_navigation li:first-child,
.member_navigation li:last-child {
  border: none;
}

.member_navigation li a:hover,
.member_navigation li a.active {
  background: #dedede !important;
}

li a.test-behaviour-btn:hover {
  background: #000 !important;
}

div#member-table_wrapper a i.fa-file-pdf-o {
  font-size: 24px;
  color: red;
}

/* Member Test page  */

section.partner-test-section {
  max-width: 1100px;
  margin: 0 auto;
}

.test-select-box select {
  height: 45px;
  padding: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
}

.select-test-subcategory.test-select-box {
  text-align: right;
}

.member_detail_content form li {
  list-style: none;
}

.member_detail_content form ul {
  padding: 0;
}

.member_detail_content form ul li .question {
  font-size: 18px;
  font-weight: 700;
}

.member_detail_content form ul li .question .question_no {
  color: var(--primary);
  margin-right: 10px;
}

.form_anwers {
  padding-left: 75px;
}

.form_anwers.options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  grid-row-gap: 18px;
}

.member_detail_content form ul li .question .question_no {
  position: absolute;
  left: 0;
}

.member_detail_content form ul li .question {
  padding-left: 75px;
  position: relative;
}

.member_detail_content .test-select-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.member_detail_content li.question_items {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 20px;
}

label.other-text {
  padding-left: 70px;
  display: flex !important;
  flex-direction: column !important;
  margin-top: 20px;
}

label.other-text input {
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  padding-left: 10px;
}

.sumbit_button_preview {
  text-align: right;
}

.sumbit_button_preview button {
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  font-weight: 600;
}

.sumbit_button_preview button.preview_form {
  background: #000;
  color: #fff;
}

.sumbit_button_preview button[type="submit"] {
  background: var(--primary);
  color: #ffff;
}

.sumbit_button_preview button[type="submit"]:hover {
  background: var(--hover);
}

.sumbit_button_preview button.preview_form:hover {
  background: #333 !important;
}

.member_detail_content li.question_items:last-child {
  border: none;
}

.member_detail_content td.edit-partner button {
  width: 30px !important;
  height: 30px !important;
  border: none;
  background: var(--primary);
  color: #fff;
  border-radius: 5px;
}

div#partner-edit-modal form {
  padding: 20px;
}

div#partner-edit-modal form label {
  width: 100%;
}

button.modal-close-button {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: none;
  background: var(--primary);
  color: #fff;
}

button.modal-close-button:hover {
  background: var(--hover);
}

/* partner modal preview  */

ul.answer-preview {
  list-style: none;
  padding: 0;
}

ul.answer-preview li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

ul.answer-preview li .question {
  padding-left: 65px;
  position: relative;
}

ul.answer-preview li .question .question_no {
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--primary);
}

ul.answer-preview li .question {
  font-weight: 700;
}

ul.answer-preview li .form_anwers {
  padding-left: 65px;
  margin-top: 10px;
}

div#preview-modal .modal-dialog {
  max-width: 800px;
}

div#preview-modal .modal-content {
  height: 90vh;
  overflow-y: scroll;
}

div#member-table_info {
  font-size: 14px;
  font-weight: 500;
}

/* my plan page  */

.my-plan-content span.plan-name {
  font-size: 20px;
  font-weight: 700;
}

.my-plan-content span.plan-remaining {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.member_detail_content.my-plan-content td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.member_detail_content.my-plan-content tr td {
  background: none !important;
  box-shadow: none;
}

.member_detail_content.my-plan-content thead {
  background: #eee;
}

.member_detail_content.my-plan-content thead th {
  padding-top: 15px;
  padding-bottom: 15px;
}

a.btn.upgrade-button {
  padding: 10px 25px;
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

a.btn.upgrade-button:hover {
  background: var(--hover);
  border-color: var(--hover);
}

th.upgrade-col {
  width: 150px;
}

td.plan-price-td {
  font-weight: 900;
  color: var(--primary) !important;
}

.table-plan-pricing > h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.table-plan-pricing {
  margin-top: 30px;
}

.table-plan-pricing {
  display: none;
}

.table-plan-pricing.show_plan {
  display: block !important;
}

/* Checkout page  */

/* .checkout-form form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
  grid-gap: 30px;
} */

.checkout-form-fields .input-group > div {
  flex: 0 0 49%;
}

.checkout-form-fields .input-group {
  justify-content: space-between;
  flex: 0 0 49%;
}

.checkout-form-fields .input-group > input {
  flex: 0 0 49%;
  border-radius: 6px !important;
}

.checkout-form-fields > h3,
.checkout-summary > h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--primary);
}

.checkout-form-fields label {
  font-weight: 500;
}

.checkout-form-fields {
  border-right: 1px solid #eee;
  padding-right: 30px;
}

.checkout-form thead {
  background: var(--primary);
  color: #fff;
}

.checkout-form table.table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.checkout-form td.order-plan-name {
  font-weight: 700 !important;
  font-size: 20px;
}

.checkout-form span.order-plan-detail {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.checkout-summary {
  padding-left: 30px;
}

.order-table thead th {
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-form tr.order-total td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-form tr.order-total {
  margin-top: 20px !important;
  background: #f0f0f0;
}

.checkout-form .order-table {
  border: 1px solid #eee !important;
  border-radius: 8px;
}

.checkout-form table.table {
  margin: 0;
  box-shadow: none !important;
}

.checkout-form tr.order-details td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkout-summary input[type="submit"] {
  border-radius: 8px;
}
.far {
  font-weight: 900 !important;
}

/* dashboard */
table.dataTable thead > tr > th.sorting {
  padding: 12px 12px 12px 12px !important;
  text-align: center;
}
.member_detail_content table.table td,
.member_detail_content table.table th {
  text-align: center;
}

/* chat box */

.chat-box ul {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-direction: column;
  list-style: none;
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.chat-box ul li {
  display: inline-block;
  background: #f0016f;
  padding: 4px 16px;
  color: #fff;
  border-radius: 12px;
  font-size: 18px !important;
}
.chat-box ul li.ms-from {
  display: inline-block;
  background: #74d5de;
  margin-right: auto;
}
.chat-box-card {
  background: #f4d0e12b;
  padding: 30px 30px 10px;
  border: 2px solid #fbd4e7 !important;
  border-radius: 12px;
}
.chat-box-card i {
  color: #fff;
}
.chat-box-card input,
.chat-box-card .input-group-text,
.chat-box-card {
  border: 1px solid #f0016f;
}
.chat-box-card input::placeholder {
  color: #f0016f;
}
.chat-box-card input {
  border-radius: 12px;
}
span#basic-addon2 {
  background-color: #f0016f;
  border-radius: 0 12px 12px 0;
  width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Member partner payment page  */

.partner_payment_btns button.pay_btn{
    border: 2px solid;
    padding: 20px;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: 700;
    width: 100%;
}

.partner_payment_btns {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.partner_payment_btns a.pay_btn{
    border: 2px solid;
    padding: 20px;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: 700;
    width: 100%;
}



.partner_payment_btns a.pay_btn.member_btn,
.partner_payment_btns button.pay_btn.member_btn{
  background: var(--primary);
  border-color: var(--primary) !important;
  color: #fff;
}

.partner_payment_btns a.pay_btn.partner_btn,
.partner_payment_btns button.pay_btn.partner_btn{
  border-color: var(--primary);
  color: var(--primary);
}

.partner_payment_btns a.pay_btn.partner_btn:hover,
.partner_payment_btns button.pay_btn.partner_btn:hover {
  background: var(--primary);
  color: #fff !important;
}

.partner_payment_btns a.pay_btn.member_btn:hover,
.partner_payment_btns button.pay_btn.member_btn:hover
{
  background: var(--hover);
  border-color: var(--hover);
}

.partner_payment_main_section {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.member_detail_content {
  height: 100%;
}

.partner_payment_main_section > h3 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 700;
}

section.my-account-main-section {
  padding-left: 10px;
  padding-right: 10px;
}

/* Responsive  */

@media screen and (min-width: 992px) {
  .container {
    max-width: 1200px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1080px) {
  header .nav-item {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 900px !important;
  }
  button.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 5px;
  }

  nav.navbar > .container {
    position: relative;
  }

  div#navbarSupportedContent {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 9;
  }

  div#navbarSupportedContent ul li {
    margin-bottom: 20px;
  }

  .header-login-buttons {
    right: 55px;
    position: relative;
  }

  .header-login-buttons .signup_btn {
    padding: 12px !important;
    border-radius: 8px !important;
  }
  .header-login-buttons .signup_btn {
    font-size: 14px !important;
  }

  .col-md-3.cta_image {
    display: none;
  }

  section.call-to-action > .container > .row {
    flex-direction: column;
    justify-content: center;
    align-items: unset !important;
  }

  section.call-to-action > .container > .row > div {
    width: 100%;
  }

  .col-md-3.cta_button {
    text-align: center;
    margin-top: 20px;
  }

  section.call-to-action {
    padding-bottom: 45px;
    padding-top: 30px !important;
  }

  section.first-banner {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  section.faq-section button.accordion-button {
    font-weight: 500;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-bar .container .row {
    flex-direction: row;
    justify-content: space-between;
  }

  .top-bar .container .row .col-md-6 {
    width: unset;
  }

  .top-content ul li {
    padding: 0 !important;
  }

  .left_banner_content {
    text-align: center;
  }

  section.first-banner h2.banner_heading {
    font-size: 80px;
  }

  section.first-banner .mask-image img {
    height: 370px;
    object-fit: cover;
  }

  .banner-image {
    margin-top: 20px;
  }

  .hw-card img {
    max-width: 300px;
  }

  .hw-card {
    text-align: center;
  }

  .how-work-card-main span.hw-number {
    margin: 0 auto;
  }

  .how-work-card-main p.hw-desc {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: unset;
    margin-top: 10px;
  }

  .about-content {
    padding-left: 10px;
    text-align: center;
    margin-top: 30px;
  }

  .pricing-card {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .row.pcard-main {
    margin-top: 40px;
  }

  .pricing-card.popular {
    top: 0;
  }

  h2.section_heading {
    font-size: 35px;
  }

  section.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.faq-section .container h2.heading-section {
    text-align: center;
  }

  section.faq-section .container h3 {
    text-align: center;
  }

  .faq_view_all_btn {
    text-align: center;
  }

  section.testimonial-section {
    padding-bottom: 50px;
  }

  section.blog-section {
    padding-bottom: 40px !important;
  }
  .copyright-section {
    padding: 20px;
  }

  footer#footer {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    text-align: center;
  }

  ul.footer_social {
    justify-content: center;
    margin-bottom: 30px;
  }

  footer#footer .row div:first-child > p {
    padding-right: 0;
  }

  ul.footer-contact li {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  ul.footer-contact li i {
    margin-bottom: 16px !important;
    font-size: 24px;
    margin: 0;
  }

  h2.inner-section_heading {
    font-size: 35px;
  }

  section.inner-about-section-col2 {
    padding-top: 0;
  }

  .inner_about_left_image img {
    height: 400px;
  }

  section.inner-about-section-col2 {
    text-align: center;
  }

  section.inner-about-section-col2 .mask-image {
    margin-bottom: 30px;
  }

  section.call-to-action-section-bottom {
    padding: 0 10px;
  }

  .row.how-it-works-image-text.align-items-center.left-image-section
    .content_col {
    padding-left: 10px;
  }

  .row.how-it-works-image-text.align-items-center.right-image-section
    .content_col {
    padding-right: 10px;
  }

  .how-it-works-image-text .image-col img {
    max-width: 400px;
    margin: 0 auto !important;
  }

  .how-it-works-image-text .image-col {
    text-align: center;
  }

  .row.how-it-works-image-text.align-items-center.right-image-section {
    flex-direction: column-reverse;
  }

  .row.how-it-works-image-text {
    text-align: center;
  }

  section.signup_form_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  section.my-account-main-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  div#member-table_wrapper {
    overflow: scroll;
  }
}

@media screen and (max-width: 540px) {
  a.navbar-brand img {
    max-width: 180px;
  }

  section.first-banner h2.banner_heading {
    font-size: 55px;
  }

  section.first-banner p.banner-content {
    font-size: 15px !important;
    line-height: 24px;
  }

  .header-login-buttons {
    right: 45px;
  }

  .header-login-buttons a {
    font-size: 14px !important;
  }

  .header-login-buttons .signup_btn {
    font-size: 12px !important;
  }

  h2.inner-section_heading {
    font-size: 30px;
  }

  section.call-to-action-section-bottom h2 {
    font-size: 30px;
  }

  section.call-to-action-section-bottom .banner-buttons a {
    margin-bottom: 10px;
    width: 100%;
  }

  .question_items {
    display: flex;
    flex-direction: column;
  }

  .question_items > div,
  .question_items > label {
    padding: 0;
  }

  .question_items .question {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    padding-top: 30px !important;
  }

  .question_items .question span.question_no {
    top: 0;
  }

  .sumbit_button_preview {
    text-align: center;
  }

  .member_detail_content form ul li .question {
    font-size: 16px;
  }

  .member_detail_content form .form-check label {
    font-size: 14px;
  }
  ul.answer-preview li .form_anwers {
    padding: 0;
  }
}


/*Pagination*/

.pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between > div:nth-child(2) > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between > div:nth-child(2) > span svg {
    width: 20px;
    height: 20px;
}

.pagination > nav > div:first-child {
    display: none;
}

.pagination {
    justify-content: center;
    margin-top: 40px;
}

.pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between > div:nth-child(2) > span .relative.inline-flex.items-center {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    box-shadow: none !important;
}

.pagination .shadow-sm {
    box-shadow: none !important;
}

.pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between > div:nth-child(2) > span a.relative.inline-flex.items-center {
    color: var(--primary);
}

.pagination {
    padding: 0;
}

.pagination > nav > div:nth-child(2) p {
    text-align: center !important;
}