@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

h2 {
  font-weight: 300;
  font-size: 40px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 30px;
  }
}

a {
  color: unset;
}

p {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
@media (max-width: 1366px) {
  p {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  p {
    font-size: 17px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .pt-100 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 20px;
  }
}

.black {
  color: #282728 !important;
}

.btn-blue {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background-color: #2181c4;
  padding: 5px 15px;
  border-radius: 50px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .btn-blue {
    padding: 2px 10px;
    font-size: 10px;
  }
}
.btn-blue:hover {
  color: #fff;
  background: #0d5e97;
}

.btn-blue_l {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  background-color: #2181c4;
  padding: 10px 35px;
  border-radius: 50px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .btn-blue_l {
    padding: 5px 25px;
    font-size: 18px;
  }
}
.btn-blue_l:hover {
  color: #fff;
  background: #0d5e97;
}

.fixed_header {
  width: 100%;
  z-index: 900;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .fixed_header {
    padding: 10px;
  }
}
.fixed_header #main__header {
  width: 100%;
}
.fixed_header #main__header .header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.fixed_header #main__header .header__wrapper .royal_logo {
  width: 20%;
  order: 1;
}
@media (max-width: 950px) {
  .fixed_header #main__header .header__wrapper .royal_logo {
    width: 10%;
  }
  .fixed_header #main__header .header__wrapper .royal_logo img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .royal_logo {
    order: 3;
    width: 50%;
    text-align: right;
  }
}
.fixed_header #main__header .header__wrapper .main-menu {
  width: 65%;
  order: 2;
  align-items: flex-end;
}
@media (max-width: 1366px) {
  .fixed_header #main__header .header__wrapper .main-menu {
    width: 60%;
  }
}
@media (max-width: 950px) {
  .fixed_header #main__header .header__wrapper .main-menu {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .main-menu {
    order: 1;
    width: 50%;
    text-align: left;
  }
}
.fixed_header #main__header .header__wrapper .main-menu .contact_info {
  float: right;
  padding-right: 15px;
  padding-bottom: 10px;
}
@media (max-width: 1000px) {
  .fixed_header #main__header .header__wrapper .main-menu .contact_info {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .main-menu .contact_info {
    display: none;
  }
}
.fixed_header #main__header .header__wrapper .main-menu .contact_info ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.fixed_header #main__header .header__wrapper .main-menu .contact_info ul li {
  list-style: none;
  padding-left: 20px;
  display: flex;
}
.fixed_header #main__header .header__wrapper .main-menu .contact_info ul li .icon {
  padding-right: 15px;
}
.fixed_header #main__header .header__wrapper .main-menu .contact_info ul li p {
  font-size: 13px;
}
.fixed_header #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
  font-size: 17px;
  color: #616161;
  transition: 0.6s all;
}
.fixed_header #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a:hover {
  color: #2181c4;
}
@media (max-width: 1366px) {
  .fixed_header #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .fixed_header #main__header .header__wrapper .main-menu .wsmenu > .wsmenu-list > li > a {
    font-size: 11px;
    font-weight: 500;
  }
}
.fixed_header #main__header .header__wrapper .button_appointment {
  width: 15%;
  order: 3;
  text-align: right;
  z-index: 1000;
}
@media (max-width: 1366px) {
  .fixed_header #main__header .header__wrapper .button_appointment {
    width: 20%;
  }
}
@media (max-width: 950px) {
  .fixed_header #main__header .header__wrapper .button_appointment {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .button_appointment {
    order: 2;
    width: 60%;
    text-align: right;
    position: fixed;
    bottom: 20px;
    right: 10px;
  }
}
.fixed_header #main__header .header__wrapper .button_appointment .btn-appointment {
  display: inline;
  padding: 15px 25px;
  border-radius: 50px;
  font-size: 15px;
  background-color: #2181c4;
  border: 0;
  color: #fff;
  transition: 0.6s all;
}
.fixed_header #main__header .header__wrapper .button_appointment .btn-appointment:hover {
  background-color: #84c441;
}
@media (max-width: 950px) {
  .fixed_header #main__header .header__wrapper .button_appointment .btn-appointment {
    font-size: 11px !important;
  }
}
@media (max-width: 1024px) {
  .fixed_header #main__header .header__wrapper .button_appointment .btn-appointment {
    font-size: 13px;
    padding: 10px 20px;
  }
}

