
* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
  color: #004274;
}
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
  color: #004274;
}

i:before {
  margin-left: 0 !important;
}

body,
html {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #333;
  line-height: 25px;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  transition: all 0.5s;
  color: #333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  transition: all 0.5s;
}

h1,
.h1 {
  font-size: 4.063rem;
}

h2,
.h2 {
  font-size: 3.438rem;
}

h3,
.h3 {
  font-size: 2.813rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.875rem;
}

h6,
.h6 {
  font-size: 1.75rem;
}

p {
  color: #464343;
  margin: 0;
}

input {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}

select {
  outline: none;
}
select:focus {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.float_left {
  float: left;
  width: 100%;
}

.p-0 {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.ps-rel {
  position: relative;
}

.pe-0 {
  padding-right: 0px;
}

.plr-50 {
  padding: 0px 50px;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .waves {
  background: rgba(214, 214, 214, 0.3019607843);
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0;
  border-radius: 100%;
  right: -75px;
  bottom: -75px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
.wrapper .wave-1 {
  animation-delay: 0s;
}
.wrapper .wave-2 {
  animation-delay: 1s;
}
.wrapper .wave-3 {
  animation-delay: 2s;
}

a.button-btn {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  padding: 0px 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 10px;
  text-align: left;
  padding-left: 22px;
  text-transform: capitalize;
  position: relative;
  z-index: 99;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  background-color: #004274;
  color: #fff;
}
a.button-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -4px;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.5s ease-in-out;
  background-color: #396689;
}
a.button-btn:hover {
  color: #fff;
  border-color: #f6f4f4;
}
a.button-btn:hover:before {
  transform: translateX(0);
}
a.button-btn:hover span {
  background-color: #004274;
  color: #f6f4f4;
}
a.button-btn span {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}

button.button-btn {
  padding: 0px 55px;
  display: inline-block;
  line-height: 50px;
  border-radius: 30px;
  text-align: left;
  padding-left: 22px;
  text-transform: capitalize;
  position: relative;
  z-index: 99;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  background-color: #004274;
  color: #fff;
}
button.button-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -4px;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.5s ease-in-out;
  background-color: #396689;
}
button.button-btn:hover {
  color: #fff;
  border-color: #f6f4f4;
}
button.button-btn:hover:before {
  transform: translateX(0);
}
button.button-btn:hover span {
  background-color: #004274;
  color: #f6f4f4;
}
button.button-btn span {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}

.fa-angle-double-right {
  padding-top: 12px !important;
}

.fa-heart {
  padding-top: 12px !important;
}

.icons-padding {
  padding-top: 12px !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 20px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  border: 1px solid #ced4da;
  color: #414042;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  height: 47px;
  transition: all 0.2s ease-in;
  background-color: #fff;
}
.select-styled:after {
  content: "" !important;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  border-color: #414042 transparent transparent transparent;
}
.select-styled:active {
  background-color: #fff;
}
.select-styled:active:after {
  top: 8px;
  border-color: transparent transparent #414042 transparent;
}
.select-styled:hover {
  background-color: #fff;
}

.select-styled.active {
  background-color: #fff;
}
.select-styled.active:after {
  top: 8px;
  border-color: transparent transparent #414042 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border: 1px solid;
  list-style: none;
  background-color: #fff;
  border: #e6e6e6;
}
.select-options li {
  margin: 0;
  padding: 10px 0;
  text-indent: 20px;
  border: 1px solid #e6e6e6;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  background: #004274;
  color: #fff;
}
.select-options li[rel=hide] {
  display: none;
}

.mobile-menu-wrapper {
  padding: 15px 0px;
  background-color: #004274;
}
.mobile-menu-wrapper .toggle-main-wrapper {
  display: block;
  display: flex;
  justify-content: flex-end;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0;
  right: -500px;
  width: 300px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 99999;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: #fff;
}
#sidebar #cssmenu {
  width: 280px;
}
#sidebar #cssmenu .input-group {
  width: 94% !important;
}
#sidebar #cssmenu .input-group .btn-outline-secondary {
  color: #aaa;
  border-color: #aaa;
}
#sidebar #cssmenu .input-group .form-control {
  border-color: #b8bbb5 !important;
}
#sidebar #cssmenu .input-group .form-control:focus {
  border: 2px solid #b8bbb5;
  border-color: #b8bbb5 !important;
}
#sidebar #cssmenu ul li {
  border-bottom: 1px solid;
  position: relative;
  border-bottom: #aaa;
}
#sidebar #cssmenu ul li a {
  padding: 12px 20px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}
#sidebar #cssmenu ul li .social-icon {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: 20px;
}
#sidebar #cssmenu ul li .social-icon li {
  border: none;
  width: 47px;
  height: 46px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  background: #f6f4f4;
}
#sidebar #cssmenu ul li .social-icon li a {
  display: inline-block;
  padding: 10px 0px;
  color: #004274;
}
#sidebar #cssmenu ul .has-sub ul {
  display: none;
}
#sidebar #cssmenu ul .has-sub ul li {
  border-top: 1px solid;
  border-bottom: none;
  border-top: #aaa;
}
#sidebar #cssmenu ul .has-sub ul li a {
  padding: 10px 40px;
}
#sidebar #cssmenu ul .has-sub:before {
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  height: 2px;
  width: 10px;
  transition: all 0.5s;
  background-color: #aaa;
}
#sidebar #cssmenu ul .has-sub:after {
  display: block;
  position: absolute;
  top: 16px;
  right: 29px;
  height: 10px;
  width: 2px;
  transition: all 0.5s;
  background-color: #aaa;
}
#sidebar #cssmenu ul .open:before {
  transform: rotate(45deg);
}
#sidebar #cssmenu ul .open:after {
  transform: rotate(45deg);
}
#sidebar .sidebar_logo {
  float: left;
  width: 100%;
  padding: 24px;
}

#sidebar.open {
  right: 0;
}

.page2-btn {
  padding: 7px 25px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  z-index: 1;
  background-color: #004274;
  color: #fff;
}
.page2-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.5s;
  z-index: -1;
  background-color: #00b3ff;
}
.page2-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
  z-index: -1;
  background-color: #00b3ff;
}
.page2-btn:hover {
  color: #fff !important;
}
.page2-btn:hover:before {
  transform: translateY(-48%);
  z-index: -1;
}
.page2-btn:hover:after {
  transform: translateY(48%);
  z-index: -8;
}

.bg-change {
  background-color: #00b3ff;
}
.bg-change:before {
  background-color: #004274;
}
.bg-change::after {
  background-color: #004274;
}

.ptb-100 {
  padding: 100px 0px;
}

.animate-top-y {
  animation-name: top-y;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: black;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #fff;
}
.overlay .closebtn:hover {
  color: rgba(0, 0, 0, 0.1019607843);
}
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #fff;
}
.overlay input[type=text]:hover {
  background: #f1f1f1;
}
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  background: #ddd;
}
.overlay button:hover {
  background: #bbb;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.animate-top-y {
  animation-name: top-y;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes top-y {
  0% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
@keyframes rotate {
  20%, 80% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.form-control:focus {
  box-shadow: none;
  background-color: none;
}

.breadcrumb-color {
  color: #fff;
}

.breadcrumb-home {
  font-size: 1.25rem;
}

.breadcrumb-active {
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
}

.breadcrumb-home {
  font-weight: 700;
  font-size: 1.25rem;
}

.breadcrumb-home:hover {
  font-weight: 700;
  font-size: 1rem;
  color: #9debd2 !important;
}

.breadcrumb-item:before {
  color: #fff !important;
}

.about-banners-section-set {
  margin: 0;
  position: relative;
  height: 270px;
}

.breadcurm-section {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.about-banners-section-set img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.breadcurm-section h4 {
  font-size: 2.188rem;
  padding-bottom: 10px;
}
.breadcurm-section ol li {
  font-size: 28px;
}
.breadcurm-section ol li a {
  font-size: 28px;
}

/*=========== common css End =========  */
/*========= Preloader css start ==========*/
#preloader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.form-section .form-input input[type=time]:after {
  background-color: #ced4da;
}

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*============= Preloader css End =============*/
/*======================header css start ===============*/
.header-colon-fix {
  padding-left: 3px;
}

#sidebar #cssmenu ul li .social-icon li:hover {
  color: #fff !important;
  background-color: #004274;
}

#sidebar #cssmenu ul li .social-icon li a:hover {
  color: #fff !important;
}

.header-social-media-icon {
  padding-top: 6px;
}

.menus-active {
  .background-color: #396689 !important;
  border-radius: 20px;
  color: #fff;
}

.nav-link:hover {
  color: #fff !important;
}

.main-header-wrapper .sb-main-header .top-header-section {
  background-color: #ebf5f5;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-left-section {
  padding: 13px 0px;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-left-section a:hover {
  color: #004274;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-right-section {
  padding-right: 5px;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-right-section ul {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-right-section ul li a {
  padding: 13px;
  display: inline-block;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-right-section ul li a:hover {
  color: #004274;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-right-section ul .login-btn {
  transition: all 0.5s;
  width: 160px;
  text-align: center;
  background-color: #f7d90d !important;
  color: #fff;
}
.main-header-wrapper .sb-main-header .top-header-section .sb-top-right-section ul .login-btn span a {
  padding: 13px 3px !important;
  color: #fff;
}
.main-header-wrapper .sb-main-header .mid-header-section {
  padding: 18px 0px;
}
.main-header-wrapper .sb-main-header .mid-header-section .sb-mid-right-section ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
.main-header-wrapper .sb-main-header .mid-header-section .sb-mid-right-section li a {
  float: left;
}
.main-header-wrapper .sb-main-header .mid-header-section .sb-mid-right-section li a .fas {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin: 7px 15px;
  color: #f6f4f4;
  background-color: #004274;
}

.menu-items-wrapper {
  padding: 6px 0px;
  background-color: #004274;
}
.menu-items-wrapper nav ul li {
  position: relative;
  padding: 0px 3px 0 75px;
  font-size: 1rem;
}
.menu-items-wrapper nav ul li a {
  padding: 0px 15px;
  color: #fff;
}
.menu-items-wrapper nav ul li a span {
  font-size: 0.625rem;
  margin-left: 3px;
}
.menu-items-wrapper nav ul li .dropdown-items {
  position: absolute;
  border-bottom: 2px solid;
  z-index: 999;
  top: 50px;
  opacity: 0;
  width: 250px;
  visibility: hidden;
  left: -50%;
  padding: 20px 0px;
  transition: all 0.5s;
  box-shadow: 2px 0 10px;
  background-color: #fff;
  border-bottom: #004274;
  box-shadow: rgba(0, 0, 0, 0.1019607843);
}
.menu-items-wrapper nav ul li .dropdown-items li {
  padding: 7px 20px;
  position: relative;
  transition: all 0.5s;
}
.menu-items-wrapper nav ul li .dropdown-items li a {
  color: #222222;
}
.menu-items-wrapper nav ul li .dropdown-items li a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 250px;
  padding: 20px 0px;
  top: 0;
  width: 200px;
  border-bottom: 2px solid;
  box-shadow: 2px 0 10px;
  background-color: #fff;
  border-bottom: #004274;
  box-shadow: rgba(0, 0, 0, 0.1019607843);
}
.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown li {
  padding: 7px 20px;
}
.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown li a {
  color: #222222;
}
.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown li:hover a {
  color: #fff;
}
.menu-items-wrapper nav ul li .dropdown-items li:hover {
  background-color: #004274;
}
.menu-items-wrapper nav ul li .dropdown-items li:hover a {
  color: #fff;
}
.menu-items-wrapper nav ul li .dropdown-items li:hover:after {
  display: none;
}
.menu-items-wrapper nav ul li .dropdown-items li:hover .sub-dropdown {
  opacity: 1;
  visibility: visible;
}
/* .menu-items-wrapper nav ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 42px;
  width: 0%;
  height: 3px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
} */
.menu-items-wrapper nav ul li:hover::after {
  width: 100%;
}
.menu-items-wrapper nav ul li:hover .dropdown-items {
  opacity: 1;
  visibility: visible;
}
.menu-items-wrapper form input {
  width: 380px;
  border: none;
  height: 40px;
  padding-left: 30px;
  margin-top: 2px;
  background: #e43662;
  color: #fff;
}
.menu-items-wrapper form input::placeholder {
  color: #fff;
}
.menu-items-wrapper form span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.main-header-wrapper2 {
  position: relative;
  z-index: 2;
}

.mobile-menu-wrapper .toggle-main-wrapper {
  display: block;
}
.mobile-menu-wrapper .toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

#toggle_close {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 30px;
  font-size: 25px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50px;
  color: #aaa;
}

.mega-menu {
  width: 700px !important;
  padding: 20px 0;
  display: flex !important;
  left: -330px !important;
}
.mega-menu ul {
  display: block !important;
}

#return-to-top {
  padding-top: 3px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: block;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #004274;
  transition: all 0.3s ease;
  z-index: 999;
  color: #fff;
  animation: jump 1s ease-in alternate infinite;
}

.sb_logo_wrapper {
  .width: 184px;
  width: 100%;
  height: 54px;
  overflow: hidden;
}

.sb_logo_wrapper1 {
  .background-color: #f6f4f4;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.mid-header-section ul li {
  display: flex;
  align-items: start;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 15px -15px;
}

.heading-book-appointments-set {
  border: 1px solid #fff;
  display: inline-block;
  background: #fff;
  color: #004274;
  padding: 0px 15px !important;
  border-radius: 5px;
  border: 1px solid transparent;
  line-height: 40px;
  font-size: 1rem;
  transition: all 0.1s;
}

.heading-book-appointments-set:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.1s;
}

.navbar-nav .nav-item {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.sb-mid-right-section ul li {
  padding-left: 130px !important;
  margin-right: -100px;
}

.nav-link:focus {
  color: #fff !important;
}

.dwc-home-banner-set {
  position: relative;
}

.dws-banner-fit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3294117647);
}

