@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*font-family: "Inter", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Inter", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

p {
  color: #6e7883;
}

img {
  max-width: 100%;
}

/*#### Common css start ####*/
.common-btn1 {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  background-color: #4054b2;
  border-color: #4054b2;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  text-transform: uppercase;
}
.common-btn1:hover {
  background-color: #4054b2;
  border-color: #4054b2;
  color: #fff;
}

.btn-light {
  position: relative;
  padding: 8px 15px;
  background-color: #fff;
  border-color: #fff;
  color: #015873;
  font-size: 16px;
  font-weight: 500;
}

.common-title {
  position: relative;
  width: 100%;
  text-align: center;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #015873;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 20px;
}
.common-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #4054b2;
  border-radius: 10px;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #6e7883;
  font-size: 15px;
  margin-bottom: 10px;
}

/*#### Common css end ####*/
/*#### Header css start ####*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
}

.top-header-wrap {
  position: relative;
  width: 100%;
  background-color: #015873;
  padding: 8px 0px;
}

.top-head-left-wrap {
  position: relative;
  width: 100%;
}

.social-media {
  position: relative;
}
.social-media ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.social-media ul li {
  position: relative;
  margin-right: 12px;
}
.social-media ul li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
.social-media ul li a:hover {
  color: #fff;
}

.hed-contact-info {
  position: relative;
}
.hed-contact-info ul {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.hed-contact-info ul li {
  position: relative;
  margin-left: 20px;
}
.hed-contact-info ul li p {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
}
.hed-contact-info ul li p a {
  color: #fff;
}
.hed-contact-info ul li p a i {
  color: #fff;
}

.header-menu-wrap {
  position: relative;
  width: 100%;
}
.header-menu-wrap .navbar {
  position: relative;
}
.header-menu-wrap .navbar .logo-wrap {
  position: relative;
}
.header-menu-wrap .navbar .navbar-nav {
  position: relative;
}
.header-menu-wrap .navbar .navbar-nav li {
  position: relative;
  padding: 5px 12px;
}
.header-menu-wrap .navbar .navbar-nav li a {
  color: #282d43;
  font-size: 16px;
  padding: 0px;
  font-weight: 500;
  transition: all 0.5s;
}
.header-menu-wrap .navbar .navbar-nav li a:hover {
  color: #4054b2;
}
.header-menu-wrap .navbar .navbar-nav li.active a {
  color: #4054b2;
}
.header-menu-wrap .dropdown-item {
  padding-bottom: 3px !important;
  border-bottom: 1px solid transparent !important;
}
.header-menu-wrap .dropdown-item:hover {
  border-bottom: 1px solid #7292ab !important;
}

.my-ac-wrap {
  position: static;
}

.my-ac-wrap ul {
  position: static;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  margin-bottom: 0px;
}

.my-ac-wrap ul li {
  position: relative;
  text-align: center;
  padding: 0px 10px;
}

.my-ac-wrap ul li a {
  position: relative;
  color: #4054b2;
  font-size: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(64, 84, 178, 0.1);
  border-radius: 50%;
}

.my-ac-wrap ul li a i {
  font-size: 25px;
}

.my-ac-wrap ul li .cart a .count {
  position: absolute;
  right: -8px;
  top: -6px;
  width: 22px;
  height: 22px;
  background-color: #4054b2;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*#### Header css end ####*/
/*### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px 180px 0px;
}

.banner-left-content {
  position: relative;
  width: 100%;
}
.banner-left-content h3 {
  position: relative;
  width: 100%;
  color: #4054b2;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-left-content h4 {
  position: relative;
  width: 100%;
  color: #005873;
  font-size: 28px;
  margin-bottom: 15px;
}
.banner-left-content p {
  position: relative;
  width: 100%;
  color: #005873;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}

.banner-right-img {
  position: relative;
  width: 100%;
}

@media (min-width: 1400px) {
  .banner-right-img {
    width: 120%;
  }
}
#banner-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0px;
}
#banner-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
}
#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#banner-slider .slick-dots li button:before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: transparent;
  border: 2px solid rgba(64, 84, 178, 0.33);
  display: block;
  border-radius: 5px;
}
#banner-slider .slick-dots li.slick-active button:before {
  width: 35px;
  height: 2px;
  background-color: #4054b2;
  border: 2px solid #4054b2;
}

/*### dots css end*/
/*### Banner css end ####*/
/*#### Banner bottom section css start ####*/
.banner-bottom-section {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-color: transparent;
  margin-top: -156px;
}

