/** about-section **/

.about-section {
  position: relative;
}

.image_block_one .image-box {
  position: relative;
  display: block;
}

.image_block_one .image-box .image {
  border-radius: 20px;
}

.image_block_one .image-box .image img {
  width: 100%;
  border-radius: 20px;
}

.image_block_one .image-box .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 0px;
  margin-top: -93px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.08);
}

.image_block_one .image-box .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--title-color);
}

.image_block_one .image-box .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

.content_block_one .content-box {
  position: relative;
  display: block;
}

.content_block_one .content-box .tabs-box .tab-btn-box {
  position: relative;
  max-width: 510px;
  margin-bottom: 33px;
}

.content_block_one .content-box .tabs-box .tab-btns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.content_block_one .content-box .tabs-box .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  width: 170px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 15px;
  cursor: pointer;
  color: var(--title-color);
  border-radius: 10px;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_one .content-box .tabs-box .tab-btns .tab-btn.active-btn {
  color: #fff;
}

.content_block_one .content-box .tabs-box .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 0px;
  top: 0px;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.content_block_one .content-box .tabs-box .tab-btns .tab-btn.active-btn:before {
  opacity: 1;
}

.content_block_one .content-box .tabs-content .inner-box p {
  margin-bottom: 32px;
}

.content_block_one .content-box .tabs-content .list-style-one li {
  float: left;
  width: 50%;
}

.about-section .image-layer {
  position: absolute;
  right: 66px;
  bottom: 120px;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

/** about-style-two **/

.about-style-two {
  position: relative;
  background: #f7f7f7;
}

.image_block_three .image-box {
  position: relative;
  display: block;
}

.image_block_three .image-box .image {
  position: relative;
  display: block;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1);
}

.image_block_three .image-box .image img {
  width: 100%;
}

.image_block_three .image-box .funfact-inner {
  position: absolute;
  bottom: 70px;
  width: 440px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 75px 75px 8px;
  overflow: hidden;
  z-index: 1;
}

.image_block_three .image-box .funfact-inner .funfact-block {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 34px 20px 34px 30px;
}

.image_block_three .image-box .funfact-inner .funfact-block .count-outer {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 50px;
  line-height: 50px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: -4px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .funfact-block-one .inner-box .count-outer {
    font-size: 25px !important;
  }
}
.image_block_three .image-box {
  padding: 0px;
}

.image_block_three .image-box .funfact-inner .funfact-block {
  float: none;
  width: 100%;
  text-align: center;
}

.image_block_three .image-box .funfact-inner .funfact-block .count-outer {
  justify-content: center;
}

.image_block_three .image-box .funfact-inner .funfact-block p {
  font-size: 18px;
  line-height: 26px;
}

.image_block_three
  .image-box
  .funfact-inner
  .funfact-block
  .count-outer
  .symble {
  position: relative;
  top: -9px;
}

.image_block_three
  .image-box
  .funfact-inner
  .funfact-block:first-child
  .count-outer,
.image_block_three .image-box .funfact-inner .funfact-block:first-child p {
  color: #fff;
}

.content_block_three .content-box {
  position: relative;
  display: block;
}

.content_block_three .content-box .inner-box .single-item {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 140px;
  padding: 25px 30px;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.content_block_three .content-box .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

.content_block_three .content-box .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  min-width: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
}

.content_block_three .content-box .inner-box .single-item h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.content_block_three .content-box .inner-box .single-item p {
  font-size: 15px;
  line-height: 26px;
}

.about-style-two .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 100px;
  right: 100px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.08);
}

.about-style-two .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.about-style-two .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

/** about-style-three **/

.about-style-three {
  position: relative;
}

.content_block_four .content-box {
  position: relative;
  display: block;
}

.content_block_four .content-box .list-style-one li:before {
  background: rgba(206, 24, 16, 0.2);
}

.image_block_four .image-box {
  position: relative;
  display: block;
  max-width: 590px;
}

.image_block_four .image-box .image-1 {
  position: relative;
  border-radius: 255px 255px 10px 255px;
}
@media (max-width: 767px) {
  .image_block_four .image-box .image-1 img {
    border-radius: 10px 10px 10px 10px !important;
  }
}

.image_block_four .image-box .image-1 img {
  width: 100%;
  border-radius: 255px 255px 10px 255px;
}

.image_block_four .image-box .image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 150px 150px 150px 10px;
  z-index: 1;
}

.image_block_four .image-box .image-2:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 10px;
  bottom: 10px;
  border-radius: 150px 150px 150px 10px;
  z-index: -1;
}

