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

:root {
  --color-default: #292929;
  --color-primary: #df8f24;
  --color-secondary: #00616f;
}

@font-face {
  font-family: "Modelica";
  src: url("../fonts/BwModelica-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

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

.fixed-header .lower-box .logo {
  top: 6px;
  width: 203px;
}

.fixed-header .main-menu {
  margin: 54px 0 0;
}

.fixed-header .top-number {
  top: 15px;
}

.fixed-header .top-blink {
  top: 10px;
}

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

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Modelica", -apple-system, BlinkMacSystemFont, 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;
}

.main-menu .navigation>li .active {
  color: #fff;
  background: var(--color-secondary);
  margin-top: 3px;
  border-radius: 0px 0px 8px 8px;
}

.main-menu .navigation>li .active i {
  color: #fff;
}

.main-menu .navigation>li .active:hover {
  color: #fff;
  background: var(--color-primary);
}

.main-menu .navigation>li .active .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

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

/* .page-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../gallery/bgg.jpg);
  opacity: .2;
  background-size: 20%;
  top: 0px;
} */

/* .page-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
z-index: -2;
  background-image: url(../gallery/bgg.jpg);
  opacity: .2;
  background-size: 20%;
}
*/
.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../gallery/logo-holo-bg.png);
  background-attachment: fixed;
  background-size: 28%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
}

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

.top-border {
  width: 60%;
  height: 2px;
  position: relative;
  margin: auto;
  background: var(--color-primary);
}

/**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%;
}

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

.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;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

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

.main-menu li .submenu {
  position: absolute;
  width: 150px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #f2fcff;
  z-index: 25;
  box-shadow: 0 3px 3px #6e6e6e;
  right: -42px;
  padding: 14px;
  text-align: left;
}

.main-menu li .submenu li {
  display: block;
}

.main-menu li .submenu li a {
  padding: 6px 5px 1px;
  border-bottom: 1px solid #a2a2a27a;
  display: block;
  font-weight: 500;
  text-transform: initial;
  color: var(--color-default);
  font-size: 15px;
  transition: all 500ms ease;
  position: relative;
}

.main-menu li .submenu li a:before {
  position: absolute;
  content: "_";
  font-size: 15px;
  color: #fff;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease-out;
  top: -2px;
  bottom: 0px;
  margin: auto;
}

.main-menu li .submenu li a:hover:before {
  opacity: 1;
  left: 20px;
}

.main-menu li .submenu li a:hover {
  padding-left: 40px;
}

.main-menu li .submenu li a:hover {
  background: var(--color-secondary);
  color: #fff;
}

.main-menu li:hover>.submenu.mega-menu {
  width: 640px;
}

.main-menu li:hover>.submenu {
  left: -200px;
}

.mega-menu .row .col-md-6 {
  border-right: 1px dashed #a2a2a27a;
}

.mega-menu .col-md-6:nth-child(1) li:last-child a,
.mega-menu .col-md-6:nth-child(2) li:last-child a {
  border-bottom: 0px;
}

.mega-menu .row .col-md-6:last-child {
  border-right: 0px;
}

.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 78px 0 0;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 0 11px;
  border-top: 1px solid #1b1c1c38;
}

.main-menu .navigation>li {
  position: relative;
  display: inline-table;
}

.main-menu .navigation>li>a:hover {
  color: var(--color-primary);
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 10px;
  opacity: 1;
  color: var(--color-default);
}

.main-menu .navigation>li>a i {
  font-size: 14px;
  color: var(--color-primary);
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

/*** 
========================================
    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: 0;
  width: 300px;
  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: #393939;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  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;
}

.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;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.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;
}

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

.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: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

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

.mobile-menu .navigation li>ul>li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.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: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -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: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--color-default);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-primary);
  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.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
  background: #fff;
}

.main-menu .navigation>li>.custom-width {
  width: 133px;
}

.main-menu .navigation>li>ul.cstmwidth {
  width: 105px;
}

.main-menu .navigation>li>ul.cstmwidth1 {
  width: 160px;
}

.main-menu .navigation>li>ul>li>a:hover {
  padding-left: 30px;
}

.main-menu .navigation>li>ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 255px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-secondary);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  top: -10%;
  visibility: hidden;
  left: 190px;
  width: 115px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation>li>ul>li>ul>li>ul {
  position: absolute;
  top: -7%;
  visibility: hidden;
  left: 200px;
  width: 155px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #9292922d;
}

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

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #2e2d2d;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide-one {
  background-image: url(../gallery/banner1.png);
}

.slide-two {
  background-image: url(../gallery/banner2.png);
}

.slide-three {
  background-image: url(../gallery/banner3.png);
}

.slide-four {
  background-image: url(../gallery/banner4.png);
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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);
}

.stats-sec {
  position: relative;
  margin-bottom: 70px;
}

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

.stats-img img {
  width: 240px;
}

.stats-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

.stats-content h2 {
  font-size: 74px;
  font-weight: 200;
  font-family: "Cinzel", serif;
  line-height: 60px;
  color: var(--color-secondary);
}

.stats-content p {
  margin-bottom: 0px;
}

.sec-head h3 {
  font-weight: 400;
  font-size: 20px;
}

.sec-head h2 {
  font-size: 45px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-bottom: 10px;
}

.serv-sec .sec-head h3,
.serv-sec .sec-head h2,
.serv-sec .sec-head p {
  color: #fff;
}

.serv-sec .sec-head img {
  filter: brightness(0) invert(1);
}

.sec-head p {
  font-size: 15px;
}

.abt-sec {
  position: relative;
  margin-bottom: 100px;
  min-height: 75vh;
}

.abt-sec-head h3 {
  font-weight: 400;
  font-size: 20px;
}

.abt-sec-head h1 {
  font-size: 63px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-secondary);
  font-family: "Cinzel", serif;
}

.abt-sec-head h1 span {
  color: var(--color-primary);
  font-family: "Cinzel", serif;
  text-transform: lowercase;
  font-size: 25px;
  margin-top: -10px;
  display: block;
  line-height: 28px;
}

.title-bg img {
  width: 250px;
}

.abt-content {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

.abt-content p {
  line-height: 30px;
  font-size: 15px;
}

.abt-call-img img {
  width: 250px;
  margin: auto;
  margin-top: 25px;
}

.abt-btm-row {
  padding-top: 75px;
}

.doc-img {
  position: relative;
}

.doc-img::before {
  content: " ";
  position: absolute;
  width: 90%;
  height: 400px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  box-shadow: 0px 15px 8px -10px #0000004a;
}

.doc-img::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: -10px;
  margin: auto;
  border: 1px solid var(--color-secondary);
  border-radius: 150px 150px 0px 0px;
  top: -10px;
  z-index: -1;
}

.doc-img img {
  border-radius: 150px 150px 0px 0px;
}

.doc-row1 .doc-main-content {
  text-align: left;
}

.doc-main-content {
  position: relative;
  text-align: right;
}

.doc-main-content h2 {
  text-transform: uppercase;
  font-size: 37px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 2px;
  /* font-weight: 600; */
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.doc-main-content h2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 129%;
  background-color: var(--color-primary);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 25px;
}

