/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --color-default: #3b3b3b;
  --color-secondary: #e33451;
  --color-primary: #044f69;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

@font-face {
  font-family: "Roxborough CF";
  src: url("../web-font/OTF/RoxboroughCF-Bold.otf");
  src: url("../web-font/OTF/RoxboroughCF-DemiBold.otf");
  src: url("../web-font/OTF/RoxboroughCF-ExtraBold.otf");
  src: url("../web-font/OTF/RoxboroughCF-Heavy.otf");
  src: url("../web-font/OTF/RoxboroughCF-Light.otf");
  src: url("../web-font/OTF/RoxboroughCF-Medium.otf");
  src: url("../web-font/OTF/RoxboroughCF-Regular.otf");
  src: url("../web-font/OTF/RoxboroughCF-Thin.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fixed-header .header-one {
  position: fixed;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 100ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 100ms;
  -moz-animation-timing-function: ease;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 100ms;
  -ms-animation-timing-function: ease;
  animation-name: slideInDown;
  animation-duration: 100ms;
  animation-timing-function: ease;
  background-color: #fff;
  box-shadow: 0px 0px 10px;
  height: 105px;
  width: 100%;
}

.fixed-header .lower-box .logo {
  width: 238px;
  top: 10px;
}

.fixed-header .top-social {
  top: 16px;
}

.fixed-header .top-left {
  top: 18px;
}

.fixed-header .top-phn a {
  color: var(--color-primary);
  font-weight: 400;
  border: 1px solid;
}

.fixed-header .top-phn {
  top: 38px;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "IBM Plex Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-primary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

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

ol,
li {
  margin: 0;
  padding: 0;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top-wrap {
  position: relative;
  height: 78vh;
}

/***
====================================================================
	Desktop Menu
====================================================================
***/
.desktop-nav-toggler {
  margin-top: 30px;
  cursor: pointer;
}

.inner1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.inner1 img {
  width: 50px;
  filter: brightness(0) invert(1);
}

.inner1 span {
  font-size: 27px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

.main-menu-visible {
  overflow: hidden;
}

.main-menu-visible .main-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.menu-box-centered {
  position: absolute;
  /* display: flex;  */
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 65px;
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.header-one {
  position: relative;
}

.header-one .container {
  position: relative;
  max-width: 1200px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.fixed-header .lower-box .logo img {
  filter: brightness(1) invert(0);
}

.lower-box .logo {
  top: 12px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 270px;
}

.lower-box .logo img {
  filter: brightness(0) invert(1);
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0px;
  width: 308px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #555555;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
  backdrop-filter: blur(15px);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  /* right: 0; */
}

.mobile-menu .menu-box::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  top: 0px;
  opacity: 0.8;
  z-index: -1;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-primary);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 0px;
  /* background: #ffffff2e; */
  right: 0px;
  margin: auto;
  height: fit-content;
  color: #ffffff;
  font-size: 38px;
  line-height: 66px;
  width: 78px;
  border-radius: 50%;
  height: 78px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
  transition: all 0.7s ease;
  transform: translateX(100%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  z-index: 90;
  right: 0px;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li {
  border-top: 1px solid rgba(226, 226, 226, 0.1);
}

.mobile-menu .navigation li > ul > li > ul > li {
  border-top: 1px solid rgba(23, 23, 23, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: none;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 18px 23px;
  color: #ffffff;
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 18px;
  font-weight: 400;
  /* margin-left: 20px; */
  padding: 10px 16px;
  text-transform: capitalize;
  position: relative;
  color: #fff;
}

.mobile-menu .navigation li ul li > a:hover {
  background: var(--color-secondary);
  color: #fff;
}

.main-menu .navigation > li > ul .dropdown-btn {
  display: none;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 15px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-secondary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li > ul > li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul {
  display: none;
  background: #1b2a31;
  /* height: 280px; */
  /* overflow-y: auto; */
  position: absolute;
  z-index: 2;
  box-shadow: 0px 0px 16px #7271719e;
}

.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 55;
  box-shadow: 0px 0px 16px #ffffff9e;
  width: 225px;
}

.mobile-menu .navigation li > ul::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.mobile-menu .navigation li > ul::-webkit-scrollbar-track {
  background: #dbdbdb;
}

/* Handle */
.mobile-menu .navigation li > ul::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
.mobile-menu .navigation li > ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*
* 4. banner style
*/
.intro_video video {
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
  height: 90vh;
  background-color: #000;
}

.intro_video {
  position: relative;
  width: 100%;
  opacity: 0.7;
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: var(--color-secondary);
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--color-secondary);
}

.abt-sec {
  position: relative;
  padding-bottom: 200px;
  /* margin-bottom: 75px; */
}

.abt-sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/abt-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.abt-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #004c6a;
  top: 0;
  left: 0;
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.abt-blk {
  padding-top: 72px;
  margin-bottom: 10px;
}

.sec-head h3 {
  font-size: 100px;
  color: #fff;
  font-family: "Roxborough CF";
  font-weight: 100;
  opacity: 0.1;
  margin-bottom: -30px;
}

.why-head h2 {
  font-size: 82px;
  color: #fff;
  font-family: "Roxborough CF";
  font-weight: 100;
  opacity: 0.1;
  position: relative;
  margin-bottom: 27px;
}

.abt-sec-head h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  background: var(--color-secondary);
  padding: 3px 10px;
  position: relative;
}

.abt-sec-head h3::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 2px solid var(--color-secondary);
  top: -4px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

.abt-sec-head h2 {
  color: var(--color-default);
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roxborough CF";
  letter-spacing: 1px;
}
.abt-sec-head h1 {
  color: #fff;
  font-size: 63px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roxborough CF";
  letter-spacing: 1px;
}
.abt-sec-head h1 span {
  color: #fff;
  font-weight: 400;
  font-size: 23px;
  display: block;
  line-height: 28px;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.abt-matter {
  position: relative;
  margin-top: 20px;
}

.abt-matter p {
  line-height: 33px;
  font-size: 18px;
  color: #ececec;
  font-weight: 300;
  margin: 23px 58px 28px;
}

.abt-matter a {
  color: #ffffff;
  padding: 4px 16px;
  background: #ffffff33;
  text-transform: uppercase;
}

.chatbox {
  position: fixed;
  bottom: 108px;
  right: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 51%);
  display: none;
  z-index: 99999;
}

.chatbox-header {
  background: var(--color-primary);
  color: #fff;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
}

.chatbox-header h2 {
  line-height: 33px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
}

.chatbox-header .btn-danger {
  color: var(--color-primary);
  background-color: #fff;
  border-color: #fff;
}

.chatbox-footer .btn-success {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.chatbox-footer .btn-success:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.chatbox-footer .btn-success.focus,
.chatbox-footer .btn-success:focus {
  box-shadow: 0 0 0 0.2rem #6e341963;
}

.chatbox-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-image: url(../gallery/chat-bg.jpg);
  background-size: cover;
}

.close-btn {
  font-size: 34px;
  padding: 0px;
  line-height: 24px;
  width: 30px;
  height: 32px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}

.chatbox-footer .form-control {
  border-bottom: none;
  font-size: 15px;
}

.chatbox-footer .form-control::placeholder {
  color: var(--color-primary);
}

.chatbox-footer .form-control:focus {
  box-shadow: none;
  color: var(--color-primary);
}

.chatbox-footer {
  padding: 5px 10px;
  display: flex;
  gap: 5px;
}

#chatbox-open {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 0px;
  background: var(--color-primary);
  z-index: 5;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  box-shadow: 0px 15px 15px -10px #00000091;
  animation: BLINK 0.8s infinite;
}

@-webkit-keyframes BLINK {
  0%,
  50% {
    background-color: var(--color-primary);
  }

  51%,
  100% {
    background-color: var(--color-secondary);
  }
}

.btn img {
  width: 48px;
  filter: brightness(0) invert(1);
  position: relative;
  top: -5px;
}

#chat-messages {
  background: #ffffff;
  padding: 14px;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0px 0px 8px #00000059;
}

#chat-messages p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
}

.num-sec {
  position: relative;
  min-height: 100vh;
  margin-top: -178px;
  padding: 278px 0px 0px;
}

.num-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 900px;
}

.num-bg-left {
  position: absolute;
  left: 40px;
  width: 934px;
  top: 138px;
  z-index: -1;
  opacity: 0.03;
}

.counter {
  color: var(--color-default);
  background: #eff4f6;
  text-align: center;
  width: 200px;
  height: 210px;
  padding: 20px 15px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.counter:before,
.counter:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.counter:before {
  background-color: transparent;
  height: 130px;
  width: 130px;
  border: 5px solid #eff4f6;
  border-radius: 50%;
  box-shadow: none;
  transform: translateX(-50%);
  left: 50%;
  top: 15px;
  bottom: auto;
}

.counter .counter-value {
  color: #fff;
  background: var(--color-primary);
  font-size: 35px;
  font-weight: 500;
  line-height: 110px;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border: 5px solid #eff4f6;
  border-radius: 100%;
  display: block;
}

.counter h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 5px 4px;
  margin: 0;
  color: var(--color-default);
  border-radius: 20px;
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 28px;
  }
}

