@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --dark-green: #3fa985;
  --dark-blue-Bg: #0f75bc;
  --card-green: #f5fbf9;
  --blue-heading: #1f83c6;
  --gray-heading: #423e3e;
  --gray-border-color: #eaeaea;
  --gray-light-heading: #363636;
  --white: #ffffff;
  --black: #000000;
  --card-light-bg: #f5fbf9;
  --text-one-color: #848181;
  --icon-box-color-BG: #edf2f9;
  --footer-bottom-BG: #273039;
  /* --heading-color: #000000; */
  --font-Libre-Baskerville: "Libre Baskerville", serif;
  --font-Lato: "Lato", sans-serif;
}
/* Heading CSS START  */
h1 {
  font-size: 52px;
 
}
h2 {
  font-size: 42px;
  font-family: "Libre Baskerville", serif;
}
h3 {
  font-size: 32px;
  font-family: "Libre Baskerville", serif;
}
h4 {
  font-size: 25px;
  font-family: "Libre Baskerville", serif;
}
h5 {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
}
h6 {
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
}
/* Heading CSS CLOSE  */

/* BUTTON CSS START  */
a.button1 {
  transition: 0.5s;
  color: var(--black);
  background-color: var(--dark-green);
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
}
a.button1:hover {
  transition: 0.5s;
  color: var(--black);
  background-color: var(--light-green);
}
a.button2 {
  display: inline-block;
  transition: 0.5s;
  color: var(--white);
  background-color: var(--dark-blue-Bg);
  border-radius: 50px;
  padding: 13px 50px 13px;
  font-size: 15px;
  text-transform: uppercase;
}
a.button2:hover {
  transition: 0.5s;
  color: var(--white);
  background-color: var(--dark-green);
}
a.button3 {
  transition: 0.5s;
  color: var(--black);
  background-color: var(--white);
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 15px;
}
a.button3:hover {
  transition: 0.5s;
  color: var(--black);
  background-color: var(--light-green);
}
/* BUTTON CSS CLOSE  */

::-webkit-scrollbar {
  width: 10px;
}
html {
  scroll-behavior: smooth !important;
}
/* Track  */
::-webkit-scrollbar-track {
  background: var(--white);
}

/* / Handle / */
::-webkit-scrollbar-thumb {
  background: var(--dark-green);
  border-radius: 20px;
}

/* / Handle on hover / */
::-webkit-scrollbar-thumb:hover {
  background: var(--dark-green);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Libre-Baskerville);
  margin-bottom: 0 ;
}

p {
  font-family: var(--font-Lato);
  margin-bottom: 0 ;
}

a {
  font-family: var(--font-Lato);
  /* color: var(--white) !important; */
  text-decoration: none;
}

ul {
  margin-bottom: 0 ;
  padding-left: 0rem;
  font-family: var(--font-Lato);
}

ul li {
  list-style: none;
  font-family: var(--font-Lato);
}

/*  header style */

header.header-section {
  padding: 20px 0px 20px;
  position: absolute;
  width: 100%;
  top: 0;
  background: var(--white) !important;
  z-index: 2;
}

.navbar-brand {
  width: 22% !important;
  margin-right: 0 !important;
  padding: 0 !important;
  z-index: 2;
}
.navbar a img {
  width: 15%;
  display: block;
  position: absolute;
  top: -20px;
  z-index: 3;
}
.navbar-nav .nav-item {
  padding: 0 20px !important;
}
.navbar-nav .nav-item .nav-link {
  color: var(--nav-link-color) !important;
  font-family: var(--font-Lato);
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--dark-blue-Bg) !important;
}

