@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  font-family: "Nunito", sans-serif;

  color: #1b1d21;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}

.color-dark {
  color: #1b1d21;
}

.color-primary {
  color: #e94572;
}

.bgc-primary {
  background-color: #e94572;
}

.section {
  /* padding: 80px 0; */
  padding: 20px 0;
}

.section-title {
  color: #1b1d21;

  font-size: 40px;

  font-weight: 400;

  text-transform: capitalize;

  margin-bottom: 20px;
}

.section-title span,
.section-subtitle span {
  font-weight: 700;
 font-family: "Montserrat", sans-serif;
}

.section-subtitle {
  font-size: 24px;

  line-height: 34px;

  font-weight: 400;
}

.lead-para {
  font-size: 18px;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  margin-bottom: 0.5em;
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: #e61b39;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  border: 1px solid #e61b39 !important;
  min-height: 213px;
}

.btn-site-default {
  background-color: #e61b39;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
}

.btn-site-default:hover,
.btn-site-default:focus {
  background-color: #4d2e81;

  color: #fff;
}

.btn-site-light {
  min-height: 40px;

  color: #e61b39;

  background-color: #fff;

  font-weight: 500;
}

.btn-site-light:hover,
.btn-site-light:focus {
  color: #e61b39;

  background-color: #fff;
}

.btn-site-default i,
.btn-site-light i {
  padding-right: 15px;
}

/*-------------------------------

# Typography

--------------------------------*/

.fs-22 {
  font-size: 22px;
}

/*-------------------------------

# Header

--------------------------------*/

.header {
  position: fixed;

  background-color: #fff;

  width: 100%;

  top: 0;

  left: 0;

  padding: 15px 0px;

  z-index: 9999;
}

.logo-wrapper img {
  height: 70px;
}


.main {
  padding-top: 100px;
}

/*-------------------------------

# Hero Section

--------------------------------*/

.btn-site-default {
  background-color: #4d2e81;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
}

.hero {
  background-color: #f8f8f8;
  padding: 50px 0;
 /* border-bottom: 5px solid #e94572;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero:after {
  content: "";

  background: url("../img/slider-img1.png");

  background-size: contain;

  background-repeat: no-repeat;

  width: 100%;

  height: 50%;

  position: absolute;

  left: 55%;

  bottom: 0%;

  z-index: -1;

  transform: translate(-25%, 0%);
}

.hero-aside {
  /* margin-top: -10em; */
  max-width: 600px;
}

.hero-aside h2 {
  color: #1b1d21;

  font-size: 32px;

  line-height: 38px;

  font-weight: 400;
}

.hero-aside h2 span {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.hero-aside h3 {
  font-size: 23px;
  /* font-weight: 700; */
  /* background-color: #E94572; */
  color: #000;
  border-radius: 4px 4px 4px 4px;
  padding: 5px 8px 5px 8px;
  display: inline-block;
}

.hero-form {
  background-color: #fff;
  padding: 15px;
  /* border-radius: 10px;
  border: 1px solid #e61b39; */
}

.hero-form h4 {
  font-size: 18px;

  font-weight: 600;

  text-align: center;

  margin-bottom: 25px;
}

.hero-form .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e); !important
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hero-form .form-control {
  border-color: #e94572;
  font-size: 12px;
  padding: 0.64rem 0.75rem;
}

.btn-submit {
  font-size: 18px;
  font-weight: 500;
  background-color: #4d2e81;
  color: #fff;
  padding: 6px 20px;
  width: 100%;
}

.btn-submitprimary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4d2e81;
  --bs-btn-border-color: #4d2e81;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d2e81;
  --bs-btn-hover-border-color: #4d2e81;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d2e81;
  --bs-btn-active-border-color: #4d2e81;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4d2e81;
  --bs-btn-disabled-border-color: #4d2e81;
  margin-left: 5.7em;
}

.btn-submit:hover,
.btn-submit:focus {
  background-color: #4d2e81;
  color: #fff;
}

.hero-form ul {
  list-style: none;

  padding: 0;

  margin-bottom: 0;
}

.hero-form ul > li {
  position: relative;

  padding-left: 30px;

  color: #494e58;

  margin-top: 5px;
}

.hero-form ul > li > i {
  position: absolute;

  left: 0;

  top: 1px;
}

/*-------------------------------

# Feature Section

--------------------------------*/

.feature-list {
  display: flex;

  justify-content: space-between;
}

.feature-list .feature-list-item {
  width: calc(20% - 15px);

  min-height: 200px;
}

.feature-list-inner {
  text-align: center;

  position: relative;

  padding: 32px 10px 32px 10px;

  z-index: 1;

  color: #fff;

  height: 100%;
}

