*,
::before,
::after {
  box-sizing: border-box;
  transition: all 0.3s;
}
:root {
  --primary: #2e378e;
  --secondary: #e91f26;
  --light-secondary: #e91f26bf;
  --green: #12b161;
  --white: #fff;
  --silver: #707070;
}
html {
  scroll-behavior: smooth;
  margin: 0 !important;
}
body {
  position: relative;
  transition: 0.5s;
  font-family: "Source Sans 3", sans-serif;
  overflow: auto !important;
}
a {
  text-decoration: none;
}
a:hover {
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
input,
select,
button {
  outline: none;
  box-shadow: none;
}
:focus,
input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0px;
}


.click-here{
    position: fixed;
   bottom: 80px;
    right: 25px;
    z-index: 999;
}
.click-here img{
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.click-here-text{
  display: none;
  z-index: 999;
  position: absolute;
  right: 23px;
  bottom: -35px;
  z-index: -1;
}
.click-here:hover .click-here-text{
  width: 320px;
  display: block;
  padding: 15px 20px;
  border-radius: 10px;
  background: var(--green, #12B161);
}
.click-here h4{
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.click-here p{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}




/* -- Start Header -- */
.sticky-top {
  background-color: #ffffff;
  /* height: 105px!important; */
}
.header .menu a {
  position: relative;
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  display: grid;
}
.header .menu li {
  text-align: center;
  align-items: center;
  display: grid;
}
.header .menu .active {
  color: var(--secondary);
}
.header .menu li:hover a {
  color: var(--secondary);
}
.header .menu li + ::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 22px;
  display: inline-block;
  background-color: var(--green);
  top: 50%;
  transform: translate(-50%, -50%);
}
/* -- End Header -- */

/* --- Start Hero Section --- */

.hero-section .slider-content {
  position: absolute;
  top: 45px;
  left: 0;
}
.carousel-item > img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.hero-section .slider-content h1 {
  margin-bottom: 46px;
  color: var(--primary, #2e378e);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
.hero-section .slider-content h1 span {
  font-weight: 300;
}
.hero-section .circle {
  margin-right: 20px;
  width: 190px;
  height: 190px;
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: var(--primary);
}
.hero-section .circle:last-child {
  margin-right: 0px;
}
.hero-section .circle strong {
  color: var(--white);
  display: block;
  font-size: 42px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.hero-section .circle span {
  color: var(--white, #fff);
  font-size: 24px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.hero-section .click-here-box {
  width: 300px;
  text-align: center;
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
  border-radius: 10px;
  background: var(--green);
}
.hero-section .click-here-box h4 {
  color: var(--white);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-section .click-here-box p {
  color: var(--white);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 5px;
}
.hero-section .box-icon {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0%, -50%);
}
.carousel-indicators [data-bs-target] {
  opacity: 1;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: var(--primary);
}
.carousel-indicators .active {
  background-color: var(--secondary);
}
.carousel-indicators {
  justify-content: start;
  margin-left:0%;
}

/* --- End Hero Section --- */

/* --- Start About Typhoid --- */
.about-typhoid .title-top {
  padding: 20px 0px;
  background-color: var(--secondary);
}
.about-typhoid h2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-typhoid .about-typhoid-content {
  padding: 100px 0px;
}
.about-typhoid .about-typhoid-content .title {
  color: var(--secondary);
  font-size: 48px;
  font-weight: 700;
}
.about-typhoid .about-typhoid-content strong {
  color: var(--primary);
  font-size: 48px;
  font-weight: 700;
}
.about-typhoid .about-typhoid-content p {
  color: var(--primary);
  font-size: 29px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.about-typhoid .circle-1 {
  width: 236px;
  height: 236px;
  border-radius: 100%;
}
.about-typhoid .circle-2 {
  margin-top: 50px;
  width: 203px;
  height: 203px;
  border-radius: 100%;
}
.about-typhoid .circle-3 {
  width: 358px;
  height: 358px;
  border-radius: 100%;
  margin-left: -150px;
}
.about-typhoid .circle-4 {
  margin: 20px 0px 0px 20px;
  width: 244px;
  height: 244px;
  border-radius: 100%;
}
.about-typhoid .circle img {
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.about-typhoid .symptoms-list {
  margin-bottom: 30px;
}
.about-typhoid .nav-item {
  margin-right: 55px;
}
.about-typhoid .nav-item {
  width: 132px;
  text-align: center;
}
.about-typhoid .symptoms-icon {
  padding: 15px;
  margin-bottom: 15px;
  width: 132px;
  height: 132px;
  display: grid;
  border-radius: 25px;
  background-color: var(--light-secondary);
}
.about-typhoid .symptoms-icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.about-typhoid .symptoms-list span {
  color: var(--silver);
  font-size: 24px;
  font-weight: 400;
}
.about-typhoid .symptoms-banner {
  position: relative;
}
/* .about-typhoid .symptoms-banner img {
  position: absolute;
  left: -280px;
  top: -70px;
  width: 150%;
  z-index: 0;
} */
.about-typhoid-content h4 {
  margin-top: 50px;
  color: var(--secondary);
  font-size: 48px;
  font-weight: 700;
}
/* --- End About Typhoid --- */

/* --- Start Age Groups --- */
.age-groups {
  padding: 20px 0px 0px;
  background-color: rgba(233, 31, 38, 0.1);
}
.age-groups .title {
  margin-bottom: 40px;
  color: var(--secondary);
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
.age-groups .title sup {
  font-weight: 400;
}
.age-groups .age-groups-icon {
  margin-bottom: 15px;
}
.age-groups .age-groups-item span {
  display: block;
  color: var(--silver);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.age-groups .age-groups-item h4 {
  color: var(--secondary, #e91f26);
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
/* --- End Age Groups --- */

/* --- Start Your Typhoid Risk --- */
.your-typhoid-risk .title-top {
  padding: 20px;
  background-color: var(--primary);
}
.your-typhoid-risk .title-top h2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.your-typhoid-risk .your-typhoid-content {
  padding: 60px 0px 0px 0px;
}
.your-typhoid-risk .your-typhoid-content span {
  color: var(--secondary);
  font-size: 36px;
  font-weight: 300;
}
.your-typhoid-risk form label {
  color: var(--secondary);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}
.your-typhoid-risk form input {
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #e6e7e8;
}
.your-typhoid-risk .form-check-input:checked[type="checkbox"] {
  background-size: 70%;
  background-image: url("../images/input-icon.svg");
}
.your-typhoid-risk .form-check-input:checked {
  background-color: #e6e7e8;
  border-color: #e6e7e8;
}

/* --- Start Vaccinated Tyhhoid */
.vaccinated-tyhhoid .title-top {
  padding: 20px 0px;
  background: #52c78b;
}
.vaccinated-tyhhoid .title-top h2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.vaccinated-tyhhoid .vaccinated-content {
  padding: 90px 0px 0px 0px;
}
.vaccinated-tyhhoid .vaccinated-content p {
  color: var(--primary);
  font-size: 32px;
  font-weight: 400;
}
.vaccinated-tyhhoid .vaccinated-content p span {
  color: var(--primary);
  font-size: 32px;
  font-weight: 700;
}
.vaccinated-tyhhoid .vaccinated-most-effective {
  margin: 80px 0px;
  padding: 30px 35px;
  border: 6px solid #52c78b;
}
.vaccinated-tyhhoid .vaccinated-most-effective h2 {
  color: var(--primary);
  font-size: 48px !important;
  font-weight: 400;
  text-transform: uppercase;
}
.vaccinated-tyhhoid .vaccinated-most-effective h2 span {
  font-weight: 700;
}
.vaccinated-tyhhoid .vaccines-available {
  margin-bottom: 90px;
  padding: 15px 20px;
  display: inline-block;
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--green);
}
.vaccinated-tyhhoid .polysaccharide-vaccines {
  padding: 15px 20px;
  margin-bottom: 10px;
  color: var(--white);
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  background-color: var(--silver);
}
.vaccinated-tyhhoid .polysaccharide-text {
  margin-bottom: 60px;
  color: var(--silver) !important;
  font-size: 32px !important;
  font-weight: 400 !important;
}
.vaccinated-tyhhoid .typhoid-conjugate {
  margin-bottom: 10px;
  padding: 10px 15px;
  display: inline-block;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  background-color: var(--green);
}
.vaccinated-tyhhoid .conjugate-text {
  margin-bottom: 30px;
  color: var(--silver) !important;
  font-size: 32px !important;
  font-weight: 400 !important;
}
.vaccinated-tyhhoid .typhoid-conjugate-item {
  margin-bottom: 30px;
}
.vaccinated-tyhhoid .conjugate-item-icon {
  margin-bottom: 15px;
  width: 134px;
  height: 134px;
  border-radius: 100%;
  align-items: center;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
}
.vaccinated-tyhhoid .typhoid-conjugate-item p {
  color: var(--primary);
  font-size: 32px !important;
  font-weight: 400 !important;
}
.vaccinated-tyhhoid .typhoid-conjugate-item p {
  font-weight: 700;
}
.vaccinated-tyhhoid .who-should-title {
  margin-bottom: 70px;
  padding: 10px 15px;
  display: table;
  color: var(--white);
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--primary);
}
.vaccinated-tyhhoid .who-should-sub-title {
  color: var(--primary, #2e378e);
  font-size: 33px;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
}
.vaccinated-tyhhoid .who-should-title-2 {
  margin-bottom: 40px;
  color: var(--secondary);
  font-family: "Inter", sans-serif;
  font-size: 44px;
  font-weight: 600;
}
.vaccinated-tyhhoid .who-should-info {
  margin-bottom: 30px;
}
.vaccinated-tyhhoid .who-should-info strong {
  color: var(--primary);
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
.vaccinated-tyhhoid .who-should-info p {
  color: var(--silver);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.vaccinated-tyhhoid .who-should-banner img {
  /* width: 180%;
  margin-left: -150px;
  margin-top: -117px; */
}
/* --- End Vaccinated Tyhhoid */

/* --- Start Blogs --- */
.blogs .title-top {
  padding: 20px;
  background-color: var(--primary);
}
.blogs .title-top h2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.blogs .blogs-content {
  padding: 90px 0px;
}
.blogs .blogs-item {
  margin-bottom: 60px;
}
.blogs h6 {
  color: var(--silver);
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.blogs p {
  color: var(--silver);
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}
.blogs a {
  color: #08f;
  font-size: 24px;
  font-weight: 300;
  line-break: anywhere;
}
/* --- End Blogs --- */

/* --- Start Find- Clinic --- */
.find-clinic .title-top {
  position: relative;
  padding: 20px;
  background: #52c78b;
}
.find-clinic .title-top h2 {
  color: var(--white);
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  margin-left: 200px;
}
.find-clinic .find-clinic-icon {
  position: absolute;
  width: 178px;
  height: 178px;
  justify-content: center;
  display: grid;
  align-items: center;
  border-radius: 100%;
  background-color: var(--secondary);
  top: -43px;
}
.find-clinic p {
  margin-bottom: 30px;
  color: var(--white);
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
}
.find-clinic .find-clinic-content {
  padding: 90px 0px;
  background-color: var(--primary);
}
.find-clinic label {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
}
.find-clinic input {
  padding: 15px;
}
.find-clinic button {
  padding: 12px 43px;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  border: none;
  background-color: var(--secondary);
}
.find-clinic button:hover {
  background-color: var(--green);
}
.references {
  padding: 30px 0px;
  background-color: #d0f0df;
  display: block;
}
.references ul {
  word-wrap: break-word;
  list-style-type: decimal;
  padding-left: 0px;
}
.references li {
  margin-bottom: 5px;
  color: var(--silver);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.references span {
  color: var(--silver);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.references p {
  color: var(--silver);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
/* --- End Find- Clinic --- */

/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .hero-section .slider-content h1 {
    font-size: 48px;
    line-height: 57px;
  }
  .hero-section .circle strong {
    font-size: 32px;
  }
  .hero-section .circle span {
    font-size: 18px;
  }
  .hero-section .circle {
    width: 140px;
    height: 140px;
  }
  .hero-section .click-here-box {
    padding: 15px 35px;
  }
  .about-typhoid h2 {
    font-size: 38px;
  }
  .about-typhoid .title-top {
    padding: 15px 0px;
  }
  .about-typhoid .about-typhoid-content .title {
    font-size: 38px;
  }
  .about-typhoid .about-typhoid-content strong {
    font-size: 38px;
  }
  .about-typhoid .about-typhoid-content p {
    font-size: 24px;
  }
  .about-typhoid .circle-3 {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin-left: -100px;
  }
  .about-typhoid .circle-2 {
    margin-left: 30px;
  }
  .about-typhoid .symptoms-list {
    margin-top: 30px;
    justify-content: center;
  }
  .about-typhoid .symptoms-banner img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .about-typhoid .symptoms-icon {
    width: 100px;
    height: 100px;
  }
  .about-typhoid .nav-item {
    margin-right: 30px;
    width: 100px;
  }
  .about-typhoid .symptoms-list span {
    font-size: 18px;
  }
  .about-typhoid-content h4 {
    font-size: 38px;
    margin-top: 30px;
  }
  .age-groups .age-groups-item span {
    font-size: 18px;
  }
  .age-groups .age-groups-item h4 {
    font-size: 24px;
  }
  .your-typhoid-risk .title-top h2 {
    font-size: 38px;
  }
  .your-typhoid-risk .title-top {
    padding: 15px 0px;
  }
  .your-typhoid-risk .your-typhoid-content span {
    font-size: 34px;
  }
  .your-typhoid-risk form label {
    font-size: 24px;
  }
  .vaccinated-tyhhoid .title-top h2 {
    font-size: 38px;
  }
  .vaccinated-tyhhoid .vaccinated-most-effective h2 {
    font-size: 38px !important;
  }
  .vaccinated-tyhhoid .vaccines-available {
    font-size: 38px;
    margin-bottom: 60px;
  }
  .vaccinated-tyhhoid .polysaccharide-vaccines {
    font-size: 24px;
  }
  .vaccinated-tyhhoid .who-should-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .vaccinated-tyhhoid .who-should-title-2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .blogs .title-top {
    padding: 15px 0px;
  }
  .blogs .title-top h2 {
    font-size: 38px;
  }
  .find-clinic .title-top {
    padding: 15px 0px;
  }
  .find-clinic .title-top h2 {
    font-size: 38px;
    margin-left: 165px;
  }
  .find-clinic input {
    padding: 15px;
  }
  .find-clinic .find-clinic-icon {
    width: 148px;
    height: 148px;
  }
  .find-clinic .find-clinic-icon img {
    width: 70%;
    margin: auto;
  }
  .vaccinated-tyhhoid .who-should-banner img {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
}

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .hero-section .slider-content h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .about-typhoid .about-typhoid-content .title {
    font-size: 28px;
  }
  .about-typhoid .symptoms-banner {
    margin-top: 60px;
  }
  .vaccinated-tyhhoid .typhoid-conjugate-item p {
    font-size: 24px !important;
  }
  .vaccinated-tyhhoid .vaccinated-content p span {
    font-size: 24px !important;
  }
  .vaccinated-tyhhoid .conjugate-item-icon {
    width: 100px;
    height: 100px;
  }
  .conjugate-item-icon img {
    width: 45px;
  }
  .about-typhoid .circle-2 {
    margin-left: 50px;
  }
  .carousel-item > img{
    height: 410px;
  }
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .menu{
    position: absolute;
    width: 100%;
    background: #fff;
  }
  .header .menu li + ::before {
    position: relative;
  }
  .navbar-brand {
    width: 100px;
  }
  .header .menu li + ::before {
    width: 100%;
    height: 1px;
    transform: translate(-0%, -0%);
  }
  .hero-section .slider-content {
    top: 30px;
  }
  .hero-section .circle {
    width: 110px;
    height: 110px;
  }
  .hero-section .circle strong {
    font-size: 22px;
  }
  .hero-section .circle span {
    font-size: 16px;
  }
  .hero-section .slider-content h1 {
    margin-bottom: 20px;
  }
  .about-typhoid .about-typhoid-content {
    padding: 60px 0px;
  }
  .vaccinated-tyhhoid .vaccinated-content {
    padding: 60px 0px;
  }
  .find-clinic .find-clinic-content {
    padding: 60px 0px;
  }
  .about-typhoid .circle-2 {
    margin-left: 25px;
    margin-top: 90px;
  }
  .about-typhoid .circle-1 {
    margin-left: 70px;
  }
  .about-typhoid .circle-3 {
    margin-left: 100px;
  }
  .age-groups-item {
    margin-bottom: 40px;
  }
  .age-groups-icon img {
    margin: auto;
    display: block;
  }
  .age-groups .age-groups-item span {
    text-align: center;
  }
  .age-groups .age-groups-item h4 {
    text-align: center;
  }
  .age-groups {
    padding: 20px 0px 0px;
  }
  .blogs-content img {
    margin-bottom: 20px;
  }
  .find-clinic-content iframe {
    margin-bottom: 30px;
  }
  .your-typhoid-risk .form-check {
    align-content: center;
    display: flex;
  }
  .carousel-item > img {
    height: 370px;
  }
}
/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .slider-content br {
    display: none;
  }
  .click-here-box {
    display: none;
  }
  .hero-section .circle strong {
    font-size: 18px;
  }
  .hero-section .circle span {
    font-size: 12px;
  }
  .hero-section .circle {
    width: 95px;
    height: 95px;
  }
  .about-typhoid .title-top {
    padding: 10px 0px;
  }
  .about-typhoid h2 {
    font-size: 32px;
  }
  .about-typhoid .about-typhoid-content {
    padding: 30px 0px;
  }
  .about-typhoid .about-typhoid-content strong {
    font-size: 28px;
  }
  .about-typhoid .circle-1 {
    margin-left: 0px;
    margin-top: 50px;
    width: 200px;
    height: 200px;
  }
  .about-typhoid .circle-2 {
    margin-right: 0;
    margin-top: 100px;
  }
  .about-typhoid .circle-3 {
    margin-left: 0px;
  }
  .about-typhoid .symptoms-banner {
    margin-top: 15px;
  }
  .about-typhoid-content h4 {
    font-size: 28px;
  }
  .your-typhoid-risk .title-top h2 {
    font-size: 32px;
  }
  .your-typhoid-risk .your-typhoid-content {
    padding: 30px 0px;
  }
  .your-typhoid-risk .your-typhoid-content span {
    font-size: 28px;
  }
  .your-typhoid-risk form label {
    font-size: 20px;
  }
  .vaccinated-tyhhoid .title-top h2 {
    font-size: 32px;
  }
  .vaccinated-tyhhoid .vaccinated-content {
    padding: 30px 0px 0px 0px;
  }
  .vaccinated-tyhhoid .vaccinated-content p {
    font-size: 24px;
  }
  .vaccinated-tyhhoid .vaccinated-content p span {
    font-size: 24px !important;
  }
  .vaccinated-tyhhoid .vaccinated-most-effective h2 {
    font-size: 24px !important;
  }
  .vaccinated-tyhhoid .vaccinated-most-effective {
    margin: 30px 0px;
    padding: 20px 15px;
  }
  .vaccinated-tyhhoid .vaccines-available {
    margin-bottom: 30px;
  }
  .vaccinated-tyhhoid .vaccines-available {
    font-size: 32px;
  }
  .vaccinated-tyhhoid .polysaccharide-vaccines {
    font-size: 18px;
  }
  .vaccinated-tyhhoid .vaccines-available {
    margin-bottom: 15px;
  }
  .vaccinated-tyhhoid .polysaccharide-text {
    font-size: 18px !important;
    margin-bottom: 30px;
  }
  .vaccinated-tyhhoid .typhoid-conjugate {
    font-size: 26px;
  }
  .vaccinated-tyhhoid .conjugate-text {
    font-size: 18px !important;
  }
  .vaccinated-content img {
    width: 100px;
  }
  .vaccinated-tyhhoid .conjugate-item-icon {
    margin: auto;
  }
  .vaccinated-tyhhoid .typhoid-conjugate-item p {
    text-align: center;
  }
  .typhoid-conjugate-item img {
    width: 50px;
  }
  .blogs .title-top h2 {
    font-size: 24px;
  }
  .carousel-item > img {
    height: 295px;
  }
  #myBtn{
    display: block !important;
  }
  .click-here:hover .click-here-text {
    width: 235px;
  }
  .click-here {
    bottom: 60px;
    right: 15px;
  }
}

/*  X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .circle {
    display: none;
  }
  .hero-section .slider-content h1 {
    text-align: center;
    font-size: 28px;
  }
  .hero-section .slider-content h1 {
    margin-bottom: 0px;
  }
  .hero-section .slider-content h1 {
    line-height: 30px;
  }
  .hero-section .circle {
    width: 85px;
    height: 85px;
  }
  .hero-section .circle strong {
    font-size: 14px;
  }
  .hero-section .circle span {
    font-size: 10px;
  }
  .about-typhoid h2 {
    font-size: 24px;
  }
  .about-typhoid .about-typhoid-content .title {
    font-size: 24px;
  }
  .about-typhoid .about-typhoid-content .title {
    font-size: 24px;
  }
  .about-typhoid .about-typhoid-content strong {
    font-size: 24px;
  }
  .about-typhoid .symptoms-list {
    margin-top: 0px;
  }
  .about-typhoid .symptoms-icon {
    padding: 0;
    width: 70px;
    height: 70px;
  }
  .about-typhoid .nav-item {
    width: 98px;
    margin-right: 0px;
  }
  .about-typhoid-content h4 {
    font-size: 24px;
  }
  .age-groups .title {
    font-size: 24px;
  }
  .your-typhoid-risk .title-top h2 {
    font-size: 24px;
  }
  .your-typhoid-risk .your-typhoid-content span {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
  }
  .your-typhoid-risk form label {
    font-size: 18px;
  }
  .vaccinated-tyhhoid .title-top h2 {
    font-size: 24px;
  }
  .about-typhoid .about-typhoid-content p {
    font-size: 18px;
  }
  .vaccinated-tyhhoid .vaccinated-content p {
    font-size: 18px;
  }
  .vaccinated-tyhhoid .vaccinated-most-effective h2 {
    font-size: 18px !important;
  }
  .vaccinated-tyhhoid .vaccines-available {
    font-size: 22px;
  }
  .vaccinated-tyhhoid .typhoid-conjugate {
    font-size: 22px;
  }
  .vaccinated-tyhhoid .who-should-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .vaccinated-tyhhoid .who-should-sub-title {
    font-size: 24px;
  }
  .vaccinated-tyhhoid .who-should-title-2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .vaccinated-tyhhoid .who-should-info strong {
    font-size: 22px;
  }
  .vaccinated-tyhhoid .who-should-info {
    margin-bottom: 15px;
  }
  .blogs .blogs-content {
    padding: 30px 0px;
  }
  .blogs h6 {
    font-size: 18px;
  }
  .blogs p {
    font-size: 18px;
  }
  .blogs a {
    font-size: 18px;
  }
  .blogs .blogs-item {
    margin-bottom: 30px;
  }
  .find-clinic .title-top h2 {
    font-size: 24px;
  }
  .find-clinic .title-top h2 {
    margin-left: 100px;
  }
  .find-clinic .find-clinic-icon img {
    width: 55%;
  }
  .find-clinic .find-clinic-icon {
    width: 90px;
    height: 90px;
    top: -15px;
  }
  .find-clinic p {
    font-size: 18px;
  }
  .find-clinic .find-clinic-content {
    padding: 30px 0px;
  }
  .find-clinic label {
    font-size: 18px;
  }
  .find-clinic input {
    padding: 10px;
  }
  .find-clinic button {
    padding: 6px 37px;
    font-size: 18px;
  }
  .carousel-item > img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .hero-section .container {
    padding: 0px;
  }
  .hero-section .circle {
    margin-top: 15px;
  }
  .about-typhoid .circle-1 {
    width: 170px;
    height: 170px;
  }
  .about-typhoid .circle-2 {
    width: 153px;
    height: 153px;
  }
  .about-typhoid .circle-3 {
    width: 260px;
    height: 260px;
  }
  .vaccinated-tyhhoid .vaccinated-content p span {
    font-size: 18px !important;
  }
  .carousel-indicators {
    margin-right: 0%;
    justify-content: center;
  }
}
