

:root {
  /* --primary-color: #65265F; */
  --primary-color: #6c3521;
  --secondary-color: #2974b9;
  --sub-title-one: #33252B;
  --sub-title-two: #2D2928;
  --sub-title-three: #65265F;
  --footer-text-color: #FDFFFC;
  --doctor-section-background: #FCE2ED;
  --secondary-color-alternative: #F5BEDA;
  --body-font: "helvetica";
  --font-light: "helvetica-light";
  --font-bold: "helvetica-bold";
  --heading-font: 'DAGGERSQUARE', sans-serif;
  --other-heading: 'Segoe Pro Bold', sans-serif;
  /* --secondary-heading-font: 'DAGGERSQUARE', sans-serif; */
  --border-radius: 8px;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-size: 15px !important; */
  /* overflow-x: hidden; */
}


body {
  font-family: "Montserrat" !important;
  color: #111;
  background:  #F5F5F5;
  /* background-color: antiquewhite; */
  /* border-top: 5rem solid #bee10d; */
}
.service-boxfont{color: white;
font-size: 12px !important;
}

/* ****** */
/* NAVBAR */
/* ****** */
/* .navbar {
  padding: 1.6rem !important;
  position: relative;
  z-index: 2;
  height: 60px;
} */


.bg-light {
  background-color: #fff !important;
}

.logo-img {
  width: 11rem !important;
  height: 11rem !important;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
}

.nav-link:link,
.nav-link:visited {
  /* color: white !important; */
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.2rem;
  padding-left: 2.4rem !important;
  /* height: 18px; */

  /* transition: all 1s; */
}



.nav-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.fa-user,
.fa-user-plus {
  font-size: 14px;
}

/* .navbar-nav {
  align-items: center;
  justify-content: center;
} */

/********/
/* HERO */
/********/

.hero-img-box {
  background-image: url("./imgs/hero.png");
  /* background-color: antiquewhite; */
  background-size: cover;
  height: 80vh;
}

.hero-img {
  width: 100%;
  height: 80vh;
}

.text-box {
  /* position: relative; */
}

.hero-text {
  position: absolute;
  top: 45%;
  right: 35%;
  color: #fff;
  font-size: 6.6rem;
  font-family: "Montserrat" !important;
  line-height: 1;
}

.buttons {
  display: flex;
  gap: 1.2rem;
}

.btn-success {
  font-size: 1.2rem;
  padding: 1.2rem 2.4rem;
  background-color: #bee10d;
  color: #111;
  border: #bee10d;
  /* position: absolute; */
  /* top: 0; */
}

.buttons button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.btn-text {
  font-size: 1.2rem;
  font-weight: 600;
}


/* why choose us section */


.why-choose-us-card {
  padding: 18px 22px;
  /* min-height: 245px; */
}



/********************/
/* Features Section */
/********************/



