/*
    ==========================
    TRANSITION & HELPER MIXINS
    ==========================
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
/* FONTS */
/* FONTS */
/* color */
/*======Responsive starts=======*/
/*======Responsive end=======*/
.btn {
  position: relative;
  background-repeat: no-repeat;
  background-size: 300% 500%;
  background-position: -50% 25%;
  transition: background-position 0.3s ease;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 26px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
@media (max-width: 1139px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.btn:hover {
  background-position: 50% 25%;
}
.btn.primary-btn {
  background-color: #40BFFF;
  background-image: radial-gradient(#1A1A45 0, #1A1A45 50%, transparent 0, transparent 100%);
  color: #1A1A45;
}
.btn.primary-btn:hover {
  border-color: #1A1A45;
  background-color: #1A1A45;
  color: #fff;
}
.btn.primary-btn i {
  margin-left: 7px;
}
.btn.secondary-btn {
  background-color: #fff;
  background-image: radial-gradient(#1D1D1D 0, #1D1D1D 50%, transparent 0, transparent 100%);
  color: #1D1D1D;
  text-align: center;
}
.btn.secondary-btn:hover {
  border-color: #1D1D1D;
  background-color: #1D1D1D;
  color: #fff;
}

.htmethod-block .method-block {
  margin-bottom: 35px;
  background-color: inherit;
  border: none;
}
.htmethod-block .method-block h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .htmethod-block .method-block h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .htmethod-block .method-block h3 {
    font-size: 18px;
  }
}
.htmethod-block .method-block.accordion-item .accordion-header h4 {
  font-weight: 500;
}
.htmethod-block .image-block img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 1px solid #BABABA;
}
@media (max-width: 767px) {
  .htmethod-block .image-block img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto;
  }
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #1D1D1D;
  letter-spacing: inherit;
  padding-top: 165px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 0;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  color: #40BFFF;
}

a:hover,
a:hover img,
button,
input[type=submit] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.8;
}

a:not([href]):not([class]) {
  color: #fff;
}
a:not([href]):not([class]):hover {
  color: #40BFFF;
  text-decoration: underline;
  cursor: pointer;
}

input:focus {
  outline: none;
}

button:focus,
.btn:focus {
  box-shadow: none;
}