.doc-main-content h3 {
  color: var(--color-default);
  padding: 1px 0;
  line-height: 24px;
  position: relative;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.doc-main-content h4 {
  color: var(--color-secondary);
  font-weight: 500;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 1px;
}

.doc-main-content p {
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 41px;
}

.doc-row1 .doc-main-content p {
  padding-left: 0px;
  padding-right: 41px;
}

.doc-main-content a {
  background: var(--color-default);
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
}

.doc-row1 {
  margin-top: 20px;
}

.doc-row1 .doc-main-content h2::after {
  left: -72px;
  /* background-color: var(--color-secondary); */
}

.doc-row1 .doc-main-content h2 {
  padding-left: 0px;
  padding-right: 25px;
}

.doc-img-outer {
  position: relative;
  cursor: pointer;
  transition: all 300ms ease;
}

.doc-img-outer:hover {
  transform: scale(1.05);
}

.extra-sec-gynec {
  position: relative;
  margin: 108px 0;
}

.serv-sec {
  position: relative;
  z-index: 4;
  margin-top: -2px;
}

.serv-top-img {
  margin-top: -90px;
}

.serv-top-img2 {
  transform: scaleX(-1) scaleY(-1);
  margin-top: -13px;
}

.serv-img-row {
  padding-top: 45px;
}

.serv-img-blk {
  margin: 25px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  filter: drop-shadow(0 10px 10px #00000069);
}

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

.serv-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #004751;
  top: 0;
  left: 0;
  z-index: -2;
}

.serv-img-txt {
  position: absolute;
  right: 0;
  top: 0;
  padding: 43px 5px;
  padding-left: 42%;
}

.serv-img-txt h2 {
  color: var(--color-secondary);
  /* color: #fff; */
  font-size: 23px;
  text-transform: capitalize;
}

.serv-img-txt p {
  margin-bottom: 0px;
  font-size: 15px;
  color: var(--color-default);
}

.s-right .serv-img-txt {
  position: absolute;
  right: 0;
  top: 0;
  padding: 43px 5px;
  padding-left: 18px;
  padding-right: 42%;
  text-align: right;
}

.serv-inner-img {
  position: absolute;
  top: 65px;
  left: 8px;
}

.serv-inner-img img {
  border-radius: 50%;
  width: 180px;
}

.s-right .serv-inner-img {
  left: initial;
  right: 8px;
}

.box {
  background: #045e78;
  overflow: hidden;
  border-radius: 50%;
}

.box:before {
  content: "";
  background: #fff;
  width: 200px;
  opacity: 0.6;
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150%;
  box-shadow: 0 0 100px #fff;
  transition: all 0.6s ease;
}

.serv-img-blk:hover .box:before {
  opacity: 1;
  left: 300%;
}

.box img {
  transition: all 0.6s ease;
}

.serv-img-blk:hover .box img {
  opacity: 0.4;
  filter: grayscale(100%);
  transform: scale(1.1);
}

.box .box-content {
  color: #fff;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  height: fit-content;
  width: fit-content;
  left: 0;
  z-index: 1;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  transition: all 0.6s ease;
  top: -13px;
  left: 10px;
}

.serv-img-blk:hover .icon {
  opacity: 1;
}

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

.box .icon li a {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  text-align: center;
  line-height: 33px;
  width: 33px;
  height: 33px;
  display: block;
  transition: all 0.6s ease;
}

.box .icon li a:hover {
  color: #108dc7;
  background: #fff;
}

.extra-head-gynec h2 {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--color-default);
  display: inline-grid;
  position: relative;
}

.extra-head-gynec h2::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 25px solid var(--color-primary);
  border-bottom: 18px solid transparent;
  left: -18px;
  z-index: 1;
}

.extra-head-gynec h2::after {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--color-primary);
  right: -18px;
  top: 40px;
  z-index: 1;
}

.extra-head-gynec h2 span {
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  background: var(--color-secondary);
  display: inline-block;
  padding: 18px 28px 12px 28px;
  font-family: "Cinzel", serif;
  position: relative;
  margin-bottom: 10px;
}

.extra-content-circle h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.extra-img-gynec {
  position: relative;
  margin-top: 20px;
}

