* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}

h1 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: -1.36px;
  line-height: 1.06;
  color: #fff;
}

h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  color: #0b1030;
}

h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #0b1030;
}

p {
  color: #556171;
}

.top-logo img {
  width: 110px;
}

.header-topBAr {
  background-color: #4753bf;
  padding: 11px 0px;
}

.top-bar {
  font-size: 13px;
  padding: 5px 0;
  color: #fff;
}

.navbar {
  background: none !important;
}

.header--navbar .navbar-nav {
  gap: 35px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  padding: 0px !important;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.main-header.sticky .navbar-nav .nav-link {
  color: #0b1030 !important;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
  color: #0b1030 !important;
}

.main-header.sticky .navbar-nav .nav-link.active {
  color: #4753bf !important;
}

.navbar-nav .nav-link::before,
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #0b1030;
  transition: all 0.5s;
}

.navbar-nav .nav-link:hover {
  color: #0b1030 !important;
}

.navbar-nav .nav-link::before {
  top: -5px;
  left: 0;
}

.navbar-nav .nav-link::after {
  bottom: -5px;
  right: 0;
}

.navbar-nav .nav-link:hover::before {
  width: 100%;
  transition: width 0.25s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  transition: width 0.25s ease-in-out 0.25s;
}

.custom-btn {
  background-color: #4753bf;
  color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border: 0px;
}

.custom-btn:hover {
  transform: scale(0.9);
  background-color: #4753bf;
  color: #fff;
}

.newsletter-wrapper input.form-control {
  background: transparent;
  color: #fff;
  padding: 10px;
  border-width: 3px;
}

.newsletter-wrapper input.form-control::placeholder {
  color: #fff;
}

.logo img {
  height: 105px;
  transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}

body .site-mobile-logo img {
  height: 80px !important;
}

.main-header.sticky .logo img {
  height: 80px;
  filter: none;
}

.header-topBAr .header-topBAr-left p:first-child {
  padding-right: 17px;
  border-right: 1px solid #fff;
}

.header-topBAr .header-topBAr-left p:last-child {
  padding-left: 17px;
}

.header-topBAr a {
  color: #fff;
  text-decoration: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main-header.sticky .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230B1030' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

button.navbar-toggler {
  border: 0px !important;
  padding: 0px;
  box-shadow: none !important;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.close-btn::after,
.close-btn::before {
  position: absolute;
  top: 28px;
  left: 5px;
  width: 20px;
  height: 4px;
  content: "";
  background: #000;
  transform: rotate(45deg);
}

.mobile-header .site-mobile-logo img {
  filter: none;
}

.close-btn::after {
  transform: rotate(-45deg);
}

.main-header {
  position: absolute;
  top: 51.5px;
  left: 0px;
  width: 100%;
  z-index: 999999999;
  transition: all 0.3s ease-in-out;
}

.main-header.sticky {
  position: fixed;
  top: 0px;
  background: #f3f3ff;
  animation-duration: 0.8s;
  animation-name: animated;
  z-index: 9999999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
}

@keyframes animated {
  0% {
    top: -100px;
  }

  100% {
    top: 0px;
  }
}

/* Hero Section CSS */

.hero-sec video {
  width: 100%;
  height: 50.807vw;
  object-fit: cover;
  display: flex;
}

.hero-sec-video::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 37%);
  content: "";
}

.hero-sec button.owl-prev,
.hero-sec button.owl-next {
  position: absolute;
  top: 50%;
  height: 56px;
  width: 28px;
  left: 0;
}

.hero-sec button.owl-next {
  left: auto;
  right: 0;
}

.hero-sec button.owl-prev img,
.hero-sec button.owl-next img {
  width: 100%;
}

.site-subheading img {
  width: 24px !important;
  height: 24px;
}

.hero-sec-video .hero-sec-text .play-hero-btn img {
  width: 72px;
  height: 72px;
}

.hero-sec-video .hero-sec-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.hero-sec-text-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  padding: 0px 15px;
  height: 100%;
  /* padding-top: 181px; */
  position: relative;
  z-index: 9999;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-wrapper {
  position: relative;
  /* height: 90vh; */
  height: calc(100vh - 62px);
}

.banner-wrapper video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-sec-text-wrapper .custom-btn {
  width: fit-content;
}

.site-subheading {
  display: flex;
  gap: 10px;
  color: #4753bf;
}

.site-subheading p {
  color: #4753bf;
}

.top-bar p {
  color: #fff;
}

.hero-sec-text-wrapper .site-subheading p {
  color: #fff;
}

.hero-sec-text-wrapper>* {
  width: 100%;
  max-width: 690px;
}

.hero-sec-text-wrapper .big-para {
  font-size: 20px;
  color: #fff;
}

.hero-sec-text-wrapper h1 {
  margin-bottom: 28px;
  color: #fff;
}

.hero-sec .owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-sec-text-wrapper .play-hero-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: fit-content;
}

.hero-sec-text-wrapper .play-hero-btn p {
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
}

.two-col-wrapper {
  display: flex;
}

.two-col-wrapper .two-col-left-sec {
  width: 40%;
}

.two-col-wrapper .two-col-right-sec {
  width: 60%;
}

.two-col-wrapper .two-col-right-sec img {
  width: 100%;
}

section.two-col-sec {
  padding: 120px 0px 100px;
}

.two-col-sec .two-col-icon-box ul {
  padding-left: 0px;
}

.two-col-sec .two-col-icon-box li {
  list-style: none;
  display: flex;
  gap: 20px;
}

.two-col-sec .two-col-icon-box li img {
  width: 80px;
}

.two-col-icon-box {
  margin-top: 10px;
  display: inline-block;
}

.four-col-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.four-col-heading h2 {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin-bottom: 60px;
}

.four-col-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 15px;
}

.four-col-cards .four-col-card-blocks .four-col-card-img img {
  width: 100%;
  border-radius: 18px;
}

