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

.mobile-view {
  display: none;
}

:root {
  --color-default: #3b3b3b;
  --color-primary: #2d2926;
  --color-secondary: #ed6f63;
}

.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 {
  width: 138px;
  top: 8px;
}

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

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

.fixed-header .top-phn-btn {
  top: 18px;
}

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

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

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

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-secondary);
}

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

.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 {
  position: absolute;
  content: "";
  background-image: url(../gallery/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: -99;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: grayscale(1);
}

/* .page-wrapper::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-logo-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: auto;
  filter: grayscale(1);
  top: 0px;
  opacity: 0.05;
  z-index: -3;
} */

.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: 5px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 198px;
}

.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: 68px 0 0;
  top: 0;
}

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

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 3px 11px;
}

.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);
  border-radius: 5px;
}

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

/*** 
========================================
    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-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 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-secondary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.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>ul.cstmwidth {
  width: 105px;
}

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

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

.main-menu .navigation>li>ul>li>a i {
  position: absolute;
  right: 7px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

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

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

.main-menu .navigation>li.dropdown:hover>ul,
.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,
.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #0000003d;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover {
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  color: #fff;
}

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

.main-menu .navigation>li>ul>li:last-child,
.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/banners/banner1.png);
}

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

.slide-three {
  background-image: url(../gallery/banners/banner3.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);
}

.abt-sec {
  position: relative;
  margin-bottom: 60px;
}

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

.sec-title h3 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  position: relative;
  background: linear-gradient(to top, var(--color-primary), var(--color-secondary));
  padding: 6px 21px;
}

.sec-title p {
  padding: 0 120px;
}

.sec-title h2 {
  font-size: 45px;
  text-transform: capitalize;
  color: var(--color-primary);
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
}
.abt-head h1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 63px;
  color: var(--color-primary);
  margin-top: -8px;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
}
.abt-head h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 63px;
  color: var(--color-primary);
  margin-top: -8px;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
}

.abt-matter p {
  text-align: center;
  line-height: 30px;
}

.abt-matter a {
  background: var(--color-secondary);
  color: #fff;
  padding: 3px 10px;
  position: relative;
}

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

.numb-block {
  position: relative;
}

.numb-img {
  position: relative;
}

.numb-main {
  position: absolute;
  bottom: -172px;
  left: -62px;

  right: 0px;
  top: 0px;
  margin: auto;
  height: fit-content;
  width: fit-content;
}

.numb-main h2 {
  font-size: 54px;
  font-weight: 300;
  color: #fff;
  font-family: "Cinzel", serif;
  letter-spacing: -5.3px;
}

.numb-name {
  position: absolute;
  top: 8px;
  right: -70px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  height: fit-content;
}

.numb-name p {
  margin-bottom: 0px;
  font-size: 20px;
  /* font-weight: 500; */
}

/* tips-Section */
.tips-sec {
  position: relative;
  margin-bottom: 100px;
}

.tips-left-side h2 {
  font-weight: 500;
  position: relative;
  line-height: 78px;
}

.tips-left-side h2 .span1 {
  font-size: 55px;
  color: var(--color-primary);
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
}

.tips-left-side h2 .span1::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--color-primary);
  bottom: 6px;
  left: 0;
}

.tips-left-side h2 .span1::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: var(--color-primary);
  left: -13px;
  bottom: 0px;
}

.tips-left-side .span2 {
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--color-secondary);
  color: #fff;
  padding: 0px 18px;
  line-height: 108px;
  font-family: "Jost", sans-serif;
}

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

.tips-left-side ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3%;
  background: url(../gallery/bul.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  left: 8px;
  top: 16px;
}

.tips-left-side li {
  font-size: 17px;
  margin-bottom: 3px;
  padding: 1px 41px;
  padding-top: 1px;
  display: block;
  position: relative;
  padding-top: 11px;
}