.sb-banner-section {
  margin-top: -520px;
  z-index: 9;
  position: relative;
}

.m-header-top-fix li {
  margin: 5px;
  background-color: #004274;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.m-header-top-fix li:hover {
  background-color: #00d100;
  border-radius: 50%;
}

.m-header-top-fix li i {
  color: white !important;
}

.enquiry-button-fixed a {
  font-size: 18px;
}

.sb-banner-section {
  margin-left: 50px;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next span img {
  width: 30px;
  height: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 25px;
  height: 25px;
}

.carousel-control-next {
  margin-right: 80px;
  margin-top: 250px;
  text-align: center;
  height: 50px;
  width: 50px;
  background-color: #004274;
  border: 1px solid #004274;
  border-radius: 10px;
}

.carousel-control-prev {
  margin-left: 80px;
  margin-top: 250px;
  text-align: center;
  height: 50px;
  width: 50px;
  background-color: #004274;
  border: 1px solid #004274;
  border-radius: 10px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  border: 1px solid #00d100;
  background-color: #00d100;
}

.enquery-button-set{
color:#004274 !important ;
}



/*======================header css end ===============*/
/*======================book-appoinment-model css start ===============*/
.sticky-card {
  position: fixed;
  top: 60%;
  right: -3.55rem;
  width: 154px;
  text-align: center;
  padding: 10px;
  background-color: #004274;
  border: 1px solid #004274;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transform: rotate(-90deg);
}

.align-items-center {
  align-items: center !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/*======================book-appoinment-model css end ===============*/
/*=================index Banner section css start=================*/
.homepage-banner-fix {
  width: 100%;
  height: 525px;
  object-fit: cover;
}

.sb-banner-section {
  margin-top: -425px;
}

.home-appoinment-button {
  width: 180px;
  padding: 0px 55px;
  display: inline-block;
  line-height: 50px;
  border-radius: 30px;
  text-align: left;
  padding-left: 22px;
  text-transform: capitalize;
  position: relative;
  z-index: 99;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  background-color: #004274;
  color: #fff;
}

.sb-banner-section h2 {
  color: #fff;
  padding-top: 20px;
  font-size: 3rem;
}
.sb-banner-section h2 span {
  background: #00d100;
  padding: 5px 10px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .sb-banner-section h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .sb-banner-section h2 {
    font-size: 2.188rem;
    line-height: 1.2;
  }
}
.sb-banner-section h4 {
  line-height: 35px;
}
@media (max-width: 768px) {
  .sb-banner-section h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.sb-banner-section p {
  width: 500px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .sb-banner-section p {
    width: 100%;
    font-size: 0.938rem;
  }
}
.sb-banner-section img {
  height: 100%;
  width: 100%;
}
.sb-banner-section .button-btn {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sb-banner-section .button-btn {
    font-size: 1rem !important;
  }
}

.container-fluid {
  padding: 0;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.main-header-wrapper2:after {
  background-color: #004274;
}

.home-pages-banner-set-paragraph {
  padding-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.6em;
  line-height: 1.8em;
}

.home-pages-banner-set-heading {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.7em;
  line-height: 1.3em;
}

.first-heading-home-banner {
  color: #fff;
  font-family: "Lato", sans-serif;
  width: 344px;
}

.home-pages-banner-set-paragraph {
  color: #fff;
  z-index: 999;
}

.home-appoinment-button {
  margin-top: 24px;
}

/*================= Banner section css end=================*/
/*=================Common folder emergency section start=================*/
.sb-emergency-main-wrapper p,
.sb-emergency-main-wrapper h5 {
  color: #fff;
}

.emergency-main-wrapper .sb-emergency-main-wrapper {
  color: #fff;
  max-width: 500px;
  background-image: url("../images/sb-service.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 40px;
}
.emergency-main-wrapper .sb-emergency-main-wrapper .content {
  padding-bottom: 20px;
}
.emergency-main-wrapper .sb-emergency-main-wrapper .content span {
  float: left;
  margin-right: 20px;
}
.emergency-main-wrapper .sb-emergency-main-wrapper .content span i {
  font-size: 3.125rem;
}
.emergency-main-wrapper .sb-emergency-main-wrapper .content .rotate {
  transform: rotate(-25deg);
}
.emergency-main-wrapper .sb-emergency-main-wrapper .content h4 {
  color: #fff;
}
.emergency-main-wrapper .sb-emergency-main-wrapper h5 {
  padding-bottom: 20px;
  font-size: 1.125rem;
}
.emergency-main-wrapper .sb-emergency-main-wrapper p {
  padding-bottom: 20px;
  color: #fff;
}

.emergency-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.6);
}

.emergency-section-home {
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.emergency-section-home::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.emergency-section-home-set {
  padding: 80px 18px;
}

.emergencycare-text {
  text-align: justify;
  font-size: 1rem;
  color: #fff;
}

/*=================Common folder emergency section end=================*/
/*=================Common folder Our Team section start=================*/
.team-main-wrapper .team-section {
  background-color: #ebf5f5;
}

.team-main-wrapper {
  padding: 20px 0;
}

.team-carousel .card {
  margin-right: 15px; /* Space between cards */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Card shadow */
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.team-main-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 25px;
}
.team-main-wrapper .sb-team-section p {
  text-align: center;
  padding-top: 10px;
}
.team-main-wrapper .team-section {
  padding: 30px 50px 50px 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s;
}
.team-main-wrapper .team-section .image {
  position: relative;
  max-width: 155px;
  margin: 0 auto;
}
.team-main-wrapper .team-section .image img {
  border: 5px solid #9debd2;
  border-radius: 50%;
}
.team-main-wrapper .team-section .image .contact-action {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
}
.team-main-wrapper .team-section .image .contact-action .item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 50%;
  transition: all 0.5s;
  color: #fff;
  background: #fa0e68;
}
.team-main-wrapper .team-section .image .contact-action .item.icon-bg {
  background-color: #fff !important;
  color: #004274 !important;
}
.team-main-wrapper .team-section .image .contact-action span {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  top: 0;
  left: 0;
}
.team-main-wrapper .team-section h4 {
  margin-top: 20px;
  transition: all 0.5s;
}
.team-main-wrapper .team-section .plus-sign {
  transition: all 0.5s;
}
.team-main-wrapper .team-section p {
  padding-top: 0px;
  transition: all 0.5s;
}
.team-main-wrapper .team-section::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
  background-color: #004274;
}
.team-main-wrapper .team-section .contact-action.open1 div {
  transform: rotate(45deg);
  color: #004274 !important;
  background: #fff !important;
}
.team-main-wrapper .team-section .contact-action.open1 span {
  visibility: visible;
  animation: 1s entering;
  color: #004274;
  background: #fff;
}
.team-main-wrapper .team-section .contact-action.open1 span:nth-child(2) {
  top: 50px;
}
.team-main-wrapper .team-section .contact-action.open1 span:nth-child(3) {
  top: 100px;
}
.team-main-wrapper .team-section .action-1.open2 div {
  transform: rotate(45deg);
  color: #004274 !important;
  background: #fff !important;
}
.team-main-wrapper .team-section .action-1.open2 span {
  visibility: visible;
  animation: 1s entering;
  color: #004274;
  background: #fff;
}
.team-main-wrapper .team-section .action-1.open2 span:nth-child(2) {
  top: 50px;
}
.team-main-wrapper .team-section .action-1.open2 span:nth-child(3) {
  top: 100px;
}
.team-main-wrapper .team-section .action-2.open3 div {
  transform: rotate(45deg);
  color: #004274 !important;
  background: #fff !important;
}
.team-main-wrapper .team-section .action-2.open3 span {
  visibility: visible;
  animation: 1s entering;
  color: #004274;
  background: #fff;
}
.team-main-wrapper .team-section .action-2.open3 span:nth-child(2) {
  top: 50px;
}
.team-main-wrapper .team-section .action-2.open3 span:nth-child(3) {
  top: 100px;
}
.team-main-wrapper .team-section .action-3.open4 div {
  transform: rotate(45deg);
  color: #004274 !important;
  background: #fff !important;
}
.team-main-wrapper .team-section .action-3.open4 span {
  visibility: visible;
  animation: 1s entering;
  color: #004274;
  background: #fff;
}
.team-main-wrapper .team-section .action-3.open4 span:nth-child(2) {
  top: 50px;
}
.team-main-wrapper .team-section .action-3.open4 span:nth-child(3) {
  top: 100px;
}
.team-main-wrapper .team-section:hover {
  background-color: #004274;
}
.team-main-wrapper .team-section:hover a {
  color: #fff;
}
.team-main-wrapper .team-section:hover::after {
  background-color: #fff;
}
.team-main-wrapper .team-section:hover .plus-sign {
  cursor: pointer;
  color: #004274;
  background: #fff;
}

@keyframes entering {
  0% {
    top: 0;
    left: 0;
    width: 65%;
    height: 65%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.team-main-wrapper .team-section .image img {
  height: 152px;
  width: 152px;
  object-fit: cover;
}

.no-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  margin: 0px;
  padding: 20px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}

.team-carousel .owl-nav button {
  margin: 5px !important;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  background-color: #f6f4f4;
  color: #004274;
}

.our-team-twc {
  margin-bottom: 20px;
}

.dwc-fab i {
  color: #004274;
}

.team-main-wrapper .team-section .image .contact-action .item.icon-bg:hover {
  background-color: #f6f4f4 !important;
}

.contact-action {
  display: none;
}

/*=================Common folder Our Team section end=================*/
/*================= Images section in index pages start=================*/
.image-wrapper img {
  width: 100%;
}

/*================= Images section in index pages end=================*/
/*=================Common folder testimonial section start=================*/
.testimonial-main-wrapper {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #ebf5f5;
}
.testimonial-main-wrapper .sb-testimonial-wrapper {
  position: relative;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider {
  margin-top: -45px;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: rgba(11, 241, 161, 0.7019607843);
  color: #004274;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .owl-nav button:hover {
  background-color: #004274;
  color: #fff;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel img {
  width: auto;
  position: relative;
  right: 180px;
  top: 48px;
  border: 7px solid rgba(11, 241, 161, 0.7019607843);
  border-radius: 50%;
  z-index: 99;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .item-box {
  border: 2px solid rgba(21, 60, 51, 0.1019607843);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 5px 30px 0px;
  border-radius: 30px;
  background-color: #fff;
  flex-grow: 1; /* Ensures all boxes take equal height */
  width: 100%;
  height: 100%; /* Ensures box height is based on the tallest content */
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .item-box span i {
  font-size: 16px;
  color: #f7d90d !important;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .item-box a {
  color: #004274;
}
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .item-box:hover {
  opacity: 1;
}

.testimonial-card {
  background-color: #ebf5f5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin-top: 130px;
  border: 7px solid #004274;
  background-color: #fff;
}

.item-card {
  padding-top: 50px;
  color: #f7d90d !important;
}

.commented-by {
  color: #004274;
}

.testimonial-card-img {
  position: relative;
}

.testimonial-card-img img {
  position: absolute;
  top: -95px;
  border-radius: 50%;
  height: 132px;
  width: 132px;
  object-fit: cover;
}

.testimonial-images {
  height: 90px;
  width: 90px !important;
  object-fit: cover;
}

/* Hide owl-nav buttons by default */
.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider .owl-carousel .owl-nav button {
  display: none;
}

/* Show navigation buttons only if there are 3 or more items */
.testimonial-main-wrapper .owl-carousel .owl-nav button {
  display: inline-block;
}

.sb-testimonial-wrapper .owl-item {
  margin-bottom: 45px;
}

.testimonial-set-schollar {
  overflow-y: auto;
  padding: 0 30px;
}

.testimonial-set-schollar p {
  font-size: 18px;
}

#commented-by-name {
  font-size: 20px;
}

.testimonial-set-schollar {
  border-radius: 20px;
  scrollbar-width: thin; /* You can set this to thin, auto, or none */
  scrollbar-color: #004274 transparent; /* The first color is the thumb, the second is the track */
}

.testimonial-set-schollar::-webkit-scrollbar {
  width: 12px;
}

.testimonial-set-schollar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

.item .item-box span {
  padding: 0 30px;
}
.item .item-box a {
  padding: 0px 30px;
  padding-top: 12px;
}

.owl-nav button i {
  font-size: 1.25rem;
}

.owl-prev {
  display: none;
}

.ca-testimonial {
  margin-bottom: 60px;
}

/*=================Common folder testimonial section end=================*/
/*=================Common folder blogs section in index pages start=================*/
.blog-main-wrapper {
  width: 100%;
  padding-bottom: 25px;
}
.blog-main-wrapper .sb-blog-main-section p {
  text-align: center;
}

.blog-box {
  border-radius: 5px;
  margin-top: 30px;
  border: 2px solid #9debd2 !important;
}
.blog-box .img-icon {
  height: 250px;
  position: relative;
}
.blog-box .img-icon .img-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.5s;
}
.blog-box .img-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #f6f4f4;
}
.blog-box .img-icon p {
  width: 65px;
  height: 65px;
  position: absolute;
  font-size: 1.25rem;
  padding-top: 7px;
  bottom: -10px;
  z-index: 1;
  background-color: #004274;
  color: #fff;
}
.blog-box .blog-content h4 {
  font-family: "Lato", sans-serif;
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
  line-height: 27px;
}
.blog-box .blog-content h4 {
  text-align: left;
}
.blog-box .blog-content p {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  text-align: left;
  margin-top: 10px;
}
.blog-box .blog-content ul {
  display: flex;
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.blog-box .blog-content ul li {
  font-size: 0.875rem;
  padding-right: 20px;
}
.blog-box .blog-content ul li i {
  padding-right: 3px;
  color: #004274;
}
.blog-box .blog-content .r-btn {
  font-size: 0.875rem;
  padding-top: 5px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  color: #004274;
}
.blog-box .blog-content .blog-btn {
  margin-bottom: 20px;
}
.blog-box:hover h3 {
  color: #004274 !important;
}
.blog-box:hover .r-btn {
  border-bottom-color: #004274;
}
.blog-box:hover .img-overlay {
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.blog-content {
  border-radius: 30%;
  padding: 20px;
  padding-bottom: 30px !important;
}

.blog-pagination-arrow {
  padding-top: 15px;
}

.blog-main-wrapper .blog-box {
  display: flex;
  flex-direction: column;
  height: 90%;
}

.home1-section-blog {
  font-family: "Lato", sans-serif;
  color: #004274;
  margin-bottom: 5px;
}

.home1-section-blog2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.blog-section-home-pages-set {
  align-items: center;
  margin-bottom: -20px;
}

.blog-section-card-set-height {
  padding-top: 50px;
}

.blog-page-section-fix {
  width: 100%;
}

.blog-page-section-fix .blog-page-set {
  display: flex;
  flex-direction: column;
  height: 94%;
}

.blog-page-card-fix {
  background: linear-gradient(to top, rgb(255, 177, 153), rgb(235, 245, 245) 100%);
  padding: 30px;
  text-align: center;
  align-items: center;
}
.blog-page-card-fix .fa-stethoscope {
  color: #004274;
  font-size: 60px;
}
.blog-page-card-fix h5 {
  padding-top: 20px;
}

.blog-page-optional-card-fix {
  margin: auto;
}

.blog-page-left-sidebar-fix {
  position: sticky;
  top: 0%; /* Adjust the top offset as needed */
}

.blog-page-right-sidebar {
  position: sticky;
  top: 0%;
}

.blog-list-group-item {
  width: 100%;
}
.blog-list-group-item i {
  color: #004274;
}

.post-container a {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-image {
  height: 90px;
  width: 90px;
  background-color: #004274;
}

.post-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #004274;
}

.blog-page-main-container .blog-right-sidebar section .input-group span:hover {
  background-color: #396689;
}

.social a .icon-color {
  margin-top: 11px;
}

.dwc-blog-pagination-active {
  background-color: #004274;
}

/*=================Common folder blogs section in index pages End=================*/
/*=================Common folder Counter section start=================*/
.counter-main-wrapper {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.counter-icon-png {
  padding-top: 15px !important;
}

.counter-main-wrapper .count-up {
  position: relative;
  z-index: 999;
  text-align: center;
  color: #fff;
}
.counter-main-wrapper .count-up p {
  color: #fff;
}
.counter-main-wrapper .count-up .counter-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 7px solid #f6f4f4 !important;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 0.5s;
  background-color: #fff;
  border: #f6f4f4;
}
.counter-main-wrapper .count-up .counter-icon svg {
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  fill: #004274;
}
.counter-main-wrapper .count-up .counter-count {
  color: #fff;
}
.counter-main-wrapper .count-up:hover .counter-icon {
  background-color: #f6f4f4;
}
.counter-main-wrapper .count-up:hover svg {
  fill: #fff;
}
.counter-main-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(14, 51, 64, 0.8588235294);
}

.counter-icon img {
  height: 85px;
  width: 60px;
  object-fit: contain;
}

.women-clinic-counter-section {
  margin-bottom: 0px !important;
}

/*=================Common folder Counter section end =================*/
/*=================Common folder partner section in index pages start =================*/
.partner-main-wrapper {
  background-color: lightgray;
  float: left;
  width: 100%;
  padding: 100px 0px;
}
.partner-main-wrapper img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.partner-section-set {
  width: 147px !important;
  height: 47px;
  object-fit: cover;
}

/*=================Common folder partner section in index pages end=================*/
/*=================Common folder Common Footer section Start=================*/
.book-appointment-women-clinic-fix-set-footer {
  margin-right: 3px;
}

.footer-social-fixed-media li a i {
  padding-top: 14px;
  padding-left: 15px;
}

.telephone-number-footer {
  margin-left: 26px;
}

.bookappoinment-footer-section-fix {
  margin-left: -3px !important;
}

.footer-main-wrapper {
  float: left;
  width: 100%;
  padding: 50px 0px 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-main-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(14, 51, 64, 0.8588235294);
}
.footer-main-wrapper .sb-footer-section ul li {
  padding-bottom: 3px;
}
.footer-main-wrapper .sb-footer-section ul li p {
  font-size: 0.938rem;
  align-items: baseline;
  color: #fff;
  border: #fff;
}
.footer-main-wrapper .sb-footer-section ul li p i {
  padding-right: 10px;
  color: #fff;
}
.footer-main-wrapper .sb-footer-section ul li a {
  font-size: 0.938rem;
  align-items: baseline;
  color: #fff;
  border: #fff;
}
.footer-main-wrapper .sb-footer-section ul li a i {
  color: #fff;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media {
  display: flex;
  justify-content: start;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li p {
  font-size: 0.938rem;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid;
  z-index: 1;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li p i {
  padding-right: 0px;
  position: relative;
  transition: 0.5s;
  z-index: 3;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 2;
  background: #004274;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li p:hover i {
  transform: rotateY(360deg);
  color: #fff;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li p:hover::before {
  top: 0;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li a {
  font-size: 0.938rem;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid;
  z-index: 1;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li a i {
  padding-right: 0px;
  position: relative;
  transition: 0.5s;
  z-index: 3;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 2;
  background: #004274;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li a:hover i {
  transform: rotateY(360deg);
  color: #fff;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li a:hover::before {
  top: 0;
}
.footer-main-wrapper .hospital-address-fixes {
  font-size: 1rem;
}
.footer-main-wrapper .footer-logo {
  width: 184px;
  height: 54px;
  overflow: hidden;
}
.footer-main-wrapper .footer-logo img {
  background-color: #f6f4f4;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-main-wrapper .footer-hospital-facility img {
  background-color: #004274;
  height: 67px;
  width: 117px;
  object-fit: contain;
}
.footer-main-wrapper h5 {
  padding-bottom: 20px;
  color: #fff;
}
.footer-main-wrapper h4 {
  padding-bottom: 15px;
  color: #fff;
}
.footer-main-wrapper .links ul li {
  padding-bottom: 12px;
}
.footer-main-wrapper .links ul li a {
  font-size: 0.938rem;
  text-align: justify;
  align-items: baseline;
  padding-right: 20px;
  color: #fff;
}
.footer-main-wrapper .links ul li a:hover {
  color: #9debd2 !important;
}
.footer-main-wrapper .links ul li a i {
  padding-right: 10px;
}
.footer-main-wrapper .img-link ul li {
  padding-bottom: 25px;
}
.footer-main-wrapper .img-link ul li .content {
  line-height: 18px;
}
.footer-main-wrapper .img-link ul li .content p {
  color: #fff;
}
.footer-main-wrapper .img-link ul li .content h5 a {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
}
.footer-main-wrapper .img-link ul li img {
  float: left;
}
.footer-main-wrapper .time-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-main-wrapper .time-wrapper ul li {
  padding-bottom: 10px;
  color: #fff;
}
.footer-main-wrapper #newsletter {
  margin-top: 25px;
}
.footer-main-wrapper #newsletter h4 {
  padding-bottom: 15px;
  padding-top: 15px;
  color: #fff;
}
.footer-main-wrapper #newsletter h5 {
  font-size: 1.375rem;
}
.footer-main-wrapper section {
  margin-top: 10px;
}
.footer-main-wrapper section .container {
  border-top: 2px solid #516c75;
}
.footer-main-wrapper section p {
  padding-top: 10px;
  color: #fff;
}
.footer-main-wrapper section p a {
  color: #fff;
}
.footer-main-wrapper section .last-para {
  text-align: end;
}

.input-box {
  position: relative;
  display: inline-block;
}
.input-box input {
  width: 250px;
  height: 50px;
  border: none;
  padding-left: 20px;
  background-color: #516c75;
  color: #fff;
}
.input-box input::placeholder {
  font-size: 1rem;
  color: #fff;
}
.input-box i {
  position: absolute;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 1.25rem;
  right: 0;
  background-color: #004274;
  color: #fff;
}

.footer-time-clock {
  align-items: baseline !important;
}
.footer-time-clock .hospital-fix {
  font-size: 1rem;
  font-weight: 600;
}
.footer-time-clock p {
  font-size: 0.938rem;
}

#return-to-top {
  background: #004274;
}

#return-to-top:hover {
  background-color: #396689;
}

.footer-links:hover {
  color: #9debd2 !important;
}

.footer-week-open-hour {
  padding-top: 34px;
}

.truncate-footer {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 150px; /* Adjust the width based on the container */
  vertical-align: top;
}

.footer-hospital-facility .content h5 a {
  padding-left: 15px;
}

.footer-hospital-facility .content p {
  padding-left: 15px;
}

.cliniqsoft-footer-set {
  font-weight: 600;
  color: #03fcb2 !important;
}

.footer-set-hover-email {
  font-size: 0.938rem;
}
.footer-set-hover-email:hover {
  color: #9debd2 !important;
}

.footer-address-hover:hover:hover {
  color: #9debd2 !important;
}

.footer-main-section-set {
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.footer-main-section-set::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.6);
}

.sticky-card {
  position: fixed;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transform: rotate(-90deg);
}

.btn-green {
  background-color: #9debd2;
  color: #fff !important;
  border: 2px solid #9debd2;
}

.btn-green:hover {
  background-color: #ebf5f5;
  border-color: #ebf5f5 !important;
  color: #fff !important;
  border: 2px solid #ebf5f5;
}

@media (max-width: 1400px) {
  .sticky-card {
    display: none !important;
  }
}
.sticky-card:hover {
  background-color: #d42164;
  border: 1px solid #d42164 !important;
}

@media (max-width: 991px) {
  .sticky-card {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .sticky-card {
    display: none !important;
  }
}
.sticky-card .content h6 {
  font-size: 1rem;
}

.sticky-card .content h6 a {
  color: #fff;
}

/* Footer Container */
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #004274;
  color: #fff;
  z-index: 1000;
}

@media (min-width: 768px) {
  .fixed-footer {
    display: none !important;
  }
}
.fixed-footer p {
  line-height: 7px;
  color: #fff;
  padding-bottom: 5px;
  font-size: 0.813rem;
}

@media (max-width: 530px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 430px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 417px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 414px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 406px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 401px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 390px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 389px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.7rem;
  }
}
@media (max-width: 373px) {
  .fixed-footer p {
    line-height: 7px;
    font-size: 0.6rem;
  }
}
@media (max-width: 360px) {
  .fixed-footer p {
    margin-top: 0px;
    line-height: 7px;
    font-size: 0.6rem;
  }
}
@media (max-width: 338px) {
  .fixed-footer p {
    margin-top: 0px;
    line-height: 7px;
    font-size: 0.5rem;
  }
}
.fixed-footer i {
  color: #fff;
  margin-top: 0.75rem;
}

/* Footer Button */
.footer-button {
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

/* Alternating background colors */
.footer-button:nth-child(2n) {
  color: #fff;
}

.footer-button:nth-child(2n) i {
  color: #fff;
}

.footer-button:nth-child(2n) p {
  color: #fff;
}

/* Hover effect */
.footer-button:hover {
  opacity: 0.8;
}

.footer-women-clinic p {
  color: #fff;
}

.timing i {
  margin-top: 6px;
  margin-left: 1px;
}

.timing-icons-set-footer {
  margin-left: 30px !important;
}

.email-icon-set-fixed-women {
  margin-left: 3px;
}

.dwc-email {
  padding-top: 16px;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media .dws-social-link-fix {
  padding-right: 20px !important;
}

/*=================Common folder Common Footer section End=================*/
/*================= Contact-us page start=================*/
.btn-send {
  background-color: #1fdb1f;
  color: rgb(255, 255, 255);
  border-color: #1fdb1f;
}

.btn-send:hover {
  border-color: #1fdb1f;
  color: #1fdb1f;
  background-color: rgb(255, 255, 255);
}

.poup-sections {
  padding: 13px 30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 1.375rem;
  background-color: #004274;
  color: #fff;
}

.poup-sections h1 {
  color: #fff;
}

.modal-header .btn-close {
  filter: brightness(0) invert(1);
}

.contact-main-wrapper {
  float: right;
  width: 100%;
  background-image: url("../images/contact.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 175px 0;
}
.contact-main-wrapper .sb-contact-section {
  max-width: 380px;
  display: block;
}
.contact-main-wrapper .services-backround-images .about-background-images .sb-contact-section {
  max-width: 380px;
  display: block;
  margin: 0 100px 0 auto;
}
.contact-main-wrapper .services-backround-images .about-background-images .sb-contact-section h4 {
  font-weight: 600;
}
.contact-main-wrapper .services-backround-images .about-background-images .sb-contact-section .breadcrumb {
  padding-top: 20px;
  padding-right: 30px;
}
.contact-main-wrapper .services-backround-images .about-background-images .sb-contact-section .breadcrumb li {
  color: "Lato", sans-serif;
  font-size: 1.25rem;
}

.plr {
  padding: 0px 15px;
}

.form-main-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.form-main-wrapper section {
  padding: 30px;
  border-radius: 7px;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  background: #ebf5f5;
}
.form-main-wrapper section span {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  border: 5px solid;
  margin-right: 20px;
  background: #fff;
  border: 5px solid #f6f4f4;
  color: #004274;
}
.form-main-wrapper section h6 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 30px;
}

.form-section {
  margin-top: 15px;
  background-color: #ebf5f5;
}
.form-section h6 {
  padding: 13px 30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 1.375rem;
  background-color: #004274;
  color: #fff;
}
.form-section .form-input {
  padding: 35px 30px 30px;
}
.form-section .form-input .input-group-text {
  color: #707070;
  background: #fff;
}
.form-section .form-input input {
  height: 50px;
}
.form-section .form-input input[type=radio] {
  height: auto !important;
}
.form-section .form-input .form-control:focus {
  border: 1px solid #b8bbb5;
  box-shadow: none;
  border-color: #b8bbb5;
}
.form-section .form-input .input-custom {
  background-color: #fff;
}
.form-section .form-input .input-custom input {
  position: relative;
  width: 100%;
  z-index: 2;
  background: transparent;
}
.form-section .form-input .input-custom span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.form-section .form-input .row {
  row-gap: 25px;
}
.form-section .form-input input[type=time] {
  position: relative;
  cursor: pointer;
}
.form-section .form-input input[type=time]:after {
  content: "";
  position: absolute;
  right: 40px;
  width: 1px;
  height: 100%;
  top: 0;
  display: block;
}
.form-section .checkbox-wrap {
  display: flex;
  align-items: center;
}
.form-section .checkbox-wrap input {
  margin-right: 20px;
}
.form-section .pd-btn {
  padding: 0 85px;
  padding-left: 45px;
}

.appoinment-section {
  height: 48px !important;
}

.contact-page-icon {
  padding-top: 13px;
}

.mobile-menu-wrapper .toggle-main-wrapper {
  display: block;
}

.address-set {
  width: 75px !important;
}

.address-height-fix {
  height: 218px;
}

.footer-time-open {
  color: #fff;
  font-size: 0.875rem;
}

.contact-section .map iframe {
  height: 35.5rem;
}

.contact-section .btn-send {
  background-color: #004274;
  border-color: #004274;
  color: #fff;
}

.contact-section .btn-send:hover {
  color: #004274;
  background-color: #fff;
}

.contact-section .form {
  background-color: #ebf5f5;
}

.contact-section .form p {
  font-size: 1.2rem;
}

.contact-section .form textarea {
  height: 108px;
}

.contact-section .form-control:focus {
  box-shadow: none;
}

.contact-section .form-control {
  padding: 0.6rem 0.9rem;
}

.contact-section .address-section .card {
  position: relative;
  border-radius: 15px;
  border-color: #004274;
}

.contact-section .address-section .card .address {
  margin-left: 0.9rem;
}

.contact-section .address-section .card .mail {
  margin-left: 0.7rem;
}

.contact-section .address-section .card .icons i {
  position: absolute;
  background-color: #004274;
  padding: 10px;
  left: 8%;
  top: -12%;
  border-radius: 50%;
  color: #fff;
}

.contact-section .address-section .card i {
  color: #004274;
}

.contact-section .address-section .card .card-title {
  color: #4e4545;
  margin-top: 20px;
}

.contact-section .address-section .card p {
  color: gray;
}

.contact-section .address-section .card p a {
  font-size: 1.1rem;
  color: calc(infinity);
}

.contact-section .address-section .card p a:hover {
  color: #004274;
}

@media (max-width: 575px) {
  .contact-section .address-section .card p a {
    font-size: 1rem;
  }
}
.contact-section .address-section .card .btn-green {
  padding: 0;
  color: #2ad396;
}

.contact-section .address-section .card .btn-green:hover {
  background-color: #00b894 !important;
  color: #fff !important;
  padding: 5px;
}

.contact-section .address-section .card-bg {
  background-color: #2ad396;
}

.contact-section .address-section .card-bg .card-title {
  color: #fff;
}

.contact-section .address-section .card-bg p {
  color: #fff;
}

.contact-section .address-section .card-bg .btn-green {
  color: #fff;
}

.contact-section .address-section .icons i:hover {
  transform: translateY(-8px);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.contact-us-page-fixed h6 {
  padding: 13px 30px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 1.375rem;
  background-color: #004274;
  color: #fff;
}

.contact-us-page-text-formating {
  padding: 5px 28px;
}

.direction-whatsapp .btn-outline-blue {
  border-radius: 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #44bb30;
}

.drive-direction .btn-blue {
  border-radius: 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #004274;
}

.drive-direction .btn-blue:hover {
  border: 1px solid #004274;
  color: #004274;
  background-color: #fff;
}

.direction-whatsapp .btn-outline-blue::before {
  background-color: #fff;
  color: #44bb30;
}

.direction-whatsapp .btn-outline-blue:hover {
  background-color: #fff;
  color: #44bb30;
  border: 1px solid #44bb30;
}

.btn-outline-blue::before {
  background-color: #fff;
  content: "";
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s;
}

.drive-direction .btn-blue,
.direction-whatsapp .btn-outline-blue {
  height: 40px;
}

.contact-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-us-page-fixed {
  position: sticky;
  top: 0;
}

.contact-section .btn-send {
  background-color: #1fdb1f;
  border-color: #1fdb1f;
  color: #fff;
}

.contact-section .btn-send:hover {
  background-color: #fff;
  border-color: #1fdb1f;
  color: #1fdb1f;
}

.contact-section section {
  background: #ebf5f5;
  padding: 30px;
  border-radius: 7px;
  display: flex;
  justify-content: flex-start;
}

.contact-section .contact-icons-fixed {
  padding-top: 13px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 5px solid #004274;
  color: #1fdb1f;
  margin-right: 20px;
}

.contact-section .contact-icons-fixed-address {
  padding-left: 14px !important;
  padding: 20px;
  padding-right: 20px;
  padding-top: 13px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 5px solid #004274;
  color: #1fdb1f;
  margin-right: 20px;
}

.contact-side-addres-fix {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .contact-us-pages-form-margin {
    margin-top: 50px;
  }
}
/*================= Contact-us page End=================*/
/*======================== Google Map section ==========*/
.g-map1-section .h-500px {
  height: 500px;
}

/*================ Google Map section end ===============

/*================= About us page start=================*/
.about-background-images {
  width: 100%;
}
.about-background-images .sb-contact-section {
  max-width: 380px;
  display: block;
}

.about-main-wrapper .sb-about-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-main-wrapper .sb-about-section h5 {
  font-size: 1.5rem;
}
.about-main-wrapper .sb-about-section .icon {
  padding-right: 60px;
  float: left;
}
.about-main-wrapper .sb-about-section .icon svg {
  width: 40px;
  margin-right: 10px;
}

.icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-about-wrapper .image-section .image-content {
  width: 280px;
  position: relative;
  left: 0;
  padding: 20px 0px;
  border-radius: 20px;
  left: 180px;
  top: -150px;
  background-color: #004274;
  color: #fff;
}
.image-about-wrapper .image-section .image-content .content-box {
  display: flex;
  justify-content: space-evenly;
}
.image-about-wrapper .image-section .image-content h5 {
  padding-left: 32px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  color: #fff;
}
.image-about-wrapper .image-section .image-content .logo-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: -25px;
  left: 240px;
  box-shadow: 0px 3px 10px rgba(123, 123, 123, 0.431372549);
  background-color: #fff;
}
.image-about-wrapper .logo_icon {
  padding-left: 12px;
  width: 55px;
  height: 55px;
}
.image-about-wrapper .logo_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-about-wrapper .image-section_1 {
  width: 286px;
  height: 315px;
}
.image-about-wrapper .image-section_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-about-wrapper .about-content h5 {
  padding-bottom: 10px;
  color: #004274;
}
.image-about-wrapper .about-content h4 {
  line-height: 40px;
  font-size: 1.875rem;
}

.about-box .sb-about-box {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 40px;
  margin-top: 20px;
  transition: all 0.5s;
  border: 7px solid #f6f4f4;
  position: relative;
  display: inline-block;
  padding: 40px;
  margin-top: 20px;
  border: 7px solid #f6f4f4;
  transition: all 0.5s;
  border-radius: 7px;
}
.about-box .sb-about-box:before {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 7px;
  transform-origin: 0 100%;
  border-bottom: 7px solid #004274;
  border-left: 7px solid #004274;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 7px;
  height: 100%;
  border-bottom: 7px solid #004274;
  border-left: 7px solid #004274;
  transform-origin: 0 100%;
}
.about-box .sb-about-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 7px;
  transform-origin: 100% 0%;
  border-top: 7px solid #004274;
  border-right: 7px solid #004274;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 7px;
  border-top: 7px solid #004274;
  border-right: 7px solid #004274;
  transform-origin: 100% 0%;
}
.about-box .sb-about-box:hover {
  border: none;
  padding: 40px;
  margin-top: 20px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border-radius: 7px solid #004274;
  border: 7px solid rgba(0, 160, 80, 0);
}
.about-box .sb-about-box:hover:before {
  transform: scale(1);
  transform: scale(1);
}
.about-box .sb-about-box:hover:after {
  transform: scale(1);
  transform: scale(1);
}

.about-me-icons {
  text-transform: capitalize !important;
}

.abouts-hospitals-opening-times {
  padding-top: 25px;
}

.aboutUs-png {
  padding-top: 10px;
}

.abouts-icon-set {
  font-size: 40px;
  color: #004274;
}

.about-content-section-home-height-fix {
  height: 100% !important;
  padding-bottom: 40px;
}

.about-card-set {
  margin-bottom: 20px !important;
}

.about-card-set-fix {
  margin-bottom: 22px;
}

.service2-main-wrapper2 {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

section .sb-service-section2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 40px 30px;
  background-color: #004274;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

section .sb-service-section2 span {
  font-size: 50px;
  padding-bottom: 15px;
}

.d-inline-block {
  display: inline-block !important;
}

section .sb-service-section2 h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

section {
  position: relative;
}

section .hover-type a {
  padding: 15px 0px;
  background-color: #fa0e68;
  color: #fff;
  position: absolute;
  bottom: 0;
}

section .sb-service-section2 p {
  color: #fff;
}

section:hover .sb-service-section2 {
  transform: translateY(-53px);
  background-color: #d42164;
}

.about-top-card-section-heading {
  color: #fff;
  font-size: 1.375rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-top-card-section-paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-section-set-content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #f4f6fa;
  box-shadow: 0px 0px 23px -17px #0165a9;
  border: 12px solid #fff;
}

.about-images-size-fix {
  position: sticky;
  top: 25%;
}

.about-images-size-fix img {
  width: 100%;
  object-fit: contain;
}

.about-home-button-set a {
  font-size: 1rem;
}

.about-content-fixed {
  margin-top: 40px;
}

.about-home-button-set {
  padding-bottom: 40px;
}

.about-us-page-women-clinic-fix {
  padding-bottom: 30px;
}

.about-content-fixed h6 {
  font-family: "Lato", sans-serif;
}
.about-content-fixed h5 {
  font-family: "Lato", sans-serif;
}
.about-content-fixed p {
  text-align: justify;
}

.about-content-fixed {
  position: sticky;
  padding-left: 70px;
  padding-right: 20px;
}

/* Customize scrollbar width */
.about-content-fixed::-webkit-scrollbar {
  width: 12px;
}

/* Customize the scrollbar track (background) */
.about-content-fixed::-webkit-scrollbar-track {
  background: #f1f1f1; /* Change this to your desired background color */
}

/* Customize the scrollbar handle (thumb) */
.about-content-fixed::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1019607843); /* Change this to your desired color */
  border-radius: 10px; /* Optional: Make the scrollbar rounded */
  border: 2px solid #fff; /* Optional: Add a border to the scrollbar thumb */
}

/* Hover effect for the scrollbar thumb */
.about-content-fixed::-webkit-scrollbar-thumb:hover {
  background-color: #f6f4f4; /* Darker color when hovering */
}

.about-content-fixed {
  scrollbar-width: thin; /* You can set this to thin, auto, or none */
  scrollbar-color: #004274 #f1f1f1; /* The first color is the thumb, the second is the track */
}

.about-home-button-set {
  margin-left: 68px;
}

.abouts-pages-card-sections {
  max-height: 130px;
  overflow-y: auto;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
}

.abouts-pages-card-sections {
  border-radius: 20px;
  scrollbar-width: thin; /* You can set this to thin, auto, or none */
  scrollbar-color: #004274 transparent; /* The first color is the thumb, the second is the track */
}

.about-tittle-set-fix {
  padding: 0 25px;
}

.abouts-pages-card-sections::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

.abouts-pages-card-sections::-webkit-scrollbar-thumb {
  background: red;
}

.abouts-pages-card-sections-first {
  height: 305px;
  border: 2px solid #f6f4f4;
  padding: 30px 5px;
  border-radius: 5px;
}

.abouts-pages-card-sections-first img {
  padding: 0px 28px;
}

.about-card-section-images-fix img {
  height: 57px;
  object-fit: contain;
}

.about-page-card-set {
  margin-bottom: 28px;
}

.hover-type a:hover {
  background-color: #b3183f;
}

/*================= About us page End=================*/
/*================= Services page Start=================*/
.home1-section-heading1 {
  font-family: "Lato", sans-serif;
  text-align: center;
  padding-bottom: 12px;
  color: #004274;
}

.home1-section-heading2 {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 600;
}

.inner-home-page-our-team {
  text-align: justify;
}

.services-main-wrapper {
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: #ebf5f5;
}
.services-main-wrapper .sb-service-section {
  margin-bottom: 55px;
}
.services-main-wrapper .sb-service-section p {
  font-family: "Lato", sans-serif;
  padding-top: 10px;
}
.services-main-wrapper .sb-service-section .slider-service-section .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.services-main-wrapper .sb-service-section .slider-service-section .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}
.services-main-wrapper .sb-service-section .slider-service-section .owl-carousel .owl-nav button:hover {
  background-color: #004274;
  color: #fff;
}
.services-main-wrapper .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-prev {
  left: -65px;
  position: absolute;
}
.services-main-wrapper .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-next {
  right: -65px;
  position: absolute;
}