.extra-content-circle {
  position: relative;
  margin: 0px 0px 28px 0px;
}

.extra-content-circle::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(45deg, #8ff1ff, #ffffff00);
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  opacity: 0.2;
}

.extra-cons-box {
  position: relative;
  z-index: 1;
  padding: 10px 30px;
}

.extra-cons-box::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  top: 0px;
  left: 0px;
  transform: skewX(10deg);
}

.extra-cons-box h4 a {
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-top: 8px;
}

.extra-cons-box h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}

.extra-sec-left p {
  font-size: 15px;
}

.extra-head-img {
  width: 450px;
  margin: 0px auto 20px;
}

.extra-content p {
  font-size: 15px;
  line-height: 30px;
}

.extra-content p strong {
  font-weight: 500;
}

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

.ol_styles li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 5px;
  font-weight: 400;
}

.ol_styles li::before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../gallery/bp.png);
  background-repeat: no-repeat;
  background-position: center left;
  left: 0px;
  top: 0px;
  background-size: 21px;
}

.extra-content-btm {
  position: relative;
  padding-top: 8px;
}

.extra-content-btm::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-default);
  top: -3px;
}

.extra-bg-left {
  position: absolute;
  left: 95px;
}

.why-choose-sec {
  position: relative;
  margin-bottom: 100px;
}

.why-choose-blk {
  position: relative;
  margin: 70px 0px;
  text-align: right;
}

.why-choose-img {
  text-align: center;
}

.why-choose-img img {
  width: 500px;
}

.why-choose-sec .col-md-3:nth-child(1) .why-choose-blk:nth-child(1),
.why-choose-sec .col-md-3:nth-child(1) .why-choose-blk:nth-child(3) {
  position: relative;
  right: -40px;
}

.why-choose-sec .col-md-3:nth-child(3) .why-choose-blk:nth-child(1),
.why-choose-sec .col-md-3:nth-child(3) .why-choose-blk:nth-child(3) {
  position: relative;
  left: -40px;
}

.why-choose-icon {
  position: relative;
  margin-bottom: 8px;
}

.why-choose-icon img {
  width: 50px;
}

.why-choose-right .why-choose-blk {
  text-align: left;
}

.why-choose-text h2 {
  background: var(--color-secondary);
  color: #fff;
  padding: 10px 18px 5px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 25px;
  display: inline-block;
  position: relative;
  border-radius: 48px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.why-choose-text h2::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 109%;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #000;
}

.why-choose-right .why-choose-text h2::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 109%;
  left: 0px;
  right: initial;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #000;
}

.why-choose-text p {
  font-size: 15px;
  line-height: 28px;
}

.why-choose-right .why-choose-text h2 {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.appointment-form h2 {
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 18px;
}

.appointment-head p {
  font-size: 15px;
  color: #fff;
}

.appointment-form {
  padding: 41px 40px 25px;
  position: relative;
  background: var(--color-secondary);
  text-align: center;
  box-shadow: 0px 0px 10px 0px #00000047;
}

.appointment-form::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/appnt-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.appointment-inner-form {
  position: relative;
  z-index: 1;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 98.5%;
  height: 97%;
  border: 1px solid #f4f4f44a;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 10px;
}

.btn-style-one {
  margin-top: 13px;
  background: #fff;
  color: var(--color-secondary);
  padding: 5px 10px 2px;
  border-radius: 24px;
}

.form-group i {
  position: absolute;
  left: 25px;
  top: 14px;
  color: #ffffffd6;
  font-size: 14px;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: transparent;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ffffffd6 transparent transparent transparent;
}

.appointment-form textarea {
  height: 85px;
}

.appointment-form .form-control::placeholder {
  color: #ffffffd6;
}

.appointment-form .form-control {
  color: #ffffffd6;
  border-bottom: 1px solid #ffffff42;
  /* background: #ffffff0d; */
  padding: 11px 35px;
  font-size: 15px;
  border-radius: 0px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ffffffd6 transparent;
  top: 7px;
}

.select-selected {
  color: #ffffffd6;
  padding: 0px 0px;
  font-family: "Martel Sans", sans-serif;
  border-color: transparent transparent rgba(0, 0, 0) transparent;
  cursor: pointer;
  user-select: none;
  text-align: left;
}

.select-items div {
  color: #000000;
  padding: 4px 12px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  text-align: left;
  font-family: "Martel Sans", sans-serif;
  font-size: 15px;
}

.select-items {
  position: absolute;
  background-color: #f2f2f2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-family: "Martel Sans", sans-serif;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: var(--color-primary);
  color: #fff !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 11px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-color: transparent;
  border-bottom: 1px solid #ced4da93;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.top-number {
  position: absolute;
  right: 198px;
  top: 32px;
  z-index: 1;
  left: 0px;
  margin: auto;
  width: fit-content;
}

.top-number a {
  background: var(--color-secondary);
  padding: 6px 8px 6px 20px;
  border-right: 6px solid var(--color-primary);
  color: #fff;
  clip-path: polygon(0 0, 10% 50%, 0 100%, 100% 100%, 100% 0);
  position: relative;
}

.top-social {
  position: absolute;
  top: 30px;
  right: -158px;
  z-index: 1;
  left: 0px;
  width: fit-content;
  margin: auto;
}

.top-social ul li {
  display: inline-block;
}

.top-social ul li a {
  color: var(--color-default);
  border-right: 1px solid #00000063;
  width: 36px;
  height: 28px;
  text-align: center;
  line-height: 29px;
  font-size: 18px;
  transition: all 300ms ease;
  padding-right: 1px;
}

.top-social ul li a:hover {
  color: var(--color-primary);
}

.top-social ul li:last-child a {
  border-right: 0px;
}

.top-blink {
  position: absolute;
  right: 25px;
  top: 24px;
  z-index: 1;
}

.top-blink p {
  margin-bottom: 0px;
  font-size: 16px;
  clip-path: polygon(0 0, 4% 50%, 0% 99%, 100% 100%, 97% 50%, 100% 0);
  background: var(--color-secondary);
  color: #fff;
  padding: 5px 20px;
}

.top-blink p {
  animation: BLINK 0.8s infinite;
}

@-webkit-keyframes BLINK {

  0%,
  50% {
    background-color: var(--color-primary);
  }

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

.main-footer {
  position: relative;
  color: #fff;
}

.main-footer::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004d58;
  opacity: 0.9;
}

.main-footer::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/footer-bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0px;
  z-index: -1;
  opacity: 0.8;
}