.banner-bottom-list {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  border-radius: 20px;
  border: 1px solid rgba(64, 84, 178, 0.42);
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
}
.banner-bottom-list .icon {
  margin-bottom: 15px;
}
.banner-bottom-list p {
  color: #6e7883;
}

/*#### Banner bottom section css end ####*/
.common-section {
  padding: 80px 0;
}
.common-section img {
  max-width: 100%;
}

.aboutSec {
  position: relative;
}
.aboutSec h6 {
  font-size: 20px;
  color: #4054b2;
  font-weight: 600;
}
.aboutSec h2 {
  color: #282d43;
  font-weight: 600;
  font-size: 33px;
}
.aboutSec h5 {
  color: #4054b2;
  font-size: 22px;
  font-weight: 600;
}

.testTripSec {
  position: relative;
  width: 100%;
  background-color: #f0faff;
}
.testTripSec h2 {
  text-transform: capitalize;
  color: #282d43;
  font-size: 33px;
  font-weight: 600;
}
.testTripSec .icn {
  background-color: #4054b2;
  width: 59px;
  min-width: 59px;
  height: 59px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.testTripSec .icn img {
  -o-object-fit: contain;
  object-fit: contain;
}
.testTripSec:after {
  content: "";
  background: url(../images/bg1.jpg);
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: 0;
}
.testTripSec .container {
  position: relative;
  z-index: 1;
}
.testTripSec .right img {
  position: relative;
  right: -150px;
}
.testTripSec .list-group-item {
  background-color: transparent;
  border: 0;
}
.testTripSec .list-group {
  margin-top: 15px;
}
.testTripSec .list-group .list-group-item {
  padding: 15px;
  border-radius: 15px;
}
.testTripSec .list-group .list-group-item:hover {
  background-color: #fff;
}

.welcm .container {
  background-color: #aee8fe;
  border-radius: 20px;
  overflow: hidden;
}
.welcm h4 {
  font-size: 34px;
  font-weight: 700;
  color: #282d43;
}
.welcm h6 {
  font-weight: 600;
  color: #015873;
  font-size: 22px;
}

.productSec h5 {
  font-size: 43px;
  font-weight: 600;
  color: #4054b2;
}
.productSec .gsb p {
  font-size: 22px;
}
.productSec .gsb .list-group-item {
  border: var(--bs-list-group-border-width) solid #4054b2;
}
.productSec .proSpan {
  color: #4054b2;
  font-weight: 500;
}

.prodctBx {
  position: relative;
}
.prodctBx .imageSec {
  position: relative;
  background-color: #eaeef0;
  padding: 15px;
  overflow: hidden;
}
.prodctBx .imageSec img {
  width: 100%;
}
.prodctBx h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 15px;
}
.prodctBx h4 {
  color: #4054b2;
  font-size: 18px;
  font-weight: 700;
}
.prodctBx img {
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.5s ease;
}
/* .prodctBx .common-btn {
  position: absolute;
  bottom: 15px;
  right: -100%;
} */
.prodctBx:hover img {
  transform: scale(1.1);
}
/* .prodctBx:hover .common-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
} */
.prodctBx button.btn.dropdown-toggle {
  background: rgba(237, 240, 255, 0.4196078431);
  width: 100%;
  margin-bottom: 6px;
  border: 1px solid rgba(148, 159, 208, 0.4196078431);
}