.mvv-sec {
  position: relative;
  margin-top: 25px;
}

.mvv-sec1 {
  position: relative;
  margin-top: 25px;
}

.mvv-sec .col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 100.666667%;
  max-width: 19.666667%;
}

.connect_section {
  position: relative;
  padding-bottom: 20px;
  margin-top: -40px;
  margin-bottom: 60px;
}

.connect_section .col-md-6 {
  padding: 10px;
}

.c-des {
  background: linear-gradient(to top, #044f69, #ffffff00);
  border-radius: 15px;
  min-height: 250px;
  padding: 40px;
  position: relative;
}

.c-des p {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding-bottom: 53px;
  font-size: 24px;
}

.c-des li {
  display: inline-block;
}

.c-des li a {
  padding: 8px;
  font-size: 28px;
  color: #fff;
  padding-left: 0;
  padding-right: 17px;
}

.c-des li a img {
  width: 25px;
}

.soc_block ul {
  position: absolute;
  bottom: -7px !important;
  padding-bottom: 20px;
}

.c-des p::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: var(--color-secondary);
  bottom: 43px;
  left: 0;
  border-radius: 10px;
}

.call_block li a {
  font-weight: 600;
}

.c-des ul {
  position: absolute;
  bottom: 0px;
  padding-bottom: 20px;
}