.main-footer-bg {
  position: relative;
}

.main-footer-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  filter: grayscale(1);
  background-size: contain;
  top: 0px;
}

.footer-logo img {
  width: 228px;
}

.footer-logo {
  display: inline-block;
  background: #fff;
  padding: 6px 3px;
  border-radius: 8px;
  margin-top: -30px;
  box-shadow: 0px 0px 9px #00000045;
}

.footer-about p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 15px;
}

.footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  line-height: 51px;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-secondary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.bottom-footer {
  position: relative;
  margin-top: 20px;
}

.bottom-footer p {
  font-size: 15px;
  border-top: 1px solid #ffffff75;
  display: inline-block;
  padding-top: 7px;
  margin-bottom: 4px;
}

.bottom-footer p a {
  color: #fff;
}

.footer-btm .col-md-6:nth-child(1) {
  border-right: 1px dashed;
  color: #fff;
}

.f-reach {
  margin-top: 15px;
}

.footer-title h2 {
  color: var(--color-primary);
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 22px;
  display: inline-block;
  border-bottom: 2px solid var(--color-primary);
}

.footer_links1 {
  text-align: center;
}

.footer_links1 ul {
  display: inline-block;
  margin: 0 0 15px;
}

.footer_links1 ul li {
  display: inline-block;
  line-height: 35px;
}

.footer_links1 ul li a:hover {
  color: var(--color-primary);
}

.footer_links1 ul li a {
  /* color: var(--color-default); */
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  border-right: 1px dashed;
  padding: 0 11px;
}

.f-right::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #096672, #fff0, #096672);
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0px;
  border-radius: 25px;
  right: 0px;
  margin: auto;
}

.footer-btm a {
  /* color: var(--color-default); */
  color: #fff;
  font-size: 15px;
}

.footer-btm p {
  font-size: 15px;
}

.f-left {
  margin-bottom: 20px;
}

.f-ad {
  color: #fff;
  border-top: 1px dashed;
  padding-top: 10px;
  margin-top: 10px;
}

.test-sec {
  position: relative;
  margin-bottom: 78px;
}

.test-left-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.test-left-img-blk {
  position: relative;
}

.testi-star {
  color: var(--color-primary);
}

.test-txt {
  padding: 45px 75px;
  padding-top: 65px;
}

.test-txt p {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 25px;
}

.test-txt h2 {
  text-transform: uppercase;
  background: var(--color-secondary);
  border-radius: 25px;
  display: inline-block;
  padding: 8px 13px;
  color: #fff;
  line-height: 24px;
  font-size: 24px;
  left: -13px;
}

.test-right-img img {
  transition: all 300ms ease;
  cursor: pointer;
}

.test-right-img:hover img {
  transform: scale(1.05);
}

.blogs-sec {
  position: relative;
  margin-bottom: 83px;
}

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

.blog-txt h2 {
  font-weight: 600;
  font-size: 20px;
  color: var(--color-secondary);
}

.blog-blk::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/blog1.png);
  background-position: center;
  background-size: 84%;
  background-repeat: no-repeat;
  top: -32px;
  left: -30px;
}

.blog-txt {
  padding-left: 85px;
}

.blog-txt p {
  font-size: 15px;
}

.blog-txt p a {
  font-weight: 500;
}

.blog-blk {
  padding-top: 18px;
  margin: 15px;
}

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

.extra-gen-head h3 {
  font-size: 20px;
  color: var(--color-primary);
}

.extra-gen-head h2 {
  font-size: 56px;
  color: var(--color-secondary);
  font-weight: 700;
}

.extra-gen-head h4 {
  background: linear-gradient(to right, #df8f241c, #ffffff00);
  position: relative;
  padding: 8px 86px 8px 15px;
  line-height: 30px;
  font-weight: 400;
  font-size: 20px;
  margin: 10px 0px;
}

.extra-gen-btm p {
  line-height: 30px;
}

.extra-gen-btm h5 {
  font-weight: 400;
  border-left: 3px solid var(--color-primary);
  padding-left: 10px;
  font-size: 18px;
}

.extra-gen-btm h5 span {
  color: var(--color-secondary);
  line-height: 35px;
  text-transform: uppercase;
  font-size: 23px;
}

.extra-gen-btm .ol_styles li {
  font-size: 18px;
  letter-spacing: 0.6px;
}

.extra-gen-img {
  position: relative;
  cursor: pointer;
}

.extra-gen-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  top: 11px;
  right: -11px;
  z-index: 1;
}

/* .extra-gen-img::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  border-radius: 50%;
  top: 0px;
  left:0px;
  opacity: 0.6;
} */
.extra-gen-img img {
  border-radius: 999px;
  box-shadow: -8px -8px 10px #21212129;
  transition: all 300ms ease;
}

.extra-gen-img:hover img {
  transform: scale(1.05);
}