.tips-sec::before {
  content: "";
  position: absolute;
  height: 142%;
  width: 100%;
  background-image: url(../gallery/gynec-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 83px;
  top: -103px;
}

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

.appt-right-blk {
  position: relative;
  padding: 76px 0 35px;
  z-index: 1;
  box-shadow: 0 0 14px #5a639469;
  background: linear-gradient(to bottom, var(--color-secondary) 25%, var(--color-primary));
} 

.appointment-form {
  padding: 14px 35px;
}

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

.form-control:focus {
  color: #fff;
  background-color: #be4d951a;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 10px var(--color-secondary);
}

.appt-right-blk .title-txt h2 {
  color: #fff;
}

.appt-right-blk .title-txt p {
  color: #fff;
}

.appointment-form .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  min-width: 110px;
  border-radius: 30px;
  border: none;
  background-color: var(--color-primary);
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}

.form-group i {
  position: absolute;
  left: 28px;
  top: 15px;
  color: #fff;
  font-size: 15px;
}

.appointment-form .form-control {
  color: #fff;
  border-bottom: 1px solid #ffffff36;
  padding: 11px 35px;
  font-size: 15px;
  background: linear-gradient(to left, #ed6f6370, #422c3800);
}

.appointment-form::after {
  content: " ";
  position: absolute;
  width: 96%;
  height: 98%;
  border: 1px solid #ffffff33;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 23px;
  z-index: -1;
}

.blogs-blk {
  position: relative;
  border-radius: 25px;
  left: 0;
  right: 0;
  padding: 10px;
  padding-bottom: 34px;
}

.blogs-blk::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  background-image: url(../gallery/b-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -72px;
  left: -72px;
  z-index: -1;
}

.blogs-blk::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 115%;
  border: 2px solid var(--color-secondary);
  left: -38px;
  right: 0;
  bottom: 0;
  border-top: transparent;
  border-radius: 14px;
  border-top-left-radius: 0px;
  z-index: -1;
}

.blog-content h2 {
  font-size: 22px;
  color: var(--color-primary);
  font-weight: 500;
}

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

.blogs-blk .col-md-6:nth-child(1) .blog-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  border-right: 1px dashed;
}

.bottom-footer {
  padding: 5px 0;
}

.bottom-footer p {
  margin: 0;
  font-size: 15px;
  display: inline-block;
  padding: 5px 2px;
  border-top: 1px solid #39393938;
}

.bottom-footer a {
  font-weight: 600;
}

.footer_section .footer_top {
  position: relative;
  padding: 15px 10px 10px;
}

.footer_section .footer_top h2 {
  color: var(--color-secondary);
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  background-color: #fbfbfb;
  border-bottom: 2px solid var(--color-primary);
  padding: 2px 10px;
  border-radius: 25px;
  box-shadow: 0px 3px 5px #c1c1c1;
}

.social-icon-two {
  position: relative;
  margin: 2px 0px;
}

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

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-default);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
}

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

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
  margin-top: 20px;
}

.footer-widget__social span {
  color: #06334d;
  font-size: 24px;
  font-weight: 600;
}

.footer-widget__social ul {
  display: flex;
  list-style: none;
  margin: 0 8px 0;
  padding: 0;
}

.footer-widget__social li a {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 8px;
  text-align: center;
  line-height: 41px;
  color: var(--color-secondary);
  margin: 0 6px;
  box-shadow: 0px 3px 5px #c1c1c1;
  font-size: 19px;
}
.footer-widget__social li a img{
  width: 20px;
}
.footer-widget__social li a:hover img{
  filter: brightness(0) invert(1);
}
.footer-widget__social li a:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.footer-about p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0px 0px 25px;
  color: #000;
}

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

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

.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;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-secondary);
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer_section .f-call i,
.footer_section .f-mail i,
.footer_section .f-ad i {
  font-size: 19px;
  display: inline-block;
  margin-right: 5px;
}

.f-ad p {
  margin-bottom: 0px;
}

.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
}

.footer_section .f-call {
  position: relative;
}

.footer_section .f-call,
.footer_section .f-mail,
.footer_section .f-ad {
  text-align: center;
  margin-bottom: 10px;
}

.f-ad p {
  color: var(--color-default);
}