.feature-list-inner:before {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  z-index: -1;

  transform: skew(-2deg);

  background-color: #e94572;

  border-radius: 10px 10px 10px 10px;
}

.feature-list-inner h3 {
  font-size: 18px;

  line-height: 26px;

  margin-bottom: 0px;
}

.feature-list-inner img {
  height: 64px;

  margin-bottom: 30px;
}

/*-------------------------------

# Services

--------------------------------*/

.services .icon-box {
  text-align: center;

  padding: 40px;
}

.services .icon-box h4 {
  font-weight: 700;
}

/*-------------------------------

# Offer Section

--------------------------------*/

.offer-section ul {
  margin-top: 35px;
}

.offer-section ul > li {
  font-size: 22px;

  margin-bottom: 10px;
}

.offer-section .btn {
  min-width: 250px;

  margin-top: 35px;
}

/*-------------------------------

# Review Testimonial Section

--------------------------------*/

/*-------------------------------

# Doctors

--------------------------------*/
/* Style for the doctor card container */
.doctor-card {
  margin-bottom: 0px;
  border: 1px solid #e94572;
  display: flex;
  flex-direction: column;
  height: 320px;
}

/* Style for the image container within the card */
.doctor-img {
  flex-shrink: 0;
  height: 250px;
  overflow: hidden;
}

.doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Style for the content area within the card */
.doctor-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center; /* Centers the text */
}

/* Style for the heading within the content area */
.doctor-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #e94572;
  margin: 0; /* Removes default margin to control spacing */
  padding: 0.5em; /* Add some padding for spacing */
}

/* Style for the paragraph within the content area */
.doctor-content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #1b1d21;
}

/* Style for the items within the owl carousel */
.owl-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Style for the owl item to ensure full height */
.owl-carousel .owl-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Navigation Arrows */

.doctor-section .owl-nav .owl-prev,
.doctor-section .owl-nav .owl-next {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  color: #fff !important;

  font-size: 32px !important;

  background-color: #ea4573 !important;

  border-radius: 0px !important;

  width: 50px;

  height: 50px;

  margin: 0;
}

.doctor-section .owl-nav .owl-prev {
  left: 0;
}

.doctor-section .owl-nav .owl-next {
  right: 0;
}

/*-------------------------------

# Location

--------------------------------*/

.icon-box {
  padding: 30px;
}

.icon-box .icon {
  font-size: 32px;

  color: #e94572;

  width: 60px;

  height: 60px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  position: relative;

  z-index: 1;

  margin-bottom: 30px;
}

.icon-box .icon:before {
  content: "";

  width: 100%;

  height: 100%;

  background-color: #fff;

  transform: skew(-2deg);

  border-radius: 8px;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;
}

.icon-box h4 {
  font-size: 22px;

  margin-bottom: 25px;

  font-weight: 700;
}

.icon-box p {
  font-size: 18px;

  margin: 0;
}

/*-------------------------------

# News & Media

--------------------------------*/

.news-card img {
  border-radius: 20px;
}

/*-------------------------------

# Footer

--------------------------------*/

.footer {
  padding: 15px 0;

  background-color: #1b1d21;
}

.copyright-text {
  color: #fff;
}

.footer-action {
  text-align: end;
}

.footer-action .btn {
  width: 49%;
}