.four-col-cards .four-col-card-blocks {
  border-radius: 18px;
  background-color: #fff;
  padding: 18px;
  position: relative;
  transition: all 0.3s ease-in-out;
  top: 0px;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

.four-col-cards .four-col-card-blocks:hover {
  top: -15px;
}

.four-col-cards .four-col-card-blocks .four-col-card-img {
  position: relative;
  padding-top: 70%;
}

.four-col-cards .four-col-card-blocks .four-col-card-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.four-col-sec .four-col-card-text button {
  background: transparent;
  border: none !important;
  text-decoration: none !important;
}

section.four-col-sec {
  background: #f3f3ff;
  padding: 110px 0px 130px;
  position: relative;
  overflow: hidden;
}

section.four-col-sec::after {
  position: absolute;
  right: -80px;
  bottom: 0px;
  background-image: url("../images/img--2.png");
  content: "";
  width: 255px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.four-col-sec .four-col-card-text {
  text-align: center;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
}

.four-col-sec .four-col-card-text button,
.four-col-sec .four-col-card-text a {
  color: #4b5dc7;
  font-weight: 700;
  text-decoration: none;
}

.four-col-sec .four-col-card-text p {
  margin-bottom: 8px;
}

.four-col-text-btn p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
}

section.two-col-text {
  padding: 110px 0px 130px;
}

.two-col-text .two-col-text-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.two-col-text .two-col-text-left {
  width: calc(57% - 40px);
}

.two-col-text-right {
  width: calc(43% - 40px);
}

.two-col-text-right li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 13px;
  margin-bottom: 15px;
  color: #556171;
}

.two-col-text-right li img {
  width: 18px;
  height: 18px;
}

.two-col-text-right li {
  margin-bottom: 10px;
}

.two-col-video-sec video {
  width: 100%;
  max-width: 1280px;
  max-height: 680px;
  border-radius: 25px;
  object-fit: cover;
  display: flex;
}

.two-col-video-sec {
  position: relative;
  margin-top: 40px;
}

.two-col-video-sec.inner-video {
  margin-top: 0px;
}

.two-col-video-sec .video-sec-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.two-col-video-sec .video-sec-btn img {
  width: 80px;
  height: 80px;
}

.two-col-video-sec .two-col-video-play {
  position: relative;
}

.two-col-video-sec .two-col-video-play::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 16, 48, 0) 0%, #0b1030 100%);
  content: "";
  border-radius: 25px;
}

.video-three-icons-text ul {
  list-style: none;
  display: flex;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 14%);
  padding-left: 0px;
  margin-bottom: 0px;
  gap: 49px;
}

.video-three-icons-text ul li {
  display: flex;
  gap: 20px;
  color: #fff;
}

.video-three-icons-text ul li img {
  width: 60px;
  height: 60px;
}

.video-three-icons-text {
  position: absolute;
  bottom: 60px;
  width: 90%;
  left: 5%;
}

.video-three-icons-text ul li p {
  margin-bottom: 0px;
  color: #fff;
}

.video-three-icons-text ul li h6 {
  color: #fff;
}

.process-heading-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-heading-sec>* {
  max-width: 555px;
  text-align: center;
}

.process-heading-sec>p {
  color: #556171;
}

.process-heading-sec h2 {
  margin-bottom: 20px;
  color: #0b1030;
}

.process-blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.process-blocks-wrapper .process-block-img {
  position: relative;
  padding-top: 160px;
  width: 100%;
  max-width: 160px;
  margin: 0px auto 20px;
}

.process-blocks-wrapper .process-block-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 160px;
  border-radius: 500px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  border: 3px solid #506cd7;
}

.process-blocks-wrapper .process-block-img img:hover {
  transform: scale(1.2);
}

.process-blocks-wrapper .process-number {
  position: relative;
  margin-bottom: 30px;
  margin-top: 35px;
}

.process-blocks-wrapper .process-block-text span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  background: #506cd7;
  border-radius: 50px;
  color: #fff;
}

.process-blocks-wrapper .process-block-text {
  text-align: center;
  padding: 0px 10px;
}

.process-blocks-wrapper .process-block-text h6 a {
  color: #0b1030;
  text-decoration: none;
}

.process-blocks-wrapper .process-block-text p {
  color: #556171;
}

.process-blocks-wrapper .process-number::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #55617124;
  width: calc(100% + 20px);
}

section.process-sec {
  background: #f3f3ff;
  padding: 110px 0px 105px;
}