.feature-main {
  /* height: 45vh; */
  background-image: url("./imgs/features-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.features-text {
  font-family: "Montserrat" !important;
  font-size: 4rem;
  letter-spacing: -1.4px;
  margin-bottom: 0px;
  font-weight: 500;
}

.features-section h2 {
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: -1.6px;
}
.feature-heading {
  /* font-size: 1.8rem; */
  font-weight: 50px;
  font-size: 22px !important;
  font-weight: bold;
  color: white;
}

.feature-box {
  /* height: 350%; */
}

.feature-heading-box {
  /* margin-bottom: 1.8rem; */
  font-size: 3.4rem;
  line-height: 1;
}

.title-demo{
  font-size: 800px;
}
.feature-heading-box p,
.feature-heading h2 {
  /* font-family: "Anek Malayalam", sans-serif; */
  font-weight: 700;
}

.feature-heading-box p {
  font-size: 4.4rem;
}

.feature-heading-box h2 {
  font-size: 4.4rem;
}

.feature-img {
  width: 100%;
}

.achievements .card-body{
  min-height: 112px!important;
}


.f-col {
  /* align-self: center !important;
    justify-self: center !important; */
  /* display: flex !important; */
  padding-top: 0rem !important;
  align-items: center !important;
  justify-content: center !important;
  /* gap: 12px; */
}

.features-img-box {
  /* transform: rotate(45deg); */
  /* align-items: stretch; */
  /* height: 40vh;
     */
  /* background-image: url("/imgs/features-img.png"); */
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.feature-icon-back {
  padding: 0.9rem 0em;
  background-color: #243d65;
  border-radius: 5px;
  /* transform: rotate(45deg); */
}

.features-img-box .row p {
  font-family: "Montserrat" !important;
  font-size: 2rem;
  color: #fff;
  margin-left: 6.4rem;
  line-height: 1;
  /* col */
}

.row {
  height: 100%;
  /* padding-top: 3rem !important; */
  /* gap: 0.4rem; */
}

.p-5 {
  padding: 1.4rem 2, 4rem !important;
}

.features-img {
  width: 100%;
}

.feature-text {
  /* line-height: ; */
  padding: 1.2rem;
  border-left: 1px solid #bee10d;
  font-size: 1.4rem !important;
  color: #fff;
  /* background-image: url("/imgs/features-img.png"); */
}

.y-alpha {
  font-family: "Montserrat" !important;
  font-size: 9.8rem;
  font-weight: normal;
}
.contact-details{
    margin-top: 150px;
}

.feature-icon {
  width: 24px;
  height: 24px;
  /* margin-top: 12px; */
  /* transform: rotate(-45deg); */
}

.col-1 {
  display: flex;
  justify-content: center;
  padding: 0;
}

.gap {
  gap: 0.8rem;
}

/* .feature-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
} */

.demo {
  background-color: #515151;
}

.service-font {
  font-size: 30px !important;
  color: var(--primary-color);
}


.service-font-one {
  font-size: 30px !important;
}
.profile-font{
  font-size: 30px !important;
}
.testimonial-font {
  font-size: 30px !important;
}

.service_bg {
  background-color: #515151;
  height: 350px;
}

.login-font {
  font-size: 20px !important;
}

/* .card{
  width: 1000px;
  height: 350px;
} */
/* .hero-image-service {
  background-image: url("/images/cta-img.png");
  background-color: #cccccc;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image-service-one {
  background-image: url("/images/cta-img.png");
  background-color: #cccccc;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} */
.hero-image {
  background-image: url("/images/bg_1.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.login-image {
  background-image: url("/images/cta-img.png");
  background-color: #cccccc;
  /* height: 650px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

 

.login-image {
  background-image: url("/images/cta-img.png");
  background-color: #cccccc;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.heading_one {
  padding-top: 150px;
  color: black;
  padding-left: 20px;
  font-size: 40px !important;
}

.button1 {
  background-color: #e5e10c;
  height: 38px;
  width: 120px;
  color: black;
}

.underline {
  /* background-image: linear-gradient(to right, var(--primary-color) 50%, var(--secondary-color) 50%); */
  background-image: linear-gradient(to right, var(--primary-color) 100%, var(--secondary-color) 50%);
  background-position: 50%;
  background-size: 20% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}

.underline6 {
   background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position: 50%;
  background-size: 20% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}
.underline7 {
   background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position: 50%;
  background-size: 20% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}

.underline1 {
  background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position: 2% 40%;
  background-size: 20% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}

.underline10 {
  background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position: 2% 40%;
  background-size: 20% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}

.underline8 {
   background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position: 50% 40%;
  background-size: 20% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}

.underline2 {
   background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position: 50%;
  background-size: 35% 1.5px;
  background-repeat: no-repeat;
  padding: 1px;
  /* margin-bottom: 15px; */
}

.underline3 {
   background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position:  50%;
  background-size: 50% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}

.underline4 {
   background-image: linear-gradient(to right, #243d65 50%, #6c3521 50%);
  background-position: 2%;
  background-size: 35% 1.5px;
  background-repeat: no-repeat;
  padding: 3px;
}

.button2 {
  background-color: var(--primary-color);
  height: 38px;
  width: 120px;
  color: white;
  font-size: 15px;
  /* margin-left: 20px; */
}

.button2:hover {
  background-color: var(--primary-color);
  height: 38px;
  width: 120px;
  color: white;
  font-size: 15px;
}


.login-btn {
  background-color: #243d65;
  height: 48px;
  width: 140px;
  color: white;
  font-size: 15px;
}

.login-btn:hover {
  color: white;
}

.icon-size {
  font-size: 30px !important;
}

.btn_one {
  background-color: #FFD80B;
  height: 48px;
  width: 160px;
  color: #243d65;
  font-size: 15px;
  font-style: bold;
}

.text-container {
  /* background: linear-gradient(to right, white 50%, blue 50%); */
  display: inline-block;
}

.white-text {
  color: grey;
}

.blue-text {
  color: #243d65;
}

/* .navbar .navbar-toggler[aria-expanded="true"] {
  color: white !important;
}

.navbar .navbar-toggler:focus {
  color: white !important;
} */


/***********************/
/* Testimonial Section */
/***********************/

.testimonial-section {
  /* margin-top: 11rem; */
  position: relative;
}

/* .testimonial {
  background-image: url("/imgs/testimonial-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
} */

.test-heading {
  color: #555;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5.6rem;
}

/* .testimonial-img {
  width: 32%;
  transform: translate(15px, -37px);
} */

/* .testimonial-box {
  height: 40vh;
  width: 40vw;
  background-color: #778e00;
  transform: translate(370px, -250px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.2rem;
} */

.testimonial-box p {}

.testimonial-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 100;
  padding: 5.4rem 1.2rem;
  /* background-color: #444; */
  /* border-left: 2px solid #fff; */
}

.europe {
  font-size: 6.4rem;
  color: #c4c4c4;
  position: absolute;
  top: 0;
  transform: translate(465px, 90px);
  position: relative;
}

*/

/***************/
/* CTA Section */
/***************/
.cta-section {}

.cta {
  background-image: linear-gradient(#768e003e, #768e003e),
    url("./imgs/cta-img.png");

  /* height: 50vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #778e00;
  height: 100%;
  padding: 2.4rem;
  width: 100%;

  /* margin-top: 3.2rem; */
}

.cta-img {
  /* height: ; */
}

.cta-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.cta-heading {
  font-size: 3.2rem;
  /* background-color: #555; */
  /* padding: 0 20rem; */
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #bee10d;
}

.cta-text {
  font-size: 1.8rem;
}

.cta-hr {
  /* border-bottom: 3px solid #bee10d; */
}

.email-box {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 2.2rem;
}

.email {
  font-size: 1.6rem;
  /* border-radius: 3px; */
  padding: 0.8rem 0.8rem;
}

.email-btn {
  border-radius: 6px;
  padding: 0.6rem 1.5rem;
  font-size: 1.6rem;
  background-color: #fff;
  color: #111;
  border: none;
}

.img-box {
  margin-top: 15rem !important;
  display: flex;
}

.illus-img {
  width: 26rem;
}

.illus-display {
  display: none;
}

.img-box-2 {
  margin-top: 15rem !important;
}

.illus-img-2 {
  width: 26rem;
}

/* 16 / 24 / 32 / 48 */
/**********/
/* FOOTER */
/**********/
.footer {
  font-family: "Montserrat" !important;
  padding: 2.4rem;
  /* margin-top:0px; */
}

.carousel-item img {
  height: 550px;
}


.grid-5-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 7.8rem;
}

.contact-text {
  font-size: 1.4rem;
}

.contact-us-heading {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  margin-top: 2.4rem;
}

.pop-heading {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #243d65;
}

.pop-list {
  list-style: none;
  line-height: 1.6;
}

.pop-list-links:link,
.pop-list-links:visited {
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
}

.pop-list-links:hover,
.pop-list-links:active {
  font-size: 1rem;
  text-decoration: none;
  color: rgb(44, 44, 44);
}

/* .col-md-1 {

  box-shadow: inset 1px 0px 0px 0px #243d65;
  height: 250px;
  margin-top: 10px;
} */


.social-media-icon {
  font-size: 3.1rem;
}

.footer-address p {
  color: #111;
}

.footer-logo {
  height: 130px;
  /* width: 90px; */
}

.copyright {
  font-weight: 400;
  font-size: 1rem;
  /* margin-top: 8.6rem; */
}

.social-media-box a{
  text-decoration: none;
}


/**************************************************** ABOUT-US ********************************************************/
/********/
/* HERO */
/********/
.about-us-info {
  padding: 50px 30px 0px 30px;
}

.contact-us-info {
  padding: 20px 50px 0px 50px;
}

.director-section {
  padding: 0px 35px 0px 35px;
}

.director-info {
  background-color: #f5fcd4;
}

.about-us-hero {
  /* display: grid;
    grid-template-columns: 1fr 2fr; */
  /* align-items: center; */
}

.about-us-hero-text {
  /* color: ; */
  background-color: #98b507;
  display: flex;
  align-items: center;
  border: 48px solid #98bc00;
}

.about-us-hero-text h2 {
  font-size: 6.2rem;
  color: #fff;
  font-weight: 600;
  margin-left: 1.6rem;
}

.about-us-hero-img {
  height: 50vh;
  /* background-image: url("/imgs/about-us-hero.png"); */
  /* background-size: cover;
    background-repeat: no-repeat; */
  /* width: 100%; */
  /* order: 1; */
  /* height: auto; */
  /* background-color: #555; */
}

.about-hero-img {
  width: 100%;
  height: 100%;
}

.about-us-container {
  background-color: #f5fcd4;
  padding: 0rem 3.2rem;
  padding-top: 5.4rem;
  padding-bottom: 1.6rem;
  /* height: 120px; */
  /* display: grid;
    grid-template-columns: 1fr 4fr;
    font-family: "Montserrat", sans-serif;
    column-gap: 3.4rem; */
}

.about-us-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 150px;
}

.about-us-image-text {
  font-size: 3rem;
  font-weight: 600;
  color: #949494;
}

.about-us-text-box {
  padding: 1.2rem;
}

.about-us-text {
  font-size: 1.4rem;
  /* text-align: end; */
}

.about-us-text:last-child {
  margin-top: 2.2rem;
}

.logo-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  row-gap: 1.2rem;
}

/* MD Section */
.md-box {
  background-color: #f5fcd4;
  font-family: "Montserrat" !important;
}

.md-heading-box {
  background-color: #9dbc00;
  border-radius: 1px;
  color: #fff;
  padding: 1.2rem 4.8rem;
  line-height: 1.2;
  font-family: "Montserrat" !important;
}

.md-heading {
  font-size: 2.8rem;
}

.md-author {
  font-size: 1.4rem;
}

.md-text-box {
  font-size: 2rem;
  padding: 4.4rem 4.8rem;
}

.md-text {
  /* line-height: 2; */
}

/* **************************************************** CONTACT US *******************************************************/
.contact-form-address{
  padding: 10px 20px;
}

.address-details{
  min-height:85px;
}


.contact-form-address h6{
  color: var(--primary-color);
}

.contact-form-address a {
  text-decoration: none;
  color: var(--primary-color);
}


.contact-us-main {
  background-color: #98b507;
  /* height: 800px; */
  border: 32px solid #98bc00;
  font-family: "Montserrat" !important;
}

.input-label{
  padding: 10px 0px;
}

/* .contact-us-box {
    display: grid;
  } */
/* .contact-us-form {
  padding-right: 13rem !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  gap: 7.4rem !important;
} */

/* .input-label {
  font-size: 1.3rem;
  color: #fff;
} */

/* .form-group {
  margin-top: 2.8rem !important;
}

.form-group:first-child {
  margin: 0 !important;
}

.form-control {
  padding: 1rem 0.75rem !important;
  box-shadow: 0px 0.2px 15.6px -6.9px;
} */

.btn-custom {
  /* padding: 0.5rem 2.2rem !important;
  font-weight: 600; */
  background-color:white;
  font-size: 1rem;
}

.contact-us-map {}

.contact-heading {
  font-size: 1.4rem;
  color: #fff;
}

.contact-text {
  font-size: 1.3rem;
  color: #fff;
}

.contact-footer-box {
  /* display: grid;
      grid-template-columns: 1fr 10fr; */
}

.icon-box {
  /* gap: 5.2rem; */
}

.contact-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.testimonial {
  padding-left: 30px;
  padding-right: 30px;
  background-image: linear-gradient(rgba(134, 134, 134, 0.4),
      rgba(134, 134, 134, 0.4));
  /* background-image: #dfdfdf; */
}

.testimonial-section {
  background-color: #999;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("./imgs/ziggy-stone-sk3YNizcLKY-unsplash\ \(1\).jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;

  /* position: absolute;
    top: 17px; */
  padding-top: 30.5rem;
}

.testimonial-heading {
  font-size: 3.2rem;
  /* text-transform: uppercase; */
  /* font-weight: 600; */
  color: #515151;
  padding-top: 3.2rem;
  position: absolute;
  right: 43%;
  padding-top: 30px 0px;
  color: #fff;
  line-height: 1;
  z-index: 100;
}

.t-section {
  /* min-height: 600px; */
}

.testimonial-img img {
  border-radius: 26px;
  height: 250px;
  width: 400px;
  position: relative;
  top: 60%;
  right: -10%;
  bottom: 50%;
}

.testimonial-title {
  position: absolute;
  right: 0%;
  top: 17px;
  left: 34%;
  z-index: 16;
  /* font-size: 50px; */
  color: #e2e2e2;
  /* font-weight: 700; */
  font-family: "Montserrat" !important;
  letter-spacing: -0.02em;
  line-height: 31px;
  font-size: 80px;
}

.testimonial-info {
  margin-top: 0px;
  /* background-color: #778e00;
    background-image: linear-gradient(#99b800, #88a300, #778e00); */
  position: relative;
  right: 28%;
  /* top: 137px; */
  bottom: 270px;
  left: 50%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 40px;
  text-align: left;
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  /* line-height: 22px; */
  letter-spacing: -0.02em;
  width: 600px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* text-justify: initial; */
}

.members-icon {
  width: 74px;
}

.payment-partner-icon {
  width: 50px;
}

.testimonial-info-text {
  font-size: inherit;
}

.testimonial-info-sub {
  border-left: 2px solid #fff;
  font-size: 1.7rem;
  position: relative;
  right: 17%;
  top: 137px;
  bottom: 270px;
  left: 67%;
  top: -53%;
}

.testimonial-res {
  display: none;
}

.testimonial-res-text {
  font-size: 1.4rem;
  margin-top: 1.8rem;
  margin-bottom: 0px;
}

.testimonial-res-author {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0rem;
}

.wh-float {
  /* float: right; */
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 1px 10px rgba(27, 27, 27, 0.397);
  z-index: 100;
}

.my-float {
  margin-top: 16px;
  font-size: 2.9rem;
}

.vl {
  border-left: 2px solid #243d65;
  height: 300px;
}

.bg5 {
  background-color: rgb(250, 244, 244);
}