* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Be Vietnam Pro", sans-serif;
  overflow-x: hidden;
  margin: 0;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #19253b;
}

.bg1 {
  /* background-color: #f9f9f9; */
  background-color: #f3f3f3;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.dark_bg {
  background: #19253b;
}

.text_white {
  color: #fff;
}

.common_top_padding {
  padding-top: 60px;
}

.common_bottom_padding {
  padding-bottom: 60px;
}

.common_title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #19253b;
}

.common_paragraph p {
  font-size: 14px;
  color: #000000b2;
  margin: 0;
  line-height: 24px;
  font-weight: 300;
}

.common_paragraph1 p {
  font-size: 14px;
  color: #000000b2;
  line-height: 24px;
}

#common_banner {
  height: 350px;
  background-attachment: fixed;
  background-image: linear-gradient(rgb(34, 45, 65), rgba(36, 56, 96, 0.09)),
    url(../images/about-banner.jpg);
  background-position: bottom;
  background-size: cover;
}

#common_banner .container {
  height: 100%;
}

.text-black {
  color: #000 !important;
}

.common_caption {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_heading {
  color: #fafdff;
  font-size: 34px;
  font-weight: 300;
  margin: 0;
}

.head_centre {
  width: 680px;
  text-align: center;
  margin: 0 auto 50px;
}

.service_list_wrap {
  text-decoration: none;
  border: 1px solid #e7e7e7;
  display: inline-block;
  padding: 15px;
  margin-bottom: 20px;
}

.s_content {
  margin-top: 20px;
}

.s_content h6 {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 24px;
}

.common_btn {
  background: #19253b;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  width: fit-content;
  font-weight: 200;
  transition: all 0.5s linear;
}

.common_btn:hover {
  color: #fff;
  background: #757575;
  transition: all 0.5s linear;
}

.common_btn:hover iconify-icon {
  position: relative;
  left: 5px;
  transition: all 0.5s linear;
}

.common_btn iconify-icon {
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.5s linear;
}

.s_img {
  height: 200px;
  overflow: hidden;
}

.s_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.contact_left ul li {
  display: flex;
  margin-bottom: 30px;
}

.icon {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #19253b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 20px;
}

.contact_details a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.contact_details h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.input_style {
  background: transparent;
  border: 1px solid #ffffff80;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.input_style::placeholder {
  color: #fff;
  font-size: 14px;
}

.input_submit {
  background: #004b9f;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 14px;
}

.contact_right textarea {
  height: 150px;
}

.contact_left h4 {
  color: #fff;
  margin-bottom: 50px;
}

.map {
  height: 350px;
}

.map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.about_left {
  width: 50%;
  float: left;
  height: 500px;
}

.about_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_right {
  width: 50%;
  float: right;
  height: 500px;
  padding: 0 6%;
  display: flex;
  align-items: center;
}

/* #about {
  display: inline-block;
  width: 100%;
} */

#about .common_paragraph {
  text-align: justify;
}

.abtimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 45px;
}

.abt-content {
  padding-left: 40px;
}

.about_right p {
  margin-bottom: 10px;
  text-align: justify;
}

.c_content h5 {
  color: #19253b;
  font-size: 20px;
  font-weight: 600;
}

.conditions_wrap {
  text-decoration: none;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

.sub {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub h6 {
  margin: 0;
  color: #0b0b0b;
  font-size: 14px;
}

.sub span {
  background: #004b9f;
  width: 30px;
  height: 1px;
  margin-right: 20px;
}

.c_content {
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px solid #0b0b0b80;
}

.c_content a {
  text-decoration: none;
}

.c_img {
  height: 400px;
  overflow: hidden;
}

.c_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ftr_social_media {
  display: flex;
}

.ftr_social_media a {
  color: #fff;
  font-size: 30px;
  margin-left: 20px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff3d;
  padding-bottom: 29px;
}

.ftr_title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

footer p {
  color: #fff !important;
  font-weight: 200 !important;
}

.ftr_menu a {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff8c;
  display: flex;
  line-height: 32px;
  font-weight: 200;
}

.contact_numbers {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.flag {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}

.flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.address h6 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 1px;
}

.address a {
  color: #ffffff8c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 200;
}

.ftr_links {
  padding: 50px 0px;
  border-bottom: 1px solid #ffffff3d;
}

.copy_right {
  margin-top: 20px;
}

footer {
  padding-bottom: 20px !important;
}

header {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

header .container {
  height: 100%;
}

.banner_caption {
  height: 100%;
  display: flex;
  align-items: center;
}

.banner_title {
  color: #fafdff;
  width: 490px;
  font-size: 48px;
  font-weight: 400;
}

#hm_about {
  display: inline-block;
  width: 100%;
  position: relative;
}

#hm_services {
  position: relative;
}

#hm_services::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 450px;
  background: #19253b;
  top: 0;
  left: 0;
  z-index: -1;
}