.services-main-wrapper_1 {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #ebf5f5;
}
.services-main-wrapper_1 .sb-service-section p {
  font-size: 1.375rem;
  text-align: center;
  padding-top: 10px;
}
.services-main-wrapper_1 .sb-service-section .slider-service-section .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.services-main-wrapper_1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}
.services-main-wrapper_1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button:hover {
  background-color: #004274;
  color: #fff;
}
.services-main-wrapper_1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-prev {
  left: -65px;
  position: absolute;
}
.services-main-wrapper_1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-next {
  right: -65px;
  position: absolute;
}

.services-main-wrapper1 {
  padding-bottom: 10px;
  background-color: #ebf5f5;
}
.services-main-wrapper1 .sb-service-section p {
  font-size: 1.375rem;
  text-align: center;
  padding-top: 10px;
}
.services-main-wrapper1 .sb-service-section .slider-service-section .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.services-main-wrapper1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}
.services-main-wrapper1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button:hover {
  background-color: #004274;
  color: #fff;
}
.services-main-wrapper1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-prev {
  left: -65px;
  position: absolute;
}
.services-main-wrapper1 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-next {
  right: -65px;
  position: absolute;
}

.services-main-wrapper2 {
  padding-bottom: 30px;
  background-color: #ebf5f5;
}
.services-main-wrapper2 .sb-service-section p {
  text-align: center;
  padding-top: 10px;
}
.services-main-wrapper2 .sb-service-section .slider-service-section .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.services-main-wrapper2 .sb-service-section .slider-service-section .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}
.services-main-wrapper2 .sb-service-section .slider-service-section .owl-carousel .owl-nav button:hover {
  background-color: #004274;
  color: #fff;
}
.services-main-wrapper2 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-prev {
  left: -65px;
  position: absolute;
}
.services-main-wrapper2 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-next {
  right: -65px;
  position: absolute;
}