.widget-sec .two-col-widget {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.widget-sec .two-col-widget .two-col-widget-img img {
  width: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-col-widget-block {
  position: relative;
  overflow: hidden;
}

.two-col-widget-block .two-col-widget-img {
  position: relative;
  padding-top: 65%;
}

/* .two-col-widget-block::before {
    position: absolute;
    content: '';
    left: 0px;
    width: 0%;
    height: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 53%);
    border-radius: 45px;
    transition: all .5s ease-in-out;
} */

/* .two-col-widget-block:hover::before {
    height: 100%;
    width: 100%;
} */

.two-col-widget-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 53%);
  width: 20px;
  height: 20px;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.two-col-widget-block:hover .two-col-widget-text {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: none;
}

.two-col-widget-text img {
  max-width: 65px;
  margin-bottom: 20px;
}

.two-col-widget-text h6 {
  color: #fff;
}

.widget-sec .three-col-widget {
  display: grid;
  margin-top: 30px;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.widget-sec .three-col-widget img {
  width: 100%;
  border-radius: 45px;
}

.three-col-clients-sec {
  background: #f3f3ff;
  padding: 40px 40px 0px 40px;
  border-radius: 45px;
  position: relative;
}

.three-col-clients-sec a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #556171;
  text-decoration: none;
}

.widget-sec .three-col-clients-sec a img {
  width: 14px;
  height: 15px;
  object-fit: contain;
}

.three-col-clients-sec .dr-img img {
  max-width: 180px;
  margin-bottom: -10px;
}

.three-col-clients-sec p {
  font-weight: 700;
  max-width: 146px;
  color: #0b1030;
}

.three-col-clients-sec .dr-img {
  position: absolute;
  bottom: 0px;
  right: 40px;
  overflow: hidden;
}

.widget-sec .three-col-reviews-sec {
  background: #f3f3ff;
  border-radius: 45px;
}

.widget-sec {
  padding: 80px 0px;
  position: relative;
}

.widget-sec::before {
  position: absolute;
  left: -70px;
  top: 60px;
  content: "";
  background-image: url("../images/pin.png");
  width: 240px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

section.book-sec {
  background: #0b1030;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 45px;
  margin-top: 30px;
}

.book-sec-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 10px;
}

.book-sec-wrapper img {
  width: 100%;
}

.book-sec-wrapper .text-sec {
  color: #fff;
  text-align: center;
}

.book-sec-wrapper .text-sec h2 {
  font-weight: 700;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.book-sec-wrapper .text-sec a.custom-btn {
  width: 100%;
  max-width: 380px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.book-sec-wrapper .img-sec-2 {
  position: relative;
  height: 100%;
}

.book-sec-wrapper .img-sec-2 img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.book-sec-wrapper .text-sec p {
  margin-bottom: 0px;
  color: #fff;
}

.testimonial-sec .testimonials-star-ratings img {
  width: 16px !important;
  margin-bottom: 30px;
}

.testimonial-sec .testimonials-star-ratings {
  display: flex;
  gap: 5px;
}

.testimonial-sec .testimonials-profile .img-user img {
  width: 60px !important;
  border-radius: 50px;
}

.testimonial-sec .testimonials-profile {
  display: flex;
  gap: 20px;
  align-items: center;
}

.testimonial-sec .testimonial-inner-block {
  border: 1px solid #55617124;
  border-radius: 45px;
  padding: 40px;
  margin: 0px 15px;
  background: #fff;
}

.testimonial-sec .testimonials-text p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #55617124;
  color: #556171;
}

.testimonial-sec .user-info p {
  margin-bottom: 0px;
  color: #556171;
}

.testimonial-sec .user-info h6 {
  margin-bottom: 5px;
  color: #0b1030;
}

.testimonial-sec .owl-nav button {
  background-color: #4753bf !important;
  width: 43px;
  height: 43px;
  border-radius: 50px !important;
}

.testimonial-sec .owl-nav {
  margin-top: 60px !important;
}

.testimonial-sec .owl-nav button img {
  width: 23px;
  height: 23px;
  position: relative;
  top: -1px;
  object-fit: contain;
}

section.testimonial-sec {
  padding: 120px 0px;
  position: relative;
}

section.testimonial-sec::before {
  background-image: url("../images/world-map.png");
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0px;
  top: 20%;
  z-index: -1;
  background-size: 145% 100%;
}

.latest-news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.latest-news-cards .latest-news-card-blocks .latest-news-img {
  position: relative;
  padding-top: 78%;
}

.latest-news-cards .latest-news-card-blocks .latest-news-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 45px;
}

.latest-news-cards .latest-news-card-blocks .latest-news-author {
  display: flex;
  gap: 28px;
  margin-top: 13px;
}

.latest-news-cards .latest-news-card-blocks .latest-news-author p {
  position: relative;
  color: #556171;
}

.latest-news-cards .latest-news-card-blocks .latest-news-author p:first-child::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #55617124;
  transform: translateY(-50%);
}

.latest-news-cards .latest-news-card-blocks .latest-news-text a {
  text-decoration: none;
  font-weight: 700;
  color: #4753bf;
}

.latest-news-cards .latest-news-card-blocks .latest-news-text h6 a {
  color: #0b1030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.latest-news-sec {
  background: #f3f3ff;
  padding: 80px 0px 105px;
}

footer {
  background: #0b1030;
  color: #fff;
  padding: 80px 0px 40px;
}

.footer-inner-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.footer-inner-wrapper .site-logo {
  display: flex;
  width: 100%;
  max-width: 90px;
}

.footer-inner-wrapper .site-logo img {
  width: 100%;
}

.footer-links-sec {
  display: flex;
  gap: 38px;
}

.footer-links-sec ul {
  list-style: none;
  padding-left: 0px;
}

.footer-links-sec li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links-sec li a img {
  width: 40px;
}

.footer-links-sec ul li {
  margin-bottom: 15px;
}

.footer-links-sec h6 {
  white-space: nowrap;
  color: #fff;
  margin-bottom: 20px;
}

.footer-form-sec form input,
.footer-form-sec form textarea {
  border-radius: 50px;
  padding: 14px 15px;
  border: 0px;
  width: 100%;
  font-size: 13px;
}

.footer-form-sec form textarea {
  max-height: 48px;
}

.form-spacing>div {
  gap: 8px;
}

form.form-spacing {
  gap: 8px;
}

form.form-spacing .custom-btn {
  border: 0px;
}

footer .social-icons {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 50px;
}

footer .social-icons a {
  background: rgba(71, 83, 191, 24%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  transition: all 0.3s ease-in-out;
}

footer .social-icons a:hover {
  transform: scale(1.1);
}

footer .social-icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

footer .social-icons::before,
footer .social-icons::after {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 40%;
  margin-top: 20px;
}

.footer-copyright-sec {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 15px;
}

.footer-copyright-sec a {
  color: #fff;
  text-decoration: none;
}

.hero-sec button.owl-prev,
.hero-sec button.owl-next {
  background: transparent !important;
}

section.services-sec {
  padding: 80px 0px;
}

.services-sec-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.services-sec-wrapper .services-sec-blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #55617124;
  padding: 60px 30px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 20px rgba(48, 48, 48, 0);
}

.services-sec-wrapper .services-sec-blocks .services-block-icon {
  margin-bottom: 40px;
}

.services-sec-wrapper .services-sec-blocks .services-block-icon img {
  max-width: 75px;
}

.services-sec-wrapper .services-sec-blocks h6 {
  margin-bottom: 20px;
}

.services-sec-wrapper .services-sec-blocks a {
  font-weight: 700;
  color: #4753bf;
  text-decoration: none;
}

.services-sec-wrapper .services-sec-blocks:hover {
  box-shadow: 0 0 20px rgba(48, 48, 48, 0.2);
  border-color: #fff;
}

.services--main-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.services--main-wrapper .four-col-cards-img {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border: 5px solid #fff;
}

.services--main-wrapper .four-col-cards-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 15%);
  transition: all 0.5s ease-in-out;
}

.services--main-wrapper .four-col-cards-img img:hover {
  transform: scale(1.1);
}

.services--main-wrapper .four-col-cards-blocks {
  background-color: #55617124;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.services--main-wrapper .four-col-cards-blocks a {
  text-decoration: none;
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}