.small_text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.big_text {
  color: #fff;
  font-weight: 200;
  font-size: 50px;
  margin: 0;
}

#hm_services p {
  color: #fff;
}

.image1 {
  width: 80%;
  float: left;
  height: 500px;
}

.image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image2 {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: -100px;
  height: 450px;
}

.image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#img_section {
  display: flex;
  width: 100%;
  position: relative;
}

#doctors ul {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

#doctors ul li {
  width: 25%;
  float: left;
  padding: 0 15px;
}

#doctors ul li:first-child {
  padding-left: 0;
}

#doctors ul li:last-child {
  padding-right: 0;
}

#doctors ul li:nth-child(even) {
  margin-top: 25px;
}

.doctors_wrap {
  overflow: hidden;
  height: 350px;
  border-radius: 20px;
  position: relative;
}

.doctors_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d_names {
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: #cad2f3;
  border-radius: 50px;
  padding: 15px 20px;
  transform: translate(-50%, 0%);
  width: max-content;
}

.d_names a {
  text-decoration: none;
  color: #19253b;
}

.d_names h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.testi_wrap img {
  width: 100px !important;
  margin-bottom: 20px;
}

.name_wrap {
  margin-top: 50px;
}

.name_wrap h6 {
  color: #17345a;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.name_wrap span {
  font-size: 12px;
}

.testi_img {
  height: 500px;
  overflow: hidden;
  margin-right: 50px;
}

.testi_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#testimonials .owl-nav {
  margin-top: 50px;
}

#testimonials .owl-nav button {
  width: 40px;
  height: 40px;
  background: #2f4a74 !important;
  display: flex;
  float: left;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff !important;
}

.recovery ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.rec_rt img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 20px;
}

.rec_lt p {
  text-align: justify;
}

.recovery ul li {
  border-bottom: 1px solid #19253b1f;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.recovery ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.recovery ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.recovery ul li:nth-child(odd) .rec_lt {
  padding-right: 25px;
}

.recovery ul li:nth-child(even) .rec_lt {
  padding-left: 25px;
}

.cmnsec {
  border-radius: 20px;
  padding: 35px;
  min-height: 320px;
}

.cmnsec ul {
  padding: 0px;
  margin-bottom: 0;
  list-style-type: none;
}

.cmnsec ul li a {
  color: #fff;
  display: flex;
  text-decoration: none;
  font-size: 21px;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  margin-bottom: 23px;
  position: relative;
  transition: 0.3s linear;
}

.cmnsec ul li a:before {
  content: "";
  background: url(../images/dots.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

.cmnsec ul li a iconify-icon {
  transition: 0.3s linear;
  color: #fff;
}

.cmnsec ul li a:hover iconify-icon {
  transform: translateX(3px);
  transition: 0.3s linear;
}

.cmnsec ul li a h4 {
  margin-bottom: 0;
  font-size: 17px;
  color: #fff;
}

.sec1 {
  margin: 40px 0;
}

#servicedetail p {
  text-align: justify;
}

.cmnsec img {
  width: 100%;
  height: 380px;
  border-radius: 20px;
  margin-bottom: 25px;
  object-fit: cover;
}

.cmnsec ol {
  padding: 0 0 0 16px;
  margin: 0;
}

.cmnsec ol li {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 15px;
}

.cmnsec ol li:last-child {
  margin-bottom: 0px;
}

.copy_right a {
  color: #fff;
  text-decoration: none;
}

.wrapper {
  padding-left: 130px;
  margin-top: 50px;
}

.wrapper .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  width: 95%;
}

.wrapper .owl-nav button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #19253b !important;
  color: #fff !important;
  border-radius: 50%;
}

.wrapper .owl-dots button {
  width: 50px;
  height: 2px;
  background: #0000001a !important;
  display: flex;
  border-radius: 100px;
  margin: 0 10px;
  float: left;
}

.wrapper .owl-dots .active {
  background: #19253b !important;
}

.wrapper .owl-dots {
  position: absolute;
  bottom: 0;
  left: 40%;
}

.foot-txt {
  text-align: justify;
  padding-right: 50px;
}
/**/

.moreabtsec .accordion-body {
  font-size: 14px;
  color: #000000b2;
  line-height: 24px;
  font-weight: 300;
  padding: 10px 20px;
}