.footer_section .footer-btm a {
  color: var(--color-default);
  /* display: block; */
}

.footer_section .shape {
  position: relative;
  width: 70%;
  height: 5px;
  border-radius: 15px;
  background: linear-gradient(to left, var(--color-primary), transparent, var(--color-secondary));
}

.footer_links1 {
  text-align: center;
  border: 1px solid var(--color-primary);
  border-left: transparent;
  border-right: transparent;
}

.footer_links1 ul {
  display: inline-block;
}

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

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

.footer_links1 ul li a {
  color: #000;
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
}

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

.footer_section {
  position: relative;
}

.footer_section .fd-img img {
  width: 350px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 13px #8c8c8c;
}
 
.footer-logo {
  position: relative;
  display: inline-block;
  padding: 10px;
  border-radius: 15px;
  margin: auto;
  left: 0;
  right: 0;
}

.footer-txt {
  position: relative;
}

.f-adr {
  display: flex;
}

.footer_links1 ul li h3 {
  color: var(--color-secondary);
  font-size: 25px;
  text-transform: uppercase;
}

.block1 {
  margin: 18px 0 0px;
}

.user-links a:before {
  position: absolute;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 8px;
  font-weight: 300;
  color: var(--color-primary);
  left: 0px;
  top: -4px;
  transition: all 500ms ease;
}

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

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

.apt-timings-blk {
  padding: 21px 0px;
  background: linear-gradient(to top, #e5e5e5, #fff);
  border: 1px solid #fff;
  border-radius: 21px;
  box-shadow: 0 0 10px #00000030;
  margin: 25px 0;
}

.apt-timings-blk h3 {
  color: var(--color-secondary);
  display: inline-block;
  border-bottom: 1px dashed;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.apt-timings-blk p {
  margin-bottom: 0px;
}

.footer_section .f-call,
.footer_section .f-mail {
  text-align: center;
  margin-bottom: 10px;
}

.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
  border-top: 1px dashed #000;
  display: inline-block;
}

.footer_section .f-call {
  border-right: 1px dashed #000;
  left: 17px;
  position: relative;
}

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

.serv-row {
  position: relative;
  padding-top: 28px;
}

.serv-block {
  position: relative;
}

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

.serv-img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  height: fit-content;
  width: fit-content;
  z-index: 1;
  overflow: hidden;
}

.serv-main-img {
  position: relative;
}

.serv-main-img::before {
  content: " ";
  position: absolute;
  width: 238px;
  height: 238px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  top: 3px;
  left: 4px;
}

.serv-block.serv-block1 .serv-main-img::before {
  content: " ";
  position: absolute;
  width: 238px;
  height: 238px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  top: 3px;
  right: 4px;
  left: initial;
}

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

.serv-block.serv-block1 .serv-head-text {
  right: initial;
  left: -48px;
}

.serv-head-text {
  position: absolute;
  top: 15px;
  right: -68px;
}

.serv-head-text h2 {
  background: var(--color-primary);
  color: #fff;
  font-weight: 400;
  padding: 4px 23px 6px;
  border-radius: 31px;
  font-size: 28px;
}

.serv-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  width: fit-content;
  left: 0px;
  right: 0px;
  text-align: center;
}

.serv-block.serv-block1 .serv-content p {
  padding: 0px 292px 0px 74px;
  margin-bottom: 0px;
}

.serv-sec .sec-title h2,
.serv-sec .sec-title p {
  /* color: #fff; */
}

.serv-sec .sec-title .sec-shape img {
  /* filter: brightness(0) invert(1); */
}

.serv-content p {
  padding: 0px 74px 0px 292px;
  margin-bottom: 0px;
  font-size: 15px;
  /* color: #fff; */
}

.serv-content p a {
  /* color: #fff; */
}

.box {
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}

