*,
*:after,
*:before {
  box-sizing: border-box;
}

.med-section h1,
.med-visual-block h1,
.med-section h2,
.med-visual-block h2,
.med-section h3,
.med-visual-block h3,
.med-section h4,
.med-visual-block h4,
.med-section h5,
.med-visual-block h5,
.med-section h6
.med-visual-block h6 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
}

body {
  min-width: 360px;
  margin: 0;
}

.med-section,
.med-visual-block,
.med-section p,
.med-section li {
  color: #444;
  font: 400 14px/1.777 "Questrial", Arial, sans-serif;
}

@media (min-width: 1024px) {
  .med-section,
  .med-visual-block,
  .med-section p,
  .med-section li  {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .med-section,
  .med-visual-block,
  .med-section p,
  .med-section li {
    font-size: 18px;
  }
}

/* Buttons Styles */
.med-button-primary {
  background: #2490eb;
  border: 1px solid #2490eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 25px;
  min-width: 160px;
  transition: 0.3s;
  text-transform: capitalize;
  font-family: "Space Grotesk", Arial, sans-serif;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .med-button-primary {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .med-button-primary {
    padding: 11px 25px;
    min-width: 200px;
  }
}
.med-button-primary:hover {
  color: #fff;
  background: #187acb;
  text-decoration: none;
}
.med-button-primary:visited {
  color: #fff;
}
.med-button-primary.outline {
  color: #000;
  background: transparent;
}
.med-button-primary.outline:hover {
  color: #fff;
  background: #2490eb;
  text-decoration: none;
}
.med-button-primary.outline:visited {
  color: #000;
}

/* Slick Arrow Styles */
.slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
}

/* Slick Dots Styles */
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .slick-dots {
    margin-top: 40px;
  }
}
.slick-dots button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots button:before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d9d9d9;
  content: "";
  transition: 0.3s;
}
.slick-dots button:hover:before {
  width: 12px;
  height: 12px;
  background: #2490eb;
}
.slick-dots .slick-active button:before {
  width: 12px;
  height: 12px;
  background: #2490eb;
}