.services-main-wrapper3 {
  padding-bottom: 50px;
  background-color: #ebf5f5;
}
.services-main-wrapper3 .sb-service-section p {
  text-align: center;
  padding-top: 10px;
}
.services-main-wrapper3 .sb-service-section .slider-service-section .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.services-main-wrapper3 .sb-service-section .slider-service-section .owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}
.services-main-wrapper3 .sb-service-section .slider-service-section .owl-carousel .owl-nav button:hover {
  background-color: #004274;
  color: #fff;
}
.services-main-wrapper3 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-prev {
  left: -65px;
  position: absolute;
}
.services-main-wrapper3 .sb-service-section .slider-service-section .owl-carousel .owl-nav button.owl-next {
  right: -65px;
  position: absolute;
}

.slider-box {
  height: 90%;
  text-align: center;
  padding: 40px 30px;
  position: relative;
  margin-top: 20px;
  border-radius: 7px;
  color: #fff;
  background-color: #fff !important;
}
.slider-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
  background-color: #004274;
}
.slider-box .icon {
  position: absolute;
  width: 41px;
  height: 41px;
  line-height: 41px;
  top: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  transition: all 0.5s;
  background-color: #f6f4f4;
  color: #004274;
}
.slider-box svg {
  width: 55px;
}
.slider-box h5 {
  padding-bottom: 10px;
  padding-top: 40px;
  font-size: 1.3rem;
}
.slider-box:hover .icon {
  background-color: #004274;
  color: #fff;
}