.services--main-wrapper .four-col-cards-blocks .four-col-cards-text {
  margin-top: 15px;
  padding: 0px 10px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.services--main-wrapper .four-col-cards-blocks .four-col-cards-text p {
  color: #556171;
  margin-bottom: 0px;
}

.services--main-wrapper .four-col-cards-blocks .four-col-cards-text button {
  font-weight: 700;
  text-decoration: none;
  color: #4753bf;
  flex-grow: 1;
  display: flex;
  width: 100%;
  align-items: end;
  border: 0px;
  background: transparent;
}

section.services--main-sec {
  padding: 80px 0px;
}

.icon--sec .icon-sec-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
}

.icon--sec .icon-right-sec img {
  width: 100%;
}

.icon--sec .icon-sec-wrapper>div {
  width: calc(50% - 25px);
}

.icons-left-inner .icons-left-img {
  display: flex;
  gap: 10px;
  align-items: center;
}

.icon--sec {
  background: #f3f3ff;
  padding: 80px 0px;
}

.icons-left-inner .icons-left-img .icons-left-img-inner {
  background: #55617124;
  width: 60px;
  padding: 10px;
  border-radius: 50px;
}

.icons-left-inner .icons-left-img img {
  width: 100%;
}

.icons-left-inner .icons-left-img .icons-left-img-text p {
  margin-bottom: 0px;
}

.icons-left-inner .icons-left-img .icons-left-img-text .big-para {
  margin-bottom: 0px;
  font-size: 18px;
  color: #0b1030;
}

.icon-left-sec .icons-left-inner {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.icon-right-inner-img {
  position: relative;
  padding-top: 90%;
}

.icon--sec .icon-right-sec img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.testimonial-sec.services-testimonials {
  /* background: #55617124; */
  padding: 80px 0px;
}

/* About us  */

.about-bnr {
  background-image: url(../images/hero-about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: calc(100vh - 51.5px);
  position: relative;
  background-attachment: fixed;
}

.about-bnr p {
  color: #fff;
}

.about-bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 25%);
}

.about-bnr .container {
  z-index: 9;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.grey {
  background-color: #f3f3ff;
}

.dct-box {
  display: flex;
  gap: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}

.dct-img img {
  width: 100%;
  max-width: 185px;
}

.dct-box p {
  margin-bottom: 0px;
}

.hospital-stats,
section.mission--sec,
.faq-sec {
  padding: 80px 0px;
}

.counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 15px;
  margin-top: 20px;
}

.counter-wrapper .counter-items {
  padding: 20px;
  border: 1px solid #55617124;
  background-color: #fff;
}

.counter-wrapper .counter-items p {
  margin-bottom: 0px;
}

.counter-wrapper .counter-icon-img {
  background: rgb(71 83 191 / 24%);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin: 0px auto 15px;
  padding: 15px;
}

.counter-wrapper .counter-icon-img img {
  width: 100%;
}

.mission-sec-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mission-sec-wrapper>div {
  width: calc(50% - 10px);
}

.mission-sec-wrapper .mission-right-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mission-sec-wrapper .mission-right-sec p {
  margin-bottom: 0px;
}

.mission-right-sec-items {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.meet-team-sec {
  padding: 80px 0px;
  background-color: #f3f3ff;
}

.meet-sec-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.meet-sec-wrapper .meet-team-blocks {
  position: relative;
}

.meet-sec-wrapper .meet-team-img {
  position: relative;
  padding-top: 100%;
}

.meet-sec-wrapper .meet-team-img img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
}

.meet-sec-wrapper .meet-team-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 37%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.meet-sec-wrapper .meet-team-blocks:hover .meet-team-info {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.meet-sec-wrapper .meet-team-info h6 {
  margin-bottom: 0px;
}

.meet-sec-wrapper .meet-team-info h6,
.meet-sec-wrapper .meet-team-info p {
  letter-spacing: 20px;
  white-space: nowrap;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.meet-sec-wrapper .meet-team-blocks:hover .meet-team-info h6,
.meet-sec-wrapper .meet-team-blocks:hover .meet-team-info p {
  letter-spacing: 0px;
  white-space: wrap;
}

.accordion-inner {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.accordion-inner .accordion-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  position: relative;
  padding: 20px 10px;
}

.accordion-inner .accordion-item {
  border: 1px solid #55617124;
  margin-bottom: 15px;
  cursor: pointer;
}

.accordion-inner .accordion-item h6 {
  margin-bottom: 0px;
  width: calc(100% - 20px);
}

.accordion-inner .accordion-content {
  display: none;
  padding: 20px 10px;
  border-top: 1px solid #55617124;
}

.accordion-inner .accordion-header .icon {
  font-size: 30px;
  position: absolute;
  top: 7px;
  right: 12px;
  color: #0b1030;
}

/* End About Us */

.about-bnr.services-bg {
  background-image: url(../images/services-bg.jpg);
}

.about-bnr.resources-bg {
  background-image: url(../images/resources-bg.jpg);
}

.about-bnr.contact-bg {
  background-image: url(../images/contact-us-bg.jpg);
}

.two-col-sec.two-col-services,
#patient-forms {
  padding: 80px 0px;
}

.two-col-sec.two-col-services .two-col-wrapper {
  gap: 30px;
  align-items: center;
}

.two-col-sec.two-col-services .two-col-left-sec {
  width: calc(50% - 15px);
}

.two-col-sec.inner-page-services .two-col-left-sec {
  width: calc(55% - 15px);
}

.two-col-sec.two-col-services .two-col-right-sec {
  width: calc(50% - 15px);
}

.two-col-sec.inner-page-services .two-col-right-sec {
  width: calc(45% - 15px);
}

.two-col-right-sec-img {
  padding-top: 80%;
  position: relative;
  width: 100%;
}

.two-col-sec.two-col-services .two-col-right-sec-img.big-img {
  padding-top: 100%;
}

.two-col-right-sec-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.three-col-img-sec {
  padding-top: 60%;
  position: relative;
}

.three-col-img-sec img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.four-icons-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  text-align: center;
  gap: 15px;
  margin-top: 20px;
}

section.four-col-icons {
  padding: 80px 0px;
}

