@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* FONTS
font-family: 'Jost', sans-serif;
font-family: 'Poppins', sans-serif;
*/

:root {
  --black: #292929;
  --white: #ffffff;
  --heading_black:#2B363B; 
  --blue-color:#46A5EE;
  --heading-color: #252525;
  --ease: all 350ms ease-in-out;
  --grey:#5C5C5C;

}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: var(--ease);
}

a:hover{
  color: var(--black);
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--text);
  padding-top: 113px;
  background-color: var(--white);
}

.img-holder img {
  width: 100%;
} 


h1,
h2,
h3,
h4,
h5 {
  font-family: 'Jost', sans-serif;
  color: var(--heading-color)
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  outline: 0;
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  border-color: #A6A7AA;
  border-width: 2px;
  padding: 9px;
}


.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.form-control {
  padding: 5px;
  border-color: #A6A7AA;
  border-width: 2px;
}


.navbar-collapse {
  justify-content: end;
}

.blue-btn {
  background-color: var(--blue-color);
  color: var(--white);
  border: 1px solid transparent;
  box-shadow: 0 10px 11px #00000070;
}

.btn-style {
  padding: 12px 35px;
  display: inline-block;
  border-radius: 5px;
  transition: var(--ease);
}

.join-btn {
  margin: 0 0 0 20px;
}

.nav-link {
  color: var(--black);
  font-weight: 500;
  margin: 0 0 0 15px;
}

.slide-text .banner-heading {
  font-size: 60px;
  font-family: 'Jost', sans-serif;
  margin: 0 0 20px;
}

.slide-text .banner-heading span {
  color: var(--blue-color);
}

.slide-text p {
  width: 85%;
}

.top-banner .carousel-item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.top-banner ul {
  padding: 0;
  margin: 40px 0 0;
}

.top-banner li {
  display: inline-block;
  margin: 0 30px 0 0;
}

.white-btn {
  border: 1px solid var(--white);
  color: var(--white);
}

.black-btn {
  border: 1px solid var(--black);
  color: var(--black);
}

.top-banner {
  position: relative;
  overflow: hidden;
}

.ser-form {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #8A8A8A;
  border-radius: 5px;
  width: 85%;
  margin: 0 10px 0 0;
}

.mid-search form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 30px;
  border-radius: 5px;
}

.ser-form i {
  position: absolute;
  right: 10px;
  color: var(--blue-color);
}

.ser-form input {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  padding: 14px 35px 14px 15px;
}

.mid-search {
  margin: -59px 0 0;
  position: relative;
  z-index: 9;
}

.fea-box {
  background-color: #f2f2f2;
  padding: 25px;
  text-align: left;
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: var(--ease);
  margin: 0 0 25px;
}

