@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

:root {
  --color-default: #2a2a2a;
  /* --color-primary:#153273;
  --color-secondary: #067881; */
  /* --color-primary: #0a5869;
  --color-secondary: #f58939; */
  --color-primary: #142833;
  --color-secondary: #4299a1;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

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

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

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

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../gallery/inner_bg.jpg);
  /* background-attachment: fixed; */
  opacity: 0.5;
  background-position: center;
  background-repeat: repeat;
  background-size: inherit;
}

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

.top-wrap::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  z-index: 2;
}

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

.header-one {
  position: relative;
}

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

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

.lower-box .logo {
  top: 31px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  /* width: 390px; */
}

.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 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 60px 0 0;
  top: 0;
}

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

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 0 11px;
  border-radius: 24px 0 1px 24px;
}

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

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

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

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

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

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

.main-menu .navigation>li>ul>li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  display: block;
  background: var(--color-primary);
}

.main-menu .navigation>li>ul>li:hover:before {
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header-top {
  position: relative;
  background: var(--color-primary);
  min-height: 50px;
}

.header-top .container {
  max-width: 1060px;
}

.header-top-social {
  position: absolute;
  right: 129px;
  top: 13px;
}

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

.header-top-social ul li a {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--color-primary);
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 18px;
  display: block;
}

.header-contact ul li {
  display: inline-block;
}

.header-menu-nav ul li {
  display: inline-block;
}

.header-menu-nav {
  position: absolute;
  top: 14px;
  right: 379px;
}

.header-contact {
  position: absolute;
  top: 14px;
}

.header-menu-nav ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}

.header-contact ul li:nth-child(2) a {
  border-right: 0px;
}

.header-contact ul li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px dashed;
}

.logins_section {
  position: absolute;
  right: 0px;
  z-index: 99;
  display: inline-block;
  top: 10px;
}

.logins_section span {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  background: var(--color-secondary);
}

.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: var(--color-default);
  -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-default);
  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-primary);
}

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

.main-menu .navigation>li>a:hover {
  color: var(--color-primary);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

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

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -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 .social-links li a:hover {
  color: #dddddd;
}

.main-menu .navigation>li>ul {
  border-top: 2px solid var(--color-secondary);
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 150px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.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 {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #929292;
}

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

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-default);
  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;
  text-transform: capitalize;
}

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

.main-menu .navigation .cstmwidth1 {
  width: 260px;
}

.main-menu .navigation .cstmwidth {
  width: 160px;
}

/*
* 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/banner.jpg);
  position: relative;
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 51px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: linear-gradient(to right, var(--color-primary), 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: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}

/* 
=====================================================
 social-top-icons
=====================================================
*/
.social-top-icons ul li {
  display: inline-block;
  margin-right: 7px;
}

.social-top-icons ul li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid;
  color: var(--color-default);
  text-align: center;
  border-radius: 50%;
}

.social-top-icons {
  position: absolute;
  right: 14px;
  z-index: 1;
  top: 23px;
  display: inline-flex;
}

.appnt-btn {
  margin-right: 30px;
  position: relative;
  top: 3px;
}

.appnt-btn a {
  background: var(--color-primary);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
}

/* .top-border{
  position: relative;
  margin: auto;
  width: 50%;
  height: 5px;
  background: var(--color-primary);
  z-index: 2;
} */


.abt-sec {
  position: relative;
  min-height: 30vh;
  margin-bottom: 100px;
  /* padding-bottom: 40px; */
}

.abt-sec::before {
  content: " ";
  position: absolute;
  width: 850px;
  height: 500px;
  /* background: linear-gradient(to right, #067780,#171348, #067780); */
  background: linear-gradient(to right, #06778045, #06767f, #06778045);
  border-radius: 50%;
  margin: auto;
  left: 0px;
  right: 0px;
  top: -260px;
  z-index: 0;
}

.abt-sec::after {
  content: " ";
  position: absolute;
  width: 50%;
  height: 40%;
  /* background: linear-gradient(to right, #15327300, #f3f3f3, #15327300); */
  z-index: -1;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
}

.doc-img-abt img {
  width: 500px;
}

.doc-content {
  position: relative;
  /* padding: 0px 300px; */

  margin-top: -20px;
}

.doc-content h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37px;
  color: var(--color-secondary);
}