.call_block {
  position: relative;
}

.call_block::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/call.png);
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  z-index: -1;
  background-color: #fff;
}

.soc_block::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/soc.png);
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  z-index: -1;
  background-color: #fff;
}

.appointment_section {
  position: relative;
  padding: 94px 0;
}

.appointment_section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../gallery/apt-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.09;
}

.appointment_section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #004c6a;
  left: 0;
  top: 0;
  z-index: -2;
}

.appt-sec {
  z-index: 1;
}

.appointment-form {
  text-align: center;
  padding: 35px 0px;
  position: relative;
  border-radius: 32px;
  padding-bottom: 10px;
}

.appointment-form .form-control {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 10px 33px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.appointment-form h2 {
  color: #fff;
}

.appointment-form p {
  color: #fff;
}

.appointment-form .form-control:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff85;
  outline: 0;
  box-shadow: 0 0 10px #1c7a9a;
}

.appointment-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.appointment-form .form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.theme-btn {
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  padding: 4px 14px;
  border-radius: 10px;
  align-items: center;
  background-color: var(--color-secondary);
  display: flex;
  justify-content: center;
  margin: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.theme-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.form-group i {
  position: absolute;
  left: 25px;
  top: 12px;
  color: #fff;
  font-size: 18px;
}

.loc-sec {
  position: relative;
  padding: 15px;
}

.footer-section {
  position: relative;
  padding-top: 68px;
}

.footer-section .footer-logo {
  margin: auto;
}

.footer-section .footer-logo img {
  width: 268px;
}

.abt-text {
  padding-top: 10px;
}

.abt-text p {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}

.abt-text p a {
  font-weight: 500;
}

.useful-links {
  display: inline-block;
  margin: 5px 0 24px;
  padding: 5px 22px;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}

.useful-links .useful-ul {
  text-align: center;
  display: inline-block;
}

.useful-links span {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 21px;
}

.useful-links .useful-ul li {
  display: inline-block;
}

.useful-links .useful-ul li a {
  padding: 0 7px;
  border-right: 1px solid #989898;
  font-size: 16px;
  color: #202020;
}

.useful-links .useful-ul li a:hover {
  color: var(--color-secondary);
}

.footer-section .social-links1 {
  margin-top: 1px;
}

.footer-section .social-links1 a img {
  width: 18px;
}

.footer-section .social-links1 a {
  font-size: 18px;
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 6px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-section .footer_top {
  position: relative;
  padding: 15px 10px 4px;
}

.footer-section .footer_wid_text {
  position: relative;
  padding-bottom: 12px;
  margin: 10px 0px;
}

.footer_top .footer_wid_text:after,
.footer_top .footer_wid_text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 3px;
}

.footer-section .footer_top h2 {
  color: var(--color-primary);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer_top .footer_wid_text:after {
  left: 45px;
  width: 8px;
  background-color: var(--color-default);
}

.footer_wid li {
  font-size: 14px;
}

.footer_wid li a {
  font-size: 15px;
  color: #202020;
}

.footer_wid li a:hover {
  color: var(--color-secondary);
}

.footer_top iframe {
  border: 8px solid #fff;
  box-shadow: rgb(204, 204, 204) 0px 0px 10px;
}

.subscribe-block {
  position: relative;
  padding: 25px 20px;
  background-color: var(--color-primary);
  margin: 30px 0px 15px;
  border-radius: 32px;
}

.subscribe-block::before {
  content: "";
  position: absolute;
  height: 112%;
  width: 95%;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  border: 2px solid var(--color-primary);
  margin: auto;
  z-index: -1;
}

.subscribe-block .sub-title h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
}

.sub-title p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.subscribe-input {
  position: relative;
  margin-top: 8px;
}

.bottom-footer {
  padding-top: 10px;
  padding-bottom: 5px;
}

.bottom-footer p {
  margin: 0;
  color: #000;
  font-size: 15px;
}

.bottom-footer p a {
  font-weight: 500;
}

.subscribe-input .btn {
  position: absolute;
  top: 7px;
  right: 8px;
  background: var(--color-secondary);
  border: none;
  border-radius: 0;
  padding: 11px 16px;
  color: #fff;
}

.subscribe-input .form-control {
  height: 58px;
  background-color: white;
  border: 1px solid #e4e4e4;
  color: var(--color-secondary);
}

.serv-sec {
  position: relative;
  margin-bottom: 158px;
}

.serv-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 60%;
  background: #eff4f6;
  bottom: -78px;
  z-index: -2;
  transform: skewY(-4deg);
  box-shadow: 0px 0px 8px #00000038;
}

.serv-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eff4f6;
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 100%);
  top: -185px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
}