.footer-social {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
  margin-top: 30px;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.footer-social ul li a {
  background: var(--color-primary);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  transition: all 300ms ease;
  display: block;
}

.footer-social ul li a img {
  filter: brightness(0) invert(1);
  width: 13px;
}

.footer-social ul li a:hover {
  background: var(--color-secondary);
}

.main-timeline {
  position: relative;
}

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

.main-timeline .timeline {
  width: 42%;
  padding: 30px 0 0;
  margin: 0 30px 20px 0;
  float: left;
}

.main-timeline .timeline-content {
  color: #333;
  background: linear-gradient(to left, #f1eff0, #fff);
  min-height: 140px;
  padding: 0 25px 25px 30px;
  border: 2px solid #fff;
  border-radius: 0px 0px 70px 0px;
  display: block;
  position: relative;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  background: linear-gradient(to right, #f1eff0, #fff);
  border-radius: 0px 0px 0px 70px;
}

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

.main-timeline .timeline-icon img {
  width: 70px;
  filter: brightness(0) invert(1);
}

.main-timeline .timeline-icon {
  color: #fff;
  background: linear-gradient(to right, #065e6a 49%, #066a78 50%);
  font-size: 45px;
  text-align: center;
  line-height: 150px;
  height: 150px;
  width: 150px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: -32px;
  right: -75px;
  z-index: 1;
}

.main-timeline .timeline-icon:before {
  content: "";
  background: var(--color-primary);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: 72%;
  height: 72%;
  top: 50%;
  left: 50%;
  z-index: -1;
}

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

.main-timeline .title {
  color: #fff;
  background: linear-gradient(to right, #00525e, #067382);
  font-size: 22px;
  font-weight: 700;
  padding: 10px 40px;
  margin: -22px 0 20px 34px;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
}

.main-timeline .description {
  font-size: 15px;
  margin: 0 65px 0 0;
}

.main-timeline .timeline:nth-child(even) {
  float: right;
  margin: 0 0 20px 30px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: -75px;
  background: linear-gradient(to left, #065e6a 49%, #066a78 50%);
}

.main-timeline .timeline:nth-child(even) .title {
  margin-left: 0;
  margin-right: 38px;
  padding-left: 50px;
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
  background: linear-gradient(to left, #00525e, #067382);
}

.main-timeline .timeline:nth-child(even) .description {
  margin: 0 0 0 65px;
}

@media screen and (max-width: 990px) {
  .main-timeline .timeline .title {
    margin-left: 15px;
  }

  .main-timeline .timeline:nth-child(even) .title {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
  }

  .main-timeline .timeline .timeline-content {
    min-height: auto;
  }

  .main-timeline .timeline .timeline-icon {
    font-size: 35px;
    line-height: 72px;
    height: 80px;
    width: 80px;
    right: auto;
    left: 0;
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
  }

  .main-timeline .timeline .title {
    padding-right: 20px;
    margin-bottom: 30px;
    display: inline-block;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
  }

  .main-timeline .timeline:nth-child(even) .title {
    margin-right: 0;
    margin-left: 15px;
  }

  .main-timeline .timeline .description,
  .main-timeline .timeline:nth-child(even) .description {
    margin: 0;
  }

  .main-timeline .timeline-icon {
    right: -150px;
  }
}

@media screen and (max-width: 576px) {
  .main-timeline .title {
    font-size: 18px;
  }
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 16px;
  margin-top: 10px;
}

.main-footer .footer-column:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 137px;
  right: 12px;
  top: 83px;
}

.main-footer .links-widget {
  position: relative;
}

.main-footer .footer-widget .widget-title {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.main-footer .footer-widget .widget-title::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 2px;
  border-bottom: 2px solid var(--color-primary);
  left: 0;
  top: 32px;
}

.main-footer .list {
  position: relative;
  padding-left: 20px;
}

.main-footer .list li {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-left: 15px;
}

.main-footer .list li:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  content: "";
  background: var(--color-primary);
}

.main-footer .list li::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  border-bottom: 1px dotted #fff;
  left: -20px;
  top: 13px;
}

.main-footer .list li a {
  position: relative;
  font-size: 15px;
  line-height: 31px;
  font-weight: 400;
  -webkit-transition: all 0.3sease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3sease;
  color: inherit;
  color: #fff;
  text-transform: capitalize;
}

.main-footer .list li a:hover {
  color: var(--color-primary);
}

.loc_bar_row {
  justify-content: center;
  align-items: center;
}

.footer-loc {
  position: relative;
  border-bottom: 1px dotted #b5b5b5;
  margin-bottom: 17px;
  padding-bottom: 16px;
  text-align: center;
  color: var(--color-default);
}

.loc-bar.footer-loc h5 {
  margin: 0px 25px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}

.loc-bar i {
  width: 35px;
  height: 35px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  margin: auto;
  display: block;
}

.loc_bar_row .col-md-6:nth-child(1) {
  border-right: 1px dotted #b5b5b5;
}

.loc-bar {
  text-align: center;
  color: #fff;
}

.loc-bar h5 {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}

.main-footer .footer-widget .foot-loc-head .widget-title::before {
  right: 0px;
  margin: auto;
}

.timings {
  color: #fff;
  margin-top: 20px;
  /* padding: 0 95px; */
  display: inline-block;
}

.timings_list {
  border-bottom: 1px dotted;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.timings_list:nth-child(3) {
  border-bottom: 0px;
}

.timings h4 {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 9px;
  text-transform: uppercase;
  background: #df8f24;
  display: inline-block;
  padding: 3px 10px;
}

.top-wrap1 {
  position: relative;
}

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

.bread-bg {
  padding: 38px 0px;
  position: relative;
  text-align: center;
}

.bread-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../gallery/breadcrumb-bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.bread-bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--color-secondary);
  top: 0;
  left: 0;
  z-index: -2;
}

.breadcrumb h1 {
  color: #fff;
  font-size: 43px;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom: 0px;
}

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

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

.breadcrumb ul li {
  font-size: 17px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0 8px;
  margin: 0;
}

.breadcrumb ul {
  padding: 6px 0px;
  position: relative;
  display: inline-block;
}

.breadcrumb ul i {
  transform: rotate(-103deg);
  font-size: 13px;
  top: -2px;
  position: relative;
  color: #fff;
}

.bread-bg .active a {
  color: #fff;
}

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

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

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

.serv-matter p {
  text-align: justify;
  line-height: 31px;
  margin-bottom: 10px;
  font-size: 15px;
}

.serv-matter .ol_styles li {
  font-size: 15px;
}

.serv-image {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.serv-image img {
  box-shadow: 0px 0px 10px #9f9f9f;
  border: 6px solid #f5f5f5;
}

.inner-section .ol_styles {
  padding: 0;
  padding-left: 20px;
}

.inner-section .ol_styles li {
  position: relative;
  padding-left: 1px;
  margin-bottom: 5px;
  line-height: 28px;
  text-align: justify;
  list-style: disc;
}

.serv-matter h2 {
  color: var(--color-primary);
  font-size: 22px;
  margin: 18px 0px 6px;
  font-weight: 500;
}

.serv-matter h3 {
  color: var(--color-secondary);
  font-size: 18px;
  margin: 18px 0px 8px;
  font-weight: 500;
}

.chatbox {
  position: fixed;
  bottom: 119px;
  left: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 2;
}

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

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

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

.chatbox-header h5 {
  line-height: 33px;
}

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

.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-open .btn {
  border: 0px;
}

#chatbox-open .btn.focus,
#chatbox-open .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

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

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

.chatbox-footer .form-control:focus {
  box-shadow: none;
}

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

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: #ffffff00;
  z-index: 5;
}

#chat-messages {
  padding: 8px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px #00000042;
}

#chat-messages p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
  color: var(--color-default);
}

.chatbox-footer .form-control:focus {
  color: var(--color-default);
  background-color: #fff;
}

.inner-pages .header-one {
  background: #fff;
  padding-bottom: 20px;
}

.itestimonial-main-blk:before {
  content: "";
  height: 100%;
  width: 2px;
  border: 1px dashed var(--color-secondary);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

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

.itestimonial-main-blk .itestimonial-blk {
  width: 50%;
  padding: 10px 40px 10px 10px;
  margin: 0 10px 30px 0;
  float: left;
  position: relative;
}

.itestimonial-main-blk .itestimonial-blk:after {
  content: "";
  background-color: var(--color-primary);
  height: 24px;
  width: 24px;

  position: absolute;
  right: -12px;
  bottom: 0;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #29292969;
  transform: rotate(45deg);
}

.itestimonial-main-blk .itestimonial-inner-blk {
  color: #444;
  background-color: #fff;
  padding: 25px 90px 25px 45px;
  border-radius: 0 42px;
  border: 6px solid #024f5b1f;
  display: block;
  position: relative;
  box-shadow: 0 3px 10px #29292930;
}

.itestimonial-main-blk .itestimonial-inner-blk:hover {
  text-decoration: none;
}

.itestimonial-main-blk .itestimonial-icon {
  color: #fff;
  background-color: var(--color-primary);
  font-size: 37px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  width: 70px;
  border-radius: 30px 0 0 30px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

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

.itestimonial-main-blk .itest-name {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.itestimonial-main-blk .itest-desc {
  font-size: 15px;
  margin: 0;
  line-height: 30px;
}

.itestimonial-main-blk .itestimonial-blk:nth-child(even) {
  padding: 10px 10px 10px 40px;
  margin: 0 0 30px 10px;
  float: right;
}

.itestimonial-main-blk .itestimonial-blk:nth-child(even):after {
  right: auto;
  left: -12px;
}

.itestimonial-main-blk .itestimonial-blk:nth-child(even) .itestimonial-inner-blk {
  padding: 25px 45px 25px 90px;
  border-radius: 42px 0;
}

.itestimonial-main-blk .itestimonial-blk:nth-child(even) .itestimonial-icon {
  border-radius: 0 30px 30px 0;
  left: 0;
  right: auto;
}

.itestimonial-main-blk .itestimonial-blk:nth-child(even) .itestimonial-inner-blk {
  border-color: #df8f2430;
}

.itestimonial-main-blk .itestimonial-blk:nth-child(even) .itestimonial-icon {
  background-color: var(--color-secondary);
}

.itestimonial-main-blk .itestimonial-blk:nth-child(even) .itest-name {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .itestimonial-main-blk:before {
    transform: translateX(0);
    left: 15px;
  }

  .itestimonial-main-blk .itestimonial-blk,
  .itestimonial-main-blk .itestimonial-blk:nth-child(even) {
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 10px 10px 35px;
  }

  .itestimonial-main-blk .itestimonial-blk:after,
  .itestimonial-main-blk .itestimonial-blk:nth-child(even):after {
    left: -10px;
  }

  .itestimonial-main-blk .itestimonial-icon,
  .itestimonial-main-blk .itestimonial-blk:nth-child(even) .itestimonial-icon {
    font-size: 30px;
    border-radius: 30px 0 0 30px;
    right: 0;
    left: auto;
    bottom: auto;
    top: 10px;
  }

  .itestimonial-main-blk .itestimonial-inner-blk,
  .itestimonial-main-blk .itestimonial-blk:nth-child(even) .itestimonial-inner-blk {
    padding: 85px 25px 25px 25px;
    border-radius: 70px 0;
  }
}

@media screen and (max-width: 567px) {
  .itestimonial-main-blk .itest-name {
    font-size: 18px;
  }
}

.itestimonial-icon img {
  width: 40px;
}

.gallery_block {
  margin-bottom: 28px;

  box-shadow: 0 0 10px #29292938;
  border-radius: 10px;
}

.ip-imgs {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.ip-imgs:before,
.ip-imgs:after {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.6);
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  transition: all 0.4s ease;
}

.ip-imgs:after {
  background-color: rgba(225, 142, 37, 0.56);
  border: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.ip-imgs:hover:before,
.ip-imgs:hover:after {
  opacity: 1;
}

.ip-imgs img {
  width: 100%;
  height: auto;
  transform: scale(1.5) translateY(0);
  transition: all 0.4s ease-out 0s;
}

.ip-imgs:hover img {
  transform: scale(1.5) translateY(-20px);
}

.ip-imgs .box-content {
  color: #fff;
  width: 100%;
  padding: 15px 0;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.4s ease 0s;
}

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

.ip-imgs .ip-icon {
  padding: 0;
  /* margin: 0 0 12px; */
  list-style: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  left: 0px;
  width: fit-content;
  height: fit-content;
  z-index: 1;
}

.ip-imgs .ip-icon li {
  margin: 0 3px;
  display: inline-block;
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.3s ease-in-out;
}

.ip-imgs .ip-icon li:nth-child(2) {
  transform: translateY(-30px);
}

.ip-imgs:hover .ip-icon li {
  opacity: 1;
  transform: translateY(0);
}

.ip-imgs .ip-icon li a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  line-height: 34px;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: block;
  transition: all 0.5s ease-in-out;
}

.ip-imgs .ip-icon li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px #fff;
}

.ip-imgs .ip-icon li a i {
  line-height: inherit;
}

.ip-imgs .title {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 2px;
  transform: translateY(20px);
  transition: all 0.3s ease 0s;
}

.ip-imgs .post {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  transform: translateY(50px);
  transition: all 0.3s ease 0s;
}

.ip-imgs:hover .title,
.ip-imgs:hover .post {
  transform: translateX(0);
}

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

._cform {
  position: relative;
  padding: 23px 23px;
  max-width: 1000px;
  text-align: center;
}

._cform h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 34px;
  color: var(--color-primary);
  display: inline-block;
  border-bottom: 1px dashed;
  padding-bottom: 9px;
}

._cform .form-control {
  height: 50px;
}

._cform textarea {
  height: 100px !important;
}

iframe {
  box-shadow: 0 0 10px #ccc;
  border: 7px solid #fff;
}

._cform .form-control::placeholder {
  color: #000000;
  opacity: 1;
}

._cform .form-control:focus {
  color: #000;
}

._cform .btn {
  background: var(--color-primary);
  border-color: transparent;
}

.c-form-row {
  position: relative;
  padding: 25px 15px;
}

.c-form-row .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-primary);
  background-color: #e7e7e7;
  background-clip: padding-box;
  border-bottom: none;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.c-form-row .form-control:focus {
  box-shadow: 0 0 10px #df8f242b;
}

.adr-icon {
  width: 150px;
  margin: auto;
  margin-bottom: 10px;
}

.contact-page h2 {
  color: var(--color-secondary);
  display: inline-block;
  border-bottom: 1px dashed var(--color-secondary);
  margin-bottom: 7px;
}

.contact-page p {
  display: block;
}

.team-row {
  padding: 47px 10px;
  border-radius: 75px;
  margin-bottom: 100px;
}

.team-img {
  border: 8px solid #fff;
  box-shadow: 0 0 10px #a5a5a5;
}

.tdr-name {
  position: relative;
  margin-top: 25px;
}

.tdr-name h2 {
  color: var(--color-secondary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 29px;
}

.tdr-name h3 {
  font-weight: 500;
  font-size: 18px;
}

.tdr-name h4 {
  color: var(--color-primary);
  font-size: 19px;
  margin-bottom: 5px;
}

.abt-inner-matter p {
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
}

.abt-page-img {
  position: relative;
  cursor: pointer;
}

.abt-page-img img {
  border: 8px solid #ffffff;
  box-shadow: 0px 20px 20px -16px #000;
}

.abt-inner-matter h2 {
  color: var(--color-default);
  font-size: 21px;
  font-weight: 400;
}

.abt-inner-matter h2 span {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 600;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 28px;
}

.home-care-page .col-md-6 {
  border-bottom: 1px dashed #0000004f;
  border-right: 1px dashed #0000004f;
  padding: 30px 20px;
}

.home-care-page .col-md-6:nth-child(even) {
  border-right: 0px;
}

.home-care-page .col-md-6:nth-child(5),
.home-care-page .col-md-6:nth-child(6) {
  border-bottom: 0px;
}

.home-care-page img {
  width: 55px;
}

.homecare-icon {
  display: inline-block;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0px 0px 5px #6f6e6e;
}

.home-care-page .col-md-6:nth-child(1),
.home-care-page .col-md-6:nth-child(4),
.home-care-page .col-md-6:nth-child(5),
.home-care-page .col-md-6:nth-child(8),
.home-care-page .col-md-6:nth-child(9) {
  background: #e18e2414;
}

.abt-inner-matter h2 {
  color: var(--color-primary);
  font-size: 22px;
  margin: 18px 0px 6px;
  font-weight: 500;
}

.home-care-page h2 {
  color: #131313;
  font-size: 20px;
}

.home-care-page p {
  text-align: center;
  margin-bottom: 0px;
}

.commit-head {
  margin: 30px 0px 20px;
}

.commit-head h2 {
  background: linear-gradient(45deg, #00616f42, transparent);
  padding: 20px 18px;
  color: #000;
  display: inline-block;
  border-left: 6px solid #df8f24;
  font-size: 25px;
  text-transform: uppercase;
}

.mvv-block {
  position: relative;
  background: #f5f5f5;
  border-radius: 50%;
  width: 352px;
  height: 352px;
  padding: 38px 37px;
}

.mvv-block p {
  text-align: center;
}

.abt-inner-matter .col-md-4 .mvv-block.mvv-block1 {
  padding: 80px 37px;
}

.abt-inner-matter .col-md-4 .mvv-block.mvv-block2 {
  padding: 60px 37px;
}

.serviceBox {
  color: var(--color-default);
  background: #f5f5f5;
  text-align: right;
  padding: 25px 0;
  border-radius: 15px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}

.serviceBox .title {
  background: var(--color-secondary);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  width: 90%;
  padding: 10px 10px 10px 45px;
  margin: 0 0 15px;
  display: inline-block;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.serviceBox .description {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 24px;
  margin: 0 20px 15px;
}

.serviceBox .service-icon {
  background: var(--color-primary);
  font-size: 40px;
  text-align: center;
  line-height: 78px;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  border-radius: 50%;
}

.serviceBox .service-icon img {
  width: 55px;
  filter: brightness(0) invert(1);
}

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

@media only screen and (max-width: 767px) {
  .serviceBox .title {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .serviceBox .title {
    padding-left: 35px;
  }
}

.panel-blk {
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}

.tdr-name a {
  color: #fff;
  background-color: var(--color-secondary);
  padding: 3px 15px;
  margin-top: 5px;
}

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

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

.team_modal .modal-header .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;
  /* background: linear-gradient(to left, var(--color-primary), var(--color-secondary)); */
  /* background: var(--color-default); */
  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 h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 31px;
  color: var(--color-secondary);
}

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

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

.team_header .close {
  position: absolute;
  background: var(--color-primary);
  opacity: 1;
  color: #fff;
  padding: 10px 9px;
  right: 0;
}

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

.team_m_content.modal-content {
  border: 7px solid #d2d2d2;
  padding: 18px 0px;
}

.modal-body {
  background: var(--color-secondary);

  padding: 45px;
  height: 600px;
  overflow-y: scroll;
}

.modal-dialog {
  max-width: 750px;
  margin: 4rem auto;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: #08885d;
}

.modal-content::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.codecontents {
  border-top: 4px solid var(--color-primary);
}

.codecontents .close {
  position: absolute;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: none;
  font-size: 26px;
  z-index: 99;
  font-weight: 400;
}

.codecontents .close:hover {
  position: absolute;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  right: -25px;
  top: -25px;
  opacity: 1;
  text-shadow: none;
  transition: all 0.3s;
}

.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.modal-docabout {
  color: #fff;
}

.modal-docname h2 {
  color: #fff;
  /* color: var(--color-primary); */
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
}

.modal-docabout {
  padding-top: 10px;
  border-top: 1px dashed #fff;
  margin-top: 14px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  /* background-color: #fbf4f4; */
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, .2); */
  border-radius: 0.3rem;
  outline: 0;
  /* height: 400px; */
  /* overflow-y: scroll; */
  /* border: 2px solid #333; */
}

button.close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

button.close {
  padding: 0px;
  width: 50px;
  background: var(--color-secondary);
  height: 50px;
  text-decoration: none;
  right: -25px;
  top: -25px;
  text-shadow: none;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  position: absolute;
  font-size: 45px;
  line-height: 0px;
}

.modal-content::-webkit-scrollbar {
  width: 10px;
}

.modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #888;
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.home-modal .modal-dialog {
  max-width: 538px;
  margin: 4rem auto;
}

.modal-docname {
  color: #fff;
}

.modal-dialog h3 {
  font-size: 20px;
  font-weight: 500;
}

.modal-dialog h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 5px;
}

.stats-block {
  position: relative;
}

.loc-bar a {
  color: #fff;
  font-size: 15px;
}

.modal-docabout p {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 12px;
}

.modal-docabout h2 {
  font-size: 21px;
  font-weight: 500;
}

.modal-docabout h2 img {
  width: 29px;
  margin-right: 8px;
  top: -3px;
  position: relative;
}

.ol_styles2 {
  position: relative;
  margin-bottom: 12px;
  list-style-type: none;
  padding-left: 43px;
}

.ol_styles2 li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 5px;
  font-weight: 400;
}

.ol_styles2 li::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 2px;
  left: 0px;
  top: 14px;
  background: #fff;
}

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

.ol_styles3 li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 5px;
  font-weight: 400;
}

.ol_styles3 li::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 2px;
  left: 0px;
  top: 14px;
  background: #fff;
}

.ol_styles2 .no-marker::before {
  content: none;
  /* disables the bullet */
}

.modal-dialog ::-webkit-scrollbar-track {
  /* -webkit-box-shadow: outset 0 0 6px rgba(0,0,0,0.3); */
  border-radius: 10px;
}

.modal-dialog ::-webkit-scrollbar {
  width: 8px;
  /* background-color: #F5F5F5; */
}

.modal-dialog ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  background-color: #eaeaea;
}

.govt-panel-row {
  margin-top: 10px;
}

.panel-head h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.blog-inner-content h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.blog-inner-content h2 a {
  color: var(--color-secondary);
}

.blog-inner-content p {
  font-size: 15px;
  margin-bottom: 8px;
}

.blog-inner-content .blog-inner-btn {
  background: var(--color-primary);
  color: #fff;
  padding: 4px 10px;
}

.blog-inner-content {
  margin-top: 13px;
}

.blog-inner-block {
  position: relative;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 19px 0px #00000042;
}