.doc-content h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  color: var(--color-default);
}

.abt-matter a {
  border: 1px solid;
  color: var(--color-primary);
  padding: 2px 7px;
}

.service_section {
  position: relative;
  margin-bottom: 65px;
}

.service_section::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 8px;
  bottom: 0;
  left: 0;
  right: 0px;
  margin: auto;
  border-radius: 30px;
}

.service_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1216px;
  /* background: linear-gradient(to bottom, #f3f3f3, #ffffff, #f3f3f3); */
  left: 0;
  right: 0px;
  margin: auto;
  top: 0px;
  z-index: -1;
}

.sec-title h2{
  text-transform: uppercase;
  color: var(--color-secondary);
}
.sec-title span {
  display: inline-block;
  /* color: #eee; */
  font-size: 24px;
}

._ser_title.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.25em;
 
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}

._ser_title p {
  color: #000;
  margin: 0;
}

._ser_row_ {
  position: relative;
  align-items: center;
}

.blog_block {
  position: relative;
  margin-top: 30px;
}

.blog_block img {
  filter: grayscale(1);
}

.ser_blocks {
  position: relative;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0px 5px 10px #959191;
  margin: 117px 28px 58px;
}

.ser_blocks::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 49%;
  background-color: var(--color-secondary);
  left: -27px;
  z-index: -1;
  bottom: -27px;
}

.ser_blocks::after {
  left: initial;
  top: initial;
  right: -27px;
}

._ser_icon {
  display: inline-block;
  position: relative;
  transition: all ease-in-out .6s;
}

.ser_blocks:hover ._ser_icon {
  background: var(--color-secondary);
}

._ser_icon::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 136px;
  left: -8px;
  top: -8px;
  transition: all ease-in-out .6s;
  z-index: -1;
  border-radius: 50%;
}

.ser_blocks:hover ._ser_icon::before {
  transform: rotate(140deg);
}

._ser_icon img {
  display: inline-block;
  width: 68px;
}

.ser_blocks h3 {
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 29px;
  font-weight: 600;
}

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

.ser_blocks a {
  display: inline-block;
  background: #fff;
  color: var(--color-default);
  border: 1px solid;
  padding: 4px 13px;
  border-radius: 30px;
  transition: all ease-in-out .6s;
}

.ser_blocks:hover a {
  background: var(--color-secondary);
  color: #fff;
}

.servicesslider .owl-dots {
  text-align: center;
  width: 692px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2px 0 30px;
}

.servicesslider .owl-dots::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 3px;
  background-color: #333;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  z-index: 1;
}

.servicesslider .owl-dots .owl-dot {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #d8d8d8;
  box-shadow: 0px 0px 10px #333;
  margin: 0 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 47px;
  position: relative;
}

.servicesslider .owl-dots .owl-dot:nth-child(1) {
  background-image: url(../gallery/serv-icons/renal-transplantation.png);
}

.servicesslider .owl-dots .owl-dot:nth-child(2) {
  background-image: url(../gallery/serv-icons/acute-kidney-disease.png);
}

.servicesslider .owl-dots .owl-dot:nth-child(3) {
  background-image: url(../gallery/serv-icons/chronic-kidney-disease.png);
}

.servicesslider .owl-dots .owl-dot:nth-child(4) {
  background-image: url(../gallery/serv-icons/hemodialysis.png);
}

.servicesslider .owl-dots .owl-dot:nth-child(5) {
  background-image: url(../gallery/serv-icons/hemoperfusion-for-poisoning.png);
}

.servicesslider .owl-dots .owl-dot:nth-child(6) {
  background-image: url(../gallery/serv-icons/renal-biopsy.png);
}

.servicesslider .owl-dots .owl-dot.active {
  background-color: var(--color-secondary);

}