.fea-box:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #46A5EE;
  transition: var(--ease);
}
.fea-box .img-holder {
  margin: 0 0 10px;
  height: 90px;
  overflow: hidden;
}
.fea-box .img-holder img {
  width: 80px;
  height: 110px;
  object-fit: cover;
  margin: -10px 0 0;
}
.fea-box .content-holder strong {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 500;
  margin: 0 0 6px;
  display: block;
}
.fea-box p {
  font-size: 14px;
  min-height: 65px;
}
.fea-box .content-holder a {
  display: inline-block;
  padding: 10px 10px 10px 0;
  border-radius: 7px;
  color: #151515;
  transition: var(--ease);
}
.fea-box:hover {
  margin-top: -22px;
}
.fea-box:hover {
  background-image: url(../images/hoverbox.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.fea-box:hover a {
  color: #fff;
  background-color: #46a5ee;
  padding-left: 10px;
}
.three-box {
  padding: 70px 0;
}

.hstyle .s-txt {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  font-weight: 600;
  color: var(--blue-color);
}

.hstyle .s-txt:before {
  width: 35px;
  height: 2px;
  background-color: var(--blue-color);
  content:
  '';
  position: absolute;
  top: 10px;
  left: 0;
}

.hstyle .b-txt {
  font-size: 35px;
  margin: 0 0 25px;
  color: var(--heading-color);
  text-transform: capitalize;
}

.two-btns {
  padding: 0;
  margin: 35px 0 0;
}

.two-btns li {
  display: inline-block;
  margin-right: 30px;
  text-transform: capitalize;
}

.hstyle .b-txt span {
  color: var(--blue-color);
}
.hstyle p {
  max-width: 60%;
  margin: 0 auto;
}

.hstyle {
  margin: 0 0 40px;
}


.service-slider {
  text-align: center;
  padding: 100px 0;
}

.service-slider .slick-slide {
  padding: 25px;
}

.service-slider .content-holder .h-txt {
  font-size: 40px;
  margin: 15px 0;
  display: inline-block;
}

.service-slider .bottom-btn {
  margin: 60px 0 0;
}

.hcenter {
  text-align: center;
}

.hcenter .s-txt {
  padding: 0;
}

.hcenter .s-txt:before {
  content: none;
}

.blog-holder .img-holder {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.mid-sec .date-side {
  background-color: #3B3B3B;
  color: var(--white);
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 0 10px 10px 0;
  transition: var(--ease);
}

.mid-sec {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: -15px 0 15px;
}

.mid-sec .ryt-side ul {
  margin: 0 0 4px;
  padding: 0 0 0 10px;
}

.mid-sec .ryt-side li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.tag-list {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 17px !important;
}

.tag-list li:nth-child(1) {
  color: #19B8AF;
}

.tag-list li:nth-child(2) {
  color: #FE5858;
}

.tag-list li:nth-child(3) {
  color: #FA38A5;
}

.mid-sec i {
  color: var(--blue-color);
  margin-right: 3px;
}

.blog-holder .content-holder .h-txt {
  font-size: 22px;
  color: var(--heading-color);
  display: block;
  min-height: 105px;
}

.blog-holder .content-holder {
  padding: 5px 35px 0;
}

.blog-holder {
  box-shadow: 0 0 10px #00000030;
  padding: 0 0 20px;
  border-radius: 10px;
}

.n-letter strong {
  font-size: 29px;
  color: var(--heading-color);
}

.n-letter {
  background-color: var(--white);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  padding: 30px 30px;
  border-radius: 10px;
  position: relative;
    top: -80px;
    margin: 0 0 -30px;
}

.n-letter form {
  display: flex;
}
footer {
  background-color: var(--blue-color);
  color: var(--white);
  margin: 130px 0 0;
}

footer a {
  color: var(--white);
  text-transform: capitalize;
}

.ftr-copy-r p {
  margin: 0;
}

.ftr-copy-r {
  text-align: center;
  background-color: #378ED0;
  padding: 20px 0;
}

.ftr-info .ftr-logo {
  margin: 0 0 25px;
}

.ftr-info ul {
  margin: 0;
  padding: 0;
}

.ftr-info li {
  display: inline-block;
  margin-right: 10px;
}

.ftr-info li a {
  background-color: #26699D;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 13px;
  line-height: 35px;
}

.ftr-info p {
  margin-bottom: 30px;
}

.ftr-heading {
  display: block;
  font-size: 19px;
  margin: 25px 0 15px;
  font-weight: 600;
  text-decoration: underline;
}

.q-links li {
  position: relative;
  margin: 0 0 10px;
}

.q-links li:before {
  content: '\f058';
  position: absolute;
  left: -25px;
  top: 1px;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #26699d;
}

.q-links {
  padding-left: 25px;
}

.q-links .ftr-call:before {
  content: '\f095';
}
.q-links .ftr-loc:before {
  content: '\f3c5';
}
.q-links .ftr-env:before {
  content: '\f0e0';
}

.ftr-links .input-group input,.ftr-links .input-group button {
  border: none !important;
  background: none !important;
  box-shadow: none;
  
}


.ftr-links form{
  border: 1px solid;
  border-radius: 10px;
  padding: 8px 0;
}

.ftr-links .input-group input::-webkit-input-placeholder{
  color: var(--white);
}
.ftr-links .input-group button{
  color: #26699d;
}

.ftr-area {
  padding: 0 0 50px;
}

header nav {
  background-color: transparent;
  transition: var(--ease);
  box-shadow: 0 0 0 #00000030;
}

.menu_fixed nav {
  background-color: #fff;
  padding: 15px 0 18px;
  box-shadow: 0 0 4px #00000030;
}

.blue-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.white-btn:hover {
  border-color: var(--black);
  color: var(--white);
  background-color: var(--black);
}
.black-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.about-sec {
  overflow: hidden;
}

.ser-slider i {
  color: #B3B3B3;
  font-size: 35px;
}
.ser-slider button:hover i {
  color: #46A5EE;
}
.blog-holder:hover .date-side {
  background-color: var(--blue-color);
}

.ser-slider a {
  color: var(--black);
}

.nav-link:hover{
  color: var(--blue-color);
}

header nav {
  background-color: var(--white);
}

.head-cinfo ul {
  margin: 0;
  display: flex;
  align-items: center;
}

.head-cinfo {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 0 7px;
}

.head-cinfo .social-li li:not(li:first-child) {
  margin-left: 20px;
}

.head-cinfo .contact-li li:not(li:first-child) {
  margin-left: 30px;
}

.head-cinfo a {
  color: var(--black);
}

.head-cinfo a:hover {
  color: var(--blue-color);
}

.banner__text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}


.inner__bannner__image img {
  width: 100%;
}

.inner-banner{
  position: relative;
}


.cda__section {
  background: url(../images/cda-img.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding: 15px 0;
}

.cda__text h2 {
  font-size: 55px;
  font-family: 'Jost';
}

.cda__text {
  padding: 40px 0;
}

.form-section strong {
  font-size: 45px;
  font-weight: 700;
  color: var(--heading-color);
}
/* ////////// WHY_US_SECTION_START ////////// */

.banner__text p {
  max-width: 35%;
  margin: 0 auto;
}

.why-choose-sec {
  padding: 70px 0 70px;
}

.text-n-button {
  text-align: center;
  margin-top: 35px;
}

.text-n-button p {
  text-align: justify;
}

/* ////////// WHY_US_SECTION_END ////////// */



/* ////////// BENEFITS_SEC_START ////////// */

section.vaccine-programe {
  padding: 70px 0 70px;
}

.inner-banner h1 {
  font-size: 60px;
}

.top-banner .carousel-item img {
  max-height: 530px;
  object-fit: cover;
  object-position: top center;
}


.form-button {
  margin: 65px 0;
}

.main__form-section {
  padding: 64px 0 0;
}

.main__form-section h2 {
  font-size: 45px;
}
/* .member-benefits ul {
  padding: 0;
} */

.member-benefits h5 {
  font-size: 24px;
  margin: 0 0 18px;
}

.member-benefits ul {
  list-style-type: unset;
  padding-left: 20px;
}

.member-benefits li {
  margin-bottom: 10px;
}

/* ////////// BENEFITS_SEC_END ////////// */


/* ////////// ABOUT_US_START ////////// */

.about-us-slider {
  background-image: url(../images/Rectangle\ 787.jpg);
}

.about-us-slider {
  padding: 70px 0 70px;
}

.name-designation li {
  display: inline;
}

.name-designation ul {
  padding: 0;
  margin-bottom: 0;
}

.name-designation {
  padding-left: 15px;
}

.testimonial-footer {
  display: flex;
}

.name-designation strong {
  font-size: 18px;
}

.name-designation li i {
  font-size: 15px;
  color: gold;
}

.intro-img img {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  object-fit: cover;
}

.intro-1 {
  background-color: white;
  border-radius: 21px;
  padding: 25px;
  margin: 10px;
}

.testi-slider .slick-dots button {
  background-color: #000;
  border-radius: 50%;
  width: 12px;
  height: 10px;
}

.testi-slider .slick-dots button:before {
  content: none;
}

.testi-slider .slick-dots .slick-active button {
  width: 50px;
  border-radius: 20px;
  background-color: var(--blue-color);
}

.testi-slider .slick-dots .slick-active {
  width: 50px;
}

.name-designation p {
  color: darkgrey;
}


/* ////////// ABOUT_US_END ////////// */


/* service */

.srevice__image img {
  width: 100%;
}

.service-img-text {
  text-align: center;
  padding: 21px 0;
}

.service__text {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.main__Service__Sec {
  padding: 60px 0;
}

.main__Service__Sec .hstyle {
  text-align: center;
}

.service-img-text strong {
  font-size: 40px;
  text-transform: capitalize;
}
/* service end*/

.cda__button .btn-style {
  font-size: 31px;
  font-weight: 600;
  float: right;
}

.main__vaccines {
  padding: 60px 0;
}

.vaccines__img img {
  width: 100%;
  border-radius: 25px;
}

.vaccines__text strong {
  font-size: 45px;
  display: block;
}



.vaccines__text span {
  font-size: 20px;
  font-weight: 600;
  color: var(--grey);
}


.vaccines__text p {
  font-size: 16px;
  font-weight: 400;
  margin: 18px 0 0;
  line-height: 28px;
}

.vaccines__slider .slick-slide img {
  display: block;
  margin: 0 auto;
}

.vaccines__slider {
  padding: 45px 0;
}

.bottom__inner__img img {
  width: 100%;
}

.bottom__img__text {
  margin: 13px 0;
}

.bottom__inner__img img {
  width: 100%;
  border-radius: 20px;
}

.bottom__img__text span {
  font-size: 20px;
    font-weight: 600;
    color: var(--grey);
    margin: 0 0 7px;
    display: inline-block;
}

.bottom__image__sec {
  padding: 30px 0 50px;
}

.blue-color {
  color: var(--blue-color);
}


/* blog */
.main__blog , .main__press {
  padding: 40px 0;
}
/* blog end */


.faq__accordion:after {
  margin-left: auto;
  content: "\2b";
  font-size: 20px;
  border: 1px solid;
  width: 25px;
  height: 25px;
  text-align: center;
  background: none;
  transform: none;
  border-radius: 5px;
}

.faq__accordion:not(.collapsed)::after {
  margin-left: auto;
  content: "\f068";
  font-size: 20px;
  border: 1px solid;
  width: 25px;
  height: 25px;
  text-align: center;
  font-family: fontawesome;
  background: none;
  transform: none;
  transition: 1.3s;
  border-radius: 5px;

}

.main__faq {
  padding: 70px 0;
}

.newsletter__form {
  padding: 60px 0;
}

.newsletter__form input {
  margin: 0 0 20px;
}

.newsletter__form strong {
  font-size: 32px;
}

.inline-cbox .form-check:last-child {
  margin: 0 0 0 20px;
}

.inline-cbox .form-check {
  display: inline-block;
  margin: 10px 0 0;
}

.cheak__box__sec .form-check {
  margin: 0 0 18px;
}

.cheak__box__sec .form-check-label {
  margin: 5px 7px 0;
}

.cheak__box__sec strong {
  font-size: 32px;
}

.additional__content .custom-list.type-5 li::before {
  background-color: #005E85;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.additional__content .custom-list[class*="type-"] li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: 'fontello';
  color: #005E85;
  font-size: 10px;
}

.additional__content .custom-list {
  padding: 0;
}

.additional__content a {
  color: var(--black);
}

.additional__content {
  padding: 70px 0;
}

.additional__content li {
  margin: 0 0 11px;
}

.service-slider .img-holder img {
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.benefits-boxes .fea-box {
  min-height: 255px;
}
.why-choose-sec img {
  margin: 0 0 30px;
}
.service-img-text a {
  color: #252525;
}

.main__Service__Sec .srevice__image img {
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
}
.bottom__inner__img a {
  color: var(--blue-color);
}

.bottom__inner__img a:hover {
  color: var(--heading-color);
}

.vaccines__inner__slide .slick-slide {
  text-align: center;
  height: 230px;
  display: flex;
  flex-direction: column;
}

.vaccines__inner__slide img {
  max-width: 220px;
}

.lab-areas .img-holder {
  margin: 0 0 20px;
}

.lab-areas strong {
  display: block;
  margin: 0 0 10px;
}

.lab-areas a {
  color: var(--blue-color);
}

.lab-areas a:hover {
  color: var(--heading-color);
}

.lab-areas {
  text-align: center;
  margin: 0 0 50px;
}

.lab-areas .content-holder {
  margin: 0 0 20px;
}

.lab-areas img {
  max-width: 240px;
  margin: 0 auto;
}

/* RESPONSIVE */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
}