.image_block_four .image-box .image-2 img {
  width: 100%;
  border-radius: 150px 150px 150px 10px;
}
@media (max-width: 767px) {
  .image_block_four .image-box .image-2 img {
    width: 100%;
    border-radius: 10px 10px 10px 10px !important;
  }
}

.image_block_four .image-box .rotate-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 60px;
  top: 70px;
  width: 186px;
  height: 186px;
  line-height: 186px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.image_block_four .image-box .rotate-box .curved-circle {
  position: absolute;
  left: 93px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--title-color);
}

.image_block_four .image-box .rotate-box .icon-box img {
  display: inline-block;
  width: auto;
}

.about-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

/** about-modern **/

.about-style-three.about-modern {
  overflow: hidden;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.about-style-three.about-modern .auto-container {
  position: relative;
  z-index: 1;
}

.about-style-three.about-modern .pattern-layer {
  opacity: 0.35;
}

.about-modern .content_block_four .content-box.about-modern__content {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 32px;
  padding: 48px 44px;
  box-shadow: 0px 24px 70px rgba(16, 24, 40, 0.08);
}

.about-modern .sec-title h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0px;
}

.about-modern__lead {
  font-size: 18px;
  line-height: 32px;
  color: #4f5d75;
  margin-bottom: 30px;
}

.about-modern__points {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.about-modern__point {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 22px;
  background: #f8fbff;
  border: 1px solid #e5edf8;
  border-radius: 22px;
}

.about-modern__point-icon,
.about-modern__detail-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0057b8, #0dcaf0);
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0px 14px 30px rgba(206, 24, 16, 0.22);
}

.about-modern__point h3,
.about-modern__detail-card h3,
.about-modern__floating-card h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-modern__point p,
.about-modern__detail-card p {
  color: #596780;
  margin-bottom: 0px;
  line-height: 29px;
}

.about-modern__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.about-modern__stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.about-modern__stat-pill {
  min-width: 170px;
  padding: 15px 18px;
  border-radius: 18px;
  background: #0f172a;
  color: #ffffff;
}

.about-modern__stat-pill strong {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.about-modern__stat-pill span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 22px;
}

.about-modern .image_block_four .image-box.about-modern__image-box {
  max-width: 620px;
}

.about-modern__floating-card {
  position: absolute;
  right: 0px;
  bottom: 28px;
  max-width: 290px;
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.92);
  color: #ffffff;
  box-shadow: 0px 24px 60px rgba(15, 23, 42, 0.24);
  z-index: 3;
}

.about-modern__floating-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #c9d5ea;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-modern__floating-card h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}

.about-modern__details {
  margin-top: 70px;
}

.about-modern__detail-card {
  height: 100%;
  padding: 34px 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e8edf5;
  box-shadow: 0px 18px 55px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.about-modern__detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 24px 60px rgba(15, 23, 42, 0.12);
}

.about-modern__detail-icon {
  margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
  .about-modern .sec-title h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .about-modern .content_block_four .content-box.about-modern__content {
    padding: 40px 32px;
  }

  .about-modern__floating-card {
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .about-modern .content_block_four .content-box.about-modern__content {
    margin-bottom: 40px;
  }

  .about-modern__floating-card {
    right: 0px;
  }

  .about-modern__details {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-modern .sec-title h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .about-modern__lead {
    font-size: 16px;
    line-height: 28px;
  }

  .about-modern__point {
    padding: 18px;
  }

  .about-modern__point h3,
  .about-modern__detail-card h3,
  .about-modern__floating-card h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .about-modern__stats,
  .about-modern__cta {
    width: 100%;
  }

  .about-modern__stat-pill {
    min-width: 0px;
    width: 100%;
  }

  .about-modern__details {
    margin-top: 40px;
  }

  .about-modern__detail-card {
    padding: 28px 24px;
  }
}

@media only screen and (max-width: 499px) {
  .about-modern .content_block_four .content-box.about-modern__content {
    padding: 32px 22px;
    border-radius: 24px;
  }

  .about-modern__point {
    display: block;
  }

  .about-modern__point-icon,
  .about-modern__detail-icon {
    margin-bottom: 16px;
  }

  .about-modern .image_block_four .image-box.about-modern__image-box {
    padding: 0px;
  }

  .about-modern__floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 24px;
  }
}
/** patient-charter-section **/

.patient-charter-section {
  position: relative;
}

.patient-charter {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 36px;
  background: linear-gradient(135deg, #0057b8, #0dcaf0);
  box-shadow: 0px 30px 80px rgba(0, 87, 184, 0.22);
}

.patient-charter:before {
  position: absolute;
  content: "";
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.patient-charter:after {
  position: absolute;
  content: "";
  bottom: -140px;
  left: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.patient-charter__intro,
.patient-charter__panel {
  position: relative;
  z-index: 1;
}

.patient-charter__intro {
  padding: 14px 12px 14px 0px;
}

.patient-charter__eyebrow,
.patient-charter__subheading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.patient-charter__intro h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.15em;
  margin: 20px 0px 20px;
}

.patient-charter__intro p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 28px;
}

.patient-charter__badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-weight: 600;
}

.patient-charter__badge i {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  font-size: 20px;
}

.patient-charter__panel {
  padding: 34px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0px 22px 60px rgba(15, 23, 42, 0.12);
}

.patient-charter__panel-head {
  margin-bottom: 26px;
}

.patient-charter__subheading {
  background: rgba(0, 87, 184, 0.08);
  color: #0057b8;
}

.patient-charter__panel-head h3 {
  font-size: 30px;
  line-height: 1.25em;
  margin: 16px 0px 0px;
}

.patient-charter__rights {
  display: grid;
  gap: 16px;
}

.patient-charter__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 22px;
  background: #f7fbff;
  border: 1px solid #d8ebff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.patient-charter__item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 16px 40px rgba(0, 87, 184, 0.1);
}