.servicesslider .owl-dots .owl-dot.active:nth-child(1) {

  background-image: url(../gallery/serv-icons/renal-transplantation1.png);
}

.servicesslider .owl-dots .owl-dot.active:nth-child(2) {

  background-image: url(../gallery/serv-icons/acute-kidney-disease1.png);
}

.servicesslider .owl-dots .owl-dot.active:nth-child(3) {
  background-image: url(../gallery/serv-icons/chronic-kidney-disease1.png);
}

.servicesslider .owl-dots .owl-dot.active:nth-child(4) {

  background-image: url(../gallery/serv-icons/hemodialysis1.png);
}

.servicesslider .owl-dots .owl-dot.active:nth-child(5) {

  background-image: url(../gallery/serv-icons/hemoperfusion-for-poisoning1.png);
}

.servicesslider .owl-dots .owl-dot.active:nth-child(6) {
  background-image: url(../gallery/serv-icons/renal-biopsy1.png);
}









.servicesslider .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 35px;
  background: #d8d8d8;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
}

._ser_title {
  padding-bottom: 20px;
  position: relative;
}
._ser_title::before{
  content: " ";
  position: absolute;
  width: 20%;
  height: 2px;
  background: var(--color-primary);
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}




.about-sec {
  position: relative;
  margin-bottom: 70px;
  padding-top: 45px;
}

/* .about-sec::before {
  content: " ";
  position: absolute;
  width: 700px;
  height: 700px;
  background: #24a5af2b;
  border-radius: 50%;
  top: -272px;
  left: -55px;
} */
.abt-sec-title {
  padding-top: 30px;
}

.abt-sec-title h3 {
  font-weight: 500;
  font-size: 30px;
}

.abt-sec-title h3 span {
  text-transform: uppercase;
  font-size: 40px;
  color: var(--color-primary);
  border-bottom: 2px solid;
}

/* .abt-matter{
  padding-top: 25px;
} */
.abt-matter p {
  line-height: 34px;
  text-align: justify;
  font-size: 16px;
}

.mvv-list-sec {
  position: relative;
  margin-bottom: 100px;
}

.mvv-block h2 {
  margin: 8px 0px;
}

.mvv-block {
  position: relative;
}

.mvv-icon {
  width: 100px;
  height: 100px;
  margin: auto;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
  line-height: 89px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px #adadad;
}

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

.mvv-block::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color-primary);
  background: #fff;
  border-radius: 50%;
  bottom: -20px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 5;
}

.mvv-block:after {
  background: var(--color-primary);
  content: "";
  height: 2px;
  width: 72px;
  position: absolute;
  bottom: -16px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.mvv-block:after {
  -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.mvv-block:after {
  background: var(--color-primary);
}



.testimonial_section {
  position: relative;
  margin-bottom: 45px;
}




.testi-item h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
}


.testi-item .fa {
  color: var(--color-secondary);
}

.testi-item {
  padding: 80px 114px 86px;
  color: #fff;
}

.testi-item p {
  margin-bottom: 0px;
}

.testimonial_blk {
  position: relative;
  margin-top: -45px;
}

.testimonial_blk .testi-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 500px;

  margin: auto;
}



.appt_section {
  position: relative;
  margin-bottom: 55px;

  min-height: 400px;
  padding: 56px 0px;
}




.appointment-block {
  text-align: center;
  padding: 27px 45px;

  position: relative;

}

.appointment-block p {
  margin-bottom: 25px;
  color: #fff;
}

.appointment-block h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.appointment-block .form-control {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

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

/* .appointment-block .form-control {
  height: 55px;
} */
.appointment-block textarea.form-control {
  height: 135px;
}

.select-items {
  color: #ffffff;
  padding: 4px 1px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  text-align: justify;
}

.form-control .color-hover:hover {
  background-color: #153b56 !important;
  color: #fff !important;
}

.appointment-block .btn {
  width: 110px;
  padding: 5px 5px;
  margin-top: 0;
}

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

.btn-danger:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.blog-apptn-sec {
  position: relative;
  margin-bottom: 40px;
}

.testimonial-block {
  position: relative;
  background: #fff;
  border-radius: 32px;
  box-shadow: -1px 6px 21px #bdbcbc;
  padding: 40px 80px 90px;
}




.appt_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(66, 153, 161, 0.58), #142833);
  top: 0;
  left: 0;
  z-index: -1;

}