.box:before,
.box:after {
  content: "";
  background: rgba(71, 74, 86, 0.51);
  width: 200%;
  height: 200%;
  opacity: 0.75;
  transform: skew(45deg) translateX(100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.6s ease;
}

.box:after {
  transform: skew(45deg) translateX(-100%);
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 0;
}

.serv-block:hover .box:before,
.serv-block:hover .box:after {
  transform: skew(45deg) translateX(0);
}

.box img {
  height: auto;
  transition: all 0.35s;
}

.serv-block:hover .box img {
  opacity: 0.5;
  transform: scale(1.1) rotate(45deg);
}

.box-content {
  color: #fff;
  width: 85%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.6s ease;
}

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

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

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

.box .icon li a {
  color: var(--color-primary);
  background: #fff;
  font-size: 16px;
  line-height: 34px;
  width: 34px;
  height: 34px;
  display: block;
  transition: all 0.35s;
}

.box .icon li a:hover {
  color: #fff;
  background: var(--color-primary);
}

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

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

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

.doc-img img {
  width: 330px;
}

.doc-row .col-md-4 {
  margin-top: 50px;
}

.doc-row .col-md-4:nth-child(2) {
  margin-top: 20px;
}

.doc-row .col-md-4:nth-child(2) .doc-img {
  transform: scale(1.1);
  margin-bottom: 20px;
}

.doc-row {
  position: relative;
  padding-top: 18px;
}

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

.test-row {
  padding-top: 18px;
}

.test-blk h2 {
  text-transform: uppercase;
  font-size: 28px;
}

.testi-star {
  color: var(--color-primary);
  margin-bottom: 10px;
}

.test-blk p {
  margin-bottom: 2px;
}

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

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

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

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

.ortho-bg-left {
  position: absolute;
  right: 138px;
  top: -38px;
}

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

.ortho-right-head h3 span {
  font-size: 40px;
  font-weight: 500;
}

.ortho-right-head h2 {
  text-transform: uppercase;
  font-size: 78px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: var(--color-secondary);
  line-height: 78px;
}

.ortho-right-head h4 {
  font-size: 20px;
  position: relative;
  padding-left: 243px;
  font-weight: 400;
}

.ortho-right-head h4::before {
  content: " ";
  position: absolute;
  width: 35%;
  height: 1px;
  background: var(--color-secondary);
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}

.ortho-right-head p {
  margin-top: 20px;
  border-left: 3px solid;
  padding-left: 11px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(to right, #ed6f631c, #ffffff00);
}

.ortho-right-btm h5 {
  font-size: 20px;
  position: relative;
  font-weight: 500;
  margin-bottom: 5px;
}

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

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

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

.ortho-right {
  position: relative;
  left: 65px;
}

.ortho-right::before {
  content: " ";
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, var(--color-secondary), #ffffff00);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
  bottom: 0px;
}

.test-right-img {
  position: absolute;
  bottom: -45px;
}

.test-top-right {
  position: absolute;

  right: 0;
  margin: auto;
  top: -100px;
  opacity: 0.8;

}


.uro-sec {
  margin-bottom: 68px;
  position: relative;

}


.kidney-awar-head {
  position: relative;
  margin-bottom: -138px;
  z-index: 1;
}

.kidney-awar-head h2 {
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: var(--color-secondary);
  padding: 5px 23px 5px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
}

.kidney-awar-head h2::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 28px solid var(--color-primary);
  border-bottom: 18px solid transparent;
  left: -20px;
  top: 5px;
}

.kidney-awar-head h3 {
  position: relative;
  font-weight: 400;
  color: var(--color-default);
  margin-top: 15px;
  padding-left: 211px;
  font-size: 28px;
}

.kidney-awar-head h3::before {
  content: " ";
  position: absolute;
  width: 18%;
  height: 1px;
  background: var(--color-secondary);
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
}

.kidney-matters {
  margin-top: 130px;
}

.kidney-matters p {
  line-height: 30px;
  font-size: 15px;
}

.kidney-matters h4 {
  font-size: 20px;
  position: relative;
  font-weight: 500;
  margin-bottom: 5px;
}

.doc-content {
  padding-top: 15px;
  text-align: center;
}

.doc-content h2 {
  color: var(--color-default);
  font-size: 28px;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.doc-content h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 7px;
  font-weight: 500;
  color: #5a5a5a;
}

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


.top-social {
  position: absolute;
  z-index: 91;
  text-align: center;
  top: 25px;
  right: 40px;
  width: auto;
  display: inline-flex;
}

.top-social li {
  display: inline-block;
  margin-right: 1px;
}

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


.top-social li a {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--color-secondary);
  text-align: center;
  border: 1px solid var(--color-secondary);
  line-height: 30px;
  font-size: 14px;
  margin: 0px 1px;
  transition: all 300ms ease;
  border-radius: 8px;
}