.four-col-icons .four-icon-blocks-img {
  width: 80px;
  height: 80px;
  background-color: #55617124;
  border-radius: 50px;
  padding: 20px;
}

.four-col-icons .four-icon-blocks-img img {
  width: 100%;
}

.four-col-icons .four-icons-blocks {
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 1px solid #55617124;
  padding: 30px 10px;
}

.four-col-icons .four-icons-blocks p {
  margin-bottom: 0px;
}

.three-col-cards {
  background-color: #f3f3ff;
  padding: 80px 0px;
}

.three-col-cards .three-col-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.three-col-cards .three-col-cards-wrapper .three-col-cards-blocks {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
}

.three-col-cards .three-col-cards-blocks-img {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.three-col-cards .three-col-cards-blocks-img img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.three-col-cards .three-col-cards-blocks-img img:hover {
  transform: scale(1.1);
}

.three-col-cards .three-col-cards-blocks .three-col-cards-blocks-text {
  padding: 20px;
}

.three-col-cards .three-col-cards-blocks-text p {
  color: #556171;
}

.three-col-cards .three-col-cards-blocks-text a {
  text-decoration: none;
  font-weight: 700;
  color: #4753bf;
}

.privacy-policy {
  display: flex;
  gap: 15px;
}

.pdf-left-lists a {
  color: #4753bf;
}

.about-bnr.services-inner {
  background-position: top;
}

.about-bnr.about-bnr.services-inner::before {
  background: rgba(0, 0, 0, 40%);
}

.custom-lists {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 0;
}

.custom-lists li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #556171;
}

.custom-lists li img {
  width: 18px;
  position: relative;
  top: 4px;
}

.custom-btn.white-btn {
  color: #4753bf;
  background-color: #fff;
}

.newsletter-sec.newsletter-services-inner .process-heading-sec>* {
  max-width: 900px;
}

.newsletter-sec {
  background-image: url(../images/newsletter-bg.jpg);
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center;
}

.newsletter-sec::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 50%);
  content: "";
}

.newsletter-sec-wrapper {
  position: relative;
}

.newsletter-sec h2,
.newsletter-sec p {
  color: #fff;
}

.newsletter-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 0px auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-sec-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-sec-wrapper>div {
  width: calc(50% - 15px);
}

.left-contact-sec {
  padding: 20px;
}

.left-contact-sec .process-heading-sec {
  align-items: flex-start;
}

.contact-sec-wrapper .contact-icon-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-sec .container {
  max-width: 1200px;
}

.contact-sec-wrapper .contact-icon-inner:last-child {
  margin-bottom: 0px;
}

.contact-sec-wrapper .contact-icon-inner .contact-icon-img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #55617124;
  padding: 15px;
}

.contact-sec-wrapper .contact-icon-img img {
  width: 100%;
}

.contact-sec-wrapper .contact-icon-inner a {
  font-weight: 700;
  color: #4753bf;
  text-decoration: none;
}

section.contact-sec {
  padding: 80px 0px;
}

.contact-form-wrapper {
  background: #fff;
  padding: 20px;
  border: 5px solid #55617124;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.contact-form-wrapper .custom-btn {
  max-width: 200px;
}

.contact-form-wrapper form {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.contact-form-wrapper form>* {
  width: 100%;
}

.contact-form-wrapper form .form-group>* {
  padding: 5px 10px;
  border: 1px solid #55617124;
  color: #0b1030;
}

.contact-form-wrapper form .form-group>*:focus {
  outline-color: #0b1030;
}

.contact-form-wrapper form .form-group>*,
.contact-form-wrapper form .form-group {
  width: 100%;
}

.contact-form-wrapper form .form-row {
  display: flex;
  gap: 20px;
}

.contact-form-wrapper form label {
  display: none;
}

.footer-text-sec p,
.footer-copyright-sec p {
  color: #fff;
}

.two-col-wrapper.row-reverse {
  flex-direction: row-reverse;
}

.inner-page-services .two-col-left-sec>p:last-child {
  margin-bottom: 0px;
}

.newsletter-sec .process-heading-sec>p:last-child {
  margin-bottom: 0px;
}

.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 13px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 40%);
  z-index: 99999;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
}

.scroll-to-top img {
  width: 100%;
}

.scroll-to-top:hover {
  transform: scale(1.1);
}

.header--navbar .navbar-nav li svg {
  width: 18px;
  height: 18px;
  display: none;
}

.two-col-big-img .two-col-img-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.two-col-big-img .two-col-img-wrapper a {
  text-decoration: none;
}

.two-col-big-img .two-col-img-inner-img {
  position: relative;
  padding-top: 70%;
}

.two-col-big-img .two-col-img-inner-img img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
}

.two-col-big-img .two-col-img-wrapper h5 {
  text-align: center;
  padding: 20px;
  margin-bottom: 0px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000;
}

.two-col-big-img .two-col-img-wrapper h5:hover {
  background-color: #958e8e;
  color: #fff;
}

.header--navbar .navbar-nav li .down-arrow-submenu svg {
  display: block;
}

.header--navbar .navbar-nav li .down-arrow-submenu svg path {
  stroke: #fff;
}

.navbar-nav .nav-item ul.submenu {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #fff;
  width: 0px;
  border-radius: 5px;
  height: 0px;
  padding: 0px;
  overflow: hidden;
}

.navbar-nav .nav-item:hover .submenu {
  padding: 15px;
  min-width: 150px;
  height: auto;
  width: auto;
}

.navbar-nav .nav-item ul.submenu li {
  list-style: none;
  text-align: left;
  padding: 3px 0px;
}

.navbar-nav .nav-item ul.submenu li a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.navbar-nav .nav-item {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.main-header.sticky .header--navbar .navbar-nav li .down-arrow-submenu svg path {
  stroke: #0b1030;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.banner-wrapper::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 50%);
  z-index: 99;
}

.coming-soon {
  min-height: calc(100vh - 62px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #787878;
}

.coming-soon h3 {
  color: #fff;
}

ul.custom-lists-new {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0px;
}

ul.custom-lists-new li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 10px;
  color: #556171;
}

ul.custom-lists-new li img {
  width: 18px;
}

.services--main-wrapper .four-col-cards-img.services-img-right img {
  object-position: right;
}

.bg-coming-soon {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.bg-coming-soon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 50%);
}