.navbar-nav .nav-item a.nav-link.active {
  color: var(--dark-blue-Bg) !important;
  border-bottom: 3px solid var(--blue-heading);
  line-height: 40px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
ul.navbar-nav.navbar-bg-color {
  align-items: center;
  justify-content: center !important;
  z-index: 2;
}
.navbar-bg-color {
  background-color: var(--white);
  width: 65% !important;
}
.header-Contact {
  background-color: var(--dark-green);
  padding: 18px 20px 18px 20px;
  margin-top: 6% !important;
  width: 25%;
}
.header-Contact ul li a {
  font-family: var(--font-Poppins);
  font-size: 20px;
  font-weight: 600;
}
button.navbar-toggler {
  background-color: var(--dark-green);
}
button.navbar-toggler:hover {
  background-color: var(--light-green);
}
.right-header {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
/*  */
/* banner section */
.innerbanner h1{
text-transform: uppercase;
font-weight: 600;
color: var(--dark-green);
}

.banner-section {
  padding: 270px 0 120px;
  background-image: url("../img/banner-min.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right;
  position: relative;
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/Bg-Overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  opacity: 0.99;
}
.banner-section::after {
  content: "";
  position: absolute;
  bottom: -52px;
  right: 0;
  height: 38%;
  width: 15%;
  background-image: url("../img/banner-bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 3;
}

.banner-content {
  position: relative;
  /* z-index: 2; */
}
.banner-content h1 {
  width: 90%;
  font-size: 45px;
}
.banner-content h1 span {
  font-weight: 600;
  font-size: 69px;
}
.banner-content p {
  font-size: 18px;
  font-weight: 700;
  width: 72%;
  text-transform: capitalize;
  padding: 20px 0 30px;
}
.button-container .btn-green {
  padding: 16px 30px;
  background: var(--dark-green);
  color: var(--white);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-right: 22px;
}
.button-container .btn-green:hover {
  padding: 16px 30px;
  background: var(--dark-blue-Bg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button-container .btn-green i {
  padding-right: 7px;
}
.button-container .btn-blue {
  padding: 16px 30px;
  background: var(--dark-blue-Bg);
  color: var(--white);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.button-container .btn-blue:hover {
  padding: 16px 30px;
  background: var(--dark-green);
  color: var(--white);
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button-container .btn-blue i {
  padding-right: 7px;
}

/* banner section end*/

/* about section */
.about-us-section {
  padding: 50px 0;
}
.about-content h2 {
  color: var(--gray-heading);
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
.about-content h2 span {
  color: var(--dark-blue-Bg);
}
.picture-sec{
  position: relative;
}
.picture-sec img,.picture-sec video{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px 25px 25px 25px;
  object-fit: cover;
}

.picture-sec::before {
  content: "";
  background-image: url("../img/about-one.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  left: -13px;
  width: 120px;
  height: 120px;
  z-index: 1;
}
.picture-sec::after {
  content: "";
  background-image: url("../img/about-three.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -90px;
  right: -99px;
  width: 170px;
  height: 250px;
}
.about-team-content h3 {
  color: var(--gray-heading);
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
.about-team-content h4 {
  color: var(--gray-heading);
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-Lato);
  line-height: 50px;
}
.about-team-content h5 {
  color: var(--gray-heading);
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font-Lato);
  line-height: 50px;
}
.about-team-content .para-one {
  color: var(--text-one-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-Lato);
  line-height: 30px;
  text-transform: capitalize;
  word-spacing: 1.5px;
  width: 90%;
  padding-bottom: 15px;
  text-align: justify;
}
.about-team-content .para-two {
  color: var(--text-one-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-Lato);
  line-height: 30px;
  text-transform: capitalize;
  word-spacing: 1.5px;
  width: 90%;
  padding: 20px 0 25px;
}
.about-team-content .para-three {
  color: var(--text-one-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-Lato);
  line-height: 30px;
  text-transform: capitalize;
  word-spacing: 1.5px;
  width: 84%;
  padding: 0px 0 25px;
}
.unorder-style {
  margin-left: 10px;
}
.unorder-style li {
  list-style: disc;
  color: var(--text-one-color);
  line-height: 30px;
}
.about-team-content .btn-green {
  padding: 12px 0px;
  background: var(--dark-green);
  color: var(--white);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin: 45px 0 0;
  width: 35%;
}
.about-team-content .btn-green:hover {
  background: var(--dark-blue-Bg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* about section end */

/* Analysis */
.our-analysis {
  padding: 20px 0 100px;
}
.heading-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading-content h3 {
  font-size: 30px;
  font-weight: 700;
}
.analysis-heading-content > h3 {
  font-family: var(--font-Lato);
  font-size: 20px;
  text-transform: uppercase;
  color: #8481819e;
  letter-spacing: 1.9px;
}
.heading-content span.bodr {
  border: 1.85px solid var(--gray-border-color);
  width: 70%;
}
span.arrow {
  border: 4px solid var(--gray-border-color);
  padding: 17px 17px 13px;
  border-radius: 50px;
  cursor: pointer;
}

span.arrow i {
  font-size: 22px;
  color: var(--blue-heading);
  font-weight: 700;
}

.card-box {
  border: 2px solid var(--gray-border-color);
  padding: 25px 20px 35px;
  border-radius: 15px;
  background-color: var(--card-green);
  transition: all 0.4s ease-in;
}
.card-box h4 {
  font-family: var(--font-Lato);
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 15px;
}
.card-box p {
  font-size: 16px;
  text-align: justify;
  text-transform: capitalize;
  padding-bottom: 22px;
  color: var(--text-one-color);
  padding-right: 40px;
}
.button-content {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  gap: 0 10px;
}
.button-content-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 65px 0;
}
.button-content-info a {
  color: var(--blue-heading);
}
.button-content-info:hover a {
  color: var(--white);
}



.arrow-btn {
  border: 4px solid var(--gray-border-color);
  padding: 10px 11px 8px;
  border-radius: 50px;
}
.arrow-btn i {
  font-size: 20px;
  color: var(--blue-heading);
}
.button-content .read-more {
  color: var(--dark-green);
  border-bottom: 4px solid var(--gray-border-color);
  padding: 0px 20px 4px 0;
  margin: 0 0 25px 0;
}
.main-card-row {
  gap: 20px 10px;
  padding-top: 22px;
}
.main-card-row .col-lg-4 {
  width: 32.333333%;
}
/* card-box hover */
.card-box:hover {
  background: var(--blue-heading);
  border-color: var(--blue-heading);
  transition: all 0.4s ease-in;
  cursor: pointer;
  box-shadow: 0 4px 10px var(--text-one-color);
}
.card-box:hover h4,
.card-box:hover p,
.card-box:hover .arrow-btn i,
.card-box:hover .button-content a,
.card-box:hover .button-content .read-more
 {
  color: var(--white);
}

/* Analysis and*/

/* healthy */
.healthy-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.blue-img::before {
  content: "";
  background-image: url("../img/five-dotsDecor.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 14%;
  height: 100px;
  top: 5%;
  left: 32%;
  scale: 1.2;
}

.healthy-img-content {
  position: relative;
}
.blue-img {
  padding: 0;
}
.healthy-team-content h3 {
  color: var(--gray-heading);
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  width: 49%;
}
.healthy-team-content h4 {
  color: var(--gray-heading);
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-Lato);
  line-height: 50px;
  word-spacing: 5px;
}

.healthy-team-content .para-one {
  color: var(--text-one-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-Lato);
  line-height: 30px;
  text-transform: capitalize;
  word-spacing: 1.5px;
  width: 61%;
  padding-bottom: 15px;
  text-align: justify;
}

.healthy-team-content .para-three {
  color: var(--text-one-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-Lato);
  line-height: 30px;
  text-transform: capitalize;
  word-spacing: 1.5px;
  width: 84%;
  padding: 0px 0 25px;
}
.unorder-style {
  margin-left: 10px;
}
.unorder-style li {
  list-style: disc;
  color: var(--text-one-color);
  line-height: 30px;
}
.healthy-team-content .btn-green {
  padding: 18px 0px;
  background: var(--dark-green);
  color: var(--white);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin: 35px 0 0;
  width: 28%;
}
.healthy-team-content .btn-green:hover {
  background: var(--dark-blue-Bg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* .blue-img::before {
  content: '';
  background-image: url('../img/blue-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  left: 0;
  height: 100%;
  width: 40%;
} */
.old-men {
  position: absolute;
  top: 120px;
  left: 150px;
  width: 70%;
}
ul.social-icon {
  display: flex;
  gap: 20px;
  padding: 60px 0;
}
ul.social-icon li span i {
  font-size: 24px;
  border: 4px solid var(--gray-border-color);
  padding: 17px 20px;
  border-radius: 50px;
  color: var(--gray-heading);
}
ul.social-icon li span:hover i {
  color: var(--blue-heading);
  cursor: pointer;
}
/* healthy end*/

/* why choose us */
.why-heading-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose-heading-content {
  padding-bottom: 70px;
}
.why-heading-content h3 {
  font-size: 30px;
  font-weight: 700;
}
.choose-heading-content > h3 {
  font-family: var(--font-Lato);
  font-size: 20px;
  text-transform: uppercase;
  color: #8481819e;
  letter-spacing: 1.9px;
}
.why-heading-content span.bodr {
  border: 1.85px solid var(--gray-border-color);
  width: 70%;
}
.why-heading-content span.arrow {
  border: 4px solid var(--gray-border-color);
  padding: 17px 17px 13px;
  border-radius: 50px;
  cursor: pointer;
}
.spacing-zreo {
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
.why-choose-us {
  padding: 50px 0;
}
.why-heading-contentspan .arrow i {
  font-size: 22px;
  color: var(--blue-heading);
  font-weight: 700;
}
.choose-us-content-img {
  text-align: end;
}
.choose-us-content-img img {
  width: 100%;
  height: 1081px;
  object-fit: cover;
  object-position: center;
  border-radius: 90px 0 0 25px;
}
.choose-us-content-img::before {
  content: "";
  background-image: url("../img/six-dots-Decor.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 34%;
  height: 100px;
  left: 35%;
  scale: 1.2;
}
.image-box-content {
  position: relative;
  left: 100px;
}
.image-box-content .main {
  display: flex;
  align-items: center;
  padding: 35px 20px;
  background: var(--icon-box-color-BG);
  margin: 40px 0;
  border-radius: 20px 25px 90px 20px;
  margin-left: 35px;
}
.main-image {
  padding: 0 30px 0 10px;
  border-right: 1px solid var(--gray-heading);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.main-image img {
  width: 70px;
  height: 70px;
}
.image-box-content .main .content {
  padding-left: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.image-box-content .main .hover-style {
  display: none;
}
.image-box-content .main:hover {
  background: var(--blue-heading);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-box-content .main:hover .hover-style {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.image-box-content .main:hover .with-out-hover {
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.image-box-content .main:hover .content h4,
.image-box-content .main:hover .content p {
  color: var(--white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.image-box-content .main:hover .main-image {
  border-right-color: var(--white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* why choose us end*/

/* testimonials */

.testimonials-content h4 {
  color: var(--pink) !important;
  font-family: var(--font-Cardo) !important;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 10px;
}

.testimonials-content h3 {
  font-family: var(--font-Cardo);
  font-weight: 700;
  font-size: 43px;
  padding-bottom: 15px;
}

.testimonials-content p {
  color: var(--text-one-color);
  font-family: var(--font-Poppins);
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px;
  padding-bottom: 15px;
  text-align: center;
  display: block;
  width: 68%;
  margin: 0 auto;
}

.testimonials-section {
  padding: 100px 0;
  background-image: url("../img/testimonials-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 100vh;
  width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial {
  position: relative;
  width: 100%;
  padding: 20px 0 100px 0px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial .image {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}

.slide p {
  text-align: left;
  padding: 0 0px 20px 0px;
  font-size: 15px;
  font-weight: 400;
  color: #465668BD;
}

.slide i {
  font-size: 18px;
  color: #3FA985E5;
}

.slide .details {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 40px;
  padding-left: 20px;
}

.details .name {
  font-size: 18px;
  font-weight: 600;
  font-family: 'lato';
  color: #333;
}

.details .job {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0px;
  color: #423E3E87;
}
.row.testionial-text-section {
  margin: 5px;
  padding:40px  40px ! IMPORTANT;
  background-color: #EDF2F9C7 !important;
  border-radius: 25px 25px 100px 25px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 40px !important;
  text-align: left;
}
span.swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  margin-left: 20px ! IMPORTANT;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  outline-offset: 5px;
outline: 10px solid #1F83C61C;
}
/* testimonials end*/

/***** claneder *****/ 

.main-calender {
  background-image:url('/assets/img/appointment.png') !important;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40%;
  background-color: var(--dark-green);
}
.calender-heading.choose-heading-content h3{
  text-transform: lowercase;
   color: var(--white);
}
.calender-heading.choose-heading-content .why-heading-content h3{
  line-height: 50px;
  text-transform: capitalize;
   color: var(--white);
}
.appointment-section{
  background-color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-container {
  background-color: var(--white);
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.row.appointment{
  align-items: center;
}
.form-container input {
  color: var(--black);
  padding: 15px 15px;
  margin-bottom: 25px;
  border-radius: 50px;
  background-color: #F1F5FA;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-color:#F1F5FA ;
}
.form-container input::placeholder{
  color: var(--black);
}
.form-container input:focus {
  outline: none;
  border-color: var(--blue-heading);
  background-color: var(--white);
}
.form-container button {
  width: 100%;
  padding: 22px 0px;
  border: none;
  border-radius: 100px;
  background-color: var(--blue-heading);
  color: var(--white);
  cursor: pointer;
  font-size: 25px ! IMPORTANT;
  font-weight: 600;
}
.form-container button:hover {
  background-color: var(--dark-green);
}
.radio-group {
  margin-bottom: 20px;
}
.radio-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  color: #5A5757;
}
.radio-group input {
  margin-bottom: 0px ! IMPORTANT;
}
button.fc-today-button.fc-button.fc-button-primary {
  display: none;
}
.col-md-4.booking-seciton h4 {
  font-size: 18px ! IMPORTANT;
  font-family: 'Lato' !important;
  color: #5A5757 !important;
  margin-bottom: 20px !important;
}
.fc-button-group button {
  padding: 0px ! IMPORTANT;
  margin-left: 10px !important;
}
.fc-toolbar-chunk h2 {
  font-family: 'Lato' !important;
  color: #828282 !important;
  font-size: 20px ! IMPORTANT;
}
.fc .fc-button .fc-icon {
  font-size: 25px ! IMPORTANT;
  line-height: 15px !important;
}
.fc-button-group button {
  border-color:var(--dark-green) !important;
  padding: 0px 6px !important;
  border-radius: 100px ! IMPORTANT;
  background-color: var(--dark-green) !important;
}
.fc-button-group button:hover {
  border-color:var(--blue-heading) !important;
  padding: 0px 6px !important;
  border-radius: 100px ! IMPORTANT;
  background-color:var(--blue-heading) !important;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-view-harness.fc-view-harness-active a {
  color: black ! IMPORTANT;
}
.fc-daygrid-day-events {
  display: none;
}
.fc-daygrid-day-top {
  justify-content: center;
}
.col-md-4.booking-seciton button {
  margin-top: 50px ! IMPORTANT;
}
/***** End claneder *****/


/* footer-section */
.footer-content .img-fluid {
  max-width: 70%;
}

.footer-content h5 {
  color: var(--white);
  font-family: var(--font-Lato);
  padding: 40px 0 0px;
  font-weight: 600;
  font-size: 25px;
}
section.footer-section ul li a {
  color: var(--white);
  display: flex;
  gap: 12px;
  font-size: 16px;
  padding-bottom: 7px;
  align-items: center;
}
section.footer-section ul li i {
  color: var(--dark-green);
}
.footer-content p {
  font-family: var(--font-Poppins);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-top: 12px;
  color: var(--white);
}
.footer-content .social-icon ul li {
  display: inline-block;
  margin: 40px 12px 80px 0 !important;
}
.footer-content .social-icon ul li a i {
  font-size: 18px;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 8px;
  border-radius: 50px;
}
.footer-content .social-icon ul li a i:hover {
  background-color: var(--dark-green);
  border-color: var(--dark-green);
}
/* .border-style {
  border-bottom: 1px solid var(--white);
} */
.quick-links {
  padding-left: 70px !important;
  padding-top: 20px;
}
.quick-links h2,
.support-center h2,
.icon-list h2 {
  font-family: var(--font-Poppins);
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  padding-bottom: 25px;
}
.quick-links ul li {
  padding-bottom: 7px;
}
.quick-links ul li {
  padding-bottom: 7px;
}
.quick-links ul li:hover a {
  color: var(--dark-green) !important;
}
.footer-section ul li:hover i {
  color: var(--white) !important;
}

.support-center,
.icon-list {
  padding-top: 20px;
}
/* .support-center ul li:hover{
  color: var(--dark-green) !important;
} */
.support-center ul li {
  font-family: var(--font-Poppins);
  color: var(--white);
  padding-bottom: 13px;
  font-size: 16px;
}
.support-center ul li i {
  padding-right: 10px;
  font-size: 18px;
  color: var(--dark-green);
}

.icon-list ul li {
  padding-bottom: 12px;
}
.icon-list ul li a {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 500;
}
 
.icon-list ul li:hover a,.support-center ul li:hover a {
  color: var(--dark-green) !important;
}
.icon-list ul li:hover i {
  color: var(--white) !important;
}
.icon-list ul li a i {
  font-size: 18px;
  color: var(--dark-green);
  width: 15%;
}
.icon-list ul li a span {
  padding: 0 6px 10px 0 !important;
}
.footer-bottom-section {
  background-color: var(--footer-bottom-BG);
  padding: 20px 0;
}
.copy-right-centent,
.copy-right-link {
  padding: 10px 0;
}
.copy-right-centent p {
  color: var(--white) !important;
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.copy-right-link p {
  color: var(--white) !important;
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.copy-right-link p a {
  transition: 0.5s;
  color: var(--dark-green) !important;
  font-weight: 600 !important;
}
.copy-right-link p a:hover {
  transition: 0.5s;
  color: var(--light-green) !important;
}
/* footer-section end */

@media only screen and (max-width: 767px) {
  .navbar-brand {
    width: 70% !important;
  }
  .navbar-bg-color {
    width: 100% !important;
  }

  div#navbarNavDropdown {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
  }
  .navbar a img {
    width: 50%;
  }
  .about-content h2 {
    font-size: 39px;
  }
  .about-team-content h3 {
    text-align: center;
  }
  .about-team-content .para-one {
    width: 100%;
    text-align: center;
  }
  .about-team-content h4 {
    font-size: 18px;
    text-align: center;
  }
  .about-team-content .para-two {
    text-align: center;
    width: 100%;
    padding: 20px 0 25px;
  }
  .about-team-content h5 {
    text-align: center;
  }
  .unorder-style li {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .about-team-content .btn-green {
    padding: 12px 0px;
    font-size: 17px;
    margin: 25px auto 20px;
    width: 45%;
    display: block;
  }
  .about-team-content .para-three {
    width: 100%;
    padding: 0px 0 25px;
    text-align: center;
  }
  .order-1 {
    order: 0 !important;
  }
  .heading-content span.bodr , .why-heading-content span.bodr{
    width: 0%;
  }
  span.arrow {
    padding: 12px 13px 11px;
  }
  .analysis-heading-content > h3 {
    font-size: 15px;
  }
  .main-card-row {
    gap: 20px 0px;
    padding-top: 50px;
  }
  .card-box {
    padding: 20px 10px 20px;
  }
  .card-box p {
    font-size: 14px;
    padding-right: 10px;
  }
  .quick-links {
    padding-left: 0 !important;
  }
  .footer-content .social-icon ul li {
    margin: 15px 0px !important;
  }
  /* .col-12.col-md-6.col-lg-3 {
    padding-bottom: 35px !important;
    padding-top: 20px !important;
  } */
  .copy-right-link p {
    padding-top: 0px !important;
    text-align: left !important;
  }
  .row.bottom-footer {
    padding: 10px 0px 5px 0px !important;
  }
  .main-card-row .col-lg-4 {
    width: 100%;
  }
  .button-content {
    gap: 0 82px;
  }
  .healthy-section {
    padding: 0px 0;
  }
  .about-us-section {
    padding: 40px 0;
  }
  .our-analysis {
    padding: 20px 0 40px;
  }
  .old-men {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 96%;
  }
  .healthy-team-content h3 {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .healthy-team-content h4 {
    text-align: center;
  }
  .healthy-team-content .para-one {
    width: 100%;
    text-align: center;
  }
  .healthy-team-content .para-three {
    width: 100%;
    text-align: center;
  }
  .healthy-team-content .btn-green {
    width: 50%;
    display: block;
    margin: 35px auto 0;
  }
  ul.social-icon {
    justify-content: center;
  }
  .image-box-content {
    position: relative;
    left: 0px;
  }
  .choose-us-content-img::before {
    display: none;
  }
  .slide .details {
    justify-content: left;
    gap: 0px 20px;
  }

  .picture-sec::after{
    display: none;
  }
  .button-content-info{
    padding: 0px ;
  }
  .card-box:hover .button-content-info a {
    color: white;
}
.image-box-content .main{
  margin: 30px 0px;
}
.main-image img {
  object-fit: contain;
}
.choose-heading-content {
  padding-bottom: 20px;
}
.choose-us-content-img {
  padding: 0px 15px ! IMPORTANT;
}
.choose-us-content-img img {
  height: 450px;
  border-radius: 30px !important;
}
.banner-content.aos-init.aos-animate .button-container a {
  margin-bottom: 15px ! IMPORTANT;
}
.testimonials-section{
  padding-top: 20px;
}
.form-container{
  padding: 20px;
}
.row.appointment {
  gap: 30px 0px;
}
.col-md-4.booking-seciton button {
  margin-top: 20px ! IMPORTANT;
}
.main-calender{
  background-size: 0%;
}
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .navbar-brand {
    width: 50% !important;
  }
  .navbar-bg-color {
    width: 100% !important;
  }

  div#navbarNavDropdown {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
  }
  /* .col-12.col-md-12.col-lg-6.right-bottom-footer {
    width: 60% !important;
  }
  .col-12.col-md-12.col-lg-6.left-bottom-footer {
    width: 40% !important;
  } */
  ul.navbar-nav.navbar-bg-color {
    align-items: start;
  }
  ul.navbar-nav.navbar-bg-color li.nav-item:hover {
    background-color: var(--dark-green);
    color: var(--white) !important;
    width: 100%;
  }
  .main-card-row .col-lg-4 {
    width: 50%;
    padding-bottom: 20px;
  }
  .main-card-row {
    gap: 0;
  }
  .row.border-style {
    padding-bottom: 50px !important;
  }

  .quick-links {
    padding-left: 0px !important;
    padding-top: 0px;
  }
  .banner-content h1 {
    width: 100%;
    font-size: 45px;
  }
  .image-box-content {
    position: relative;
    left: 0px;
  }
  .order-style {
    order: 2;
  }
  .card-box {
    padding: 20px 10px 35px;
  }
  .card-box p {
    padding-bottom: 22px;
    padding-right: 20px;
  }
  .healthy-team-content.aos-init.aos-animate {
    padding: 40px 0 0 30px;
  }
  .choose-us-content-img::before {
    display: none;
  }
  .order-change {
    order: 2;
  }
  .why-heading-content span.bodr {
    width: 52%;
  }
  .choose-heading-content > h3 {
    font-size: 15px;
  }
  .healthy-team-content h3 {
    width: 96%;
  }
  .healthy-team-content .para-one {
    width: 92%;
  }
  ul.social-icon li span i {
    font-size: 18px;
  }
  .testimonial .image {
    height: 80px;
    width: 80px;
  }
  .copy-right-link p {
    font-size: 14px;
  }
  .copy-right-centent p {
    font-size: 13px;
  }
  .blue-img::before {
    left: 81%;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1400px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  ul.navbar-nav.navbar-bg-color li {
    padding: 0 !important;
  }
  div#offcanvasNavbar .offcanvas-body {
    justify-content: end;
  }
  a.button1,
  a.button2,
  a.button3 {
    line-height: 38px !important;
  }
  .navbar-bg-color {
    width: 72% !important;
  }
  .healthy-team-content.aos-init.aos-animate {
    padding-left: 100px;
  }
  .old-men {
    position: absolute;
    top: 120px;
    left: 50px;
    width: 100%;
  }
  .healthy-team-content h3 {
    color: var(--gray-heading);
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    width: 75%;
  }
  .healthy-team-content .para-one {
    width: 90%;
  }
  .blue-img::before {
    left: 47%;
    width: 10%;
  }
  .main-image img {
    width: 90px;
    height: 80px;
    object-fit: cover;
  }
  .healthy-team-content .btn-green {
    font-size: 16px;
    width: 40%;
  }
  .heading-content span.bodr {
    width: 62%;
  }
  .heading-content h3 {
    font-size: 25px;
  }
  .analysis-heading-content > h3 {
    font-size: 17px;
  }
  .image-box-content .main {
    margin-left: 0px;
  }
  .image-box-content .main .content h4 {
    font-size: 18px;
  }
  .image-box-content {
    left: 50px;
  }
  .why-heading-content h3 {
    font-size: 23px;
  }
  .choose-heading-content > h3 {
    font-size: 17px;
  }
  .image-box-content .main .content {
    padding-left: 25px;
  }
  .main-image {
    padding: 0 20px 0 10px;
  }
  .card-box p {
    padding-right: 7px;
  }
  .slide p {
    padding: 0 5px;
    font-size: 14px;
  }
  .footer-content h5 {
    font-size: 20px;
  }
  .about-content h2 {
    padding-bottom: 50px;
  }
  .main-card-row {
    gap: 20px 10px;
    padding-top: 22px;
  }
}

@media only screen and (max-width: 991px) {
  ul.navbar-nav.navbar-bg-color li.nav-item:hover {
    background-color: var(--dark-green);
  }
  ul.navbar-nav.navbar-bg-color li.nav-item a:hover {
    color: var(--white) !important;
  }
  div#offcanvasNavbar .offcanvas-body {
    padding: 10px 0px !important;
  }
  .right-header {
    display: none !important;
  }
  button.btn-close {
    --bs-btn-close-hover-opacity: 1 !important;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1700px) {
  .blue-img::before {
    left: 47%;
  }
}