.abt-sec .abt-sec-head h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roxborough CF";
  letter-spacing: 1px;
}

.serv-row {
  padding-top: 30px;
}

.fixed-header .inner1 span {
  color: var(--color-secondary);
}

.fixed-header .inner1 img {
  width: 40px;
  filter: none;
}

.serv-blk {
  position: relative;
  cursor: pointer;
  height: 430px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.serv-giff {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  width: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 3px solid var(--color-secondary);
  box-shadow: 0 0 10px #e3345199;
}

.two .serv-giff {
  border: 3px solid var(--color-primary);
  box-shadow: 0 0 10px #1c6b8a69;
  z-index: 3;
}

.box {
  text-align: center;
  position: relative;
  width: 320px;
  margin: auto;
}

.box:before,
.box:after {
  content: "";
  display: block;
  background: rgba(13, 85, 114, 0.48);
  position: absolute;
  top: 10%;
  left: 7%;
  bottom: 10%;
  right: 7%;
  z-index: 1;
  transform: scale(0, 1);
  transition: all 0.3s;
}

.box:after {
  top: 10.8%;
  bottom: 10.8%;
  transform: scale(1, 0);
}

.box:hover:before,
.box:hover:after {
  transform: scale(1);
  animation: animate 1.5s;
  border-radius: 30px;
}

.serv-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 5px;
  background: var(--color-secondary);
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.serv-scroll .owl-dot:hover,
.serv-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.box:hover img {
  transform: scale(1.12);
  filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}

.box .box-content {
  padding: 68px 10px;
  position: absolute;
  top: 10%;
  left: 7%;
  bottom: 10%;
  right: 7%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}

.box:hover .box-content {
  opacity: 1;
}

.box .title {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  border-bottom: 1px dashed;
  display: inline-block;
}

.box .post {
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}

.box .description {
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px 0;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box .icon li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.box .icon li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #88c425;
  transition: all 0.5s;
}

.box .icon a:hover {
  text-decoration: none;
  border-radius: 50%;
  animation: animate-hover 0.5s;
}

@keyframes animate {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animate-hover {
  0% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }

  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (max-width: 990px) {
  .box {
    margin-bottom: 30px;
  }

  .box .box-content {
    padding: 68px 10px;
  }

  .box .description {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .box .title {
    margin: 0;
  }
}

.box-content p {
  color: #fff;
}

.box-content p a {
  color: #fff;
}

.doc-sec {
  position: relative;
  margin-bottom: 108px;
}

.doc-block {
  position: relative;
}

.doc-block .doc-img {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  right: 0px;
}

.doc-block.doc-block1 .doc-img {
  left: 0px;
  right: initial;
  top: 0px;
}

.doc-img img {
  border-radius: 50%;
  box-shadow: 0px 0px 13px #0000004f;
  border: 6px solid #fff;
}

.doc-block.doc-block1 .doc-matter {
  text-align: end;
  z-index: 1;
}

.doc-block.doc-block1 .doc-matter::before {
  background: linear-gradient(to right, #effbff 50%, #ffffff);
  right: -20px;
  left: initial;
}

.doc-matter {
  position: relative;
  padding-top: 170px;
}

.doc-row {
  padding-top: 30px;
}

.doc-matter::before {
  content: " ";
  position: absolute;
  width: 71%;
  height: 54%;
  background: linear-gradient(to left, #effbff 50%, #ffffff);
  left: -20px;
  bottom: -21px;
  margin: auto;
  border-radius: 20px;
}

.doc-block .doc-matter {
  left: -26px;
}

.doc-block.doc-block1 .doc-matter {
  left: initial;
  right: -26px;
}

.doc-matter h2 {
  color: var(--color-secondary);
  text-transform: uppercase;
  font-size: 23px;
}

.doc-matter h3 {
  font-size: 18px;
  font-weight: 400;
}

.doc-matter h4 {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-primary);
}

.feedback-sec {
  position: relative;
  padding: 80px 0px;
  z-index: 1;
}

.feedback-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 128%;
  background: #eff4f6;
  clip-path: polygon(0px 32.07%, 100% 5.53%, 100% 100%, 0% 79.72%);
  top: -218px;
  bottom: 0px;
  margin: auto;
  z-index: -2;
}

.feedback-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/test-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  background-position: center right;
  z-index: -1;
  opacity: 0.2;
}

.feedback-box {
  position: relative;
  cursor: pointer;
}

.feedback-box p {
  font-size: 20px;
  font-style: italic;
  line-height: 34px;
  margin-bottom: 0px;
}

.feedback-block {
  padding: 30px 15px 0px;
}

.ratings {
  background: var(--color-default);
  color: #fff;
  display: inline-block;
  padding: 0px 12px;
  border-radius: 38px;
  font-size: 13px;
}

.feedback-name {
  font-weight: 500;
  color: var(--color-primary);
  padding: 6px 28px;
  border-radius: 38px;
  font-size: 32px;
  margin: 6px 0px;
}

.testimonial-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.testimonial-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-secondary);
  border-radius: 50%;
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-scroll .owl-dot:hover,
.testimonial-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.feed-left-quote img {
  width: 90px;
}

.footer_wid ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 13px;
  background: url(../gallery/bt.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 7px;
}

.footer_wid ul li {
  font-size: 17px;
  margin-bottom: 3px;
  display: block;
  position: relative;
  padding-left: 21px;
}

.banner-content-outer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  left: 0px;
  z-index: 1;
}