.appt_section::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;



  top: 0;

  background-image: url(../gallery/appt-bg.jpg);

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
  background-attachment: fixed;

  left: 0;
  z-index: -1;

}


.blogs_section {
  position: relative;
  margin-bottom: 80px;
}

.blog_blocks {
  position: relative;
  text-align: center;
}

.blog_blocks::before {
  content: "";
  position: absolute;
}

.blo_info {
  position: relative;
  bottom: 0px;
  right: 0;
  width: 84%;
  background: linear-gradient(to bottom, rgb(255 255 255), #f4f4f4);
  padding: 16px 14px;
  text-align: center;
  display: inline-block;
  margin-top: -71px;
  box-shadow: 0px 8px 9px #4299a15e;
  border-radius: 17px;
  height: 166px;
}

.blog_row .col-md-4:nth-child(1) .blog_blocks,
.blog_row .col-md-4:nth-child(3) .blog_blocks {
  margin-top: 30px;
}

.blog_row {
  padding-top: 25px;
}

.blo_info h3 {
  color: var(--color-primary);
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 500;
}

.blo_info p {
  color: #060606;
  line-height: 21px;
  font-size: 14px;
}


.blog_row .col-md-4:nth-child(2) .blo_info a {
  background-color: var(--color-secondary);
  color: #fff;
}

.blo_info a {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 4px 15px;
  border-radius: 30px;
  margin-top: -11px;
}

.blog_blocks .blo_img {

  border: 8px solid #fff;
  box-shadow: 0px 0px 10px #ccc;


}

.newsletter_section {
  position: relative;
  margin-bottom: 45px;
}

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

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

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

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

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

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

.subscribe-input .form-control::placeholder {
  color: #6b6b6b;
}

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







.main-footer {
  position: relative;
}

.social-icon-two {
  position: relative;
  text-align: center;
  margin-top: 0;
  /* display: inline-block; */
  padding: 6px 4px;
  margin: 10px 0px 30px;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li:last-child {
  border-right: 0px;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 34px;
  border: 1px solid var(--color-default);
  color: var(--color-default);
  background: #fff;
  border-radius: 50%;
  font-weight: 400;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  color: #ffffff;
  background: var(--color-secondary);
}

.social-icon-two li a:first-child {
  margin-left: 0;
}

.user-links a:before {
  position: absolute;
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: 300;
  color: #000;
  left: 0px;
  top: -4px;
  transition: all 500ms ease;
}

.user-links a:hover {
  color: var(--color-secondary);
}

.user-links a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  line-height: 30px;
  text-transform: capitalize;
}

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

.main-footer .footer-bottom .copyright {
  position: relative;
  /* display: block; */
  padding: 9px 0px 13px;
}

.main-footer .footer-bottom .copyright a {
  color: var(--color-secondary);
}

.footer_about p {
  margin-bottom: 5px;
}

.f-logo img {
 
  margin-bottom: 18px;
}

.main-footer .widget-title {
  position: relative;
  font-size: 27px;
  font-weight: 500;
  color: var(--color-primary);
  /* padding-bottom: 6px; */
  margin-bottom: 7px;

  text-transform: uppercase;

  display: inline-block;
  /* border-bottom: 2px solid; */
}


.main-footer .widget-title:after,
.main-footer .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 70px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 3px;
}