.royal_banner {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .royal_banner {
    padding: 10px;
  }
}
.royal_banner ul {
  padding: 0;
  margin: 0;
}
.royal_banner ul li {
  list-style: none;
}
.royal_banner ul li img {
  width: 100%;
}

.inner_banner {
  width: 100%;
  position: relative;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .inner_banner {
    padding: 10px;
  }
}
.inner_banner img {
  width: 100%;
}
.inner_banner .caption {
  position: absolute;
  top: 50%;
  left: 16%;
  width: 300px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1366px) {
  .inner_banner .caption {
    left: 20%;
  }
}
@media (max-width: 1024px) {
  .inner_banner .caption {
    left: 25%;
  }
}
@media (max-width: 1000px) {
  .inner_banner .caption {
    width: 200px;
    left: 33%;
  }
}
@media (max-width: 320px) {
  .inner_banner .caption {
    width: 200px;
    left: 38%;
  }
}
.inner_banner .caption h1 {
  font-size: 50px;
  font-weight: 300;
}
.inner_banner .caption h1 span {
  font-weight: 600;
}
@media (max-width: 1366px) {
  .inner_banner .caption h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .inner_banner .caption h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .inner_banner .caption h1 {
    font-size: 17px;
  }
}
.inner_banner .white {
  color: #fff;
}