.bg-coming-soon h2 {
  position: relative;
  color: #fff;
}

.footer-left-logo-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  /* justify-content: space-between; */
  width: 100%;
  margin-top: 60px;
}

.footer-left-logo-sec img {
  height: 35px;
  width: auto;
}

.privacy-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.privacy-banner {
  padding: 140px 0px 80px;
}

.privacy-content {
  padding: 60px 0px;
}

.privacy-content p a {
  color: #556171;
  text-decoration: none;
  font-weight: 700;
}

.two-col-sec.two-col-services.dr-profile .two-col-left-sec {
  width: calc(70% - 15px);
}

.two-col-sec.two-col-services.dr-profile .two-col-right-sec {
  width: calc(30% - 15px);
}

.two-col-sec.two-col-services.dr-profile .two-col-right-sec .two-col-right-sec-img {
  padding-top: 100%;
}

.price_card {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 14px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sec_padding {
  padding: 80px 0;
}

.cta_sec {
  background: #4753bf;
}

svg {
  stroke: #fff;
}

.btn_two {
  background: #0b1030;
  align-items: center;
  display: flex;
  gap: 10px;
  width: fit-content;
}

.btn-wrapper h6 {
  color: #fff;
  font-size: 28px;
  margin: 10px 0;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.alert_wrapper {
  background: #f3f3ff;
  padding: 40px;
  border-left: 5px solid #4753bf;
}

.alert_wrapper h3 {
  color: #4753bf;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.alert-list {
  padding-left: 20px;
  column-count: 2;
  margin: 0;
}

p a {
  color: #556171;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.cta_heading {
  color: #4753bf;
  font-size: 26px;
  text-align: center;
}

.cta_wrapper .heading_box {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta_wrapper .btn-wrapper {
  justify-content: center;
}

.contact-icon-img svg {
  stroke: none;
}

.getin_box .contact-icon-img svg {
  width: 52px;
  height: 52px;
}

.getin_box .contact-icon-inner {
  padding: 44px 12px;
  background: #fff;
  border-radius: 6px;
}

.getin_box .contact-icon-inner a {
  text-decoration: none;
  color: #4753bf;
  font-size: 20px;
  margin-top: 16px;
  display: block;
}

.floating_btn .contact_icon img {
  width: 33px;
}

.news-details-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.section-padding {
  padding: 80px 0px;
}

.news-details-wrapper .new-details-left-sec {
  width: calc(100% - 400px);
}

.news-details-wrapper .new-details-right-sec {
  width: 360px;
  background: #f3f3ff;
  padding: 20px;
  position: sticky;
  top: 90px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 15%);
  height: 520px;
  overflow: auto;
}

.news-details-wrapper .new-details-right-sec p {
  color: #4753bf;
  font-weight: 700;
}

.news-details-wrapper .new-details-right-sec li {
  list-style: none;
  margin-bottom: 10px;
}

.news-details-wrapper .new-details-right-sec ul {
  padding-left: 0px;
}

.news-details-wrapper .new-details-right-sec li a {
  color: #000;
}

.dot-list {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}



.mission_accordian .accordion-item {
  border: none;
  margin-bottom: 15px;
  cursor: pointer;
  border-bottom: 1px solid #55617124;
}

.testimonial-slider .owl-stage {
  display: flex;
}

.testimonial-slider .owl-stage .item,
.testimonial-inner-block {
  height: 100%;
}

.testimonial_grid {
  display: flex;
  gap: 28px;
  flex-direction: column;
}

.testimonial_item {
  padding: 36px;
  background: rgb(204 212 241 / 12%);
  border-radius: 6px;
  border-left: 4px solid #4753bf;
}



.testimonial_item p {
  color: #242547;
  font-size: 18px;
}

.testimonial_item p:last-child {
  margin-bottom: 0;
}

.custom-lists .sublist li {
  display: block;
  list-style: circle;
  position: relative;
}

.custom-lists .sublist {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 13px;
}

.custom-lists .sublist li:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 0.6px solid #556171;
  top: -3px;
  bottom: 0;
  margin: auto;
  left: -15px;
}

.myBooking .heading_box a:not(.btn_two) {
  color: #fff;
  text-decoration: underline;
}

.text-left {
  text-align: left !important;
}

.book-appointment_wrapper {
  padding: 53px 30px;
  background: #fbfbfb;
  margin: 42px 0;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  box-shadow: 2px 3px 42px 0 #00000066;
}

.book-appointment_wrapper a {
  color: #4753bf;
  text-decoration: underline;
}

.blog-details-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 0 0 #000;
}


.blog-details-img img {
  width: 100%;
}

.blog-details-author {
  text-align: end;
  margin: 10px 0 30px 0;
}

.blog-details-author p {
  margin: 0;
  opacity: 0.8;
  font-style: italic;
}

.new-details-right-sec.blog-details-listing ul a {
  text-decoration: none;
  transition: 0.3s;
}

.blog-details-listing-header h3 {
  padding: 7px 9px;
  background: #4753bf;
  color: #fff;
  margin-bottom: 23px;
  border-radius: 4px;
  font-size: 23px;
}

.news-details-wrapper .new-details-right-sec li {
  border-bottom: 1px solid #0000002e;
  padding-bottom: 10px;
}

.new-details-right-sec.blog-details-listing ul a:hover {
  color: #4753bf;
}

.book-appointment_wrapper .heading_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.clickHere {
  padding: 13px 35px;
  background: #4753bf;
  color: #fff !important;
  border-radius: 52px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s;
}

.clickHere:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 110%;
  width: 0;
  background: #fff;
  top: 0;
  margin: auto;
  transform: scaleX(0) skewX(-35deg);
  transition: 0.5s;
  z-index: -1;
}

.clickHere:hover:after {
  transform: scaleX(1.5) skewX(-35deg);
  width: 100%;
}

.clickHere:hover {
  color: #4753bf !important;
}

.clickHere:hover svg path {
  fill: #4753bf;
}

.summary-box p {
  margin: 0;
  font-size: 20px;
}

.summary-sec {
  background: #f3f3f3;
  padding: 80px 0;
}

.summary-box {
  background: #fff;
  padding: 40px 20px;
  box-shadow: 0 0 20px 0 #00000026;
  border-radius: 12px;
  height: 100%;
}