.slider-box img {
  margin: 0 auto;
  height: 55px;
  width: 55px;
  object-fit: cover;
}

.slider-box a {
  margin: 0px auto;
}

.services-details-pragraph-cut {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services-details-heading-cut {
  font-size: 1.375rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.7em;
  line-height: 1.3em;
}

.services-set-icons {
  color: #004274;
  font-size: 60px;
}

.services-card-section-color {
  background: linear-gradient(to top, #ffb199, #fff 100%);
}

.blog-content-sections {
  padding: 180px 20px;
}

.service-slider-wrappe-three .owl-carousel {
  position: relative;
}

.service-slider-wrappe-three .owl-item {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 30px;
}

.slider-content3 .icon img {
  height: 60px;
  width: 30px;
  object-fit: contain;
  position: absolute;
  width: 60px;
  top: 45px;
  right: 25px;
}

.slider-content3 .icon .services-set {
  font-size: 50px;
  color: #004274;
  position: absolute;
  width: 75px;
  top: 45px;
  left: 25px;
  margin-bottom: 20px;
}

.slider-content3 .icon {
  margin-bottom: 30px;
}

.owl-item .slider-content4 p {
  width: 100%;
}

.service-slider-wrappe-three .owl-item .item {
  display: flex;
  height: 63%;
}

.silder-content-fix p {
  text-align: justify;
}

.services-page-delhi-women-clinic {
  padding-bottom: 40px;
}

.sb-service-section .slider-service-section .owl-item {
  border: 2px solid #9debd2;
  border-radius: 5px;
}

.slider-content3 {
  margin-top: 30px;
  padding: 30px;
  border: 2px solid rgba(21, 60, 51, 0.1019607843);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
}

.slider-content3:hover {
  box-shadow: 5px 5px 0px #0c76a9;
  transition: all 0.5s ease-in-out;
}

.slider-content3 img {
  width: 300px;
  height: 200px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/*================= Services page End=================*/
/*================= blogs page Start=================*/
.blog-background-img {
  background-image: url("../images/blog-banner.png") !important;
}

.services-backround-images .sb-contact-section {
  max-width: 380px;
  display: block;
}

.blog-page-main-container .blog-right-sidebar .form-section {
  margin-top: 33px;
}
.blog-page-main-container .blog-right-sidebar section {
  padding: 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blog-page-main-container .blog-right-sidebar section .input-group input {
  height: 50px;
}
.blog-page-main-container .blog-right-sidebar section .input-group span {
  height: 100%;
  padding: 15px 25px;
  background: #004274;
  border: none;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
}
.blog-page-main-container .blog-right-sidebar section .post-main-container {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.blog-page-main-container .blog-right-sidebar section .post-main-container .post-container .h6 {
  font-size: 1rem;
}
.blog-page-main-container .blog-right-sidebar section .post-main-container .post-container p {
  margin-top: 7px;
  font-size: 0.875rem;
}
.blog-page-main-container .blog-right-sidebar section .post-main-container.hr-line {
  position: relative;
}
.blog-page-main-container .blog-right-sidebar section .post-main-container.hr-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  border-top: 1px solid #d4d4d4;
}
.blog-page-main-container .blog-right-sidebar section .categories li {
  line-height: 35px;
}
.blog-page-main-container .blog-right-sidebar section .categories li span {
  color: #004274;
  margin-right: 15px;
}
.blog-page-main-container .blog-right-sidebar section .insta-post {
  column-count: 4;
  column-gap: 7px;
  width: 100%;
}
.blog-page-main-container .blog-right-sidebar section .insta-post li {
  width: 100%;
  margin-bottom: 7px;
}
.blog-page-main-container .blog-right-sidebar section .insta-post li img {
  width: 100%;
}
.blog-page-main-container .blog-right-sidebar section .tags {
  flex-wrap: wrap;
  display: flex;
  column-gap: 10px;
}
.blog-page-main-container .blog-right-sidebar section .tags li a {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 8px 14px;
  text-align: center;
  display: inline-block;
  border-radius: 7px;
  transition: all 0.5s;
}
.blog-page-main-container .blog-right-sidebar section .tags li:hover a {
  background-color: #004274;
  color: #fff;
}
.blog-page-main-container .blog-single-main-page .blog-box .img-icon p {
  left: 30px;
}
.blog-page-main-container .blog-single-main-page .blog-box .img-icon .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.blog-page-main-container .blog-single-main-page .blog-box .img-icon .owl-theme .owl-dots .owl-dot span {
  transition: all 0.5s;
  background-color: #004274;
  opacity: 0.4;
}
.blog-page-main-container .blog-single-main-page .blog-box .img-icon .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #004274;
  width: 32px;
  opacity: 1;
}
.blog-page-main-container .blog-single-main-page .blog-box .img-icon .owl-theme .owl-dots .owl-dot.active span {
  background-color: #004274;
  width: 32px;
  opacity: 1;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content {
  padding: 30px;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .quote-sec {
  padding: 25px;
  background: #004274;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .quote-sec p {
  color: #fff;
  text-align: center;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .quote-sec h6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 20px 0;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .quote-sec img {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d4d4d4;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .fa-tag {
  color: #004274;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .tag-buttons {
  padding: 0px;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .tag-buttons li {
  padding-right: 0;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .tag-buttons li a {
  font-family: "Lato", sans-serif;
  background: #fff;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 5px;
  transition: all 0.5s;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .tag-buttons li a:hover {
  background-color: #004274;
  color: #fff;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .social ul {
  border-bottom: none;
  padding: 0;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .social ul li {
  padding: 0 !important;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .social ul li a i {
  color: #222222;
}
.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media .social ul li a:hover i {
  color: #fff;
}
.blog-page-main-container .blog-single-main-page .blog-box .admin-main {
  background-color: #ebf5f5;
  margin-top: 30px;
  padding: 30px;
  border-radius: 7px;
  display: flex;
  justify-content: start;
  align-items: start;
}
.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about {
  margin-left: 20px;
  padding-top: 15px;
}
.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about .h6 {
  font-size: 1.5rem;
}
.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about .h6 span {
  color: #004274;
}
.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about .h6:hover {
  color: #222222;
}
.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about p {
  margin-top: 15px;
}
.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about .more-btn {
  color: #fff;
  background: #004274;
  padding: 0px 8px;
  margin-left: 15px;
  border-radius: 5px;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  font-size: 0.625rem;
  vertical-align: super;
}

nav.page-navigation {
  margin-top: 10px;
}
nav.page-navigation ul li.page-item {
  margin-right: 20px;
}
nav.page-navigation ul li.page-item:first-child .page-link {
  border-radius: 50px;
  background-color: #f6f4f4;
  transition: all 0.5s;
}
nav.page-navigation ul li.page-item:first-child .page-link:hover {
  background-color: #004274;
  color: #fff;
}
nav.page-navigation ul li.page-item:last-child .page-link {
  border-radius: 50px;
  background-color: #f6f4f4;
  transition: all 0.5s;
}
nav.page-navigation ul li.page-item:last-child .page-link:hover {
  background-color: #004274;
  color: #fff;
}
nav.page-navigation ul li.page-item a.page-link {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 50px;
  background-color: #ebf5f6;
  color: #004274;
  transition: all 0.5s;
}
nav.page-navigation ul li.page-item a.page-link:hover {
  background-color: #004274;
  color: #fff;
}
nav.page-navigation ul li.page-item a.page-link:active {
  background-color: #004274;
  color: #fff;
}
nav.page-navigation ul li.page-item a.page-link:focus {
  box-shadow: none;
}

iframe {
  width: 100%;
}

.text-truncate-2-lines {
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-page-blog-section-fix {
  background-color: #fff !important;
}

.blog-page-set {
  margin-top: 32px;
}

.blog-page-fix {
  margin-top: 18px;
}

.blog-page-optional-card {
  height: 545px;
}

.blog-page-section-fix .blog-page-fix {
  display: flex !important;
}

/*================= blogs page End=================*/
/*================= gallery page Start=================*/
.mfp-figure figure {
  width: 348px;
  object-fit: contain;
  height: 248px;
  border-radius: 0.375rem;
  background-color: #f1f1f1;
}
.mfp-figure figure .mfp-img {
  width: 348px;
  max-height: 248px !important;
}

.gallery-set-schedule {
  margin-right: 12px !important;
}

.gallery-page-optional-card {
  border-radius: 0.375rem;
  padding: 25px;
  background: linear-gradient(to top, rgb(255, 177, 153), rgb(235, 245, 245) 100%);
}
.gallery-page-optional-card .icon i {
  display: flex;
  justify-content: center;
}
.gallery-page-optional-card .icon h5 {
  padding-top: 20px;
  text-align: center;
}
.gallery-page-optional-card .icon p {
  text-align: center;
}

.videos-set-portfoliyo {
  height: 266px;
  border-radius: 0.375rem;
  background-color: #f1f1f1;
}

.gallery-page-optional-section-2 {
  margin-top: 32px !important;
}

.gallery-page-set-appoinment {
  margin-right: 13px;
}

.images-set-portfoliyo {
  width: 348px;
  height: 248px;
  border-radius: 0.375rem;
  background-color: #f1f1f1;
}

.gallery-page-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-box-section .tab-pane .videos iframe {
  height: 266px;
  border-radius: 0.375rem;
}

.gallery-page-videos-section {
  display: flex;
}

.gallery-page-videos-section {
  display: flex;
}

.gallery-main-wrapper {
  position: unset;
  background-image: unset;
  padding: 50px 0px 0px 0px !important;
}
.gallery-main-wrapper .text-color {
  color: #fff;
}
.gallery-main-wrapper .text-color:after {
  background: #fff;
}

.gallery-main-page .overlay-color {
  background-color: #004274 !important;
}

.vidoes-section-height-fix {
  height: 256px;
}

.gallery-box-section .portfolio_img_wrapper {
  display: flex;
  text-align: center;
}
.gallery-box-section .portfolio_img_wrapper .portfolio_img {
  height: 268px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  transition: filter 0.5s linear;
}
.gallery-box-section .portfolio_img_wrapper .portfolio_img .gallery-images-height-fix {
  padding: 0.25rem;
  background-color: #f1f1f1;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  max-width: 100%;
  max-height: 100%;
}
.gallery-box-section .portfolio_img_wrapper .portfolio_img .img-responsive {
  width: 100%;
}
.gallery-box-section .portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
  background: rgba(2, 57, 105, 0.7490196078) none repeat scroll 0 0;
  height: calc(100% - 40px);
  left: 20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: translateX(-15px) translateY(-15px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: calc(100% - 40px);
  transition: 0.2s ease;
  transition: all 0.5s;
}
.gallery-box-section .portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.gallery-box-section .portfolio_img_wrapper:hover .portfolio_img_overlay {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}
.gallery-box-section .portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
  visibility: visible;
  opacity: 1;
}

.mfp-arrow-left {
  background-color: #004274;
  color: #fff;
}

.mfp-content .mfp-figure .mfp-close {
  position: absolute;
  top: -15%;
  left: 2%;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  text-shadow: 0 0 0 #fff !important;
}
.mfp-content .mfp-figure .mfp-close:hover {
  color: #004274;
}
.mfp-content .mfp-figure .mfp-img {
  border: 3px solid #fff;
  border-radius: 3px;
}
.mfp-content .mfp-figure img.mfp-img {
  padding: 0px;
}
.mfp-content .mfp-figure .mfp-title {
  display: none;
}
.mfp-content .mfp-figure .mfp-counter {
  display: none;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  opacity: 1;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  color: #004274;
  opacity: 1;
}

.gallery-box-section .nav-pills .nav-item .nav-link {
  color: #333;
  font-size: 22px;
  width: 100%;
  border-radius: 0;
  border-bottom: 4px solid transparent;
}

.gallery-box-section .nav-pills {
  border-bottom: 2px solid #efefef;
}

.gallery-box-section .nav-pills .nav-item {
  text-align: center;
}

.gallery-box-section .nav-pills .nav-item .nav-link:hover {
  color: #333 !important;
  background-color: rgba(174, 229, 237, 0.3411764706);
}

.gallery-box-section .nav-pills .nav-item .nav-link.active {
  color: #333;
  border-bottom: 4px solid #004274;
  background: transparent;
}

/*================= gallery page end=================*/
/*=================  error page page Start=================*/
.Error-page-main-wrapper {
  width: 100%;
  padding-top: 200px;
  background-image: url("../images/bg-404.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb-error-content {
  text-align: center;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}

.sb-error-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.sb-error-content p {
  font-size: 1.125rem;
  color: #fff;
  margin-top: 15px;
}

.button-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #004274;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/*=================  error page page End=================*/


/*=================  faq page page End =================*/
/*=================  privacy policy page page start =================*/
.privacy-policy-section {
  margin-top: 50px;
}

.section-title {
  margin-bottom: 10px;
  color: black;
  font-weight: 500;
  font-size: 1.5rem !important;
}

.privacy-policy-page-set {
  margin-bottom: 50px;
}

/*=================  privacy policy page page end =================*/
/*=================  Terms and conditions page page Start =================*/
.terms-and-condition {
  margin-bottom: 50px !important;
}

.term-condition-section {
  padding-top: 35px;
}

.term-condition-heading {
  font-size: 1.25rem !important;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 6px;
}

.paragraphp-number-head {
  padding-left: 30px;
}

.paragraphp-number-set {
  display: inline-block !important;
  margin-left: -28px !important;
  background: transparent;
  /* padding-left: 10px; */
}

.section-title-2 {
  color: black;
}

/*=================  Terms and conditions page page end =================*/
/*=================  Book and Appoinment page page start =================*/
.profile-image {
  border: 4px solid #00a36c;
  width: 120px;
  height: 120px;
}

.status-dot {
  width: 10px;
  height: 10px;
  background-color: green;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

.google-logo {
  width: 20px;
  margin-right: 5px;
}

.stars {
  color: gold;
}

.consultation-option {
  border: 2px solid #ffbf00;
  background-color: #ffeb3b;
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.consultation-option:hover {
  color: #fff;
  border: 2px solid #00a36c;
  background-color: #00a36c;
}

.consultation-option i {
  font-size: 1.5rem;
}

.booking-section {
  border: 2px solid #ffbf00;
  background-color: #fffde7;
  border-radius: 10px;
}

.in-clinic {
  background-color: #ffeb3b;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.change-location,
.more-locations {
  color: #1e7e34;
}

.change-location:hover,
.more-locations:hover {
  text-decoration: underline;
}

.rating-text {
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}

.booking-sec-3 {
  font-size: 0.75rem;
}

.already-booked p {
  color: #00d100 !important;
  font-weight: 700;
}

.already-booked p a {
  color: #00d100;
  font-weight: 700;
}

.view-profiles {
  border: 2px solid #ffbf00;
  color: #222222;
  background-color: #fffdd0;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
}

.view-profiles:hover {
  background-color: #00a36c;
  border-color: #0bf1a0 !important;
}

.status-dot-heading {
  text-align: center;
  height: 15px;
  width: 15px;
}

.clinic-consultation {
  margin-bottom: 10px;
  border-bottom: 2px solid #b8bbb5;
}

.clinic-consultation-icons-show {
  font-size: 1.375rem;
  border: 2px solid #ffbf00;
  background-color: #fffdd0;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.change-location-icons {
  align-items: center;
  margin-bottom: -15px;
}

.patient-location {
  font-size: 1.875rem;
  color: #00a36c;
}

.more-locations a {
  color: #00a36c;
  padding-right: 10px;
}

.hospital-opening-times {
  width: 95%;
  background-color: #f2f4f0;
}

.hospital-opening {
  background-color: #fffde7;
  border: 2px solid #ffbf00;
}

.hospital-opening-paragraph {
  color: black;
  font-size: 1rem;
}

.appointment-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.appointment-header img {
  margin-right: 10px;
}

.service-list input[type=text] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}

.list-group-item .price {
  font-weight: bold;
}

.btn-sm {
  font-size: 0.813rem;
}

.selected-services {
  background-color: #fff;
}

.total-price {
  font-weight: bold;
}

.total-section-set {
  background-color: #fffde7;
  padding: 10px;
}

.view-services {
  font-size: 1rem;
  padding: 10px 20px;
}

.search-treatment {
  border: 2px solid #b8bbb5;
  font-size: 1rem;
  padding: 10px 20px;
}

.patient-ill li {
  font-size: 1rem;
  padding-left: 30px;
}

.hospital-services li {
  background-color: #fffde7;
  border: 2px solid #ffbf00;
  font-size: 1rem;
  padding-right: 95px !important;
  padding-left: 30px;
}

.doctor-book-appointment {
  margin-bottom: 40px;
  border-bottom: 5px solid #00a36c;
}

.doctor-book-appointment-icons-show {
  margin-bottom: 10px;
  font-size: 1.438rem;
  color: #fff;
  background-color: #00a36c;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doctor-book-appointment-icons {
  align-items: center;
}

.choose-your-day {
  padding-top: 3px;
  height: 60px;
  width: 68px;
  border: 2px solid #c3bfbf;
  border-radius: 6px;
}

.choose-your-day-sun {
  color: #fff;
  background-color: #00a36c;
  border: 2px solid #00a36c;
  border-radius: 6px;
}

.available-slots {
  color: #07a507;
}

.choose-your-time {
  padding-top: 7px;
  height: 40px;
  width: 130px;
  border: 2px solid #c3bfbf;
  border-radius: 6px;
}

.patient-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #26d43d; /* Border color */
  border-radius: 50%; /* Makes the checkbox circular */
  outline: none;
  cursor: pointer;
  position: relative;
}

.patient-checkbox input[type=checkbox]:checked {
  background-color: #26d43d; /* Background color when checked */
  border-color: #26d43d;
}

.patient-checkbox input[type=checkbox]::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent; /* No background when unchecked */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.patient-checkbox input[type=checkbox]:checked::before {
  background-color: #26d43d; /* Background color when checked */
}

.patient-checkbox input[type=checkbox]:checked::after {
  content: "✓"; /* Unicode for checkmark */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /* Checkmark color */
  font-size: 1.25rem; /* Size of the checkmark */
  font-weight: bold;
}

.enter-details-one {
  margin-top: 17px;
}

.enter-details-second {
  font-size: 17px;
}

.enter-details-form {
  padding: 6px;
  padding-left: 15px;
  border: 2px solid #c3bfbf;
  border-radius: 5px;
}

.enter-details-form::placeholder {
  color: black;
}

.request-button {
  background-color: #00a36c;
  font-size: 1.125rem;
  padding: 10px 30px;
  border: 2px solid #26d43d;
  border-radius: 30px;
  font-weight: 700;
}

.request-button a {
  color: #fff;
}

.request-button:hover {
  border: 2px solid #004274;
  background-color: #004274;
}

.agree-checkbox a {
  color: #00a36c !important;
}

.upload-more {
  color: #00a36c;
  text-decoration: underline;
  font-size: 0.875rem;
  cursor: pointer;
}

.total-section-set {
  border-top: none !important;
  border: 2px solid #ffbf00;
  border-radius: 6px;
  padding-right: 95px !important;
  padding-left: 30px;
}

.sgst-section {
  border: 2px solid #ffbf00;
}

.total-price {
  color: #00a36c;
}

.faq-icons-show {
  margin-bottom: 10px;
  font-size: 1.438rem;
  color: black;
  border: 2px solid #ffbf00;
  background-color: #fffdd0;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq-about-dr-shweta-mishra {
  border-bottom: 2px solid #b9bbb8;
  margin-bottom: 25px;
}

.faq-about-background-color {
  padding: 30px;
  background-color: #e5e9e2;
  margin-bottom: 30px;
}

.date-img {
  padding-top: 22px;
}

.hospital-services-bottom {
  border-bottom: 1px solid #ffbf00;
}

.hospital-opening-times-date {
  padding: 15px;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  font-size: 0.938rem;
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: black;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 30px 0 25px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag:hover {
  background-color: #004274;
  color: #fff;
}

.tag:hover::after {
  border-left-color: #004274;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  right: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

/*=================  Book and Appoinment page page start =================*/
/*================= Blog-details page page start =================*/
.blog-details-tags-set {
  width: 50px;
}

.comment-section .comment-border {
  margin-bottom: 60px;
  position: relative;
}

.blog-details-sidebar-set {
  position: sticky;
  top: 0%;
}

.comment-section {
  padding: 30px 0;
}

.comment-section h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-page-main-container .blog-single-main-page .blog-box .admin-main {
  background-color: #ebf5f5;
  margin-top: 30px;
  padding: 30px;
  border-radius: 7px;
  display: flex;
  justify-content: start;
  align-items: start;
}

.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about .h6 {
  font-size: 24px;
}

.blog-page-main-container .blog-single-main-page .blog-box .admin-main .admin-about p {
  margin-top: 15px;
}

.blog-page-main-container .blog-single-main-page .blog-box .blog-content {
  padding: 30px;
}

.blog-content ul {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 15px;
}

.blog-content p {
  margin-top: 20px;
}

.blog-page-main-container .blog-single-main-page .blog-box .blog-content {
  padding: 30px;
  background-color: #ebf5f5;
}

.blog-page-main-container .blog-single-main-page .blog-box .blog-content .quote-sec {
  padding: 25px;
  background: #004274;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}

.blog-content p {
  margin-top: 20px;
}

.blog-page-main-container .blog-single-main-page .blog-box .blog-content .tag-with-media {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d4d4d4;
}

.services-card-section-set-heading {
  display: flex;
  flex-direction: column;
  height: auto;
}

.blog-details-page-set {
  border-radius: 0;
}

.blog-details-page-fix-first {
  margin-top: 18px;
}

.blog-details-page-fix_1 {
  margin-top: 32px;
}

.blog-details-page-fix {
  position: sticky;
  top: 0%;
}
.blog-details-page-fix .blog-box {
  border: none !important;
  margin-top: 0;
}

.blog-box .img-icon-set {
  height: 425px;
}

.blog-box .img-icon-set img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: #f6f4f4;
}

/*================= Blog-details page page end =================*/
/*1.1 Service-details
.......................................*/
.service-main-page-wrapper .mt-25 {
  margin-top: 30px;
}

.service-main-page-wrapper .mb-25 {
  margin-bottom: 25px;
}

.service-main-page-wrapper .slider-change-icon {
  display: flex;
  column-count: 4;
  column-gap: 15px;
}

.service-main-page-wrapper .slider-change-icon button {
  padding: 0;
  width: 100%;
  border: none;
  margin-top: 10px;
}

.service-main-page-wrapper .slider-change-icon img {
  border-radius: 7px;
  width: 100%;
}

.service-main-page-wrapper .service-content {
  padding: 30px;
  background: #ebf5f5;
  border-radius: 5px;
}

.service-main-page-wrapper .service-content h6 {
  font-size: 22px;
}

.service-main-page-wrapper .booking-main-sec .form-section h5 {
  font-size: 22px;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img {
  display: flex;
  column-count: 4;
  column-gap: 15px;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li {
  width: 100%;
  position: relative;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li label {
  width: 100%;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li label a {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li label img {
  width: 100%;
  border-radius: 7px;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li input {
  position: absolute;
  right: 0;
  top: 0;
}

.service-main-page-wrapper .booking-main-sec section {
  margin-bottom: 60px;
  position: relative;
}

.service-main-page-wrapper .booking-main-sec section:before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #aaa;
  left: 0;
  bottom: -30px;
}

.service-main-page-wrapper .booking-main-sec .booking-info {
  display: flex;
  column-count: 4;
  column-gap: 70px;
  position: relative;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul {
  width: 100%;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul li {
  line-height: 35px;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul .highlight {
  color: #111;
  font-weight: 600;
  padding-top: 40px;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul .highlight.color {
  color: #004274;
}

.service-main-page-wrapper .booking-main-sec .booking-info.r-border:before {
  content: "";
  position: absolute;
  right: 35px;
  top: 0;
  width: 100%;
  border-right: 1px solid #d4d4d4;
  height: 100%;
}

.service-main-page-wrapper .booking-main-sec .booking-info.r-border:after {
  content: "";
  position: absolute;
  left: 0;
  /* top: 0; */
  width: 71%;
  border-bottom: 1px solid #d4d4d4;
  height: 100%;
  bottom: 40px;
}

.service-main-page-wrapper .booking-main-sec .form-group {
  display: block;
  margin-bottom: 15px;
}

.service-main-page-wrapper .booking-main-sec .form-group label {
  position: relative;
  cursor: pointer;
}

.service-main-page-wrapper .booking-main-sec .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #e8e7ec;
  border: 2px solid #e8e7ec;
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: 10px;
  right: 5px;
  border-radius: 50px;
}

.service-main-page-wrapper .booking-main-sec .form-group input:checked label:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 19px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.service-main-page-wrapper .booking-main-sec .form-group input:checked + label:before {
  background-color: #004274;
  border: 2px solid #004274;
}

.service-main-page-wrapper .servie-left-sidebar .slider-sec .carousel-inner .carousel-item img {
  border-radius: 8px;
}

.right-section2 ul {
  padding: 15px;
}

.right-section2 ul li {
  line-height: 30px;
}

.right-section2 .accordion {
  padding: 20px;
}

.right-section2 .accordion .accordion-item {
  border: none;
  background-color: #ebf5f5;
}

.right-section2 .accordion .accordion-item .accordion-header {
  margin-bottom: 1px;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  background-color: #ebf5f5;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-bottom: 1px solid #d4d4d4;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button:before {
  display: block;
  position: absolute;
  content: "";
  top: 24px;
  right: 16px;
  width: 11px;
  height: 1px;
  background: #004274;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button:after {
  display: block;
  position: absolute;
  content: "";
  flex-shrink: 0;
  top: 19px;
  right: 21px;
  width: 1px;
  height: 11px;
  background: #004274;
  background-image: none;
  transition: 0.2s ease all;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
  transform: none;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #004274;
  box-shadow: none;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.right-section2 .accordion .accordion-item .accordion-body ul li {
  position: relative;
}

.right-section2 .accordion .accordion-item .accordion-body ul li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #4d4d4e;
  border-radius: 50px;
  transform: translateY(-50%);
}

.social a {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #444;
  margin-right: 10px;
  margin-top: 10px;
  transition: all 0.5s;
}

.social a .icon-color {
  color: #444;
  transition: all 0.5s;
  padding: 0 !important;
}

.social a:hover {
  background-color: #004274;
  border-color: #004274;
}

.social a:hover .icon-color {
  color: #fff;
}

.comment-section {
  padding: 30px 0;
}

.comment-section h5 {
  font-size: 22px;
  margin-bottom: 10px;
}

.comment-section h5 span {
  color: #004274;
  font-style: italic;
  font-size: 1.25rem;
  padding-left: 10px;
}

.comment-section h5 span a {
  color: #004274;
  text-decoration: underline;
}

.comment-section .comment-border {
  margin-bottom: 60px;
  position: relative;
}

.comment-section .comment-border:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  left: 0;
  bottom: -30px;
}

.list-group-item {
  width: 100%;
  padding: 5px 20px;
  background-color: #fff;
  margin: 3px;
}

.list-group-item i::before {
  color: #004274;
}

.services-tags li {
  margin-bottom: 10px;
}

.services-tags li a {
  margin: 4px;
  padding: 9px 20px;
  background-color: #fff;
}

.details-services-pages-set {
  padding-top: 50px;
  padding-bottom: 50px;
}

.services-details-page-fix-icon {
  text-align: center;
  padding: 16px 0 !important;
  border-radius: 50% !important;
  background-color: #004274;
  color: #fff;
}

.services-details-page-fix-icon i {
  height: 30px;
  width: 30px;
}

.services-details-page-fix {
  font-size: 1.125rem;
  color: #000;
}

.bg-about-details-section {
  background-color: #ebf5f5;
}

.service-details-page-book-now {
  color: #004274;
  text-decoration: none;
}

.service-details-page-book-now:hover {
  color: #004274;
  text-decoration: underline;
}

.services-page-details-carasoul {
  width: 736px;
  height: 437px;
}

.services-page-details-carasoul img {
  height: 100%;
  width: 100%;
  background-color: #9debd2;
  object-fit: contain;
  object-position: center;
}

.services-page-right-section-fixed {
  position: sticky;
  top: 29%;
}

.servie-left-sidebar {
  position: sticky;
  top: 0%;
}

.dwc-services-details div i {
  padding-top: 2px;
}
.dwc-services-details div:hover {
  color: #9debd2;
}
.dwc-services-details div span {
  line-height: 23px;
}
.dwc-services-details div:hover {
  color: #9debd2;
}

.main-body {
  min-height: calc(50vh - 100px) !important;
}

/* From Uiverse.io by akshayjalluri6 */
.shareArticle {
  display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.footer-share-article {
  flex-flow: row !important;
}

.shareSocial {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 767px) {
  .shareSocial {
    flex-flow: column;
  }
}
.shareSocial .socialTitle {
  font-size: 20px;
}
@media (max-width: 767px) {
  .shareSocial .socialTitle {
    margin-bottom: 15px;
    text-align: center;
  }
}
.shareSocial .socialList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  flex-flow: row wrap;
}
.shareSocial .socialList li {
  margin: 0 5px;
}
.shareSocial .socialList li:first-child {
  padding-left: 0;
}
.shareSocial .socialList li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-decoration: none;
  color: #fff;
  transition: 0.35s;
}
.shareSocial .socialList li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: scale(1) translate(-50%, -50%);
  transition: 0.35s;
}
.shareSocial .socialList li a:hover i {
  transform: scale(1.5) translate(-50%, -50%);
}
.shareSocial .socialList li:nth-child(1) a {
  background-color: #135cb6;
}
.shareSocial .socialList li:nth-child(2) a {
  background-color: #00aced;
}
.shareSocial .socialList li:nth-child(3) a {
  background-color: #BD081C;
}
.shareSocial .socialList li:nth-child(4) a {
  background-color: #111111;
}
.shareSocial .socialList li:nth-child(5) a {
  background-color: #1FB381;
}

.shareLink .permalink {
  position: relative;
  border-radius: 30px;
}
.shareLink .permalink .textLink {
  text-align: center;
  padding: 12px 40px 12px 30px;
  height: 40px;
  width: 450px;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 25px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  outline: 0;
  appearance: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .shareLink .permalink .textLink {
    width: 100%;
  }
}
.shareLink .permalink .textLink::selection {
  color: #fff;
  background-color: #ff0a4b;
}
.shareLink .permalink .copyLink {
  position: absolute;
  top: 50%;
  right: 25px;
  cursor: pointer;
  transform: translateY(-50%);
}
.shareLink .permalink .copyLink:hover:after {
  opacity: 0;
  transform: translateY(0) translateX(-50%);
}
.shareLink .permalink .copyLink:after {
  content: attr(tooltip);
  width: 140px;
  bottom: -40px;
  left: 50%;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  color: #ffffff;
  transform: translateY(-10px) translateX(-50%);
  transition: all 300ms ease;
  text-align: center;
}
.shareLink .permalink .copyLink i {
  font-size: 20px;
  color: #ff0a4b;
}

.socialList li a i {
  color: #fff;
}

.socialList li a i:hover {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
.navbar .dropdown-menu {

    top: 35px !important;
}
.dropdown:hover{
    transition: all 9s;
}



 .catagories-color-fix .mega-menu-left-fixed a{
    font-size: 14px;
 }
 .catagories-color-fixed{
    font-size: 14px !important;
 }


 .nav-item.dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    transition-delay: 0.2s;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.sb-banner-section h2 span {
    background: #f58230 !important;
}

.carousel-control-prev:hover {
    border: 1px solid #f58230;
    background-color: #f58230;
}

.carousel-control-next:hover {
    border: 1px solid #f58230;
    background-color: #f58230;
}

.footer-main-wrapper .links ul li a:hover {
    color: #f58230 !important;
}
.contact-section .btn-send {
    background-color: #f58230;
    border-color: #f58230;
    color: #fff;
}
.contact-section .contact-icons-fixed-address {

    color: #f58230;

}
.contact-section .contact-icons-fixed {

    color: #f58230;
}

.cliniqsoft-footer-set {
   
    color: #f58230 !important;
}