.aboutUs {
  background: url(../images/b3.jpg);
  background-size: cover !important;
}
.aboutUs img {
  position: relative;
  max-width: 90%;
}
.aboutUs .right {
  padding: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.aboutUs .right h6 {
  color: #015873;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.aboutUs .right h5 {
  color: #015873;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.testimonials h6 {
  font-weight: 600;
  margin-bottom: 0;
}
.testimonials .testimnlsBx {
  padding: 15px;
  border: 1px solid #cdd8d0;
  border-radius: 10px;
  box-shadow: var(--bs-box-shadow) !important;
}
.testimonials h3 {
  text-transform: capitalize;
  color: #282d43;
  font-size: 33px;
  font-weight: 600;
}
.star i {
  color: #ffc107;
  font-size: 13px;
}

.section2 {
  background: url(../images/bg4.jpg);
  background-repeat: repeat-x;
  padding-bottom: 0;
}
.section2 h3 {
  color: #282d43;
  font-size: 33px;
  font-weight: 600;
}

.newBx {
  border-radius: 15px;
}
.newBx .txtBx {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -50px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 10px;
}
.newBx h5 {
  font-size: 20px;
  color: #282d43;
  font-weight: 600;
}

.common-title {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.footerSec {
  background-color: #282d43;
  position: relative;
  padding-top: 100px;
}
.footerSec h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
.footerSec a,
.footerSec p {
  color: #c7c5c5;
  font-weight: 400;
}
.footerSec .form-control {
  background-color: transparent;
  color: #fff !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.footerSec label {
  color: #c7c5c5;
}
.footerSec .copyright {
  padding: 20px 0;
  border-top: 1px solid #54585a;
  margin-top: 20px;
  text-align: center;
  color: #969696;
  font-size: 14px;
}
.footerSec .footerLogo {
  display: block;
  margin-bottom: 25px;
}
.footerSec .fterLink li {
  margin-bottom: 20px;
}
.footerSec .fterLink li a:hover {
  color: #ccc;
}
.footerSec .left p {
  line-height: 34px;
}

.innerBanner {
  padding: 110px 0px 100px 0px;
}

/* FAQs start */
.FAQs-TitleBox .common-title,
.FAQs-TitleBox.common-box > h2,
.common-section .FAQs-TitleBox.common-box > h2 {
  font-size: 42px;
}

.FAQs-TitleBox .common-para p:first-child,
.FAQs-TitleBox.common-box > div.common-para p:first-child {
  font-size: 21px;
  text-align: center;
  padding-right: 0px;
}

.FAQs-AccordionBox {
  margin-top: 30px;
}

.CommonFAQ .accordion-item {
  --eBorAccI: #bababa;
  margin-bottom: 0px;
  border-radius: 20px !important;
  overflow: hidden;
  border: 1px solid var(--eBorAccI);
  background: rgba(var(--third-color), 0.1);
  margin-bottom: 20px;
  padding: 0px 0px;
}

.CommonFAQ .accordion-item:last-child {
  margin-bottom: 0px;
}

.CommonFAQ .accordion-item .accordion-button {
  box-shadow: none !important;
  background: rgba(var(--main-color), 0);
  border-radius: 0px !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 26px 26px;
  color: rgba(var(--black-color), 1);
}

.CommonFAQ .accordion-button:not(.collapsed) {
  color: rgba(var(--black-color), 1);
  background: rgba(var(--white-color), 0);
  box-shadow: none !important;
}

.CommonFAQ .accordion-body {
  border-top: 1px solid var(--eBorAccI);
  color: rgba(var(--black-color), 1);
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  max-height: 500px;
  overflow: auto;
}

.CommonFAQ .accordion-body a,
.CommonFAQ .accordion-body a:visited {
  color: rgba(var(--main-color), 1);
  transition: var(--transition-05s);
}

.CommonFAQ .accordion-body a:hover,
.CommonFAQ .accordion-body a:focus {
  color: rgba(var(--second-color), 1);
}

.accordion-body p:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-body p:last-child {
  margin-bottom: 0px;
}

.FAQs-Logo {
  margin: auto;
  margin-bottom: 30px;
  width: 250px;
}

.FAQs-Img {
  margin: auto;
  width: 420px;
}

/* FAQs end */
/*### Contact us page css start ####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  background-color: #f0faff;
  padding: 60px 0px;
}

.contact-left-form-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
}
.contact-left-form-wrap .common-title h3 {
  font-size: 22px;
}
.contact-left-form-wrap .common-title h4 {
  font-size: 18px;
  color: #4054b2;
}

.form-sec {
  position: relative;
  width: 100%;
}
.form-sec .form-group {
  position: relative;
  width: 100%;
}
.form-sec .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #173c4b;
}
.form-sec .form-group .form-control:focus {
  box-shadow: none;
  border-color: #4054b2;
}
.form-sec .form-group .comon-btn2 {
  padding: 8px 30px;
  border-radius: 5px;
}

.contact-info-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 25px 25px;
  border-radius: 5px;
  /**/
  /**/
}
.contact-info-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.contact-info-wrap .contact-det-list .icon {
  position: relative;
  width: 30px;
  color: #4355b1;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  border-radius: 50%;
}
.contact-info-wrap .contact-det-list .content {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 5px;
}
.contact-info-wrap .contact-det-list .content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-info-wrap .contact-det-list .content p {
  position: relative;
  font-size: 16px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #000000;
}
.contact-info-wrap .contact-det-list .content p a {
  color: #000000;
}
.contact-info-wrap .footer-social {
  border: 0px;
  height: auto;
}
.contact-info-wrap .footer-social ul li a {
  color: #000;
}

/*### Contact us page css end ####*/
.mail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 10px;
}