.top-social li a img {
  width: 15px;
  filter: brightness(0) invert(1);
}

.top-social span {
  line-height: 33px;
  display: block;
  margin-right: 10px;
  position: relative;
}

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


.top-phn-btn {
  position: absolute;
  right: 282px;
  top: 28px;
  z-index: 1;
}

.top-phn-btn a {
  color: var(--color-primary);
}

.top-phn-btn a i {
  background: var(--color-primary);
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 8px;
  font-size: 15px;
}
.top-phn-btn span{
      font-size: 18px;
}

.phn-first {
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid var(--color-primary);
}




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

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

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

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

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

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

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

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

.sent-btn i {
  /* transform: rotate(45deg); */
}

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

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

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

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

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

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

/* #chatbox-open:hover::after {
  content: "Click here!";
  position: absolute;
  bottom: 100px; 
  left: 60%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: bold;
  color: #000;
} */
.btn img {
  width: 65px;
}

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

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


.bread-cumb-section {
  position: relative;
  padding: 155px 0 32px;
  text-align: center;
  background: linear-gradient(to bottom, #ed6f630f, transparent);
}

.bread-cumb-section h1 {
  color: var(--color-primary);
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}


.bread-cumb-section ul {
  display: inline-block;
  padding: 6px 18px;
  position: relative;
  background: var(--color-secondary);
  border-radius: 30px;
  border-bottom: 4px solid var(--color-primary);
}

.bread-cumb-section ul li {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 8px;
  font-size: 17px;
}

.bread-cumb-section ul li a {
  color: #fff;
}

.bread-cumb-section ul i {
  color: #fff;
}

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

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

.serv-matter .serv-image {
  margin-bottom: 20px;
}

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

.serv-matter h2 {
  color: var(--color-secondary);
  font-size: 23px;
  margin: 15px 0 8px;
}

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

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


.top-wrap1 {
  position: relative;
}


.main-timeline {
  position: relative;
}

.main-timeline:before {
  content: "";
  background: #efefef;
  width: 8px;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}

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

.main-timeline .timeline {
  width: 50%;
  margin: 0 10px 30px 0;
  float: left;
}

.main-timeline .timeline-content {
  color: #555;
  margin: 0 50px 0 0;
  /* border: 2px solid #2d292612; */
  background: linear-gradient(45deg, #ededed, transparent);
  border-radius: 30px;
  display: block;
  position: relative;
}

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

.main-timeline .timeline-content:before {
  content: "";
  /* background: var(--color-primary); */
  width: 27px;
  height: 43px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -32px;
}

.main-timeline .timeline-icon {
  color: var(--color-primary);
  background-color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 5px solid var(--color-primary);
  display: block;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -79px;
}

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

.main-timeline .inner-content {
  padding: 0 20px 20px;
}


.main-timeline .title {
  color: #fff;
  background: var(--color-secondary);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 14px;
  margin: 0 0 -10px;
  border-radius: 10px;
  display: inline-block;
  transform: translateY(-23px);
}

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

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

.main-timeline .timeline:nth-child(even) .timeline-content {
  text-align: right;
  margin: 0 0 0 50px;
  background: linear-gradient(-45deg, #ededed, transparent);
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: -32px;
  right: auto;
}

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

.main-timeline .timeline:nth-child(even) .timeline-icon:before,
.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  left: 46.3px;
}

@media screen and (max-width:990px) {
  .main-timeline .inner-content {
    padding: 0 15px 20px;
  }
}

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

  .main-timeline .timeline {
    width: 100%;
    margin: 0 0 70px;
  }

  .main-timeline .timeline:last-child {
    margin: 0 0 0px !important;
  }

  .main-timeline .timeline:nth-child(even) {
    margin: 0 0 70px;

  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: left;
    margin: 0 0 0 60px;
    border-radius: 5px;
  }

  .main-timeline .timeline-content:before {
    display: none;
  }

  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: -60px;
    margin: 0px 0px 70px;
  }

  .main-timeline .timeline-icon:before,
  .main-timeline .timeline-icon:after {
    display: none;
  }

  .main-timeline .title {
    font-size: 20px;
    border-radius: 5px;
  }
}