.feedback-g {
  position: absolute;
  width: 421px;
  height: fit-content;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -15px;
  opacity: 0.07;
}

.top-phn {
  position: absolute;
  right: 118px;
  top: 43px;
  z-index: 1;
}

.top-phn a {
  color: #fff;
  padding: 6px 10px;
  font-size: 18px;
  margin-right: 36px;
  font-weight: 400;
  border: 1px solid #ffffff69;
}

.befast-sec {
  position: relative;
  margin-bottom: 58px;
  padding-top: 55px;
}

.befast-head h2 {
  font-size: 80px;
  color: var(--color-secondary);
  position: relative;
}

.befast-head h2::before {
  content: " ";
  position: absolute;
  width: 18%;
  height: 2px;
  background: var(--color-primary);
  bottom: 0px;
  top: 58px;
  right: 0px;
  margin: auto;
  left: 106px;
}

.befast-head h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--color-primary);
}

.befast-head h3 span {
  color: var(--color-secondary);
  text-transform: uppercase;
}

/* .befast-matter h4 {
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0px;
} */

.befast-matter h4 {
  font-weight: 400;
  font-size: 20px;
  border-left: 4px solid var(--color-primary);
  background: linear-gradient(to right, #044f6921, transparent);
  color: var(--color-primary);
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.befast-matter h4 span {
  font-weight: 500;
}

.befast-matter p {
  font-size: 16px;
  line-height: 28px;
}

.ol_styles1 li span {
  font-size: 24px;
  background: var(--color-primary);
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin: auto;
}

.ol_styles1 {
  padding: 0;
}

.ol_styles1 li {
  position: relative;
  margin-bottom: 25px;
  line-height: 21px;
  font-size: 16px;
  text-align: center;
  width: 208px;
  display: inline-block;
  padding: 0px 14px;
}

.ol_styles1 li:nth-child(2)::before,
.ol_styles1 li:nth-child(5)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 80%;
  background: linear-gradient(to top, #ffffff00, var(--color-secondary), #ffffff00);
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.ol_styles1 li:nth-child(2)::after,
.ol_styles1 li:nth-child(5)::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 80%;
  background: linear-gradient(to top, #ffffff00, var(--color-secondary), #ffffff00);
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.ol_styles1 li h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 8px 0px 5px;
}

.befast-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 60%;
  background: #eff4f6;
  top: -375px;
  z-index: -1;
  transform: skewY(4deg);
  box-shadow: 0px 0px 8px #00000038;
}

.befast-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fef4f8;
  top: -128px;
  z-index: -2;
  clip-path: polygon(0px 0px, 0px 32.25%, 100% 0px);
}

.videos-section {
  position: relative;
  margin-bottom: 98px;
}

.blog-row {
  padding-top: 8px;
}

.extra-img {
  position: absolute;
  right: 168px;
  top: 0px;
  width: 800px;
}

.extra-sec {
  position: relative;
  margin-bottom: 150px;
}

.extra-left {
  position: relative;
  background-color: var(--color-primary);
  min-height: 50vh;
  border-radius: 25px;
  border-bottom-right-radius: 163px;
}

.extra-left::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid var(--color-primary);
  border-radius: 25px;
  border-bottom-right-radius: 163px;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.extra-left ul {
  margin-top: 5px;
}

.extra-left li {
  font-size: 17px;
  margin-bottom: 3px;
  padding: 11px 80px;
  display: block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  animation: bgFlow 2s ease-in-out infinite;
  animation-delay: var(--delay);
}

.extra-left ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 59px;
  background: url(../gallery/bul.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: 17px;
}

.extra-left ul li p {
  font-size: 14px;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.extra-left ul li span {
  border-bottom: 1px dashed #ffffff73;
}

@keyframes bgFlow {
  0% {
    background-color: rgba(255, 255, 255, 0.05);
  }

  50% {
    background-color: rgba(255, 255, 255, 0.267);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.089);
  }
}

.extra-left ul li:nth-child(1) {
  --delay: 0s;
}

.extra-left ul li:nth-child(2) {
  --delay: 0.3s;
}

.extra-left ul li:nth-child(3) {
  --delay: 0.6s;
}

.extra-left ul li:nth-child(4) {
  --delay: 0.9s;
}

.extra-left ul li:nth-child(5) {
  --delay: 1.2s;
}

.extra-left ul li:nth-child(6) {
  --delay: 1.5s;
}

.footer-loc {
  position: relative;
}

.footer-loc::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.footer-loc-box::before {
  content: " ";
  position: absolute;
  width: 97%;
  height: 97%;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.4;
}

.footer-loc-box {
  position: relative;
  width: 268px;
  height: 268px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #fff, #e9e9e9);
  margin: auto;
  box-shadow: 0px 0px 19px 0px #00000069;
  padding: 78px 21px;
}

.footer-loc-row .col-md-3 {
  padding: 0px;
}

.footer-loc-row .col-md-3:nth-child(2) .footer-loc-box {
  transform: scale(1.3);
  z-index: 1;
  position: relative;
  padding: 32px 21px;
  background: var(--color-primary);
}

.footer-loc-box h3 {
  font-size: 23px;
  margin-bottom: 3px;
  color: var(--color-primary);
}

.footer-loc-row .col-md-3:nth-child(2) .footer-loc-box h3 {
  font-size: 19px;
  color: #fff;
}

.footer-loc-row .col-md-3:nth-child(2) .footer-loc-box p {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}

.footer-loc-row .col-md-3:nth-child(2) .footer-loc-box img {
  filter: brightness(0) invert(1);
}

.footer-loc-row .col-md-3:nth-child(2) .footer-loc-box::before {
  content: " ";
  position: absolute;
  width: 97%;
  height: 97%;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.4;
}

.footer-loc-box img {
  width: 40px;
  margin-bottom: 10px;
}

.footer-loc-row .col-md-3:nth-child(1) .footer-loc-box p a,
.footer-loc-row .col-md-3:nth-child(3) .footer-loc-box p a {
  font-size: 18px;
  letter-spacing: 0.5px;
  z-index: 1;
  position: relative;
}

.footer-loc-box p a {
  color: var(--color-default);
}

.footer-sec {
  position: relative;
  margin-top: -98px;
}

.blog-row .col-md-3,
.blog-row .col-md-4 {
  padding: 0px;
}

.video-blk {
  position: relative;
  margin: 5px;
}

.blog-row .col-md-6 {
  padding: 0px;
}

.loc-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 180%;
  /* background: var(--color-primary); */
  background: #eff4f6;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 50% 50%, 0 100%);
}