.patient-charter__count {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0057b8, #0dcaf0);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 12px 28px rgba(0, 87, 184, 0.18);
}

.patient-charter__item p {
  margin-bottom: 0px;
  color: #506173;
  line-height: 29px;
}

@media only screen and (max-width: 991px) {
  .patient-charter {
    padding: 32px 26px;
  }

  .patient-charter__intro {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .patient-charter__intro h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .patient-charter {
    padding: 26px 20px;
    border-radius: 28px;
  }

  .patient-charter__panel {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .patient-charter__intro h2 {
    font-size: 32px;
  }

  .patient-charter__panel-head h3 {
    font-size: 25px;
  }

  .patient-charter__item {
    padding: 18px;
  }
}

@media only screen and (max-width: 499px) {
  .patient-charter__item {
    display: block;
  }

  .patient-charter__count {
    margin-bottom: 14px;
  }

  .patient-charter__badge {
    width: 100%;
    align-items: flex-start;
  }
}
/** qhse-commitment-section **/

.qhse-commitment-section {
  position: relative;
}

.qhse-commitment {
  position: relative;
  padding: 38px;
  border-radius: 36px;
  background: #eef7ff;
  border: 1px solid #d7e9fb;
}

.qhse-commitment__intro,
.qhse-commitment__panel {
  height: 100%;
}

.qhse-commitment__intro {
  padding: 36px 32px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0057b8, #0dcaf0);
  box-shadow: 0px 28px 70px rgba(0, 87, 184, 0.2);
}

.qhse-commitment__eyebrow,
.qhse-commitment__subheading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qhse-commitment__eyebrow {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.qhse-commitment__intro h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.18em;
  margin: 20px 0px 18px;
}

.qhse-commitment__intro p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 29px;
  margin-bottom: 18px;
}

.qhse-commitment__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.qhse-commitment__tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-weight: 600;
}

.qhse-commitment__panel {
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 20px 60px rgba(15, 23, 42, 0.08);
}

.qhse-commitment__panel-head {
  margin-bottom: 22px;
}

.qhse-commitment__subheading {
  background: rgba(0, 87, 184, 0.08);
  color: #0057b8;
}

.qhse-commitment__panel-head h3 {
  font-size: 30px;
  line-height: 1.25em;
  margin: 16px 0px 0px;
}

.qhse-commitment__notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 87, 184, 0.08), rgba(13, 202, 240, 0.12));
  border: 1px solid #d3ebff;
  margin-bottom: 18px;
}

.qhse-commitment__notice i,
.qhse-commitment__count {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0057b8, #0dcaf0);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 12px 28px rgba(0, 87, 184, 0.18);
}

.qhse-commitment__notice p,
.qhse-commitment__item p {
  margin-bottom: 0px;
  color: #516173;
  line-height: 29px;
}

.qhse-commitment__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.qhse-commitment__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 20px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #ddebf8;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.qhse-commitment__item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 16px 40px rgba(15, 23, 42, 0.08);
}