.summary-img img {
  width: 100%;
  border-radius: 4px;
}

.summary-img {
  padding: 12px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 #00000030;
}

.book-appointment-left h2.cta_heading {
  text-align: left;
  margin-bottom: 0;
}



.book-appointment.service_sec_book_appointment .book-appointment_wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bg-grey {
  background: #fbfbfb;

}

.justify-center {
  justify-content: center;
}

.title-v {
  margin-bottom: 30px;
  text-align: center;
}

.custom-lists li {
  margin-bottom: 0;
}
ul.custom-lists li p {
    margin-bottom: 0;
}
.title-v .row,
.title-v .row .site-subheading {
  justify-content: center;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg-semble {
  background: #f6f5f3;
}
@media screen and (max-width: 1330px) {
  .hero-sec-text-wrapper {
    padding: 100px 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* .site-subheading p{
        margin-bottom: 0px;
    } */
  .hero-sec video {
    height: auto;
    min-height: 700px;
  }

  .video-three-icons-text ul {
    gap: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-links-sec {
    gap: 20px;
    width: calc(60% - 25px);
    justify-content: space-between;
  }

  .footer-form-sec {
    width: calc(40% - 25px);
  }

  .footer-text-sec {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    /* max-width: 700px; */
    margin: 0px auto;
    flex-wrap: wrap;
    justify-content: end;
  }

  .footer-text-sec>p {
    width: calc(100% - 120px);
  }

  .footer-left-logo-sec {
    width: calc(100% - 120px);
    margin: 0px auto 0px 120px;
    max-width: 420px;
  }

  /* .footer-text-sec p {
    margin-bottom: 0px;
  } */

  .icon--sec .icon-sec-wrapper {
    gap: 20px;
  }

  .icon--sec .icon-sec-wrapper>div {
    width: calc(50% - 10px);
  }

  .services--main-wrapper,
  .meet-sec-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .three-col-cards .three-col-cards-wrapper {
    gap: 15px;
  }

  .three-col-cards .three-col-cards-blocks .three-col-cards-blocks-text {
    padding: 15px 20px 20px;
  }

  .footer-text-sec {
    gap: 0px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .video-three-icons-text {
    width: 100%;
    position: static;
  }

  .video-three-icons-text ul li {
    color: #000;
  }
}

@media (max-width: 991px) {
  .alert-list {
    padding-left: 20px;
    column-count: 1;
    margin: 0;
  }

  .mobile-header.navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 100vh;
    background-color: #cfcfcf;
    z-index: 99999999;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    display: block !important;
    overflow: auto;
  }

  .header-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 37%);
    transition: all 0.3s ease-in-out;
  }

  .header-overlay.active {
    width: 100vw;
  }

  .mobile-header.navbar-collapse.show .overlay::before {
    width: 100vw;
  }

  .mobile-header.show {
    transform: translateX(0%);
  }

  .navbar-toggler {
    z-index: 10000;
  }

  .navbar-collapse .nav-link {
    color: #fff;
    padding: 10px 0;
    display: block;
  }

  .navbar-collapse .custom-btn {
    margin-top: 20px;
    display: block;
    width: fit-content;
    text-align: center;
  }

  .header--navbar .navbar-nav {
    gap: 15px;
    text-align: left !important;
  }

  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-sec-text-wrapper h1 {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    color: #0b1030 !important;
  }

  .main-header .navbar-nav .nav-link.active {
    color: #4753bf !important;
  }

  .two-col-wrapper {
    display: flex;
    flex-direction: column;
  }

  .two-col-wrapper .two-col-left-sec,
  .two-col-wrapper .two-col-right-sec {
    width: 100%;
  }

  section.two-col-sec,
  .two-col-sec.two-col-services,
  section.four-col-icons,
  .three-col-cards,
  #patient-forms,
  section.contact-sec,
  .newsletter-sec {
    padding: 60px 0px;
  }

  section.four-col-sec,
  .faq-sec {
    padding: 60px 0px 80px;
  }

  .four-col-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .four-col-heading h2 {
    margin-bottom: 40px;
  }

  .two-col-text .two-col-text-left {
    width: 100%;
  }

  .two-col-text-right {
    width: 100%;
  }

  .two-col-text .two-col-text-wrapper {
    flex-direction: column;
  }

  .two-col-text-right ul {
    padding-left: 0px;
  }

  section.two-col-text {
    padding: 60px 0px 80px;
  }

  .video-three-icons-text ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 0px;
  }

  .process-blocks-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .widget-sec .two-col-widget {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }

  .widget-sec .three-col-widget {
    margin-top: 15px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .three-col-clients-sec {
    min-height: 250px;
  }

  .book-sec-wrapper {
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .book-sec-wrapper .img-sec-2 img {
    position: static;
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
  }

  .book-sec-wrapper .img-sec-1 {
    order: 3;
  }

  .book-sec-wrapper .text-sec h2 {
    max-width: 100%;
  }

  .book-sec-wrapper .text-sec {
    margin-bottom: -40px;
    width: 100%;
  }

  .book-sec-wrapper .img-sec-2 {
    text-align: center;
  }

  .book-sec-wrapper .img-sec-1,
  .book-sec-wrapper .img-sec-2 {
    width: calc(50% - 10px);
  }

  .book-sec-wrapper .img-sec-1 img {
    transform: rotateY(180deg);
  }

  .latest-news-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  section.process-sec,
  .widget-sec,
  section.testimonial-sec,
  section.latest-news-sec,
  .hospital-stats,
  section.mission--sec {
    padding: 60px 0;
  }

  .widget-sec::before {
    width: 180px;
    height: 140px;
  }

  .navbar-nav .nav-link::before,
  .navbar-nav .nav-link::after {
    display: none;
  }

  .services--main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  section.services--main-sec,
  .icon--sec,
  section.services-sec,
  .testimonial-sec.services-testimonials,
  .meet-team-sec {
    padding: 60px 0px;
  }

  .icon--sec .icon-sec-wrapper {
    flex-direction: column-reverse;
  }

  .icon--sec .icon-sec-wrapper>div {
    width: 100%;
  }

  .services-sec-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-sec-wrapper {
    flex-direction: column;
  }

  .mission-sec-wrapper>div {
    width: 100%;
  }

  .two-col-sec.two-col-services .two-col-left-sec,
  .two-col-sec.two-col-services .two-col-right-sec {
    width: 100%;
  }

  .two-col-sec.two-col-services .two-col-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .four-icons-wrapper,
  .three-col-cards .three-col-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0px;
  }

  .contact-sec-wrapper {
    gap: 16px;
  }

  .contact-form-wrapper form .form-row {
    flex-direction: column;
  }

  .header--navbar .navbar-nav li {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .header--navbar .navbar-nav li svg {
    display: block;
  }

  .header--navbar .navbar-nav li svg path {
    fill: #0b1030;
  }

  .header--navbar .navbar-nav li.active svg path {
    fill: #4753bf;
  }

  .two-col-big-img .two-col-img-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .navbar-nav .nav-item ul.submenu {
    position: static;
    width: auto;
    height: auto;
    width: 100%;
    background: transparent;
    padding-left: 40px;
  }

  .down-arrow-submenu {
    display: none;
  }

  .navbar-nav .nav-item ul.submenu::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #0b1030;
    border-radius: 5px;
  }

  .navbar-nav .nav-item ul.submenu::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 25px;
    width: 25px;
    height: 25px;
    border: 1px solid #0b1030;
    border-width: 0px 0px 1px 1px;
    border-radius: 0px 0px 0px 3px;
  }

  .two-col-sec.two-col-services.dr-profile .two-col-wrapper {
    flex-direction: row;
  }

  .two-col-sec.two-col-services.dr-profile .two-col-left-sec {
    width: calc(60% - 15px);
  }

  .two-col-sec.two-col-services.dr-profile .two-col-right-sec {
    width: calc(40% - 15px);
  }
}