/* Wrappr Styles */
#med-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Container Styles */
.med-container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .med-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Visual Block Styles */
.med-visual-block {
  overflow: hidden;
  position: relative;
  background: url("../images/bg-visual.jpg") no-repeat center;
  background-size: cover;
  padding: 20px 0 60px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .med-visual-block {
    margin-bottom: 60px;
  }
}
.med-visual-block .med-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .med-visual-block .med-container {
    flex-direction: row;
  }
}
.med-visual-block .med-visual-left {
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .med-visual-block .med-visual-left {
    width: 48%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .med-visual-block .med-visual-left {
    width: 43%;
  }
}
.med-visual-block .med-textbox {
  padding: 0 0 25px;
}
@media (min-width: 768px) {
  .med-visual-block .med-textbox {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .med-visual-block .med-textbox {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  .med-visual-block .med-textbox {
    padding: 66px 0;
  }
}
.med-visual-block h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 13px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .med-visual-block h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .med-visual-block h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .med-visual-block h1 {
    font-size: 65px;
  }
}
@media (min-width: 1440px) {
  .med-visual-block h1 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .med-visual-block h1 br {
    display: none;
  }
}
.med-visual-block p {
  font-size: 15px;
  text-transform: capitalize;
  margin: 0 0 12px;
  color: #fff;
}
@media (min-width: 1024px) {
  .med-visual-block p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .med-visual-block p {
    font-size: 20px;
  }
}
.med-visual-block p:last-child {
  margin: 0;
}
.med-visual-block .med-visual-right {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .med-visual-block .med-visual-right {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .med-visual-block .med-visual-right {
    width: 55.3%;
  }
}
.med-visual-block .med-visual-image {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 71%;
  margin-bottom: 70px;
}
.med-visual-block .med-visual-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.med-visual-block .med-visual-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.med-visual-block .med-visual-image.img-sm {
  position: absolute;
  right: 0;
  top: 5px;
  width: 28.75%;
  margin: 0;
}

/* Visual Form Styles */
.med-visual-form {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .med-visual-form {
    margin-right: -30px;
  }
}
@media (min-width: 1024px) {
  .med-visual-form {
    margin-right: -45px;
  }
}
.med-visual-form .med-visual-form-wrap {
  display: flex;
  position: relative;
}
.med-visual-form .med-form-select {
  width: 145px;
  flex-shrink: 0;
  margin-right: -50px;
  position: relative;
}
@media (min-width: 768px) {
  .med-visual-form .med-form-select {
    width: 155px;
  }
}
@media (min-width: 1024px) {
  .med-visual-form .med-form-select {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .med-visual-form .med-form-select {
    width: 220px;
  }
}
@media (min-width: 1440px) {
  .med-visual-form .med-form-select {
    width: 245px;
  }
}
.med-visual-form .med-form-select:after {
  width: 50px;
  background: #f4f4f4 url("../images/ico-arrow.svg") no-repeat center;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  pointer-events: none;
}
.med-visual-form .med-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 0;
  pointer-events: none;
}
.med-visual-form .med-text-input {
  width: 100%;
  height: 56px;
  color: #444;
  padding: 8px 25px;
  border-radius: 30px;
  background: #fff;
  font: 14px/24px "Questrial", Arial, sans-serif;
  text-transform: capitalize;
  border: 1px solid #fff;
}
@media (min-width: 1024px) {
  .med-visual-form .med-text-input {
    font-size: 16px;
  }
}
.med-visual-form .med-text-input::placeholder {
  color: #444;
  opacity: 1;
}
.med-visual-form .med-text-input:focus {
  outline: none;
}
.med-visual-form select.med-text-input {
  background: #f4f4f4;
  border-color: #767796;
  padding-left: 40px;
}
.med-visual-form .med-form-input {
  flex-grow: 1;
  min-width: 0;
}
.med-visual-form .med-form-input .med-text-input {
  padding-left: 60px;
  padding-right: 65px;
}
@media (min-width: 1024px) {
  .med-visual-form .med-form-input .med-text-input {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.med-visual-form .med-button-search {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2490eb;
  border: 1px solid #2490eb;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}
.med-visual-form .med-button-search:hover {
  background: #187acb;
}

/* Relief Box Styles*/
.med-relief-box {
  background: #2490eb;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media (min-width: 1024px) {
  .med-relief-box {
    width: 230px;
    height: 230px;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .med-relief-box {
    width: 270px;
    height: 270px;
    gap: 18px;
  }
}
@media (min-width: 1440px) {
  .med-relief-box {
    width: 308px;
    height: 308px;
    gap: 25px;
  }
}
.med-relief-box:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #2490eb;
  position: absolute;
  left: -18%;
  bottom: 0;
  content: "";
}
@media (min-width: 1024px) {
  .med-relief-box:before {
    width: 36px;
    height: 36px;
    left: -13.2%;
    bottom: 15px;
  }
}
.med-relief-box .med-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .med-relief-box .med-icon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .med-relief-box .med-icon {
    width: 70px;
    height: 70px;
  }
}
.med-relief-box .med-icon img {
  transform: scale(0.7);
}
@media (min-width: 1200px) {
  .med-relief-box .med-icon img {
    transform: scale(0.8);
  }
}
@media (min-width: 1440px) {
  .med-relief-box .med-icon img {
    transform: scale(1);
  }
}
.med-relief-box .med-text {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  font-family: "Space Grotesk", Arial, sans-serif;
}
@media (min-width: 1024px) {
  .med-relief-box .med-text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .med-relief-box .med-text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .med-relief-box .med-text {
    font-size: 22px;
  }
}
.med-relief-box .med-text span {
  font-size: 45px;
  line-height: 1.1;
  display: block;
}
@media (min-width: 1024px) {
  .med-relief-box .med-text span {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .med-relief-box .med-text span {
    font-size: 65px;
  }
}
@media (min-width: 1440px) {
  .med-relief-box .med-text span {
    font-size: 80px;
  }
}

/* Section General Styles */
.med-section {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .med-section {
    padding: 60px 0;
  }
}

/* Section Header General Styles */
.med-section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 36px;
}
.med-section-header .med-header-seperator {
  width: 173px;
  margin: 0 auto 17px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.med-section-header .med-header-seperator:before {
  background: #2490eb;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  content: "";
  transform: translateY(-50%);
}
.med-section-header .med-header-seperator img {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.med-section-header .med-subtitle {
  margin: 0;
  display: block;
  text-transform: capitalize;
  font: 400 14px/1.2 "Space Grotesk", Arial, sans-serif;
}
@media (min-width: 768px) {
  .med-section-header .med-subtitle {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .med-section-header .med-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .med-section-header .med-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .med-section-header .med-subtitle {
    font-size: 20px;
  }
}
.med-section-header h2 {
  margin: 0;
  color: #000;
  font-size: 30px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .med-section-header h2 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .med-section-header h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .med-section-header h2 {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .med-section-header h2 {
    font-size: 60px;
  }
}
.med-section-header h2 span {
  color: #2490eb;
}

/* Category Slider Styles */
.med-category-slider {
  margin: 0 -8px;
}
.med-category-slider .slick-slide {
  padding: 0 8px;
}

/* Category Box Styles */
.med-category-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.med-category-box .med-icon {
  width: 155px;
  height: 155px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 144, 235, 0.1);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .med-category-box .med-icon {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 1024px) {
  .med-category-box .med-icon {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .med-category-box .med-icon {
    width: 190px;
    height: 190px;
  }
}
.med-category-box .med-icon img {
  transform: scale(0.8);
}
@media (min-width: 768px) {
  .med-category-box .med-icon img {
    transform: scale(1);
  }
}
.med-category-box .med-title {
  display: block;
  text-align: center;
  color: #000;
  font: 700 16px/1.2 "Space Grotesk", Arial, sans-serif;
}
@media (min-width: 768px) {
  .med-category-box .med-title {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .med-category-box .med-title {
    font-size: 20px;
  }
}
.med-category-box .med-title a {
  color: currentColor;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}
.med-category-box .med-title a:hover {
  color: #2490eb;
}

/* Section About Styles */
.med-section-about {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .med-section-about {
    margin-bottom: 60px;
  }
}
.med-section-about .med-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .med-section-about .med-container {
    flex-direction: row;
  }
}

/* About Info Styles */
.med-about-info {
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .med-about-info {
    padding-top: 9px;
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .med-about-info {
    width: 40.5%;
  }
}
.med-about-info .med-section-header {
  text-align: left;
  margin-bottom: 25px;
}
.med-about-info h2 {
  text-transform: capitalize;
}
.med-about-info .med-about-textbox {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .med-about-info .med-about-textbox {
    padding: 0 15px 0 0;
  }
}
.med-about-info p {
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .med-about-info p {
    margin: 0 0 33px;
  }
}
.med-about-info .med-unorder-list {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .med-about-info .med-unorder-list {
    margin-bottom: 43px;
  }
}
.med-about-info .med-buttons-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Unorder List Styles */
.med-unorder-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #000;
}
@media (min-width: 1200px) {
  .med-unorder-list {
    gap: 12px;
  }
}
.med-unorder-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: currentColor;
}
@media (min-width: 1200px) {
  .med-unorder-list li {
    gap: 12px;
  }
}
.med-unorder-list li:before {
  width: 18px;
  height: 18px;
  content: "";
  flex-shrink: 0;
  margin-top: 5px;
  background: url("../images/icon-check.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  .med-unorder-list li:before {
    width: 22px;
    height: 22px;
  }
}

/* About Right Styles */
.med-about-right {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .med-about-right {
    width: 52%;
    padding: 3px 5px 0 0;
  }
}
@media (min-width: 1200px) {
  .med-about-right {
    width: 58.75%;
  }
}
.med-about-right:before {
  width: 300px;
  height: 300px;
  background: #2490eb;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .med-about-right:before {
    width: 350px;
    height: 350px;
    top: 10%;
    right: 10%;
    left: auto;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .med-about-right:before {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 1440px) {
  .med-about-right:before {
    width: 510px;
    height: 510px;
    top: 7.7%;
    right: 7.3%;
  }
}
.med-about-right .med-images-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .med-about-right .med-images-wrap {
    margin-bottom: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .med-about-right .med-images-wrap {
    gap: 30px;
  }
}
.med-about-right .med-about-image {
  border-radius: 20px;
  overflow: hidden;
  width: 47%;
}
@media (min-width: 768px) {
  .med-about-right .med-about-image {
    width: 40.5%;
  }
}
@media (min-width: 1024px) {
  .med-about-right .med-about-image {
    width: 38.4%;
  }
}
.med-about-right .med-about-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .med-about-right .med-about-image + .med-about-image {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
  .med-about-right .med-about-image + .med-about-image {
    margin-top: 94px;
  }
}
.med-about-right .med-about-stats {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .med-about-right .med-about-stats {
    margin-top: -7%;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .med-about-right .med-about-stats {
    margin-top: -8%;
  }
}
.med-about-right .med-about-stats .med-about-image {
  width: 98%;
  flex-shrink: 0;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .med-about-right .med-about-stats .med-about-image {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .med-about-right .med-about-stats .med-about-image {
    width: 57.4%;
    margin: 0;
  }
}
.med-about-right .med-stats-text {
  color: #fff;
  background: #192e70;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: 700 14px/1.5 "Space Grotesk", Arial, sans-serif;
}
@media (min-width: 1024px) {
  .med-about-right .med-stats-text {
    flex-grow: 1;
    min-width: 0;
    margin-top: 5%;
    margin-left: -5%;
  }
}
@media (min-width: 1200px) {
  .med-about-right .med-stats-text {
    padding: 22px;
    font-size: 17px;
    gap: 15px;
    border-radius: 20px;
  }
}
@media (min-width: 1440px) {
  .med-about-right .med-stats-text {
    padding-left: 33px;
    font-size: 18px;
  }
}
.med-about-right .med-stats-text strong {
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  color: #2490eb;
}
@media (min-width: 1200px) {
  .med-about-right .med-stats-text strong {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .med-about-right .med-stats-text strong {
    font-size: 60px;
  }
}

/* Section Find Styles */
.med-section-find {
  padding: 60px 0 275px;
  background: #fafafa url("../images/bg-doctors.png") no-repeat left bottom;
  background-size: cover;
  background-blend-mode: darken;
}
@media (min-width: 768px) {
  .med-section-find {
    padding: 100px 0 305px;
  }
}
@media (min-width: 1024px) {
  .med-section-find {
    padding: 120px 0 305px;
  }
}

/* Doctors Slider Styles */
.med-doctors-slider {
  margin: 0 -10px;
}
@media (min-width: 1200px) {
  .med-doctors-slider {
    margin: 0 -14px;
  }
}
.med-doctors-slider .slick-track {
  display: flex;
}
.med-doctors-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .med-doctors-slider .slick-slide {
    padding: 0 18px;
  }
}

/* Doctor Box Styles*/
.med-doctor-box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 0 10px;
  height: 100%;
}
.med-doctor-box .med-box-wrap {
  flex-grow: 1;
  min-height: 0;
}
.med-doctor-box .med-image-holder {
  position: relative;
  padding: 25px 0 0;
}
.med-doctor-box .med-bg-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #2490eb;
  max-height: 180px;
}
@media (min-width: 768px) {
  .med-doctor-box .med-bg-frame {
    max-height: 210px;
  }
}
.med-doctor-box .med-bg-frame img {
  width: 100%;
  height: auto;
  display: block;
}
.med-doctor-box .med-image-box {
  position: relative;
  z-index: 1;
  width: 220px;
  height: 220px;
  border: 10px solid #fff;
  border-radius: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .med-doctor-box .med-image-box {
    width: 257px;
    height: 257px;
  }
}
.med-doctor-box .med-image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 100%;
}
.med-doctor-box .med-textbox {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .med-doctor-box .med-textbox {
    padding: 10px 30px 13px;
  }
}
.med-doctor-box h3 {
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .med-doctor-box h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
}
.med-doctor-box h3 a {
  display: inline-block;
  color: currentColor;
  text-decoration: none;
  transition: 0.3s;
}
.med-doctor-box h3 a:hover {
  color: #2490eb;
}
.med-doctor-box .med-des {
  display: inline-block;
  background-color: #2490eb;
  color: #fff;
  text-transform: uppercase;
  padding: 1px 6px;
  font: 700 14px/1.2 "Space Grotesk", Arial, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .med-doctor-box .med-des {
    font-size: 15px;
  }
}
.med-doctor-box p {
  margin: 0 0 15px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .med-doctor-box p {
    font-size: 16px;
  }
}
.med-doctor-box p:last-child {
  margin-bottom: 0;
}
.med-doctor-box .med-box-foot {
  margin-top: auto;
  background: #e9f4fd;
  border-radius: 15px;
  margin: 0 6px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.med-doctor-box .med-price {
  color: #000;
  display: block;
  font: 700 24px/1.2 "Space Grotesk", Arial, sans-serif;
}
.med-doctor-box .med-ratings {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #444;
}
@media (min-width: 1024px) {
  .med-doctor-box .med-ratings {
    font-size: 16px;
  }
}

/* Section Appointment Styles */
.med-section-appointment {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .med-section-appointment {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.med-section-appointment .med-container {
  padding: 0;
  border-radius: 20px;
  max-width: 1316px;
  background: #22246a url("../images/bg-appointment.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  margin-top: -215px;
}
@media (min-width: 768px) {
  .med-section-appointment .med-container {
    flex-direction: row;
  }
}
.med-section-appointment .med-appointment-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .med-section-appointment .med-appointment-left {
    width: 50%;
    padding: 0 3%;
  }
}
@media (min-width: 1024px) {
  .med-section-appointment .med-appointment-left {
    padding-left: 3%;
    padding-right: 0;
    width: 53%;
  }
}
@media (min-width: 1440px) {
  .med-section-appointment .med-appointment-left {
    padding-left: 5%;
  }
}
.med-section-appointment .med-image-holder {
  align-self: flex-end;
  width: 38%;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 1024px) {
  .med-section-appointment .med-image-holder {
    display: block;
  }
}
.med-section-appointment .med-image-holder .med-image-wrap {
  margin-right: -55%;
}
.med-section-appointment .med-image-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.med-section-appointment .med-appointment-right {
  width: 100%;
  background: #fff;
  border: 5px solid #2490eb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .med-section-appointment .med-appointment-right {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .med-section-appointment .med-appointment-right {
    width: 47%;
    padding: 25px 2.5% 20px 11%;
  }
}
.med-section-appointment .med-appointment-right h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .med-section-appointment .med-appointment-right h3 {
    font-size: 24px;
  }
}

/* Appointment Info */
.med-appointment-info {
  display: flex;
  flex-direction: column;
  padding: 35px 0;
  flex-grow: 1;
  min-width: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .med-appointment-info {
    justify-content: center;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .med-appointment-info {
    padding: 50px 0;
  }
}
.med-appointment-info .med-section-header {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .med-appointment-info .med-section-header {
    text-align: left;
  }
}
.med-appointment-info h2 {
  color: #fff;
}
.med-appointment-info .med-appointment-textbox {
  overflow: hidden;
}
.med-appointment-info p {
  margin: 0 0 25px;
  color: currentColor;
}
@media (min-width: 768px) {
  .med-appointment-info p {
    margin: 0 0 33px;
  }
}
.med-appointment-info .med-appointment-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .med-appointment-info .med-appointment-icon {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1440px) {
  .med-appointment-info .med-appointment-icon {
    width: 80px;
    height: 80px;
  }
}
.med-appointment-info .med-appointment-icon img {
  width: 32px;
  height: 32px;
  display: block;
}
@media (min-width: 1200px) {
  .med-appointment-info .med-appointment-icon img {
    width: 37px;
    height: 37px;
  }
}
.med-appointment-info .med-appointment-verified {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 12px;
}
@media (min-width: 768px) {
  .med-appointment-info .med-appointment-verified {
    justify-content: flex-start;
  }
}
.med-appointment-info .med-appointment-verified p {
  margin: 0;
  line-height: 1.5;
}

/* Appointment Form Styles */
.med-appointment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .med-appointment-form {
    gap: 20px;
  }
}
.med-appointment-form .med-form-row {
  display: flex;
  gap: 10px;
}
@media (min-width: 1200px) {
  .med-appointment-form .med-form-row {
    gap: 20px;
  }
}
.med-appointment-form .med-form-field {
  flex: 1;
}
.med-appointment-form .med-form-select {
  position: relative;
}
.med-appointment-form .med-form-select:after {
  width: 40px;
  background: #fbfbfb url("../images/ico-arrow.svg") no-repeat center;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  pointer-events: none;
}
.med-appointment-form .met-text-input {
  width: 100%;
  height: 50px;
  background: #fbfbfb;
  border: 1px solid #c3c3c3;
  padding: 8px 16px;
  color: #000;
  border-radius: 25px;
  font: 14px/24px "Questrial", Arial, sans-serif;
}
@media (min-width: 1200px) {
  .med-appointment-form .met-text-input {
    font-size: 16px;
  }
}
.med-appointment-form .met-text-input::placeholder {
  color: #000;
}
.med-appointment-form .met-text-input:focus {
  outline: none;
}
.med-appointment-form .med-button-primary {
  width: 100%;
}

/* Section Help Styles */
.med-section-help .med-section-header {
  text-align: left;
  max-width: inherit;
}
.med-section-help .med-help-holder {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .med-section-help .med-help-holder {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .med-section-help .med-help-holder {
    gap: 22px;
  }
}
@media (min-width: 1440px) {
  .med-section-help .med-help-holder {
    gap: 30px;
  }
}

/* Section Help Column Styles */
.med-help-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .med-help-column {
    gap: 22px;
  }
}
@media (min-width: 1440px) {
  .med-help-column {
    gap: 30px;
  }
}
.med-help-column.left {
  flex-direction: row;
}
@media (min-width: 768px) {
  .med-help-column.left {
    max-width: 650px;
  }
}
.med-help-column.left .med-help-box {
  flex-direction: column;
}
@media (min-width: 768px) {
  .med-help-column.left .med-help-box {
    max-width: 310px;
  }
}
.med-help-column.right .med-help-box {
  min-width: 0;
}
.med-help-column.right .med-help-image {
  width: 50%;
}
@media (min-width: 1200px) {
  .med-help-column.right .med-help-image {
    width: 60%;
  }
}

/* Help Box Styles */
.med-help-box {
  display: flex;
  flex-direction: row;
  background: #fff1f5;
  border-radius: 15px;
  color: #000;
  flex: 1;
}
@media (min-width: 1024px) {
  .med-help-box {
    border-radius: 20px;
  }
}
.med-help-box .med-textbox {
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  padding: 15px;
}
@media (min-width: 480px) {
  .med-help-box .med-textbox {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .med-help-box .med-textbox {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .med-help-box .med-textbox {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .med-help-box .med-textbox {
    padding: 25px;
  }
}
.med-help-box .med-subtitle {
  display: block;
  line-height: 1.5;
  margin: 0 0 2px;
  font-family: "Space Grotesk", Arial, sans-serif;
}
@media (min-width: 1024px) {
  .med-help-box .med-subtitle {
    font-size: 16px;
  }
}
.med-help-box h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: capitalize;
}
@media (min-width: 480px) {
  .med-help-box h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .med-help-box h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .med-help-box h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .med-help-box h3 {
    font-size: 24px;
  }
}
.med-help-box p {
  line-height: 1.5;
  margin: 0 0 6px;
}
@media (min-width: 1024px) {
  .med-help-box p {
    font-size: 16px;
  }
}
.med-help-box .med-help-image {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-shrink: 0;
}
.med-help-box .med-help-image > img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.med-help-box .med-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  .med-help-box .med-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }
}
.med-help-box .med-icon img {
  transform: scale(0.7);
}
@media (min-width: 1200px) {
  .med-help-box .med-icon img {
    transform: scale(1);
  }
}
.med-help-box.green {
  background: #ddffeb;
}
.med-help-box.blue {
  background: #d7ecff;
}
.med-help-box.yellow {
  background: #fff6d3;
}

/* Section Tesimonials Styles */
.med-section-tesimonials {
  overflow: hidden;
}
@media (min-width: 768px) {
  .med-section-tesimonials {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .med-section-tesimonials {
    margin-bottom: 60px;
  }
}

/* Tesimonials Slider Styles */
.med-tesimonials-slider {
  margin: 0 -10px;
}
@media (min-width: 1200px) {
  .med-tesimonials-slider {
    margin: 0 -14px;
  }
}
@media (min-width: 1440px) {
  .med-tesimonials-slider {
    margin: 0 -18px;
  }
}
.med-tesimonials-slider .slick-track {
  display: flex;
}
.med-tesimonials-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .med-tesimonials-slider .slick-slide {
    padding: 0 14px;
  }
}
@media (min-width: 1440px) {
  .med-tesimonials-slider .slick-slide {
    padding: 0 18px;
  }
}

/* Blockquote Styles */
.med-blockquote {
  padding: 10px;
  border-radius: 30px;
  border: 5px solid #e6eaed;
  height: 100%;
}
.med-blockquote blockquote {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  padding: 0;
  border: 0;
}
@media (min-width: 1024px) {
  .med-blockquote blockquote {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .med-blockquote blockquote {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .med-blockquote blockquote {
    font-size: 24px;
  }
}
.med-blockquote blockquote q {
  padding: 10px;
  display: block;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .med-blockquote blockquote q {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .med-blockquote blockquote q {
    padding: 25px 40px;
  }
}
.med-blockquote .med-author-info {
  display: block;
  width: 100%;
  color: #555;
  border-radius: 12px;
  background: rgba(36, 144, 235, 0.1);
  position: relative;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .med-blockquote .med-author-info {
    border-radius: 20px;
  }
}
.med-blockquote .med-ratings {
  padding: 10px 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-family: "Space Grotesk", Arial, sans-serif;
}
@media (min-width: 1024px) {
  .med-blockquote .med-ratings {
    font-size: 17px;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .med-blockquote .med-ratings {
    font-size: 20px;
  }
}
.med-blockquote .med-ratings .med-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.med-blockquote .med-author {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 3px solid #2490eb;
  border-radius: 15px;
  overflow: hidden;
  width: 80px;
}
@media (min-width: 1024px) {
  .med-blockquote .med-author {
    width: 104px;
  }
}
.med-blockquote .med-author:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.med-blockquote .med-author img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* Section Clinics Styles */
.med-section-clinics {
  background: #fafafa;
  overflow: hidden;
  padding: 50px 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .med-section-clinics {
    padding: 100px 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .med-section-clinics {
    padding: 120px 0;
    margin-bottom: 60px;
  }
}
.med-section-clinics .med-section-header {
  text-align: left;
  max-width: inherit;
}
@media (min-width: 640px) {
  .med-section-clinics .med-section-header {
    padding-right: 100px;
  }
}

/* Clinics Slider Styles */
.med-clinics-slider {
  margin: 0 -10px;
}
@media (min-width: 1200px) {
  .med-clinics-slider {
    margin: 0 -14px;
  }
}
@media (min-width: 1440px) {
  .med-clinics-slider {
    margin: 0 -18px;
  }
}
.med-clinics-slider .slick-track {
  display: flex;
}
.med-clinics-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .med-clinics-slider .slick-slide {
    padding: 0 14px;
  }
}
@media (min-width: 1440px) {
  .med-clinics-slider .slick-slide {
    padding: 0 18px;
  }
}
.med-clinics-slider .slick-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #a5a5a5;
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: -75px;
}
@media (min-width: 1024px) {
  .med-clinics-slider .slick-arrow {
    width: 43px;
    height: 43px;
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .med-clinics-slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: -100px;
  }
}
.med-clinics-slider .slick-arrow:hover {
  background: #f1f1f1;
}
.med-clinics-slider .slick-arrow.slick-prev {
  right: 65px;
}
@media (min-width: 1024px) {
  .med-clinics-slider .slick-arrow.slick-prev {
    right: 72px;
  }
}
@media (min-width: 1200px) {
  .med-clinics-slider .slick-arrow.slick-prev {
    right: 80px;
  }
}
.med-clinics-slider .slick-arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Clinics Box Styles */
.med-clinics-box {
  height: 100%;
  padding: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #18357c url("../images/bg-box.png") no-repeat;
  background-size: cover;
}
.med-clinics-box .med-textbox {
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  padding: 15px;
}
@media (min-width: 1200px) {
  .med-clinics-box .med-textbox {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .med-clinics-box .med-textbox {
    padding: 25px;
  }
}
.med-clinics-box .med-image {
  width: 100px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .med-clinics-box .med-image {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .med-clinics-box .med-image {
    width: 140px;
  }
}
.med-clinics-box .med-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.med-clinics-box .med-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.med-clinics-box h3 {
  font-size: 21px;
  line-height: 1.35;
  margin: 0 0 15px;
  color: currentColor;
}
@media (min-width: 1024px) {
  .med-clinics-box h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .med-clinics-box h3 {
    font-size: 27px;
  }
}
@media (min-width: 1440px) {
  .med-clinics-box h3 {
    font-size: 30px;
  }
}
.med-clinics-box .med-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-style: normal;
  color: #e6e6e6;
}
@media (min-width: 1024px) {
  .med-clinics-box .med-location {
    font-size: 16px;
  }
}
.med-clinics-box .med-location:before {
  width: 12px;
  height: 15px;
  background: url("../images/ico-location.svg") no-repeat;
  background-size: 100% 100%;
  content: "";
  margin-top: 5px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .med-clinics-box .med-location:before {
    width: 16px;
    height: 20px;
    margin-top: 4px;
  }
}
.med-clinics-box .med-foot {
  padding: 10px 15px;
  text-align: center;
  margin-top: auto;
  width: 100%;
  background: rgba(36, 144, 235, 0.2);
  border-radius: 30px;
  color: #fff;
  font: 700 16px/1.5 "Space Grotesk", Arial, sans-serif;
}
.med-clinics-box .med-foot span {
  color: #2490eb;
}

/* Section News Styles */
.med-section-news {
  overflow: hidden;
}
.med-section-news .med-news-holder {
  display: flex;
  gap: 35px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .med-section-news .med-news-holder {
    flex-direction: row;
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .med-section-news .med-news-holder {
    gap: 22px;
  }
}
@media (min-width: 1200px) {
  .med-section-news .med-news-holder {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .med-section-news .med-news-left,
  .med-section-news .med-news-right {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .med-section-news .med-news-right {
    max-width: 532px;
  }
}

/* News Article Styles */
.med-news-article {
  width: 100%;
}
.med-news-article .med-image {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px;
}
.med-news-article .med-image img {
  width: 100%;
  height: auto;
  display: block;
}
.med-news-article .med-date {
  display: inline-flex;
  background: #2490eb;
  color: #fff;
  font: 700 16px/1.5 "Space Grotesk", Arial, sans-serif;
  padding: 6px 15px;
  border-radius: 6px;
  margin: 0 0 15px;
}
.med-news-article h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .med-news-article h3 {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .med-news-article h3 {
    font-size: 26px;
  }
}
.med-news-article h3 a {
  display: inline-block;
  text-decoration: none;
  color: currentColor;
  transition: 0.3s;
}
.med-news-article h3 a:hover {
  color: #2490eb;
}
.med-news-article p {
  margin: 0 0 25px;
}
.med-news-article .med-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.med-news-article .med-author-img {
  width: 55px;
  height: 55px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 100%;
}
.med-news-article .med-author-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.med-news-article .med-author-name {
  font: 500 16px/1.5 "Space Grotesk", Arial, sans-serif;
}
.med-news-article .med-author-name a {
  color: #000;
  display: inline-block;
  transition: 0.3s;
}
.med-news-article .med-author-name a:hover {
  color: #2490eb;
}
.med-news-article + .med-news-article {
  margin-top: 30px;
}
.med-news-article.featured-news h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .med-news-article.featured-news h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .med-news-article.featured-news h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .med-news-article.featured-news h3 {
    font-size: 42px;
  }
}

/* Section App Styles */
.med-section-app {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .med-section-app {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .med-section-app {
    margin-bottom: 60px;
  }
}

/* App Article Styles */
.med-app-article {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #22246a url("../images/bg-visual.jpg") no-repeat center;
}
@media (min-width: 768px) {
  .med-app-article {
    flex-direction: row;
  }
}
.med-app-article .med-app-textbox {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .med-app-article .med-app-textbox {
    flex: 1;
    width: auto;
    max-width: 59%;
    padding: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .med-app-article .med-app-textbox {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .med-app-article .med-app-textbox {
    padding: 40px;
  }
}
@media (min-width: 1440px) {
  .med-app-article .med-app-textbox {
    padding: 50px;
  }
}
.med-app-article .med-section-header {
  text-align: left;
  max-width: 100%;
  margin: 0;
}
.med-app-article .med-section-header .med-subtitle {
  color: #e1e1e1;
}
.med-app-article .med-section-header h2 {
  color: #fff;
  margin: 0 0 25px;
}
.med-app-article .med-app-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .med-app-article .med-app-wrap {
    padding-right: 125px;
  }
}
@media (min-width: 1024px) {
  .med-app-article .med-app-wrap {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  .med-app-article .med-app-wrap {
    padding-right: 175px;
  }
}
.med-app-article .med-unorder-list {
  color: #e1e1e1;
}
.med-app-article .med-app-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) {
  .med-app-article .med-app-buttons {
    gap: 20px;
  }
}
.med-app-article .med-app-buttons img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .med-app-article .med-app-buttons img {
    width: 190px;
  }
}
@media (min-width: 1440px) {
  .med-app-article .med-app-buttons img {
    width: 218px;
  }
}
.med-app-article .med-app-ratings {
  width: 120px;
  height: 120px;
  color: #000;
  background: #f1c200;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: -130px;
  transform: translateX(-50%);
  padding-bottom: 5px;
  z-index: 2;
}
@media (min-width: 768px) {
  .med-app-article .med-app-ratings {
    left: auto;
    right: -15px;
    bottom: 0;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .med-app-article .med-app-ratings {
    width: 145px;
    height: 145px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .med-app-article .med-app-ratings {
    width: 165px;
    height: 165px;
  }
}
.med-app-article .med-app-ratings .med-app-points {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .med-app-article .med-app-ratings .med-app-points {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .med-app-article .med-app-ratings .med-app-points {
    font-size: 55px;
  }
}
.med-app-article .med-app-ratings .med-app-points span {
  font-size: 18px;
}
.med-app-article .med-app-ratings .med-subtitle {
  font-size: 12px;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 0 0 5px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .med-app-article .med-app-ratings .med-subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .med-app-article .med-app-ratings .med-subtitle {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.med-app-article .med-app-ratings .med-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (min-width: 1200px) {
  .med-app-article .med-app-ratings .med-stars {
    gap: 4px;
  }
}
.med-app-article .med-app-image {
  width: 100%;
  position: relative;
  flex-shrink: 0;
  margin-right: 3.25%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .med-app-article .med-app-image {
    flex: 1;
    width: 100%;
    max-width: 38%;
    margin: 0;
  }
}
.med-app-article .med-app-image:before {
  width: 250px;
  height: 250px;
  background: #2490eb;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .med-app-article .med-app-image:before {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .med-app-article .med-app-image:before {
    width: 340px;
    height: 340px;
  }
}
@media (min-width: 1440px) {
  .med-app-article .med-app-image:before {
    width: 406px;
    height: 406px;
  }
}
.med-app-article .med-app-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}

.adhividayam-header-style2 .adhividayam-main,
.adhividayam-header-style2 .entry-content {
  padding-top: 0;
  margin-top: 0;
}