button {
  padding: 0;
}
button:hover {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

section {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

ul, li {
  list-style-type: none;
}

p, ul {
  margin-bottom: 24px;
  line-height: inherit;
}
@media (max-width: 1023px) {
  p, ul {
    margin-bottom: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000091;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    word-break: break-word;
  }
}

h1 {
  font-size: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 1139px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
@media (max-width: 1139px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1139px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.rounded-20 {
  border-radius: 20px !important;
}
@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px !important;
  }
}

.container {
  max-width: 1330px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.inner-bg {
  background: no-repeat 0 0;
  background-size: 100%;
  padding: 80px 0 0;
  margin-top: -80px;
}
@media (max-width: 1139px) {
  .inner-bg {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media (max-width: 1023px) {
  .inner-bg {
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .inner-bg {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.spacer {
  margin-bottom: 80px;
}
@media (max-width: 1139px) {
  .spacer {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .spacer {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .spacer {
    margin-bottom: 30px;
  }
}

.brand-color {
  background-color: #000091;
}

/* Chrome, Edge, Safari */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* Firefox */
.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #9DB4E5 #EBF5FF;
}
.custom-scroll.has-scroll {
  padding-right: 20px;
}

.connect-us {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1400px) {
  .connect-us {
    gap: 6px;
  }
}
@media (max-width: 1139px) {
  .connect-us {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .connect-us {
    justify-content: center;
    margin: 15px 0 0;
  }
}
.connect-us a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@media (max-width: 1139px) {
  .connect-us a {
    width: 30px;
    height: 30px;
  }
}
.connect-us a.twitter {
  background-color: #000;
}
.connect-us a.fb {
  background-color: #1877F2;
}
.connect-us a.insta {
  background: radial-gradient(92.18% 99.11% at 26.56% 107.7%, #FFDD55 0%, #FFDD55 10%, #FF543E 50%, #C837AB 100%);
}
.connect-us a.whatsapp {
  background: linear-gradient(0deg, #1FAF38 -9900%, #60D669 100%);
}
.connect-us a i {
  position: relative;
  font-size: 20px;
}
@media (max-width: 1139px) {
  .connect-us a i {
    font-size: 18px;
  }
}
.connect-us a:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  color: #fff !important;
}

.back-to-top {
  position: fixed;
  bottom: 55px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
@media (max-width: 1139px) {
  .back-to-top {
    right: 20px;
    bottom: 15px;
    width: 35px;
    height: 35px;
  }
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: #2E8AE1;
}

.custom-select .select2-container {
  width: 100% !important;
}
.custom-select .select2-container .select2-dropdown {
  border: none;
}
.custom-select .select2-container .select2-selection--single {
  border: none !important;
}
.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  position: relative;
  padding-left: 120px;
  color: #1D1D1D;
  font-weight: 500;
}
.custom-select .select2-container .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}
.custom-select .select2-container .select2-selection--single .select2-selection__arrow b {
  top: 0;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #1D1D1D;
  border-right: 2px solid #1D1D1D;
  border-top-color: inherit;
  border-left-color: inherit;
  border-top-style: none;
  border-left-style: none;
  transform: rotate(45deg);
}

/* start checkbox style */
label.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}
label.checkbox input:checked ~ .checkmark {
  background-color: inherit;
}
label.checkbox input:checked ~ .checkmark:after {
  display: block;
}
label.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: inherit;
  border: 1px solid #fff;
  border-radius: 2px;
}
label.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-radius: 2px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* end checkbox style */
/* start lightbox style */
.clickable-img {
  cursor: pointer;
  transition: 0.3s;
}

/* Lightbox overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.lightbox p {
  position: relative;
  margin: 0;
}
.lightbox img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.lightbox .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  background: #000;
  width: 25px;
  height: 25px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

/* end lightbox style */
.listing ul {
  margin-bottom: 20px;
}
.listing ul li {
  position: relative;
  padding: 0 0 15px 20px;
}
.listing ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/arrow-icon.svg) no-repeat 0 0;
  background-size: 100%;
  display: block;
}
.listing ul li:last-child {
  padding-bottom: 0;
}

ul.tickmark {
  margin-bottom: 0;
}
ul.tickmark li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
}
ul.tickmark li:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2b902f;
}
ul.tickmark li:last-child {
  margin-bottom: 0;
}
ul.tickmark.xmark li:before {
  content: "\f00d";
  color: #BB0000;
}

.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  background-color: #1A1A45;
  color: #40BFFF;
  z-index: 1000;
  transition: height 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
  will-change: height, padding;
}
@media (max-width: 1199px) {
  .topbar {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .topbar {
    padding: 15px 0 12px;
  }
}
.topbar .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.topbar .container .row ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  transform-origin: left center;
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .topbar .container .row ul {
    display: block;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .topbar .container .row ul {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}
.topbar .container .row ul li {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .topbar .container .row ul li {
    font-size: 0;
    float: left;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .topbar .container .row ul li {
    float: none;
    margin-right: 0;
  }
}
.topbar .container .row ul li a {
  color: #40BFFF;
}
@media (max-width: 1023px) {
  .topbar .container .row ul li a i {
    font-size: 24px;
  }
}
.topbar .container .row ul li a:hover {
  color: #fff;
}
.topbar .container .row ul li.top-btn {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .topbar .container .row ul li.top-btn {
    font-size: 14px;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .topbar .container .row ul li.top-btn {
    float: none;
  }
}
.topbar .container .row ul li.top-btn a {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  transition: height 0.3s ease, line-height 0.3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 12px 16px;
}
@media (max-width: 1023px) {
  .topbar .container .row ul li.top-btn a {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .topbar .container .row ul li.top-btn a {
    padding: 8px;
  }
}
.topbar .container .row ul li.top-btn a:hover {
  background-color: #40BFFF;
  border-color: #40BFFF;
}
.topbar.shrink {
  height: 40px;
}
.topbar.shrink .container .row ul {
  transform: scale(0.97);
}
.topbar.shrink .container .row ul li {
  font-size: 16px;
}
.topbar.shrink .container .row ul li.top-btn {
  font-size: 14px;
}
.topbar.shrink .container .row ul li.top-btn a {
  padding: 8px 12px;
}
.topbar.no-shrink {
  position: relative;
  z-index: 9;
}

.header {
  position: fixed;
  top: 56px;
  background-color: #000091;
  padding: 15px 0;
  width: 100%;
  height: 109px;
  z-index: 999;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header {
    position: relative;
    top: 0;
  }
}
.header .container .row {
  align-items: center;
}
.header .container .row nav {
  position: relative;
  width: 100%;
  z-index: 99;
}
.header .container .row nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .row nav .navbar .logo img {
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.header .container .row nav .navbar .fa-bars {
  display: none;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .fa-bars {
    display: block;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }
}
.header .container .row nav .navbar .nav-links {
  height: 100%;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 330px;
    height: 100vh;
    background: #000;
    padding: 20px;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.5s;
    z-index: 1000;
  }
}
@media (max-width: 575px) {
  .header .container .row nav .navbar .nav-links {
    width: 100%;
  }
}
.header .container .row nav .navbar .nav-links .sidebar-logo {
  display: none;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .sidebar-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
}
.header .container .row nav .navbar .nav-links .sidebar-logo .fa-xmark {
  display: block;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.header .container .row nav .navbar .nav-links .links {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links {
    display: block;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.header .container .row nav .navbar .nav-links .links li {
  position: relative;
  list-style: none;
  padding: 0 5px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .header .container .row nav .navbar .nav-links .links li {
    padding: 0 4px;
  }
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li {
    display: block;
    line-height: 1;
    padding: 0;
    margin-bottom: 20px;
  }
}
.header .container .row nav .navbar .nav-links .links li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.header .container .row nav .navbar .nav-links .links li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  display: block;
  background-color: #40BFFF;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li a:after {
    bottom: -2px;
  }
}
.header .container .row nav .navbar .nav-links .links li a:hover {
  color: #40BFFF;
}
.header .container .row nav .navbar .nav-links .links li a:hover:after {
  opacity: 1;
  width: 100%;
}
.header .container .row nav .navbar .nav-links .links li.active a {
  color: #40BFFF;
}
.header .container .row nav .navbar .nav-links .links li.active a:after {
  opacity: 1;
  width: 100%;
}
.header .container .row nav .navbar .nav-links .links li.active .sub-menu li a:after {
  opacity: 0;
  width: 0;
}
.header .container .row nav .navbar .nav-links .links li .arrow {
  width: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .arrow {
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  width: 235px;
  margin: 0 0 0 7px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu {
    position: static;
    top: 0;
    height: 0;
    width: 100%;
    transform: translateY(0);
    background: transparent;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li {
  position: relative;
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li span {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li span {
    display: inline-block;
    width: 100%;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li a {
  display: block;
  width: 100%;
  color: #1D1D1D;
  font-size: 13px;
  padding: 8px 10px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li a {
    display: inline-block;
    width: auto;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li a:hover {
  background-color: #40BFFF;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li a:hover {
    background-color: transparent;
    color: #40BFFF;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li a:hover:after {
  opacity: 0;
  width: 0;
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li.active a {
  background-color: #40BFFF;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li.active a {
    background-color: transparent;
    color: #40BFFF;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li.active .sub-menu li a {
  background-color: #fff;
  color: #1D1D1D;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li.active .sub-menu li a {
    background-color: transparent;
    color: #fff;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li.active .sub-menu li a:hover {
  background-color: #40BFFF;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li.active .sub-menu li a:hover {
    background-color: transparent;
    color: #40BFFF;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li.active .sub-menu li.active a {
  background-color: #40BFFF;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li.active .sub-menu li.active a {
    background-color: transparent;
    color: #40BFFF;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li .arrow {
  color: #1D1D1D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li .arrow {
    color: #fff;
    margin-left: 0;
    position: inherit;
    transform: inherit;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu li.active .arrow, .header .container .row nav .navbar .nav-links .links li .sub-menu li:hover .arrow {
  color: #fff;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu li.active .arrow, .header .container .row nav .navbar .nav-links .links li .sub-menu li:hover .arrow {
    color: #40BFFF;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  transform: translateX(10px);
  margin: 0;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu .sub-menu li {
    margin-bottom: 10px;
  }
}
.header .container .row nav .navbar .nav-links .links li .sub-menu .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header .container .row nav .navbar .nav-links .links li .sub-menu .sub-menu li.open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header .container .row nav .navbar .nav-links .links li .sub-menu .sub-menu li.open > span > .arrow {
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li .sub-menu .sub-menu li a {
    padding-left: 30px;
  }
}
.header .container .row nav .navbar .nav-links .links li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li:hover > .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}
.header .container .row nav .navbar .nav-links .links li:hover > .arrow {
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li:hover > .arrow {
    transform: rotate(0deg);
  }
}
.header .container .row nav .navbar .nav-links .links li.open > .arrow {
  transform: rotate(180deg);
}
.header .container .row nav .navbar .nav-links .links li.open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  height: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.header .container .row nav .navbar .nav-links .links li.open > .sub-menu .sub-menu {
  left: 0;
}
@media (max-width: 1199px) {
  .header .container .row nav .navbar .nav-links .links li.open > .sub-menu .sub-menu {
    margin-top: 5px;
  }
}
.header.shrink {
  height: 80px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  top: 40px;
  padding: 5px 0;
}
.header.shrink .container .row nav .navbar .logo img {
  transform: scale(0.8);
}
.header.no-shrink {
  position: relative;
  top: 0;
}

.footer {
  background: #000091;
  color: #fff;
  margin-top: 160px;
}
@media (max-width: 1139px) {
  .footer {
    margin-top: 130px;
  }
}
@media (max-width: 1023px) {
  .footer {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 120px;
  }
}
.footer ul li a {
  color: rgba(255, 255, 255, 0.83);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.footer ul li a:hover {
  color: #40BFFF;
}
.footer ul li.current-menu-item a {
  color: #40BFFF;
}
.footer .footer-one {
  padding-bottom: 35px;
}
@media (max-width: 1023px) {
  .footer .footer-one {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-one {
    padding-bottom: 25px;
  }
}
.footer .footer-one .footer-logo {
  margin-bottom: 30px;
}
@media (max-width: 1139px) {
  .footer .footer-one .footer-logo {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .footer .footer-one .footer-logo {
    margin-bottom: 20px;
  }
}
.footer .footer-one h5 {
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer .footer-one h5 {
    margin-bottom: 10px;
  }
}
.footer .footer-one p {
  color: rgba(255, 255, 255, 0.83);
  font-weight: 400;
  margin-bottom: 0;
}
.footer .footer-one .footer-one-first {
  padding-right: 60px;
}
@media (max-width: 1023px) {
  .footer .footer-one .footer-one-first {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-one .footer-one-first {
    padding-bottom: 20px;
  }
}
.footer .footer-one ul {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .footer .footer-one ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.footer .footer-one ul li {
  margin-bottom: 6px;
}
.footer .footer-two {
  color: #d9d9d9;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
}
@media (max-width: 1023px) {
  .footer .footer-two {
    padding-bottom: 10px;
  }
}
.footer .footer-two ul {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .footer .footer-two ul {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .footer .footer-two ul {
    margin-bottom: 15px;
  }
}
.footer .footer-two ul li {
  padding: 0 16px;
  position: relative;
}
.footer .footer-two ul li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer .footer-two ul li:first-child {
    padding-left: 10px;
  }
}
.footer .footer-two ul li:first-child:before {
  display: none;
}
.footer .footer-two p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 767px) {
  .footer .footer-two p {
    line-height: 2;
  }
}
.footer .ft-left ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 1139px) {
  .footer .ft-left ul {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .footer .ft-left ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer .ft-left ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .footer .ft-left ul li {
    margin-bottom: 15px;
  }
}
.footer .ft-left ul li i {
  font-size: 25px;
  color: #40BFFF;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .footer .ft-left ul li i {
    font-size: 20px;
  }
}
.footer .ft-right ul {
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .footer .ft-right ul {
    justify-content: center;
    margin-top: 10px;
  }
}
.footer .ft-right ul li:first-child {
  padding-left: 0;
}
.footer .ft-right ul li:last-child {
  padding-right: 0;
}
.footer .footer-top-block {
  background-color: #2E8AE1;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  padding: 40px 55px;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 1400px) {
  .footer .footer-top-block {
    font-size: 25px;
  }
}
@media (max-width: 1139px) {
  .footer .footer-top-block {
    font-size: 22px;
    padding: 30px;
    transform: translateY(-40%);
  }
}
@media (max-width: 1023px) {
  .footer .footer-top-block {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .footer .footer-top-block {
    font-size: 16px;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .footer .footer-top-block {
    transform: translateY(-30%);
  }
}
.footer .footer-top-block--left {
  width: 70%;
}
@media (max-width: 767px) {
  .footer .footer-top-block--left {
    width: 100%;
  }
}
.footer .footer-top-block--right {
  width: 247px;
}
@media (max-width: 767px) {
  .footer .footer-top-block--right {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .footer .footer-top-block--right {
    margin-top: 20px;
  }
}
.footer .footer-top-block--right .btn {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .footer .footer-top-block--right .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top-block--right .btn {
    font-size: 15px;
    margin: 0 15px;
  }
}

.hero {
  background-color: #000091;
  color: #fff;
}
.hero--img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
@media (max-width: 1023px) {
  .hero--img {
    position: inherit;
  }
}
.hero--content {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .hero--content {
    padding: 50px 0 30px;
  }
}
.hero--content h1 {
  color: #fff;
  font-weight: 400;
  font-size: 35px;
}
@media (max-width: 1500px) {
  .hero--content h1 {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .hero--content h1 {
    font-size: 25px;
  }
}
@media (max-width: 1139px) {
  .hero--content h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero--content h1 {
    font-size: 16px;
  }
}
.hero--content h1 span {
  color: #40BFFF;
  font-size: 50px;
  font-weight: 700;
  display: block;
}
@media (max-width: 1500px) {
  .hero--content h1 span {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  .hero--content h1 span {
    font-size: 35px;
  }
}
@media (max-width: 1139px) {
  .hero--content h1 span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero--content h1 span {
    font-size: 25px;
  }
}
.hero--content p {
  font-size: 18px;
}
@media (max-width: 1500px) {
  .hero--content p {
    font-size: 16px;
  }
}

.select2-container--open .select2-dropdown {
  border: none;
}
.select2-container--open .select2-dropdown .select2-results__options .select2-results__option {
  color: #1D1D1D;
  font-weight: 500;
  font-size: 14px;
}
.select2-container--open .select2-dropdown .select2-results__options .select2-results__option--selected {
  background-color: #eee;
}
.select2-container--open .select2-dropdown .select2-results__options .select2-results__option--highlighted {
  background-color: #000091;
  color: #fff;
}

.h-doctors-list .title {
  max-width: 735px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .h-doctors-list .title {
    margin-bottom: 20px;
  }
}
.h-doctors-list .doctors-info {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 1px solid #000091;
  background-color: #F2F8FF;
  margin-bottom: 25px;
  height: 95%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (max-width: 1023px) {
  .h-doctors-list .doctors-info {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
}
.h-doctors-list .doctors-info img {
  max-width: 100%;
  object-fit: cover;
  object-position: top;
}
.h-doctors-list .doctors-info img.doctors-img {
  width: 100%;
  height: 304px;
  max-height: 304px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 1023px) {
  .h-doctors-list .doctors-info img.doctors-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.h-doctors-list .doctors-info img.placeholder-img {
  max-width: 80% !important;
  height: 284px;
  max-height: 284px;
  margin: 20px auto 0;
}
.h-doctors-list .doctors-info img.flag {
  width: 32px;
  height: 21px;
  max-height: 21px;
  margin-left: 10px;
}
.h-doctors-list .doctors-info img.verified-badge {
  width: 18px;
  height: 18px;
  max-height: 18px;
  margin-left: 7px;
  position: relative;
  top: 2px;
}
.h-doctors-list .doctors-info .d-details {
  padding: 23px;
}
.h-doctors-list .doctors-info .d-details ul {
  margin-bottom: 0;
}
.h-doctors-list .doctors-info .d-details ul li {
  display: flex;
  position: relative;
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 27px;
}
.h-doctors-list .doctors-info .d-details ul li.name {
  font-size: 16px;
  font-weight: 600;
}
.h-doctors-list .doctors-info .d-details ul li.name a {
  color: #000091;
}
.h-doctors-list .doctors-info .d-details ul li.price {
  font-weight: 600;
  color: #000091;
}
.h-doctors-list .doctors-info .d-details ul li:last-child {
  margin-bottom: 0;
}
.h-doctors-list .doctors-info .dc-btn {
  padding-left: 23px;
  padding-bottom: 25px;
}
.h-doctors-list .doctors-info .dc-btn a {
  font-weight: 500;
  padding: 8px 15px;
  display: inline-block;
  color: #fff;
  background-color: #1877F2;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.h-doctors-list .doctors-info .dc-btn a:hover {
  background-color: #030E8D;
}
.h-doctors-list .doctors-info:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.d-icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  display: block;
}

@media (max-width: 1139px) {
  .h-contact {
    margin-bottom: 70px;
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .h-contact {
    margin: 0 0 50px;
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .h-contact {
    margin: 0 0 30px;
    padding: 30px 0 40px;
  }
}
.h-contact .bg {
  background: url(../../assets/images/contact-bg.webp) no-repeat 50% 0;
  background-size: cover;
  height: 82%;
}
@media (max-width: 1139px) {
  .h-contact .bg {
    height: 100%;
  }
}
.h-contact .bg--small {
  height: 80%;
}
@media (max-width: 1139px) {
  .h-contact .bg--small {
    height: 100%;
  }
}
.h-contact .h-contact--us {
  gap: 40px;
}
.h-contact .h-contact--us .topics {
  width: 30%;
  padding: 9% 0;
}
@media (max-width: 1139px) {
  .h-contact .h-contact--us .topics {
    padding: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .h-contact .h-contact--us .topics {
    width: 100%;
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .h-contact .h-contact--us .topics {
    padding: 0 0 20px;
  }
}
.h-contact .h-contact--us .topics .dl-list a {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px 40px 15px 50px;
  margin-bottom: 15px;
  color: #1D1D1D;
  font-weight: 500;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.h-contact .h-contact--us .topics .dl-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 22px;
  height: 22px;
  display: block;
  background: url(../../assets/images/bullet.svg) no-repeat 0 0;
  transform: translateY(-50%);
}
.h-contact .h-contact--us .topics .dl-list a i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 20px;
}
.h-contact .h-contact--us .topics .dl-list a:hover {
  background-color: #40BFFF;
  transform: translateX(10px);
}
.h-contact .h-contact--us .topics .dl-list a:hover:before {
  background-image: url(../../assets/images/bullet-black.svg);
}
.h-contact .h-contact--us--main {
  width: 66%;
  position: relative;
  background: linear-gradient(332.83deg, #40BFFF -9.83%, #000091 128.07%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 70px 40px 90px;
}
@media (max-width: 1139px) {
  .h-contact .h-contact--us--main {
    gap: 20px;
    padding: 40px 30px 60px;
  }
}
@media (max-width: 991px) {
  .h-contact .h-contact--us--main {
    width: 100%;
    position: inherit;
    transform: inherit;
  }
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.h-contact .h-contact--us--main .graphics {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 190px;
  height: 212px;
  background: url(../../assets/images/graphics.svg) no-repeat 0 0;
  display: block;
}
@media (max-width: 991px) {
  .h-contact .h-contact--us--main .graphics {
    right: 20px;
  }
}
.h-contact .h-contact--us--main h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.h-contact .h-contact--us--main p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1139px) {
  .h-contact .h-contact--us--main p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.h-contact .h-contact--us--main .steps {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 68px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .h-contact .h-contact--us--main .steps {
    font-size: 22px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
.h-contact .h-contact--us--main .steps .step {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(0, 0, 145, 0.1);
  border: 1px solid #3974D8;
  text-align: center;
}
@media (max-width: 1023px) {
  .h-contact .h-contact--us--main .steps .step {
    width: 50px;
    height: 50px;
  }
}
.h-contact .h-contact--us--main .steps .step.active {
  border-color: #fff;
  font-weight: 700;
}
.h-contact .h-contact--us--main .steps .divider {
  width: 50px;
  height: 1px;
  display: block;
  background-color: #fff;
  margin: 0 10px;
}
.h-contact .h-contact--us--main--form {
  position: relative;
}
.h-contact .h-contact--us--main--form .row .form-group {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row .form-group {
    margin-bottom: 20px;
  }
}
.h-contact .h-contact--us--main--form .row .form-group label {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row .form-group label {
    margin-bottom: 10px;
  }
}
.h-contact .h-contact--us--main--form .row .form-group label span {
  color: #FF2D2D;
}
.h-contact .h-contact--us--main--form .row .form-group label.checkbox a {
  text-decoration: underline;
  color: #fff;
}
.h-contact .h-contact--us--main--form .row .form-group label.checkbox a:hover {
  text-decoration: none;
}
.h-contact .h-contact--us--main--form .row .form-group input,
.h-contact .h-contact--us--main--form .row .form-group textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid #9DB4E5;
  padding: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row .form-group input,
  .h-contact .h-contact--us--main--form .row .form-group textarea {
    height: 40px;
  }
}
.h-contact .h-contact--us--main--form .row .form-group textarea {
  height: 133px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row .form-group textarea {
    height: 100px;
  }
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area {
  display: flex;
  gap: 25px;
  height: 119px;
  border: 1px dashed #9DB4E5;
  background: rgba(255, 255, 255, 0.1215686275);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 24px;
}
@media (max-width: 1400px) {
  .h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 1139px) {
  .h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area {
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area .upload-icon {
  font-size: 35px;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area h3 {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area h3 {
    font-size: 15px;
  }
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area label.custom-browse {
  color: #1A1A45 !important;
  font-weight: 400;
  cursor: pointer;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area label.custom-browse span {
  color: #fff !important;
  font-size: 14px;
  top: 0;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area label.custom-browse input {
  display: none;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area label.custom-browse:hover {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .drag-file-area--right span.font-small {
  font-size: 13px;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper #fileList {
  margin-top: 15px;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper #fileList .file-item {
  background: #eee;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .upload-button {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
  background: #1877F2;
  color: #fff;
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .remove-file {
  cursor: pointer;
  color: #FF2D2D;
  font-weight: 600;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .progress-container {
  width: 100%;
  background: #ddd;
  height: 6px;
  border-radius: 4px;
  margin-top: 10px;
  display: none;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .progress-container .progress-bar {
  width: 0%;
  height: 6px;
  background: #4caf50;
  border-radius: 4px;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .cannot-upload-message {
  background-color: #ffc6c4;
  border-left: 4px solid #BB0000;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 10px 10px;
  color: #BB0000;
  display: none;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}
.h-contact .h-contact--us--main--form .row .form-group .upload-wrapper .cannot-upload-message button {
  height: 30px;
  margin-top: 5px;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  background: #F2F8FF;
  color: #1D1D1D;
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.h-contact .h-contact--us--main--form .row .form-group img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: block;
}
.h-contact .h-contact--us--main--form .row .form-group img.form-img {
  height: 133px;
  max-height: 133px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row .form-group img.form-img {
    height: auto;
    max-height: inherit;
  }
}
.h-contact .h-contact--us--main--form .row .form-group img.form-img2 {
  height: 119px;
  max-height: 119px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row .form-group img.form-img2 {
    height: auto;
    max-height: inherit;
  }
}
.h-contact .h-contact--us--main--form .row button {
  height: 63px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row button {
    margin-bottom: 10px;
    height: 50px;
    font-size: 16px;
  }
}
.h-contact .h-contact--us--main--form .row button.next-btn {
  background-color: #fff;
  color: #1D1D1D;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row button.next-btn {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .h-contact .h-contact--us--main--form .row button.next-btn {
    width: 100%;
    margin: 0;
  }
}
.h-contact .h-contact--us--main--form .row button.next-btn i {
  margin-left: 10px;
}
.h-contact .h-contact--us--main--form .row button.next-btn:hover {
  background-color: inherit;
  color: #fff;
}
.h-contact .h-contact--us--main--form .row button.back-btn {
  background-color: inherit;
  color: #fff;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .h-contact .h-contact--us--main--form .row button.back-btn {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .h-contact .h-contact--us--main--form .row button.back-btn {
    width: 100%;
    margin: 0 0 15px;
  }
}
.h-contact .h-contact--us--main--form .row button.back-btn i {
  margin-right: 10px;
}
.h-contact .h-contact--us--main--form .row button.back-btn:hover {
  background-color: #fff;
  color: #1D1D1D;
}
.h-contact .h-contact--us--main--form .row .privacy-check {
  position: relative;
  padding-left: 32px;
  margin-bottom: 0;
}
.h-contact .h-contact--us--main--form .row .privacy-check input[type=checkbox] {
  position: absolute;
  top: -3px;
  left: -32px;
  width: 22px !important;
  height: 22px !important;
  border-radius: 0 !important;
  border-color: #fff !important;
  margin-right: 10px;
}
.h-contact .h-contact--us--main--form .row .privacy-check input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F><%2Fsvg>");
  width: 20px;
  height: 12px;
  top: 0px;
  left: -1px;
  margin: 0;
}
.h-contact .h-contact--us--main--form .row .privacy-check a {
  color: #fff;
  text-decoration: underline;
}
.h-contact .h-contact--us--main--form .row .privacy-check a:hover {
  text-decoration: none;
}
.h-contact--form {
  max-width: 830px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1139px) {
  .h-contact--form {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.h-contact--form .h-contact--us .h-contact--us--main {
  width: 100%;
}

.block-list .image-grid {
  column-count: 2;
  gap: 24px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .block-list .image-grid {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .block-list .image-grid {
    column-count: 1;
    gap: 20px;
    margin-bottom: 5px;
  }
}
.block-list .image-grid .card {
  break-inside: avoid;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-list .image-grid .card {
    margin-bottom: 15px;
  }
}
.block-list .image-grid .card a {
  display: block;
  position: relative;
}
.block-list .image-grid .card a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.62%, #000000 100.03%);
  display: block;
}
.block-list .image-grid .card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.block-list .image-grid .card a .d-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9;
}
.block-list .image-grid .card a .d-name .check {
  background: #000091;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  display: none;
}
.block-list .image-grid .card a .d-name .check.active-check {
  display: block;
}
.block-list .image-grid .card a .d-name .check i {
  text-align: center;
  line-height: 24px;
}
.block-list .image-grid .card a.large img {
  height: 381px;
}
.block-list .image-grid .card a.small img {
  height: 190px;
}

.block-list-one {
  background-color: #EBF5FF;
  padding: 90px 0 70px;
}
@media (max-width: 1139px) {
  .block-list-one {
    padding: 60px 0 50px;
  }
}
@media (max-width: 1023px) {
  .block-list-one {
    padding: 40px 0 30px;
  }
}
@media (max-width: 767px) {
  .block-list-one {
    padding: 30px 0 0;
  }
}
.block-list-one h2 {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .block-list-one h2 {
    margin-bottom: 30px;
  }
}
.block-list-one--content {
  margin-bottom: 30px;
}
.block-list-one--content img {
  width: 100%;
  max-width: 100%;
  height: 244px;
  max-height: 244px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .block-list-one--content img {
    height: 200px;
    max-height: 200px;
  }
}
.block-list-one--content h4, .block-list-one--content p {
  margin-bottom: 12px;
}
.block-list-one--content h4 a {
  color: #000091;
}
.block-list-one--content h4 a:hover {
  color: #40BFFF;
}
.block-list-one--content a {
  color: #40BFFF;
  font-weight: 500;
  display: inline-block;
}
.block-list-one--content a i {
  margin-left: 5px;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}
.block-list-one--content a:hover {
  color: #000091;
}
.block-list-one--content a:hover i {
  transform: translateX(5px);
}

.block-list-two h2.title {
  line-height: 1.2;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .block-list-two h2.title br {
    display: block;
  }
}
.block-list-two .country-card {
  margin-bottom: 28px;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .block-list-two .country-card {
    margin-bottom: 15px;
  }
}
.block-list-two .country-card a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  height: 325px;
  background: no-repeat 0 0;
  background-size: cover;
  padding: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1139px) {
  .block-list-two .country-card a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .block-list-two .country-card a {
    height: 250px;
  }
}
.block-list-two .country-card a:hover {
  opacity: 0.8;
}
.block-list-two .country-card a span {
  position: absolute;
  bottom: 24px;
  z-index: 9;
}
.block-list-two .country-card a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.62%, #000 100.03%);
  display: block;
}

.hairfall-list h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hairfall-list h2 {
    margin-bottom: 20px;
  }
}
.hairfall-list--main {
  counter-reset: step;
}
.hairfall-list--main--block {
  height: 100%;
  background: url(../../assets/images/graphics-3.svg) no-repeat 0 0;
  border: 1px solid #000091;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 24px;
}
@media (max-width: 1023px) {
  .hairfall-list--main--block {
    padding: 20px;
  }
}
.hairfall-list--main--block img {
  width: 68px;
  max-width: 68px;
  height: 68px;
  max-height: 68px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .hairfall-list--main--block img {
    margin-bottom: 20px;
  }
}
.hairfall-list--main--block p {
  margin-bottom: 0;
}
.hairfall-list--main--block ul {
  margin-bottom: 5px;
}
.hairfall-list--main--block ul li {
  position: relative;
  padding: 0 0 12px 25px;
}
.hairfall-list--main--block ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../assets/images/arrow-icon01.svg) no-repeat 0 0;
}
.hairfall-list--main--block ul li:last-child {
  padding-bottom: 0;
}
.hairfall-list--main--block.fur-block {
  background: url(../../assets/images/graphics-4.svg) no-repeat 100% 0;
  position: relative;
  counter-increment: step;
}
.hairfall-list--main--block.fur-block img,
.hairfall-list--main--block.fur-block h4 {
  position: relative;
  z-index: 1;
}
.hairfall-list--main--block.fur-block .step-number {
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: "Amaranth", sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  color: rgba(184, 184, 225, 0.4);
  z-index: 1;
}
@media (max-width: 1400px) {
  .hairfall-list--main--block.fur-block .step-number {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .hairfall-list--main--block.fur-block .step-number {
    font-size: 60px;
  }
}
.hairfall-list--main--block.fur-block .step-number::before {
  content: counter(step, decimal-leading-zero);
}
.hairfall-list--main--block.fur-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  display: block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.exp-doctors h2 {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .exp-doctors h2 {
    margin-bottom: 25px;
  }
}
.exp-doctors .logo-slider {
  width: 90%;
}
@media (max-width: 991px) {
  .exp-doctors .logo-slider {
    width: 89%;
  }
}
@media (max-width: 767px) {
  .exp-doctors .logo-slider {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .exp-doctors .logo-slider {
    width: 73%;
  }
}
.exp-doctors .logo-slider .logo-slide {
  border: 1px solid #ddd;
  height: 90px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 20px;
}
.exp-doctors .logo-slider .logo-slide img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-height: 100%;
}
.exp-doctors .swiper-button-prev,
.exp-doctors .swiper-button-next {
  top: 72%;
  width: 52px;
  height: 52px;
  color: #1A1A45;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media (max-width: 991px) {
  .exp-doctors .swiper-button-prev,
  .exp-doctors .swiper-button-next {
    top: 74%;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .exp-doctors .swiper-button-prev,
  .exp-doctors .swiper-button-next {
    top: 74%;
    width: 30px;
    height: 30px;
  }
}
.exp-doctors .swiper-button-prev:after,
.exp-doctors .swiper-button-next:after {
  font-size: 20px;
}
@media (max-width: 767px) {
  .exp-doctors .swiper-button-prev:after,
  .exp-doctors .swiper-button-next:after {
    font-size: 15px;
  }
}
.exp-doctors .swiper-button-prev:hover,
.exp-doctors .swiper-button-next:hover {
  background-color: #EBF5FF;
  transition: all 0.3s;
}

.banner-card--main {
  background-color: #000091;
  min-height: 400px;
  color: #fff;
  padding: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
@media (max-width: 1139px) {
  .banner-card--main {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .banner-card--main {
    padding: 30px;
    min-height: inherit;
  }
}
.banner-card--main h2 {
  color: #fff;
}
.banner-card--main img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1139px) {
  .banner-card--main img {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .banner-card--main img {
    display: none;
  }
}
.banner-card--main .primary-btn {
  background-image: radial-gradient(#fff 0, #fff 50%, transparent 0, transparent 100%);
}
@media (max-width: 767px) {
  .banner-card--main .primary-btn {
    font-size: 13px;
  }
}
.banner-card--main .primary-btn:hover {
  border-color: #fff;
  background-color: #fff !important;
  color: #1A1A45;
}
.banner-card--main--content {
  width: 58%;
}
@media (max-width: 1023px) {
  .banner-card--main--content {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .banner-card--main--content {
    width: 100%;
  }
}
.banner-card--main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 242px;
  height: 100%;
  background: url(../../assets/images/graphics-1.svg) no-repeat 0 0;
  display: block;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 767px) {
  .banner-card--main:after {
    display: none;
  }
}

.testimonial .container {
  max-width: 70%;
}
@media (max-width: 1139px) {
  .testimonial .container {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .testimonial .container {
    max-width: 100%;
  }
}
.testimonial .testimonialSwiper {
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .testimonial .testimonialSwiper {
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
  }
}
.testimonial .testimonialSwiper .swiper-slide {
  width: 330px;
  transform: scale(0.92);
  transition: 0.4s;
}
.testimonial .testimonialSwiper .swiper-slide .testi-card {
  color: rgba(29, 29, 29, 0.4);
  padding: 24px 30px 60px;
  background-color: rgba(235, 245, 255, 0.5);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  min-height: 480px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1139px) {
  .testimonial .testimonialSwiper .swiper-slide .testi-card {
    font-size: 18px;
    padding: 20px 25px;
    min-height: 400px;
  }
}
@media (max-width: 1023px) {
  .testimonial .testimonialSwiper .swiper-slide .testi-card {
    font-size: 16px;
  }
}
.testimonial .testimonialSwiper .swiper-slide .testi-card p {
  margin-top: 20px;
  word-break: break-word;
}
.testimonial .testimonialSwiper .swiper-slide .testi-card span {
  position: absolute;
  left: 30px;
  bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}
.testimonial .testimonialSwiper .swiper-slide .testi-card .quote svg path {
  fill: #000091;
}
.testimonial .testimonialSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
@media (max-width: 575px) {
  .testimonial .testimonialSwiper .swiper-slide.swiper-slide-active {
    transform: scale(0.92);
  }
}
.testimonial .testimonialSwiper .swiper-slide.swiper-slide-active .testi-card {
  background: #000091 url(../../assets/images/graphics-2.svg) no-repeat 100% 100%;
  color: #fff;
}
.testimonial .testimonialSwiper .swiper-slide.swiper-slide-active .testi-card .quote svg path {
  fill: #fff;
}
.testimonial .testimonialSwiper .swiper-slide.swiper-slide-next .testi-card, .testimonial .testimonialSwiper .swiper-slide.swiper-slide-prev .testi-card {
  background-color: #EBF5FF;
  color: #1d1d1d;
}
.testimonial .swiper-pagination {
  position: inherit;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .testimonial .swiper-pagination {
    margin-top: 15px;
  }
}
.testimonial .swiper-pagination-bullet {
  background: #767676;
  width: 12px;
  height: 12px;
}
.testimonial .swiper-pagination-bullet-active {
  background: #000091;
}

.floating-box {
  position: fixed;
  right: 10px;
  top: 50%;
  width: 55px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 1400px) {
  .floating-box {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .floating-box {
    width: 30px;
  }
}
.floating-box.hide {
  opacity: 0;
  visibility: hidden;
}
.floating-box a {
  display: flex;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .floating-box a {
    width: 45px;
    height: 45px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .floating-box a {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
  }
}
.floating-box a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.floating-box a i {
  font-size: 24px;
}
@media (max-width: 1139px) {
  .floating-box a i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .floating-box a i {
    font-size: 16px;
  }
}

.inner-banner {
  background-color: #000091;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 240px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .inner-banner {
    min-height: 140px;
  }
}
.inner-banner--content {
  width: 100%;
}
.inner-banner h1 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 1139px) {
  .inner-banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .inner-banner h1 {
    font-size: 24px;
  }
}
.inner-banner p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .inner-banner p {
    font-size: 16px;
  }
}

.dl-pagination {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .dl-pagination {
    margin-top: 10px;
  }
}
.dl-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.dl-pagination ul li a {
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #000091;
  display: block;
  text-align: center;
  border-right: 1px solid #000091;
  border-top: 1px solid #000091;
  border-bottom: 1px solid #000091;
}
.dl-pagination ul li a:hover {
  color: #fff;
  background-color: #000091;
  text-decoration: none;
}
.dl-pagination ul li .current {
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background-color: #000091;
  display: block;
  text-align: center;
}
.dl-pagination ul li.page-item:first-child .page-link, .dl-pagination ul li.page-item:last-child .page-link {
  padding: 0;
  width: 67px;
  height: 34px;
  line-height: 34px;
  border-left: 1px solid #000091;
  border-top: 1px solid #000091;
  border-bottom: 1px solid #000091;
  text-align: center;
}
.dl-pagination ul li.page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.dl-pagination ul li.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dl-pagination ul li.disabled {
  cursor: default;
}
.dl-pagination ul li.disabled.page-item:first-child .page-link, .dl-pagination ul li.disabled.page-item:last-child .page-link {
  padding: 0;
  width: 67px;
  height: 34px;
  line-height: 34px;
  background-color: #E5E6EB;
  border-left: 1px solid #E5E6EB;
  border-top: 1px solid #E5E6EB;
  border-bottom: 1px solid #E5E6EB;
  text-align: center;
}
.dl-pagination ul li.disabled.page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.dl-pagination ul li.disabled.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dl-pagination ul li.disabled i {
  color: #B8BAC7;
}
.dl-pagination ul li .page-numbers.dots {
  position: relative;
  top: 4px;
  width: 34px;
  height: 34px;
  font-size: 14px;
  line-height: 28px;
  color: #000091;
  display: block;
  text-align: center;
  border-right: 1px solid #000091;
  border-top: 1px solid #000091;
  border-bottom: 1px solid #000091;
}

@media (max-width: 1139px) {
  .sidebar {
    margin-bottom: 30px;
  }
}
.sidebar h2 {
  font-size: 26px;
  margin-bottom: 17px;
}
@media (max-width: 1139px) {
  .sidebar h2 {
    font-size: 24px;
    margin-bottom: 19px;
  }
}
@media (max-width: 1023px) {
  .sidebar h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.sidebar .filter-block {
  border: 1px solid #030E8D;
  padding: 28px 28px 60px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1139px) {
  .sidebar .filter-block {
    padding: 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
}
.sidebar .filter-block--content {
  overflow: hidden;
}
.sidebar .filter-block--content .filter-item .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar .filter-block--content .filter-item .filter-header h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1139px) {
  .sidebar .filter-block--content .filter-item .filter-header h3 {
    font-size: 18px;
  }
}
.sidebar .filter-block--content .filter-item .filter-header .arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.sidebar .filter-block--content .filter-item .filter-header.active .arrow {
  transform: rotate(0deg);
}
.sidebar .filter-block--content .filter-item .filter-field {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 8px;
  border-bottom: 1px solid #030E8D;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
@media (max-width: 1139px) {
  .sidebar .filter-block--content .filter-item .filter-field {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.sidebar .filter-block--content .filter-item .filter-field--last {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar .filter-block--content .filter-item .filter-field .custom-select {
  margin-bottom: 15px;
}
.sidebar .filter-block--content .filter-item .filter-field .custom-select .select2-container .select2-selection--single {
  border: 1px solid #030E8D !important;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.sidebar .filter-block--content .filter-item .filter-field .custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 42px;
}
.sidebar .filter-block--content .filter-item .filter-field .custom-select .select2-container .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}
.sidebar .filter-block--content .filter-item .filter-field .custom-select .select2-container .select2-selection--single .select2-selection__arrow b {
  top: 11px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #1D1D1D;
  border-right: 2px solid #1D1D1D;
}
.sidebar label.checkbox {
  padding-left: 28px;
  font-size: 16px;
}
.sidebar label.checkbox input:checked ~ .checkmark {
  background-color: #40BFFF;
}
.sidebar label.checkbox .checkmark {
  position: absolute;
  top: 2px;
  height: 18px;
  width: 18px;
  border: 1px solid #030E8D;
}
.sidebar label.checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #030E8D;
  border-width: 0 2px 2px 0;
}

.lp-search-bar {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 16px 175px 16px 16px;
  margin-top: 35px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lp-search-bar {
    padding: 10px;
  }
}
.lp-search-bar--left {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  height: 65px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .lp-search-bar--left {
    height: 50px;
    padding: 12.5px;
  }
}
.lp-search-bar--left--label {
  position: absolute;
  top: 21px;
  left: 20px;
  color: #1D1D1D;
  z-index: 1;
  border-right: 1px solid #CFD8E0;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lp-search-bar--left--label {
    top: 13px;
  }
}
.lp-search-bar--right {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 145px;
}
@media (max-width: 767px) {
  .lp-search-bar--right {
    position: inherit;
    margin: 10px auto 0;
  }
}
.lp-search-bar--right button {
  width: 100%;
  height: 65px;
  background-color: #40BFFF;
  color: #1A1A45;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: none;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1139px) {
  .lp-search-bar--right button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lp-search-bar--right button {
    height: 50px;
    font-size: 16px;
  }
}
.lp-search-bar--right button i {
  margin-left: 5px;
}
.lp-search-bar--right button:hover {
  background-color: #fff;
}
.lp-search-bar--right button:hover i {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.lp-search-bar--right button i {
  margin-left: 5px;
}

.top-filter {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .top-filter {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-filter {
    margin-bottom: 25px;
  }
}
.top-filter .lp-search-bar {
  background-color: #030E8D;
  padding-right: 208px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .top-filter .lp-search-bar {
    padding-right: 185px;
  }
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar {
    padding-right: 10px;
  }
}
.top-filter .lp-search-bar--left {
  display: flex;
  height: 60px;
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--left {
    height: 50px;
  }
}
.top-filter .lp-search-bar--left .custom-select {
  width: 35% !important;
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--left .custom-select {
    width: 45% !important;
  }
}
.top-filter .lp-search-bar--left .custom-select .select2-container {
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--left .custom-select .select2-container {
    top: -2px;
  }
}
.top-filter .lp-search-bar--left .custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--left .custom-select .select2-container .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}
.top-filter .lp-search-bar--left input {
  position: relative;
  top: -1px;
  width: 60%;
  border: none;
  border-left: 1px solid #CFD8E0;
  margin-left: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--left input {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.top-filter .lp-search-bar--right {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  width: 180px;
  position: absolute;
  top: 16px;
  right: 16px;
  margin: 0;
}
@media (max-width: 1023px) {
  .top-filter .lp-search-bar--right {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--right {
    width: auto;
    position: inherit;
    justify-content: center;
    margin-top: 10px;
  }
}
.top-filter .lp-search-bar--right button {
  width: 170px;
  height: 60px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .top-filter .lp-search-bar--right button {
    width: 150px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--right button {
    height: 50px;
    font-size: 15px;
  }
}
.top-filter .lp-search-bar--right a {
  width: 170px;
  height: 60px;
  padding: 16px 15px;
}
@media (max-width: 1023px) {
  .top-filter .lp-search-bar--right a {
    width: 150px;
    padding: 16px 10px;
  }
}
@media (max-width: 767px) {
  .top-filter .lp-search-bar--right a {
    height: 50px;
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 12px;
    margin: 0;
  }
}
.top-filter .lp-search-bar--right a:hover {
  background-color: #fff;
  color: #1A1A45;
  background-image: inherit;
}

.transplant-block {
  overflow: hidden;
}
.transplant-block--content {
  margin-bottom: 80px;
}
@media (max-width: 1139px) {
  .transplant-block--content {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .transplant-block--content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .transplant-block--content {
    margin-bottom: 30px;
  }
}
.transplant-block--content:last-child {
  margin-bottom: 0;
}
.transplant-block--content .row {
  align-items: center;
}
@media (max-width: 1139px) {
  .transplant-block--content .row {
    align-items: start;
  }
}
.transplant-block--content .row h2 {
  margin-bottom: 15px;
}
.transplant-block--content .row p {
  text-align: justify;
  margin-bottom: 15px;
}
.transplant-block--content .row p:last-child {
  margin-bottom: 0;
}
.transplant-block--content .row .content-image {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .transplant-block--content .row .content-image {
    text-align: center;
    padding-right: 0;
  }
}
.transplant-block--content .row .content-image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.transplant-block--content:nth-of-type(even) .row {
  flex-direction: row-reverse;
  background-color: #F2F8FF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: 0;
  align-items: normal;
}
.transplant-block--content:nth-of-type(even) .row .content-block {
  padding: 40px;
}
@media (max-width: 767px) {
  .transplant-block--content:nth-of-type(even) .row .content-block {
    padding: 30px 20px;
  }
}
.transplant-block--content:nth-of-type(even) .row .content-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767px) {
  .transplant-block--content:nth-of-type(even) .row .content-image {
    height: 300px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    margin-bottom: 0 !important;
  }
}

.content-repeat-block {
  overflow: hidden;
}
.content-repeat-block--main {
  margin-bottom: 80px;
}
@media (max-width: 1139px) {
  .content-repeat-block--main {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .content-repeat-block--main {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .content-repeat-block--main {
    margin-bottom: 30px;
  }
}
.content-repeat-block--main--content {
  margin-bottom: 80px;
}
@media (max-width: 1139px) {
  .content-repeat-block--main--content {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .content-repeat-block--main--content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .content-repeat-block--main--content {
    margin-bottom: 30px;
  }
}
.content-repeat-block--main--content:last-child {
  margin-bottom: 0;
}
.content-repeat-block--main--content .htm-main--cont {
  align-items: center;
}
@media (max-width: 1139px) {
  .content-repeat-block--main--content .htm-main--cont {
    align-items: start;
  }
}
.content-repeat-block--main--content .htm-main--cont h2 {
  margin-bottom: 15px;
}
.content-repeat-block--main--content .htm-main--cont p {
  text-align: justify;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-repeat-block--main--content .htm-main--cont p {
    text-align: left;
  }
}
.content-repeat-block--main--content .htm-main--cont p:last-child {
  margin-bottom: 0;
}
.content-repeat-block--main--content .htm-main--cont--left {
  width: 55%;
}
@media (max-width: 767px) {
  .content-repeat-block--main--content .htm-main--cont--left {
    width: 100%;
  }
}
.content-repeat-block--main--content .htm-main--cont--right {
  width: 45%;
}
@media (max-width: 767px) {
  .content-repeat-block--main--content .htm-main--cont--right {
    width: 100%;
  }
}
.content-repeat-block--main--content .htm-main--cont .content-block p {
  margin-bottom: 25px;
}
.content-repeat-block--main--content .htm-main--cont .content-block--listing ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .content-repeat-block--main--content .htm-main--cont .content-block--listing ul {
    margin-bottom: 30px;
  }
}
.content-repeat-block--main--content .htm-main--cont .content-block--listing ul li {
  position: relative;
  padding: 0 0 0 26px;
  line-height: 1.4;
}
.content-repeat-block--main--content .htm-main--cont .content-block--listing ul li::before {
  content: "";
  background: url(../../assets/images/arrow-icon.svg) no-repeat 0 0;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.content-repeat-block--main--content .htm-main--cont .content-block--listing.fur-top h3 {
  font-size: 24px;
  color: #1D1D1D;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-repeat-block--main--content .htm-main--cont .content-block--listing.fur-top h3 {
    font-size: 20px;
  }
}
.content-repeat-block--main--content .htm-main--cont .content-block--listing.fur-top p {
  margin-bottom: 5px;
}
.content-repeat-block--main--content .htm-main--cont .content-image {
  text-align: right;
}
@media (max-width: 767px) {
  .content-repeat-block--main--content .htm-main--cont .content-image {
    text-align: center;
    margin-top: 25px;
  }
}
.content-repeat-block--main--content .htm-main--cont .content-image img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.content-repeat-block--main:nth-of-type(even) {
  background-color: #F2F8FF;
  padding: 80px 0;
}
@media (max-width: 1139px) {
  .content-repeat-block--main:nth-of-type(even) {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .content-repeat-block--main:nth-of-type(even) {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .content-repeat-block--main:nth-of-type(even) {
    padding: 30px 0;
  }
}
.content-repeat-block--main:nth-of-type(even) .htm-main--cont {
  flex-direction: row-reverse;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 50px;
}
@media (max-width: 1139px) {
  .content-repeat-block--main:nth-of-type(even) .htm-main--cont {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .content-repeat-block--main:nth-of-type(even) .htm-main--cont {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .content-repeat-block--main:nth-of-type(even) .htm-main--cont .content-block {
    padding-top: 0;
  }
}
.content-repeat-block--main:nth-of-type(even) .htm-main--cont .content-image {
  text-align: left;
}
@media (max-width: 767px) {
  .content-repeat-block--main:nth-of-type(even) .htm-main--cont .content-image {
    text-align: center;
    padding-top: 13px;
  }
}
.content-repeat-block--main:nth-of-type(even) .htm-main--cont--left {
  width: 60%;
}
@media (max-width: 767px) {
  .content-repeat-block--main:nth-of-type(even) .htm-main--cont--left {
    width: 100%;
  }
}
.content-repeat-block--main:nth-of-type(even) .htm-main--cont--right {
  width: 40%;
}
@media (max-width: 767px) {
  .content-repeat-block--main:nth-of-type(even) .htm-main--cont--right {
    width: 100%;
  }
}
.content-repeat-block--main:last-child {
  margin-bottom: 0;
}
.content-repeat-block--main--1:nth-of-type(even) .htm-main--cont .content-image img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.content-repeat-block-01 {
  background: linear-gradient(180deg, #EBF5FF 0%, #FFFFFF 100%);
  padding-top: 80px;
  margin-top: -80px;
}
@media (max-width: 1139px) {
  .content-repeat-block-01 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media (max-width: 1023px) {
  .content-repeat-block-01 {
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .content-repeat-block-01 {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.fur-content {
  margin-bottom: 80px;
}
@media (max-width: 1139px) {
  .fur-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .fur-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .fur-content {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.fur-content .row {
  background-color: #F2F8FF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.fur-content .row .content-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 767px) {
  .fur-content .row .content-image {
    height: 250px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}
.fur-content .row .content-block {
  padding: 40px 35px;
}
@media (max-width: 1023px) {
  .fur-content .row .content-block {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .fur-content .row .content-block {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.fur-content .row .content-block ul {
  margin-bottom: 0;
}
.fur-content .row .content-block ul li {
  position: relative;
  padding: 0 0 15px 25px;
}
.fur-content .row .content-block ul li strong {
  font-size: 18px;
  display: block;
}
@media (max-width: 767px) {
  .fur-content .row .content-block ul li strong {
    font-size: 16px;
  }
}
.fur-content .row .content-block ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../assets/images/arrow-icon.svg) no-repeat 0 0;
  display: block;
}
.fur-content .row .content-block ul li:last-child {
  padding-bottom: 0;
}

.inner-cont-block--main {
  background: linear-gradient(332.83deg, #40BFFF -9.83%, #000091 128.07%);
  padding: 80px 0;
}
@media (max-width: 1139px) {
  .inner-cont-block--main {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .inner-cont-block--main {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .inner-cont-block--main {
    padding: 30px 0 40px;
  }
}
.inner-cont-block--main h4, .inner-cont-block--main p {
  color: #fff;
}
.inner-cont-block--main p {
  margin-bottom: 0;
}
.inner-cont-block--main .block-list {
  margin-bottom: 25px;
}
.inner-cont-block--main--left {
  max-width: 895px;
}
.inner-cont-block--main--right {
  max-width: 278px;
}
.inner-cont-block--main--right img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: 1px solid rgba(186, 186, 186, 0.83);
}

.process-timeline {
  counter-reset: step;
  padding-top: 5%;
}
@media (max-width: 1139px) {
  .process-timeline {
    padding-top: -10%;
  }
}
@media (max-width: 991px) {
  .process-timeline {
    padding-top: 15%;
  }
}
@media (max-width: 767px) {
  .process-timeline {
    padding-top: 0;
  }
}
.process-timeline .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #cfe3ff;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #FFFFFF 0%, #000091 24.67%, #000091 70.9%, #FFFFFF 100%);
  transform: translateX(-50%);
  display: block;
}
@media (max-width: 767px) {
  .process-timeline .timeline-line {
    display: none;
  }
}
.process-timeline .timeline-item {
  counter-increment: step;
  left: 0;
  width: 50%;
  padding-right: 5%;
  margin-top: -5%;
}
@media (max-width: 1139px) {
  .process-timeline .timeline-item {
    margin-top: -10%;
  }
}
@media (max-width: 991px) {
  .process-timeline .timeline-item {
    margin-top: -15%;
  }
}
@media (max-width: 767px) {
  .process-timeline .timeline-item {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.process-timeline .timeline-item .timeline-dot {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #000091;
  border: 5px solid #40BFFF;
  border-radius: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .process-timeline .timeline-item .timeline-dot {
    right: -10px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
}
@media (max-width: 767px) {
  .process-timeline .timeline-item .timeline-dot {
    display: none;
  }
}
.process-timeline .timeline-item .timeline-card {
  background-color: #F2F8FF;
  padding: 40px 135px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media (max-width: 1400px) {
  .process-timeline .timeline-item .timeline-card {
    padding: 30px 105px;
  }
}
@media (max-width: 1023px) {
  .process-timeline .timeline-item .timeline-card {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 55px 25px 30px 85px;
  }
}
.process-timeline .timeline-item .timeline-card .step-icon {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 72px;
  height: 72px;
  background-color: #000091;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@media (max-width: 1400px) {
  .process-timeline .timeline-item .timeline-card .step-icon {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .process-timeline .timeline-item .timeline-card .step-icon {
    width: 50px;
    height: 50px;
    top: 58px;
    left: 20px;
  }
}
.process-timeline .timeline-item .timeline-card .step-icon img {
  max-width: 40px;
}
@media (max-width: 1400px) {
  .process-timeline .timeline-item .timeline-card .step-icon img {
    max-width: 30px;
  }
}
.process-timeline .timeline-item .timeline-card .step-number {
  position: absolute;
  top: 22px;
  right: 30px;
  font-family: "Amaranth", sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  color: rgba(184, 184, 225, 0.4);
}
@media (max-width: 1400px) {
  .process-timeline .timeline-item .timeline-card .step-number {
    right: 25px;
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .process-timeline .timeline-item .timeline-card .step-number {
    font-size: 50px;
    top: 5px;
    right: 10px;
  }
}
.process-timeline .timeline-item .timeline-card .step-number::before {
  content: counter(step, decimal-leading-zero);
}
.process-timeline .timeline-item .timeline-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .process-timeline .timeline-item .timeline-card h3 {
    font-size: 20px;
  }
}
.process-timeline .timeline-item .timeline-card p {
  text-align: justify;
  margin-bottom: 5px;
}
.process-timeline .timeline-item .timeline-card ul {
  margin: 0 0 5px 15%;
}
.process-timeline .timeline-item .timeline-card ul li {
  list-style-type: disc;
}
.process-timeline .timeline-item .timeline-card:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #F2F8FF;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .process-timeline .timeline-item .timeline-card:after {
    right: -25px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #F2F8FF;
  }
}
@media (max-width: 1023px) {
  .process-timeline .timeline-item .timeline-card:after {
    right: -20px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #F2F8FF;
  }
}
@media (max-width: 767px) {
  .process-timeline .timeline-item .timeline-card:after {
    display: none;
  }
}
.process-timeline .timeline-item:nth-of-type(odd) {
  left: 50%;
  padding-left: 5%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .process-timeline .timeline-item:nth-of-type(odd) {
    left: 0;
    padding-left: 0;
  }
}
.process-timeline .timeline-item:nth-of-type(odd) .timeline-dot {
  left: -15px;
  right: 0;
}
@media (max-width: 1023px) {
  .process-timeline .timeline-item:nth-of-type(odd) .timeline-dot {
    left: -10px;
  }
}
.process-timeline .timeline-item:nth-of-type(odd) .timeline-card:after {
  left: -30px;
  right: 0;
  border-left: 0;
  border-right: 30px solid #F2F8FF;
}
@media (max-width: 1400px) {
  .process-timeline .timeline-item:nth-of-type(odd) .timeline-card:after {
    left: -25px;
    border-right: 25px solid #F2F8FF;
  }
}
@media (max-width: 1023px) {
  .process-timeline .timeline-item:nth-of-type(odd) .timeline-card:after {
    left: -20px;
    border-right: 20px solid #F2F8FF;
  }
}

.faq-main .faq-cont .accordion {
  overflow: hidden;
}
.faq-main .faq-cont .accordion .accordion-item {
  margin-bottom: 24px;
  background-color: #EBF5FF;
  border: 1px solid #000091;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #1D1D1D;
  transition: background 0.3s;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header.active {
  padding-bottom: 15px;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header .faq-headers {
  font-size: 20px;
  color: #1D1D1D;
  display: block;
  width: 90%;
  margin: 0;
}
@media (max-width: 1023px) {
  .faq-main .faq-cont .accordion .accordion-item .accordion-header .faq-headers {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-main .faq-cont .accordion .accordion-item .accordion-header .faq-headers {
    font-size: 16px;
    width: 85%;
  }
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header .arrow {
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #000091;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header .arrow i {
  font-size: 24px;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header .arrow i.fa-minus {
  display: none;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header.active .arrow i.fa-plus {
  display: none;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-header.active .arrow i.fa-minus {
  display: block;
}
.faq-main .faq-cont .accordion .accordion-item .accordion-content {
  overflow: hidden;
  max-height: 0;
  color: #1D1D1D;
  padding-left: 26px;
  padding-right: 26px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-top-left-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  .faq-main .faq-cont .accordion .accordion-item .accordion-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-info {
  max-width: 1020px;
  margin: 0 auto;
}
.contact-info h2 {
  margin-bottom: 15px;
}
.contact-info--section {
  max-width: 75%;
}
@media (max-width: 575px) {
  .contact-info--section {
    max-width: 100%;
  }
}
.contact-info--section--details {
  border: 1px solid #000091;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact-info--section--details {
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .contact-info--section--details {
    margin-bottom: 15px;
  }
}
.contact-info--section--details .contact-add a {
  color: #000091;
  background: #40BFFF;
  border: 2px solid #40BFFF;
  font-size: 18px;
  font-weight: 600;
  display: block;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  padding: 4px;
}
@media (max-width: 767px) {
  .contact-info--section--details .contact-add a {
    font-size: 16px;
  }
}
.contact-info--section--details .contact-add a:hover {
  background-color: #fff;
}
.contact-info--section--details .contact-add {
  margin-bottom: 10px;
}

.country-block .country-two-col--one {
  width: 50%;
}
@media (max-width: 575px) {
  .country-block .country-two-col--one {
    width: 100%;
  }
}
.country-block .country-two-col--two {
  width: 50%;
}
@media (max-width: 575px) {
  .country-block .country-two-col--two {
    width: 100%;
  }
}
.country-block .country-two-col--two img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
@media (max-width: 767px) {
  .country-block .country-two-col--two img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}
.country-block .country-two-col--two .width-image-block {
  width: 50%;
}
@media (max-width: 991px) {
  .country-block .country-two-col--two .width-image-block {
    width: 100%;
  }
}
.country-block .country-two-col--two .width-image-block img {
  width: 100%;
  max-width: 100%;
  height: 297px;
  max-height: 297px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 991px) {
  .country-block .country-two-col--two .width-image-block img {
    height: auto;
    max-height: inherit;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .country-block .country-two-col--two .width-image-block img {
    margin-bottom: 16px;
  }
}
.country-block .country-two-col--two .big img {
  max-height: 580px;
  object-fit: cover;
}
.country-block .country-two-col .country-block-list {
  border: 1px solid #000091;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 24px 24px 24px 75px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .country-block .country-two-col .country-block-list {
    padding: 20px 20px 20px 70px;
  }
}
@media (max-width: 767px) {
  .country-block .country-two-col .country-block-list {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 16px;
  }
}
.country-block .country-two-col .country-block-list img {
  width: 40px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.country-block .country-two-col .country-block-list h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .country-block .country-two-col .country-block-list h3 {
    font-size: 20px;
  }
}
.country-block .country-two-col .country-block-list p {
  margin-bottom: 0;
}
.country-block .country-two-col .dvst-block-list {
  height: 100%;
  padding-left: 24px;
}
@media (max-width: 575px) {
  .country-block .country-two-col .dvst-block-list {
    height: auto;
  }
}
@media (max-width: 991px) {
  .country-block .country-two-col .dvst-block-list {
    padding-left: 24px;
  }
}
.country-block .country-two-col .dvst-block-list h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .country-block .country-two-col .dvst-block-list h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .country-block .country-two-col .dvst-block-list h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.country-block .country-two-col .dvst-block-list p {
  margin-bottom: 5px;
  text-align: justify;
}
.country-block .country-two-col .dvst-block-list p:last-child {
  margin-bottom: 0;
}
.country-block .country-two-col .dvst-block-list:last-child {
  margin-bottom: 0;
}
.country-block .country-two-col .dvst-block-list ul {
  margin-bottom: 0;
}
.country-block .country-two-col .dvst-block-list ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
}
.country-block .country-two-col .dvst-block-list ul li:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2b902f;
}
.country-block .country-two-col .dvst-block-list ul li:last-child {
  margin-bottom: 0;
}
.country-block .country-two-col .dvst-block-list ul.xmark li:before {
  content: "\f00d";
  color: #BB0000;
}
.country-block:nth-of-type(even) h2 {
  justify-content: center;
}
.country-block:nth-of-type(even) .country-two-col .country-two-col--one {
  order: 2;
}

.term-turkei .country-block-list {
  padding-left: 24px !important;
}
@media (max-width: 991px) {
  .term-turkei .country-block-list {
    padding-left: 24px;
  }
}

.block-table table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
}
.block-table table thead th {
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .block-table table thead th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.block-table table thead th:first-child {
  width: 14%;
}
@media (max-width: 767px) {
  .block-table table thead th:first-child {
    width: 100%;
  }
}
.block-table table thead th:nth-child(2), .block-table table thead th:nth-child(3) {
  width: 43%;
}
@media (max-width: 767px) {
  .block-table table thead th:nth-child(2), .block-table table thead th:nth-child(3) {
    width: 100%;
  }
}
.block-table table tbody tr td {
  position: relative;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.4;
  word-break: break-word;
}
@media (max-width: 991px) {
  .block-table table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .block-table table tbody tr td {
    padding-left: 40%;
    font-size: 14px;
  }
}
.block-table table tbody tr td:first-child {
  width: 14%;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .block-table table tbody tr td:first-child {
    width: 100%;
    font-size: 14px;
  }
}
.block-table table tbody tr td:nth-child(2), .block-table table tbody tr td:nth-child(3) {
  width: 43%;
}
@media (max-width: 767px) {
  .block-table table tbody tr td:nth-child(2), .block-table table tbody tr td:nth-child(3) {
    width: 100%;
  }
}
.block-table table tbody tr td a:hover {
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .block-table table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 767px) {
  .block-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
}
@media (max-width: 767px) {
  .block-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .block-table table td::before {
    content: attr(data-label);
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30%;
    font-size: 12px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block-table table td:last-child {
    border-bottom: 0;
  }
}
.block-table table td p {
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 991px) {
  .block-table table td p {
    margin-bottom: 10px;
  }
}
.block-table table td i {
  margin-right: 5px;
}
.block-table table td i.fa-check {
  color: #2b902f;
}
.block-table table td i.fa-xmark {
  color: #BB0000;
}
.block-table--1 thead th:first-child, .block-table--1 thead th:nth-child(3) {
  width: 25% !important;
}
@media (max-width: 767px) {
  .block-table--1 thead th:first-child, .block-table--1 thead th:nth-child(3) {
    width: 100% !important;
  }
}
.block-table--1 thead th:nth-child(2) {
  width: 50% !important;
}
@media (max-width: 767px) {
  .block-table--1 thead th:nth-child(2) {
    width: 100% !important;
  }
}
.block-table--1 tbody tr td:first-child, .block-table--1 tbody tr td:nth-child(3) {
  width: 25% !important;
}
@media (max-width: 767px) {
  .block-table--1 tbody tr td:first-child, .block-table--1 tbody tr td:nth-child(3) {
    width: 100% !important;
  }
}
.block-table--1 tbody tr td:nth-child(2) {
  width: 50% !important;
}
@media (max-width: 767px) {
  .block-table--1 tbody tr td:nth-child(2) {
    width: 100% !important;
  }
}
.block-table--2 thead th:first-child {
  width: 30% !important;
}
@media (max-width: 767px) {
  .block-table--2 thead th:first-child {
    width: 100% !important;
  }
}
.block-table--2 thead th:nth-child(2), .block-table--2 thead th:nth-child(3) {
  width: 35% !important;
}
@media (max-width: 767px) {
  .block-table--2 thead th:nth-child(2), .block-table--2 thead th:nth-child(3) {
    width: 100% !important;
  }
}
.block-table--2 tbody tr td:first-child, .block-table--2 tbody tr td:nth-child(3) {
  width: 25% !important;
}
@media (max-width: 767px) {
  .block-table--2 tbody tr td:first-child, .block-table--2 tbody tr td:nth-child(3) {
    width: 100% !important;
  }
}
.block-table--2 tbody tr td:nth-child(2) {
  width: 50% !important;
}
@media (max-width: 767px) {
  .block-table--2 tbody tr td:nth-child(2) {
    width: 100% !important;
  }
}
.block-table.table-equal-width table thead th {
  font-size: 14px;
}
.block-table.table-equal-width table thead th, .block-table.table-equal-width table thead:nth-child(2), .block-table.table-equal-width table thead:nth-child(3) {
  width: 20%;
}
@media (max-width: 767px) {
  .block-table.table-equal-width table thead th, .block-table.table-equal-width table thead:nth-child(2), .block-table.table-equal-width table thead:nth-child(3) {
    width: 100%;
  }
}
.block-table.table-equal-width table tbody tr td {
  width: 20%;
}
@media (max-width: 767px) {
  .block-table.table-equal-width table tbody tr td {
    width: 100%;
  }
}
.block-table.table-equal-width table tbody tr td:first-child, .block-table.table-equal-width table tbody tr td:nth-child(2), .block-table.table-equal-width table tbody tr td:nth-child(3) {
  width: 20%;
}
@media (max-width: 767px) {
  .block-table.table-equal-width table tbody tr td:first-child, .block-table.table-equal-width table tbody tr td:nth-child(2), .block-table.table-equal-width table tbody tr td:nth-child(3) {
    width: 100%;
  }
}

.profile-tab {
  border: 1px solid #030E8D;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  overflow: hidden;
}
.profile-tab .nav-tabs {
  background: linear-gradient(360deg, #40BFFF -9.83%, #000091 128.07%);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  padding: 20px;
}
.profile-tab .nav-tabs .nav-item {
  margin-right: 1px;
}
.profile-tab .nav-tabs .nav-item .nav-link {
  border: none;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media (max-width: 1199px) {
  .profile-tab .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1139px) {
  .profile-tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.profile-tab .nav-tabs .nav-item .nav-link:hover, .profile-tab .nav-tabs .nav-item .nav-link.active {
  color: #1A1A45;
  background: #40BFFF;
}
@media (max-width: 991px) {
  .profile-tab .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
}
.profile-tab .tab-content .tab-pane .accordion-header .accordion-button {
  font-size: 16px;
}
.profile-tab .tab-content .tab-pane .accordion-header .accordion-button:not(.collapsed) {
  color: #000;
  background: #40BFFF;
}
.profile-tab .tab-content .tab-pane .accordion-collapse .accordion-body {
  padding: 30px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
@media (max-width: 991px) {
  .profile-tab .tab-content .tab-pane .accordion-collapse .accordion-body {
    padding: 20px;
  }
}
.profile-tab .tab-content .tab-pane .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .profile-tab .tab-content .tab-pane.accordion-item {
    border: 0;
    border-radius: 0;
  }
}

.profile-content-main {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 1023px) {
  .profile-content-main {
    display: block;
    justify-content: inherit;
    gap: 0;
  }
}
.profile-content-main .profile-content {
  width: 700px;
}
@media (max-width: 1023px) {
  .profile-content-main .profile-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .profile-content-main .profile-content {
    margin-bottom: 20px;
  }
}
.profile-content-main .profile-content img.profile-img {
  width: 248px;
  max-width: 248px;
  height: 272px;
  max-height: 272px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  object-fit: cover;
  object-position: top;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .profile-content-main .profile-content img.profile-img {
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
    max-width: 100%;
    height: 250px;
    max-height: 250px;
    object-fit: inherit;
    object-position: inherit;
  }
}
.profile-content-main .profile-content .d-details {
  font-size: 15px;
  color: #475569;
}
.profile-content-main .profile-content .d-details ul {
  margin-bottom: 0;
}
.profile-content-main .profile-content .d-details ul li {
  padding-left: 27px;
  margin-bottom: 15px;
}
.profile-content-main .profile-content .d-details ul li:last-child {
  margin-bottom: 0;
}
.profile-content-main .profile-content .d-details ul li .d-icon {
  top: 0;
  width: 20px;
}
.profile-content-main .profile-content .d-details ul li.location .d-icon {
  top: -3px;
}
.profile-content-main .profile-content .d-details ul li.price {
  color: #030E8D;
  font-size: 16px;
  font-weight: 600;
}
.profile-content-main .profile-content .d-details ul li a {
  color: #475569;
}
.profile-content-main .profile-content .d-details ul li a:hover {
  color: #40BFFF;
}
.profile-content-main .profile-content .d-content p {
  text-align: justify;
}
.profile-content-main .location-map {
  width: 550px;
}
@media (max-width: 1023px) {
  .profile-content-main .location-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
  }
}
.profile-content-main .location-map p {
  height: 100%;
  margin-bottom: 0;
}
.profile-content-main .location-map iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1023px) {
  .profile-content-main .location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.profile-two-column {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 1023px) {
  .profile-two-column {
    display: block;
    justify-content: inherit;
    gap: 0;
  }
}
.profile-two-column .doctors-specilization {
  width: 700px;
}
@media (max-width: 1023px) {
  .profile-two-column .doctors-specilization {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .profile-two-column .doctors-specilization {
    margin-bottom: 20px;
  }
}
.profile-two-column .contact-doctors {
  width: 550px;
}
@media (max-width: 1023px) {
  .profile-two-column .contact-doctors {
    width: 100%;
  }
}
@media (max-width: 1139px) {
  .profile-two-column .contact-doctors .h-contact {
    margin-bottom: 0;
    padding: 0;
  }
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main {
  padding: 25px;
}
@media (max-width: 767px) {
  .profile-two-column .contact-doctors .h-contact .h-contact--us--main {
    padding: 20px;
  }
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main h2 {
  color: #40BFFF;
  text-align: left;
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .profile-two-column .contact-doctors .h-contact .h-contact--us--main h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main--form .row .form-group {
  margin-bottom: 17px;
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main--form .row .form-group label {
  font-size: 13px;
  margin-bottom: 10px;
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main--form .row .form-group input {
  height: 40px;
  font-size: 15px;
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main--form .row .form-group textarea {
  height: 95px;
  font-size: 15px;
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main--form .row .form-group img {
  height: 100px;
  max-height: 100px;
  max-width: 100%;
  object-fit: cover;
}
.profile-two-column .contact-doctors .h-contact .h-contact--us--main--form .row button {
  height: 50px;
  font-size: 16px;
}

.profile-list {
  border: 1px solid #030E8D;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.profile-list .profile-list-block .profile-header {
  padding: 20px 30px 0;
}
@media (max-width: 1023px) {
  .profile-list .profile-list-block .profile-header {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .profile-list .profile-list-block .profile-header {
    padding: 20px 15px 0;
  }
}
.profile-list .profile-list-block .profile-header h2 {
  font-size: 24px;
  position: relative;
  min-height: 32px;
  color: #000644;
  margin-bottom: 0;
  padding-left: 42px;
}
@media (max-width: 767px) {
  .profile-list .profile-list-block .profile-header h2 {
    font-size: 20px;
  }
}
.profile-list .profile-list-block .profile-header h2 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  display: block;
}
.profile-list .profile-list-block .profile-header h2 span img {
  max-width: 40px;
}
.profile-list .profile-list-block .profile-list-cont {
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .profile-list .profile-list-block .profile-list-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.profile-list .profile-list-block .profile-list-cont ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  gap: 20px;
  margin-bottom: 0;
  word-break: break-word;
}
@media (max-width: 575px) {
  .profile-list .profile-list-block .profile-list-cont ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    gap: 0;
  }
}
.profile-list .profile-list-block .profile-list-cont .location-map {
  position: relative;
  overflow: hidden;
  width: 90%;
  padding-top: 50%;
  margin-left: 10%;
}
@media (max-width: 991px) {
  .profile-list .profile-list-block .profile-list-cont .location-map {
    margin-left: 0;
  }
}
.profile-list .profile-list-block .profile-list-cont .location-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.profile-list .profile-list-block .profile-list-cont .location-map p {
  margin-bottom: 0;
}
.profile-list .profile-list-block .profile-list-cont.listing {
  color: #475569;
  font-size: 15px;
}
.profile-list .profile-list-block .profile-list-cont.listing p {
  margin-bottom: 15px;
}
.profile-list .profile-list-block .profile-list-cont.listing p:last-child {
  margin-bottom: 0;
}
.profile-list .profile-list-block .profile-list-cont.listing ul li {
  padding-bottom: 10px;
}
.profile-list .profile-list-block .profile-list-cont.single-col ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  gap: 0;
}

.personal-information h2 {
  color: #0F172A;
  font-size: 36px;
}
@media (max-width: 1023px) {
  .personal-information h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .personal-information h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.personal-information .faq-main .faq-cont .accordion .accordion-item {
  background-color: inherit;
  border-color: #000644;
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-header h3 {
  font-size: 24px;
  margin: 0;
  color: #000644;
}
@media (max-width: 1023px) {
  .personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-header h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-header h3 {
    font-size: 20px;
  }
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-header .arrow i {
  font-size: 24px;
  color: #000644;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-header .arrow i {
    font-size: 20px;
  }
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-header.active .arrow i {
  transform: rotate(180deg);
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content {
  padding-top: 0;
  margin-bottom: 0;
  color: #475569;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content .doctors-pic {
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
}
@media (max-width: 767px) {
  .personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content .doctors-pic {
    display: block;
    align-items: inherit;
    margin: 5px 0 20px;
  }
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content .doctors-pic h4 {
  font-size: 36px;
  font-weight: 700;
  color: #0F172A;
  margin: 0;
}
@media (max-width: 1023px) {
  .personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content .doctors-pic h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content .doctors-pic h4 {
    font-size: 22px;
  }
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content .doctors-pic img {
  margin-right: 20px;
  max-width: 100%;
  max-height: 220px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
@media (max-width: 767px) {
  .personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content .doctors-pic img {
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content ul li {
  font-weight: 400;
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content ul li strong {
  font-weight: 500;
}
.personal-information .faq-main .faq-cont .accordion .accordion-item .accordion-content.open {
  margin-bottom: 15px;
}

.contact-spacer {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .contact-spacer {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact-spacer {
    margin-bottom: 25px;
  }
}