.video-blk img {
  border-radius: 10px;
}

.gynec-sec {
  position: relative;
  margin-bottom: 100px;
  margin-top: -80px;
}

.gynec-ad img {
  border-radius: 25px;
  box-shadow: 0 0 10px #044f695c;
}

.gynec-txt {
  position: relative;
}

.gynec-txt h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.gynec-txt h2 .gyn-txt2 {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 55px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

.gynec-txt h2 .gyn-txt {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
}

.gynec-txt h2 {
  display: inline-block;
  padding-bottom: 10px;
}

.gynec-txt h3 {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  padding: 20px 0px;
  color: var(--color-default);
}

.gynec-txt h3::before {
  content: " ";
  position: absolute;
  width: 109%;
  height: 100%;
  background: #eff4f6;
  left: -45px;
  z-index: -1;
  border-radius: 0px 10px 10px 0px;
  top: 0px;
}

.gynec-txt h3 span {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-primary);
}

.gynec-txt h2 .gyn-txt2::before {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.gynec-txt h2 .gyn-txt2::after {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  height: 15px;
  width: 15px;
  right: 0;
  bottom: 0;
}

.blog-blk {
  position: relative;
  margin-bottom: 10px;
}

.blog-txt {
  position: relative;
  padding-top: 29px;
  padding-left: 120px;
}

.blog-txt p a {
  color: var(--color-secondary);
  font-weight: 500;
}

.blog-txt p {
  margin-bottom: 0px;
}

.blog-txt h3 {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 23px;
}

.blog-img {
  position: absolute;
  top: 0;
  left: 0;
}

.mblog-blk {
  padding-top: 8px;
}

.vid-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.vid-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 5px;
  background: var(--color-secondary);
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.vid-scroll .owl-dot:hover,
.vid-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.gynec-bg {
  position: absolute;
  top: 0;
  right: 0;
  filter: grayscale(1);
  opacity: 0.2;
}

.neuro-bg {
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(1);
  opacity: 0.15;
}

.footer-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/footer-map.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 58%;
  left: 0;
  top: 0;
  z-index: -1;
}

.citizen-fbpage a img {
  border: 5px solid #fff;
  box-shadow: 0 0 10px #dee9ee;
}

.vid-o,
.vid-t {
  padding: 0px 20px;
}

.appointment_desc .abt-sec-head h2,
.appointment_desc .abt-sec-head p {
  color: #fff;
}

/* .inner-pages .lower-box .logo img,
.inner1 img {
  filter: brightness(1);
}

.inner-pages .inner1 span {
  color: var(--color-secondary);
}

.inner-pages .top-phn a {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
} */

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 128px 0;
}

.inner-section1 {
  position: relative;
  padding: 98px 0;
}

.serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
}

.serv-matter h2 {
  color: var(--color-primary);
  font-size: 22px;
  margin: 15px 0px 5px;
}

.serv-matter h3 {
  color: var(--color-secondary);
  font-size: 20px;
  margin: 15px 0px 5px;
}

.inner-serv-img {
  text-align: center;
  position: relative;
}

.inner-serv-img img {
  border: 6px solid #ffffff;
  box-shadow: 0px 0px 8px #00000052;
}