/* .main-footer .widget-title::after {
  left: 75px;
  width: 8px;

  background-color: var(--color-default);
} */
.addr-row i {
  background: var(--color-primary);
  padding: 10px;
  border-radius: 32px;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.mb-40 {
  margin-bottom: 0px;
}

.footer-widget iframe {
  border: 8px solid #f5f5f5;
  box-shadow: 0px 2px 10px #c5c5c5;
}

.addr-row .one {
  border: 2px solid var(--color-primary);
  padding: 15px;
  border-radius: 17px;
}

.subscribe-area {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  margin-top: 25px;
}

.subscribe-inner {
  background-color: var(--color-default);
  -webkit-box-shadow: 0px 2px 10px #c5c5c5;

  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 2px 10px #c5c5c5;
}

.subscribe-content h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.subscribe-content p {
  margin-bottom: 0;
  color: #f4f4f4;
}

.subscribe-form form {
  position: relative;
}

.subscribe-form form .input-newsletter {
  display: block;
  width: 100%;
  color: #130947;
  height: 45px;
  border-radius: 10px;
  border: none;
  background-color: #f4f4f4;
  padding-left: 20px;
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  font-size: 16px;
  font-weight: 500;
}

.subscribe-form form .input-newsletter::-webkit-input-placeholder {
  color: #6d7a8c;
}

.subscribe-form form .input-newsletter:-ms-input-placeholder {
  color: #6d7a8c;
}

.subscribe-form form .input-newsletter::-ms-input-placeholder {
  color: #6d7a8c;
}

.subscribe-form form .input-newsletter::placeholder {
  color: #6d7a8c;
}

.subscribe-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 30px;
  height: 35px;
  line-height: 37px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 0 44px 0 15px;
  font-size: 14px;
  font-weight: 700;
}

.subscribe-form form button i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 29px;
  width: 30px;
  line-height: 28px;
  color: var(--color-secondary);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-form form button:hover {
  color: #fff;
  background-color: var(--color-primary);
}

.subscribe-form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -34px;
}

.usefull {
  text-align: center;
}

.useful-links {
  display: inline-block;
  padding: 12px 7px;
  margin-bottom: 5px;
}

.useful-ul {
  text-align: center;
  margin: 0;
  padding: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0px;
}

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

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

.usefull .useful-ul li a {
  padding: 0 7px;
  border-right: 1px solid #818181;
  color: #000;
  font-size: 16px;
}

.usefull .useful-ul li:last-child a {
  border: none;
}

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

.add_bar_row1 .col-md-4:nth-child(1) {
  border-right: 1px dashed #000;
}

._addre_bar p {
  padding: 10px 0px;
  margin-bottom: 0px;
}

._addre_bar {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  display: inline-block;
  padding-top: 5px;
}

.add_bar_row1 .col-md-12:nth-child(2) ._addre_bar {
  border-bottom: 0px;
}



.main-footer .shape {
  position: relative;

  width: 55%;

  height: 5px;

  border-radius: 15px;

  background: linear-gradient(to left, var(--color-primary), transparent, var(--color-secondary));

  left: 0;

  right: 0;

  margin: auto;

  top: 36px;

}

.doc-img-abt {
  margin-top: -140px;
}


.doc-img-abt img {
  box-shadow: 1px 2px 12px #97a2ab;
  border: 7px solid #fff;
  width: 380px;
}

.doc-content span {
  color: var(--color-secondary);
  font-weight: 500;
}

.abt-cnt {
  /* padding-top: 45px; */
}



.serv-outer {
  border: 1px dashed #000;
  margin-bottom: 30px;
  padding: 10px 0px;
}

.serv-block {
  overflow: hidden;
}

.serv-img {
  /* width: 200px; */
  width: 235px;
  margin: auto;
}

.serv-img img {
  filter: grayscale(0);
}

.anime {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 0;
}

.anime::before {
  width: 230px;
  height: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  top: -31px;
  border-radius: 50%;
  transition: all ease-in-out .4s;
  right: 0px;
  margin: auto;
}

.anime::after {
  height: 0%;
  width: 100%;
  background-size: contain;
  left: 0;
  bottom: -20px;
  position: absolute;
  content: "";
  opacity: 0;
  transition: all ease-in-out .4s;
}

.serv-content {
  position: relative;
}