.owl-dot span {
  background-color: #ddd;

  font-size: 10px;
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
  .btn-submit {
    font-size: 1em;
    font-weight: 500;
    background-color: #4d2e81;
    color: #fff;
    padding: 6px 20px;
    width: 100%;
  }
  .logo-wrapperWp {
    display: block; 
    margin-top: -4em;
  }

  .header-action {
    text-align: left;
    margin-top: 10px;
  }

  .slider_moimg {
    text-align: center;
  }
  .header {
    padding: 10px 0px;
  }

  .logo-wrapper {
    /* text-align: center; */
  }

  .logo-wrapper img {
    height: 60px;
  }

  .header-action {
    display: none;
  }

  .main {
    padding-top: 80px;
  }

  .section,
  .hero {
    padding: 10px 0;
  }

  .hero-aside {
    margin-top: -1em;
    text-align: center;
  }

  .hero-aside h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .mb-4 {
    margin-bottom: 0.3em !important;
  }

  .mb-3 {
    margin-bottom: 0.3em !important;
  }

  .mb-infer {
    color: #4d2e81;
  }
  .mb-preg {
    color: #4d2e81;
  }

  .mb-discount {
    color: #4d2e81;
  }

  .hero-aside h2 span {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
   }

  .hero:after {
    display: none;
  }

  .section-title {
    font-size: 22px;
    text-align: center;
    padding:0.5em;
  }

  .section-subtitle {
    text-align: center;

    font-size: 18px;

    line-height: 26px;
  }

  .feature-list {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;
  }

  .feature-list .feature-list-item {
    width: calc(50% - 0px);

    padding: 0 7.5px;

    min-height: 100px;
  }

  .feature-list .feature-list-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .feature-list-inner {
    padding: 20px 10px 20px 10px;
  }

  .feature-list-inner img {
    height: 36px;

    margin-bottom: 20px;
  }

  .feature-list-inner h3 {
    font-size: 12px;

    line-height: 20px;
  }

  .fs-22 {
    font-size: 18px;
  }

  .offer-section .section-title br {
    display: none;
  }

  .offer-section ul {
    margin-top: 0;
  }

  .offer-section ul > li {
    font-size: 22px;

    margin-bottom: 5px;
  }

  .review-section .section-subtitle {
    font-size: 24px;

    line-height: 34px;
  }

  .services .icon-box {
    text-align: center;

    padding: 40px 40px 0 40px;
  }

  .services .icon-box img {
    max-width: 80px;
  }

  .services .owl-carousel .owl-item img {
    display: inline-block;
    margin-bottom: 20px;
  }

  .doctor-card {
    margin-bottom: 20px;
    padding: 0 40px;
    border: 2px solid #e94572;
  }

  .location-section .icon-box {
    text-align: center;
  }

  .copyright-text {
    display: none;
  }

 .hide-web {
    display: block !important;
  }
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  .service-description {
    display: none;
  }

  .feature-list {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;
  }

  .feature-list .feature-list-item {
    width: calc(33% - 0px);

    padding: 0 7.5px;

    min-height: 100px;

    height: 100%;
  }

  .feature-list .feature-list-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .feature-list-inner {
    padding: 20px 10px 20px 10px;
  }

  .section-title {
    font-size: 32px;

    margin-bottom: 20px;
  }

  .section-subtitle {
    font-size: 18px;

    line-height: 30px;
  }

  .fs-22 {
    font-size: 18px;
  }

  .copyright-text {
    display: none;
  }

  .footer {
    position: sticky;

    bottom: 0;

    z-index: 99;
  }
}

@media only screen and (max-width: 960px) {
  .hide-sm {
    display: none;
  }

  .offer-section img {
    display: none;
  }

  .hero:after {
    display: none;
  }

  .footer {
    position: sticky;

    bottom: 0;

    z-index: 99;
  }
}

@media only screen and (min-width: 961px) {
  .hide-lg,
  .banner-img-lg {
    display: none;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 961px) {
	
  .hero:after {
    content: "";
    background: url("../img/slider-img1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 45%;
    position: absolute;
    left: 50%;
    bottom: 0%;
    z-index: -1;
    transform: translate(-25%, 0%);
  }
}

.custom-shadow {
  border-color: #e94572;
}
.color-primary-text {
  color: #e94572;
}

:root {
  --bs-border-color: #e94572;
}

.color-primary {
  color: #e94572;
}
.color-primary-text {
  color: #e94572;
  font-weight: bold;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.border-1 {
  border-width: 1px !important;
}
.carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* Allow clicks through the nav container */
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #e94572 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 50px !important;
   height: 50px; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  line-height: 1 !important;
  pointer-events: all !important;
  transition: background 0.3s ease !important;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #d0355b;
}
.text-center img {
  display: block;
  margin: 0 auto;
}
.carousel-item img {
  display: block;
  margin: 0 auto;
}

.service-grid .service-card {
  border-color: #ffffff !important;
  height: 278px;
}

.service-grid .service-card img {
  width: 70px; /* Default image size for web */
  height: 70px;
}
.card-title{
	font-size:17px !important;
}
.card-body{
		padding: 50px 40px;
	}
/* Media query for mobile devices */

@media (max-width: 767px) {
	
	.icon-box p {
    padding: 0px 26px 0px 33px;
    font-size: 18px;
margin: 0;}
	.owl-prev span{
	position: absolute;
        top: 20%;
        top: -9%;
        font-size: 52px !important;
	}
	.owl-next span{
	position: absolute;
        top: 20%;
        top: -9%;
        font-size: 52px !important;
	}
	.owl-prev{
		margin-left: 4px!important;
	}
	.card-text{
		    padding: 10px 20px;
	}
	.card-body{
		padding: 50px 40px;
	}

	.diskrow{
		width: 100% !important;
    
    margin:30 0 0 0!important;
	    margin: 0;
    padding: 0 !important;;
	}
	
.mr{
	    margin-right: 7px !important;
}
	.left-mb{
		    margin-left: 10px;
	}
	.top{
		margin-top:
	}
	.logo-mb{
		    margin-left: 115px;
	}
	
  .mb-pl{
	  margin-top:28px;
	
	  
  }
  .service-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .service-grid .col-md-6 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .service-description {
    display: none;
  }

  .service-grid .service-card img {
    width: 30px !important;
    height: 30px !important;
  }

  .our_services-box {
    border-color: #ffffff !important;
    height: 98%;
  }

  .our_services-head {
    color: #ffffff !important;
    font-size: 1em !important;
    font-weight: bold !important;
  }

  .p-4 {
    padding: 0.2em !important;
  }

  .color-primary-text {
    font-size: 0.6em;
    text-align: center;
  }

  .color-primary-textPromise {
    font-size: 1em;

  }

  .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 293px;
  }

  .hero-aside h3 {
    font-size: 20px;
    color: #000;
    border-radius: 4px;
    padding: 5px 8px;
    display: inline-block;
    font-weight: bold;
  }

  .hero-aside h4 {
    font-size: 15px;
    color: #000;
   /*border-radius: 4px;
    padding: 5px 8px;*/
    display: inline-block;
    /* font-weight: 700; */
  }

  .banner-img-lg {
    display: block;
  }

  .hero-form {
    /*  border: 2px solid #e94572;*/
    order: 3;
  }
  .owl-dots {
    display: none;
  }
  /* Display arrows */
  .owl-nav {
    display: block;
  }

  /* Style the navigation buttons */
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.3);
}

  .owl-nav .owl-prev {
    left: 10px;
  }

  .owl-nav .owl-next {
    right: 10px;
  }

  /* Ensure the columns stack vertically on mobile */
  .hero .row {
    flex-direction: column;
  }

  .hero-aside {
    margin-bottom: 20px;
    order: 2;
  }
  .mrgspace{
  padding: 0rem .2rem;
}

  /* Ensure the "Free Consultation," "Free USG Scan," and "Zero Cost EMI" sections display horizontally on mobile */
  .hero-aside .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-aside .col-md-4 {
    border-right: none;
   /* padding: 5px 0;*/
    flex: 1;
    text-align: center;
  }

  .banner-img-lg {
    display: block;
    order: 1;
  }
  .ourservicesimg {
    display: none;
  }

  .service-grid .service-card {
    border-color: #ffffff !important;
    height: 100px;
    width: 118px;
  }

  .color-primary {
    color: #e94572 !important;
  }

  .owl-carousel .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #fff;
  }
  
  .rightborder {
  position: relative;

}