.royal_below_banner {
  padding: 40px 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .royal_below_banner {
    flex-wrap: wrap;
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .royal_below_banner {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.royal_below_banner .item_25 {
  width: 24.5555%;
  background: #f8fbfd;
  height: 300px;
  border-radius: 15px;
  padding: 30px;
  align-items: center;
  display: flex;
  transition: 0.6s all;
}
.royal_below_banner .item_25:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1024px) {
  .royal_below_banner .item_25 {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .royal_below_banner .item_25 {
    width: 48%;
    margin: 2px;
    padding: 20px;
    height: 150px;
  }
}
@media (max-width: 300px) {
  .royal_below_banner .item_25 {
    width: 100%;
  }
}
.royal_below_banner .item_25 h3 {
  font-size: 30px;
  font-weight: 300;
  color: #6a686a;
}
@media (max-width: 1024px) {
  .royal_below_banner .item_25 h3 {
    font-size: 17px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .royal_below_banner .item_25 h3 {
    font-size: 15px;
  }
}
.royal_below_banner .item_25 p {
  font-size: 17px;
  color: #8c8c8c;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .royal_below_banner .item_25 p {
    font-size: 13px;
    font-weight: 200;
  }
}
@media (max-width: 768px) {
  .royal_below_banner .item_25 p {
    font-size: 11px;
    font-weight: 400;
  }
}
.royal_below_banner .item_50 {
  padding: 30px;
  border-radius: 15px;
  width: 49%;
  height: 300px;
  background-image: url(../images/royal-phonix-bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}
@media (max-width: 1024px) {
  .royal_below_banner .item_50 {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .royal_below_banner .item_50 {
    width: 100%;
    margin: 2px;
    padding: 20px;
    height: 150px;
  }
}
.royal_below_banner .item_50 h3 {
  font-size: 30px;
  font-weight: 300;
  color: #6a686a;
}
@media (max-width: 1024px) {
  .royal_below_banner .item_50 h3 {
    font-size: 17px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .royal_below_banner .item_50 h3 {
    font-size: 15px;
  }
}
.royal_below_banner .item_50 p {
  font-size: 17px;
  color: #8c8c8c;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .royal_below_banner .item_50 p {
    font-size: 13px;
    font-weight: 200;
  }
}
@media (max-width: 768px) {
  .royal_below_banner .item_50 p {
    font-size: 11px;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .about_home {
    padding: 0 30px;
  }
}
.about_home .about_img {
  position: relative;
  text-align: left;
}
.about_home .about_img .icon {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 80px;
}
@media (max-width: 767px) {
  .about_home .about_img .icon img {
    width: 50px;
  }
}
.about_home h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .about_home h2 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .our_specialities_home {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .our_specialities_home h2 {
    text-align: left;
  }
}
.our_specialities_home ul {
  padding: 0;
  margin: 0;
}
.our_specialities_home ul li {
  list-style: none;
  overflow: hidden;
  border-radius: 15px;
}
.our_specialities_home ul li .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.our_specialities_home ul li .text {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.our_specialities_home ul li .text h3 {
  color: #fff;
}
.our_specialities_home ul li .text p {
  color: #fff;
  font-size: 16px;
}
.our_specialities_home ul li:hover img {
  transition: 0.6s all;
  scale: 1.2;
  transform: rotate(5deg);
}
.our_specialities_home .owl-theme .owl-nav {
  position: absolute;
  top: -56px;
  right: 0;
}
.our_specialities_home .owl-theme .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  border: 2px solid #6a686a;
  border-radius: 10px;
  color: #6a686a;
  background-color: #f1f1f1;
  margin: 1px;
}
.our_specialities_home .owl-theme .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  color: #6a686a;
  border: 2px solid #6a686a;
  background-color: #f1f1f1;
  border-radius: 10px;
  margin: 1px;
}
.our_specialities_home .owl-dots {
  display: none;
}

@media (max-width: 767px) {
  .health_checks_screening {
    padding: 20px;
  }
}
.health_checks_screening .box {
  background-image: url(../images/royal-phonix-clinic21.png);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 70px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .health_checks_screening .box {
    background-position: center;
    background-size: cover;
    padding: 25px;
  }
}
.health_checks_screening .box .item h2 {
  color: #2181c4;
}

@media (max-width: 767px) {
  .our_doctor_home {
    padding: 30px;
  }
}
.our_doctor_home ul {
  padding: 0;
  margin: 0;
}
.our_doctor_home ul li {
  list-style: none;
  text-align: center;
}
.our_doctor_home ul li h3 {
  font-size: 19px;
  padding-top: 15px;
}
.our_doctor_home .owl-theme {
  position: relative;
}
.our_doctor_home .owl-theme .owl-nav {
  position: absolute;
  top: -56px;
  right: 0;
}
.our_doctor_home .owl-theme .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  border: 2px solid #6a686a;
  border-radius: 10px;
  color: #6a686a;
  background-color: #f1f1f1;
  margin: 1px;
}
.our_doctor_home .owl-theme .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  color: #6a686a;
  border: 2px solid #6a686a;
  background-color: #f1f1f1;
  border-radius: 10px;
  margin: 1px;
}
.our_doctor_home .owl-dots {
  display: none;
}

@media (max-width: 767px) {
  .insurance_home {
    padding: 30px;
    text-align: center;
  }
}
.insurance_home .client_logos {
  display: flex;
  flex-wrap: wrap;
}
.insurance_home .client_logos .item {
  width: 25%;
  padding: 5px;
}
@media (max-width: 767px) {
  .insurance_home .client_logos .item {
    width: 50%;
  }
}

.call_action_home {
  background-image: url(../images/royal-phonix-clinic22.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .call_action_home {
    padding: 30px;
    text-align: center;
  }
}
.call_action_home h2 {
  color: #fff;
}
.call_action_home p {
  color: #fff;
}
.call_action_home .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.call_action_home .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.call_action_home .form_wrapper .x-6 {
  width: 49%;
}
@media (max-width: 1366px) {
  .call_action_home .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .call_action_home .form_wrapper .x-6 {
    width: 100%;
  }
}
.call_action_home .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border-radius: 13px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.call_action_home .form_wrapper .input-text:focus {
  outline: none;
}
.call_action_home .form_wrapper .calltoaction-btn {
  background-color: #000;
  border: unset;
  width: 100%;
  height: 50px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

.gradient-bar {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #81bc47 11%, #2981be 81%);
}

.footer {
  background: #333233;
  padding: 100px 0 30px 0;
  color: #b0b0b0;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px;
  }
}
.footer h3 {
  font-size: 16px;
}
.footer img {
  display: inline;
}
.footer .quick ul {
  padding: 0 20px;
  margin: 0;
}
.footer .quick ul li {
  list-style: circle;
  font-size: 14px;
  padding: 5px 0;
}

.social_media {
  text-align: left;
}
.social_media ul {
  padding: 0;
  margin: 0;
}
.social_media ul li {
  list-style: 0;
  padding-right: 5px;
  display: inline;
}

.commercial_video {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #81bc47 11%, #2981be 81%);
}
.commercial_video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_mission .mission_wrapper {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  background: linear-gradient(white, white) padding-box, linear-gradient(#81bc47, #2981be) border-box;
  z-index: -1;
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .about_mission .mission_wrapper {
    padding: 20px;
  }
}
.about_mission .mission_wrapper .item {
  width: 50%;
  padding: 20px;
  z-index: 500;
}
@media (max-width: 1024px) {
  .about_mission .mission_wrapper .item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .our_facilities {
    padding: 0 20px;
  }
}
.our_facilities ul {
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .our_facilities ul {
    justify-content: flex-start;
  }
}
.our_facilities ul li {
  display: flex;
  margin: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-align: center;
  width: 150px;
  height: 150px;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 50%;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .our_facilities ul li {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .our_facilities ul li {
    width: 49%;
    height: 110px;
    border-radius: 15px;
    margin: 1px;
  }
}
.our_facilities ul li img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .our_facilities ul li img {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .our_facilities ul li img {
    width: 25px;
  }
}
.our_facilities ul li h5 {
  font-size: 12px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .our_facilities ul li h5 {
    font-size: 11px;
  }
}

.our_doctors .title_box {
  background-color: #383838;
  padding: 20px 30px;
  border-radius: 20px;
}
.our_doctors .title_box h2 {
  color: #fff;
}
@media (max-width: 800px) {
  .our_doctors .title_box h2 {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .our_doctors .title_box h2 {
    text-align: center;
  }
}
.our_doctors .title_box .doctor_dropdown {
  text-align: right;
}
@media (max-width: 768px) {
  .our_doctors .title_box .doctor_dropdown {
    text-align: left;
  }
}
.our_doctors .title_box .doctor_dropdown .dropdown button {
  background-color: unset;
  border: 1px solid #fff;
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .our_doctors .title_box .doctor_dropdown .dropdown button {
    width: 100%;
  }
}
.our_doctors .doctor_list {
  display: flex;
  flex-wrap: wrap;
}
.our_doctors .doctor_list .item {
  margin: 2px;
  width: 24%;
  padding: 25px;
  border: 1px dashed #f0f0f0;
  text-align: center;
}
@media (max-width: 800px) {
  .our_doctors .doctor_list .item {
    width: 48%;
    padding: 10px;
  }
}
.our_doctors .doctor_list .item img {
  border-radius: 20px;
  box-shadow: 1px 2px 3px #e1e1e1;
}
@media (max-width: 768px) {
  .our_doctors .doctor_list .item img {
    border-radius: 15px;
  }
}
.our_doctors .doctor_list .item h3 {
  font-size: 19px;
  padding-top: 20px;
  margin: 0;
}
@media (max-width: 800px) {
  .our_doctors .doctor_list .item h3 {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .our_doctors .doctor_list .item p {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .content {
    padding: 0 20px;
  }
}
.content h2 {
  padding-top: 20px;
}

.call_to_action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 50px;
}
@media (max-width: 1024px) {
  .call_to_action {
    padding: 0;
  }
}
.call_to_action .left {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  background: url(../images/bg_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: 60;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .call_to_action .left {
    width: 100%;
    border-radius: 0;
  }
}
.call_to_action .left .box {
  width: 70%;
  padding: 55px;
}
@media (max-width: 1000px) {
  .call_to_action .left .box {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .call_to_action .left .box {
    width: 100%;
  }
}
.call_to_action .left .box p {
  padding-bottom: 15px;
}
.call_to_action .right {
  width: 50%;
  z-index: 50;
}
@media (max-width: 1024px) {
  .call_to_action .right {
    width: 100%;
  }
}
.call_to_action .right img {
  width: 100%;
  margin-left: -50px;
  z-index: 50;
}
@media (max-width: 1024px) {
  .call_to_action .right img {
    margin-left: 0px;
  }
}
.call_to_action .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.call_to_action .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.call_to_action .form_wrapper .x-6 {
  width: 48%;
}
@media (max-width: 1366px) {
  .call_to_action .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .call_to_action .form_wrapper .x-6 {
    width: 100%;
  }
}
.call_to_action .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border-radius: 13px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.call_to_action .form_wrapper .input-text:focus {
  outline: none;
}
.call_to_action .form_wrapper .calltoaction-btn {
  background-color: #000;
  border: unset;
  width: 100%;
  height: 50px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

.other_section .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other_section .wrapper .box_40 {
  width: 40%;
  border: 1px dashed #dedede;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .other_section .wrapper .box_40 {
    width: 100%;
  }
}
.other_section .wrapper .box_40 ul {
  padding: 0;
  margin: 0;
}
.other_section .wrapper .box_40 ul li {
  list-style: none;
}
.other_section .wrapper .box_40 ul li img {
  width: 80%;
  display: inline;
  border-radius: 20px;
  box-shadow: 1px 2px 3px #e1e1e1;
}
.other_section .wrapper .box_40 ul li h3 {
  font-size: 19px;
  padding-top: 20px;
  margin: 0;
}
.other_section .wrapper .box_60 {
  width: 59%;
  padding: 25px;
  border: 1px dashed #dedede;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .other_section .wrapper .box_60 {
    width: 100%;
  }
}
.other_section .wrapper .box_60 ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.other_section .wrapper .box_60 ul li {
  border-radius: 100%;
  margin: 3px;
  list-style: none;
  width: 200px;
  height: 200px;
  background: #f1f1f1;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media (max-width: 1366px) {
  .other_section .wrapper .box_60 ul li {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .other_section .wrapper .box_60 ul li {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 920px) {
  .other_section .wrapper .box_60 ul li {
    width: 100px;
    height: 100px;
    border-radius: 0%;
    padding: 10px;
  }
}
.other_section .wrapper .box_60 ul li h6 {
  font-size: 14px;
  padding-top: 10px;
  font-weight: 400;
  color: #333233;
}
@media (max-width: 768px) {
  .other_section .wrapper .box_60 ul li h6 {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .other_section .wrapper .box_60 ul li img {
    width: 15px;
  }
}

.health_check {
  padding: 100px 0;
  background: url(../images/bg_5.png);
}

.our_offer h2 {
  text-align: center;
  padding-bottom: 20px;
}
.our_offer .black_wrapper {
  background: #282728;
  border-radius: 40px 40px 20px 20px;
  margin: 10px;
}
.our_offer .black_wrapper img {
  width: 100%;
}
.our_offer .black_wrapper .text {
  padding: 50px 35px;
}
.our_offer .black_wrapper .text h3 {
  color: #fff;
  font-size: 19px;
}
.our_offer .black_wrapper .text p {
  font-size: 15px;
  color: #8b8b8b;
}

.insurance ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.insurance ul li {
  list-style: none;
  width: 20%;
  padding: 5px;
}
.insurance ul li img {
  width: 100%;
}

.contact .box {
  border: 1px dashed #8b8b8b;
  padding: 30px;
  border-radius: 15px;
}
.contact .box h2 {
  color: #000;
}
.contact .box h3 {
  color: #383838;
  font-size: 17px;
}
.contact .box p {
  color: #333233;
  font-size: 15px;
}
.contact .border_form {
  border: 1px dashed #8b8b8b;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 767px) {
  .contact .border_form {
    border: unset;
  }
}
.contact .box_2 {
  border-radius: 20px;
}
.contact .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.contact .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.contact .form_wrapper .x-6 {
  width: 100%;
}
@media (max-width: 1366px) {
  .contact .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .contact .form_wrapper .x-6 {
    width: 100%;
  }
}
.contact .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border-radius: 13px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.contact .form_wrapper .input-text:focus {
  outline: none;
}
.contact .form_wrapper .calltoaction-btn {
  background-color: #000;
  border: unset;
  width: 100%;
  height: 50px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}

.book_an_appointment .form_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.book_an_appointment .form_wrapper .x-12 {
  width: 100%;
  text-align: center;
}
.book_an_appointment .form_wrapper .x-6 {
  width: 100%;
}
@media (max-width: 1366px) {
  .book_an_appointment .form_wrapper .x-6 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .book_an_appointment .form_wrapper .x-6 {
    width: 100%;
  }
}
.book_an_appointment .form_wrapper .input-text {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border-radius: 13px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.book_an_appointment .form_wrapper .input-text:focus {
  outline: none;
}
.book_an_appointment .form_wrapper .calltoaction-btn {
  background-color: #000;
  border: unset;
  width: 100%;
  height: 50px;
  padding: 13px 35px;
  font-size: 14px;
  border-radius: 9px;
  color: #fff;
}
.book_an_appointment .padding_50 {
  padding: 50px;
}
.book_an_appointment .book_doctor {
  border: 1px dashed #ccc;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.book_an_appointment .book_doctor img {
  border-radius: 15px;
  width: 250px;
}
.book_an_appointment .book_doctor h3 {
  padding-top: 10px;
}

.wrapper_popup {
  display: flex;
  padding: 15px;
  align-items: center;
}
@media (max-width: 1000px) {
  .wrapper_popup {
    flex-direction: column;
  }
}
.wrapper_popup .item {
  width: 50%;
  padding: 15px;
}
@media (max-width: 1000px) {
  .wrapper_popup .item {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */

/* popup css */
#success_tic .page-body {
  max-width: 500px;
  background-color: #FFFFFF;
  margin: 5% auto;
}

#success_tic .page-body .head {
  text-align: center;
}

/* #success_tic .tic{
font-size:186px;
} */
#success_tic .close {
  opacity: 1;
  position: absolute;
  right: 0px;
  font-size: 30px;
  padding: 3px 15px;
  margin-bottom: 10px;
}

#success_tic .checkmark-circle {
  width: 150px;
  height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  display: flex;
  justify-content: center;
  margin: auto;
}

.checkmark-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #178110;
  position: absolute;
}

#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}

#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: '';
  left: 34px;
  top: 57px;
  position: absolute;
}

.head h3 {
  color: #178110;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize
}

.head p {
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 13px 25px 25px 25px;
  border-top: 1px solid #B4B4B466;
}
.modal-content{
  border-radius: 15px;
}
#success_tic .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: auto;
}


#success_tic .modal-body {
  text-align: center;
}

@-webkit-keyframes checkmark {
  0% {
      height: 0;
      width: 0;
      opacity: 1;
  }

  20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
  }

  40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
  }

  100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
  }
}

@-moz-keyframes checkmark {
  0% {
      height: 0;
      width: 0;
      opacity: 1;
  }

  20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
  }

  40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
  }

  100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
  }
}

@keyframes checkmark {
  0% {
      height: 0;
      width: 0;
      opacity: 1;
  }

  20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
  }

  40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
  }

  100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
  }
}