.serv-content::before {
  content: " ";
  position: absolute;
  width: 30%;
  height: 4px;
  background: var(--color-primary);
  border-radius: 20px;
  bottom: -4px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.serv-content h3 {
  position: absolute;
  opacity: 0;
  font-size: 20px;
  visibility: hidden;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: opacity 0.3s;
  color: #fff;
}

.serv-block:hover .serv-content h3 {
  opacity: 1;
  visibility: visible;
  top: -95px;
  font-weight: 400;
  transition: opacity 0.3s;
  text-transform: uppercase;
}

.serv-block:hover .anime::before {
  height: 230px;
}
.servlist {
  position: relative;
  padding: 30px 205px 40px 10px;
  background: linear-gradient(to left, #bfe7ea, #ffffff00);
  border-radius: 0px 100px 100px 0px;
  margin-bottom: 15px;
  /* box-shadow: -5px 7px 10px #8d8d8d; */
  text-align: right;
}
.serv_pic img{
  border-radius:0% 50% 50% 50%;
  border: 5px solid #f5f5f5;
}
.serv_pic {
  position: absolute;
  right: 9px;
  width: 178px;
  top: 9px;
  
}
.blogs_row .col-md-6:nth-child(2) .servlist .serv_pic img{
  border-radius:50% 0% 50% 50%;
}
.serv_info h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
}
.serv_info p {
  line-height: 23px;
  font-size: 15px;
  margin: 0 0 6px;
}
.serv_info a {
  display: inline-block;
  /* background: var(--color-primary); */
  color: #000000;
  /* padding: 1px 10px; */
  /* border-radius: 21px; */
  border-bottom: 1px solid;
}
.blogs_row .col-md-6:nth-child(2) .servlist {
  padding: 30px 10px 40px 205px;
  border-radius: 100px 0px 0px 100px;
  background: linear-gradient(to right, #bfe7ea, #ffffff00);
  text-align: left;
  /* box-shadow: 5px 7px 10px #8d8d8d; */
  margin-right: 0px;
}
.blogs_row .col-md-6:nth-child(2) .serv_pic {
  left: 9px;
  right: initial;
}
.blogs_row{
  padding-top: 20px;
  position: relative;
}
.blogs_row::before{
  position: absolute;
  content: " ";
  width: 40%;
  height: 2px;
  background: var(--color-primary);
  top: 0px;
  bottom: 0px;
  margin: auto;
  left:0px;
  right: 0px;

}
.blogs_row::after{
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--color-secondary);
  border-radius: 50%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border: 4px solid #fff;
}
.serv-bg{
  position: relative;
}
.serv-bg::before{
  content: " ";
  position: absolute;
  width: 2px;
  height: 83.5%;
  background: var(--color-primary);
  left: 0px;
  right: 0px;
  margin: auto;
}
.blogs_row .col-md-6:nth-child(1){
  padding-right: 40px;
  position: relative;
  left: -40px;
}
.blogs_row .col-md-6:nth-child(2){
  padding-left: 40px;
  position: relative;
  right: -40px;
}


.tips_section{
  position: relative;
  margin-bottom: 45px;

}


.tips_section .tips_txt{
  position: relative;
  text-align: left;
}


.tips_txt h3{
  color: var(--color-primary);
  display: block;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 400;

}
.tips_txt h2{
  color: var(--color-secondary);
  text-transform: uppercase;
  display: block;
  font-size: 40px;
}
.tips_txt p{
  margin-bottom: 10px;
}
.hm-styles {
  padding: 0;
  padding-left: 20px;
}

.hm-styles li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 33px;
  text-align: justify;
}

/* .hm-styles li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 28px;
  color: #373434;
  font-weight: 900;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
} */
.hm-styles li::before {
  content: " ";
  position: absolute;
  width:15px;
  height: 1px;
  background: var(--color-secondary);
  left: -12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.hm-styles li::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  border-radius: 50%;
  left: 00px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.servlist:hover .serv_pic img{
  filter: grayscale(1);
}
.why-block-section {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 23px
}

._why {
  position: relative;
  right: 0;
  top: 0;
  z-index: 1
}

._why::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: var(--color-primary);
  top: 66px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1
}