.breadcrumb {
  position: relative;
  padding: 248px 0 16px;
  margin-bottom: 0;
  z-index: 2;
  background: transparent;
  display: block;
}

.breadcrumb::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  z-index: -1;
  top: 0px;
  left: 0px;
}

.breadcrumb::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
  top: 0px;
  left: 0px;
}

.bread-bg {
  padding: 33px 0px 0px;
  position: relative;
}

.bread-inner {
  position: relative;
}

.breadcrumb h1 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 11px;
  padding: 0px 10px;
  font-family: "Roxborough CF";
  letter-spacing: 1px;
  position: relative;
}

.bread-inner::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 130%;
  background: #fff;
  left: -22px;
  bottom: -20px;
  margin: auto;
}

.bread-inner::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  left: -26px;
  top: -18px;
  margin: auto;
}

.breadcrumb ul li a {
  font-weight: 400;
  color: #fff;
}

.breadcrumb ul li.active a {
  color: #fff;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0 12px;
  margin: 0;
  color: #fff;
}

.breadcrumb ul {
  position: relative;
  display: inline-block;
}

.breadcrumb ul i {
  font-size: 15px;
  color: #fff;
}

.contact-form {
  text-align: center;
  position: relative;
  margin-top: 15px;
  padding: 0px 30px 0px;
}

.contact-form .btn {
  background: var(--color-secondary);
  color: #fff;
}

.contact-form .form-control {
  background: #f4f7f9;
  border-bottom-color: #044f69;
  border-radius: 4px;
  padding: 13px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 15px;
}

.contact-form h2 {
  margin-bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact-loc-map h2 {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact-loc-map iframe {
  border: 8px solid #f4f7f9;
  padding: 5px;
  width: 100%;
  height: 350px;
}

.main-timeline {
  position: relative;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 50%;
  padding: 0 50px 0 0;
  margin: 0 5px 15px 0;
  float: left;
}

.main-timeline .timeline-content {
  color: var(--color-primary);
  background: #eff4f6;
  min-height: 120px;
  padding: 32px 68px 32px 30px;
  border-radius: 50px;
  box-shadow: -10px -5px 0px rgb(227 52 81 / 13%);
  display: block;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  color: #fff;
  /* background : #eff4f6; */
  background: var(--color-primary);
  font-size: 45px;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -50px;
  top: 50%;
}

.main-timeline .timeline-icon i {
  line-height: inherit;
}

.main-timeline .timeline-year {
  font-size: 32px;
  font-weight: 600;
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 7px;
  color: var(--color-secondary);
}

.main-timeline .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  color: var(--color-default);
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 50px;
  margin: 0 0 15px 5px;
  float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 32px 20px 32px 68px;
  box-shadow: 10px -5px 0 rgb(227 52 81 / 13%);
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: -50px;
  right: auto;
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
  border-radius: 0 0 0 10px;
  transform: rotate(20deg);
  left: -8px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 50px 0 0;
    margin: 0 0 30px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 50px 30px 30px 30px;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.15);
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0) translateX(-50%);
    top: -50px;
    left: 50%;
  }
}

.test-ip-img {
  position: relative;
  text-align: right;
  margin-bottom: -138px;
  z-index: 1;
}

.test-ip-img img {
  width: 300px;
}

.menu-loc {
  color: #ffffffb8;
  padding: 21px;
}

.menu-loc h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}

.menu-loc p {
  line-height: 26px;
  margin-bottom: 0px;
  font-weight: 300;
}

.menu-loc img {
  width: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.testimonial-btn {
  margin-top: 30px;
}

.testimonial-btn a {
  background: var(--color-secondary);
  color: #fff;
  padding: 8px 16px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 20px;
  border-radius: 8px;
  transition: all 300ms ease;
}

.testimonial-btn a:hover {
  background: var(--color-primary);
}

.ol_styles {
  position: relative;
  margin-bottom: 12px;
  list-style-type: none;
}

.ol_styles li {
  position: relative;
  padding-left: 20px;
  line-height: 27px;
  margin-bottom: 4px;
  font-weight: 400;
  text-align: justify;
}

.ol_styles li::before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-four);
  font-size: 13px;
}

.sub-services-tab {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.sub-services-tab h6 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px;
}

.sub-services-tab ul li {
  margin-bottom: 10px;
}

.sub-services-tab ul li a {
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  background: var(--color-primary);
  padding: 10px;
  display: block;
}

.sub-services-tab ul li a:hover {
  background: var(--color-secondary);
}

.sub-services-tab ul li a.active {
  background: var(--color-secondary);
}

.inner-vid-block iframe {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 4px #00000054;
  border: 2px solid #fff;
}

.inner-vid-block {
  position: relative;
  margin-bottom: 25px;
}

.team-block {
  position: relative;
  padding: 8px;
  box-shadow: 0px 0px 9px #0000001f;
  margin-bottom: 30px;
}

.team-content {
  padding: 10px;
}

.team-content h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.team-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 4px 0px;
}

.team-content h4 {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 10px;
}