.team-inner-block {
  position: relative;
  background: linear-gradient(to top, #f5f5f5, #ffffff00);
  box-shadow: 0px 9px 15px -10px #00000066;
  padding: 20px 20px;
  border-radius: 10px;
  margin-bottom: 18px; 
}

.team-inner-img {
  position: relative;
  width: 278px;
}

.team-inner-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  top: -8px;
  left: -8px;
}

.team-inner-img img {
  border-radius: 50%;
  box-shadow: 0 0 10px #898989;
  width: 278px;
}

.team_info {
  padding: 18px 0px 8px 0px;
}

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

.team_info h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-secondary);
  font-size: 28px;
}

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

._cform {
  position: relative;
  padding: 50px 33px;
  margin: auto;
  text-align: center;
  box-shadow: 0px 20px 14px -10px #535353;
  /* border: 7px solid #f5f5f5; */
  /* background: linear-gradient(to top, #f3f3f3, #ffffff, #fff3f2); */
  background: #fff3f2;
}

._cform::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-secondary);
  z-index: -1;
  top: -10px;
  right: -10px;
}

._cform h3 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 34px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-primary);
}

._cform .form-control {
  border-bottom: 1px solid #52194e36;
  height: 50px;
  border-radius: 0px;
}

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

._cform .form-group textarea {
  height: 118px !important;
}

._cform .theme-btn {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-top: 33px;
}

.c-map iframe {
  border-radius: 28px;
  box-shadow: 0px 0px 11px #00000054;
}

.get-in-touch {
  padding: 20px 40px;
}

.get-in-touch h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 13px;
  border-bottom: 1px solid;
  display: inline-block;
}

._g-i-tc-list {
  line-height: 25px;
  padding-left: 39px;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 0px;
}

._g-i-tc-list i {
  top: 0;
  position: absolute;
  left: 0;
  color: var(--color-default);
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
}

._g-i-tc-list span {
  color: var(--color-default);
}

._g-i-tc-list a {
  color: var(--color-default);
}

.ser_inner_nav {
  position: relative;
}

.ser_inner_nav h2 {
  text-transform: capitalize;
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: 0;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 5px;
}

.ser_inner_nav ul {
  position: relative;
}

.ser_inner_nav ul li {
  display: block;
}

.ser_inner_nav ul li a {
  display: block;
  color: #333;
  padding: 7px 14px;
  box-shadow: 0 3px 2px #9b9b9b;
  font-size: 15px;
  background: #fff7f7;
  margin: 0 0 4px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.ser_inner_nav ul li a:hover {
  color: #fff;
  background: var(--color-primary);
}

.ser_inner_nav ul li a.active {
  color: #fff;
  background: var(--color-secondary);
}


.serviceBox {
  background: #fff;
  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;
  margin-top: 30px;
}

.serviceBox:before {
  content: "";
  background: var(--color-secondary);
  width: 100%;
  height: 50px;
  border-radius: 0 0 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.serviceBox .title {
  font-size: 23px;
  text-transform: uppercase;
  margin: 0 0 8px;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 4px;
}

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

.serviceBox .service-icon {
  background: #fff;
  width: 88px;
  height: 88px;
  line-height: 68px;
  font-size: 35px;
  border-radius: 100px 100px;
  border: 8px solid var(--color-secondary);
  margin: 0 auto;
}

.serviceBox .service-icon img {
  width: 55px;
}

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