.service_list a:hover,
.why-blocks:hover {
  background-color:var(--color-secondary);
  color: #fff;
}

.why-blocks {
  text-align: center;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  padding: 25px 0;
  color: #fff;
  position: relative;
  background: var(--color-primary);
}

.why-blocks h4 {
  font-size: 43px;
  margin: 0;
  font-weight: 600
}

.why-blocks p {
  
  font-size: 17px;
  font-weight: 500;
  margin: 0
}
.extra-stats-sec{
  position: relative;
  margin-bottom: 80px;
}
.tips_section::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../gallery/tips-bg.png);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;

}
/* .tips_txt::before {
  content: " ";
  position: absolute;
  width: 600px;
  height: 600px;
  background: #4299a11f;
  border-radius: 50%;
  z-index: -1;
  left: -144%;
  top: -74px;
} */



.tips_img::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #a3f7ff6e, transparent);
  border-radius: 50%;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}





.bread_cumb_wrap {
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  padding: 163px 0 20px;
  background: linear-gradient(to right, #4299a130, #ffffff00, #4299a130);
}

.bread_cumb_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 425px;
  top: 0;
  left: 0;
  z-index: -1; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2
}

.bread_cumb_wrap h1 {
  text-transform: capitalize;
  color: #000000;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}

.bread_cumb_wrap ul {
  display: inline-block;
  /* box-shadow: 0 5px 4px #ccc; */
  padding: 8px 23px 7px;
  /* border-radius: 30px; */
  background: var(--color-primary);
  /* border: 4px solid #ccc; */
}

.bread_cumb_wrap ul li {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  color: #2c2c2c
}

.bread_cumb_wrap ul li:last-child:before {
  display: none
}

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

.bread_cumb_wrap ul li a {
  /* display: block; */
  color: #ffffff;
  font-size: 17px;
}

.top_wrap1 {
  position: relative;
}
.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 70px 0px 80px;
}
.contact-area {
  background: linear-gradient(to top,var(--color-secondary),var(--color-primary));
  color: #fff;
  padding: 25px 25px 1px;
  margin-bottom: 20px
}
.text-center1 {
  text-align: center;
  margin-bottom: 0;
}
.border2 {
  width: 145px;
  background: #fff;
  height: 1px;
  margin: 10px auto;
}

.counter1 {
  text-align: center;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 10px 0;
}

.counter2 {
  text-align: center;
  padding-top: 9px;
}
.counter1 p{
  margin-bottom: 0px;
}
.map iframe{
  width: 100%;
  height: 290px;
  border: 5px solid #f5f5f5;
  box-shadow: 0px 0px 10px;
}
.contact-form{
  margin-top: 30px;
}


._cform {
  position: relative;
  padding: 23px 23px;
  max-width: 1000px;
  margin: auto;
  margin-top: 39px;
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  border: 7px solid #f5f5f5;
}
._cform h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 34px;
  color: #000;
}
._cform .form-control {
  background-color:#e0f2f4;
  height:60px;
  border-bottom: 0px;
}
textarea{
  height: 80px!important;
}
.contact-btn {
  background: var(--color-primary);
  padding: 3px 12px;
  border-radius: 3px;
  text-transform: uppercase;
}