.team-content a {
  background: var(--color-secondary);
  color: #fff;
  padding: 3px 10px;
}

.team_modal .modal-dialog {
  max-width: 800px;
}

.team_modal .modal-header {
  display: block;
  padding: 0px;
  border: none;
}

.modal-content .close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  background: var(--color-primary);
  opacity: 1;
  color: #fff;
  padding: 7px 8px;
}

.modal_team_head {
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0px 4px 2px #ccc;
  padding: 0 0 16px;
}

.modal_team_head h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 29px;
}

.modal_team_head h3 {
  font-size: 19px;
}

.modal_team_head h4 {
  font-size: 19px;
  color: var(--color-secondary);
}

.team_info h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #e94611;
  font-size: 27px;
}

.team_info h4 {
  font-size: 17px;
  margin: 6px 0px 2px;
  color: #212121;
  font-weight: 500;
}

.team_info h5 {
  font-size: 21px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
  margin-top: 7px;
}

.team_info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #152e6a;
}

.team_info span {
  display: inline-block;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  cursor: pointer;
  padding: 1px 9px;
  border-radius: 7px;
  font-size: 15px;
}

.team_header {
  display: block;
  padding: 10px 0;
}

.team_header h2 {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: var(--color-secondary);
  text-transform: uppercase;
}

.team_header h4 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: var(--color-primary);
}

.team_header h5 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-default);
  margin-bottom: 5px;
}

.modal-matter h2 {
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 3px;
}

.modal-matter {
  position: relative;
  text-align: left;
  padding: 15px 30px 0px;
  border-top: 1px solid #d7d7d7;
}

.team_modal_doilauge.modal-dialog {
  max-width: 682px;
  margin-top: 7%;
}

.team_m_content.modal-content {
  border: 7px solid #d2d2d2;
  padding: 18px 0px;
  overflow: hidden;
  height: 548px;
  overflow-y: auto;
}

.modal-matter .ol_styles li {
  text-align: left;
}

/* .serviceBox {
  color: var(--color-default);
  text-align: center;
  padding: 20px 20px 15px;
  position: relative;
  z-index: 1;
}

.serviceBox:before {
  content: '';
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 174px;
  z-index: -1;
}

.serviceBox .service-icon {
  color: #fff;
  background: var(--color-primary);
  font-size: 35px;
  line-height: 96px;
  height: 96px;
  width: 96px;
  margin: 0 auto 55px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  position: relative;
  padding: 16px;
}

.serviceBox .service-icon i {
  line-height: inherit;
}

.serviceBox .service-icon:before {
  content: '';
  border: 2px solid var(--color-primary);
  border-top: none;
  border-left: none;
  height: 20px;
  width: 20px;
  position: absolute;
  right: -23px;
  bottom: -23px;
}

.serviceBox .service-icon img {
  display: block;
  transform: rotate(-45deg);
  width: 53px;
  filter: brightness(0) invert(1);
}

.serviceBox .title {
  color: #fff;
  background: var(--color-secondary);
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 5px;
  margin: 0 0 10px;
}

.serviceBox .description {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 40px;
  }
} */
.serviceBox {
  color: #999;
  text-align: center;
  padding: 10px 0 15px;
  position: relative;
}

.serviceBox:before,
.serviceBox:after {
  content: "";
  background: var(--color-primary);
  width: 150px;
  height: 10px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}

.serviceBox:after {
  width: 80%;
  height: 15px;
  border-radius: 0 0 10px 10px;
  top: auto;
  bottom: 0;
  clip-path: none;
}

.serviceBox .service-content {
  background: #eff4f6;
  padding: 25px 20px;
  border-radius: 10px;
}

.serviceBox .service-content:before {
  content: "";
  background: var(--color-primary);
  width: 128px;
  height: 100px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.serviceBox .service-icon {
  background: linear-gradient(to left, #dedfe1, #f3f3f3);
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
  padding: 23px;
}

.serviceBox .service-icon img {
  display: block;
  width: 53px;
}

.serviceBox .service-icon:before {
  content: "";
  background: linear-gradient(to right, #dedfe1, #f3f3f3);
  width: 88%;
  height: 88%;
  border-radius: 50%;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.serviceBox .service-icon i {
  line-height: inherit;
}

.serviceBox .title {
  color: var(--color-secondary);
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.serviceBox .description {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: var(--color-default);
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

.mvv-row {
  position: relative;
  margin-top: 50px;
}

.inner-abt-matter p {
  line-height: 30px;
}

.serv-matter p a {
  color: var(--color-secondary);
}

.blog-main-blk {
  margin-bottom: 50px;
  position: relative;
}

.blog-main-img {
  border: 2px solid var(--color-primary);
  padding: 10px;
  border-radius: 20px;
}

.blog-main-img img {
  border-radius: 10px;
}

.blog-main-content {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 20px 10px;
  margin: -30px 20px 0px;
  box-shadow: 0px 15px 16px -10px #0000005e;
}

.blog-main-content h2 {
  font-size: 18px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.blog-main-content a {
  background: var(--color-secondary);
  color: #fff;
  padding: 3px 10px;
}