.text-bg-primary {
  color: #fff !important;
  background-color: #4054b2 !important;
}

.testTripSec .rounded-pill {
  min-height: 23px;
  min-width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
} /*# sourceMappingURL=style.css.map */

.woocommerce-input-wrapper {
  display: flex;
  gap: 9px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: flex;
  flex-direction: column;
}
.single-post .common-section {
  padding: 50px 0;
}
#submit {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  background-color: #4054b2;
  border-color: #4054b2;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  text-transform: uppercase;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background-color: #4054b2;
}
.prodctBx h5 {
  min-height: 43px;
}
.prodctBx .imageSec img {
  width: 100%;
  height: 243px;
  object-fit: contain;
}
.hed-contact-info ul li i {
  margin-right: 10px;
}
.prodctBx button.btn.dropdown-toggle {
  border: 1px solid rgba(148, 159, 208, 0.4196078431);
  word-wrap: break-word !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 100%;
}
.prodctBx h4 {
  font-size: 14px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  padding-left: 0;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled
  input {
  min-height: 36px;
}
.summary.entry-summary h1 {
  font-size: 28px;
}
.woocommerce div.product form.cart .variations select {
  border: 1px solid #ccc;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 18px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #ccc;
}

p {
  word-wrap: break-word;
}

.woocommerce div.product form.cart .variations select {
  word-break: break-all;
  word-break: break-all;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 100%;
  padding: 5px;
}


*:lang(es) .header-menu-wrap .navbar .navbar-nav li {
  
	position: relative;
	padding: 5px 4px;

}
*:lang(es) .banner-bottom-list h4{
  font-size: 1.1rem;
}
*:lang(es) .prodctBx h5 {
	min-height: 63px;
}
*:lang(es)  .prodctBx h5 {
	font-size: 15px;
}
*:lang(es) .newBx h5 {
	font-size: 17px;
	min-height: 48px;
}
*:lang(es) .wc-block-grid__products .wc-block-grid__product-image img {
	min-height: 300px;
	object-fit: fill;
}

@media(min-width: 768px) and (max-width: 1320px){
*:lang(es) .woocommerce div.product form.cart .variations select {
	padding:inherit;
  padding-right: 36px;
}
}


@media(min-width:520px) and (max-width: 991px){
.header-wrapper {
	padding-top: 50px;
}
 .translate {
	position: absolute;
	right: 0;
	top: -38px;
}
}
@media(max-width: 767px){
*:lang(es) .woocommerce-Price-amount.amount {
	display: flex;
	gap: 3px;
}
*:lang(es) .prodctBx h4 {
	display: flex;
}
}



/* new section add */
.major-diabetic-cta-section{
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-color: #f0faff;
}
.major-diabetic-cta-content{
  position: relative;
  width: 100%;
  text-align: center;
}
.major-diabetic-cta-content h3{
  position: relative;
  width: 100%;
  color: #4054b2;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}
.major-diabetic-cta-content p{
  position: relative;
  width: 100%;
  color: #6e7883;
  font-size: 18px;
  margin-bottom: 15px;
}
.major-diabetic-cta-content .major-diabetic-img-box{
  position: relative;
  width: 70%;
  margin: 20px auto;
}
@media(max-width:991px){
  .major-diabetic-cta-content h3{
    font-size: 30px;
  }
  .major-diabetic-cta-content p{
    font-size: 16px;
  }
  .major-diabetic-cta-content .major-diabetic-img-box{
    width: 100%;
  }
}

/*  */
#testimonials-slider .testimonials-sld-items{
  position: relative;
  padding: 25px 15px;
}
#testimonials-slider .slick-dots {
  position: relative;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0px 0px 0px;
}
#testimonials-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
}
#testimonials-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#testimonials-slider .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 5px;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
  display: block;
  border-radius: 20px;
  transition: all 0.5s;
}
#testimonials-slider .slick-dots li.slick-active button:before {
  width: 30px;
  height: 5px;
  background-color: #4054b2;
  border: 1px solid #4054b2;
}

/*### dots css end*/
p.price {
    display: flex;
    gap: 10px;
}