@media screen and (max-width: 769px) {
  .header-topBAr {
    display: none;
  }

  .main-header {
    top: 0px;
  }

  .about-bnr {
    height: 100vh;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-sec video {
    height: auto;
    min-height: 500px;
  }

  .video-three-icons-text ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .widget-sec .three-col-widget {
    grid-template-columns: repeat(1, 1fr);
  }

  .three-col-clients-sec p {
    max-width: 100%;
    color: #0b1030;
  }

  .latest-news-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  footer {
    padding-top: 40px;
  }

  .footer-inner-wrapper {
    justify-content: center;
  }

  .footer-links-sec,
  .footer-form-sec {
    width: 100%;
  }

  .footer-copyright-sec {
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }

  .widget-sec::before,
  section.four-col-sec::after {
    display: none;
  }

  .meet-sec-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-sec-wrapper>div {
    width: 100%;
  }

  .privacy-content {
    padding: 40px 0px;
  }

  .two-col-sec.two-col-services.dr-profile .two-col-wrapper {
    flex-direction: column-reverse;
  }

  .two-col-sec.two-col-services.dr-profile .two-col-left-sec,
  .two-col-sec.two-col-services.dr-profile .two-col-right-sec {
    width: 100%;
  }

  .two-col-sec.two-col-services.dr-profile .two-col-right-sec {
    max-width: 450px;
  }

  .news-details-wrapper .new-details-left-sec,
  .news-details-wrapper .new-details-right-sec {
    width: 100%;
    height: auto;
  }

  .news-details-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }

  .hero-sec button.owl-prev,
  .hero-sec button.owl-next {
    width: 20px;
  }

  .hero-sec-text-wrapper .big-para {
    font-size: 18px;
  }

  h2 {
    font-size: 28px;
  }

  section.two-col-sec,
  .faq-sec,
  .two-col-sec.two-col-services,
  section.four-col-icons,
  .three-col-cards,
  #patient-forms,
  section.contact-sec,
  .newsletter-sec {
    padding: 40px 0px;
  }

  .hero-sec-video .hero-sec-text .play-hero-btn img {
    width: 50px;
    height: 50px;
  }

  .hero-sec-text-wrapper .play-hero-btn p {
    font-size: 22px;
  }

  .two-col-sec .two-col-icon-box li img {
    width: 60px;
  }

  .two-col-sec .two-col-icon-box li {
    gap: 10px;
  }

  h6 {
    font-size: 18px;
  }

  .four-col-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  section.four-col-sec {
    padding: 40px 0px;
  }

  .two-col-text-right li img {
    position: relative;
    top: 3px;
  }

  .two-col-video-sec .video-sec-btn img {
    width: 50px;
    height: 50px;
  }

  .process-blocks-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .three-col-clients-sec .dr-img {
    right: 15px;
  }

  .book-sec-wrapper .text-sec {
    margin-bottom: 0px;
  }

  .footer-links-sec {
    flex-direction: column;
    gap: 20px;
  }

  .footer-inner-wrapper {
    gap: 30px;
  }

  .footer-text-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  .services--main-wrapper,
  .services-sec-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0px;
  }

  section.services--main-sec,
  .icon--sec,
  section.services-sec,
  .testimonial-sec.services-testimonials,
  .hospital-stats,
  .meet-team-sec {
    padding: 40px 0px;
  }

  .icon-left-sec .icons-left-inner {
    margin-top: 0px;
  }

  .about-bnr {
    height: auto;
    padding: 170px 0px 100px;
  }

  .counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .counter-wrapper .counter-items {
    padding: 30px;
  }

  .mission-sec-wrapper .mission-right-sec {
    grid-template-columns: repeat(1, 1fr);
  }

  .meet-sec-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .meet-sec-wrapper,
  .counter-wrapper {
    margin-top: 0px;
  }

  .four-icons-wrapper,
  .three-col-cards .three-col-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0px;
  }

  .three-col-cards .three-col-cards-blocks .three-col-cards-blocks-text {
    padding: 15px 15px 20px;
  }

  .newsletter-wrapper {
    flex-direction: column;
    max-width: 350px;
  }

  .footer-left-logo-sec {
    width: 100%;
    margin: 0px;
  }

  .footer-text-sec>p {
    width: 100%;
  }

  /* .footer-left-logo-sec img {
    height: 30px;
  } */

  /* .scroll-to-top {
    width: 40px;
    height: 40px;
    padding: 5px;
    right: 5px;
  } */
}