@media only screen and (max-width: 1199px) {
  .qhse-commitment__intro h2 {
    font-size: 34px;
  }

  .qhse-commitment__panel {
    padding: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .qhse-commitment {
    padding: 28px;
  }

  .qhse-commitment__intro {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .qhse-commitment {
    padding: 20px;
    border-radius: 26px;
  }

  .qhse-commitment__intro,
  .qhse-commitment__panel {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .qhse-commitment__intro h2 {
    font-size: 30px;
  }

  .qhse-commitment__panel-head h3 {
    font-size: 25px;
  }

  .qhse-commitment__list {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 499px) {
  .qhse-commitment__notice,
  .qhse-commitment__item {
    display: block;
  }

  .qhse-commitment__notice i,
  .qhse-commitment__count {
    margin-bottom: 14px;
  }
}
/** about-style-four **/

.about-style-four {
  position: relative;
}

.about-style-four .content_block_one .content-box .list-style-one li {
  float: left;
  width: 50%;
}

.content_block_five .content-box .form-inner {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
  border-bottom: solid;
  border-width: 5px;
  border-color: #7b0000;
  margin-top: -70px;
}

.content_block_five .content-box .form-inner h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  background: #fec33d;
  padding: 20px 30px;
  text-align: center;
}

.content_block_five .content-box .form-inner form {
  position: relative;
  padding: 40px;
}

.content_block_five .content-box .form-inner .form-group {
  position: relative;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-left: 60px;
}

.content_block_five .content-box .form-inner .form-group .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #fafafa;
  border-radius: 4px 0px 0px 4px;
}

.content_block_five .content-box .form-inner .form-group input[type="text"],
.content_block_five .content-box .form-inner .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--title-color);
  text-transform: uppercase;
}

.content_block_five .content-box .form-inner .form-group .nice-select {
  padding: 0px 20px;
  line-height: 58px;
}

.content_block_five .content-box .form-inner .theme-btn {
  width: 100%;
}

.content_block_five .content-box {
  position: relative;
  display: block;
}

.about-style-four .pattern-layer {
  position: absolute;
  left: 0px;
  top: -300px;
  right: -200px;
  width: 1274px;
  height: 1478px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  z-index: -1;
  opacity: 0.5;
}

.about-style-two .pattern-layer {
  position: absolute;
  right: -200px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
}

/** rtl-css **/

.rtl .content_block_one .content-box {
  margin-left: 0px;
  margin-right: 50px;
}

.rtl .about-style-two .rotate-box {
  right: inherit;
  left: 100px;
}

.rtl .image_block_three .image-box {
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .content_block_five .content-box {
  margin-left: 0px;
  margin-right: 190px;
}

/** responsive-css **/

@media only screen and (max-width: 1600px) {
  .about-style-two .rotate-box {
    top: 50px;
    right: 50px;
  }

  .rtl .about-style-two .rotate-box {
    left: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .about-section .image-layer,
  .about-style-two .rotate-box {
    display: none;
  }

  .about-style-three {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .content_block_one .content-box {
    margin-left: 0px;
    margin-top: 40px;
  }

  .rtl .content_block_one .content-box {
    margin-right: 0px;
  }

  .image_block_three .image-box {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .rtl .image_block_three .image-box {
    margin-left: 0px;
  }

  .content_block_four .content-box {
    margin-bottom: 40px;
  }

  .content_block_five .content-box .form-inner {
    margin-top: 0px;
  }

  .content_block_five .content-box {
    margin-left: 0px;
  }

  .rtl .content_block_five .content-box {
    margin-right: 0px;
  }

  .about-style-four {
    padding-bottom: 120px;
  }

  .about-style-four .content_block_one .content-box {
    margin-right: 0px;
  }

  .about-style-four .content_block_one .content-box {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section {
    padding: 40px 0px 52px 0px;
  }

  .content_block_one .content-box .tabs-content .list-style-one li {
    width: 100%;
  }

  .about-style-two,
  .about-style-three {
    padding: 30px 0px;
  }

  .about-style-four {
    padding-bottom: 70px;
  }

  .about-style-four .content_block_one .content-box {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .about-style-four .content_block_one .content-box .list-style-one li {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 499px) {
  .image_block_three .image-box .funfact-inner {
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    bottom: 0px;
  }

  .image_block_three .image-box {
    padding: 0px;
  }

  .image_block_three .image-box .funfact-inner .funfact-block {
    float: none;
    width: 100%;
    text-align: center;
  }

  .image_block_three .image-box .funfact-inner .funfact-block .count-outer {
    justify-content: center;
  }

  .content_block_three .content-box .inner-box .single-item {
    display: block;
    border-radius: 10px;
  }

  .content_block_three .content-box .inner-box .single-item .icon-box {
    margin-bottom: 20px;
  }

  .image_block_four .image-box {
    padding: 0px;
  }

  .image_block_four .image-box .image-2 {
    position: relative;
    margin-top: 30px;
  }

  .content_block_five .content-box .form-inner form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
