@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');

html {
  overflow-x: hidden;
}

:root {
  --unnamed-color-646464: #646464;
  --unnamed-color-d4e8f3: #D4E8F3;
  --unnamed-color-c2c2c2: #C2C2C2;
  --unnamed-color-101010: #101010;
  --unnamed-color-273543: #273543;
  --unnamed-color-333333: #333333;
  --unnamed-color-f9a620: #F9A620;
  --unnamed-color-f24c00: #F24C00;
  --unnamed-color-ffffff: #FFFFFF;
  --unnamed-color-707070: #707070;
  --unnamed-color-2476b7: #2476B7;
}

h5 {
  font-family: 'Heebo', sans-serif;
}

.rm-font-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 24px;
}

.rm-button-pre-book-clinsav-now {
  border: none;
  padding: 5px 13px;
  margin-left: 5px;
  border-radius: 3px;
  color: #000000;
  font-weight: 600;
}

.rm-button-pre-book-clinsav-now:hover {
  color: #185ea4;
}

.rm-coming-soon-font-size-22 {
  font-size: 22px;
}

body {
  font-family: 'Heebo', sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: 'Heebo', sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

/* section {
  overflow: hidden;
} */

.section {
  padding: 7rem 0;
}

.section-heading {
  font-size: 40px;
  font-weight: 700;
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.rm-pricing-section-title span {
  font-size: 20px;
}

.clinsav-fature-ready p {
  font-size: 26px;
}

.rm-font-size-feture-ready-24 {
  font-size: 24px;
}

.rm-font-size-feature-footer {
  font-size: 26px;
}

.rm-font-size-26 {
  font-size: 26px;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 16px;
}

.feature-1 p {
  color: #b1b1b1;
}

.feature-1 img {
  /* width: 200px; */
  width: 250px;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background-image: url(../img/mobile/bgimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(39, 70, 133, 0.8);
  height: 80px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 175px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 31px;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding        : 10px 0 10px 30px; */
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;

}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  border-bottom: 2px solid #F9A620;
}

.rm-real-powerof {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.rm-real-powerof p {
  color: #000;
  font-size: 28px;
}

ol,
ul {
  padding-left: 30px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
  background-color: #fff;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background-image: url(../img/mobile/slider/clinsav-home-doctor-banner-background.png);
  position: relative;
  bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section2 h1 {
  text-align: left;
}

.hero-section-our-clinSaveStorgy-bg {
  background-image: url(../img/mobile/Our-ClinSav-Story/banner.png);
  position: relative;
  background-size: contain;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.bg-section-support {
  background-image: url(../img/mobile/support/bg-support.png);
  position: relative;
  background-size: contain;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.bg-section-security-ux {
  background-image: url(../img/mobile/bg-security-and-ux.jpg);
  position: relative;
  background-size: contain;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.bg-section-terms-and-conditions {
  background-image: url(../img/mobile/terms-and-conditions/clinsav-terms-and-conditions-banner-image.jpg);
  position: relative;
  background-size: contain;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.bg-section-privacy-policy {
  background-image: url(../img/mobile/privacy-policy/clinsav-privacy-policy-banner.jpg);
  position: relative;
  background-size: contain;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.hero-section-pricing {
  background-image: url(../img/mobile/pricing/bg.jpg);
  position: relative;
  background-size: contain;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.hero-section2 h1 {
  margin-bottom: 0px !important;
  margin-top: 9rem;
}

.bg-section-pricing {
  background-image: url(../img/mobile/pricing/pricing-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-app-web-btn-blue {
  background-color: #2476B7;
  border: none;
  color: #fff;
  width: 70%;
  font-size: 18px;
  padding: 8px 15px;
  box-shadow: 0px 3px 6px #2476B74D;
  border-radius: 30px;
}

.postion-btn-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -25px;
}


.hero-section2 .container,
.hero-section2 .row {
  height: 100%;
}

.hero-section2 h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  /* min-height: 880px; */
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 45px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  /* box-shadow   : 0 15px 50px 0 rgba(0, 0, 0, 0.3); */
  border-radius: 30px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 350px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}



.footer a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 16px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

.rm-bg-color {
  background-color: #F0F8FC;
}

.rm-pocket-mobile-photo {
  width: 407px;
}

.rm-playstore {
  width: 200px;
  cursor: pointer;
}

.rm-comming-soon {
  width: fit-content;
  text-align: center;
  gap: 6px;
}

.rm-btn-mobile {
  background: var(--unnamed-color-2476b7) 0% 0% no-repeat padding-box;
  background: #2476B7 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 40px #03355D33;
  opacity: 1;
  border: navajowhite;
  padding: 10px 50px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-family: 'Heebo', sans-serif;
}

.rm-box-email {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.rm-box-email .form-control {
  width: 30vw;
  border: none;
  box-shadow: 0px 3px 20px #c1dceb80;
}

.bg-mail {
  background-image: url(../img/mobile/Join-our-newsletter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-my-rm-left-right .img-fluid {
  /* width : 357px;
  height: 510px; */
  width: 380px;
}

.section-my-rm-left-right h2 {
  font-size: 40px;
  font-weight: 600;
}

.section-my-rm-left-right ul li {
  margin-bottom: 1.5rem;
  color: #333333;
}

.rm-bg3-home {
  position: absolute;
  right: 0;
  top: -299px;
  width: 929px;
}

.section-my-rm-left-right li::marker {
  color: var(--unnamed-color-2476b7);
  font-size: 30px;
}

.section-my-rm-left-right li {
  font-size: 24px;
  color: #000;
}

.rm-listing img {
  width: 287px;
  height: 346px;
}

.fature-ready {
  background-color: #2476B7;
}

.clinsav-fature-ready {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rm-f-r {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rm-listing {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rm-f-r img {
  width: 62px;
  height: 62px;
}

.rm-card-box-doctor h5 {
  margin-bottom: 3px;
}

.rm-card-box-doctor p {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.footer {
  background-color: #F5F7F8;
  background-image: url(../img/mobile/footer.png);
  background-size: 23rem;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0px;
}

.footer ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 11px;
}

.footer-copyright {
  height: 100%;
  padding: 20px;
  background-color: #fff;
}

.clinsav-fature-ready .section-heading {
  color: #fff !important;
  background-color: #fff;
}

.aboutudflc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10rem;
}

.data-security-rm {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.about-us-text {
  font-size: 28px;
  color: #000;
  width: 100%;
  text-align: justify;
}

.rm-accessibility-about-left-text {
  /* margin-left: 5vw; */
  padding: 5px 5px;
}

.doctor-panels-header {
  color: #000;
}

.rm-card-box-doctor {
  border: none;
  box-shadow: 0px 6px 30px #2476B714;
  z-index: 1;
}

.rm-card-box-doctor .card-title {
  color: #2476B7;
  font-weight: 600;
  font-size: 24px;
}

.rm-triangle-bg-doctor-1 {
  width: 51rem;
  position: absolute;
  top: 158px;
  left: -197px;
}

.rm-triangle-bg-doctor-2 {
  width: 46rem;
  right: -110px;
  top: 456px;
  position: absolute;
}

.rm-card-box-doctor p {
  color: #333333;
}

.rm-card-box-doctor span {
  color: #707070;
  font-size: 20px;
}

.rm-accessibility-about-right-text {
  /* margin-right: 5vw; */
  background-color: #EEF7FF;
  padding: 25px;
}

.rm-accessibility-about-right-text span {
  font-size: 30px;
}

.rm-accessibility-about-right-text b {
  font-size: 20px;
}


.rm-accessibility-about-right-text p {
  color: #646464;
  font-size: 20px;
}

.rm-accessibility-about-left-text h4 {
  font-weight: 600;
  font-size: 40px;
}

.data-security-rm li {
  font-size: 20px;
}

.rm-accessibility-about-left-text p {
  font-size: 24px;
  color: #646464;
  line-height: 37px;
}

.rm-span-big {
  font-size: 60px;
  font-weight: 700;
}

.rm-pricing-section-title {
  text-align: center;
}

/*Use 350px for 3 plans. 500 px for 2 plans*/
.rm-price-tag-card-section-1213 {
    width: 300px;

    /*display:inline-block*/
    
}

.rm-price-tag-card-section-1213 .card-header {
  text-align: center;
  background: linear-gradient(90deg, rgba(243, 251, 255, 1) 0%, #BAE0FF 51%);
  margin: 4px;
  border-bottom: none;
  padding: 18px;
  position: relative;
}

.info-text-pricing-tag {
  margin-top: 5rem;
  font-size: 14px;
  margin-left: 5vw;
}

.rm-pricing-card-box-1ws {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aling-box-w-pricing0p-info {
  width: 1130px;
  position: relative;
}

.aling-box-w-pricing0p-info img {
  width: 100%;
}

.rm-pricing-postion-info-card-939fcmdkvk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}

.rm-pricing-postion-info-card-939fcmdkvk p {
  font-size: 34px;
  color: #000;
  font-weight: 600;
}

.rm-pricing-postion-info-card-939fcmdkvk span {
  font-size: 24px;
  color: #000;
}

.rm-box-postion-under-section-info {
  bottom: -76px;
  z-index: 999999;
  left: 0;
  right: 0;
  margin: 24px;
  margin-top: -6rem;
}

.rm-card-info-pricingi-card-box-libk {
  text-align: center;
}

.rm-card-info-pricingi-card-box-libk h4 {
  font-weight: 700;
  font-size: 40px;
}

.rm-card-info-pricingi-card-box-libk span {
  color: #707070;
  font-size: 24px;
  padding: 0px 2rem;
}

.rm-card-info-pricingi-card-box-libk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 10px 30px #2476b71a;
  padding: 28px;
  border-radius: 8px;
  background-color: #fff;
  height: 192px;
}

.rm-row-spacing-l-r {
  /*margin: 0vw 0vw;*/
  padding:5px;
}

.rm-price-tag-card-section-1213 .card-header>h5 {
  color: #2476B7;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
}

.rm-price-tag-card-section-1213 .card-header>p {
  margin-bottom: 0px;
  color: #707070;
  font-size: 15px;
}

.rm-price-tag-card-section-1213 {
  border: none;
  box-shadow: 0px 6px 30px #2476B714;
  height: 510px;
}

.rm-img-popover-svg-tag {
  position: absolute;
  width: 110px;
  left: -9px;
  top: -9px;
}

.rm-row-spacing-l-r .rm-right {
  float: right;
}

.rm-row-spacing-l-r .rm-left {
  float: left;
}

.rm-orange-click-btn:hover {
  color: #f9a620 !important;
}

.rm-price-tag-element-amount-3030 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.rm-price-tag-element-amount-3030 .amount {
  color: #000;
  font-weight: 600;
  text-decoration: line-through;
  font-size: 18px;
}

.currency-logo {
  color: #b1b0b0;
  font-weight: 200;
}

.rm-ul-li-check-list-pricing {
  list-style-image: url(../svg/checkbox.svg);
}

.monthly-text {
  text-align: center;
  font-size: 14px;
}

.rm-ul-li-check-list-pricing {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 2rem;
  padding: 1.8rem;
}

.rm-ul-li-check-list-pricing li {
  font-size: 15px;
  padding-left: 3px;
}

.rm-price-tag-element-amount-3030 div:nth-child(2) {
  color: #000;
  font-weight: 700;
  font-size: 24px;
}

.rm-support-apprach-img img {
  width: 350px;
  height: 350px;
  margin-top: 1rem;
}

.line-bottom-web {
  background-color: #F9A620;
  margin: 0;
  height: 3px !important;
  width: 50px;
  border: 1px solid #F9A620;
  opacity: 1;
  margin-bottom: 7px;
}

.rm-sclin-sav-title-box p {
  color: #333333;
  margin-top: 15px;
  font-size: 24px;
}

.rm-clinsav-terms-and-conditions-text p {
  color: #333333;
  text-align: justify;  
  text-justify: inter-word;
  font-size: 16px;
}

.rm-clinsav-terms-and-conditions-section-titles ol {
  color: #333333;
  text-align: justify;  
  text-justify: inter-word;
  font-size: 16px;
}

.rm-clinsav-terms-and-conditions-sub-text p {
  color: #333333;
  text-align: justify;  
  text-justify: inter-word;
  font-size: 16px;
  margin-left: 40px;
}

.cunter-code-nb {
  background-color: #DCEBF8;
  padding: 13px;
  color: #000;
  border-radius: 4px;
  height: fit-content;
}

.rm-btn-for-support {
  padding: 12px 28px;
  font-size: 17px;
}

.rm-box-support-number-validation {
  flex-direction: row;
  gap: 8px;
}

.rm-box-bg-blue-call-back-support {
  background-color: #EEF7FF;
  padding: 5rem;
}


.call-us-diractly-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-us-diractly-box-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 30px #2476b71a;
  padding: 2rem 4rem;
  margin-top: -3rem;
  border-radius: 7px;
}

.call-us-diractly-box-bg p {
  color: #000;
  font-size: 30px;
}

.flex-box-support {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.flex-box-support img {
  width: 17px;
  height: 17px;
}

.flex-box-support a {
  color: #2476B7;
  font-weight: 600;
  font-size: 24px;
}

.support-title-hoho {
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.rm-p-l-r-call-me-back {
  padding: 0 0vw;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/mobile/support/close-line.svg);
}

.accordion-button::after {
  background-image: url(../img/mobile/support/add-fill.svg);
}

.faq-sav-story-box-accordion {
  margin-top: 2rem;
}

.faq-sav-story-box-accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
  box-shadow: 0px 6px 30px #2476B714;
}

.accordion-button div,
.accordion-button {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 24px;
}

.accordion-button::after {
  font-size: 40px !important;
}

.faq-sav-story-box-accordion .accordion-body {
  padding: 22px 3rem;
  font-size: 18px;
  color: #333333;
}

.accordion-button::after {
  margin: 0px !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-sav-story-box-accordion .accordion-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.faq-sav-story-box-accordion .accordion-button {
  background-color: transparent;
}

.rm-flex-box-nulberog {
  display: flex;
  gap: 8px;
}

.rm-clisav-download-btn {
  background-color: #F24C00;
  border: none;
  padding: 7px 26px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 2px 6px #00000026;
}

.step-rm-bottom-text-feature {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 2rem;
  margin-left: -30px;
}

.doctor-panels-header p {
  font-size: 28px;
}

.border-bottom-highlight {
  width: 62px;
  height: 3px !important;
  background-color: #fff;
  opacity: 1;
  margin-top: 9px;
  border-radius: 30px;
}

.rm-box-email img {
  width: 200px;
}

.flex-column-row-rm {
  margin-top: 1rem;
  flex-direction: row;
  justify-content: space-between;
}

.rm-span-big {
  display: inline-block;
  border-bottom: 2px solid #F9A620;
}

.rm-about-header {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.footer-hightliger-title {
  width: 30px;
  margin: 0;
  height: 3px !important;
  background-color: #F9A620;
  opacity: 1;
  margin-bottom: 1rem;
}

.rm-bg-1-home {
  /* background-image: url(../img/mobile/home/bg3.png); */
  background-image: url(../img/mobile/home/light-blue-triangle-background-3.png);
  background-size: 39rem;
  background-repeat: no-repeat;
}

.bg-right-trigle-rm-33939 {
  background-image: url(../img/mobile/home/light-blue-triangle-background-1.png);
  background-size: 36rem;
  background-repeat: no-repeat;
  background-position: right;
}

.bg-img-data-security {
  background-image: url(../img/mobile/Our-ClinSav-Story/data_secy-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutudflc img {
  width: 340px;
  height: 240px;
}

.rm-click-here-btn {
  background-color: #185ea4;
  color: #fff;
  padding: 6px 48px;
  border-radius: 30px;
  font-size: 24px;
}

.rm-click-here-btn:hover {
  color: #fff;
}

/* .slider-img-top-rm {
  margin-left: 5rem;
} */

.slider-img-top-rm {
  width: 400px;
  height: 100%;
  margin-right: 7rem;
}

/* .carousel-indicators {
  background-color: #fff;
  box-shadow: 0px 0px 60px #2476B733;
  border-radius: 5px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  bottom: -64px;
} */


/* .carousel-indicators [data-bs-target] {
  height: 100px;
  width: 100px;
  opacity: 1;
  filter: grayscale(100%);
  border: none;
  padding: 0 4.5vw;
} */

.carousel-indicators .active {
  filter: grayscale(0%);
  opacity: 1;
  border-bottom: 2px solid #2476b7;
}

.rm-slider-1,
.rm-slider-2,
.rm-slider-3,
.rm-slider-4,
.rm-slider-5,
.rm-slider-6 {
  border-radius: 30px !important;
  width: 10px !important;
  height: 10px !important;
  border: none !important;
}

.carousel-indicators .active {
  background-color: #f9a620;
}

/* 
.rm-slider-1 {
  background-image: url(../img/mobile/slider/slider-bottom-img/one.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.rm-slider-2 {
  background-image: url(../img/mobile/slider/slider-bottom-img/two.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.rm-slider-3 {
  background-image: url(../img/mobile/slider/slider-bottom-img/three.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.rm-slider-4 {
  background-image: url(../img/mobile/slider/slider-bottom-img/four.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.rm-slider-5 {
  background-image: url(../img/mobile/slider/slider-bottom-img/five.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
} */

.rm-slier-bg-img {}

.rm-slier-bg-img-1 {
  width: 58%;
  position: absolute;
  bottom: 0;
}

.rm-slier-bg-img-2 {
  width: 58%;
  position: absolute;
  bottom: 0;
}

.rm-slier-bg-img-3 {
  width: 70%;
  position: absolute;
  bottom: 0;
}

.rm-slier-bg-img-4 {
  width: 70%;
  position: absolute;
  bottom: 0;
}

.rm-slier-bg-img-5 {
  width: 58%;
  position: absolute;
  bottom: 0;
}

.rm-slier-bg-img-6 {
  width: 58%;
  position: absolute;
  bottom: 0;
}

.rm-flex-box-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item,
.carousel-inner {
  height: 100%;
}

.csi-footer-social-media-icon img {
  width: 20px;
  height: 20px;
}

.rm-doctor-section-component {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}

.csi-form-alignment-pero {
  width: 100%;
  display: flex;
  gap: 10px;
}

.rm-submit-button {
  width: 100%;
  border: none;
  font-size: 23px;
  padding: 7px 14px;
  border-radius: 3px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5px;
}

.rm-country-code-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  flex: 1;
  width: 100%;
  padding: 12px;
}

.rm-number-input-group {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 567px) {

  .rm-box-bg-blue-call-back-support .container {
    margin-bottom: 61px;
  }

  .csi-form-alignment-pero {
    flex-direction: column;
  }

  #header .logo img {
    width: 133px;
  }

  .flex-box-reverser-box-mobile {
    flex-direction: column-reverse;
  }

  .rm-doctor-section-component {
    grid-template-columns: 1fr;
  }

  .step-rm-bottom-text-feature {
    margin-left: 0;
  }

  .cdddddvbbbk {
    align-items: center;
    justify-content: center !important;
    width: auto;
    margin-bottom: 50px;
  }

  .rm-listing {
    margin-top: 4rem;
  }

  .hero-section {
    background-size: cover;

  }

  .hero-section img {
    width: 100% !important;
    margin-top: 4rem !important;
    padding: 0px 15px;
  }

  .hero-section .aos-init {
    margin-top: 0px;
  }

  .rm-accessibility-about-left-text {
    margin-left: 0px;
  }

  .rm-accessibility-about-right-text {
    margin-right: 0px;
  }

  .rm-card-box-doctor {
    width: 100%;
    margin-bottom: 3rem;
  }



  .aboutudflc {
    margin-right: 0;
    justify-content: center;
  }



  .about-us-text {
    width: 100%;
    text-align: center;
  }

  .responsive-center-rm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section2 {
    background-size: cover;
  }

  .rm-row-spacing-l-r .rm-right,
  .rm-row-spacing-l-r .rm-left {
    float: none;
    width: auto;
    margin-bottom: 3rem;
  }

  .info-text-pricing-tag {
    margin: 0;
  }

  .aling-box-w-pricing0p-info {
    width: auto;
  }

  .rm-pricing-postion-info-card-939fcmdkvk {
    padding: 1rem;
    text-align: center;
  }

  .rm-pricing-postion-info-card-939fcmdkvk p {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .rm-pricing-postion-info-card-939fcmdkvk span {
    font-size: 11px;
  }

  .rm-box-postion-under-section-info {
    margin-top: -10px;
  }


  .rm-box-postion-under-section-info .row {
    gap: 10px;
  }

  .rm-box-support-number-validation {
    flex-direction: column;
  }

  .rm-flex-box-nulberog {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }

  .rm-flex-box-nulberog input {
    width: 100% !important;
  }

  .rm-bg3-home {
    position: absolute;
    right: 0;
    top: -251px;
    width: 100%;
  }

    .flex-column-row-rm {
        flex-direction: column;
        gap: 10px;
        position:center ;
    }

  .rm-box-email .form-control {
    width: 100%;
  }

  .rm-w-100 {
    width: 100%;
  }

  .rm-triangle-bg-doctor-1 {
    width: 100%;
    position: absolute;
    top: 158px;
    left: -20px;
  }

  .rm-triangle-bg-doctor-2 {
    position: absolute;
    width: 100%;
    right: 0;
    top: 22rem;
  }

  .support-title-hoho {
    margin-left: 0px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    padding: 0;
  }

  .carousel-indicators {
    bottom: -6px;
  }

  .hero-section h1 {
    font-size: 1.5rem;
  }

  .rm-pocket-mobile-photo {
    width: 100%;
  }

  .hero-section,
  .hero-section>.container>.row {
    height: 44vh;
  }

  .rm-img-popover-svg-tag {
    width: 117px;
  }

  .rm-price-tag-element-amount-3030 .amount {
    font-size: 20px;
  }

  .rm-ul-li-check-list-pricing {
    padding: 2rem;
  }

  .rm-card-info-pricingi-card-box-libk span {
    color: #707070;
    font-size: 16px;
    padding: 0px 0rem;
  }

  .rm-card-info-pricingi-card-box-libk {
    height: 142px;
  }

  .footer a {
    font-size: 15px;
  }


  .rm-card-info-pricingi-card-box-libk h4 {
    font-weight: 700;
    font-size: 18px;
  }

  .rm-price-tag-element-amount-3030 div:nth-child(2) {
    font-size: 33px;
  }

  .rm-box-bg-blue-call-back-support {
    padding: 2rem;
  }

  .rm-p-l-r-call-me-back {
    margin-bottom: 3rem;
  }

  .navbar a,
  .navbar a:focus {
    display: block;
  }
}


@font-face {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-style: normal;
}



a.btn-google {
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
  font-family: 'Heebo', sans-serif;
}

.rm-btn {
  padding: 10px 16px;
  margin: 5px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-weight: 500;
  text-decoration: none;
  display: inline-block
}

.rm-btn:active:focus,
.rm-btn:focus {
  outline: 0
}

.rm-btn:focus,
.rm-btn:hover {
  color: #333;
  text-decoration: none;
  outline: 0
}

.rm-btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-google {
  color: #fff;
  background-color: #ececec;
  border-color: #c0c0c0;
  padding: 15px 16px 5px 40px;
  position: relative;
  font-family: fontfutura;
  font-weight: 600
}

.btn-google:focus {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: #000
}

.btn-google:active,
.btn-google:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  cursor: no-drop;
}

.btn-google:before {
  content: "";
  background-image: url(https://4.bp.blogspot.com/-52U3eP2JDM4/WSkIT1vbUxI/AAAAAAAArQA/iF1BeARv2To-2FGQU7V6UbNPivuv_lccACLcB/s30/nexus2cee_ic_launcher_play_store_new-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -15px
}

.btn-google:after {
  content: "GET IT ON";
  position: absolute;
  top: 5px;
  left: 40px;
  font-size: 10px;
  font-weight: 400;
}

.rm-popover-support-494fk {
  height: 100%;
}

.rm-popover-support-494fk ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rm-popover-support-494fk ul li::marker {
  color: #185ea4;
}



.rm-popover-support-494fk li {
  font-size: 20px;

}

.rm-popover-Unique-customer {
  cursor: pointer;
  outline: none;
  border: none;
}

.grecaptcha-badge {
bottom: 70px !important;
}


/*Blog css*/


.bg-section-blog {
  background-image: url(../img/mobile/blog/bg-blog.png);
  position: relative;
  background-size: contain;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}
.blog_item{
  display: block;
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(36, 118, 183, .1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.blog_item:hover{
   box-shadow: 0px 6px 30px rgba(36, 118, 183, .2);
}
.blog_inner{padding: 30px 30px 20px 30px}
.blog_item img{width: 100%;}

.blog_inner h6{
  color: var(--unnamed-color-333333);
text-align: left;
font-size: 24px;
font-weight: bold;
letter-spacing: 0px;
color: #333333;
opacity: 1;
}
.blog_inner span{
  padding-top: 15px;
  color:#707070;
text-align: left;
font-size: 20px;
}
.blog_inner span span{
  color:#C2C2C2;
  display: inline-block;
  padding: 0px 5px;
}
.blog_inner p{
  padding-top: 35px;
text-align: left;
font-size: 22px;
color: #333333;
}

.download_our_app{background-image: url(../img/mobile/blog/bg-blog-01.png);padding-top: 65px;}
.download_our_app_content p{
  color: #D4E8F3;
  font-size: 24px;font-weight: normal;}

  .download_our_app .download_our_app_content{margin-top: 130px;}

.download_our_app .download_our_app_content h6{
  font-size: 40px;
  color: #ffffff;
}
.download_our_app .download_our_app_content span{
  font-size: 22px;
  color: #D4E8F3;
}
.download_our_app .download_our_app_content img{
            padding-top: 50px;
            padding-bottom: 12px;
}

.links{padding-left: 20px;padding-right: 20px;}


.blog_footer{background-color: #F5F7F8;background-repeat: no-repeat;padding-top: 102px;padding-bottom: 104px;
            background-image: url(../img/mobile/blog/bg-blog-03.png);background-position: center;}
.blog_footer a{display: block;font-size: 16px;color: #333333;border-bottom:1px solid #D0DFE6;
  padding-bottom: 16px;padding-top: 20px;}
.blog_footer h6{font-weight: bold;}

.copy_right{background-color: #ffffff;margin-bottom: 40px;margin-top: 30px;}
.copy_right p{text-align: center;color: #646464;font-size: 18px;}

#blog_details h6 {font-size: 40px;font-weight: bold;padding-left: 30px;}
#blog_details {padding-top: 30px; margin-top: 0px;}
#blog_details img {padding-top: 10px;}
#blog_details .blog_inner {padding: 30px 20px 20px 20px}
#blog_details .blog_inner p {padding-top: 10px;font-size: 18px; line-height: 170%;}
.blog_categories { margin-bottom: 10px; }

.recent_posts {
  background-color: #ffffff;
  box-shadow: 0px 6px 30px #2476B714;
  border-radius: 10px;
  padding: 25px 20px 20px 30px;
  float: left;
  width: 100%;
}
.recent_posts img { width:120px;height: auto; border-radius: 8px; }
.recent_posts ul { padding: 0px; margin: 0px; }
.recent_posts li { list-style: none;margin-top: 30px; float: left; width: 100%; }
.recent_posts h6 { font-size: 25px; font-weight: bold; padding: 0px; margin: 0px; }

.post_img {
  float: left;
  width: 80px;
}
.post_date_title {
  float: right;
  width: calc(100% - 140px);
}

.blogsList{ padding-left: 0; }
.blogsList li{ margin-bottom: 40px; list-style: none; }
.blog_item{ height: 100%; margin-top: 0; }

.backBtn{ float: right; padding-right: 20px; color: #000; }

/*Mobile*/
@media (max-width: 767px) {
  #blog_details { margin-bottom: 30px; }

  .section-heading{ font-size: 24px; }
  .section{ padding-top: 40px; }
  .rm-sclin-sav-title-box p{ font-size: 18px; }
  .blog_inner h6{ font-size: 22px; }
  .blog_inner span{ font-size: 18px; }
  .blog_inner p{ font-size: 20px; }
}
/*Mobile*/

.blog_buttons { margin-top: 40px; margin-bottom: -60px; }
.filters a{ float: left; display: inline!important;font-size: 16px;color: #2476B7;font-weight: normal;margin-right: 20px; border: 1px solid #2476B7;padding: 11px 30px;border-radius: 30px;box-shadow: 0px 2px 6px #00000026;padding-bottom:10px}
.filters a:hover, .filters .active { color: #ffffff;background-color: #2476B7; }
/*Blog css*/