.rightborder::after {
  content: ""; 
  position: absolute; 
  right: 0; 
  top: 0;
  bottom: 0; 
  width: 1px;
  background-color: #e94572;
}

  .IVF_img {
	  
    width: 90% !important;
 margin-left: 1em !important;
  }

  .color-primarymb {
    color: #e94572 !important;
  }

  .mbv {
    font-size: 1.3em;
  }
 
  .WhatsAppimg{
    display: none;
  }

  .font-weight-bold{
    margin-left: -1em !important;
    font-size: 0.7em !important;
    font-weight: 800 !important;
  }
  
}

.formhead{
  color:#e61b39;
  font-size: 0.8em;
  font-weight: bold;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* color: #565656!important; */
}

input::placeholder {
  color: #e94572;
}

.service-description {
  color: #ffff;
}

.ourservicesimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rightborder {
  border-right: 1px solid #e94572 !important;

}
.r-border{
	    border-left: 2px solid #e94572;
}
.rightborder1 {
  border-right: 4px solid #000;
}

.our_services-head {
    color: #ffffff;
    font-weight: bold;
  }

 .align-self-center {
  align-self: center !important;
  text-align: right;
}

/* For input elements */
input::placeholder {
  color: var(--bs-body-color);
  opacity: 1; /* Ensures the color is not faded */
}

/* For select elements */
select::placeholder {
  color: var(--bs-body-color);
  opacity: 1; /* Ensures the color is not faded */
}

/* Apply to other input types if needed */
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder {
  color: var(--bs-body-color);
  opacity: 1; /* Ensures the color is not faded */
}

.hide-web {
  display: none;
}

.numberbold{
  color:#e61b39;
  font-weight: bold;
}

.equalpadding{
	padding: .375rem 2.25rem .375rem .75rem !important;
}

.font-small{
  font-size: 1em;
  font-weight: 500;
  color:rgb(229 66 113);
}

.fnt_size{
  font-size: 0.9em;
  font-weight: bold;
}

.font-weight-bold{
  margin-left: -3em;
  font-size: 1.1em;
  font-weight: bold;
}

.mrgspace{
  padding: 1em;
}


.ptag{
	    margin-left: 13px;
  font-size: 12px;
}
.single-line {
  display: flex;
  align-items: center;
}

.hiden-web{
 display: none;
}

.fntclr{
  color:#4d2e81;
}