:root{ 
  --white: #fff;
  --main-color:var(--color-secondary);
}
.serviceBox{
  color: var(--main-color);
  background: var(--white);
  text-align: center;
  padding: 30px 20px 10px;
  border-radius: 30px 30px;
  position: relative;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  z-index: 1;
}
.serviceBox:before{
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 50px;
  border-radius: 0 0 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.serviceBox .title{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.serviceBox .description{
  color: #000;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
}
.serviceBox .service-icon{
  background: var(--white);
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 35px;
  border-radius: 100px 100px;
  border: 5px solid var(--main-color);
  margin: 0 auto;
  color: var(--color-primary);
}
.serviceBox .service-icon i{ line-height:inherit; }
@media only screen and (max-width: 1199px){
  .serviceBox{ margin: 0 0 40px; }
}


.vertical-tab {
  display: table;
  padding-top: 30px;
}
.vertical-tab .nav-tabs {
  display: table-cell;
  width: 27%;
  min-width: 28%;
  vertical-align: top;
  border: none;
  padding-right: 6px;
}
.vertical-tab .nav-tabs li {
  float: none;
  vertical-align: top;
}
.vertical-tab .nav-tabs li a {
  color: #101010;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 10px 10px;
  margin: 0 0 8px 0;
  border: 1px solid #ccc;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li:last-child a {
  margin-bottom: 0;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
  color: #d81b1b;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  border: none;
  border-top: transparent;
  color: #fff;
  font-weight: 600;
}
/* .vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li.active a:after {
  content: '';
  background: var(--color-secondary);
  height: 10px;
  width: 10px;
  border-radius: 999px;
  position: absolute;
  right: 0;
  top: -7px;
  z-index: -1;
  transition: all 0.3s ease;
}
.vertical-tab .nav-tabs li:hover a:after {
  content: '';
  background: var(--color-secondary);
  height: 10px;
  width: 10px;
  border-radius: 999px;
  position: absolute;
  right: 0;
  top: 27px;
  z-index: -1;
  transition: all 0.3s ease 0s;
} */
.vertical-tab .nav-tabs li a:before {
  width: 0;
  height: 4px;
  top: 50%;
  right: -19px;
  background: var(--color-default);
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before {
  width: 20px;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after {
  right: -26px;
  top: 43%;
}
.vertical-tab .tab-content {
  color: #333;
  background: #fff;
  font-size: 14px;
  line-height: 25px;
  padding: 25px 25px 10px 25px;
  margin-top: 0;
  border: 2px solid #cacccb;
  /* display: inline-block; */
  position: relative;
  box-shadow: 0px 0px 10px #ccc;
  overflow: overlay;
  width: auto;
  /* height: 647px; */
}
.vertical-tab .tab-content .fade:not(.show) {
  opacity: 1;
}
.vertical-tab .slimScrollDiv {
  box-shadow: 0px 0px 10px #ccc;
}
.vertical-tab .tab-content h3 {
  color: #3bc59a;
  text-transform: uppercase;
  margin: 22px 0 7px 0;
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  .vertical-tab .nav-tabs {
      width: 100%;
      display: block;
      border: none;
  }
  .vertical-tab .nav-tabs li a {
      margin: 0 0 10px;
  }
  .vertical-tab .tab-content {
      padding: 25px 20px;
      display: block;
  }
  .vertical-tab .tab-content h3 {
      font-size: 18px;
  }
}
.panel-body p {
  font-size: 15px;
  margin-bottom: 8px;
  text-align: justify;
  line-height: 30px;
}
.mobile-view {
  display: none;
}
.panel-body h2 {
  font-size: 20px;
}
.counter1 h2{
  font-size: 20px;
}
._addre_bar h3{
  font-size: 18px;
  color: var(--color-secondary);
}
._addre_bar i{
  color: #000;
}
.ol_styles {
  padding: 0;
  padding-left: 20px;
}
.ol_styles li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
}
.ol_styles li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 28px;
  color: #373434;
  font-weight: 900;
  content: "\f101";
  font-family: "FontAwesome";
}
.services-inner-content p{
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.services-inner-img img{
  border: 7px solid #f5f5f5;
  box-shadow: 0px 0px 8px #7c7c7c;
}
.margin-top-30{
  margin-top: 30px;
}
.abt-inner-page p{
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.about-us-img img {
  border: 5px solid #f5f5f5;
  box-shadow: 0px 0px 10px #9f9f9f;
}
.about-us-content h1 {
  font-size: 26px;
  padding-top: 22px;
  border-bottom: 1px solid #000;
  color: var(--color-secondary);
  text-transform: uppercase;
}
.about-us-content h3 {
  font-size: 17px;
  font-weight: 400;
  padding-top: 8px;
}
.abt-inner-page h2{
  font-size: 20px;
  color: var(--color-secondary);
  margin-bottom: 10px;
  margin-top: 20px;
}
.mobile-view{
  display: none;
}